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

.navbar-inner { 
  padding: 0;
}

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

.navbar .nav > .icon > a > span {
  display: none !important;
}
.navbar .nav > .icon > a:hover > span,
.navbar .nav > .icon > a:focus > span {
	display: inline !important;
}

@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;
}

h1, h2, h3, h4, h5, legend {
 color: #0a5f7f;
  /*margin-left: 0;
  margin-bottom: 15px;
  margin-top: 0; */
}

legend, h1, h2, h3 {
 /*color: #0a5f7f;*/
 /*color: #033d53;*/
 /*color: #3b9bbf;*/
}

h1, h2 {
  margin-bottom: 15px;
}

h2 {
  font-size: 21px;
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

legend {
  margin-bottom: 10px;
}

.img-polaroid {
  margin-bottom: 30px;
}
