﻿/* container */

#share {
    width: 100%;
}

/* buttons */

#share a {
    width: 50px;
      height: 50px;
      display: inline-block;
      margin: 7px;
      border-radius: 50%;
      font-size: 24px;
      color: #fff;
    opacity: 1;
    transition: opacity 0.15s linear;
    text-align:center;
}

#share a:hover {
    opacity: 0.9;
}

/* icons */

#share i {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      color: #fff;
}

/* colors */

.facebook {
     background: #3b5998;
}

.twitter {
      background: #55acee;
}

.googleplus {
      background: #dd4b39;
}

.linkedin {
      background: #0077b5;
}

.email {
      background: #cb2027;
}/* container */

#share {
    width: 100%;
}

/* buttons */

#share a {
    width: 40px;
      height: 40px;
      display: inline-block;
      margin: 7px;
      border-radius: 50%;
      font-size: 19px;
      color: #fff;
    opacity: 1;
    transition: opacity 0.15s linear;
    text-align:center;
}

#share a:hover {
    opacity: 0.9;
}

/* icons */

#share i {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      color: #fff;
}

/* colors */

.facebook {
     background: #3b5998;
}

.twitter {
      background: #55acee;
}

.googleplus {
      background: #dd4b39;
}

.linkedin {
      background: #0077b5;
}

.email {
      background: #cb2027;
}