.footer {
  width: 960px;
  margin: 0 auto;
  /*background-color: #7F9D9B;*/
  background-color: #82A5B3;
  color: #DADAD0;
  text-align: left;
}

.footer a {
  color: #DADAD0;
  text-decoration: underline;
}

.footer a:hover {
  color: #fff;
}

.footer .footer-columns {
  display: table;
  width: 100%;
}

.footer-columns > .column {
  display: table-cell;
  width: 25%;
  padding: 0 10px 0 0;
  font-size: 12px;
}

.footer h3 {
  font-size: 12px;
  /*color: #F3E79F;*/
  color: white;
  /*text-transform: uppercase;*/
  font-weight: normal;
}


/* Социальные сети */

ul.social-links {
  list-style-type: none;
  padding-left: 0;
}

ul.social-links > li {
  display: inline-block;
}

ul.social-links > li > a {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: top left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

ul.social-links > li > a.twitter {
  background-image: url(/socials/twitter.png);
}

ul.social-links > li > a.slideshare {
  background-image: url(/socials/slideshare.png);
  width: 34px;
  height: 32px;
}

ul.social-links > li > a.youtube {
  background-image: url(/socials/youtube.png);
  width: 37px;
  height: 32px;
}

ul.social-links > li > a.facebook {
  background-image: url(/socials/facebook.png);
}

ul.social-links > li > a.instagram {
  background-image: url(/socials/132px-Instagram_logo_2016.svg.png);
  background-size: contain;
}