/* Sticky footer
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  margin-bottom: 230px; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 230px;
  padding: 20px 0 0;
  background: #000;
  color: #fff;
  line-height: 22px; }
  .footer a {
    color: #fff;
    line-height: 22px;
    font-size: 14px; }
  .footer span.icon-logo {
    color: #fff; }
  .footer h4 {
    border-bottom-color: #ccc; }
  .footer .social {
    font-size: 20px;
    margin: 0 2px; }

@media (max-width: 768px) {
  body {
    margin-bottom: 0; } }

/*# sourceMappingURL=sticky-footer.css.map */
