.text {
  margin: 0 60px;
}

.twitter {
  font-size: 13px;
  text-align: center;
  color: #998578;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.twitter {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 14px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.twitter:hover {
  color: #FF7D6D;
  text-decoration: none;
}

img {
  max-width: 100%;
}
/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 2px;
  width: 190px;
  position: fixed;
  right: -150px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  border:2px solid #fdc900;
}

.fl-fl >.fa {
  font-size: 25px;
  color: #051829;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;  
}
.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #051829 !important;
  text-decoration: none;
  text-align: center;
  line-height: 40px!important;
  vertical-align: top!important;
}

.float-fb {
  top: 30%;
}

.float-tw {
  top: 40%;
}

.float-gp {
  top:50%;
}

.float-rs {
  top: 60%;
}

.float-ig {
  top: 75%;
}

.float-pn {
  top: 435px;
}
/* Floating Social Media Bar Style Ends Here */
