@charset "utf-8";
/* CSS Document */

#slideshow {
	position: relative;
	width: 100%;
	height: 700px;
	padding: 0px;
	padding-top: 60px;
}
	#slideshow .slide {
		position: absolute;
		width: 100%;
		height: 700px;
		z-index: 100;
		
		background-position: center
		
	}
		#slideshow .name {
			position: absolute;
			font-size: 85px;
			color: #FFFFFF;
			z-index: 103;
			font-family: 'Rubik', sans-serif;
			top: 240px;
			margin-left: 125px;
			font-weight: bold
		}
		#slideshow .text {
			position: absolute;
			font-size: 18px;
			color: #FFFFFF;
			z-index: 103;
			top: 390px;
			margin-left: 125px;
			padding: 15px;
			max-width: 40%;
			background-color: #e16134
		}
	
	#slideshow #switch {
		position: relative;
	}
		#slideshow #switch  a {
			position: absolute;
			display: block;
			width: 75px;
			height: 75px;
			top: 260px;
			z-index: 102;
			background-repeat: no-repeat;
			background-position: center
		}
		#slideshow #switch  a.switch_left {
			left: 0;
			background-image: url(../images/wrapper/sf_16.png)
		}
			#slideshow #switch  a.switch_left:hover { left: -15px; }
		#slideshow #switch  a.switch_right {
			right: 0px;
			background-image: url(../images/wrapper/sf_18.png)
		}
			#slideshow #switch  a.switch_right:hover { right: -15px; }
	
	#slideshow #number_panel {
		position: absolute;
		z-index: 101;
		bottom: 50px;
	}
		 #slideshow #number_panel a {
		 	display: inline-block;
		 	width: 12px;
			height: 12px;
			margin-right: 15px;
			background-color: #FFFFFF;
			border-radius: 6px
		 }
		 	#slideshow #number_panel a:hover,
		 	#slideshow #number_panel a.selected {
				background-color: #e16134
			}
			
@media only screen and (max-width: 767.98px){
	#slideshow-mobile {
		padding-top: 60px;
		background-color: #112428
		
	}
}

@media (max-width: 575.98px) { 
}

@media (min-width: 768px) and (max-width: 991.98px) {
	#slideshow #switch  a {
		position: absolute;
		display: block;
		width: 75px;
		height: 75px;
		top: 150px;
		z-index: 102;
		background-repeat: no-repeat;
		background-position: center
	}
	#slideshow .name {
		font-size: 40px;
		top: 250px;
		margin-left: 0
	}
	#slideshow .text {
		font-size: 16px;
		top: 350px;
		margin-left: 0;
		max-width: 90%;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
}

@media (max-width: 1199.98px) { 
}
			
			