

/*
* Projects Page CSS
*/

.bar-filter {
	position:fixed;
	z-index:25;
	padding:145px 0 20px 0;
	border-bottom:3px solid #000000;
	width:100%;
	background-color:#ffffff;
	color:#000000;
	top:0;
	left:0;
}
.filter-links {
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	text-align:center;
}
.filter-links a {
	font-size:16px;
	height:16px;
	font-weight:400;
	text-transform:uppercase;
	padding:0 15px 0 15px;
	border-right:2px solid #000000;
	line-height: 16px;
	display:inline-table;
	letter-spacing: 4.9px;
}
.filter-links a:hover {
	color:#000000;
}
.filter-links a.active,.filter-links a.active:hover {
	color:#000000;
	text-decoration:underline;
}
.filter-links a:last-of-type {
	border-right:none;
}

.project-title-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 6;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	/*max-width: 500px;*/
	/*min-height: 70px;*/
	padding: 15px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: hsla(0, 0%, 100%, .73);
	color:#343434;
	transition: background-color 0.8s ease;
}
.project-title-bar.isactive {
	background-color: rgba(0, 0, 0, .73);
	color: #fff;
}
.project-title {
	width: 90%;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 18px;
	text-align: left;
	line-height: 22px;
	letter-spacing:2.6px;
}
.project-subtitle {
	display:none;
	font-family: 'Roboto', sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	/*color:#f9999a;*/
	color:#b3b1b1;
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.project-subtitle-location {
	text-transform: none;
}

#iso-proj-block {
	/*margin-top:165px;*/
	display:none;
}
.project-block.proj {
	overflow: hidden;
}
.proj {
	position:relative;
}
.item {
	float:left;
}
.col-1-3 {
	width: 33.3333%;
}
.col-2-3 {
	width: 66.6666%;
}
.amsd-wrapper #iso-proj-block img {
	height: auto;
	min-width: 100%;
}
.project-block.proj a.img_link::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: rgba(0,0,0,0.1);
}
.project-block.proj a.img_link img {
	-webkit-transition: all 0.3s ease-out;
	transition        : all 0.3s ease-out;
}
.project-block.proj a.img_link:hover img{
	transform: scale(1.05);
}


.see_all_bar {
	width:100%;
	text-align:center;
	font-size:18px;
	padding:15px;
	color:#ffffff;
	background-color:#000000;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	-ms-grid-row: 11;
	-ms-grid-row-span: 2;
	grid-column: 1 / span 2;
	margin:2px;
	display:inline-block;
}
.cat_back_link {
	display:block;
	width:100%;
	text-align:center;
	font-size:18px;
	padding:15px;
	color:#ffffff;
	background-color:#000000;
	margin-top: -4px;
}



/*
* Project Profile CSS
*/

.project-back-image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .28;
}

.project-slider {
	height:100%;
	height: 100vh;
	min-height: 350px;
}

.project-slider-left {
	position: absolute;
	right: 60px;
	bottom: 10px;
	display: block;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 10px;
	background-color: hsla(0, 0%, 100%, .7);
	color: #343434;
	font-size: 20px;
	top: inherit;
	left: inherit;
}

.project-slider-right {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 10px;
	background-color: hsla(0, 0%, 100%, .7);
	color: #343434;
	font-size: 20px;
	top: inherit;
	left: inherit;
}

