.follow-box {
  background: #eee;
  float: right;
  font-size: 19px;
  margin: 91px 0 0;
  padding: 20px;
  z-index: 999;
  width: auto;
}

.follow-box .btn {
  background: #ff7c1b;
  border-radius: 0;
  margin: 0 3px;
  color: #fff;
  font-size: 20px;
}

.hideme {
    opacity: 0;
}

.loader {
    background: rgba(255,255,255,.90) url(../images/ajax-loader.gif) no-repeat center;
    position: absolute;
    height: 132px;
    margin-left: -20px;
    margin-top: -20px;
    width: 301px;
    z-index: 999999999;
}

.loader p {
    color: #8f8f8f;
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    margin-top: -35px;
    font-weight: bold;
}