/**********************************************************************************************************************************************
 /$$$$$$$  /$$$$$$$   /$$$$$$     /$$$$$ /$$$$$$$$  /$$$$$$  /$$$$$$$$       /$$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$  /$$$$$$ /$$        /$$$$$$
| $$__  $$| $$__  $$ /$$__  $$   |__  $$| $$_____/ /$$__  $$|__  $$__/      | $$__  $$| $$_____/|__  $$__//$$__  $$|_  $$_/| $$       /$$__  $$
| $$  \ $$| $$  \ $$| $$  \ $$      | $$| $$      | $$  \__/   | $$         | $$  \ $$| $$         | $$  | $$  \ $$  | $$  | $$      | $$  \__/
| $$$$$$$/| $$$$$$$/| $$  | $$      | $$| $$$$$   | $$         | $$         | $$  | $$| $$$$$      | $$  | $$$$$$$$  | $$  | $$      |  $$$$$$
| $$____/ | $$__  $$| $$  | $$ /$$  | $$| $$__/   | $$         | $$         | $$  | $$| $$__/      | $$  | $$__  $$  | $$  | $$       \____  $$
| $$      | $$  \ $$| $$  | $$| $$  | $$| $$      | $$    $$   | $$         | $$  | $$| $$         | $$  | $$  | $$  | $$  | $$       /$$  \ $$
| $$      | $$  | $$|  $$$$$$/|  $$$$$$/| $$$$$$$$|  $$$$$$/   | $$         | $$$$$$$/| $$$$$$$$   | $$  | $$  | $$ /$$$$$$| $$$$$$$$|  $$$$$$/
|__/      |__/  |__/ \______/  \______/ |________/ \______/    |__/         |_______/ |________/   |__/  |__/  |__/|______/|________/ \______/
**********************************************************************************************************************************************/
#project_banner_container
{
	position: relative;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 350px;
    background-color: #666569;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

#project_banner_container .text-container
{
	position: absolute;
	z-index: 2;
	top: 97px;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1170px;
	height: calc(100% - 147px);
}

@media screen and (max-width:1200px)
{
	#project_banner_container .text-container
	{
		top: 0;
		height: 100%;
	}
}

#project_banner_container h1
{
    font-family: 'SourceSans3', sans-serif;
	font-weight: normal;
	font-size: calc(26px + (56 - 26) * ((100vw - 400px) / (2000 - 400)));
	color: #ffffff;
	text-shadow: 0 0 5px #15232b;
}

@media screen and (min-width:2000px)
{
	#project_banner_container h1
	{
		font-size: 56px;
	}
}

@media screen and (max-width:1200px)
{
	#project_banner_container h1
	{
		font-size: 30pt;
	}
}

.title-container
{
	padding: 120px 0;
}

@media screen and (max-width: 991px)
{
	.title-container
	{
		padding: 60px 0;
	}	
}

.title-container #location,
.title-container #type
{
	font-size: 17pt;
}

.title-container #location
{
	margin-bottom: 15px !important;
}

#description_container
{
	padding: 120px 0;
}

@media screen and (max-width: 991px)
{
	#description_container
	{
		padding: 50px 0;
	}	
}

#description_container h2
{
	margin-bottom: 15px !important;
}

#description_container .padded-white-shadow-container
{
	padding: 50px 30px;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);

}

.image-col .project-link:link,
.image-col .project-link:visited
{
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	margin-bottom: 30px;
	padding-top: 90%;
	background-color: #686868;
}

@media screen and (max-width:991px)
{
	.image-col .project-link:link,
	.image-col .project-link:visited
	{
		background-color: transparent;
	}
}

.image-col .project-link::after
{
	content: "\f065";
	position: absolute;
	z-index: 5;
	bottom: 5px;
	right: 5px;
	font-family: "font_awesome";
	font-size: 14pt;
	color: #ffffff;
	opacity: 0;
	transition: opacity 200ms;
}

.image-col .project-link:hover::after
{
	opacity: 1;
}

.image-col .col-md-6 .project-link:link,
.image-col .col-md-6 .project-link:visited
{
	padding-top: 52.7%;
}

