#base_footer > span {
	float: left;
  color: #555;
}

#base_footer a {
  color: #555;
}

#base_footer .menu {
  float: left;
  margin: 0;
}

#base_footer .menu_service {
  padding-left: 0;
}

#base_footer ul.menu li {
  margin: 0;
}

#base_footer ul.menu li a {
  padding: 0 10px;
  border-left: 1px solid #555;
}

#base_footer ul.menu .first a {
	border-left: none;
}


/*@media screen and (max-width: 820px) {
  #base_footer ul.menu li a {
    border: none;
  }

  #base_footer > span {
    padding-left: 10px;
  }

  .menu_service{
    width: 100%;
  }

  #base_footer {
    padding: 20px 0px;
    background-color: #eee;
  }

}*/