/* прямое управление FontAvesome */

.icon:before,
.icon:after {
    display:inline-block;
    font-family:FontAwesome;
    font-size:inherit;
    font-style:normal;
    margin:0 .25em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon.send:before,
.icon.airplane:before {content: "\f1d9";}

.icon.answers:before {content: "\f27b";}
.icon.bars:before {content: "\f0c9";}
.icon.eye:before {content: "\f06e";}
.icon.gear:before {content: "\f013";}
.icon.home:before {content: "\f015";}
.icon.letter:before {content: "\f003";}
.icon.message:before {content: "\f2c3";}
/*.icon.minus-square:before {content: "\f196";}*/

.icon.plus-solid:before {content: '\f0fe';}
.icon.minus-solid:before {content: '\f146';}
.icon.search:before {content: '\f002';}

.icon.rss:before {content: "\f09e"; color:orange;}
.icon.rss-after:after {content: "\f09e"; color:orange;}
.icon.rss-square:before {content: "\f143";}
.icon.right-after:after{
    content: '⟩';
    font-weight:bold;
}


.icon.warning:before,
.icon.triangle:before {content: "\f071";}
.icon.user:before {content: "\f2bd";}

.icon.x:before,
.icon.close:before,
.icon.del:before {
    content:'\f057';
    color:red;
}

.icon.bbackward:before {content:'\f050';}
.icon.backward:before {content:'\f04e';}
.icon.forward:before {content:'\f04a';}
.icon.fforward:before {content:'\f049';}

.icon.expand:before {content:'\f147';}
.icon.collapse:before {content: "\f196";}
.icon.empty:before {content: "\f22d"; /* f1db */}


.icon.edit:before {content: '\f044';}
.icon.launch:before {content: '\f14a';}
.icon.tag:before {content: '\f02b';}
.icon.hashtag:before {content: '\f292';}
.icon.gear:before {content: '\f013';}
.icon.rang:before{content: '\f105';} /*  ⟩ f054 */


.icon.thumbs-up:before {content: '\f087';}
.icon.thumbs-down:before{content: '\f088';}

