/*STRUCT-----------*/
	.container {
		position: relative;
		width: 100%;
	}

	.container.demo-1 {
		height: auto!important;
	}

	.demo-1 .sl-slider-wrapper {
		/* position: absolute; */
		width: 100%;
		height: auto!important;
		top: 0;
		left: 0;
		overflow: hidden;
	}

	.eslideimg .sl-slider-wrapper {
		width: 100%;
		position: relative;
	}

	.sl-slider-wrapper {
		width: 800px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		height: 200px;
	}

	.sl-slider {
		left: 0;
		top: 0;
		width: 100%!important;
		height: auto!important;
	}

	.sl-slide-inner.left {
		width: 70%;
		left: 30%;
	}

	.sl-slide-outer{
		top: 0;
		left: 0%;
		width: 30%;
		bottom: 0;
		padding: 0 10px;
		position: absolute;
		background: #181510;
	}
	
	.sl-slide-outer:after{
		content: ' ';
		position: absolute;
		width: 0;
		height: 0;
		border-width: 229px 70px;
		border-style: solid;
		border-color: #181510 transparent transparent #181510;
		right: -140px;
		top: 0;
	}

	.sl-slide {
		z-index: 1;
	}

	.sl-slide-inner p {
		text-align: left;
		padding: 0;
		margin: 0;
	}

/*EFFECT-----------*/

	/* The duplicate parts/slices */
	.sl-content-slice {
		overflow: hidden;
		position: absolute;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		/*background: var(--back-color);*/
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		opacity : 1;
	}

	/* Horizontal slice */
	.sl-slide-horizontal .sl-content-slice {
		width: 100%;
		height: 50%;
		left: -200px;
		-webkit-transform: translateY(0%) scale(1);
		-moz-transform: translateY(0%) scale(1);
		-o-transform: translateY(0%) scale(1);
		-ms-transform: translateY(0%) scale(1);
		transform: translateY(0%) scale(1);
	}

	.sl-slide-horizontal .sl-content-slice:first-child {
		top: -200px;
		padding: 200px 200px 0px 200px;
	}

	.sl-slide-horizontal .sl-content-slice:nth-child(2) {
		top: 50%;
		padding: 0px 200px 200px 200px;
	}

	/* Vertical slice */
	.sl-slide-vertical .sl-content-slice {
		width: 50%;
		height: 100%;
		top: -200px;
		-webkit-transform: translateX(0%) scale(1);
		-moz-transform: translateX(0%) scale(1);
		-o-transform: translateX(0%) scale(1);
		-ms-transform: translateX(0%) scale(1);
		transform: translateX(0%) scale(1);
	}

	.sl-slide-vertical .sl-content-slice:first-child {
		left: -200px;
		padding: 200px 0px 200px 200px;
	}

	.sl-slide-vertical .sl-content-slice:nth-child(2) {
		left: 50%;
		padding: 200px 200px 200px 0px;
	}



/* CORRECTION MOVE Content wrapper ----*/
	.sl-content-wrapper {
		height: auto!important;
		width: 100%!important;
	}


/*NAVIGATION ARROW---------------*/

	.nav-arrows span {
		position: absolute;
		z-index: 99;
		width: 20px;
		height: 20px;
		text-indent: -90000px;
		cursor: pointer;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		border: 3px solid var(--back-color);
		bottom: 28px;
		transition: all 0.4s;
	}

	.nav-arrows span:hover {
		border-color: var(--primary-back-color);
	}

	.nav-arrows span.nav-arrow-prev {
		left: 2%;
		border-right: none;
		border-top: none;
	}

	.nav-arrows span.nav-arrow-next {
		border-left: none;
		border-bottom: none;
		left: 5%;
	}

	.nav-arrows.left span.nav-arrow-next {
		right: 2%;
	}

