.footer-dark, .footer-dark ul li a {
  color: #939393;
  background-color: #000000;
  font-family: 'Montserrat', sans-serif;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 15px !important;
  color: #585858!important;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 13px;
  margin-bottom: 0;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.8;
  margin-bottom: 0;
  font-size: 13px;
}

.footer-dark a.here {
  color: #fff;
  text-decoration: underline;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 25px;
  width: 45px;
  height: 45px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  margin: 0 8px;
  color: #939393;
  opacity: .8;
}

.footer-dark .item.social > a:hover {
  opacity: 1;
}

.footer-dark .copyright {
  text-align: center;
  font-size: 10px;
  margin-bottom: 0;
  color: #939393 !important;
  opacity: .8;
  padding-bottom: 30px;
}

