/*----------Slideshow----------------*/
#home_slideshow {
	position: relative;
	/*height: 340px;*/
	margin: 0 auto;
}
.slideshow-cycle,
.slideshow-cycle li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideshow-cycle li {
	display: none;
	/*overflow: hidden;*/
}
.slides-control-prev {
	position: absolute;
	top: 45%;
	left: 40px;
	z-index: 3;
}
.slides-control-next {
	position: absolute;
	top: 45%;
	right: 40px;
	z-index: 3;
}
/*-----Navagation for the slides ----*/

.shownav {
	/* you can add positioning properties here if needed */
	display: none;
	position: absolute;
	width: 180px; /* change as required */
	z-index: 999;
	padding: 0;
	left: 62px;
	top: 324px;
}
.shownav a {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	text-indent: -999em;
	background: none;
	margin-right: 10px;
}
.shownav a {
	background: #999999; /* optional: color when hovered */
}
.shownav a.activeSlide {
	background: #F94C07; /* color when active */
}
#slide-text {
	position: absolute;
	right: 180px;
	top: 110px;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	text-shadow: 0px 0px 5px rgb(220, 220, 220, .8),0px 0px 6px rgb(220, 220, 220, .8) ;
	z-index:99999;
}
.slideshow-cycle {
	width: 100% !important;
	height: 0 !important;
	overflow: hidden;
	position: relative;
	padding-bottom: 34.427%
}
.slideshow-cycle li {
	position: absolute;
	top: -100% !important;
	bottom: -100%;
	left: -100% !important;
	right: -100%;
	margin: auto;
	height: unset !important;
	width: 100% !important;
	max-height: 100%;
	background-color: #FFF !important;
	background-size: auto 100%;
	z-index:900;
	
}
.slideshow-cycle li img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height: 608px; /* Whatever your containing div's height is set to */
	margin: 0 auto;
	left: 0;
	right: 0;
	
	width: auto !important;
	height: 100% !important;
}
#home_slideshow .slide-links {
	/* Created with https://www.css-gradient.com */
	background: #E0E0E0;
	background: -webkit-linear-gradient(left, #E0E0E0, #A4A4A4);
	background: -moz-linear-gradient(left, #E0E0E0, #A4A4A4);
	background: linear-gradient(to right, #E0E0E0, #A4A4A4);
	width: 896px;
	height: 100px;
	position: absolute;
	right: 0;
	bottom: 40px;
	z-index: 999;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}
#home_slideshow .slide-links a {
	width: 225px;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
#home_slideshow .slide-links a:hover {
	text-decoration: underline;
}
.slideshows-slide .slide-txt {


}
@media (min-width: 960px) {
	#slide-text {
		right: 80px;
		font-size: 24px;
	}
}
@media (min-width: 1400px) {
	#slide-text {
		right: 158px;
	}
}
@media (min-width: 1600px) {
	#slide-text {
		right: 180px;
		font-size: 30px;
	}
}