#header_wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;

/*
	margin-bottom: -160px;
*/

}
#mainSlider {
	position: relative;
	background: #000;
	margin-bottom: 60px;
	border-bottom: 4px solid #fff;
}
#mainSlider .slider_message {
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
/*
	display: block;
	width: 50%;
	height: 198px;
*/
	display: flex;
	flex-flow:column;
	justify-content: center;
	align-items: center;
}
	#mainSlider .slider_message .slider_message_title {
		font-family: 'Cedarville Cursive', cursive;
		text-shadow: 0px 0px 50px rgba(0,0,0,0.1);
		font-size: 5rem;
		color: #fff;
	}

	#mainSlider .slider_message .slider_message_text {
		font-family: 'Cedarville Cursive', cursive;
		text-shadow: 0px 0px 50px rgba(0,0,0,0.1);
		font-size: 3rem;
		color: #fff;
	}
