.navbar-inverse {
    background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -o-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));
    background-image: linear-gradient(to bottom,#435e86 0,#435e86 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
}

.navbar-inverse {
    background-color: #222;
    border-color: #1f4d90;
}
ul.button-bar li {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    zoom: 1;
    margin: 0 -1px 0 0;
    padding: 0;
    line-height: 100%;
    font-size: 0px;
    border: 1px solid #ccc;
    background: rgb(252,252,252);
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1)));
    background: -webkit-linear-gradient(top, rgb(67, 94, 134) 0%,rgb(28, 42, 63) 100%);
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e0e0e0',GradientType=0 );
    background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%);
}

ul.button-bar li a {
    margin: 0;
    display: inline-block;
    padding: 7px 10px;
    position: relative;
    top: 0;
    left: 0;
    zoom: 1;
    font-weight: normal;
    font-size: 14px;
    text-shadow: 0 1px 0 #2a3d59;
    color: #bac6de;
    text-decoration: none;
    vertical-align: middle;
    line-height: 100%;
    border-left: 1px solid #fff;
}

ul.button-bar li a:hover {
    background: rgb(252,252,252);
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgb(2, 30, 91) 0%,rgb(48, 64, 87) 100%);
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 );
    background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%);
}


.navm a:focus, .navm a:hover, .navm label:focus, .navm label:hover {
    color: #dedede;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(136, 165, 207)), color-stop(100%,rgb(88, 114, 154)));
}


.navm a, .navm label {
    display: block;
    padding: .45rem;
    color: #ffffff;
    box-shadow: inset 0 -1px #506789;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    /* background: red; */
background: #959595; /* Old browsers */
background: -moz-linear-gradient(top,  rgb(67, 94, 134) 0%, rgb(67, 94, 134) 100%); /* FF3.6+ */

background: -ms-linear-gradient(top, rgb(67, 94, 134) 0%,rgb(67, 94, 134) 100%); /* IE10+ */


    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(67, 94, 134)), color-stop(100%,rgb(67, 94, 134)));
}

.group-list a, .group-list label {
    padding-left: 2rem;
    /*color: #505050;*/
    box-shadow: inset 0 -1px #b2b2b2;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(96, 118, 151)), color-stop(100%,rgb(96, 118, 151)));
}


.footer-distributed {
    background-color: #435e86;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    margin-top: 20px;
}


@media (min-width: 768px)
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
    color: white;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
}

.menu_3_raz{
  background: #94add4;
}
