/* #Slider
================================================== */

.section{
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	height: 700px;
	background-color: #23272a;
	outline: 1px solid rgba(255,255,255,0.3);
}

/* Case Study Showcase
================================================== */

.case-study-wrapper {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 10;
	width: auto;
	margin: 0;
	padding: 0;
	height: 800px;
	list-style: none;
	background-color: rgba(35,39,42,0.5);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	outline: 1px solid rgba(255,255,255,0.3);
}
.case-study-wrapper .case-study-name a {
	position: relative;
	list-style: none;
	margin: 0;
	display: block;
	text-align: left;
	padding: 20px 60px 20px 10px;
	line-height: 1.3;
	letter-spacing: 2px;
	opacity: 0.5;
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
	background: rgba(0,0,0,0.6);
	outline: 1px solid rgba(255,255,255,0.3);
	border-left-color: transparent;
	border-left-style: solid;
	border-left-width: 5px;
}	
.case-study-wrapper .case-study-name a:hover {
	text-decoration: none;
	border-left-color: #c02134;
	border-left-style: solid;
	border-left-width: 5px;
}	
.case-study-wrapper .case-study-name.active a {
	opacity: 1;
	color: #fff;
	border-left-color: #c02134;
	border-left-style: solid;
	border-left-width: 5px;
}	
.case-study-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
	z-index:2;
}	
.case-study-images li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style:none;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
	
}	
.case-study-images li .img-hero-background{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style:none;
	opacity: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.case-study-images li.show .img-hero-background {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
} 
.case-study-images li .case-study-title{
	position: absolute;
	bottom: 30px;
	right: 80px;
	display: block;
	opacity: 0;
	z-index: 19;
	letter-spacing: 1px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.case-study-images li.show .case-study-title {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
} 
.case-study-images li .hero-number-back{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
	list-style:none;
	opacity: 0;
	font-size: 18vw;
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	line-height: 1;
	color: rgba(255,255,255,.3);
	z-index: 1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
.case-study-images li .hero-number{
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 40px;
	margin-left: -70px;
	display: block;
	letter-spacing: 2px;
	text-align: center;
	list-style:none;
	opacity: 0;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	z-index: 6;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
.case-study-images li .hero-number-fixed{
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: 30px;
	width: 40px;
	text-align: center;
	display: block;
	letter-spacing: 2px;
	list-style:none;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	z-index: 6;
}
.case-study-images li .hero-number-fixed:before{
	position: absolute;
	content: '';
	top: 50%;
	left: -60px;
	width: 60px;
	height: 1px;
	z-index: 1;
	background-color: rgba(255,255,255,.4);
}
.case-study-images li.show .hero-number {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
} 
.case-study-images li.show .hero-number-back {
	opacity: 1;
} 
.dark-over-hero{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:5;
	background-color: #050505;
	opacity: 0.25;
}
.case-study-images li:nth-child(1) .img-hero-background{
}
.case-study-images li:nth-child(2) .img-hero-background{
}
.case-study-images li:nth-child(3) .img-hero-background{
}
.case-study-images li:nth-child(4) .img-hero-background{
}
.case-study-images li:nth-child(5) .img-hero-background{
}
.case-study-images li:nth-child(6) .img-hero-background{
}
.case-study-images li:nth-child(7) .img-hero-background{
}
.case-study-images li:nth-child(8) .img-hero-background{
}

/* #Media
================================================== */

@media (max-width: 991px) { 
	.case-study-images li .hero-number-back{
		font-size: 26vw;
	} 
}

@media (max-width: 767px) {	
	.case-study-wrapper .case-study-name a {
		font-size: 16px;
		letter-spacing: 1px;
		padding: 10px 10px 10px 10px;
	}
	.case-study-images li .hero-number-back{
		font-size: 32vw;
	} 
	.section{
	height: 480px;
}
	.case-study-wrapper {
	height: 400px;
		background-color: rgba(35,39,42,0);
	-webkit-backdrop-filter: blur(0px);
	backdrop-filter: blur(0px);
	outline: none;
}
	.case-study-images li .case-study-title{
	bottom: 10px;
}
}
