body {
 background: rgba(176,185,193,1);
 background: -moz-linear-gradient(top, rgba(176,185,193,1) 0%, rgba(84,84,84,1) 100%);
 background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(176,185,193,1)), color-stop(100%, rgba(84,84,84,1)));
 background: -webkit-linear-gradient(top, rgba(176,185,193,1) 0%, rgba(84,84,84,1) 100%);
 background: -o-linear-gradient(top, rgba(176,185,193,1) 0%, rgba(84,84,84,1) 100%);
 background: -ms-linear-gradient(top, rgba(176,185,193,1) 0%, rgba(84,84,84,1) 100%);
 background: linear-gradient(to bottom, rgba(176,185,193,1) 0%, rgba(84,84,84,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b9c1', endColorstr='#545454', GradientType=0 );
}

#footer, #footer p, #footer a {
 color: #B0B0B0 !important;
}

#footer {
 background: #222222;
}

h1 a, h2 a, h3 a, h4 a, h5 a, a h1, a h2, a h3, a h4, a h5 {
 text-decoration: underline;
}

.navbar .nav > li > a {
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
 background: #7B7E82 !important;  
 color: #fff;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:focus {
 color: #7B7E82 !important; 
 background-color: transparent !important; 
}

.navbar .nav > .active > a:hover {
 background: #7B7E82 !important;  
 color: #fff !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
 background: #7B7E82 !important;  
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
 color: #ffffff;
 background: #7B7E82 !important; 
}

.dropdown-menu .active > a {
 color: #ffffff !important;
 background: #7B7E82 !important;
}

.dropdown-menu .active > a:hover {
 color: #ffffff !important;
 background: #7B7E82 !important; 
}

.box:hover {
 background: #7B7E82;
}

.picture:hover .item-description {
 background: #7B7E82;
}