#top-navbar.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);

}
#top-navbar.navbar-default {
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0);
    border-width: 0px;
    border-radius: 0px;
	padding-top:20px;
	margin-bottom:0;
	width:100%;
	position:absolute;
}



#top-navbar.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, 1);    
	/*background-color: rgba(54, 72, 82, 1); */
	background: rgba(54,73,83,0.8);

 /*   background-color: rgba(134, 146, 152, 1); */
	margin-right:15px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	padding:10px 15px;
	border-radius:18px;
	line-height:14px;
	transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}


.nav-container.container {
	position:relative;
}
#logo-top {
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none !important;
    box-shadow: none !important;
}
