﻿.footer {
  background-color: #3a3a3a;
}

.footer .footer-content {
  padding-top: 60px;
  padding-bottom: 35px;
}

.footer .footer-content dl dt {
  font-size: 15px;
  color: #bcbcbc;
  line-height: 21px;
  margin-bottom: 30px;
}

.footer .footer-content .footer-link dd + dd {
  margin-top: 14px;
}

.footer .footer-content .footer-link dd a {
  display: block;
  font-size: 13px;
  color: #a9a9a9;
  line-height: 18px;
  text-decoration: none;
}

.footer .footer-content .footer-contact {
  font-size: 13px;
  color: #a9a9a9;
  line-height: 22px;
}

.footer .footer-content .footer-contact .span {
  width: 65px;
  text-align: right;
}

.footer .footer-content .footer-contact dd + dd {
  margin-top: 15px;
}

.footer .footer-content .footer-foot img {
  width: 114px;
  height: 114px;
}

.footer .footer-content .footer-foot p {
  font-size: 15px;
  color: #a9a9a9;
  line-height: 21px;
  margin-top: 27px;
}

.footer .footer-line {
  background-color: #666666;
  height: 1px;
}

.footer .footer-bottom {
  padding: 25px 0;
}

.footer .footer-bottom p {
  text-align: center;
  font-size: 12px;
  color: #a9a9a9;
  line-height: 17px;
}

.footer .footer-bottom p a {
  color: #a9a9a9;
}

.footer .footer-bottom p + p {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .footer .footer-content,
  .footer .footer-line {
    display: none;
  }

  .footer .footer-bottom {
    padding: 15px;
  }

  .footer .footer-bottom p + p {
    margin-top: 5px;
  }
}