.project-slide {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

.project-container {
	position:relative;
	/*padding-left: 420px;*/
}

.project-header-block {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 25;
	background-color: #eaeaea;
	/*height: 295px;*/
	/*height: calc(100% + 42vh);*/
	/*min-height:100%;*/
	opacity: 0.8;
	width: 100%;
	max-width: 500px;
	overflow:hidden;
	padding-bottom:50px;
	text-align: left;
}

.project-header-title {
	padding-top: 6px;
	padding-bottom: 21px;
	padding-left: 40px;
	background-image: -webkit-linear-gradient(270deg, #000000, #000000);
	background-image: linear-gradient(180deg, #000000, #000000);
}

.project-profile-title {
	width: 90%;
	color: #fff;
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 5.4px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.project-header-details {
	padding: 21px 40px 0px 40px;
	max-height: 135px;
	overflow: auto;
	text-align: left;
}

.project-back-link {
	position: absolute;
	right: 40px;
	bottom: 15px;
	font-family: 'Darker Grotesque', sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 38px;
	font-weight: 600;
	letter-spacing: 2.6px;
	text-transform: uppercase;
	background-color:#eaeaea;
	/*width:100%;
	height:40px;*/
	text-align: right;
}

.project-back-link:hover {
	color: #000000;
}

.project-profile {
	padding: 60px;
}




.project-links {
	position:absolute;
	width:100%;
	bottom:15px;
	left:0;
	display:flex;
	flex-flow:row nowrap;
	align-items:center;
	justify-content:space-between;
	padding: 0 30px;
}

.project-prev-link {
	font-family: 'Darker Grotesque', sans-serif;
	color: #000000;
	font-size: 15px;
	line-height: 16px;
	font-weight: 600;
	letter-spacing: 2.6px;
	text-transform: uppercase;
	text-align: left;
}

.project-prev-link:hover {
	color: #000000;
}

.project-next-link {
	font-family: 'Darker Grotesque', sans-serif;
	color: #000000;
	font-size: 15px;
	line-height: 16px;
	font-weight: 600;
	letter-spacing: 2.6px;
	text-transform: uppercase;
	text-align: right;
}

.project-next-link:hover {
	color: #000000;
}

.project-page-link {
	font-family: 'Darker Grotesque', sans-serif;
	color: #000000;
	font-size: 15px;
	line-height: 16px;
	font-weight: 600;
	letter-spacing: 2.6px;
	text-transform: uppercase;
	text-align: center;
}

.project-page-link:hover {
	color: #000000;
}




/*
* Project Media Queries CSS
*/

@media (max-width: 991px) {
	.bar-filter {
		padding:155px 0 20px 0;
	}
	#iso-proj-block {
		margin-top: 175px;
	}
	.col-2-3,.col-1-3 {
		width: 100%;
	}

	.project-image-wrapper {
		background-size:cover;
	}
	.project-back-link {
		position: relative;
		right: inherit;
		bottom: inherit;
		font-family: 'Darker Grotesque', sans-serif;
		color: #000000;
		font-size: 13px;
		line-height: 38px;
		font-weight: 600;
		letter-spacing: 2.6px;
		text-transform: uppercase;
		background-color:#eaeaea;
		width:100%;
		height:40px;
		text-align: right;
	}

	.see_all_bar {
		width:100%;
		text-align:center;
		font-size:18px;
		padding:15px;
		color:#ffffff;
		background-color:#000000;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 13;
		-ms-grid-row-span: 1;
		grid-column: 1 / span 1;
		grid-row:13;
		margin:2px;
		display:inline-block;
	}

	.project-slider-left {
		right: inherit;
		left: 10px;
	}

	.project-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding-left: 0;
	}

	.project-details-mobile-header {
		width: 100%;
		padding:20px;
		background-color: #000000;
		text-align: center;
	}

	.project-details-mobile-title {
		color: #fff;
		font-size: 18px;
		line-height: 22px;
		font-weight: 500;
		letter-spacing: 5.4px;
		text-transform: uppercase;
		margin:0;
	}

	.project-details-mobile-text {
		width: 100%;
		padding: 30px 45px 45px;
		background-color: #eaeaea;
		text-align: center;
		position:relative;
	}

	.project-prev-link, .project-next-link, .project-page-link {
		font-size:13px;
	}

	.project-profile {
		padding: 45px;
	}

	.project-slider {
		height: 100%;
		height: 40vh;
		min-height: 350px;
	}
	.slide-nav {
		display:none;
	}
}

@media (max-width: 767px) {

	.project-profile {
		padding: 35px;
	}

	.bar-filter {
		padding:165px 0 20px 0;
	}
	#iso-proj-block {
		margin-top: 185px;
	}

	.filter-links a {
		font-size: 14px;
		height: 14px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 0 15px 0 15px;
		border-right: 2px solid #000000;
		line-height: 14px;
		display: inline-table;
	}

	.project-title {
		width: 90%;
		margin-top: 0;
		margin-bottom: 0;
		text-transform: uppercase;
		font-size: 14px;
		text-align: left;
		line-height: 22px;
		letter-spacing: 5.4px;
	}

}

@media (max-width: 479px) {

	.project-details-mobile-text {
		width: 100%;
		padding: 25px 25px;
		background-color: #eaeaea;
		text-align: center;
	}

	.project-profile {
		padding: 25px;
	}

	.bar-filter {
		padding:185px 0 20px 0;
	}
	#iso-proj-block {
		margin-top: 205px;
	}

	.filter-links a {
		font-size: 14px;
		height: 14px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 0 15px 0 15px;
		border-right: 2px solid #000000;
		line-height: 14px;
		display: inline-table;
	}
}


