@media screen and (max-width: 2200px) {

	.projectThumbnail {
		width: -webkit-calc(45% - 100px);
		width: calc(45% - 100px);
		right: 50px;
	}

	#home .index {
		left: 44px;
		width: -webkit-calc(55% - 44px);
		width: calc(55% - 44px);
	}

	.bigFontSize {
		font-size: 82px;
		line-height: 87px;
	}

	.projectTitle .bigFontSize {
		line-height: 100px;
		height: 100px;
	}

	.topMask {
		top: -48px;
		width: 55%;
	}

	.bottomMask {
		bottom: -48px;
		width: 55%;
	}
}

@media screen and (max-width: 1920px) {

	.bigFontSize {
		font-size: 75px;
		line-height: 79px;
		letter-spacing: -3.75px;
	}

	.mediumFontSize {
		font-size: 17px;
		line-height: 20px;
		letter-spacing: -0.2px;
	}

	.smallFontSize {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.4px;
	}

	header .archive {
		width: 100px;
	}

	#home .logo {
		font-size: 40px;
		letter-spacing: -1.24px;
	}

	.gradientMask {
		background: linear-gradient(180deg, rgba(235,235,235,1) 0px, rgba(235,235,235,0) 30px, rgba(235,235,235,0) 90px, rgba(235,235,235,1) 120px);
		height: 120px;
	}

	.projectTitle .bigFontSize {
		line-height: 95px;
		height: 95px;
	}

	#home .index .inner .legend span {
		line-height: 12px;
	}

	#information .bigFontSize {
		font-size: 69px;
		line-height: 65px;
		letter-spacing: -2.07px;
	}

	#information .inner {
		padding: 30px 85px;
	}

	#information .block {
		left: 228px;
	}

	#information .title {
		left: 0;
	}

	#information .correspondence {
		left: 457px;
	}

	#project {
		padding: 40px 30px 0 75px;
	}

	.projectThumbnail.copy.expand {
		top: 40px !important;
	}

	.projectDetail h1 {
		line-height: 90px;
	}
}

@media screen and (max-width: 1750px) {
	.bigFontSize {
		font-size: 70px;
		line-height: 74px;
	}

	.projectTitle .bigFontSize {
		line-height: 90px;
		height: 90px;
	}
}

@media screen and (max-width: 1680px) {

	.bigFontSize,
	#information .bigFontSize {
		font-size: 51px;
		line-height: 54px;
		letter-spacing: -2.55px;
	}

	#information .bigFontSize {
		letter-spacing: -1.53px;
	}


	#home .logo {
		font-size: 21px;
		letter-spacing: -0.65px;
	}

	#home .logo:hover span {
		max-width: 100px;
	}

	#home .logo:hover span.first,
	#home .logo:hover span.second,
	#home .logo:hover span.third {
		margin-right: 7px;
	}

	.topMask {
		top: -37px;
	}

	.bottomMask {
		bottom: -37px;
	}

	.gradientMask {
		background: linear-gradient(180deg, rgba(235,235,235,1) 0px, rgba(235,235,235,0) 15px, rgba(235,235,235,0) 45px, rgba(235,235,235,1) 70px);
		height: 74px;
	}

	.projectTitle .bigFontSize {
		line-height: 68px;
		height: 68px;
		overflow: hidden;
	}


	#home .index .inner .legend {
		bottom: 15px;
	}

	#home .index .inner .legend span {
		line-height: 12px;
	}

	#information .inner {
		padding: 30px 85px;
	}

	#information .block {
		left: 165px;
	}

	#information .title {
		left: 0;
	}

	#information .correspondence {
		left: 335px;
	}

	.projectDetail h1 {
		line-height: 70px;
	}
}

