body #uptocall-mini {
  position: fixed;
  bottom: 20px;
  left: 10px;
  cursor: pointer;
  z-index: 10; }
  body #uptocall-mini .uptocall-mini-phone {
    border-radius: 20% !important;
    background-clip: padding-box;
    background-color: #e66000;
    width: 70px;
    height: 70px;
    animation: uptocallmini 1.5s 0s ease-out infinite; }
    body #uptocall-mini .uptocall-mini-phone:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: url("../image/mini.png");
      background-repeat: no-repeat;
      background-position: center center;
      animation: uptocallphone 1.5s linear infinite; }
@keyframes uptocallphone {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(30deg); }
  50% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(-30deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes uptocallmini {
  0% {
    box-shadow: 0 0 8px 6px rgba(230, 96, 0, 0.47), 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 0 rgba(230, 96, 0, 0.5); }
  10% {
    box-shadow: 0 0 8px 6px rgba(230, 96, 0, 0.3), 0 0 12px 10px rgba(255, 255, 255, 0), 0 0 12px 14px rgba(230, 96, 0, 0.31); }
  100% {
    box-shadow: 0 0 8px 6px rgba(230, 96, 0, 0), 0 0 0 40px rgba(255, 255, 255, 0), 0 0 0 40px rgba(230, 96, 0, 0); }
  /*
  0% {
    box-shadow: 0 0 8px 6px rgba(98, 34, 153, 0.47), 0 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px 0px rgba(65, 31, 73, 0.5);
  }
  10% {
    box-shadow: 0 0 8px 6px rgba(69, 30, 85, 0.3), 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px rgba(73, 25, 92, 0.31);
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(165, 93, 171, 0), 0 0 0px 40px rgba(0, 0, 0, 0), 0 0 0px 40px rgba(76, 40, 99, 0);
  }
  */ }
body #back-top {
  position: fixed;
  right: 20px;
  bottom: 5px;
  z-index: 1000;
  background: #e66000; }
@media (max-width: 991px) {
body #back-top > a { display: none; }
}

  body #back-top span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    border-radius: 2px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    border: none; }
    body #back-top span:before {
      color: #fff;
      content: "\e648";
      font-size: 30px;
      padding: 0px 15px; }
  body #back-top:hover {
    opacity: .5; }
  body #back-top a:focus {
    text-decoration: none; }

/*# sourceMappingURL=bt20170223.css.map */
