.topBar .icon {
	display: none;
}
#nav2{
	display:none;
}

.topBar a {
	text-decoration: none;
	color: #000066;
	line-height: 14px;
	font-size: 18px;
	float:right;
	margin-right:30px;
	
}
.topBar {
	position:fixed;
	z-index: 99999;
	width: 100%;
	text-align: left;
	font-size: 0;
	line-height: 0;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#FFF;
	border-bottom:#000066;
	border-bottom-style:solid;
	border-bottom-width:2px;
	padding: 15px;
}

.topBar:after {
	content: "";
	display: block;
	clear: both;
}



.navbar-top {
	float:left;
	
}

#nav-company{
	font-weight:700;
}
.topBar a.active {
	font-weight:700;
}
	



@media only screen and (max-width: 1160px) {
	 #nav {display: none;}
	
  .topBar .icon {
    float: right;
    display: block;
  }
}

@media only screen and (max-width: 1160px) {
  .topBar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	padding:15px;
	color:#000066;
  }
  .topBar.responsive #nav2 {
    float: none;
	display:block;
    text-align: left;
	color:#000066;
	clear:both;
	 margin-top:30px;
	

  }
   #nav2 a{
	display:block;
	  float: none;
	  	clear:both;
		text-decoration:none;
		padding:15px;
  
}
 #nav2 a:hover{
	color:#999;  
}
}
