.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #428BCA  0%, #2D6CA2 100%);
    background-image:      -o-linear-gradient(top, #428BCA 0%, #2D6CA2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#428BCA), to(#2D6CA2));
    background-image:         linear-gradient(to bottom, #428BCA 0%, #2D6CA2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#428BCA', endColorstr='#2D6CA2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-inverse .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #428BCA 0%, #2D6CA2 100%);
    background-image: -o-linear-gradient(top, #428BCA 0%, #2D6CA2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#428BCA), to(#2D6CA2));
    background-image: linear-gradient(to bottom, #428BCA 0%, #2D6CA2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#428BCA', endColorstr='#fff3f3f3', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff !important;
}

.footer {
    background-image: -webkit-linear-gradient(top, #428BCA  0%, #2D6CA2 100%);
    background-image:      -o-linear-gradient(top, #428BCA 0%, #2D6CA2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#428BCA), to(#2D6CA2));
    background-image:         linear-gradient(to bottom, #428BCA 0%, #2D6CA2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#428BCA', endColorstr='#2D6CA2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .15), 0 1px 5px rgba(0, 0, 0, .075);
    color : #ffffff;
}