/* footer start*/
.footer-wrapper {
  background: #373737;
  text-align: center;
  font-size: 12px;
  height: 97px;
  color: #999999;
  line-height: 17px;
  padding-top: 30px;
}
.footer-wrapper a {
  color: #4A90E2;
  font-size: 12px;
}
.footer-wrapper a:hover {
  cursor: pointer;
  color: #4382CB;
}