.facebook-bottom {
    position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
    box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.12);
  background-color: white;
}

.facebook-bottom-inner {
  height:40px;
  margin: 3px;
  background: rgb(89,118,175); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(89,118,175,1) 0%, rgba(66,89,155,1) 48%, rgba(39,76,150,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,118,175,1)), color-stop(48%,rgba(66,89,155,1)), color-stop(100%,rgba(39,76,150,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(89,118,175,1) 0%,rgba(66,89,155,1) 48%,rgba(39,76,150,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(89,118,175,1) 0%,rgba(66,89,155,1) 48%,rgba(39,76,150,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(89,118,175,1) 0%,rgba(66,89,155,1) 48%,rgba(39,76,150,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(89,118,175,1) 0%,rgba(66,89,155,1) 48%,rgba(39,76,150,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5976af', endColorstr='#274c96',GradientType=0 ); /* IE6-9 */
  border:1px solid #525252;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px
}

.facebook-bottom a {
  display:block;
  position:relative;
    padding-top: 10px;
    padding-bottom: 10px;
  color: white !important;
  font-size: 22px;
  font-weight: bold;
}

.facebook-bottom a span {
  position:absolute;
  width:300px;
  height:23px;
  top:3px;
  left:50%;
  margin-left:-108px;
}

.facebook-bottom a span i {
  margin-right: 10px;
}

#facebook-bottom-3 {
  display: none;
}

@media only screen and (min-width: 480px) {
  #facebook-bottom-2 {
    display: none;
  }
}