/*Top Menu*/
.logo a {
	padding: 0px 40px;
}
nav {
	font-family: Arial, sans-serif;
	line-height: 65px;
	font-size: 0.9rem;
	width: 100%;
	background: #222222;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	transition: margin-left .3s ease-in-out;
}
nav a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
nav a:hover {
	color: #fff;
}

.list-group ul {
	float: right;
}
.list-group li {
	display: inline-block;
    text-align: center;
}
.list-group li a {
	float: none;
	display: block;
}


@media screen and (min-width: 801px) {
	.navbar-header {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	.list-group {
		display: none;
	}

	.list-group li a {
		font-size: 0.8rem;
	}

	.navbar-inverse .navbar-toggle {
		border-color: #333;
	}

	.navbar-inverse .navbar-toggle:hover {
		background-color: #333;
	}

	.sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0,0,0,0);
		border: 0;
	}

	.hiraku-open-btn-line {
		position: relative;
		display: block;
		width: 18px;
		height: 2px;
		margin: 6px 0;
		transition: .1s all;
		border-radius: 1px;
		background-color: #fff;
	}

	.navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin: 15px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}

	.hiraku-open-btn-line:before {
		top: -6px;
	}

	.hiraku-open-btn-line:after {
		bottom: -6px;
	}

	.hiraku-open-btn-line:before, .hiraku-open-btn-line:after {
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		content: '';
		transition: .3s all;
		border-radius: 1px;
		background-color: #fff;
	}

	.list-group ul {
		float: none;
	}
	.list-group li {
		display: block;
	}

	.list-group li:hover {
		background: #2f2f2f;
	}
}


@media only screen and (max-width: 500px) {
	.logo {
		width: 265px;
	}
	.logo a {
		padding: 0px 20px;
	}
}

@media only screen and (max-width: 340px) {
	.logo {
		width: 220px;
	}
}