
.share-menu {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0; }

.share-box-inner {
  position: relative; }

.share-menu-toggle {
  display: none; }
  .share-menu-toggle + label {
    background-color: #333333;
    text-align: center;
    cursor: pointer;
    color: white;
    font-size: 20px;
    margin: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .share-menu-toggle + label:hover {
      background-color: black; }
  .share-menu-toggle:checked + label {
    background: white;
    color: #333333;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }

.share-box-unfold-down {
  position: fixed;
  top: 0px;
  left: 0px; }
  .share-box-unfold-down .share-menu {
    position: absolute;
    top: 100%;
    left: 0px; }
  .share-box-unfold-down .share-menu-item {
    float: left;
    overflow: hidden;
    -webkit-perspective: 200;
    -moz-perspective: 200;
    perspective: 200; }
    .share-box-unfold-down .share-menu-item:nth-child(1) a {
      -webkit-transition-delay: 0.6s;
      -moz-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .share-box-unfold-down .share-menu-item:nth-child(2) a {
      -webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .share-box-unfold-down .share-menu-item:nth-child(3) a {
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .share-box-unfold-down .share-menu-item:nth-child(4) a {
      -webkit-transition-delay: 0;
      -moz-transition-delay: 0;
      transition-delay: 0; }
    .share-box-unfold-down .share-menu-item a {
      display: block;
      line-height: 66px;
      min-width: 66px;
      text-align: center;
      color: white;
      font-size: 22px;
      text-decoration: none;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-transform: rotateX(-100deg);
      -moz-transform: rotateX(-100deg);
      -ms-transform: rotateX(-100deg);
      -o-transform: rotateX(-100deg);
      transform: rotateX(-100deg);
      -webkit-transform-origin: top center;
      -moz-transform-origin: top center;
      -ms-transform-origin: top center;
      -o-transform-origin: top center;
      transform-origin: top center; }
  .share-box-unfold-down .share-menu-toggle + label {
    width: 66px;
    line-height: 66px;
    font-size: 22px; }
  .share-box-unfold-down .share-menu-toggle:checked + label + ul li:nth-child(1) a {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0; }
  .share-box-unfold-down .share-menu-toggle:checked + label + ul li:nth-child(2) a {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .share-box-unfold-down .share-menu-toggle:checked + label + ul li:nth-child(3) a {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .share-box-unfold-down .share-menu-toggle:checked + label + ul li:nth-child(4) a {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .share-box-unfold-down .share-menu-toggle:checked + label + ul li a {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0); }

.share-box-slide-in {
  position: fixed;
  top: 15px;
  right: 15px; }
  .share-box-slide-in .share-menu-item {
    -webkit-transition: all 0.2s cubic-bezier(0.65, -0.375, 0.955, 0.305);
    -moz-transition: all 0.2s cubic-bezier(0.65, -0.375, 0.955, 0.305);
    transition: all 0.2s cubic-bezier(0.65, -0.375, 0.955, 0.305);
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(100px, 0);
    margin-bottom: 6px; }
    .share-box-slide-in .share-menu-item:nth-child(1) {
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .share-box-slide-in .share-menu-item:nth-child(2) {
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .share-box-slide-in .share-menu-item:nth-child(3) {
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .share-box-slide-in .share-menu-item:nth-child(4) {
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s; }
    .share-box-slide-in .share-menu-item a {
      display: block;
      line-height: 50px;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      text-align: center;
      color: white;
      font-size: 18px;
      text-decoration: none; }
  .share-box-slide-in .share-menu-toggle + label {
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: block;
    margin-bottom: 12px; }
  .share-box-slide-in .share-menu-toggle:checked + label + ul li {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.095, 0.64, 0.36, 1.365);
    -moz-transition-timing-function: cubic-bezier(0.095, 0.64, 0.36, 1.365);
    transition-timing-function: cubic-bezier(0.095, 0.64, 0.36, 1.365); }
    .share-box-slide-in .share-menu-toggle:checked + label + ul li:nth-child(1) {
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s; }
    .share-box-slide-in .share-menu-toggle:checked + label + ul li:nth-child(2) {
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .share-box-slide-in .share-menu-toggle:checked + label + ul li:nth-child(3) {
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .share-box-slide-in .share-menu-toggle:checked + label + ul li:nth-child(4) {
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      transition-delay: 0.3s; }

.share-box-unfold-left {
  position: fixed;
  right: 0px;
  bottom: 0px;
  height: 66px; }
  .share-box-unfold-left .share-menu-item {
    float: right;
    overflow: hidden;
    -webkit-perspective: 200;
    -moz-perspective: 200;
    perspective: 200; }
    .share-box-unfold-left .share-menu-item:nth-child(1) a {
      -webkit-transition-delay: 0.6s;
      -moz-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .share-box-unfold-left .share-menu-item:nth-child(2) a {
      -webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .share-box-unfold-left .share-menu-item:nth-child(3) a {
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .share-box-unfold-left .share-menu-item:nth-child(4) a {
      -webkit-transition-delay: 0;
      -moz-transition-delay: 0;
      transition-delay: 0; }
    .share-box-unfold-left .share-menu-item a {
      display: block;
      line-height: 66px;
      min-width: 66px;
      text-align: center;
      color: white;
      font-size: 22px;
      text-decoration: none;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-transform: rotateY(-100deg);
      -moz-transform: rotateY(-100deg);
      -ms-transform: rotateY(-100deg);
      -o-transform: rotateY(-100deg);
      transform: rotateY(-100deg);
      -webkit-transform-origin: center right;
      -moz-transform-origin: center right;
      -ms-transform-origin: center right;
      -o-transform-origin: center right;
      transform-origin: center right; }
  .share-box-unfold-left .share-menu-toggle + label {
    float: right;
    width: 66px;
    line-height: 66px;
    font-size: 22px; }
  .share-box-unfold-left .share-menu-toggle:checked + label + ul li:nth-child(1) a {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0; }
  .share-box-unfold-left .share-menu-toggle:checked + label + ul li:nth-child(2) a {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .share-box-unfold-left .share-menu-toggle:checked + label + ul li:nth-child(3) a {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .share-box-unfold-left .share-menu-toggle:checked + label + ul li:nth-child(4) a {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .share-box-unfold-left .share-menu-toggle:checked + label + ul li a {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0); }

.share-box-semi-circle {
  position: fixed;
  bottom: 15px;
  left: 15px; }
  .share-box-semi-circle .share-menu-item {
    -webkit-transition: all 0.25s cubic-bezier(0.65, -0.375, 0.955, 0.305);
    -moz-transition: all 0.25s cubic-bezier(0.65, -0.375, 0.955, 0.305);
    transition: all 0.25s cubic-bezier(0.65, -0.375, 0.955, 0.305);
    -webkit-transform: translate(0 0);
    -moz-transform: translate(0 0);
    -ms-transform: translate(0 0);
    -o-transform: translate(0 0);
    transform: translate(0 0);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px; }
    .share-box-semi-circle .share-menu-item:nth-child(1) {
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .share-box-semi-circle .share-menu-item:nth-child(2) {
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .share-box-semi-circle .share-menu-item:nth-child(3) {
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .share-box-semi-circle .share-menu-item:nth-child(4) {
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s; }
    .share-box-semi-circle .share-menu-item a {
      display: block;
      line-height: 50px;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      text-align: center;
      color: white;
      font-size: 18px;
      text-decoration: none; }
  .share-box-semi-circle .share-menu-toggle + label {
    width: 60px;
    line-height: 60px;
    border-radius: 50%; }
  .share-box-semi-circle .share-menu-toggle:checked + label + ul li {
    -webkit-transition-timing-function: cubic-bezier(0.095, 0.64, 0.36, 1.365);
    -moz-transition-timing-function: cubic-bezier(0.095, 0.64, 0.36, 1.365);
    transition-timing-function: cubic-bezier(0.095, 0.64, 0.36, 1.365); }
    .share-box-semi-circle .share-menu-toggle:checked + label + ul li:nth-child(1) {
      -webkit-transform: translate(0, -9em);
      -moz-transform: translate(0, -9em);
      -ms-transform: translate(0, -9em);
      -o-transform: translate(0, -9em);
      transform: translate(0, -9em);
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s; }
    .share-box-semi-circle .share-menu-toggle:checked + label + ul li:nth-child(2) {
      -webkit-transform: translate(4.4em, -7.6em);
      -moz-transform: translate(4.4em, -7.6em);
      -ms-transform: translate(4.4em, -7.6em);
      -o-transform: translate(4.4em, -7.6em);
      transform: translate(4.4em, -7.6em);
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .share-box-semi-circle .share-menu-toggle:checked + label + ul li:nth-child(3) {
      -webkit-transform: translate(7.6em, -4.4em);
      -moz-transform: translate(7.6em, -4.4em);
      -ms-transform: translate(7.6em, -4.4em);
      -o-transform: translate(7.6em, -4.4em);
      transform: translate(7.6em, -4.4em);
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .share-box-semi-circle .share-menu-toggle:checked + label + ul li:nth-child(4) {
      -webkit-transform: translate(9em, 0);
      -moz-transform: translate(9em, 0);
      -ms-transform: translate(9em, 0);
      -o-transform: translate(9em, 0);
      transform: translate(9em, 0);
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      transition-delay: 0.3s; }

.share-box-circle {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px; }
  .share-box-circle .share-menu-item {
    -webkit-transition: all 0.25s cubic-bezier(0.65, -0.375, 0.955, 0.305);
    -moz-transition: all 0.25s cubic-bezier(0.65, -0.375, 0.955, 0.305);
    transition: all 0.25s cubic-bezier(0.65, -0.375, 0.955, 0.305);
    -webkit-transform: translate(0, 0) scale(0);
    -moz-transform: translate(0, 0) scale(0);
    -ms-transform: translate(0, 0) scale(0);
    -o-transform: translate(0, 0) scale(0);
    transform: translate(0, 0) scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px; }
    .share-box-circle .share-menu-item a {
      display: block;
      line-height: 50px;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      text-align: center;
      color: white;
      font-size: 18px;
      text-decoration: none; }
  .share-box-circle .share-menu-toggle + label {
    width: 60px;
    line-height: 60px;
    border-radius: 50%; }
  .share-box-circle .share-menu-toggle:checked + label + ul li {
    -webkit-transition-timing-function: cubic-bezier(0.095, 0.64, 0.36, 1.365);
    -moz-transition-timing-function: cubic-bezier(0.095, 0.64, 0.36, 1.365);
    transition-timing-function: cubic-bezier(0.095, 0.64, 0.36, 1.365); }
    .share-box-circle .share-menu-toggle:checked + label + ul li:nth-child(1) {
      -webkit-transform: translate(0, -6em) scale(1);
      -moz-transform: translate(0, -6em) scale(1);
      -ms-transform: translate(0, -6em) scale(1);
      -o-transform: translate(0, -6em) scale(1);
      transform: translate(0, -6em) scale(1); }
    .share-box-circle .share-menu-toggle:checked + label + ul li:nth-child(2) {
      -webkit-transform: translate(4.5em, -4.5em) scale(1);
      -moz-transform: translate(4.5em, -4.5em) scale(1);
      -ms-transform: translate(4.5em, -4.5em) scale(1);
      -o-transform: translate(4.5em, -4.5em) scale(1);
      transform: translate(4.5em, -4.5em) scale(1); }
    .share-box-circle .share-menu-toggle:checked + label + ul li:nth-child(3) {
      -webkit-transform: translate(6em, 0em) scale(1);
      -moz-transform: translate(6em, 0em) scale(1);
      -ms-transform: translate(6em, 0em) scale(1);
      -o-transform: translate(6em, 0em) scale(1);
      transform: translate(6em, 0em) scale(1); }
    .share-box-circle .share-menu-toggle:checked + label + ul li:nth-child(4) {
      -webkit-transform: translate(4.5em, 4.5em) scale(1);
      -moz-transform: translate(4.5em, 4.5em) scale(1);
      -ms-transform: translate(4.5em, 4.5em) scale(1);
      -o-transform: translate(4.5em, 4.5em) scale(1);
      transform: translate(4.5em, 4.5em) scale(1); }
    .share-box-circle .share-menu-toggle:checked + label + ul li:nth-child(5) {
      -webkit-transform: translate(0em, 6em) scale(1);
      -moz-transform: translate(0em, 6em) scale(1);
      -ms-transform: translate(0em, 6em) scale(1);
      -o-transform: translate(0em, 6em) scale(1);
      transform: translate(0em, 6em) scale(1); }
    .share-box-circle .share-menu-toggle:checked + label + ul li:nth-child(6) {
      -webkit-transform: translate(-4.5em, 4.5em) scale(1);
      -moz-transform: translate(-4.5em, 4.5em) scale(1);
      -ms-transform: translate(-4.5em, 4.5em) scale(1);
      -o-transform: translate(-4.5em, 4.5em) scale(1);
      transform: translate(-4.5em, 4.5em) scale(1); }
    .share-box-circle .share-menu-toggle:checked + label + ul li:nth-child(7) {
      -webkit-transform: translate(-6em, 0em) scale(1);
      -moz-transform: translate(-6em, 0em) scale(1);
      -ms-transform: translate(-6em, 0em) scale(1);
      -o-transform: translate(-6em, 0em) scale(1);
      transform: translate(-6em, 0em) scale(1); }
    .share-box-circle .share-menu-toggle:checked + label + ul li:nth-child(8) {
      -webkit-transform: translate(-4.5em, -4.5em) scale(1);
      -moz-transform: translate(-4.5em, -4.5em) scale(1);
      -ms-transform: translate(-4.5em, -4.5em) scale(1);
      -o-transform: translate(-4.5em, -4.5em) scale(1);
      transform: translate(-4.5em, -4.5em) scale(1); }

[class*="facebook"] {
  background: #4d64a7; }

[class*="twitter"] {
  background: #55aaf1; }

[class*="google-plus"] {
  background: #df4938; }

[class*="pinterest"] {
  background: #cb2027; }

[class*="linkedin"] {
  background: #007bb6; }

[class*="dribbble"] {
  background: #ec4989; }

[class*="tumblr"] {
  background: #32506d; }

[class*="stumbleupon"] {
  background: #ed4a13; }
