@import url(styles-palette-5.css);

body, .wrapper-content .container, .wrapper-content {
  background:#4e4e4f;
}

.wrapper-header {
  background:#4e4e4f url(../images/background-14-header.png) no-repeat center top;
}
#main_menu ul li a{
  background: transparent url(../images/master-14.png) no-repeat scroll 0 -77px;
}

#main_menu ul li a:hover a {
  background:transparent url(../images/master-14.png) no-repeat scroll 0 -122px;
}

#main_menu ul li.current a  {
  background:transparent url(../images/master-14.png) no-repeat scroll 0 -167px;
  color: #FFF;
}

#logo h1 {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}

#logo, #logo a {
  color: #fff;
}
.content {
  border: 0;
}
.filter.panel {
  background: none;
}
.filter .panel-body {
  background: rgba(0,0,0,.05);
}

@media (min-width: 768px) {
  #search_engine .filter h4 a {
    color: #fff;
  }
}

@media (max-width: 767px) {

  .filters-container .separator h3, .filter-link a {
    color: #000!important;
  }

}