.custom-solutions-button
{
	position: relative;
	font-family: work_sans_light !important;
	font-size: 14pt !important;
	color: #FFFFFF !important;
}

.custom-solutions-button::before
{
	content: '';
	position: absolute;
	display: block;
	left: -5px;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #FF8408;
	opacity: 0;
	transition: all 200ms;
}

.custom-solutions-button:hover
{
	font-family: work_sans_semibold !important;
	color: #FF8408 !important;
	text-decoration: none !important;
}

.custom-solutions-button:hover::before
{
	opacity: 1;
}

#single-response-container
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

@media screen and (max-width: 991px)
{
	#single-response-container
	{
		display: block;
	}
}

#category_navigation
{
	margin-bottom: 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

@media screen and (max-width:992px)
{
	#category_navigation
	{
		justify-content: center;
	}
}

.gallery-item-listing
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#category_navigation a
{
	margin: 0 10px 10px 0;
}

#gallery_output_container
{
	margin-bottom: 170px;
}

@media screen and (max-width: 991px)
{
	.gallery-item-container
	{
		margin-bottom: 30px;
	}
}

.gallery-item-container img
{
	position: relative;
	display: block;
	width: 984px;
	height: 593px;
    left: -215px;
}

@media screen and (max-width: 991px)
{
	.gallery-item-container img
	{
		display: inline-block;
		max-width: 100%;
		height: auto !important;
		border: none;
		left: 0;
	}
}

.gallery-description-container
{
	margin-left: 20px;
	margin-bottom: 40px;
	max-width: 270px;
}

@media screen and (max-width: 991px)
{
	.gallery-description-container
	{
		max-width: 100%;
	}
}

.gallery-description-container h2
{
	font-family: rubik_semibold;
	font-weight: normal;
	font-size: 22pt;
	color: #ffffff !important;
	border-bottom: 2px solid #E38221;
	padding-bottom: 20px;
}

.gallery-description-container .gallery-description
{
	font-family: work_sans;
	font-weight: normal;
	font-size: 14pt;
	color: #ffffff !important;
	margin: 60px auto;
}

#gallery_output_container .gallery-items-container
{
	position: relative;
}

#gallery_output_container .gallery-item
{
	float: left;
	width: 100%;
	max-width: 270px;
	max-height: 420px;
	margin-bottom: 30px;
	box-shadow: 1px 1px 8px 2px rgb(0 0 0 / 27%);
	overflow: hidden;
}

#gallery_output_container .gallery-item::before
{
	content: "\f065";
	position: absolute;
	z-index: 5;
	bottom: 10px;
	right: 10px;
	font-family: font_awesome;
	color: #ffffff;
	font-size: 16pt;
	opacity: 0;
	transition: opacity 200ms;
}

#gallery_output_container .gallery-item::after
{
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	transition: opacity 200ms;
}

#gallery_output_container .gallery-item:hover::before,
#gallery_output_container .gallery-item:hover::after
{
	opacity: 1;
}

#gallery_output_container .gallery-item span.text-container
{
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 0;
	padding: 15px 40px 15px 15px;
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.4) 20%, rgba(0,0,0,0.9));
}

#gallery_output_container .gallery-item span.text-container span.caption h2
{
	font-family: rubik_semibold;
	font-weight: normal;
	font-size: 22pt;
	color: #ffffff !important;

}

#gallery_output_container .gallery-item span.text-container span.description
{
	font-family: titillium_web;
	font-weight: normal;
	font-size: 10pt;
	color: #ffffff;
}

#gallery_output_container .gallery-item span.text-container span.link-text
{
	font-family: titillium_web;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
}

@media screen and (max-width:615px)
{
	#gallery_output_container
	{
		width: 100% !important;
	}

	#gallery_output_container .gallery-item
	{
		display: block;
		float: none;
		right: 0;
		margin: 0 auto 30px auto;
	}
}

/* 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;
	}
}

#debug_line
{
	position: fixed;
	z-index: 999999;
	right: 0;
	width: 500px;
	height: 1px;
	background-color: red;
}

/********************************************************************
 /$$$$$$$$ /$$$$$$$$ /$$$$$$$$ /$$$$$$$$  /$$$$$$  /$$$$$$$$ /$$$$$$
| $$_____/| $$_____/| $$_____/| $$_____/ /$$__  $$|__  $$__//$$__  $$
| $$      | $$      | $$      | $$      | $$  \__/   | $$  | $$  \__/
| $$$$$   | $$$$$   | $$$$$   | $$$$$   | $$         | $$  |  $$$$$$
| $$__/   | $$__/   | $$__/   | $$__/   | $$         | $$   \____  $$
| $$      | $$      | $$      | $$      | $$    $$   | $$   /$$  \ $$
| $$$$$$$$| $$      | $$      | $$$$$$$$|  $$$$$$/   | $$  |  $$$$$$/
|________/|__/      |__/      |________/ \______/    |__/   \______/
********************************************************************/
@keyframes fadein
{
    from
    {
    	opacity: 0;
    }

    to
    {
    	opacity: 1;
    }
}

.fade-in
{
	opacity: 0;
	animation: fadein ease-in 1;
	animation-fill-mode: forwards;
	animation-duration: 800ms;
}

@media screen and (min-width:480px)
{
	.fade-1
	{
		animation-delay: 100ms;
	}

	.fade-2
	{
		animation-delay: 150ms;
	}

	.fade-3
	{
		animation-delay: 200ms;
	}

	.fade-4
	{
		animation-delay: 250ms;
	}
}