﻿.navbar-inverse
{
    background-color: transparent;
    border: 0;
    position: relative;
    z-index:999;
    width:100%;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    margin: 0;

}
.navbar-nav
{
    float: right;
}
.navbar-inverse .navbar-brand
{
    height: auto;
    padding: 10px 15px;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}
.navbar-inverse .navbar-brand img
{
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}
.navbar-inverse .navbar-nav > li > a
{
    font-size: 16px;
    font-family: 'Hind', Helvetica, sans-serif;
    text-transform: capitalize;
    color: #333;
    letter-spacing: 0.02rem;
    line-height: 1;
    padding: 37px 20px;
    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: 40%;
    transform: translate(0,-50%);
    color: #f00;
    font-size: 2em;
}
.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,
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:focus, 
.navbar-inverse .navbar-nav > .open > a:hover
{
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:focus, 
.navbar-inverse .navbar-nav > li > a:hover
{
    color: #fff;
    background-color: transparent;
}
.dropdown-menu
{
    border-radius: 0;
    padding: 0;
    border: 0;
    background: #c4ac92;
}

.dropdown-menu > li > a
{
    font-weight: 400;
    font-size: 14px;
    padding: 8px 20px;
    color: #424242;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.dropdown-menu > li:last-child > a
{
    border-bottom: none;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover
{
    color: #fff;
    background-color: #35322f;
}

.dropdown .dropdown-menu
{
    display: none;
    overflow: hidden;
    min-width:222px;
}

.dropdown:hover .dropdown-menu
{
    display: block;
}
.fixed-header
{
    position: fixed;
    top: 0;
    z-index: 9999;
    background:#d8cbbe;
    box-shadow:0 0 15px rgba(0,0,0,.15)
}
.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:60px;
}
.fixed-header .navbar-nav > li > a {
    padding: 27px 20px;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}