#maFooter {
  background-color: #212529;
  font-size: 17px;
  text-align: center;
  padding-top: 30px;
  border-top: solid 10px #0a2dbe;
}

@media (min-width: 768px) {
  #maFooter {
    padding-top: 40px;
  }
}

#maFooter p {
  font-family: 'Roboto Condensed';
  text-align: center;
  font-size: 18px;
  color: #fff;
}

#maFooter .small, small {
  font-size: 14px;
}

#maFooter .phone {
  font-size: 26px;
}

@media (min-width: 576px) {
  #maFooter .phone {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  #maFooter .phone {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  #maFooter .phone {
    font-size: 26px;
  }
}

#maFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.3;
}

#maFooter li {
  margin-bottom: 10px;
}

#maFooter a {
  color: #c3c3c3;
  text-decoration: none;
  transition: all .3s;
}

#maFooter a:hover, #maFooter a:focus {
  text-decoration: none;
  color: #5aa0ff;
  transition: all .3s;
}

#maFooter .social-networks a {
  font-size: 28px;
  color: #fff;
  padding: 0 8px;
  transition: 0.3s ease-in-out;
}

.social-networks-footer {
  height: 32px;
}

#maFooter .social-networks a:hover {
  text-decoration: none;
}

#maFooter .facebook:hover {
  color: #007bff;
}

#maFooter .youtube:hover {
  color: #ff0000;
}

#maFooter .instagram:hover {
  color: #ff00e6;
}

#maFooter .footer-copyright {
  background-color: #0c0c0c;
  text-align: center;
}

#maFooter .footer-copyright p {
  margin: 5px;
  color: #8e8e8e;
  font-size: 14px;
}

/* Back To Top Button */

#btop-but:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 41px;
  height: 39px;
  top: 2px;
  left: 2px;
  border-radius: 4px;
  z-index: -1;
  box-shadow: 0 0 5px 2px #000;
}

#btop-but {
  position: fixed;
  bottom: 0;
  right: 7px;
  font-size: 44px;
  line-height: 30px;
  height: 52px;
  z-index: 9999;
  transition: all .3s;
  text-shadow: none;
  opacity: .6;
}

@media (hover: hover) and (pointer: fine) {
  #btop-but:hover {
    opacity: 1;
    transition: all .3s;
  }
}

#btop-but a {
  color: #0a2dbe !important;
}

