﻿footer 
{
    padding-top: 4rem;
    padding-bottom:2.5rem;
}
footer .footer-logo img {
  height: 6rem;
}
footer .footer-lower hr {
  margin: 1.5rem 0;
  border-color: #fff;
  opacity: .05;
}
footer .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
footer .footer-lower .social-list .fpc-iconfont {
  font-size: 1.3rem;
  color: #fff;
}
footer .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
footer .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  text-decoration:none!important;
}
footer .footer-lower .social-list a:hover {
  opacity: 1;
}
footer .footer-power{padding:0 .5rem}
@media screen and (max-width: 767px) 
{
footer 
{
    padding-top: 2.5rem;
    padding-bottom: 2rem;
}
footer .content {
    text-align: center;
  }
footer .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
footer .footer-logo {
    margin-bottom: 1rem;
  }
footer .footer-lower .copyright {
    margin-bottom: 1rem;
} 
footer .footer-power{display:block; padding:.5rem 0}
}
@media screen and (max-width: 992px) 
{
footer .footer-lower .copyright {
    text-align: center;
} 
footer .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
