
/*--------------------------------------------------
	General Styles
---------------------------------------------------*/	

	#showcase-slider-holder{
		width:100%;
		height:100vh;
		position:relative;
		overflow:hidden;
		opacity:0;
		cursor:grab;
	}
	
	.scale-drag #showcase-slider-holder, .scale-drag #showcase-carousel-holder, .scale-drag #showcase-slider-webgl-holder {
		cursor: grabbing!important;
	}
	
	#showcase-slider {
		position:absolute;
		width:100%;
		height:100%;
		z-index:1;
		overflow:visible;
		cursor:grab;
	}
	
	.swiper-slide {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
		-webkit-user-select: none;
		-webkit-touch-callout: none; 
		user-select: none;
		z-index:0;
		display: flex;
		align-items: center;
		justify-content: center;		
	}
	
	.swiper-slide-active {
		z-index:1;		
	}
	
	.above.swiper-slide {
		opacity: 1 !important;
	}
	
	.img-mask {	
		width:100%;
		height:100%;
		display: block;
		position:absolute;
		left:0;
		right:0;
		margin:0 auto;
		box-sizing:border-box;
		z-index:0;
	}
	
	.section-image {
		position:relative;
		display:block;
		width:100%;
		height:100%;
		background-repeat:no-repeat;
		background-position:center center;
		background-size: cover;
	}
	
	.section-image.temporary {
		position:absolute;
		top:0;
		left:0;
	}
	
	.swiper-slide .inner {
		vertical-align: middle;
		text-align:center;
		position:relative;
	}
	
	.slide-title-wrapper {
		position: relative;
		height: auto;
		width: auto;
		display: table;
		margin: 0 auto;				
		overflow:hidden;
		text-align:center;
	}
	
	.slide-title-wrapper .slide-link {
		display:none;
		width:0;
		height:0;
	}
	
	.slide-title {
		font-size:100px;
		line-height:130px;
		font-family: 'Roboto Slab', serif;
		font-weight:500;
		position:relative;
		display:block;
		text-align:center;		
		pointer-events:none;
		cursor:pointer;
		color:#000;
		z-index:10;
	}
	
	.light-content .slide-title {
		color:#fff;
	}
	
	.swiper-slide .outer .slide-title.active-title {
		pointer-events:initial;
	}
	
	.scale-drag .swiper-slide .outer .slide-title.active-title {
		pointer-events:none;
	}
	
	.slide-title span {
		position: relative;
		display: block;
		opacity:0;
	}
	
	.slide-title span {
		transform: translateY(160px);
		-webkit-transform: translateY(160px);
	}
	
	.subtitle {
		font-size: 18px;
		font-weight:500;
		line-height:30px;
		margin-bottom:0px;
		margin-top: 20px;
		z-index: 10;
		position:relative;
		display:block;
		color: #f33a3a;
		overflow:hidden;
	}
	
	
	.light-content .subtitle {
		color: #f33a3a;
	}
	
	.subtitle span {
		position: relative;
		display: block;
		opacity:0;
		transform: translateY(30px);
		-webkit-transform: translateY(30px);
	}


	
