/*
  HIDESHARE CSS
*/
.hideshare-wrap {
  margin: 0 auto;
  text-align: center;
  position: relative;

  width: 34px !important;
  height: 34px !important;
}
.hideshare-wrap .hideshare-list {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;

  height: 38px;
  background: #036;
  opacity: 0.8;

  width: 175px !important;
  top: 27px !important;
  bottom: -27px !important;
  left: -160px !important;
}
.hideshare-wrap li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px 5px 0;
}
.hideshare-wrap span {
  display: none;
}
/*
  Example CSS
*/

.hideshare-wrap img {
  margin: 0 auto 5em;
  width: 200px;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #444;
}
.hideshare-wrap a {
  text-decoration: none;
  display: inline-block;
}
.hideshare-wrap a:hover {
  opacity: 1;
  color: #FFF;
  background-color: #036;
}
.hideshare-wrap .share {
  display: block;
  width: 200px;
  margin: 0 auto;
  background: #dedede;
  color: #232323;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 1em 0;
  border: 1px solid #444;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}
.hideshare-wrap .share:hover {
  background: #ffffff;
}
.hideshare-wrap .hideshare-list a {
  color: #dedede;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.hideshare-wrap .hideshare-list a:hover {
  color: #ffffff;
}

