.footer-basic {
  padding:20px 0;
  background-color:#ffffff;
  color:#4b4c4d;
}

.footer-basic li {
  padding:0 10px;
}

.footer-basic ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .social {
  text-align:center;
  padding-bottom:25px;
}

.footer-basic .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 8px;
  color:inherit;
  opacity:0.75;
}

.footer-basic .social > a:hover {
  opacity:0.9;
}

.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:#aaa;
  margin-bottom:0;
}

#footer {
  background:-moz-linear-gradient(45deg, rgba(249,227,203,1) 0%, rgba(239,111,48,1) 100%);
  background:-webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(249,227,203,1)), color-stop(100%, rgba(239,111,48,1)));
  background:-webkit-linear-gradient(45deg, rgba(249,227,203,1) 0%, rgba(239,111,48,1) 100%);
  background:-o-linear-gradient(45deg, rgba(249,227,203,1) 0%, rgba(239,111,48,1) 100%);
  background:-ms-linear-gradient(45deg, rgba(249,227,203,1) 0%, rgba(239,111,48,1) 100%);
  background:linear-gradient(45deg, rgba(249,227,203,1) 0%, rgba(239,111,48,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef6f30', endColorstr='#f9e3cb',GradientType=1 );
  padding-top:10px;
  padding-bottom:10px;
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:13px;
  line-height:1.6;
  margin-bottom:0;
  color:rgb(47,46,46);
}

.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:12px;
  color:rgb(47,46,46);
  margin-bottom:0;
}

