.gradient-color {
  background: #001e3e;
  background: linear-gradient(top, #001e3e, #001e3e);
  background: -moz-linear-gradient(top, #001e3e, #001e3e);
  background: -ms-linear-gradient(top, #001e3e, #001e3e);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001e3e),
    to(#001e3e)
  );
  border: solid 1px #001e3e;
  box-shadow: 2px 2px 3px #661313;
}
.mine-color,
.btn-inner-search {
  background-color: #001e3e;
}
.button-more::before {
  border-color: transparent #001e3e;
}
.btn-go-search:active,
.btn-go-search:focus,
.btn-go-search:hover,
.button-more:hover,
.button-more:focus,
.button-more:hover {
  background-color: #c42f2f;
}
div.filter-sidebar .title,
.title.alone {
  border-bottom: 3px solid #001e3e;
}
div.filter-sidebar .title span,
.title.alone span {
  border-bottom: 3px solid #8c0707;
}
