@import url(http://weloveiconfonts.com/api/?family=entypo);
/* entypo */
[class*="entypo-"]::before {
  font-family: 'entypo', sans-serif; }

* {
  box-sizing: border-box; }

.share {
  position: absolute;
  top: 50%;
  right: 1%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-top: -17px;
  margin-left: -70px;
  font-weight: 700;
  text-align: center; }
  .share span {
    font-weight: 400; }
  .share li {
    display: inline-block; }
    .share li a {
      display: block;
      width: 32px;
      color: #fff;
      text-decoration: none;
      padding: 6px 0;
      transition: .025s all ease-in-out; }
      .share li a:hover {
        transform: scale(1.1, 1.1); }
      .share li a:active {
        box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.025); }
    .share li.twitter a {
      background-color: #00aced;
      border-color: #0087ba; }
      .share li.twitter a:hover,
      .share li.twitter a:focus {
        background-color: #21c2ff;
        border-color: #00aced; }
      .share li.twitter a:active {
        background-color: #0087ba; }
    .share li.facebook a {
      background-color: #3b5998;
      border-color: #2d4373; }
      .share li.facebook a:hover,
      .share li.facebook a:focus {
        background-color: #4c70ba;
        border-color: #3b5998; }
      .share li.facebook a:active {
        background-color: #2d4373; }

.profile {
  text-align: center; }
  .profile li {
    display: inline-block; }
    .profile li a {
      display: block;
      width: 32px;
      text-decoration: none;
      padding: 6px 0;
      transition: .025s all ease-in-out; }
      .profile li a:hover {
        transform: scale(1.1, 1.1); }
      .profile li a:active {
        box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.025); }
    .profile li.twitter a {
      color: #00aced;
      background-color: transparent; }
      .profile li.twitter a:hover,
      .profile li.twitter a:focus {
        color: #21c2ff; }
    .profile li.facebook a {
      color: #3b5998;
      border-color: transparent; }
      .profile li.facebook a:hover,
      .profile li.facebook a:focus {
        color: #4c70ba; }
