[data-icon]:before{content:attr(data-icon);}
[data-icon]:before,
.icon-gear:before,
.icon-bookmark:before,
.icon-unbookmark:before{display:inline-block;font-family:"FontAwesome";font-style:normal;font-weight:normal;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;font-size:26px;color:#73B5B9;width:30px;text-align:center;}
.icon-bookmark:before{content:"\f02e";color:#F5907C;}
.icon-unbookmark:before{content:"\f097";}
.icon-gear:before{content:"\f013";-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);}
	100%{-moz-transform:rotate(359deg);}
}
@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);}
	100%{-webkit-transform:rotate(359deg);}
}
@-o-keyframes spin{0%{-o-transform:rotate(0deg);}
	100%{-o-transform:rotate(359deg);}
}
@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
	100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
a.aki-post-bookmark{font-weight:normal;display:inline-block;width:auto;-moz-transition:all 0.3s ease-out 0.2s;-webkit-transition:all 0.3s ease-out 0.2s;-o-transition:all 0.3s ease-out 0.2s;}
a.aki-post-bookmark.bookmarked{color:#F5907C;}
a.aki-post-bookmark:hover,
a.aki-post-bookmark:active,
a.aki-post-bookmark:focus,
a.bookmarked:hover,
a.bookmarked:active,
a.bookmarked:focus{color:#F5907C;transition:none;}
.removebookmark img,
.removebookmark a.list-title,
.removebookmark p.list-resume{opacity:0.2;-webkit-transition:opacity 0.5s ease-in-out;-moz-transition:opacity 0.5s ease-in-out;transition:opacity 0.5s ease-in-out;}
.remove-bookmark{display:inline-block;}
.remove-bookmark a{color:#F5907C;font-size:12px;}
.removebookmark .remove-bookmark a{color:#73B5B9;font-size:12px;}