



.twitter {
  font: normal normal 10px Arial;
  text-align: center;
  color: #998578;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.twitter {
  color: #252525;
  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 */

.f2l-f2l {
  background: #0078c7;
  border-top-left-radius:30px;
  border-bottom-left-radius:30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 10px 7px 15px;
  width: 190px;
  position: fixed;
  right: -100px;
  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;
}

.f2a1 {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
}


.f2a {
  font-size: 30px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
}


.f2l-f2l:hover {
  right: 0;
}

.f2l-f2l a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  line-height: 43px!important;
  vertical-align: top!important;
}

.float2-fb {
  top: 260px;
}

