.navbar-inner {
    background-color: #fff;
    background-image: none;
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);*/
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-inner {
-webkit-box-shadow: inset 0px 0px 10px 1px rgba(105,100,105,0.83) !important;
-moz-box-shadow: inset 0px 0px 10px 1px rgba(105,100,105,0.83) !important;
box-shadow: inset 0px 0px 10px 1px rgba(105,100,105,0.83) !important;
}


.navbar-fixed-top,.navbar-fixed-bottom{position:relative; !important}

.dropdown-menu {
   border-bottom: 5px solid #a50202;
}
.navbar .nav > li >a {
   text-shadow: 0 0 0 #fff;
}
/* search box */
input.search-query {
    padding-left:26px;
}

form.form-search {
    position: relative;
}

form.form-search:before {
    content:'';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(images/glyphicons-halflings.png);
    background-position: -48px 0;
    position: absolute;
    top:8px;
    left:8px;
    opacity: .5;
    z-index: 1000;
}
form.form-search input {
   width:55px;
}
form.form-search {
   margin-top:5px;
   margin-bottom:5px;
   margin-left:10px;
}

#second-header {
   margin-top:25px;
}

#nav-image {
   height:17px;
}

