.page-footer {
  background-color: #e7e7e7;
  padding-top: 50px;
  padding-bottom: 10px;
}

.page-footer h4 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.page-footer p {
  color: #888;
  font-size: 12px;
}

.page-footer .footer-links {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
  word-break: break-all;
  color: #333333;
}

.page-footer .footer-links a {
  color: #555;
  font-size: 14px;
}

.page-footer .footer-links li {
  margin-bottom: 5px;
  line-height: 1.3;
}

.page-footer .footer-legal .copyright {
  margin-right: 60px;
}

.page-footer .footer-legal .legal-links .item {
  padding-right: 13px;
  border-right: 1px solid #ccc;
  margin: 0;
  margin-right: 13px;
}

.page-footer .footer-legal .legal-links .item:last-child {
  border-right: none;
}

.page-footer .footer-legal .legal-links .item h5 {
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0;
}

.page-footer .region {
  margin-bottom: 20px;
  /*margin-right: 10px;*/
  background: #0b9be2;
  padding: 5px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 5px;
}

.page-footer .region:hover {
  transform: scale(1.1);
  font-weight: bold;
}

.page-footer .region a {
  color: #ffffff;
  font-size: 11px;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
}

@media (min-width: 768px) {
  .page-footer .region {
    margin-bottom: 0;
  }
}

.page-footer .footer-social a {
  font-size: 28px;
  color: #333333;
}

p {
}

