#myFooter {
  background-color: #1e1e1e;
  color: #fff;
  font-size: 17px;
  text-align: center;
  padding-top: 30px;
}

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

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

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

#myFooter .phone {
  font-size: 28px;
}

@media (min-width: 992px) {
  #myFooter .phone {
    font-size: 23px;
  }
}

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

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

#myFooter li {
  margin-bottom: 13px;
}

#myFooter h2 {
  font-size: 21px;
}

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

#myFooter a:hover, #myFooter a:focus {
  text-decoration: none;
  color: #ff0000;
  transition: all .3s;
}

#myFooter .social-networks a {
  font-size: 34px;
  color: #f9f9f9;
  padding: 0 8px;
  transition: 0.3s;
}

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

#myFooter .facebook:hover {
  color: #0077e2;
}

#myFooter .google:hover {
  color: #ff0000;
}

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

#myFooter .contact-button {
  color: #fff;
  font-size: 24px !important;
  line-height: 1.2;
  padding: 8px 15px;
  border-radius: 25px;
  min-width: 203px;
}

#myFooter .footer-copyright {
  background-color: #141414;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

#myFooter .footer-copyright p {
  margin: 10px;
  color: #8f8f8f;
  font-size: 14px;
}

/* Back To Top Button */

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

#btop-btn {
  position: fixed;
  bottom: -4px;
  right: 7px;
  font-size: 40px;
  line-height: 38px;
  height: 54px;
  z-index: 9999;
  transition: all .3s;
  text-shadow: none;
  opacity: .7;
}

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

#btop-btn a {
  color: #bc0000 !important;
}

