*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ::-webkit-scrollbar { width: 4px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece:horizontal { background-color: white;}
::-webkit-scrollbar-track-piece:vertical { background-color: white;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 0px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;} */

@media (max-width: 1100px) {
  .project-desc {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size: 20px;
  }
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  background: white;
  color: black;
  font-family: "freight-display-pro", "Helvetica Neue", "Helvetica", Arial;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;

  /* scrollbar-base-color: #C0C0C0;
	scrollbar-base-color: #C0C0C0;
	scrollbar-3dlight-color: #C0C0C0;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-track-color: #EBEBEB;
	scrollbar-arrow-color: black;
	scrollbar-shadow-color: #C0C0C0;
	scrollbar-dark-shadow-color: #C0C0C0; */
}
@media (max-width: 1100px) {
  body {
    font-size: 20px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "AvantGardeGothicPro", "Helvetica Neue", "Helvetica", Arial;
}
h2 {
  font-family: "freight-display-pro", "Helvetica Neue", "Helvetica", Arial;
  font-weight: 700;
  font-size: 3rem;
  font-style: italic;
}
a {
  color: black;
  text-decoration: none;
  outline: none !important;
  border: 0;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:active,
a:visited {
  color: #222;
  text-decoration: none;
  outline: none !important;
  border: 0;
}
a.block-link {
  display: block;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - 
	General
- - - - - - - - - - - - - - - - - - - - - - - - */
.title {
  margin: 0 auto 40px;
  font-family: "freight-display-pro", "Helvetica Neue", "Helvetica", Arial;
  font-style: italic;
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
  max-width: 40%;
}

@media (max-width: 1100px) {
  .title {
    width: 100%;
    max-width: unset;
  }
}

@media (max-width: 768px) {
  .title {
    width: 100%;
    max-width: unset;
    font-size: 2.8rem;
    margin: 15px auto 25px;
  }
}

.mobile-hidden {
  display: none;
}

@media (max-width: 768px) {
  .mobile-hidden {
    display: block;
  }
}

.desktop-hidden {
  display: block;
}

@media (max-width: 768px) {
  .desktop-hidden {
    display: none;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - 
	Project
- - - - - - - - - - - - - - - - - - - - - - - - */
#project {
}
.project-desc {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 60px;
  line-height: 1.2;
  font-size: 22px;
}

@media (max-width: 1100px) {
  .project-desc {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .project-desc {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

#bin {
  display: none;
}

.navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding-right: 16rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .navigation {
    display: none;
  }
}
.navigation--next,
.navigation--prev {
  position: relative;
  z-index: 200;
  color: white;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
  width: 40px;
  height: 40px;
}
.navigation--next {
  margin-right: 15px;
}
.navigation--prev {
  margin-left: 15px;
}
.navigation--prev svg {
  transform: translate(-50%, -50%) rotateZ(180deg);
}
.navigation--next svg {
  transform: translate(-50%, -50%);
}
.navigation--next svg,
.navigation--prev svg {
  width: auto;
  height: 20px;
  fill: white;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
}
#viewport .project-image {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

/* #menu-project
{
	display: none;
	word-wrap: break-word;
}
#main-menu #menu-project .menu
{
	height: auto;
	min-height: 60px;
}
#main-menu #menu-project .level1
{
	line-height: 18px;
}
#main-menu #menu-project .level2
{
	line-height: 16px;
}
#main-menu #menu-project .project-title
{
	display: inline-block;
	line-height: 16px;
	border-bottom: 2px solid #DAD7D2;
} */
@media (min-width: 1025px) {
  #project {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  #viewport {
    height: 100%;
    position: relative;
  }
  #viewport .project-image {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  #page-project #menu-projects,
  #page-project #menu-studio,
  #page-project #menu-contact {
    display: none;
  }
  #page-project #menu-project {
    display: block;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - 
	Project Mobile desc
- - - - - - - - - - - - - - - - - - - - - - - - */
#mobile-desc {
  display: none;
  margin: 0 0 15px 0;
  padding: 15px;
  background: #dad7d2;
}
#mobile-desc h3 {
  display: block;
  margin: 0px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
#mobile-desc h3:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin: 5px 0;
  background: black;
}
#mobile-desc .text {
  font-size: 12px;
}
#mobile-desc .cols {
  overflow: hidden;
  margin: 0 -7.5px;
}
#mobile-desc .cols .col {
  float: left;
  width: 50%;
  padding: 0 7.5px;
}
@media (min-width: 768px) {
  #mobile-desc .cols .col {
    width: 25%;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - 
	Project Controls
- - - - - - - - - - - - - - - - - - - - - - - - */
#controls {
  display: none;
  position: absolute;
  z-index: 1000;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 15px;
  background: white;
}
#controls #prev,
#controls #next,
#controls #close {
  position: absolute;
  height: 15px;
  width: 15px;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
