
.footer-page{
  background: url("../images/footer.png") center no-repeat;
  height: 240px;
}

.sub-footer{
  height: 95px;
  background: rgba(0, 0, 0, 0.8);
  border-top: 1px solid #bf8e2e;
}

.sub-footer .main-container{
  text-align: center;
  line-height: 95px;
}

.sub-footer .main-container p:first-child {
  color: #666666;
}

.sub-footer .main-container p:last-child {
  color: #999999;
}
