
	.slide-title{
		text-transform: uppercase;
	}

	#showcase-holder {
		width:100%;
		height:100vh;
		position:absolute;
		perspective: 1000px;
		overflow:hidden;
		opacity:0;
	}

	#showcase-holder.page-header {
		position: relative;
	}
	
	#showcase-tilt-wrap {
		width:100%;
		height:100vh;
		position:absolute;
		perspective: 1000px;
		overflow:hidden;
	}
	
	#showcase-tilt {
		width:100%;
		height:100%;
		position:fixed;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);	
	}

	#showcase-tilt.two {
		overflow:visible;
		transform-style: preserve-3d;	
	}
	
	#showcase-tilt.disabled {
		-webkit-transform: translate3d(0, 0, 0) scale(1.05)!important;
		transform: translate3d(0, 0, 0) scale(1.05)!important;
		-webkit-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}

	#showcase-slider, #showcase-slider_two, #showcase-carousel-slider, #showcase-slider-header {
		height: 100%;
		width: 100%;
	}
	
	#showcase-slider, #showcase-slider-header {
		overflow:visible;
	}
	
	.ovisible #showcase-holder, .ovisible #showcase-holder-wrap, .ovisible #showcase-tilt-wrap, .ovisible #showcase-tilt, .ovisible #showcase-slider {
		overflow:visible!important;
	}
	
	.scale-up #showcase-slider {
		cursor: grabbing!important;
	}
	
	.swiper-slide {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
		-webkit-user-select: none;
		-webkit-touch-callout: none; 
		user-select: none;		
	}
	
	.img-mask {	
		width:100%;
		height:100%;
		display: block;
		position:absolute;
		box-sizing:border-box;
	}

	.img-mask.two {	
		width:100%;
		height:100%;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:0 auto;
		display: table;
		position:relative;
		box-sizing:border-box;
		-webkit-transition: 1.2s ease-in-out;
		transition: 1.2s ease-in-out;		
	}
	
	.section-image {
		position:relative;
		width:100%;
		height:100vh;
		background-repeat:no-repeat;
		background-position:center center;
		background-size: cover;
		opacity:1;		 
	}
	
	.section-image::after {
		content: "";
		width: 100%;
		height: 60%;
		position: absolute;
		bottom: 0;
		left: 0;
		pointer-events: none;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	}

	#showcase-holder.two .showcase-pagination-wrap {
		position: absolute;
		right: 0;
		left: 0;
		margin: 0 auto;
		top: 0;
		box-sizing: border-box;
		width: 100%;
		z-index: 100;
		bottom: 0;
		height: 100%;
		display: table;
		pointer-events: none;
		transform: translateY(-30vh);
		-webkit-transform: translateY(-30vh);
	}
	
	#showcase-holder .showcase-captions-wrap {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;		
		width: 100%;
		height: 100vh;
		z-index: 100;
		top: 0;
		pointer-events:none;
	}
	
	#showcase-holder .showcase-captions {
		padding: 80px 80px 240px 80px;
		max-width:none;
		width: 100%;
		box-sizing: border-box;
		position: absolute;
		height: 100vh;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;	
	}
	
	#showcase-holder .swiper-pagination-bullet {
		position: absolute;
		padding: 80px 80px 240px 80px;
		width: 100%;
		height: 100%;
		display: table;
		border-radius: 0;
		background: transparent;
		box-sizing: border-box;
		text-align: left;
		opacity: 1;
		top:0;
		left: 0;
		right: 0;
		bottom: 0;
		color: rgba(0,0,0,1);
	}

	#showcase-holder.two .swiper-pagination-bullet {
		width: 100%;
		height: auto;
		display: block;
		text-align: center;
		padding: 0;
		top:unset;
	}
	
	#showcase-holder .swiper-pagination-bullet .inner {
		width: 100%;
		vertical-align: bottom;
	}
	
	.light-content #showcase-holder .swiper-pagination-bullet {
		color: rgba(255,255,255,1);
	}
	
	.swiper-slide .outer {
		padding: 80px 100px 240px 100px;
		width: 100%;
		height: 100%;
		position: relative;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	.swiper-slide .inner {
		vertical-align: bottom;
	}
	
	.title {
		position: relative;
		opacity:1;
		display: inline-block;
		width:auto;
		font-size:3.5vw;
		line-height:90px;
		font-weight: 700;
		margin-bottom: 0px;
		color:#000;
		cursor:pointer;
		text-transform: uppercase;
	}

	.title.two {
		vertical-align: top;
	}
	
	#showcase-slider .outer .title {
		pointer-events: initial;
	}
	
	.scale-up .title {
		pointer-events:none;
	}
	
	.swiper-pagination-bullet .title {
		opacity: 0;
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
	}

	.swiper-pagination-bullet .title.two div {
		display: block;
		margin: 0 10px;
		float: left;
	}
	
	.swiper-pagination-bullet .title.two, .swiper-pagination-bullet:first-child .title {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	.swiper-pagination-bullet:first-child .title.two {
		opacity: 0;
		-webkit-transform: translateY(15vh) scale(1);
		transform: translateY(15vh) scale(1);
	}

	.title.two span {
		display: block;
		float:left;
		margin: 0;
		min-width: 20px;
		width:auto;
		line-height:90px;
		height:90px;
		box-sizing: border-box;
		opacity: 0;
		-webkit-transform: translateX(100px) scale(1.1);
		transform: translateX(100px) scale(1.1);
	}
	
	.swiper-pagination-bullet:first-child .title.two span {
		opacity: 1;
		-webkit-transform: translateX(0px) scale(1);
		transform: translateX(0px) scale(1);
	}
	
	.light-content .title {
		color:#fff;
	}
	
	.swiper-pagination-bullet .title::before {
		content: '';
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 100%;
		height: 3px;
		background: rgba(0,0,0,1);
		transform: scaleX(0);
		transform-origin: right;
		transition: transform .2s ease-out;
	}
	
	.light-content .swiper-pagination-bullet .title::before {
		background: rgba(255,255,255,1);
	}
	
  
    .swiper-pagination-bullet .title.hovered::before {
		transform: scaleX(1);
		transform-origin: left;
	}
	
	.swiper-slide .title {
		opacity:0;
		position:relative;
	}
	
	.subtitle {
		font-size:16px;
		font-weight:600;
		line-height:20px;
		margin-bottom:0;
		width: 100%;
		z-index: 10;
		opacity:0;
		position:relative;
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
	}

	.subtitle.two {
		left: 0;
		display: block;
		-webkit-transform: translateX(20px) scale(1);
		transform: translateX(20px) scale(1);
	}
	
	.swiper-pagination-bullet:first-child .subtitle {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	.swiper-pagination-bullet:first-child .subtitle.two {
		-webkit-transform: translateY(15vh) scale(1);
		transform: translateY(15vh) scale(1);
	}
	
	.showcase-subtitles-wrap {
		position: absolute;
		left: 0;
		top:30px;
		width: 100%;
		height: 20px;
		overflow: hidden;
		pointer-events:none;
	}
	
	.showcase-subtitles-wrap .swiper-pagination-bullet {
		position: relative;
		width: 100%;
		height: auto;
		display: block;
		border-radius: 0;
		background: transparent;
		box-sizing: border-box;
		text-align: left;
		opacity: 1;
		bottom: 0;	
	}
	
	.showcase-subtitles-wrap .subtitle {
		font-size: 12px;
		font-weight: 600;
		color: #000;
		text-align: left;
		padding-left: 3px;
		position:absolute;
		top:0;
		opacity:0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
	}
	
	.showcase-subtitles-wrap .swiper-pagination-bullet:first-child .subtitle {
		position:absolute;
		top:0;
		opacity:1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	
	.light-content .showcase-subtitles-wrap .subtitle {
		color:#fff;
	}
	
	.no-stroked .subtitle, .stroked .subtitle {
		position:absolute;
		display:none;
	}

	.caption-border {
		height:1px;
		background-color:rgba(0,0,0,0.15);
		position:absolute;
		margin:0 auto;
		bottom:50px;
		transition: width 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.2s;
		-webkit-transition: width 0.8s cubic-bezier(0.68, 0, 0.265, 1) 0.2s;	
	}
	
	.light-content .caption-border {
		background-color:rgba(255,255,255,0.15);
	}

	.caption-border.left {
		left:400px;
	}
	
	.caption-border.right {
		right:400px;
	}
	
	.caption-border.left::before {
		content: '';
		width: 90px;
		height: 1px;
		position: fixed;
		left: 80px;
		bottom:50px;
		background-color: rgba(0,0,0,0.15);
	}
	
	.caption-border.right::after {
		content: '';
		width: 90px;
		height: 1px;
		position: fixed;
		right: 80px;
		bottom:50px;
		background-color: rgba(0,0,0,0.15);
	}
	
	.light-content .caption-border.left::before, .light-content .caption-border.right::after {
		background-color: rgba(255,255,255,0.15);
	}
	
	.btn-hold-progress-bar {
		background: #fff;
		width: 100%;
		height: 2px;
		position: absolute;
		bottom: 0;
	}
	
	.caption-border.left .btn-hold-progress-bar {
		right:0;
	}
	
	.caption-border.right .btn-hold-progress-bar {
		left:0;
	}

	#showcase-holder.two .showcase-pagination {
		width:100%;
		height:100%;
		display: table-cell;
		vertical-align: bottom;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position:relative;
		pointer-events:none;
	}
	
	.arrows-wrap {
		width: 160px;
		height: 80px;
		position: relative;
		float:left;
		left:-30px;
		bottom:0px;
		pointer-events:initial;
		opacity:1;
	}

	.arrows-wrap.two {
		position: absolute;
		right: 200px;
		bottom:10px;
		opacity:0;
		left: unset;
	}
	
	.prev-wrap, .next-wrap {
		width:80px;
		height:80px;
		float:left;
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
	}
	
	.prev-wrap {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	
	.next-wrap {
		float:right;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	
	.arrows-wrap .swiper-button-next, .arrows-wrap .swiper-button-prev {
		position: relative;
		top: auto;
		width: 40px;
		height: 40px;
		margin-top: 0;
		z-index: 10;
		cursor: pointer;
		background-size: 11px 20px;
		background-position: center;
		background-repeat: no-repeat;
		left: auto;
		right: auto;
		background-image:none!important; 
	}
	
	.arrows-wrap .swiper-button-prev::before {
		height: 40px;
		width: 40px;
		position: absolute;
		left:0;
		font-size: 30px;
		line-height:40px;
		text-align:center;		
		font-family: 'FontAwesome';
		content: "\f106";
		color: #000;
		-webkit-transition: 0.15s ease-in-out;
		transition: 0.15s ease-in-out;
	}
	
	.arrows-wrap .swiper-button-prev::after {
		height: 0px;
		width: 2px;
		position: absolute;
		left: 0;
		text-align: center;
		content: "";
		background-color: #fff;
		top: 19px;
		left: 19px;
		-webkit-transition: 0.15s ease-in-out;
		transition: 0.15s ease-in-out;		
	}
	
	.arrows-wrap .prev-wrap:hover .swiper-button-prev::after {
		height:14px;
	}
	
	.arrows-wrap .swiper-button-next::before {
		height: 40px;
		width: 40px;
		position: absolute;
		left:0;
		font-size: 30px;
		line-height:40px;
		text-align:center;		
		font-family: 'FontAwesome';
		content: "\f107";
		color: #000;
		-webkit-transition: 0.15s ease-in-out;
		transition: 0.15s ease-in-out;
	}
	
	.arrows-wrap .swiper-button-next::after {
		height: 0;
		width: 2px;
		position: absolute;
		left: 0;
		text-align: center;
		content: "";
		background-color: #fff;
		bottom: 18px;
		left: 19px;
		-webkit-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;		
	}
	
	.arrows-wrap .next-wrap:hover .swiper-button-next::after {
		height:14px;
	}
	
	.light-content .arrows-wrap .swiper-button-prev::before, .light-content .arrows-wrap .swiper-button-next::before {
		color: #fff;
	}
	
	.arrows-wrap .swiper-button-next.swiper-button-disabled, .arrows-wrap .swiper-button-prev.swiper-button-disabled {
		opacity: 1;
	}

	.arrows-wrap.two .swiper-button-prev::after, .arrows-wrap.two .swiper-button-next::after{
		content: none;
	}
	
	.scale-up #showcase-carousel-slider .swiper-wrapper1 {
		-webkit-transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1)!important;
		transition:         all 900ms cubic-bezier(0.19, 1, 0.22, 1)!important;
		-moz-transform-style: flat;
		-webkit-transform-style: flat;
		-ms-transform-style: flat;
		transform-style: flat;
	}
	
	#showcase-holder-wrap {
		width:100%;
		height:100vh;
		position:absolute;
	}
	
	#showcase-holder, #showcase-holder-wrap {
		overflow:visible;
	}
	
    #showcase-carousel-slider.swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
		overflow:visible;
    }
	
	#showcase-carousel-slider .swiper-slide {		
		height: 30%;
		top: calc(35% - 50px);
		overflow:visible;
		cursor:pointer;
	}
	
	#showcase-carousel-slider .img-mask-wrap {
		overflow:hidden;
		width:100%;
		height:100%;
		display: block;
		position:absolute;
		box-sizing:border-box;
	}
	
	#showcase-carousel-slider .img-mask {
		overflow:hidden;
		
		-webkit-transform:scale(1.1);
		transform: scale(1.1);
		-webkit-transition: all 0.5s cubic-bezier(.165,.84,.44,1) 0s;	
		transition: all 0.5s cubic-bezier(.165,.84,.44,1) 0s;	
	}
	
	#showcase-carousel-slider .swiper-slide:hover .img-mask, .above .img-mask {		
		-webkit-transform:scale(1);
		transform: scale(1);			
	}
	
	#showcase-carousel-slider .section-image {
		width: 100%;
        height: 100%;
		margin: 0 auto;
	}
	
	.thumb-no-ajax #showcase-carousel-slider .section-image {
		pointer-events:none;
	}
	
	#showcase-carousel-slider .hero-video-wrapper {
    	position: absolute;
		z-index:0;
	}
	
	.thumb-no-ajax #showcase-carousel-slider a {
		position:absolute;
		width:100%;
		height:100%;
	}
	
	.carousel-caption {
		z-index: 10;
		position: absolute;
		bottom: -110px;
		height: auto;
		padding:0 40px;
		box-sizing: border-box;
		width: 100%;
		cursor:default;
		pointer-events: none;
		text-align:left;
	}
	
	.carousel-title {
		text-overflow: ellipsis;
  		overflow: hidden;
  		white-space: pre;
		margin: 0;
		font-weight: 700;
		font-size:22px;
		line-height:40px;
		display: block;
		position:relative;
		color:#000;
		text-transform: uppercase;
	}
	
	.light-content .carousel-title {
		color:#fff;
	}
	
	.carousel-cat {
		display:block;
		font-size: 14px;
		opacity: 1;
		margin-left:2px;
		line-height: 20px;
		color:#000;
		opacity:0.4;		
	}
	
	.light-content .carousel-cat {
		color:#fff;		
	}
	
	.swiper-scrollbar {
		position: absolute;
		text-align: center;
		-webkit-transition: .3s opacity;
		-o-transition: .3s opacity;
		transition: .3s opacity;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		z-index: 10;
		width: 25%;
		height: 3px;
		background: rgba(255,255,255,0) !important;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 40px;
		pointer-events:false;
		transform-origin: right;
	}
	
	.swiper-scrollbar::after {
		content: '';
		background: rgba(255,255,255,0.1);
		height: 1px;
		width: 100%;
		left: 0;
		top: 1px;
		position: absolute;
	}
	
	.swiper-scrollbar-drag {
		background-color:#fff!important;
		pointer-events:initial;
		z-index:1;
	}
	
	.showcase-counter {
		position: absolute;
		width: 100%;
		height: 100%;
		opacity:0;
	}
	
	.counter-wrap {
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	
	.counter {
		height:20px;
		width:20px;
		position: fixed;
		bottom: 60px;
		left: calc(50% - 55px);
		opacity: 0;
		font-size:12px;
		font-weight:600;
		color:#000;
		line-height: 20px;
		text-align:center;
		-webkit-transform: translateY(20px) scale(1);
		transform: translateY(20px) scale(1);		
	}

	.counter.two {
		width:50px;
		position: absolute;
		bottom: 38px;
		left: 230px;
		line-height: 20px;		
	}
	
	.light-content .counter, .light-content .showcase-counter::after {
		color:#fff;
	}
	
	.swiper-pagination-bullet:first-child .counter {
		-webkit-transform: translateY(0px) scale(1);
		transform: translateY(0px) scale(1);
	}
	
	.showcase-counter::after {
		content: attr(data-total);
		width: 20px;
		height: 20px;
		font-size:12px;
		line-height: 20px;
		position: absolute;
		bottom: 60px;
		left: calc(50% + 35px);
		opacity: 1;
		font-weight:600;
		color:#000;
		text-align:center;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}

	.showcase-counter.two::after {
		bottom: 38px;
		left: 300px;
	}
	
	.showcase-counter::before {
		content: '';
		width: 20px;
		height: 2px;
		position: absolute;
		bottom: 70px;
		left: calc(50% - 10px);
		background-color:rgba(0,0,0,1);
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}

	.showcase-counter.two::before {
		content: '';
		width: 1px;
		height: 10px;
		left: 282px;
		bottom: 44px;
		background-color:rgba(0,0,0,0.5);
	}
	
	.light-content .showcase-counter::before {
		background-color:rgba(255,255,255,1);
	}

	.light-content .showcase-counter.two::before {
		background-color:rgba(255,255,255,0.5);
	}

	.scale-up .counter-wrap, .scale-up .showcase-counter.two::after, .scale-up .showcase-counter.two::before {
		opacity:0!important;
	}
	
	.disable-click {
		cursor: pointer;
		pointer-events: none;
	}

	.footer-button-wrap {
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		position:fixed;
		bottom:10px;
		left:0;
		right:0;
		max-width:180px;
		height:60px;
		margin:0 auto;
		pointer-events:initial;
		opacity:0;
		transform: translateY(15vh);
		-webkit-transform: translateY(15vh);
	}

	.footer-button {		
		opacity:1;		
	}

	.footer-button:hover .button-border span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		transform-origin: 0% 0%;
	}
	
	#showcase-carousel-slider.high-columns .swiper-slide {
		height: 100%;
		top: 0;
		overflow: visible;
		cursor: grab;
	}
	
	.scale-up #showcase-carousel-slider.high-columns .swiper-slide {
		cursor: grabbing;
	}
	
	#showcase-carousel-slider.high-columns .swiper-slide .section-image {
		pointer-events:none;
	}
	
	#showcase-carousel-slider.high-columns .carousel-caption {
		bottom: 240px;
		cursor:pointer;
		z-index:10;
		pointer-events:initial;		
	}
	
	.thumb-no-ajax #showcase-carousel-slider.high-columns a {
		position: absolute;
		width: 100%;
		height: 130px;
		bottom: 240px;
		z-index:15;
	}
	
	#showcase-carousel-slider.high-columns .carousel-title {
		text-overflow: ellipsis;
  		overflow: hidden;
  		white-space: pre;
		margin: 0;
		font-weight: 700;
		font-size: 32px;
		line-height: 44px;
		display: block;
		position: relative;
		color: #000;
		pointer-events:initial;
		text-transform: uppercase;
		white-space:normal;
	}
	
	#showcase-carousel-slider.high-columns .carousel-title::before {
		content: '';
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 100%;
		height: 3px;
		background: rgba(0,0,0,1);
		transform: scaleX(0);
		transform-origin: right;
		transition: transform .2s ease-out;
	}
	
	.light-content #showcase-carousel-slider.high-columns .carousel-title::before {
		background: rgba(255,255,255,1);
	}
	
  
    #showcase-carousel-slider.high-columns .carousel-caption:hover .carousel-title::before, #showcase-carousel-slider.high-columns .carousel-caption.hovered .carousel-title::before {
		transform: scaleX(1);
		transform-origin: left;
	}
	
	#showcase-carousel-slider.high-columns .carousel-cat {
		opacity: 1;
	}
	

	.bars {
		height: 40px;
		left:7px;
		position: relative;
		width: 40px;
		cursor: pointer;
	}
	
	.bars .bar {
		background: #000;
		bottom: 12px;
		height: 3px;
		position: absolute;
		width: 2px;      
		animation: sound 0ms -800ms linear infinite alternate;
	}
	
	.light-content .bars .bar {
		background: #fff;
	}
	
	.mute .bars .bar {
		height: 2px;
		bottom:19px;     
		animation:none;
	}
	
	@keyframes sound {
		0% {
		   opacity: 1;
			height: 16px;
			-webkit-transform: scaleY(0.1);
			transform: scaleY(0.1);
		}
		100% {
			opacity: 1;       
			height: 16px; 
			-webkit-transform: scaleY(1);
			transform: scaleY(1);       
		}
	}
	
	@keyframes sound-disabled {
		0% {
		   opacity: 1;
			height: 3px; 
		}
		100% {
			opacity: 1;       
			height: 16px;        
		}
	}
	
	.bar:nth-child(1)  { left: 4px; animation-duration: 674ms; }
	.bar:nth-child(2)  { left: 8px; animation-duration: 733ms; }
	.bar:nth-child(3)  { left: 12px; animation-duration: 507ms; }
	.bar:nth-child(4)  { left: 16px; animation-duration: 458ms; }
	.bar:nth-child(5)  { left: 20px; animation-duration: 700ms; }
	.bar:nth-child(6)  { left: 24px; animation-duration: 627ms; }	
	
	
