.footer-menu li {
  display: inline-block;
}
.footer-menu li:not(:last-child) {
  margin-right: .5rem;
}
.tnp.tnp-subscription label {
  font-size: 0.9rem;
  font-weight: normal;
}
.tnp.tnp-subscription .tnp-submit {
  cursor: pointer;
  margin-top: 1rem !important;
  color: #343a40;
  background-color: #fff;
  border: 1px solid #343a40;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.tnp.tnp-subscription .tnp-submit:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.menu-item.active a {
  color: #ffd144 !important;
}
.home #main-content {
  padding: 0;
}
#stats .data {
  width: 160px;
  height: 160px;
  border-radius: 160px;
  text-align: center;
  background: #5797d4;
  display: inline-block;
  color: #fff;
  padding: 1.8rem 0 1.4rem;
  font-size: 0.85rem;
}
/*# sourceMappingURL=style2.css.map */