/*NAVIGATION DOTS---------------*/

	.nav-dots {
		text-align: center;
		height: 30px;
		bottom: 5px;
		z-index: 99 !important;
		position: absolute;
		margin-left: 20%;
		right: 130px;
	}

	.nav-dots.left {
		left: 0;
		width: 30%;
	}

	.nav-dots span {
		display: inline-block;
		position: relative;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		margin: 3px;
		background: #ddd;
		background: rgba(150,150,150,0.4);
		cursor: pointer;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
		background: rgba(150,150,150,0.1);
		margin: 6px;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		transition: all 0.4s;
		background: #4f4f66;
	}

	.nav-dots span.nav-dot-current,
	.nav-dots span:hover {
		background: var(--text-color);
	}


/*VERSION TXT------------------------*/

	.demo-1 .deco {
		height: 100%;
		width: 100%;
		object-fit: cover;
		height: 280px;
	}

	.demo-1 [data-icon]:after {
	    content: attr(data-icon);
		color: var(--back-color);
		position: absolute;
		width: 100%;
		text-align: center;
		font-size: 18px;
		border-radius: 50%;
		text-transform: uppercase;
		line-height: 122px;
		left: 0;
	}

	.demo-1 .sl-slide h2 {
		/* line-height: 120%; */
		/* width: 89%; */
		/* text-align: left; */
		/* line-height: 16px; */
		/* left: 13%; */
		/* top: 10px; */
		/* position: absolute; */
		display: grid;
		align-items: center;
		font-size: 2em!important;
		text-transform: uppercase;
		grid-column: span 2;
		background-color: var(--text-color);
		padding: 50px 30px;
		color: var(--back-color)!important;
	}
	
	.demo-1 .sl-slide h2:first-line{
		font-size: 35px;
		line-height: 50px;
		font-weight: bold;
	}


	.demo-1 .sl-slide blockquote {
		line-height: 120%;
	    width: 81%;
	    text-align: left;
	    line-height: 28px;
	    top: 69px;
	    position: absolute;
	    font-size: 16px !important;
	    padding: 3px 10px;
	    right: 1%;
	}

	.demo-1 .sl-slide blockquote p{
		color: #231F20;
	}


	.demo-1 .sl-slider blockquote cite a {
		font-size: 13px;
		line-height: 120%;
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 10px 20px;
		display: inline-block;
		color: var(--back-color)FFF;
		margin-top: 0px;
		text-decoration: none;
		margin-right: 63px;
	}

	.demo-1 .sl-slider blockquote cite a:hover{
		text-decoration: underline;
	}



/* VERSION IMG-------------*/
	.eslideimg .sl-slider h2,
	.eslideimg .sl-slider blockquote {
		padding: 10px 0 0 0;
		width: 100%;
		z-index: 100;
		font-size: 25px;
		margin-top: 0px;
		position: absolute;
		margin: 0 auto;;
	}

	.eslideimg .sl-slider h2 {
		line-height: 100%;
		padding: 15px;
		text-align: center;
		color: var(--back-color);
		font-size: 40px;
		background: rgba(21, 47, 73, 1);
	}

	.eslideimg .sl-slider blockquote {
		font-size: 20px;
		line-height: 120%;
		width: 100%;
		text-align: center;
		padding: 0 20px;
		bottom: 30%;
	}

	.eslideimg .sl-slider blockquote{
		margin-top: 0;
		padding-bottom: 0;
		color: var(--back-color);
		width: auto;
	}

	.sl-slide cite a:hover {
		background: var(--primary-back-color)!important;
	}

	.eslideimg .sl-slider blockquote cite a {
		font-size: 13px;
		line-height: 120%;
		font-style: normal;
		text-transform: uppercase;
		text-decoration: none;
		background: #A11934;
		color: var(--back-color);
		padding: 9px 20px;
		margin-top: 0;
		display: block;
	}

	.eslideimg .sl-slider blockquote cite a:hover{
		box-shadow: inset 0px -10px 40px -10px rgba(255,255,255,0.6);
	}

	.eslideimg .sl-slider img {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: border-box;
		background-size: 100%;
		position: absolute;
		height: auto;
		outline-offset: -108px;
		-webkit-background-size: 100%;
		top: -9999px;
		bottom: -9999px;
		left: -9999px;
		right: -9999px;
		margin: auto;
	}

	.eslideimg .sl-slide-inner{
		padding: 0px;
		
	}


