.footer-dark {
  padding: 50px 0 20px 0;
  color: #ffffff;
  background-color: #262626;
}

.footer-dark a {
  color: #b3d1ff;
  text-decoration: none;
  transition: color .3s;
}

.footer-dark a:hover {
  text-decoration: none;
  color: #6da6ff;
  transition: color .3s;
}

.footer-dark .links {
  font-size: 20px;
  margin-top: 10px;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 20px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 2.2;
  font-size: 16px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 10px;
  }
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  color: rgba(255,255,255,0.6);
  font-size: 18px;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .footer-dark .item.social {
    margin-top: 0;
  }
}

.footer-dark .item.social > a {
  font-size: 23px !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px;
  color: #fff;
  background-color: rgb(119,77,0);
  -webkit-transition: all 0.3s, -webkit-transform 0.3s;
  transition: all 0.3s, transform 0.3s;
}

.footer-dark .item.social > a:hover {
  box-shadow: 0px 0px 10px rgb(17,17,17);
  -webkit-transition: all 0.3s, -webkit-transform 0.3s;
  transition: all 0.3s, transform 0.3s;
}

.footer-dark .copyright {
  text-align: center;
  color: gray;
  padding-top: 24px;
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: .5px;
}

.footer-dark .table-responsive {
  font-size: 16px;
  width: 240px;
}

#btop-but:before {
  position: absolute;
  content: "";
  background: rgb(0,0,0);
  width: 25px;
  height: 25px;
  top: 2px;
  right: 2px;
  z-index: -1;
}

#btop-but {
  position: fixed;
  bottom: 2px;
  right: 5px;
  font-size: 34px;
  line-height: 30px;
  height: 35px;
  z-index: 9999;
  transition: all .3s;
  opacity: .5;
}

#btop-but a {
  color: #6ab7fc !important;
}

