footer {
  padding-top: 70px;
  background: #121416;
  color: #fff;
}
footer p {
  color: #a1a1a1;
  font-size: 16px;
}

footer a:hover,
footer a:focus {
  text-decoration: none;
}
footer .footer_panel h3 {
  display: block;
}
footer .footer_panel .footer_logo {
  display: inline-block;
}
footer .footer_panel ul.social_icon li a {
  color: #fff;
}
footer ul.links li {
  display: inline-block;
  width: 49%;

}
footer ul.links li a {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 15px;
  margin-left: 15px;
  display: block;
}
footer ul.links li a > i {
  display: inline-table;
  margin-right: 5px;
  vertical-align: middle;
  width: 10px;
  margin-left: -15px;
}
footer ul.links li a:hover,
footer ul.links li a:focus {
  color: #ffb600;
}
footer .footer_panel p.address {
  position: relative;
  min-height: 22px;
  padding-left: 25px;
  margin-bottom: 15px;
  word-break: break-word;
}
footer .footer_panel p.address a {
  color: inherit;
}
footer .footer_panel p.address a:hover {
  color: #FFB600;
}
footer .footer_panel p.address > i {
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 22px;
}
footer .heading {
  border-bottom: 1px solid #dadada;
  display: inline-block;
  margin-bottom: 25px;
}
footer .heading .divider-left {
  height: 4px;
  width: 70px;
  background: #ffb600;
  display: block;
}
footer .heading .divider-left {
  margin: 10px 0 -2px;
}
.copyright {
  background: #0a0a0b;
  width: 100%;
  padding: 24px 0;
  color: #fff;
}
.copyright p {
  margin: 0;
  font-size: 14px;
}
.copyright p > a:hover {
  color: #FFB600;
}
.bobo-side-bar {
  bottom: 40%;
  position: fixed;
  right: 10px;
  z-index: 999
}

.bobo-side-bar a {
  display: block;
  cursor: pointer;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: #ffb600;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px
}

.bobo-side-bar a + a {
  margin-top: 10px
}

.bobo-side-bar a i {
  display: inline-block;
  font-size: 30px;
  color: #fff;
}

.bobo-side-bar a:last-child i {
  font-size: 22px
}
