@charset "UTF-8";
@import url(font-awesome.min.css);
/* @import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"); */
@font-face {
    font-family: Montserrat_Regular;
    src: url(../fonts/Montserrat-Regular.otf)
}
@font-face {
    font-family: Montserrat_Bold;
    src: url(../fonts/Montserrat-Bold.otf)
}
@font-face {
    font-family: Montserrat_SemiBold;
    src: url(../fonts/Montserrat-SemiBold.otf)
}

	* {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1.25;
	}

	ol, ul {
		list-style: none;
		margin: 0;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Containers */

	.container {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

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

		html, body {
			min-width: 320px;
		}

	}

	body, html {
		background: #fff;
		height: 100%;
	}

	body.is-loading *, body.is-loading *:before, body.is-loading *:after {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

/* Type */

	body {
		color: #000;
	}

	body, input, select, textarea {
		font-family: Montserrat_Regular, 'Montserrat', sans-serif;
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.5;
	}

	a {
		text-decoration: none;
		color: inherit;
	}
	a:hover {
		text-decoration: none;
	}
	a.underline {
		text-decoration: underline;
	}

	strong, b {
		font-weight: 700;
		font-family: Montserrat_SemiBold, 'Montserrat', sans-serif;
	}

	p {
		margin: 0 0 2rem 0;
	}
	

	h1, h2, h3, h4, h5, h6 {
		line-height: 1.5;
		margin: 0 0 1rem 0;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}
	img {
		width: 100%;
		height: auto;
	}
	img:not(.no-fit) {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


/* Header */

	@-moz-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@-webkit-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@-ms-keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	@keyframes reveal-header {
		0% {
			top: -4em;
			opacity: 0;
		}

		100% {
			top: 0;
			opacity: 1;
		}
	}

	#header {
		color: #000;
		cursor: default;
		left: 0;
		position: fixed;
		text-align: right;
		top: 0;
		width: 100%;
		z-index: 10001;
	}

	#header > .logo {
		display: inline-block;
		height: inherit;
		left: 36px;
		line-height: inherit;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 36px;
		height: 98px;
	}

	#header > .logo a {
		color: #000;
		text-decoration: none;
	}

	#header > a {
		-moz-transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		display: inline-block;
		padding: 0 0.75em;
		color: inherit;
		text-decoration: none;
		color: #000;
	}
	#header > .logo a img {
		height: 100%;
		width: auto;
	}	

	#header.alt {
		-moz-animation: none;
		-webkit-animation: none;
		-ms-animation: none;
		animation: none;
		background-color: transparent;
		box-shadow: none;
		position: absolute;
	}	

	#header > #nav, #header > #nav > ul.links, #header > #nav > ul.links > li, #header > #nav > ul.links > li > a {
		display: inline-block;
	}
	#header > #nav {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 36px;
		right: 90px;
	}	
	#header > #nav > ul.links > li > a {
		font-weight: 700;
		font-family: Montserrat_SemiBold, 'Montserrat', sans-serif;
		line-height: 98px;
		text-decoration: none;
		text-transform: uppercase;
		margin: 0 54px;
		color: #000;
		font-size: 21px;
	}	
	#header > #nav > ul.links > li > a:not(.active) {
		color: #7D7D7D;	
	}

	@media screen and (max-width: 980px) {
		
		#header > .logo {
			height: 86px;
		}	
		#header > #nav {
			right: 36px;
		}	
		#header > #nav > ul.links > li > a {
			font-size: 20px;
			margin: 0 32px;
			line-height: 86px;
		}

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

		#header > .logo {
			height: 74px;
		}	
		#header > #nav {
			right: 36px;
		}	
		#header > #nav > ul.links > li > a {
			font-size: 18px;
			margin: 0 20px;
			line-height: 74px;
		}
	}
	
	@media screen and (max-width: 640px) {

		#header {
			min-width: 320px;
			line-height: 48px;
			text-align: center;
		}
		#header > .logo {
			left: 36px;
			top: 36px;
			width: 200px;
		}	
		
		#header > #nav, #header > #nav > ul.links, #header > #nav > ul.links > li {
			display: block;
		}
		#header > #nav {
			position: absolute;
			top: 122px;
			right: auto;
			left: 36px;
			width: 200px;
		}	
		#header > #nav > ul.links > li > a {
			line-height: 48px;
			width: 200px;
			margin: 0;
			font-size: 22px;
		}	

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

		#header {
			line-height: 36px;
			text-align: center;
		}
		#header > .logo {
			left: 18px;
			top: 18px;
		}	
		
		#header > #nav, #header > #nav > ul.links, #header > #nav > ul.links > li {
			display: block;
		}
		#header > #nav {
			position: absolute;
			top: 100px;
			right: auto;
			left: 18px;
			width: 200px;
			margin-top: 8px;
		}	
		#header > #nav > ul.links > li > a {
			line-height: 36px;
			width: 180px;
			margin: 0;
			font-size: 20px;
		}	

	}
	

