.bg-banner {
	min-height: inherit!important;
}
.slide,
#slideshow {
	position: relative;
	height: 650px!important;
}
#slideshow { }
#slideshow .position { }
#slideshow .controls { 	
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 70px;
   z-index: 999;
   width: 100%;
}
#slideshow .controls a:link, #slideshow .controls a:visited {
    color: #000;   
} 
#slideshow .controls a { 

 }

#slideshow .controls .controls_numbers a { 
padding-left: 6px; 
padding-right: 6px; 
padding-top: 2px; 
padding-bottom: 2px; 
text-decoration: none; 
background: #fcfcfe;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 2px solid #fff;
font-size: 10px;
margin: 3px;
box-shadow: 0px 0px 5px 0px #000;
 }

#slideshow .controls .controls_numbers a:first-child { background: #fcfcfe; }
#slideshow .controls .controls_numbers a.activeSlide { 
	background-color: rgba(0,0,0,0.70); 
	color: #fff; 
}

#slideshow .controls .controls_thumbs { 
padding-top: 5px;
 }
#slideshow .controls .controls_thumbs a { 
margin-left: 3px;
margin-right: 3px;
/*background-color: white;*/ 
/*width: 175px;*/ 
height: 69px;
display: block;
float: left;
 }
#slideshow .controls .controls_thumbs img {	
	border: 1px solid #fff;
}
 

#slideshow .controls .controls_thumbs a:first-child {  }
#slideshow .controls .controls_thumbs a.activeSlide img {
	filter : alpha(opacity=20); 
	-moz-opacity: 0.5; 
	opacity:0.5; /* FX/Opera/Safari/Chrome */
 }
#slideshow .controls .controls_thumbs a.activeSlide {  }

.bg-banner {
	position: relative;
	width: 100%;
	background-color: #fff;
	min-height: 650px;
}

.banner_content_right, .banner_content_bottom, .banner_content_left, .banner_content_top
{
    position: absolute;
    padding: 10px;
    font-size: 16px;
	line-height: 22px;
}

.banner_content_top {
	top: 5%;
	left: 5%;
	width: 200px;
}

.banner_content_right {
	top: 50%;
	right: 5%;
	width: 200px;	
}
.banner_content_bottom {
	bottom: 10%;
	left: 5%;
	width: 200px;
}
.banner_content_left {
	top: 50%;
	left: 5%;
	width: 200px;
}

.banner_content_box
{
    background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 10px 0px #000;    
}

#slider_Next {
    position: absolute;
    top: -190px;
    right: 0px;
}

#slider_Previous {
    position: absolute;
    top: -190px;
    right: 854px;
}


.slide-parallax {
	padding: 0; 
	margin: 0; 
	width: 100%; 
	margin: 0 auto; 
	background-size: 100% auto;
	background-position: top;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	position: relative;
	z-index: 99;
	font-size: 87px;
}
.slidelink:hover {
	cursor: pointer;
}



@media (max-width: 1600px){ 
	.slide-parallax {
		background-size: auto auto!important;
	}	
}
@media (max-width: 1080px){
	.slide, 
	#slideshow {
		background-attachment: scroll!important;
		height: 450px!important;
		background-position: center!important;
		background-size: cover!important;
	}
}
@media (max-width: 550px){ 
	#slideshow .controls { 	
		bottom: 20px;
	}
}