@media screen and (max-width: 1366px) {

	.bigFontSize {
		font-size: 50px;
		line-height: 54px;
	}

	.projectTitle .bigFontSize {
		line-height: 60px;
		height: 60px;
	}

	.projectThumbnail {
		width: -webkit-calc(45% - 60px);
		width: calc(45% - 60px);
		right: 30px;
	}

	#home .index {
		padding-left: 30px;
	}

	#home .index .smallFontSize {
		font-size: 10px;
		letter-spacing: 0;
	}

	.topMask {
		top: -32px;
	}

	.bottomMask {
		bottom: -32px;
	}

	#archive .inner.desktop,
	#archive .inner.print {
		column-count: 2;
	}
}

@media only screen and (max-width: 1220px) {
	.bigFontSize {
		font-size: 44px;
		line-height: 49px;
	}

	.projectTitle .bigFontSize {
		line-height: 54px;
		height: 54px;
	}

	.projectThumbnail {
		width: -webkit-calc(40% - 60px);
		width: calc(40% - 60px);
	}

	#home .index {
		width: -webkit-calc(60% - 44px);
		width: calc(60% - 44px);
	}

	.topMask,
	.bottomMask {
		width: 60%;
	}
}

@media only screen and (max-width: 1024px) {
	.projectsBlock {
		top: 0 !important;
		opacity: 1 !important;
	}

	#information .animateBlock,
	#information .credits {
		margin-left: 0 !important;
		opacity: 1 !important;
	}
}

