.description_icons{font-weight:normal;
line-height: 25px;
text-align: center;
left:45%;
top: 65%;
margin-top: -12px;
display: block;
position: absolute;
opacity:0;
z-index: 9999;
filter:alpha(opacity=0);}
a.description_icons{color: #000;}

.permalink_icon{margin-left: 18px;
width:auto;
height:25px;
padding-left:3px;
padding-right:3px;
font-size:11px;
padding-top:0px;
border-radius: 30px;
background: #fff !important;
transition: all 0.45s ease;}
.reblog_icon{margin-left:0px;
width:25px;
height:25px;
border-radius: 30px;
background: #fff !important;
transition: all 0.25s ease;}
.heart_icon{height:22px;
width:24px;
margin-left: 0px;
padding-bottom:0px;
padding-top:3px;
border-radius: 30px;
background: #fff !important;
transition: all 0.8s ease;}

.post:hover .heart_icon {margin-left: -9px;}
.post:hover .reblog_icon {margin-left:-37px;}
.post:hover .description_icons{top: 50%;
opacity:0.80;
filter:alpha(opacity=100);}