.menu li a.active {
    color: #ea0040;
}

 .top_navigation .active span {
  display: inline-block;
  height: 43px;
  line-height: 38px;
  border-radius: 25px;
  border: 1px solid #e1e1e1;
  padding: 0 25px;
  font-family: 'PTSans';
  font-weight: bold;
  cursor: default;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  border-color: #e20155;
  color: #fff;
  background-color: #e20155;
  box-shadow: 0px 7px 17px 0px rgba(175, 0, 60, 0.44);
}