@media (min-width: 768px) {
	.navbar {
		margin-bottom: 0;
		border-radius: 0;
	}
	.navbar-default {
		background-color: transparent;
		border-color: transparent;
	}

	.navbar-default .navbar-nav > li > a {
		color: #fff;
	}
	.navbar .nav > li > a:hover,
	.navbar .nav > li > a:focus {
		color: #fff;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
		color: #fff;
		background-color: transparent;

	}
	.navbar-fixed-bottom, .navbar-fixed-top {
		position: absolute;
		right: 0;
		left: 0;
		z-index: 1030;
	}
}