/*--------------------------------------------------
	Showcase Lists
---------------------------------------------------*/
	
	
	
	.showcase-list-holder {
		position:relative;
		z-index:15;
		width:100%;
		max-width:1580px;
		height:calc(100vh - 140px);
		margin:0 auto;
		display:table;
	    box-sizing: border-box;
		padding: 100px 80px;
		
	}
	
	.showcase-list-holder.vertical-list {
		padding: 300px 80px 160px 80px;
		
	}
	
	.showcase-list {
		width:100%;
		position:relative;
		margin:0 auto;
		display:table-cell;
		vertical-align:middle;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		overflow:hidden;
	}
	
	.showcase-list-intro {
		position:absolute;
		font-size: 18px;
		font-weight:500;
		line-height:30px;
		margin-bottom:0px;
		width: 100%;
		z-index: 10;		
		display:block;
		color: #f33a3a;
		overflow:hidden;
	}
	
	.vertical-list .showcase-list-intro {
		text-align:center;
		left:0;
		top:180px!important;
	}
	
	.showcase-list-intro span {
		position:relative;
		display:block;
		opacity:0;
		transform: translateY(60px);
		-webkit-transform: translateY(60px);
	}
	
	.slide-list  {
		width: auto;
		position: relative;
		display: block;
		float:left;
		cursor: pointer;
		pointer-events: initial;
		margin:0;
		padding-left: 0px;
		padding-right: 80px;
		padding-bottom:20px;
		z-index:10;
		text-align:left;		
	}
	
	.slide-list.above {
		opacity:1!important;
	}
	
	.vertical-list .slide-list {
		float:none;
		text-align:center;
		padding-right:0;
		display:table;
		margin:0 auto;
		padding-left:20px;
		padding-right:20px;
		padding-bottom:30px;		
	}
	
	.vertical-list .slide-list:last-child {
		padding-bottom:0;
	}
	
	.slide-list::before {
		content: "";
		position: absolute;
		height: 1px;
		width: 0px;
		background-color: #fff;
		left: -60px;
		bottom: 65%;
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;	
	}
	
	.vertical-list .slide-list::before {
		display:none;
	}
	
	.loaded .slide-list::before {
		width: 40px;
		opacity: 0.1;
	}
	
	.sl-title {
		font-size: 48px;
		line-height: 80px;
		position: relative;
		font-family: 'Roboto Slab', serif;
		font-weight: 500;
		position: relative;
		display: table;
		margin-bottom: 0px;
		vertical-align: top;
		width: 100%;
		z-index: 10;
		color: #000;
		overflow:hidden;
		-webkit-transition: opacity 0.1s ease-in-out;
		transition: opacity 0.1s ease-in-out;
	}
	
	.slide-list.disable .sl-title {
		opacity:0.1;
	}
	
	.light-content .sl-title {
		color: #fff;
	}
	
	.vertical-list .sl-title {
		font-size: 100px;
		line-height: 130px;
		-webkit-transition: color 0s linear 0.1s;	
		transition: color 0s linear 0.1s;
	}
	
	.vertical-list .change-header:hover .sl-title {
		color:#000;
		-webkit-transition: color 0s linear 0s;	
		transition: color 0s linear 0s;
	}
	
	.sl-title span {
		position: relative;
		display: block;
		opacity:0;
		transform: translateY(80px);
		-webkit-transform: translateY(80px);
	}
	
	.sl-subtitle {
		font-size: 14px;
		line-height: 20px;
		font-weight: 500;
		font-family: 'Poppins', sans-serif;
		color: #000;
		padding-left:2px;
		opacity:0.8;
		-webkit-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
		filter: grayscale(100%);
	}
	
	.slide-list.disable .sl-subtitle {
		opacity:0.1;
	}
	
	.light-content .sl-subtitle {
		color: #fff;
	}
	
	.slide-list:hover .sl-subtitle {
		opacity:1;
	}
	
	.vertical-list .sl-subtitle {
		font-size: 18px;
		line-height: 30px;
		opacity:0;
		color: #f33a3a;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);		
	}
	
	.vertical-list .slide-list.disable .sl-subtitle {
		opacity:0;
	}
	
	.light-content .vertical-list .sl-subtitle {
		color: #f33a3a;
	}
	
	.slide-list:hover .sl-subtitle {
		color: #f33a3a;
		opacity:1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		filter: grayscale(0);
	}
	
	.sl-subtitle span {
		position: relative;
		display: block;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
	}
	
	.hover-reveal {
		position: fixed;
		width: 400px;
		height: 250px;
		pointer-events: none;
		opacity: 0;
	}
	
	.vertical-list .hover-reveal {
		width: 800px;
		height: 500px;
		top: calc(50vh - 250px);
		left:calc(50% - 400px);
	}
	
	.hover-reveal__inner,
	.hover-reveal__img {
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	.hover-reveal__img {
		background-size:cover;
		background-position:center center;
		background-repeat:no-repeat;
		width:100%;
		height: 100%;
		position:relative;
		display:block;
	}
	
.sl-title.trigger-slide-link a{
color: #000;
}	
	
/*--------------------------------------------------
	16. Responsive
---------------------------------------------------*/			


@media only screen and (max-width: 1466px) {
	
	.slide-title, #showcase-carousel-holder .swiper-slide .outer .slide-title {
		font-size: 90px;
		line-height: 120px;
	}
	
	/*-- Showcase Lists --*/
	
	.showcase-list-holder {
		padding: 110px 60px 0px 60px;
		height: calc(100vh - 120px);
	}
	
	.vertical-list .sl-title {
		font-size: 90px;
		line-height: 120px;
	}
	
	/*-- Split Showcase --*/
	
	#slider-split-projects {
		padding: 0px 60px;
	}

}


