.pin_it{
	position: absolute;
	top: 17px;
    right: 22px;
	color: red;
	z-index: 5;
}
.pin_it_hover {
    display: none;
}
.fa-pinterest:before {
    color: rgba(255,255,255,.7);
    background: rgba(250,100,102,.5);
    transition: background .1s ease-in-out;
    height: 32px;
    width: 32px;
    font-size: 20px;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: -30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.fa-pinterest:hover:before{
	background: rgba(250,100,102,.95);
}

.pin-logo-text{
    background: url("img/pinterest-logo-text.png") no-repeat;
    width: 76px;
    height: 20px;
    background-size: cover;
    display: block;
}