@charset "UTF-8";
/* прямое управление FontAvesome */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* global */
.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.gold {color:gold;}
.icon.red {color:red;}

.icon.microchip:before {content: "\f2db";}
.icon.industry:before {content: "\f275";}

.icon.shadow {text-shadow: 1px 2px 3px #444;}
.icon.after:before,
.icon.before:after {display:none;}


.icon.star:before {content: "\f005";}
.icon.pencil:before {content: "\f040";}

.icon.file:before {content: "\f15b";}
.icon.txt:before {content: "\f0f6";}
.icon.pdf:before {content: "\f1c1"; color:red}
.icon.excel:before {content: "\f1c3";}
.icon.link:after {content: "\f0c1"; color:red}


.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.plus-solid:before {content: '\f0fe';}
.icon.minus-solid:before {content: '\f146';}
.icon.plus-circle:before {content: '\f055';}

.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,
.icon.right-before:before {
    content: '⟩';
    font-weight:bold;
}

.icon.warning:before,
.icon.triangle:before {content: "\f071";}
.icon.user:before {content: "\f2bd";}

.icon.x:before {content:'\f00d'}

.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';}

.icon.toggle-on:before {content: '\f205';}
.icon.toggle-off:before {content: '\f204';}

.icon.checkbox:before {content: '\f096';}
.icon.checkbox.checked:before {content: '\f046';}

.icon.arrow-up:before {content: '\f062';}
.icon.arrow-down:before {content: '\f063';}
.icon.arrow-up-circle:before {content: "\f0aa";}
.icon.arrow-down-circle:before {content: "\f0ab";}


.icon.clock:before,
.icon.clock.after:after {content: "\f017";}

.icon.law:before {content: "\f19c";}
.icon.exchange:before {content: "\f074";}


/*
.icon.minus-square:before {content: "\f196";}
.icon.ban:before,
.icon.ban-after:after {content: '\f05e'; color:red;}
*/
