
.footer {
  color: #000;
  line-height: 1.4;
  max-width: 1920px;
  margin: 0 auto;
}
.footer .footer-container {
  padding: 30px 0;
  background-color: #993399;
}
.footer .footer-container .footer-info .title {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.footer .footer-container .footer-info .logo {
  width: 212px;
  margin: 20px 0 0;
}
.footer .footer-container .footer-info .info .fa {
  width: 15px;
  text-align: center;
  margin: 0 5px 0 0;
  font-size: 15px;
  color: #cc33cc;
}
.footer .footer-container .footer-info .links {
  margin: 0;
  padding: 0;
}
.footer .footer-container .footer-info .links li {
  display: block;
  margin: 0 0 5px;
}
.footer .footer-container .footer-info .links li a {
  color: #ffffff;
  display: block;
}
.footer .footer-container .footer-info .links li a .fa {
  margin-right: 5px;
  color: #cc33cc;
}
.footer .footer-copyright {
  padding: 15px;
  background-color: #cc33cc;
}
.footer .footer-copyright .copyright {
  line-height: 1;
  margin: 0;
  padding: 8px 0 0;
}
.footer .footer-copyright .social {
  float: right;
  margin: 0;
  padding: 0;
}
.footer .footer-copyright .social li {
  display: inline-block;
}
.footer .footer-copyright .social li a {
  display: block;
  padding: 10px;
  border: 1px solid #ffffff;
  color: #ffffff;
  width: 33px;
  height: 35px;
  line-height: 1;
  text-align: center;
  margin-left: 2px;
}
.footer .footer-copyright .social li a:hover {
  background-color: #cc33cc;
}

@media only screen and (max-width: 1200px) {
  .footer .container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer-container {
    padding: 15px 0;
  }
  .footer .footer-container .footer-info {
    margin: 0 0 15px;
    text-align: center;
  }
  .footer .footer-container .footer-info .links li a .fa {
    margin-right: 10px;
    color: #fc0;
    font-size: 34px;
  }
}
@media only screen and (max-width: 550px) {
  .footer .footer-copyright .col-xs {
    float: none;
    width: 100%;
    text-align: center;
  }
  .footer .footer-copyright .copyright {
    margin: 0 0 15px;
  }
  .footer .footer-copyright .social {
    float: none;
    display: inline-block;
  }
}
