footer a,
footer li,
footer p {
  font-size: 12px;
  line-height: 18px;
  color: #545454;
}
footer a {
  line-height: 28px;
}
footer a:hover {
  color: #BDCE1C;
}
footer .footer-content {
  background: #004990;
}
footer .footer-content .footer-bottom-wrapper {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  footer .footer-content .footer-bottom-wrapper {
    justify-content: space-between;
    flex-direction: column;
    padding: 15px 0;
    height: 180px;
  }
}
footer .footer-content .footer-bottom-wrapper .footer-social-media {
  flex: 0 0 20%;
}
@media only screen and (max-width: 992px) {
  footer .footer-content .footer-bottom-wrapper .footer-social-media {
    flex: 0;
  }
}
footer .footer-content .footer-bottom-wrapper .footer-social-media a {
  padding: 5px;
  border: 1px solid white;
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
footer .footer-content .footer-bottom-wrapper .footer-social-media a i {
  font-size: 14px;
  display: block;
}
footer .footer-content .footer-bottom-wrapper .footer-bottom-links {
  flex: 0 0 40%;
}
@media only screen and (max-width: 992px) {
  footer .footer-content .footer-bottom-wrapper .footer-bottom-links {
    flex: 0;
  }
}
footer .footer-content .footer-bottom-wrapper .footer-bottom-links a {
  color: white;
  margin-right: 15px;
}
footer .footer-content .footer-bottom-wrapper .footer-adress {
  flex: 0 0 40%;
}
@media only screen and (max-width: 992px) {
  footer .footer-content .footer-bottom-wrapper .footer-adress {
    flex: 0;
  }
}
footer .footer-content .footer-bottom-wrapper .footer-adress {
  color: white;
  font-size: 10pt;
  text-align: right;
}
footer .footer-content .block {
  flex: 1;
}
footer .footer-content .block ul.menu {
  margin-left: 0;
}
footer .footer-content .block p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
footer .footer-content .block:last-child {
  justify-content: flex-end;
}
footer .footer-top {
  width: 100%;
  border-top: 2px solid #004990;
  background: white;
}
footer .footer-top .footer-top-wrapper {
  display: flex;
  align-items: center;
  height: 180px;
  background: url("/sites/babalik.sabanciuniv.edu/themes/custom/babalik/images/20yil-bglast.png");
  background-repeat: no-repeat;
  background-position: right;
}
@media only screen and (max-width: 992px) {
  footer .footer-top .footer-top-wrapper {
    flex-direction: column;
    height: 300px;
  }
}
footer .footer-top .footer-top-wrapper .footer-logo-left {
  width: 200px;
  margin-right: 30px;
}
footer .footer-top p {
  font-size: 23px;
  line-height: 34px;
  font-weight: 300;
  color: #fff;
}
footer .footer-top a {
  display: flex;
  align-items: center;
}

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