/* Banner */

	.banner, .content {
		background-color: #fff;
		padding: 180px 0 0;
		position: relative;
	}
	.banner.full {
		padding: 0;
		min-height: 100vh;
		height: 100vh !important;
	}

	.banner:after {
		-moz-pointer-events: none;
		-webkit-pointer-events: none;
		-ms-pointer-events: none;
		pointer-events: none;
		-moz-transition: opacity 1.5s ease-in-out, visibility 1.5s;
		-webkit-transition: opacity 1.5s ease-in-out, visibility 1.5s;
		-ms-transition: opacity 1.5s ease-in-out, visibility 1.5s;
		transition: opacity 1.5s ease-in-out, visibility 1.5s;
		background: #fff;
		content: '';
		display: block;
		height: 100%;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		visibility: hidden;
		width: 100%;
		z-index: 2;
	}

	.banner .indicators {
		bottom: 1.5em;
		left: 0;
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		text-align: center;
		width: 100%;
		z-index: 2;
	}

	.banner .indicators li {
		cursor: pointer;
		display: inline-block;
		height: em;
		overflow: hidden;
		padding: 0;
		position: relative;
		text-indent: 2em;
		width: 1.75em;
	}

	.banner .indicators li:before {
		background: rgba(0, 0, 0, 0.35);
/* 		border-radius: 100%; */
		content: '';
		display: inline-block;
		height: 2px;
		left: 50%;
		margin: -0.4em 0 0 -0.4em;
		position: absolute;
		text-indent: 0;
		top: 50%;
		width: 10px;
	}

	.banner .indicators li.visible:before {
		background: #fff;
	}

	.banner > article {
		-moz-transition: opacity 1.5s ease, visibility 1.5s;
		-webkit-transition: opacity 1.5s ease, visibility 1.5s;
		-ms-transition: opacity 1.5s ease, visibility 1.5s;
		transition: opacity 1.5s ease, visibility 1.5s;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100%;
		left: 0;
		opacity: 0;
		position: absolute;
		text-align: center;
		top: 0;
		visibility: hidden;
		width: 100%;
		z-index: 0;
	}

	.banner > article:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.banner > article:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		opacity: 0.15;
	}			

	.banner > article img {
		display: none;
	}

	.banner > article.visible {
		opacity: 1;
		visibility: visible;
	}

	.banner > article.top {
		z-index: 1;
	}

	.banner > article.instant {
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

	body.is-loading .banner:after {
		opacity: 1.0;
		visibility: visible;
	}

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

		.banner.full {
			padding: 0;
		}

	}

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

		.banner.full {
			padding: 0;
		}

		.banner > article {
			background-attachment: scroll;
		}

	}

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

		.banner > article .inner {
			width: 90%;
		}

		.banner > article p {
			margin-bottom: 1rem;
		}

		.banner > article h2 {
			font-size: 4em;
		}

	}

	body.is-mobile .banner > article {
		background-attachment: scroll;
	}