/*--------------------------------------------------
	16. Responsive
---------------------------------------------------*/			
			


@media only screen and (max-width: 1466px) {	
	
	.title {
		font-size: 4.5vw;
    	line-height: 70px;
	}
	
	.swiper-slide .outer {
		padding: 80px 80px 220px 80px;
	}
	
	#showcase-holder .showcase-captions {
		padding: 80px 60px 220px 60px;
	}
	
	#showcase-holder .swiper-pagination-bullet {
		padding: 80px 60px 220px 60px;
	}
	
	.showcase-counter::before {
    	bottom: 50px;
	}
	.showcase-counter.two::before {
    	bottom: 33px;
    	left: 145px;
	}
	
	.showcase-counter::after {
		bottom: 40px;
	}
	.showcase-counter.two::after {
		left: 160px;
    	bottom: 28px;
	}
	
	.counter {
    	bottom: 40px;
	}
	
	.counter.two {
		left: 100px;
		bottom: 28px;
	}
	
	.caption-border {
    	bottom: 40px;
	}
	
	.caption-border.left {
		left: 200px;
	}
	
	.caption-border.left::before {
		width: 40px;
		left: 50px;
		bottom: 40px;
	}
	
	.caption-border.right {
		right: 200px;
	}
	
	.caption-border.right::after {
		width: 40px;
		right: 50px;
		bottom: 40px;
	}
	
	.arrows-wrap.two {
		width: 100px;
		height: 50px;
		right: 95px;
		bottom: 16px;
	}
	
	.prev-wrap.two, .next-wrap.two {
		width: 50px;
		height: 50px;
	}
	
	.carousel-caption {
		padding:0 60px;
	}
	
	
}