#controls #prev {
  display: none;
  right: 30px;
  background: url(../images/prev.png) no-repeat center center;
}
#controls #next {
  display: none;
  right: 0px;
  background: url(../images/next.png) no-repeat center center;
}
#controls #close {
  left: 0px;
  background: url(../images/close.png) no-repeat center center;
}

@media (min-width: 769px) {
  #page-project #controls {
    display: block;
  }
}
@media (min-width: 1025px) {
  #controls {
    bottom: 0;
  }
  #controls #prev,
  #controls #next {
    display: block;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - 
	Layout
- - - - - - - - - - - - - - - - - - - - - - - - */
body,
html {
  height: 100%;
}

#page-content {
  height: 100%;
  position: relative;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - 
	Header
- - - - - - - - - - - - - - - - - - - - - - - - */

.header {
  position: relative;
  z-index: 3;
  width: 100%;
  /* padding: .75em 0; */
  background: #fff;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - 
	Main Menu
- - - - - - - - - - - - - - - - - - - - - - - - */
#logo-wrapper {
  font-weight: 1000;
}
/* #main-menu
{
	display: none;
  overflow: scroll;
	position: fixed;
	z-index: 500;
	width: 100%; height: 100%;
	top: 0; left: 0;
	padding: 15px;
	background: rgba(255, 255, 255, 0.9);
}
.logo {
  font-weight: 900;
  font-size: 30px;
}

#main-menu #logo,
#main-menu #logo-mobile
{
	display: none;
	width: 80px;
	margin-bottom: 15px;
	margin-top: 50px;
}
#main-menu #logo-mobile
{
	display: block;
}
#main-menu a:hover
{
	text-decoration: none;
}
#main-menu .menu
{
	height: 50px;
}
#main-menu #menu-contact
{
	height: 60px;
}
#main-menu .level1:before
{
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	margin: 5px 0;
	background: black;
}
#main-menu .level1
{
	display: block;
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}
#main-menu .level2
{
	display: inline-block;
	line-height: 16px;
	font-size: 12px;
	font-weight: 400;
}
#main-menu .active
{
	border-bottom: 2px solid #DAD7D2;
}
.first-dash
{
	display: none;
}
@media(min-width: 481px)
{
	#main-menu
	{
		width: 30%;
	}
	#main-menu #logo,
	#main-menu #logo-mobile
	{
		width: 120px;
		margin-bottom: 50px;
		margin-top: 80px;
	}
	#main-menu .menu
	{
		height: 120px;
	}
	#main-menu .level1
	{
		display: block;
	}
	#main-menu .level2
	{
		display: block;
	}
	.first-dash
	{
		display: inline;
	}
}
@media(min-width: 769px)
{
	#main-menu
	{
		display: block;
		position: relative;
		float: left;
		width: 210px;
		height: 100%;
		padding: 0;
		overflow: hidden;
	}
	#main-menu #logo
	{
		display: block;
		margin-top: 0px;
	}
	#main-menu #logo-mobile
	{
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 1024px)
{
	#page-project #main-menu,
	#page-projects #main-menu
	{
		position: fixed;
		top: 0px; left: 30px;
		padding: 30px 0;
	}
} */
/* - - - - - - - - - - - - - - - - - - - - - - - - 
	Main Menu
- - - - - - - - - - - - - - - - - - - - - - - - */
/* #main-menu
{
	display: none;
  overflow: scroll;
	position: fixed;
	z-index: 500;
	width: 100%; height: 100%;
	top: 0; left: 0;
	padding: 15px;
	background: rgba(255, 255, 255, 0.9);
}
.logo {
  font-weight: 900;
  font-size: 30px;
}

#main-menu #logo,
#main-menu #logo-mobile
{
	display: none;
	width: 80px;
	margin-bottom: 15px;
	margin-top: 50px;
}
#main-menu #logo-mobile
{
	display: block;
}
#main-menu a:hover
{
	text-decoration: none;
}
#main-menu .menu
{
	height: 50px;
}
#main-menu #menu-contact
{
	height: 60px;
}
#main-menu .level1:before
{
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	margin: 5px 0;
	background: black;
}
#main-menu .level1
{
	display: block;
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}
#main-menu .level2
{
	display: inline-block;
	line-height: 16px;
	font-size: 12px;
	font-weight: 400;
}
#main-menu .active
{
	border-bottom: 2px solid #DAD7D2;
}
.first-dash
{
	display: none;
}
@media(min-width: 481px)
{
	#main-menu
	{
		width: 30%;
	}
	#main-menu #logo,
	#main-menu #logo-mobile
	{
		width: 120px;
		margin-bottom: 50px;
		margin-top: 80px;
	}
	#main-menu .menu
	{
		height: 120px;
	}
	#main-menu .level1
	{
		display: block;
	}
	#main-menu .level2
	{
		display: block;
	}
	.first-dash
	{
		display: inline;
	}
}
@media(min-width: 769px)
{
	#main-menu
	{
		display: block;
		position: relative;
		float: left;
		width: 210px;
		height: 100%;
		padding: 0;
		overflow: hidden;
	}
	#main-menu #logo
	{
		display: block;
		margin-top: 0px;
	}
	#main-menu #logo-mobile
	{
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 1024px)
{
	#page-project #main-menu,
	#page-projects #main-menu
	{
		position: fixed;
		top: 0px; left: 30px;
		padding: 30px 0;
	}
} */