@media only screen and (max-width: 1024px) {
	
	.slide-title, #showcase-carousel-holder .swiper-slide .outer .slide-title {
		font-size: 72px;
		line-height: 100px;
	}
	
	
	/*-- Showcase Lists --*/
	
	.showcase-list-holder, .showcase-list-holder.vertical-list {
		padding: 110px 20px 0px 20px;
	}
	
	.showcase-list-intro {
		display:none;
	}
	
	.slide-list, .vertical-list .slide-list {
		position: relative;
		opacity: 1;
		margin: 0 20px;
		width: calc(50% - 40px);
		height: 40vw;
		padding: 0;
		float: left;
		text-align: left;
		display: block;		
	}
	
	.slide-list::before {
		display:none;
	}
	
	.hover-reveal, .vertical-list .hover-reveal {
		position: relative;
		opacity: 1;
		width: 100%;
		height: calc(100% - 120px);
		top: 0;
		left: 0;
		pointer-events:initial;
	}
	
	.sl-title {
		font-size: 24px;
		line-height: 40px;
		margin-top: 10px;
	}
	
	.sl-title span {
		opacity: 1;
		transform: translate3d(0px, 0px, 0px);
	}
	
	.sl-subtitle, .vertical-list .sl-subtitle {
		font-size: 14px;
		opacity: 1;
		filter: grayscale(0);
		transform: translate3d(0px, 0px, 0px);
	}
	
	.sl-subtitle span, .vertical-list .sl-subtitle span {
		opacity: 1;
		transform: translate3d(0px, 0px, 0px);
	}
	
	.vertical-list .sl-title {
		font-size: 24px;
		line-height: 40px;
		margin-top: 10px;
	}
	

	
}


@media only screen and (max-width: 767px) {
	
	.slide-title, #showcase-carousel-holder .swiper-slide .outer .slide-title {
		font-size: 60px;
		line-height: 80px;
	}
	
	.subtitle {
		font-size: 16px;
		line-height: 30px;
	}

	/*-- Showcase Lists --*/
	
	.showcase-list-holder, .showcase-list-holder.vertical-list {
		padding: 110px 10px 0px 10px;
	}
	
	.slide-list, .vertical-list .slide-list {
		position: relative;
		opacity: 1;
		margin:0 20px;
		width: calc(100% - 40px) !important;
		height: 80vw;
		padding:0;
	}
	
	/*-- Split Showcase --*/
	
	#slider-split-projects {
		padding: 0px 30px;
	}
	
}


@media only screen and (max-width: 479px) {
	
	.slide-title, #showcase-carousel-holder .swiper-slide .outer .slide-title {
		font-size: 48px;
		line-height: 72px;
	}
	
	.subtitle {
		font-size: 14px;
		line-height: 30px;
	}
	

	/*-- Showcase Lists --*/
	
	.showcase-list-holder, .showcase-list-holder.vertical-list {
		padding: 110px 0px 0px 0px;
	}
	
	/*-- Split Showcase --*/
	
	#slider-split-projects {
		padding: 0px 20px;
	}
	
	.split-title {
		font-size: 36px;
		line-height: 80px;
	}
	
}
	.item-wrap {
		width: 100%;
		height: 100%;
		position:absolute;	 				
	}
	
	.item-wrap-image {
		width: 100%;
		height: 100%;
		position:relative;
		z-index:0;
		overflow:hidden;
		-webkit-transform:scale(1.05);
		transform: scale(1.05);
		-webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) 0s;	
		transition: all 1s cubic-bezier(.165,.84,.44,1) 0s;			
	}
	
	.item:hover .item-appear .item-wrap-image, .above  .item-wrap-image {		
		-webkit-transform:scale(1);
		transform: scale(1);			
	}
	
	.item-image {
		width:100%;
		height: 100%;
		position:relative;
		display:block;
		z-index:100;	
		object-position: center; 
		object-fit: cover;
	}
	
	
	.hero-video-wrapper {
		position: fixed;
    	box-sizing: border-box;
		min-width: 100%;
		min-height: 100%;
		width: 100%;
		height: auto;
		background-size: cover;
		padding:0;
		overflow:hidden!important;
		opacity:1;		
	}
	
	.item .hero-video-wrapper, .swiper-slide .hero-video-wrapper, .hover-reveal__img .hero-video-wrapper, .vp-img-mask .hero-video-wrapper {
		position: absolute;
		box-sizing: border-box;
		min-width: 100%;
		min-height: 100%;
		width: 100%;
		height: auto;
		background-size: cover;
		padding: 0;
		overflow: hidden !important;
		opacity: 1;
		top: 0;
		z-index: 120;
		pointer-events: none;
	
	}
	
	.hero-video-wrapper video.bgvid {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -100;
		transform: translateX(-50%) translateY(-50%);
	  	background-size: cover;
	}
				