/* Icons */

ul.icons {

cursor: default;
list-style: none;
padding-left: 0;

li {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
}

a {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border: 0;
}

}

/* Icons */

.icon {

text-decoration: none;

&:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.25em;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

> .label {
    display: none;
}

}