.fm_social_share_buttons {
  overflow: hidden; }

.fm_social_share_buttons-button {
  box-sizing: border-box;
  display: block;
  /*float: left;*/
  height: 34px;
  line-height: 34px;
  padding: 0 10px 0 33px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  border-width: 0;
  /*margin-left: 10px;*/
  color: #ffffff;
  border-bottom: solid 2px rgba(0, 0, 0, 0.15) !important;
  font-size: 14px;
  position: relative;
  font-family: sans-serif;
  /*width: 25%;*/
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  overflow: hidden;
  width: auto;
  margin-left: 10px;
  float: left; }
  @media screen and (min-width: 850px) {
    .fm_social_share_buttons-button {
      margin-top: 0;
      width: auto;
      min-width: 145px; } }
  .fm_social_share_buttons-button:first-child {
    margin-left: 0;
    margin-top: 0; }
  .fm_social_share_buttons-button:hover, .fm_social_share_buttons-button:active, .fm_social_share_buttons-button:focus {
    color: #ffffff; }
  .fm_social_share_buttons-button:hover {
    border-bottom-width: 0px !important;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15); }
  .fm_social_share_buttons-button:active {
    bottom: -1px; }
  .fm_social_share_buttons-button .fm_social_share_button-ico {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    background-image: url(../img/bg-fm_social_share_button-ico.png);
    background-repeat: no-repeat;
    /*border-right: solid 1px rgba(0, 0, 0, .1);*/ }
  .fm_social_share_buttons-button strong {
    margin-left: 10px;
    float: right; }
  .fm_social_share_buttons-button em {
    display: none;
    font-style: normal !important; }
    @media screen and (min-width: 850px) {
      .fm_social_share_buttons-button em {
        display: inline; } }

.fm_social_share_buttons-button--facebook {
  background-color: #3b5998; }
  .fm_social_share_buttons-button--facebook .fm_social_share_button-ico {
    background-position: top left; }

.fm_social_share_buttons-button--twitter {
  background-color: #55acee; }
  .fm_social_share_buttons-button--twitter .fm_social_share_button-ico {
    background-position: -32px top; }

.fm_social_share_buttons-button--google {
  background-color: #dd4b39; }
  .fm_social_share_buttons-button--google .fm_social_share_button-ico {
    background-position: -64px top; }

.fm_social_share_buttons-button--linkedin {
  background-color: #0077b5; }
  .fm_social_share_buttons-button--linkedin .fm_social_share_button-ico {
    background-position: top right; }

/*# sourceMappingURL=style.css.map */
