#mmenu{
	display: none;
}

.top_bar_content{
	width: 100%;
	height: auto;
	text-align: center;
	overflow: inherit;
	margin: 0px;
}

.top_bar_content ul{
	font-size: 17px;
}

.top_bar_content ul li{
	display: inline;
	margin-right: 0px;
}

.top_bar_content ul li a{
	width: 100%;
	display: inline-block;
	transition: all 0.5s ease;
	padding: 5px 0px;
}

.top_bar_logo{
	width: 100%;
	height: 56px;
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.splash_start{
	width: 100%;
	height: auto;
	float: left;
	background: url(images/splash-site.jpg) center center / cover no-repeat;
	padding-bottom: 50px;
}