/* ************************ MASTER HEAD */
#head-navbar {
    background-color: transparent;
    border:none;
    border-radius:0;
    margin-bottom: 0;
    font-size: 90%;
         -o-transition:all 0.3s linear;
       -moz-transition:all 0.3s linear;
     -khtml-transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
        -ms-transition:all 0.3s linear;
            transition:all 0.3s linear;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

#head-navbar.affix {
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    z-index: 10;
}

.nav-brand { display: block; width: 100%; max-width: 30px; margin: 8px 0 5px 15px; position: absolute;}
.nav-brand img { width: 100%;}


#head-navbar .navbar-nav {}
#head-navbar .navbar-nav>li {}
#head-navbar .navbar-nav>li>a {
    color: #FFF;
    font-size: 14px;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#head-navbar .navbar-nav>li>a:focus, #head-navbar .navbar-nav>li>a:hover {
    color: #FFF;
     background: rgba(54, 69, 79, 0.4) /*#36454f*/;
    -khtml-opacity:1; 
      -moz-opacity:1; 
           opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter:alpha(opacity=100); 
}

#head-navbar .navbar-nav>li.active a {
    /*border-top: 3px solid #333;*/
}


#head-navbar .navbar-nav>.active>a, #head-navbar .navbar-inverse .navbar-nav>.active>a:hover, #head-navbar .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent!important;
}

#head-navbar .dropdown-menu {
    z-index: 1000;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: rgba(250,250,250, 0.7);
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
            box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}


/* ************************ MASTER HEAD END */
