/* IEFP SHARETHIS */
.iefpsharethis {
  position: fixed;
  right: 0;
  top: 30%;
  background: #EFEFEF;
  z-index: 1000;
  border: 1px solid #bbb;
  border-right: none;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1); }

.iefpsharethis a {
  width: 40px;
  height: 40px;
  display: block;
  background: url(/Content/img/sharethissprites.png) no-repeat; }

.iefpsharethis a ~ a {
  border-top: 1px solid #bbb; }

.iefpsharethis a.fb {
  background-position: 0 0; }

.iefpsharethis a.twitter {
  background-position: -40px 0; }

.iefpsharethis a.in {
  background-position: -80px 0; }

.iefpsharethis a.gplus {
  background-position: -120px 0; }

.iefpsharethis a.email {
  background-position: -160px 0; }

.iefpsharethis a.fb:hover {
  background-position: 0 -40px; }

.iefpsharethis a.twitter:hover {
  background-position: -40px -40px; }

.iefpsharethis a.in:hover {
  background-position: -80px -40px; }

.iefpsharethis a.gplus:hover {
  background-position: -120px -40px; }

.iefpsharethis a.email:hover {
  background-position: -160px -40px; }