/* - - - - - - - - - - - - - - - - - - - - - - - - 
	Menu Toggle
- - - - - - - - - - - - - - - - - - - - - - - - */
/* #menu-toggle
{
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	padding: 15px 15px;
	background: #DAD7D2;
	cursor: pointer;
}
.icon-bar
{
	background: black;
	height: 1px;
	margin: 5px 0;
}
#menu-close
{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: #DAD7D2 url(../images/close2.png) no-repeat center center;
	cursor: pointer;
}
@media(min-width: 769px)
{
	#menu-toggle
	{
		display: none;
	}
	#menu-close
	{
		display: none;
	}
} */

/* - - - - - - - - - - - - - - - - - - - - - - - - 
	Menu
- - - - - - - - - - - - - - - - - - - - - - - - */

.main-menu {
  width: 100vw;
  height: 10vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 8rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: white;
}

@media (max-width: 481px) {
  .main-menu {
    padding: 0rem 3rem;
  }
}

.main-menu .main-menu--left a {
  font-size: 4rem;
  font-weight: bold;
}

@media (max-width: 481px) {
  .main-menu .main-menu--left a {
    font-size: 3rem;
  }
}

/* .main-menu .main-menu--left {

} */

.main-menu--toggle {
  position: relative;
  width: 50px;
  height: 25px;
  padding: 0.5rem 0rem;
  cursor: pointer;
  z-index: 1002;
}

@media (max-width: 481px) {
  .main-menu--toggle {
    width: 30px;
    height: 15px;
  }
}

.main-menu--toggle.main-menu--active {
  height: 50px;
  cursor: pointer;
}

.main-menu--toggle:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #111;
  transform-origin: center;
  transition: all 0.2s 0s ease;
}

@media (max-width: 481px) {
  .main-menu--toggle:before {
    height: 4px;
  }
}

.main-menu--toggle:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #111;
  transform-origin: center;
  transition: all 0.2s 0s ease;
}

@media (max-width: 481px) {
  .main-menu--toggle:after {
    height: 4px;
  }
}

.main-menu--toggle.main-menu--active:before {
  cursor: pointer;
  -webkit-transition: top 0.2s 0s ease;
  -moz-transition: top 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  top: 1em;
}

.main-menu--toggle.main-menu--active:before {
  -webkit-transform: 0.4s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transform: 0.4s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: 0.4s 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: black;
  z-index: 1001;
}

