.footer {
  position: relative;fa fa-twitter
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;/* 2 */
  -ms-text-size-adjust: 100%;/* 2 */
  -webkit-font-smoothing: antialiased !important;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
}
.footer .footer-wrapper {
    margin: 0 auto;
    max-width: 1000px;
    padding: 10px;
}
.footer-1 {
  background: #202020;
  padding: 25px 0;
  color: white;
}
.footer-1 a {
  color: #E47C3C;
  font-weight: bold;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 2px;
  text-decoration: none;
}
.footer-1 a:hover {
  border-bottom: 1px solid #E47C3C;
  text-decoration: none;
}

/* unvisited link */
.footer-2 a:link {
  background: #151515;
   color: #ABABAB;
  font-weight: bold;
}


/* visited link */
.footer-2 a:visited {
  background: #151515;
   color: #ABABAB;
  font-weight: bold;
}

/* mouse over link */
  background: #151515;
   color: #fff;
  font-weight: bold;
}

/* selected link */
.footer-2 a:active {
  background: #151515;
   color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .footer-1 {
    padding: 50px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer-1 {
    text-align: center;
  }
}
.footer-2 {
  background: #151515;
  padding: 25px 0;
  color: #ABABAB;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .footer-2 {
    padding: 50px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer-2 {
    text-align: center;
  }
}
.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 20px 0 0;
  margin-top: 0;
  text-align: center;
}
.social-links li {
  display: inline-block;
  margin-right: 10px;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links a {
  width: 44px;
  height: 44px;
  line-height: 40px;
  font-size: 20px;
  border: 2px solid #909090;
  color: #909090;
  border-radius: 50%;
  display: block;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.social-links a:hover {
  color: white;
  border-color: white;
}
@media screen and (min-width: 768px) {
  .social-links {
    margin-top: 20px;
    padding: 0;
  }
}
.mpglogos {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
}
.mpglogos li {
  display: inline-block;
  margin: 0 30px 34px 0;
}
.mpglogos li:first-child {
  display: block;
}
.mpglogos li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .mpglogos li {
    display: block;
    margin-right: 0;
  }
}
.mpglogos li a:hover {
  border: 0 !important;
}
.mpg-logo {
  width: 280px;
}
.mpgs-logo {
  width: 180px;
}
.mp-logo,
.rm-logo {
  width: 150px;
}
.exp-logo {
  width: 130px;
}