.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container:after,
.container-fluid:after,
.row:after,
.container-fluid:after {
  clear: both;
}
.social-share {
  margin: 30px auto;
  padding: 3px 0;
  display: block;
  text-align: center;
  max-width: 240px;
}
.social-share .seperator {
  display: none;
}
.social-share .btn {
  margin-top: -2px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.social-share .btn > i {
  padding-right: 5px;
}
.social-share .btn.btn-secondary i {
  font-family: 'ehealthsocialmedia';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
.social-share .btn.btn-secondary i:before {
  content: "s";
}
.social-share .btn.btn-tertiary i {
  font-family: 'ehealthsymbols';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  position: relative;
  top: -2px;
}
.social-share .btn.btn-tertiary i:before {
  content: "x";
}
.social-share .print {
  display: none;
}
.social-share .show {
  display: block !important;
}
.social-share .hide {
  display: none !important;
}
.social-share-icons {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  z-index: 2;
  display: none;
  list-style: none;
  background: #f0fbff;
  border: solid #c4efff 1px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.social-share-icons li {
  display: inline-block;
}
.social-share-icons .icon {
  font-size: 35px;
  line-height: 46px;
  width: 46px;
  height: 46px;
  display: inline-block;
}
.social-share-icons .icon:hover,
.social-share-icons .icon:active,
.social-share-icons .icon:focus {
  text-decoration: none;
}
.social-share-icons .icon-social-facebook {
  color: #3b5998;
}
.social-share-icons .icon-social-twitter {
  color: #55acee;
}
.social-share-icons .icon-social-linkedin {
  color: #4875b4;
}
.social-share-icons .icon-social-googleplus {
  color: #c63d2d;
}
.social-share-icons .icon-social-envelope {
  color: #868686;
}
@media (min-width: 768px) {
  .social-share {
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: -70px;
    padding: 3px 0;
    width: 46px;
    display: inline-block;
    position: fixed;
    border: solid #efefef 1px;
    background: #f6f6f6;
  }
  .social-share .seperator {
    margin: 0 5px;
    display: block;
    border-top: 1px solid #cccccc;
  }
  .social-share .social-share-icons {
    display: inline-block;
    background: none;
    border: none;
  }
  .social-share .social-share-icons .icon {
    font-size: 30px;
  }
  .social-share .btn {
    display: none;
  }
  .social-share .icon-social-facebook {
    color: rgba(59, 89, 152, 0.3);
  }
  .social-share .icon-social-facebook:hover {
    color: #3b5998;
  }
  .social-share .icon-social-facebook:active {
    color: #ffffff;
    background: #3b5998;
  }
  .social-share .icon-social-twitter {
    color: rgba(85, 172, 238, 0.3);
  }
  .social-share .icon-social-twitter:hover {
    color: #55acee;
  }
  .social-share .icon-social-twitter:active {
    color: #ffffff;
    background: #55acee;
  }
  .social-share .icon-social-linkedin {
    color: rgba(72, 117, 180, 0.3);
  }
  .social-share .icon-social-linkedin:hover {
    color: #4875b4;
  }
  .social-share .icon-social-linkedin:active {
    color: #ffffff;
    background: #4875b4;
  }
  .social-share .icon-social-googleplus {
    color: rgba(198, 61, 45, 0.3);
  }
  .social-share .icon-social-googleplus:hover {
    color: #c63d2d;
  }
  .social-share .icon-social-googleplus:active {
    color: #ffffff;
    background: #c63d2d;
  }
  .social-share .icon-social-envelope {
    color: rgba(134, 134, 134, 0.3);
  }
  .social-share .icon-social-envelope:hover {
    color: #868686;
  }
  .social-share .icon-social-envelope:active {
    color: #ffffff;
    background: #868686;
  }
  .social-share .print {
    display: block;
  }
  .social-share .icon-social-print {
    color: rgba(134, 134, 134, 0.3);
    cursor: pointer;
  }
  .social-share .icon-social-print:hover {
    color: #868686;
  }
  .social-share .icon-social-print:active {
    color: #ffffff;
    background: #868686;
  }
}
@media (min-width: 1025px) {
  .social-share {
    margin-left: -70px;
  }
  .social-share .seperator {
    margin: 0 5px;
    display: block;
    border-top: 1px solid #cccccc;
  }
}
