#footer {
  background: #222;
  padding: 50px;
}
#footer .footer_box {
  width: 80%;
  margin: 0 auto;
}
#footer .footer_box h2 {
  font-family: sans-serif;
  font-weight: lighter;
  color: #ffffff;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
#footer .footer_box h2:after {
  margin-top: 7px;
  height: 3px;
  display: block;
  width: 50px;
  position: absolute;
  background: #C9E6CA;
  content: '';
}
#footer ul {
  margin-top: 15px;
}
#footer ul li {
  margin-left: 20px;
  font-size: 15px;
  margin: 8px;
  padding-top: 8px;
  font-family: sans-serif;
  font-weight: lighter;
  list-style: square;
  color: #ffffff;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}
#footer ul li:hover {
  color: #C9E6CA;
}
#footer img {
  width: 25px;
  height: 25px;
  float: left;
  margin-top: 15px;
}
#footer p {
  padding-top: 15px;
  margin-left: 35px;
  color: #ffffff;
  font-size: 15px;
  font-family: sans-serif;
  font-weight: lighter;
  line-height: 25px;
}
#footer .social {
  margin-top: 15px;
}
#footer .social .icon {
  margin: 5px;
  display: inline-block;
  background: #666;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#footer .social .icon img {
  margin: 10 8 auto;
  width: 25px;
  padding: 3px;
  height: 25px;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}
#footer .social .icon img:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.footer_bootom {
        width: 100%;
        float: left;
  border-top: 1px solid #205648;
  background: #222;
}
.footer_bootom .left {
  float: left;
  font-size: 13px;
  font-family: sans-serif;
  font-weight: lighter;
  line-height: 25px;
  color: #ffffff;
        padding-top: 20px;
}
.footer_bootom .left a {
  color: #C9E6CA;
}
.footer_bootom .right {
  text-align: center;
  font-size: 13px;
  font-family: sans-serif;
  font-weight: lighter;
  line-height: 25px;
         padding-top: 20px;
  color: #ffffff;
}
.footer_bootom .right a {
  color: #C9E6CA;
}