.main-menu--toggle.main-menu--active:after {
  cursor: pointer;
  -webkit-transition: top 0.3s 0s ease;
  -moz-transition: top 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  top: 1em;
}

.main-menu--toggle.main-menu--active:after {
  -webkit-transform: 0.4s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transform: 0.4s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: 0.4s 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: black;
  z-index: 1001;
}

.menu-wrapper {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: 1000;
  font-weight: 2rem;
}

.menu-wrapper .menu-item {
  color: black;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 5.5rem;
  font-style: italic;
}

.menu-wrapper .menu-item-last {
  margin-bottom: 12rem;
}
.social svg {
  height: 30px;
  width: 40px;
  cursor: pointer;
}
.social .fa-facebook-f {
  height: 28px;
}
.menu-bottom {
  position: absolute;
  bottom: 50px;
  text-align: center;
}
.menu-bottom a {
  font-weight: bold;
  font-size: 2rem;
}
.menu-bottom .socials {
  margin-bottom: 60px;
  display: flex;
  width: 100px;
  justify-content: space-between;
}
@media (max-width: 481px) {
  .menu-wrapper .menu-item {
    margin-bottom: 3rem;
  }
  .menu-wrapper .menu-item-last {
    margin-bottom: 9rem;
  }
  .menu-bottom .socials {
    margin-bottom: 30px;
  }
  .menu-bottom {
    bottom: 25px;
  }
}
/* 
@keyframes fadeIn {
  to {
      opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
      opacity: 0;
      display: none;
  }
} */

/* - - - - - - - - - - - - - - - - - - - - - - - - 
	Home Page
- - - - - - - - - - - - - - - - - - - - - - - - */

#home {
  height: 100%;
}
.image-home-mobile {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#wrapper {
  width: 100%;
  height: 90vh;
  padding: 0rem 8rem 8rem;
  margin-top: 10vh;
}
#page-studio #wrapper {
  height: unset;
}
@media (max-width: 481px) {
  #wrapper {
    padding: 0rem 3rem 5rem;
  }
}

#container-filter {
  width: 100%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - 
	Projects
- - - - - - - - - - - - - - - - - - - - - - - - */
#projects {
  overflow: hidden;
  margin: 0 -7.5px 0 -7.5px;
}
#projects .project-wrapper {
  float: left;
  width: 25%;
  margin: 15px 0px;
  padding: 0px 7px;
  padding-bottom: 25%;
  position: relative;
  box-sizing: border-box;
}

#projects .project-wrapper .project {
  position: absolute;
  top: 0;
  left: 7px;
  right: 7px;
  bottom: 0;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#projects .project .overlay {
  display: flex;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  align-items: flex-end;
  justify-content: flex-start;
  transition: background 0.3s ease-in;

  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

#projects .project:hover .overlay {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
#projects .project .overlay .content {
  /* display: table-cell;
  vertical-align: middle; */
  margin: 0 0 30px 15px;
}

#projects .project .overlay .content h3 {
  margin: 0 0 10px;
  color: white;
  font-family: "freight-display-pro", "Helvetica Neue", "Helvetica", Arial;
  font-weight: 700;
  font-size: 2.5rem;
}

#projects .project .overlay .content .country {
  font-size: 1.8rem;
  color: white;
  display: none;
}

@media (min-width: 0px) {
  #projects .project-wrapper {
    width: 100%;
    padding-bottom: 100%;
    /* height: 200px; */
  }
}
@media (min-width: 481px) {
  #projects .project-wrapper {
    width: 50%;
    height: auto;
    padding-bottom: 50%;
  }
}

@media (min-width: 1024px) {
  #projects .project-wrapper {
    width: 33.33%;
    padding-bottom: 33.33%;
  }
}
@media (min-width: 1200px) {
  #projects .project-wrapper {
    width: 25%;
    padding-bottom: 25%;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - 
	Studio
- - - - - - - - - - - - - - - - - - - - - - - - */
#studio {
  height: 100%;
  overflow: hidden;
}
#studio .studio-item-wrapper {
  float: left;
  width: 100%;
  height: 25%;
  padding: 0 15px;
}
#studio .studio-item {
  height: 100%;
  padding: 0 0 15px 0;
}
#studio .studio-item-inside {
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
#studio .studio-item .image {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-size: cover;
  background-repeat: no-repeat;
}

