.navbar-default .navbar-brand {
	color: rgba(0, 0, 0, 1);
}
.navbar-default {
	font-size: 14px;
	background-color: rgba(51, 122, 183, 0.52);
	background: -webkit-linear-gradient(top, rgba(51, 122, 183, 1) 0%, rgba(51, 122, 183, 0.52) 100%);
	background: linear-gradient(to bottom, rgba(51, 122, 183, 1) 0%, rgba(51, 122, 183, 0.52) 100%);
	border-width: 1px;
	border-radius: 5px;
}
.navbar-default .navbar-nav>li>a {
	color: rgb(0, 0, 0);
	/*background-color: rgba(51, 122, 183, 0.57);*/
	/*background: -webkit-linear-gradient(top, rgba(51, 122, 183, 1) 0%, rgba(51, 122, 183, 0.57) 100%);*/
	/*background: linear-gradient(to bottom, rgba(51, 122, 183, 1) 0%, rgba(51, 122, 183, 0.57) 100%);*/
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: rgba(0, 0, 0, 1);
	background-color: rgba(248, 248, 248, 1);
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: rgba(0, 0, 0, 1);
	background-color: rgba(231, 231, 231, 1);
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #337ab7;
}