	*:after,
	*:before {
	  box-sizing: border-box;
	  margin: 0;
	  padding: 0;
	}
	html,
	.share-box {
	  margin: auto;
	}
	.share-menu-tg {
	  display: none;
	}
	.share-menu-tg + label {
	  transition: all 0.2s linear;
	  display: inline-block;
	  float: left;
	  background: #333;
	  border-radius: 30%;
	  width: 3em;
	  line-height: 3em;
	  text-align: center;
	  cursor: pointer;
	  color: #fff;
	}
	.share-menu-tg:checked + label {
	  background: #ee4f1e;
	  color: #fff;
	  text-decoration: none;
	}
	.share-menu-tg:checked + label + ul {
	  transform: translateX(1em);
	  transition: all 0.2s linear;
	  text-decoration: none;
	}
	.share-menu-tg:checked + label + ul:after {
	  opacity: 1;
	  transition: all 0.2s linear;
	  text-decoration: none;
	}
	.share-menu-tg:checked + label + ul li {
	  transform: rotateY(0);
	  opacity: 1;
	  text-decoration: none;
	}
	.share-menu-tg:checked + label + ul li:nth-child(1) {
	  transition-delay: 0;
	  text-decoration: none;
	}
	.share-menu-tg:checked + label + ul li:nth-child(2) {
	  transition-delay: 0.2s;
	  text-decoration: none;
	}
	.share-menu-tg:checked + label + ul li:nth-child(3) {
	  transition-delay: 0.4s;
	  text-decoration: none;
	}
	.share-menu {
	  margin-left: -30px;
	  margin-top: 8px;
	  transition: all 0.2s 0.4s linear;
	  list-style: none;
	  display: inline-block;
	  position: fixed;
	  perspective: 10em;
	  text-decoration: none;
	}
	.share-menu:after {
	  transition-delay: 0.4s;
	  content: "";
	  display: block;
	  position: absolute;
	  opacity: 0;
	  top: 0;
	  bottom: 0;
	  margin: auto;
	  left: 1.5em;
	  width: 0;
	  height: 0;
	  border-right: 0.5em solid #ee4f1e;
	  border-top: 0.5em solid transparent;
	  border-bottom: 0.5em solid transparent;
	  text-decoration: none;
	}
	.share-menu-item {
	  float: left;
	  overflow: hidden;
	  transition: all 0.2s linear;
	  opacity: 0;
	  transform: rotateY(45deg);
	  transform-origin: 0 50%;
	  text-decoration: none;
	}
	.share-menu-item:nth-child(1) {
	  border-radius: 0.4em 0 0 0.4em;
	  transition-delay: 0.4s;
	}
	.share-menu-item:nth-child(2) {
	  transition-delay: 0.2s;
	}
	.share-menu-item:nth-child(3) {
	  transition-delay: 0.2s;
	}
	.share-menu-item:nth-child(4) {
	  transition-delay: 0;
	  border-radius: 0 0.4em 0.4em 0;
	}
	.share-menu-item a {
	  display: block;
	  line-height: 3em;
	  min-width: 3em;
	  text-align: center;
	  color: #fff;
	  text-decoration: none;
	  font-size:16px;
	}
	
	[class*="box-bitly"] {
	width: 150px;
    background: #ee4f1e;
	border:none;
	font-size:16px;
	color:#fff;
	height:48px;
	}
	
	
	[class*="box-facebook"] {
	  background: #4d64a7;
	}
	[class*="box-twitter"] {
	  background: #55aaf1;
	}
	[class*="box-google-plus"] {
	  background: #df4938;
	}