.site-footer {
  background: #3b5167;
  background: -webkit-linear-gradient(top, #4a6278, #344b5e);
  background: linear-gradient(to bottom, #4a6278, #344b5e);
  border-top: 2px solid #1a2530;
  padding: 12px 0;
  margin-top: 10px;
}

.footer-wrap {
  overflow: hidden;
}

.footer-left {
  float: left;
  color: #b0c0cf;
  font-size: 11px;
}

.footer-right {
  float: right;
  color: #b0c0cf;
  font-size: 11px;
}

@media (max-width: 700px) {
  .footer-left,
  .footer-right {
    float: none;
    text-align: center;
    margin-bottom: 4px;
  }
}