/* ANIMATION -------------*/
	.sl-trans-elems .deco{
		-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
		-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
		-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
		-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
		animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	}
	.sl-trans-elems h2{
		-webkit-animation: moveUp 1s ease-in-out both;
		-moz-animation: moveUp 1s ease-in-out both;
		-o-animation: moveUp 1s ease-in-out both;
		-ms-animation: moveUp 1s ease-in-out both;
		animation: moveUp 1s ease-in-out both;
	}
	.sl-trans-elems blockquote{
		-webkit-animation: fadeIn 0.5s linear 0.5s both;
		-moz-animation: fadeIn 0.5s linear 0.5s both;
		-o-animation: fadeIn 0.5s linear 0.5s both;
		-ms-animation: fadeIn 0.5s linear 0.5s both;
		animation: fadeIn 0.5s linear 0.5s both;
	}
	.sl-trans-back-elems .deco{
		-webkit-animation: scaleDown 1s ease-in-out both;
		-moz-animation: scaleDown 1s ease-in-out both;
		-o-animation: scaleDown 1s ease-in-out both;
		-ms-animation: scaleDown 1s ease-in-out both;
		animation: scaleDown 1s ease-in-out both;
	}
	.sl-trans-back-elems h2{
		-webkit-animation: fadeOut 1s ease-in-out both;
		-moz-animation: fadeOut 1s ease-in-out both;
		-o-animation: fadeOut 1s ease-in-out both;
		-ms-animation: fadeOut 1s ease-in-out both;
		animation: fadeOut 1s ease-in-out both;
	}
	.sl-trans-back-elems blockquote{
		-webkit-animation: fadeOut 1s linear both;
		-moz-animation: fadeOut 1s linear both;
		-o-animation: fadeOut 1s linear both;
		-ms-animation: fadeOut 1s linear both;
		animation: fadeOut 1s linear both;
	}

	@-webkit-keyframes roll{
		0% {-webkit-transform: translateX(500px);}
		100% {-webkit-transform: translateX(0px);}
	}
	@-moz-keyframes roll{
		0% {-moz-transform: translateX(500px); opacity: 0;}
		100% {-moz-transform: translateX(0px); opacity: 1;}
	}
	@-o-keyframes roll{
		0% {-o-transform: translateX(500px); opacity: 0;}
		100% {-o-transform: translateX(0px); opacity: 1;}
	}
	@-ms-keyframes roll{
		0% {-ms-transform: translateX(500px); opacity: 0;}
		100% {-ms-transform: translateX(0px); opacity: 1;}
	}
	@keyframes roll{
		0% {transform: translateX(500px); opacity: 0;}
		100% {transform: translateX(0px); opacity: 1;}
	}
	@-webkit-keyframes moveUp{
		0% {-webkit-transform: translateY(40px);}
		100% {-webkit-transform: translateY(0px);}
	}
	@-moz-keyframes moveUp{
		0% {-moz-transform: translateY(40px);}
		100% {-moz-transform: translateY(0px);}
	}
	@-o-keyframes moveUp{
		0% {-o-transform: translateY(40px);}
		100% {-o-transform: translateY(0px);}
	}
	@-ms-keyframes moveUp{
		0% {-ms-transform: translateY(40px);}
		100% {-ms-transform: translateY(0px);}
	}
	@keyframes moveUp{
		0% {transform: translateY(40px);}
		100% {transform: translateY(0px);}
	}
	@-webkit-keyframes fadeIn{
		0% {opacity: 0;}
		100% {opacity: 1;}
	}
	@-moz-keyframes fadeIn{
		0% {opacity: 0;}
		100% {opacity: 1;}
	}
	@-o-keyframes fadeIn{
		0% {opacity: 0;}
		100% {opacity: 1;}
	}
	@-ms-keyframes fadeIn{
		0% {opacity: 0;}
		100% {opacity: 1;}
	}
	@keyframes fadeIn{
		0% {opacity: 0;}
		100% {opacity: 1;}
	}
	@-webkit-keyframes scaleDown{
		0% {-webkit-transform: scale(1);}
		100% {-webkit-transform: scale(0.5);}
	}
	@-moz-keyframes scaleDown{
		0% {-moz-transform: scale(1);}
		100% {-moz-transform: scale(0.5);}
	}
	@-o-keyframes scaleDown{
		0% {-o-transform: scale(1);}
		100% {-o-transform: scale(0.5);}
	}
	@-ms-keyframes scaleDown{
		0% {-ms-transform: scale(1);}
		100% {-ms-transform: scale(0.5);}
	}
	@keyframes scaleDown{
		0% {transform: scale(1);}
		100% {transform: scale(0.5);}
	}
	@-webkit-keyframes fadeOut{
		0% {opacity: 1;}
		100% {opacity: 0;}
	}
	@-moz-keyframes fadeOut{
		0% {opacity: 1;}
		100% {opacity: 0;}
	}
	@-o-keyframes fadeOut{
		0% {opacity: 1;}
		100% {opacity: 0;}
	}
	@-ms-keyframes fadeOut{
		0% {opacity: 1;}
		100% {opacity: 0;}
	}
	@keyframes fadeOut{
		0% {opacity: 1;}
		100% {opacity: 0;}
	}


