.navbar {
  position: fixed;
  z-index: 1000;
  min-height: 30px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-color: rgb(211, 211, 211);
  color: rgb(31, 31, 31);
  font-size: 14px;
  line-height: 20px;
}
.nav{
	font-size: 14px;
	line-height: 20px;
}
.navbar-brand {
  float: left;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 20px;
}
.navbar-nav > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
}
.navbar-toggle {
	position: relative;
	float: right;
	
	
	margin-right: 15px;
	
	
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px 4px 4px 4px;
	border-color: rgb(201, 201, 201);
}
i.con-bar{
	margin-top: 2px;
	margin-bottom: 2px;
}