﻿.navbar-inverse
{
    background-color: transparent;
    border: 0;
    position: absolute;
    z-index:999;
    width:100%;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    margin: 0;

}
.navbar-nav
{
    float: right;
}
.navbar-brand
{
    height: auto;
    padding: 10px 15px;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}
.navbar-brand img
{
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}
.navbar-inverse .navbar-nav > li > a
{
    font-size: 15px;
    font-family: 'Hind' , serif;
    text-transform: uppercase;
    color: rgba(255,255,255,1);
    letter-spacing: 1px;
    line-height: 1;
    padding: 38px 30px;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}
.navbar-inverse .navbar-nav > li > a::after
{
    content: '/';
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translate(0,-50%);
    color: #fff;
}
.navbar-inverse .navbar-nav > li:last-child > a::after
{
    display: none;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover
{
    color: #00e3b1;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:focus, 
.navbar-inverse .navbar-nav > li > a:hover
{
    color: #00e3b1;
    background-color: transparent;
}
.fixed-header
{
    position: fixed;
    top: 0;
    z-index: 9999;
    background:#162f63
}
.fixed-header .navbar-brand
{
    padding:5px 15px;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}

.fixed-header .navbar-brand img
{
    height:50px;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}
.fixed-header .navbar-nav > li > a
{
    padding: 22px 30px;
}