/* Add here all your css styles (customizations) */

.header .topbar {
background:#00923f;
padding:5px 0 0 0 !important;
}
.header .logo img {
 margin: 5px 0; 
}
.list-inline>li {
color:#FFFFFF;    
}
.list-inline>li a{
color:#FFFFFF;    
}
.header {
    background: #fff;
}
.header .navbar-nav > li > a {
    color: #000;
}

/*@media (min-width: 992px)*/
.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
    bottom: -2px;
    position: relative;
    border-bottom: solid 2px #cc1e2a;
}

.header .navbar-nav > .active > a {
    color: #cc1e2a;
}
.header .navbar-nav > li:hover > a {
    color: #cc1e2a;
}
.hide2{
	visibility:hidden;
	}
	
   .header-fixed .header.header-fixed-shrink {
    /*z-index: 10100;*/
    z-index: 101;
    border-bottom: none;
    box-shadow: 0 0 3px #bbb;
    background: #fff;
    transition: all 0.3s ease-in-out;
}


.header.header-fixed-shrink .logo img {
    max-width: 105px;
    margin: 5px 0 -4px !important;
}