/****************************************************************************************************************************************
 /$$$$$$ /$$      /$$  /$$$$$$   /$$$$$$  /$$$$$$$$        /$$$$$$   /$$$$$$  /$$$$$$$   /$$$$$$  /$$       /$$       /$$$$$$$$ /$$$$$$$
|_  $$_/| $$$    /$$$ /$$__  $$ /$$__  $$| $$_____/       /$$__  $$ /$$__  $$| $$__  $$ /$$__  $$| $$      | $$      | $$_____/| $$__  $$
  | $$  | $$$$  /$$$$| $$  \ $$| $$  \__/| $$            | $$  \__/| $$  \__/| $$  \ $$| $$  \ $$| $$      | $$      | $$      | $$  \ $$
  | $$  | $$ $$/$$ $$| $$$$$$$$| $$ /$$$$| $$$$$         |  $$$$$$ | $$      | $$$$$$$/| $$  | $$| $$      | $$      | $$$$$   | $$$$$$$/
  | $$  | $$  $$$| $$| $$__  $$| $$|_  $$| $$__/          \____  $$| $$      | $$__  $$| $$  | $$| $$      | $$      | $$__/   | $$__  $$
  | $$  | $$\  $ | $$| $$  | $$| $$  \ $$| $$             /$$  \ $$| $$    $$| $$  \ $$| $$  | $$| $$      | $$      | $$      | $$  \ $$
 /$$$$$$| $$ \/  | $$| $$  | $$|  $$$$$$/| $$$$$$$$      |  $$$$$$/|  $$$$$$/| $$  | $$|  $$$$$$/| $$$$$$$$| $$$$$$$$| $$$$$$$$| $$  | $$
|______/|__/     |__/|__/  |__/ \______/ |________/       \______/  \______/ |__/  |__/ \______/ |________/|________/|________/|__/  |__/
****************************************************************************************************************************************/
.single-sliding-wrapper
{
	position: relative;
	max-width: 2000px;
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

@media screen and (max-width: 1200px)
{
	.single-sliding-wrapper
	{
		width: 100%;
	}
}
.featured-image-scroller-wrapper
{
	position: relative;
}
.featured-image-scroller-wrapper::after
{
	content: '';
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
    background: linear-gradient(transparent, rgba(0,0,0,0.90));
}

.single-sliding-container
{
	position: relative;
	width: 100%;
}

@media screen and (max-width: 991px)
{
	.single-sliding-container
	{
		max-width: 100%;
	}

}

.single-sliding-container a,
.single-sliding-container > div > div > div
{
	position: relative;
	cursor: default;
	height: 100%;
	text-decoration: none;
	transition: all 200ms;
	background-color: #ffffff;
}

@media screen and (max-width: 991px)
{
	.single-sliding-container a,
	.single-sliding-container > div > div > div
	{
		display: block;
	}
}

.single-sliding-container > div > div > div:hover::before
{
	opacity: 1;
}

.single-sliding-container a.has-link
{
	cursor: pointer;
}

.single-sliding-container .slide-link img
{
	width: 100%;
}

.single-sliding-container .swiper
{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
  }

  .single-sliding-container .swiper-slide.right-gallery
  {
	height: calc((100% - 30px) / 3) !important;
	transform: scale(.84);
	transition: all .3s ease-in-out;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

  .swiper-backface-hidden .swiper-slide.right-gallery
  {
	transform: scale(.84) translateZ(0);
  }

  .swiper-slide.right-gallery.swiper-slide-active
  {
	transform: scale(1) !important;
	opacity: 1 !important;
  }

  .swiper-backface-hidden .swiper-slide.right-gallery.swiper-slide-active
  {
	transform: scale(1) translateZ(0) !important;
  }

  @media screen and (max-width: 1200px)
  {
	.single-sliding-container .swiper-slide.right-gallery
	{
		height: calc((100% - 30px) / 2) !important;
	}
  }

  @media screen and (max-width: 991px)
  {
	.single-sliding-container .swiper-slide.right-gallery
	{
		display: block;
	}
  }

  .project-details .project-caption
  {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	border-bottom: 2px solid #DBBE59;
	width: 40px;
	padding-bottom: 10px;
	margin-bottom: 16px;
  }

  .project-details .projects-description
  {
	font-family: 'Lora', sans-serif;
	font-size: 44px;
	font-weight: 600;
	color: #ffffff;
	display: block;
  }

  @media screen and (max-width: 576px)
  {
	.project-details .projects-description
	{
		font-size: 24px;
	}
  }

  .project-details .projects-link
  {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: transparent;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
	margin-top: 50px;
  }

  .project-details .projects-link::after
  {
	content: url('/images/Arrow_Gold_x1.png');
	padding-left: 25px;
  }

/* Prevous and Next Buttons */
.single-sliding-wrapper .single-slide-controls.single-slide-button
{
	position: absolute;
	z-index: 20;
	left: 40px;
	bottom: 50px;
	display: block;
	width: 45px;
	height: 45px;
	background: #DBBE59;
	transform: translateY(-50%);
	opacity: 1;
	transition: all 200ms;
}

.single-sliding-wrapper:hover .single-slide-controls.single-slide-button
{
	opacity: 1;
}

.single-sliding-wrapper .single-slide-controls.single-slide-button.previous
{
	left: 65px;
    /* top: 0; */
}

.single-sliding-wrapper .single-slide-controls.single-slide-button.next
{
	left: 125px;
    /* top: 0; */
}

@media screen and (max-width:576px)
{
	.single-sliding-wrapper .single-slide-controls.single-slide-button.previous
	{
		bottom: 0;
		left: 20px;
	}

	.single-sliding-wrapper .single-slide-controls.single-slide-button.next
	{
		bottom: 0;
		left: 80px;
	}
}

.single-sliding-wrapper .single-slide-controls.single-slide-button::before
{
	position: relative;
	padding: 20px;
}

.single-sliding-wrapper .single-slide-controls.single-slide-button.previous::before
{
	content: '\f053';
	font-family: 'font_awesome';
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.single-sliding-wrapper .single-slide-controls.single-slide-button.next::before
{
	content: '\f054';
	font-family: 'font_awesome';
	color: #000000;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.single-sliding-wrapper .single-slide-controls.swiper-button-disabled
{
	display: block;
}

.single-sliding-wrapper:hover .single-slide-controls.single-slide-button::before
{
	opacity: 1;
}

.slide-link
{
	position: relative;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.single-slide
{
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 600px;
	padding-left: 65px;
	padding-bottom: 180px;
}

@media screen and (max-width: 576px)
{
	.single-slide
	{
		padding-left: 20px;
		bottom: -90px;
	}
}

.single-slide-controls
{
	position: absolute;
	flex-direction: column;
	justify-content: flex-start;
}

/* Lightbox CSS */
#lightbox 
{
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
}

#lightbox-image 
{
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    display: block;
    position: relative;
}

.close-button 
{
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    color: white;
}

