.bg-gray-c {
  background:#252525;
}
button.bg-gray-c:hover {
  background:#5e676f;
}
.footer {
  margin-top:50px;
  background: #333;
}
.tail-end {
  background:#f01663;
  color:#FFF;
  text-align:center;
  padding:5px 0px;
}
.footer-menu {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-menu p {
  color: #f01663;  
  font-weight:bold;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu li {
  width: auto!important;
  overflow: hidden!important;
  text-overflow: ellipsis!important;
  white-space: nowrap!important;
  padding-bottom: 6px !important;
}
.footer-menu li a {
  color: #FFF;
  text-decoration: none;
}
.footer-menu li a:hover {
  color: #f01663;
}