/*#studio .studio-item-wrapper:nth-child(1) .studio-item
{
	padding: 0 0 15px 0;
}
#studio .studio-item-wrapper:nth-child(2) .studio-item
{
	padding: 0 0 7.5px 0;
}
#studio .studio-item-wrapper:nth-child(3) .studio-item
{
	padding: 7.5px 0 0 0;
}
#studio .studio-item-wrapper:nth-child(4) .studio-item
{
	padding: 15px 0 0 0;
}*/

#studio #studio-item-biography .image {
  background-image: url(../images/bio_mobile.jpg);
  background-position: center center;
}
#studio #studio-item-agency {
  background-image: url(../images/agency_studio.jpg);
  background-position: center center;
}
#studio #studio-item-team {
  background-image: url(../images/team_studio.jpg);
  background-position: center bottom;
}
#studio #studio-item-press {
  background-image: url(../images/press_studio.jpg);
  background-position: center center;
}

@media (width: 768px) {
  #studio-item-team {
    background-position: center -200px;
  }
}
@media (min-width: 769px) {
  #studio #studio-item-biography .image {
    background-image: url(../images/biography_studio.jpg);
    background-position: center center;
  }
}

#studio .studio-item .overlay {
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: auto;
  height: auto;
  background: rgba(220, 220, 220, 0.8);
  font-weight: 700;
  font-size: 14px;
}

@media (min-width: 769px) {
  #studio {
    margin: 0 -7.5px;
  }
  #studio .studio-item-wrapper {
    width: 50%;
    height: 50%;
    padding: 0 7.5px;
  }
  #studio .studio-item-wrapper:nth-child(1) .studio-item,
  #studio .studio-item-wrapper:nth-child(2) .studio-item {
    padding: 0 0 7.5px 0;
  }
  #studio .studio-item-wrapper:nth-child(3) .studio-item,
  #studio .studio-item-wrapper:nth-child(4) .studio-item {
    padding: 7.5px 0 0 0;
  }
}
@media (min-width: 1025px) {
  #studio .studio-item .overlay {
    display: none;
  }
  #studio .studio-item .image {
    display: table;
  }
  #studio .studio-item:hover .overlay {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    text-align: center;
  }
  #studio .studio-item .overlay .content {
    display: table-cell;
    vertical-align: middle;
  }
  #studio .studio-item .overlay .content h3 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - 
	Studio Pages
- - - - - - - - - - - - - - - - - - - - - - - - */
.studio {
  padding-bottom: 15px;
}

.studio .image {
  height: 200px;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.image-vertical {
  margin: 0 auto;
}
.studio img:last-of-type {
  margin-bottom: 0;
}
.studio .text {
  padding: 20px 0px;
}
.studio .text:first-of-type {
  padding: 0px 0px 20px;
}
.studio .text p {
  margin: 0;
}
#biography .image-vertical {
  margin: 40px auto;
  width: 30%;
  padding-top: 10px;
}
.col-img {
  text-align: center;
}
@media (max-width: 481px) {
  #biography .image-vertical {
    width: 100%;
  }
}
@media (max-width: 800px) {
  #biography .image-vertical {
    width: 60%;
    margin: 30px auto 40px;
  }
}
@media (min-width: 481px) {
  .studio {
    height: 100%;
    padding-bottom: 50px;
  }
  .studio .cols {
    height: 100%;
  }
  /* .studio .col {
    height: 50%;
  } */
  .studio .col:first-child {
    padding-bottom: 7.5px;
  }
  .studio .col:last-child {
    padding-top: 7.5px;
  }
  .studio .col .image,
  .studio .col .text {
    height: 100%;
  }
  #biography .title {
    margin: 40px auto 30px;
  }
  /* #biography .image-vertical {
    margin-bottom: 60px;
  } */

  #page-publications .studio .col .text {
    overflow-y: scroll;
  }
}
@media (min-width: 769px) {
  .studio {
    height: 100%;
    padding-bottom: 100px;
  }

  .studio .cols {
    height: 100%;
    margin: 0 -15px;
  }
  .studio .cols .col {
    width: 70%;
    margin: 0 auto;
    /* height: 100%; */
    padding: 0 15px;
  }
  .studio .image {
    display: none;
  }
  .studio img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .studio .text {
    position: relative;
    background: white;
  }
  .studio h1 {
    margin-bottom: 30px;
  }
  #publications .image {
    display: block;
    height: 45%;
    margin-bottom: 30px;
  }
  #publications img {
    display: none;
  }
}
@media (min-width: 1025px) {
  .studio .cols {
    margin: 0 -30px;
  }
  .studio .cols .col {
    padding: 0 30px;
  }
}

