/*FOOTER*/
footer {
	margin-top: 50px;
  background-color: #fff;
  border-top: 1px solid #333;
}
footer .inner {
  padding: 10px 0;
}
footer .menu {
  display: flex;
  justify-content: center;
}
footer .menu li {
  position: relative;
}
footer .menu li::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #555;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  margin: auto;
}
footer .menu li:last-child::before {
  display: none;
}
footer .menu li a {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 15px;
}
footer .menu li a.orange {
  color: #EA9926;
}
footer .info {
  margin-top: 10px;
  text-align: center;
}
footer .info span {
  margin-right: 20px;
  color: #000;
  font-size: 12px;
}
footer .info span:last-child {
  margin-right: 0;
}
footer .copyright {
  color: blue;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
