/* =Footer
-------------------------------------------------------------- */
body {
  margin-top: 57px;
}
body footer p, body footer h1, body footer h2, body footer h3, body footer h4, body footer h5, body footer h6,
body footer a, body footer a:hover, body footer button {
  font-family: 'Work Sans', sans-serif;
}
body header ul, body footer ul {
  margin: 0;
  padding: 0;
}
body header li, body footer li {
  list-style: none;
}
footer {
  background: linear-gradient(180deg, #1C1F28 0%, #21242F 100%);
  width: 100%;
  float: left;
}
.full-border {
  background: #FFF;
  height: 2px;
  opacity: 0.1;
  width: 100%;
}
.top-footer {
  margin-top: 60px;
  display: inline-block;
  width: 100%;
}
.top-footer h4 {
  font-size: 20px;
  color: #FFF;
  font-weight: 300;  
  margin-bottom: 8px;
}
.top-footer p {
  color: #FFF;
  opacity: .8;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 55px;
}
.demo-button {
  font-size: 14px;
  color: #FFF;
  font-weight: 400;
  border-radius: 4px;
  border: none;
  padding: 12px 30px;
  float: right;
  background: #F16631;
  transition: all .3s ease;
  box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);
}
.demo-button:hover {
  background: #FF7946;
  box-shadow: none;
  transform: translate(0, 1px);
}
.footer-column {
  width: 250px;
  float: left;
  margin: 20px 40px 30px 0;
}
.last-footer-column {
  margin-right: 0;
}
.footer-column h5 {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  margin: 40px 0 15px;
}
.footer-column p {
  margin-bottom: 8px;
}
.footer-column p a {
  font-size: 14px;
  color: #989DAD;
  font-weight: 300;
  opacity: .9;
}
.footer-column p a:hover {
  color: #FFF;
}
.footer-logo {
  margin-bottom: 40px;
}
.footer-logo img {
  margin: 40px auto 20px;
  display: table;
} 
.footer-logo p {
  text-align: center;
  color: #FFF;
  font-weight: 300;
  font-size: 13px;
  opacity: .8;
}
.footer-bottom-links {
  float: left;
  margin-bottom: 40px;
}
.footer-bottom-links ul li {
  float: left;
  margin-right: 20px;
}
.footer-bottom-links ul li a, .copy-right-text p {
  color: #FFF;
  font-weight: 300;
  font-size: 13px;
  opacity: .5;
}
.footer-social-icons ul li {
  float: left;
  margin-right: 20px;
}
.footer-social-icons ul li:last-child {
  margin: 0;
}
.footer-social-icons ul {
  margin: auto;
  display: table;
}
.copy-right-text {
  text-align: right;
}


@media (max-width: 1500px) {
  .footer-links .footer-column {
    width: 183px;
  }
  .footer-links .footer-column:nth-child(3n) {
    width: 215px;
  }
  .footer-column p a {
    font-size: 13px;
  }
}