/* Main */
	
	.content * {
		margin: 0;
		padding: 0;
	}
	.content .row .left-info {
		padding: 0 36px;
		overflow: hidden;
	}
	.content .row .left-info div.left-info-width {
		width: 288px;
	}
	.content .row .project-info-head {
		padding: 0 12px;
		text-transform: uppercase;
		font-weight: 700;
		font-family: Montserrat_SemiBold, 'Montserrat', sans-serif;
		font-size: 18px;
	}
	.content .row .project-info-copy {
		padding: 0 12px;
		font-size: 16px;
		margin-bottom: 16px;
	}
	
	.right-content {
		padding-right: 26px;
	}
	.right-content .row {
		padding-bottom: 12px;
	}
	.right-content .row .col {
		padding-right: 10px;
	}
	.right-content .project_credit {
		padding-top: 24px;
	}
	.frame, .frame-no-fit {
		overflow: hidden;
		display: block;
	    width: 100%;
	    height: 100%;
	    cursor: pointer;
	}
	.frame-no-fit {
		height: auto;
	}
	.right-content a img {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		transition: all .5s ease;
	}
	.right-content a img:not(.no-hover-effect):hover {
      	transform: scale(1.05);
    }
	.right-content p.project-title {
		font-weight: 700;
		font-family: Montserrat_SemiBold, 'Montserrat', sans-serif;
		font-size: 18px;
		line-height: 1.4;
		margin-top: 10px;
	}
	.right-content .mobile-reveal {
		display: none;
	}
	.modal-backdrop {
	    background-color: #fff !important;
	}
	.modal-backdrop.show {
	    opacity: 0.75;
	}
	
	.modal-dialog-centered {
		height: calc(100% - (1.75rem * 2));	
	}
	.modal-dialog {
		width: 80%;
		margin: 1.75rem auto;
		height: auto;
	}
	
/* NEWS */
	.right-content .justify-content-center .col {
		padding: 0;
	}
	.news p {
		text-align: center;
	}
	p.news-project-date, p.info-head {
		text-transform: uppercase;
		font-weight: 700;
		font-family: Montserrat_SemiBold, 'Montserrat', sans-serif;
		font-size: 14px;
		line-height: 1.2;
	}
	p.news-project-status, p.info-copy {
		font-size: 14px;
		margin-bottom: 12px;
	}
	div.news-spacing {
		padding: 18px 0;
	}
	
/* INFO */
	.info-copy-col p {
		padding-left: 26px;
	}
	p.info-head {
		font-size: 13px;
	}
	p.info-copy {
		margin-bottom: 16px;
		margin-top: 4px;
	}
	div.info-logo-img {
		padding: 2% !important;
	}
	

	@media screen and (max-width: 980px) {
		
		.banner, .content {
			padding: 162px 0 0;
		}
		.content .row .left-info div.left-info-width {
			width: 240px;
		}

	}
	@media screen and (max-width: 767px) {
	
		.banner, .content {
			padding: 150px 0 0;
		}
		.content .row .left-info div.left-info-width {
			width: 205px;
		}
		.right-content {
		    padding-right: 36px;
		}
		.right-content .row {
			padding-bottom: 0px;
		}
		.right-content .row .col {
		    padding-right: 0;
		    padding-bottom: 36px;
		}
		.info-copy-col p {
			padding-left: 0;
		}
		div.info-logo-img {
			padding: 16px;
		}
		
	}
	@media screen and (max-width: 640px) {
		
		.banner, .content {
			padding: 287px 0 0;
		}
		.content .row .left-info {
			width: 100%;
			padding: 2px 36px;
		}
		.content .row .left-info div.left-info-width {
			width: 100%;
			display: none;
		}

		.right-content {
		    padding: 0 36px;
		}
		.right-content p.project-title {
			font-size: 16px;
		}
		.right-content .mobile-reveal {
			display: block;
		}
		.content .row .project-info-head {
			padding: 0 12px;
			text-transform: uppercase;
			font-weight: 700;
			font-family: Montserrat_SemiBold, 'Montserrat', sans-serif;
			font-size: 16px;
		}
		.content .row .project-info-copy {
			padding: 0 12px;
			font-size: 14px;
			margin-bottom: 16px;
		}	
		
		.info-copy-col p {
			padding-left: 0;
		}
		p.info-head {
			font-size: 13px;
		}
		p.info-copy {
			margin-bottom: 24px;
			margin-top: 4px;
		}	
	}
	@media screen and (max-width: 480px) {
	
		.banner, .content {
			padding: 220px 0 0;
		}
		.content .row .left-info {
			width: 100%;
			padding: 18px;
		}
		.content .row .left-info div.left-info-width {
			width: 100%;
		}	
		.right-content .row .col {
		    padding-right: 0;
		    padding-bottom: 12px;
		}
		.right-content {
		    padding: 0 18px 40px 18px;
		}	
		
		p.info-des {
			font-size: 14px;
		}
	
	}
	

/* Footer */

	#footer {
		padding: 1.5rem 0;
		background: #fff;
		text-align: center;
	}
	#footer .ins {
		width: 26px;
		height: 26px;
		margin: 0 auto 12px;
		padding-right: 0;
	}
	#footer .copyright {
		color: #000;
		font-size: 12px;
		margin: 0;
		padding: 0;
		text-align: center;
	}
