.slider-container-shortchode {
	position: relative;
	width: 100%;
	height: 544px;
	overflow: hidden;
}

.slider-container-shortchode .slide {
	position: absolute;
	inset:0;
	width: 100%;
	height: 100%;
	opacity: 0;
	
}

.slider-container-shortchode .slide.active {
	opacity: 1;
}

.slider-container-shortchode .image-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.slider-container-shortchode .slice {
	position: absolute;
	top: 0;
	bottom:0;
	background-repeat: no-repeat;
	height:100%;
}

.slider-container-shortchode .slide .content {
	opacity: 0;
}
.slider-container-shortchode .content {
	position: absolute;
	width: 60%;
    height: 100%;
	top:0;
    right: 0;
    background: linear-gradient(rgba(245, 245, 245, 0) 8%, rgba(245, 245, 245, 0.81) 60%);
	z-index: 10;

}


.slider-container-shortchode h2,
.slider-container-shortchode p {
	width: 80%;
	max-width: 960px;
	color: #fff;
	margin: 0 auto;
	position: relative;

}

.slider-container-shortchode h2 {
	padding: 160px 30px 10px 200px;
	font-size: 25px;
	/*color: rgb(83, 103, 42);*/
	color: rgb(0, 127, 51);
	font-family: 'IberPangea', Arial, sans-serif !important;
	font-weight: 900;
}

.slider-container-shortchode p {
	padding: 50px 30px 10px 200px;
	font-size: 35px;
	font-family: 'IberPangea', Arial, sans-serif !important;
	font-weight: 900;
	/*color: rgb(92, 136, 26);*/
	color: rgb(0, 164, 67);
}


@media (max-width:1200px) {
	.slider-container-shortchode h2 {
		padding: 100px 10px 10px 50px;
		font-size: 25px;
		color: rgb(83, 103, 42);
		font-family: 'IberPangea', Arial, sans-serif !important;
		font-weight: 900;
	}
	.slider-container-shortchode p {
		padding: 40px 10px 10px 50px;
		font-size: 35px;
		font-family: 'IberPangea', Arial, sans-serif !important;
		font-weight: 900;
		color: rgb(92, 136, 26);
	}
}


@media (max-width:992px) {
	.slider-container-shortchode .content {
		width: 100%;
		height: 100%;
		right: 0%;
		left: 0%;
		background: linear-gradient(rgba(245, 245, 245, 0) 8%, rgba(245, 245, 245, 0.81) 60%);
	}	
	.slider-container-shortchode h2 {
		padding: 100px 0px 10px 0px;
		font-size: 25px;
		width:100%;
		text-align: center;
	}
	.slider-container-shortchode p {
		padding: 50px 0px 10px 0px;
		font-size: 24px;
		width:100%;
		text-align: center;
	}
}


.slider-container-shortchode .nav-buttons {
	opacity:0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.slider-container-shortchode:hover .nav-buttons {
	opacity:1;
}

.slider-container-shortchode .nav-buttons button {
	position: absolute;
	z-index:10;
	top: 50%;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	cursor: pointer;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color:#fff;
	background: rgba(0, 0, 0, 0.1);
	font-size:15px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	padding:0px;
	background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
}

.slider-container-shortchode .nav-buttons button:hover {
	background: rgba(0, 0, 0, 0.5);
	background-repeat: no-repeat;
}

.slider-container-shortchode .nav-buttons #prev {
	left: 2%;
}

.slider-container-shortchode .nav-buttons #next {
	right: 2%;
}