/*RESPONSIVE -----------------------*/
/*
	@media screen and (max-width: 660px) {
		.demo-1 .deco {
			width: 130px;
			height: 130px;
			margin-bottom: 50px;
			margin-left: -79px;
		}

		.demo-1 [data-icon]:after {
			width: 110px;
			height: 110px;
			line-height: 110px;
			font-size: 20px;
			margin: -55px 0 0 -55px;
		}

		.demo-1 .sl-slide blockquote {
			margin-bottom: -120px;
		}

		.demo-1 .sl-slide h2 {
			font-size: 18px;
			margin-bottom: -40px;
			letter-spacing: 8px;
		}

		.demo-1 .sl-slide blockquote p:before {
			line-height: 10px;
			width: 40px;
			height: 40px;
			font-size: 120px;
			left: -45px;
		}

		.eslideimg .sl-slider-wrapper {
			height: 500px;
		}

		.eslideimg .sl-slider h2 {
			font-size: 26px;
		}

		.eslideimg .sl-slider blockquote {
			font-size: 16px;
		}

	}*/


.eslideimg .sl-slider h2 {font-size: 1.5em;width: auto;margin: 65px 0 0 34px;}
.eslideimg .sl-slider blockquote {position: absolute;left: 15px;top: 174px;margin: 0 60px 0 0;}
.eslideimg .sl-slider blockquote p {background-color: rgba(105, 105, 107, 0.59);padding: 10px;}
.eslideimg .sl-slider blockquote p a {display: block;}
.eslideimg .sl-slider .pulse {
	font-size: 14px;
	background-color: rgba(255, 255, 255, 0.77);
	text-transform: uppercase;
	position: absolute;
	bottom: 18px;
	z-index: 999 !important;
	cursor: pointer;

	-webkit-transition: background-color 0.3s ease-in-out;
	   -moz-transition: background-color 0.3s ease-in-out;
		-ms-transition: background-color 0.3s ease-in-out;
		 -o-transition: background-color 0.3s ease-in-out;
			transition: background-color 0.3s ease-in-out;
			right: 50%;
			width: 200px;
			text-align: center;
			margin-right: -100px;
			padding: 10px;
}
.eslideimg .sl-slider .pulse:hover {background-color: var(--back-color);}