@media only screen and (max-width: 1024px) {
	
	.title {
		font-size: 5.5vw;
	}
	
	.swiper-slide .outer {
		padding: 80px 60px 220px 60px;
	}
	
	.caption-border.left {
		left: 130px;
	}
	
	.caption-border.right {
		right: 130px;
	}
	
	.caption-border.left::before, .caption-border.right::after {
		display:none;
	}
	
	.counter.two {
    	left: 20px;
	}
	
	.showcase-counter.two::before {
		left: 65px;
	}
	
	.showcase-counter.two::after {
    	left: 80px;
	}
	
	.arrows-wrap.two {
		right: 25px;
	}
	
	#showcase-holder .showcase-captions {
		padding: 80px 40px 220px 40px;
	}
	
	#showcase-holder .swiper-pagination-bullet {
		padding: 80px 40px 220px 40px;
	}
	
	.carousel-caption {
		padding:0 40px;
	}
	
}


@media only screen and (max-width: 767px) {
	
	.swiper-slide .outer {
		padding: 80px 50px 220px 50px;
	}
	
	#showcase-holder .showcase-captions {
		padding: 80px 30px 220px 30px;
	}
	
	#showcase-holder .swiper-pagination-bullet {
		padding: 80px 30px 220px 30px;
	}
	
	.title {
		font-size: 7vw;
	}
	
	.title span {
    	min-width: 10px;
	}
	
	.showcase-counter::before {
    	display:none;
	}
	
	.showcase-counter::after {
		display:none;
	}
	
	.counter {
    	display:none;
	}
	
	.counter.two {
    	display:none;
	}
	
	.showcase-counter.two::before {
		display:none;
	}
	
	.showcase-counter.two::after {
    	display:none;
	}
	
	.caption-border.left {
		left: 30px;
	}
	
	.caption-border.right {
		right: 30px;
	}
	
	.carousel-caption {
		padding:0 30px;
	}
	
	.arrows-wrap.two {
		display:none!important;
	}
	
	#showcase-carousel-slider.high-columns .carousel-title {
		font-size: 28px;
		line-height: 40px;
	}
	
	#showcase-carousel-slider.high-columns .carousel-caption:hover .carousel-title::before {
		transform: scaleX(0);
		transform-origin: left;
	}
	
}


@media only screen and (max-width: 479px) {
	
	.swiper-slide .outer {
		padding: 80px 40px 220px 40px;
	}
	
	#showcase-holder .showcase-captions {
		padding: 80px 20px 220px 20px;
	}
	
	#showcase-holder .swiper-pagination-bullet {
		padding: 80px 20px 220px 20px;
	}
	
	.title {
    	font-size: 9vw;
	}
	
	.title span {
    	min-width: 10px;
	}
	
	.caption-border.left {
		left: 20px;
	}
	
	.caption-border.right {
		right: 20px;
	}
	
	.carousel-caption {
		padding:0 20px;
	}
}			