#header {
  background: rgba(17,17,17,0.85);
  padding-bottom: 0.75em;
}

.header_logo span, .header_logo a span {
  /*color: #555;*/
  color: #adadad;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75em;
}

@media screen and (min-width: 850px) {
.header_logo span, .header_logo a span {
  /*padding-left: 1em;*/
}
}

#menu .no_list .item {
  position: relative;
  top: -2px;
}

.menu_list .menu_dropdown, .menu_list li a, .menu_list .menu_category > a, .menu_list .menu_dropdown a {
  border: none;
}

.gallery_thumbs li {
  opacity: 0.25;
}

.gallery_thumbs li:hover {
  opacity: 0.5;
}