#footer-wrap{
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #282828 none repeat scroll 0% 0%;
  padding: 20px 0;
}
#footer-wrap p{
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: "Average Sans",Tahoma,Verdana,Arial;
}


@media (max-width: 900px) {
  #footer-wrap {
    min-width: 0;
    padding: 28px 0;
    border-top: 3px solid #b2873f;
    background: #3d1649;
  }

  #footer-wrap .container {
    width: 100%;
    padding: 0 18px;
  }

  #footer-wrap p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.84rem;
    font-weight: normal;
    line-height: 1.65;
  }

  #footer-wrap p:first-child {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    font-weight: bold;
    margin-bottom: 7px;
  }
}