.video-container {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 15px;
}
.video-container:after {
  display: block;
  content: " ";
}
.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - 
	Press
- - - - - - - - - - - - - - - - - - - - - - - - */
.press-item {
  width: 33% !important;
  margin-bottom: 30px !important;
  display: inline-block !important;
}
@media (max-width: 769px) {
  .press-item {
    width: 50% !important;
  }
}
@media (max-width: 469px) {
  .press-item {
    width: 100% !important;
  }
}
#press-list {
  margin: 60px 0;
}
#press-list .name {
  font-weight: 700;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - 
	Contact
- - - - - - - - - - - - - - - - - - - - - - - - */
#contact .text {
  padding: 0;
  background: transparent;
}
#contact iframe {
  height: 100%;
  margin-bottom: 15px;
}
@media (width: 768px) {
  #contact .text .cols {
    overflow: hidden;
    margin: 0 -7.5px;
  }
  #contact .text .cols .col {
    float: left;
    width: 33%;
    padding: 0 7.5px;
  }
}
@media (min-width: 769px) {
  #contact iframe {
    height: 500px;
  }
}
#contact h1 {
  font-size: 14px;
  margin-bottom: 15px;
}
#contact .block {
  margin: 0 0 30px 0;
}
#follow-us p {
  margin: 0;
}
#contact a {
  font-weight: 600;
}
#follow-us a {
  /* border-bottom: 2px solid #dad7d2; */
  display: block;
  line-height: 16px;
  font-weight: 400;
}

#follow-us .social {
  margin-bottom: 30px;
}
#follow-us .social svg {
  vertical-align: middle;
}

#follow-us a p {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 769px) {
  #contact .block {
    margin: 0 0 50px 0;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - 
	Credits
- - - - - - - - - - - - - - - - - - - - - - - - */
#credits {
  padding: 5px;
}
#credits p {
  margin: 0 0 20px 0;
}
#credits p:last-child {
  margin-bottom: 0;
}
#credits a {
  font-weight: 600;
}
@media (min-width: 769px) {
  #credits {
    top: auto;
    bottom: 0;
    background: white;
    padding: 0;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - 
	Filter
- - - - - - - - - - - - - - - - - - - - - - - - */
#filters {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 481px) {
  #filters {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 800px) {
  #filters {
    width: 100%;
  }
}

.filters-wrapper {
  padding: 60px 0 80px;
}
#page-projects .filters-wrapper {
  padding: 0px 0 80px;
}
@media (max-width: 481px) {
  .filters-wrapper {
    padding: 50px 0 5px;
  }
}

@media (max-width: 481px) {
  #page-projects .filters-wrapper {
    padding: 0px 0 5px;
  }
}

.filters-title {
  text-align: center;
  margin: 0 0 50px;
  font-family: "freight-display-pro", "Helvetica Neue", "Helvetica", Arial;
  font-style: italic;
  font-weight: 700;
  font-size: 3rem;
}

@media (max-width: 481px) {
  .filters-title {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}

.filter {
  cursor: pointer;
  position: relative;
}

@media (max-width: 481px) {
  .filter {
    font-size: 2rem;
    margin: 1rem 0.6rem;
  }
}

.filter::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: black;
  position: absolute;
  bottom: -5px;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.filter.active {
  font-weight: 700;
}

.filter:hover {
  transition: transform 0.3s ease-in-out;
}

.filter:hover:before {
  transform: scaleX(1);
}
.filter.active:before {
  transform: scaleX(1);
  transition: transform 0.3s ease-in-out;
}
