#myFooter {
  color: #fff;
  padding-top: 30px;
  box-shadow: none;
  margin-top: calc(25px + 2.5vw);
  border-top: solid 10px #930000;
}

#myFooter p {
  text-align: center;
}

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

#myFooter li {
  margin: 7px 0;
}

#myFooter ul {
  font-size: 18px;
  list-style-type: none;
  line-height: 1.4;
}

@media (min-width: 992px) {
  #myFooter ul {
    font-size: 18px;
  }
}

#myFooter h2, .h2 {
  font-size: 24px;
}

#myFooter h3, .h3 {
  font-size: 22px;
}

#myFooter h3 {
  font-size: 20px;
  color: #ff0000;
  font-weight: bold;
}

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

#myFooter .phone-number a {
  font-size: 22px;
  color: #ffffff;
}

#myFooter .phone-number a:hover {
  color: #ffffff;
}

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

#myFooter .social-networks a {
  font-size: 32px;
  color: #e0e0e0;
  margin: 0 10px;
  transition: 0.2s;
}

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

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

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

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

#myFooter .btn {
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  color: #fff;
  background-color: #ff0000;
  border: none;
}

#myFooter .btn:hover, #myFooter .btn:focus {
  color: #fff;
  background-color: #c80000;
  transition: all .3s;
}

#myFooter .ratings {
  padding: 0;
}

#myFooter .ratings a {
  font-size: 18px;
  padding: 0;
}

#myFooter .footer-copyright p {
  font-size: 14px;
  margin-bottom: 0;
}

#myFooter .footer-copyright {
  background-color: rgb(20,20,20);
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

/* Back to top button */

#btop-but: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-but {
  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-but:hover {
    opacity: 1;
    transition: all .3s;
  }
}

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