@media only screen and (max-width: 1000px) {

	.bigFontSize {
		font-size: 43px;
		line-height: 41px;
		letter-spacing: -0.5px;
	}

	#information .bigFontSize {
		font-size: 29px;
		line-height: 29px;
		letter-spacing: -0.3px;
	}

	.mediumFontSize {
		
	}

	.smallFontSize {
		font-size: 14px;
		line-height: 23px;
		letter-spacing: 0.4px;
	}

	#information .smallFontSize {
		font-size: 11px;
		line-height: 17px;
		letter-spacing: -0.3px;
		margin-bottom: 4px;
	}

	header {
		border: 0;
		width: 100%;
		height: 58px;
	}

	#home .logo {
		display: none;
	}

	header .logo {
		float: left;
		transform: none;
		left: 20px;
		top: 20px;
		display: block;
		text-align: left;
		width: auto;
	}

	header .info {
		left: initial;
		right: 20px;
		transform: none;
		float: right;
		top: 20px;
		display: block;
	}

	header .archive {
		position: relative;
		margin: 0 auto;
		transform: none;
		top: 20px;
		left: 0;
		right: 0;
		display: table;
		width: auto;
	}

	header a {
		color: #2C2C2C;
	}

	.motion-opened header a.motion,
	.print-opened header a.print {
		color: #A2A2A2;
	}


	#home {
		padding: 0;
	}

	.topMask,
	.bottomMask,
	.gradientMask {
		width: 100%;
		pointer-events: none;
	}

	.topMask {
		top: 0 !important;
		height: 25vh;
	}

	.bottomMask {
		top: 25vh;
		transform: none;
		height: 25vh;
		bottom: initial !important;
	}

	.gradientMask {
		background: linear-gradient(180deg, rgba(235,235,235,1) 0px, rgba(235,235,235,0) 22px, rgba(235,235,235,0) 55px, rgba(235,235,235,1) 70px);
		height: 70px;
	}

	.projectTitle .bigFontSize {
		line-height: 50px;
		height: 50px;
		overflow: hidden;
	}


	#home > * {
		transition-property: opacity !important;
		transition: none !important;
	}

	.transitioning #home .index,
	.transitioning #home .thumbnails {
		opacity: 1;
	}

	#home .index {
		width: 100%;
		left: 0;
		padding: 0 20px;
		top: 0;
		height: 50%;
		background: #EBEBEB;
		pointer-events: none;
	}

	#home .index.desktop {
		display: none !important;
	}

	#home .index.mobile {
		display: block !important;
	}

	#home .index .inner {
		top: 0;
	}

	#home .thumbnails {
		background: #EBEBEB;
		top: 0;
		height: 100%;
		z-index: 9;
		pointer-events: initial;
		opacity: 1 !important;
	}


	.projectThumbnail {
		width: 100%;
		right: 0;
		margin-bottom: 10px;
		pointer-events: initial;
	}

	.projectTitle {
		top: -2px;
		padding: 3px 0 2px;
	}

	#project {
		padding: 56px 20px 0 20px;
	}

	#project .content {
		margin-top: 20vh;
		margin-bottom: 20px;
	}

	.projectDetail .column {
		width: 100%;
		float: left;
		clear: both;
		overflow: hidden;
	}

	.projectDetail .row.two_columns .column:first-child > *,
	.projectDetail .row {
		display: block;
		margin-bottom: 10px;
		position: relative;
	}

	.projectThumbnail.copy {
		float: none;
		width: 100%;
		left: 50% !important;
		right: inherit !important;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.projectThumbnail.copy.centered {
		width: -webkit-calc(100% - 40px) !important;
		width: -moz-calc(100% - 40px) !important;
		width: calc(100% - 40px) !important;
		top: 50%;
		right: 0 !important;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.projectThumbnail.copy.expand {
		top: 56px !important;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}


	#home .index .inner .legend,
	#closeProject,
	#loading-cursor {
		display: none !important;
	}
	
	#loadingName {
		width: 100%;
		padding: 0 10px;
		left: 0 !important;
	}

	#loadingTitle {
		font-size: 21px;
	}

	#loadingCounter {
		font-size: 14px;
	}

	#loading video {
		display: none;
	}


	#information .inner {
		padding: 115px 20px 20px 20px;
	}

	#information .block {
		margin-bottom: 35px;
		left: 0;
	}

	#information .block.representation,
	#information .block.correspondence {
		left: 50px;
	}

	#information .block.correspondence .bigFontSize {
		margin-bottom: 6px;
	}

	#information .credits {
		position: relative;
		margin-top: 50px;
		transform: none;
		top: 0;
		float: left;
		font-size: 11px;
		letter-spacing: -0.3px;
		line-height: 13px;
		width: 100%;
	}

	#information .credits .collaborator {
		width: 100%;
		max-width: 250px;
	}

	#information .credits .collaborator span {
		width: 50%;
	}


	#archive {
		padding: 0 20px 20px ;
		top: 64px;
		height: -webkit-calc(100% - 71px);
		height: -moz-calc(100% - 71px);
		height: calc(100% - 71px);
	}

	.projectsBlock {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}

	.projectDetail .intro {
		height: auto;
	}

	#archive .menu {
		display: none;
	}

	#archive .inner.print {
		column-count: 1;
	}

	#archive .inner.print {
		display: block;
	}

	#archive .grid-item:hover .caption {
		opacity: 0;
	}

	#archive .grid-item:hover picture {
		filter: blur(0);
		opacity: 1;
	}

	#archive .grid-item a.tap .caption {
		opacity: 1;
	}

	#archive .grid-item a.tap picture {
		filter: blur(10px);
		opacity: 0.25;
	}

	#archive .inner.print .grid-item {
		display: block;
	}

	#archive .grid-sizer,
	#archive .grid-item {
		-webkit-width: calc(50% - 15px);
		width: calc(50% - 15px);
	}
}

@media only screen and (max-width: 740px) {
	.projectTitle .bigFontSize {
		font-size: 35px;
		letter-spacing: -0.7px;
		line-height: 42px;
		height: 42px;
	}

	.projectDetail h1 {
		line-height: 42px;
		margin-top: 15px;
	}

	#archive .grid-sizer,
	#archive .grid-item {
		width: 100%;
	}
}

@media only screen and (max-width: 550px) {
	#information .bigFontSize {
		font-size: 25px;
		line-height: 25px;
		letter-spacing: -0.3px;
	}
}


@media only screen and (max-width: 360px) {
	#information .block.representation,
	#information .block.correspondence {
		left: 0;
	}
}