﻿@charset "utf-8";
.footer{
  min-height: 192px;
  background: #444444;
}

.footer .footer-logo{
  overflow: hidden;
}

.footer .footer-logo h4{
  font-size: 22px;
  color:#FFF;
  padding-left: 75px;
  background:url("../images/footer-logo.png") no-repeat left center;
}
.footer .footer-logo h4 span{
  font-size: 9px;
}
.footer .footer-link{}
.footer .footer-link p{
  text-align: center;
  font-size: 14px;
  color:#FFF;
}
.footer .footer-link p a{
  color:#FFF;
}