.navigation-top{
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #595959;
}
.navigation-top a{
    color: #b3b3b3;
    padding: 0 8px;
   font-size: 12px;
}
.navigation-top a:hover, .navigation-top a.active{
    color: #c8a165!important;
}
.navigation-top-l {
    float: left;
}
.navigation-top-r {
    float: right;
}
/*
.navigation-top-r .dropdown{
    display: inline-block;
}
.navigation-top-r button {
        font-size: 12px;
        background: none;
        border: none;
        color: #b3b3b3;
}
.navigation-top-r button:hover, .navigation-top-r button:focus {
    color: #c8a165;
}
.navigation-top-r .dropdown-menu {
    background-color: #595959;
}
.navigation-top-r .dropdown-menu>li>a {
    color: #b3b3b3;
}
.navigation-top-r .dropdown-menu>li>a:hover, .navigation-top-r .dropdown-menu>li>a:focus { 
    background-color: #000;
}
*/

.navigation-top-l a:first-child{
    border-right: 1px solid;
}
.navigation-top-r a{
    border-right: 1px solid;
    font-size: 12px;
}
.navigation-top-r a:last-child{
    border-right: none;
}

/*----------------------------------------------------- nav bar*/
.navigation{
    background-color: #444;
}
.navbar-brand{
    padding: 5px 0;
}
.navbar.navbar-default {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar.navbar-default .navbar-collapse {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-default .navbar-brand img{
    width: 50px;
    height: 54px;
    float: left;
    margin-right: 10px;
}

.trib-title{
    color: #c8a165;
    font-family: 'Roboto Condensed', sans-serif;
    float: left;
    text-align: center;
    padding-top: 8px;
}
.trib-title span{
    display: block;
}
.trib-title span:first-child{
    font-size: 30px;
    font-weight: 600;
}
.trib-title span:last-child{
    font-size: 14px;
    margin-top: 5px;
    letter-spacing: 2px;
}
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    min-height: 66px;
}
.navbar-default {
    background-color:#444;
    border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: none;
}
.dropdown-menu {
    border: none;
    border-radius: 0;
}

/*changind the navigation links*/
.navbar-nav>li>a {
        padding-top: 23px;
        padding-bottom: 23px;
 }
.navbar-default .navbar-nav>li>a {
    color: #e6e6e6;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #c8a165;
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    background-color: #c8a165;
    color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #c8a165;
    color: #fff;
}
.dropdown-menu>li>a:hover {
    background-color: #cccccc;
}

/*no menu small*/
.navbar-default .navbar-toggle .icon-bar {
    background-color: #c8a165;
}
.navbar-default .navbar-toggle {
    border:none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
}
/* --------------------------- preloader */
#preloader{
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgb(77, 77, 77);
}
#preloader i{
    display: table-cell;
    color: #c8a165;
    font-size: 100px;
    vertical-align: middle;
}

