/* line 1, ../sass/footer.scss */
footer {
  float: left;
  width: 100%;
  background-color: #f7f7f7 !important;
  background: url("../images/bg-footer.png") 50% no-repeat;
  background-position: bottom right;
  padding: 100px 0 50px 0;
}
/* line 10, ../sass/footer.scss */
footer .links ul li {
  margin: 10px 0;
}
/* line 12, ../sass/footer.scss */
footer .links ul li h4 {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  font-size: 16px;
}
/* line 18, ../sass/footer.scss */
footer .links ul li a {
  color: #000000;
  font-size: 14px;
}
/* line 26, ../sass/footer.scss */
footer .bottom ul {
  margin: 0;
  padding: 0;
}
/* line 29, ../sass/footer.scss */
footer .bottom ul li {
  display: inline-block;
}
/* line 31, ../sass/footer.scss */
footer .bottom ul li button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #9c9ea1;
  color: #9c9ea1;
  background-color: transparent;
  font-size: 20px;
}
/* line 40, ../sass/footer.scss */
footer .bottom ul li button:hover {
  background-color: #9c9ea1;
  color: #ffffff;
  transition: 0.3s;
}
/* line 47, ../sass/footer.scss */
footer .bottom p {
  text-align: left;
  font-size: 14px;
  color: #9c9ea1;
  text-transform: uppercase;
  font-weight: lighter;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  /* line 59, ../sass/footer.scss */
  footer {
    padding: 30px 90px 50px 0;
    background: url('../images/bg-footer-mobile.png') no-repeat;
    background-position: right bottom;
  }
  /* line 61, ../sass/footer.scss */
  footer .links {
    display: none;
  }
}
