.navbar .brand-observium {
  background: url('/images/brand-observium.png');
  width: 162px;
}

.navbar-inner { 
  padding: 0;
}

.navbar .brand {
  margin-left: 0;
}

@media (min-width: 980px) {

        .subnav-fixed {
                position: fixed;
                top: 40px;
                left: 0;
                right: 0;
                z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
                border-color: #d5d5d5;
                border-width: 0 0 1px; /* drop the border on the fixed edges */
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
                -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
                box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
                filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
        }

        .subnav-fixed .navbar-inner {
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;

	}

        .subnav-fixed .nav {
\\                width: 938px;
                margin: 0 auto;
                padding: 0 1px;
        }

        .subnav .nav > li:first-child > a,
        .subnav .nav > li:first-child > a:hover {
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
        }
}

@media (min-width: 1210px) {

        .subnav-fixed .nav {
\\                width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
        }
}


.navbar-inner .btn-group
{
  margin-bottom: -5px;

}

.navbar-narrow form
{
  margin-bottom: 0px;
}

.navbar-narrow .bootstrap-select .btn
{
//  margin-top: 4px;
//  margin-bottom: -5px;
  border: none;
  height: 100%;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}
