.kws-frontpage-splashbox {

	position:relative;

	width:100%;
	
	background:url(images/bg.jpg) no-repeat center center fixed; 
	
	-webkit-background-size:cover;
	
	-moz-background-size:cover;
	
	-o-background-size:cover;
	
	background-size:cover;

}

.kws-frontpage-splashbox .overlay {

	position:absolute;
	
	top:0;
	
	left:0;
	
	right:0;
	
	bottom:0;
	
	z-index:0

}

.kws-frontpage-splashbox .kws-fp-splash-inner {

    margin:0 auto;
    
	padding:0.575em;
	
	font-size:1.162em;
	
	line-height:1.425em;
    
	width:95%;
    
	max-width:975px;

}

.kws-fp-splash-logo {
	
	margin:0 auto; 
	
	text-align:center;
	
	align-self: center;

}

.kws-frontpage-splashbox .kws-fp-splash-inner .sitedesc {

    margin:0 auto;
    
	padding:0.575em;
	
	font-size:1.162em;
	
	line-height:1.425em;
    
	max-width:975px;

}


@media all and (min-width:0px) {
	
	.kws-frontpage-splashbox {

		height:680px;
		
		height:68%;
		
		height:68vh;
		
		overflow:hidden

	}
	
	.show-desktop {display:none;}
	
	.show-mobile {display:inherit;}

	.kws-frontpage-splashbox .kws-fp-splash-inner .sitedesc {width:98%}

}

@media all and (min-width:1000px) {

	.kws-frontpage-splashbox {
	
		height:650px;
		
		height:65%;
		
		height:65vh;
		
		overflow:hidden
	
	}

	.show-desktop {display:inherit;}
	
	.show-mobile {display:none;}

	.kws-frontpage-splashbox .kws-fp-splash-inner .sitedesc {width:85%}

}