.image-col .col-md-12 .project-link:link,
.image-col .col-md-12 .project-link:visited
{
	padding-top: 25.7%;
}

#media_container
{
	padding-top: 120px;
	padding-bottom: 80px;
}

#media_container #gallery_heading
{
	font-family: "prima_sans_bt_bold", sans-serif;
	font-size: 18pt;
	color: #434345;
	margin-bottom: 30px !important;
}

@media screen and (max-width:1200px)
{
	#media_container
	{
		padding-top: 30px;
	}
}

#media_container .back-link
{
    font-family: 'SourceSans3_semibold', sans-serif;
	font-size: 15pt;
}

.image-col .project-link .image-container
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.image-col .project-link .caption-container
{
	position: absolute;
	z-index: 3;
	bottom: 27px;
	left: 48px;
	transition: all 200ms ease-out;
}

@media screen and (min-width:768px)
{
	.image-col .project-link:hover .caption-container
	{
		bottom: 39%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.image-col .project-link .caption-container div.title
{
	position: relative;
    font-family: 'SourceSans3', sans-serif;
	font-size: 24.2pt;
	font-weight: normal;
	white-space: nowrap;
	line-height: 1;
	height: 35px;
	color: #ffffff;
}

@media screen and (max-width:430px)
{
	.image-col .project-link .caption-container div.title
	{
		font-size: 18pt;
	}
}

.image-col .project-link .caption-container div.title::before
{
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
	display: block;
	background: url("/images/gold-icon-block.png") top center no-repeat;
	width: 17px;
	height: 14px;
	transform: translateY(-50%);
	opacity: 1;
}

@media screen and (min-width:768px)
{
	.image-col .project-link:hover .caption-container div.title::before
	{
		opacity: 0;
	}
}

.image-col .project-link .caption-container div.sub-title
{
    font-family: 'SourceSans3', sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #ffffff;
	transition: transform 200ms ease-out;
}

@media screen and (min-width:768px)
{
	.image-col .project-link:hover .caption-container div.sub-title
	{
		display: none;
	}
}

@media screen and (max-width:768px)
{
	.image-col .project-link .caption-container div.sub-title
	{
		display: none;
	}
}


/* Lightbox Styles */
.sl-overlay
{
	background: #000000;
	opacity: 0.8;
}

.sl-wrapper .sl-close
{
	font-size: 28pt;
	color: #ffffff;
}

.sl-wrapper .sl-counter
{
	font-size: 16pt;
	color: #ffffff;
}

.sl-wrapper .sl-navigation button.sl-prev,
.sl-wrapper .sl-navigation button.sl-next
{
	font-size: 30pt;
	color: #ffffff;
}

.sl-wrapper .sl-image .sl-caption
{
	font-size: 16pt;
}

.sl-wrapper .sl-image .description
{
	font-size: 12pt;
}

.sl-wrapper .sl-image .lightbox-link
{
	margin-top: 10px;
}

.sl-wrapper .sl-image a:link,
.sl-wrapper .sl-image a:active,
.sl-wrapper .sl-image a:visited
{
	font-size: 12pt;
}

@media screen and (max-width:1200px)
{
	.sl-wrapper .sl-close
	{
		right: 20px;
    	top: 80px;
	}
}

.video-embed-container > div
{
	margin-bottom: 30px;
}

.featured-projects-container
{
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.featured-projects-container .project-link
{
    /* position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 90%;
    background-color: #666569;
    background-size: cover;
    background-position: center center;
    text-decoration: none; */

	/* display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 575px;
    background-color: #4c4d4f;
    background-repeat: no-repeat;
    background-size: cover;
	text-decoration: none; */
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 348px;
		background-color: #4c4d4f;
		background-repeat: no-repeat;
		background-size: cover;
		text-decoration: none;
		background-position: bottom;
}

@media screen and (max-width: 991px)
{
	.featured-projects-container .project-link
	{
		height: 530px;
	}
}

.featured-projects-container .project-link::before
{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, transparent, rgba(0,0,0,0.5));
	opacity: 0;
	transition: opacity 400ms;
}

@media screen and (max-width: 991px)
{
	.featured-projects-container .project-link::before
	{
		opacity: 1;
	}	
}

.project-link span.title
{
	/* position: absolute;
	z-index: 2;
	bottom: 22px;
	left: 0;
	width: 100%;
	text-align: center;
    font-family: 'SourceSans3_semibold', sans-serif;
	font-size: 17pt;
	color: #ffffff;
	text-decoration: underline;
	opacity: 0;
	padding: 0 10px;
	transition: opacity 400ms; */
	font-family: 'prima_sans_bt_bold';
	font-size: 40px;
	color: #ffffff;
	padding-left: 40px;
	opacity: 0;
	position: relative;
	z-index: 3;
	text-shadow: 0 0 5px rgba(0, 0, 0, 1);
	display: block;
}

@media screen and (max-width: 991px)
{
	.project-link span.title
	{		
		opacity: 1;	
	}	
}

.project-link:hover span.title
{
	opacity: 1;
}

@media screen and (max-width:480px)
{
	.project-link span.title
	{
		opacity: 1;
	}
}

.project-link span.link
{
    font-family: 'SourceSans3_semibold', sans-serif;
    font-size: 16px;
    color: #ffffff;
    padding-left: 40px;
    padding-bottom: 45px;
    opacity: 0;
    display: block;
    position: relative;
    z-index: 3;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.project-link span.link::after
{
	content: '\f061';
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: font_awesome;
	font-size: 16px;
	background-color: transparent;
	width: 33px;
	height: 40px;
	color: #ffffff;
	transition: all 0.2s;
}

@media screen and (max-width: 991px)
{
	.project-link span.link
	{		
		opacity: 1;	
	}	
}

.project-link:hover span.link
{
	opacity: 1;
}

@media screen and (max-width:480px)
{
	.project-link span.link
	{
		opacity: 1;
	}
}

.featured-projects-container .project-link:hover::after,
.featured-projects-container .project-link:hover::before
{
	opacity: 1;
}

@media screen and (max-width:768px)
{
	.featured-projects-container .project-link:hover::after,
	.featured-projects-container .project-link:hover::before
	{
		opacity: 0.8;
	}
}

#related_projects
{
	margin-bottom: 120px;
}


/* Prevous and Next Buttons */
.featured-projects-container .slider-controls.slider-button
{
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
	width: 60px;
	height: 60px;
}

.featured-projects-container .slider-controls.slider-button.previous
{
	left: 15px;
}

.featured-projects-container .slider-controls.slider-button.next
{
	right: 15px;
}

.featured-projects-container .slider-controls.slider-button::before
{
	position: relative;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	background-color: #ffffff;
	opacity: 0;
	border: 2px solid #E5E5E5;
	border-radius: 50%;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
	transition: all 200ms;
}

.featured-projects-container .slider-controls.swiper-button-disabled
{
	display: none;
}

.featured-projects-container:hover .slider-controls.slider-button::before
{
	opacity: 0.15;
}

.featured-projects-container .slider-controls.slider-button:hover::before
{
	opacity: 0.6;
}

.featured-projects-container .slider-controls.slider-button:active::before
{
	opacity: 0.8;
}

.featured-projects-container .slider-controls.slider-button.previous::before
{
	content: '\276E';
	margin-left: -5px;
}

.featured-projects-container .slider-controls.slider-button.next::before
{
	content: '\276F';
	margin-right: -5px;
}

@media screen and (max-width:991px)
{
	.featured-projects-container .slider-controls.slider-button.previous
	{
		left: 0;
	}

	.featured-projects-container .slider-controls.slider-button.next
	{
		right: 0;
	}

	.featured-projects-container .slider-controls.slider-button.previous:hover
	{
		background: linear-gradient(to right, rgba(0,0,0,0.3), transparent);
	}

	.featured-projects-container .slider-controls.slider-button.next:hover
	{
		background: linear-gradient(to left, rgba(0,0,0,0.3), transparent);
	}

	.featured-projects-container .slider-controls.slider-button
	{
		width: 80px;
		height: 100%;
		outline: none;
	}

	.featured-projects-container .slider-controls.slider-button::before
	{
		position: relative;
		width: 80px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 40px;
		background-color: transparent;
		color: #ffffff;
		opacity: 0;
		border: none;
		border-radius: 0;
		filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
	}
}