/* Font Awesome 简化版 CSS */

/* 字体声明 */
@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;
}

/* 基础图标样式 */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 常用图标定义 */
.fa-home:before { content: "\f015"; }
.fa-cog:before { content: "\f013"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-link:before { content: "\f0c1"; }
.fa-user-shield:before { content: "\f3ed"; }
.fa-newspaper:before { content: "\f1ea"; }
.fa-list:before { content: "\f03a"; }
.fa-images:before { content: "\f03e"; }
.fa-folder:before { content: "\f07b"; }
.fa-book:before { content: "\f02d"; }
.fa-question-circle:before { content: "\f059"; }
.fa-tasks:before { content: "\f0ae"; }
.fa-user-plus:before { content: "\f234"; }
.fa-download:before { content: "\f019"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-user:before { content: "\f007"; }
.fa-calendar:before { content: "\f073"; }
.fa-eye:before { content: "\f06e"; }
.fa-user-circle:before { content: "\f2bd"; }
.fa-check:before { content: "\f00c"; }
.fa-times:before { content: "\f00d"; }
.fa-weixin:before { content: "\f1d7"; }
.fa-weibo:before { content: "\f18a"; }
.fa-angle-right:before { content: "\f105"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-up:before { content: "\f106"; }
.fa-angle-down:before { content: "\f107"; }
.fa-search:before { content: "\f002"; }
.fa-clock-o:before { content: "\f017"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-file-text:before { content: "\f15c"; }
.fa-file-pdf:before { content: "\f1c1"; }
.fa-file-word:before { content: "\f1c2"; }
.fa-file-excel:before { content: "\f1c3"; }
.fa-file-powerpoint:before { content: "\f1c4"; }
.fa-file-image:before { content: "\f1c5"; }
.fa-file-archive:before { content: "\f1c6"; }
.fa-file-audio:before { content: "\f1c7"; }
.fa-file-video:before { content: "\f1c8"; }
.fa-file-code:before { content: "\f1c9"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-thumbs-down:before { content: "\f165"; }
.fa-heart:before { content: "\f004"; }
.fa-star:before { content: "\f005"; }
.fa-star-o:before { content: "\f006"; }
.fa-star-half-o:before { content: "\f123"; }
.fa-flag:before { content: "\f024"; }
.fa-flag-o:before { content: "\f11d"; }
.fa-flag-checkered:before { content: "\f11e"; }
.fa-map-marker:before { content: "\f041"; }
.fa-map-pin:before { content: "\f276"; }
.fa-map-signs:before { content: "\f277"; }
.fa-compass:before { content: "\f14e"; }
.fa-location-arrow:before { content: "\f124"; }
.fa-globe:before { content: "\f0ac"; }
.fa-earth:before { content: "\f0ac"; }
.fa-plane:before { content: "\f072"; }
.fa-train:before { content: "\f238"; }
.fa-bus:before { content: "\f207"; }
.fa-car:before { content: "\f1b9"; }
.fa-bicycle:before { content: "\f206"; }
.fa-motorcycle:before { content: "\f21c"; }
.fa-ship:before { content: "\f21a"; }
.fa-rocket:before { content: "\f135"; }
.fa-fighter-jet:before { content: "\f0fb"; }
.fa-space-shuttle:before { content: "\f197"; }
.fa-subway:before { content: "\f239"; }
.fa-tree:before { content: "\f1bb"; }
.fa-pagelines:before { content: "\f18c"; }
.fa-leaf:before { content: "\f06c"; }
.fa-flower:before { content: "\f06c"; }
.fa-paw:before { content: "\f1b0"; }
.fa-diamond:before { content: "\f219"; }
.fa-gift:before { content: "\f06b"; }
.fa-birthday-cake:before { content: "\f1fd"; }
.fa-camera:before { content: "\f030"; }
.fa-video-camera:before { content: "\f03d"; }
.fa-headphones:before { content: "\f025"; }
.fa-music:before { content: "\f001"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-stop:before { content: "\f04d"; }
.fa-forward:before { content: "\f050"; }
.fa-backward:before { content: "\f04a"; }
.fa-step-forward:before { content: "\f051"; }
.fa-step-backward:before { content: "\f04e"; }
.fa-fast-forward:before { content: "\f050"; }
.fa-fast-backward:before { content: "\f04a"; }
.fa-eject:before { content: "\f052"; }
.fa-volume-up:before { content: "\f028"; }
.fa-volume-down:before { content: "\f027"; }
.fa-volume-off:before { content: "\f026"; }
.fa-microphone:before { content: "\f130"; }
.fa-microphone-slash:before { content: "\f131"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-keyboard-o:before { content: "\f11c"; }
.fa-tv:before { content: "\f26c"; }
.fa-desktop:before { content: "\f108"; }
.fa-laptop:before { content: "\f109"; }
.fa-tablet:before { content: "\f10a"; }
.fa-mobile:before { content: "\f10b"; }
.fa-mobile-phone:before { content: "\f10b"; }
.fa-battery-full:before { content: "\f240"; }
.fa-battery-three-quarters:before { content: "\f243"; }
.fa-battery-half:before { content: "\f242"; }
.fa-battery-quarter:before { content: "\f241"; }
.fa-battery-empty:before { content: "\f244"; }
.fa-battery-unknown:before { content: "\f29c"; }
.fa-battery-charging:before { content: "\f246"; }
.fa-battery-charging-full:before { content: "\f240"; }
.fa-battery-charging-three-quarters:before { content: "\f243"; }
.fa-battery-charging-half:before { content: "\f242"; }
.fa-battery-charging-quarter:before { content: "\f241"; }
.fa-battery-charging-empty:before { content: "\f244"; }
.fa-signal:before { content: "\f012"; }
.fa-wifi:before { content: "\f1eb"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-cloud-download:before { content: "\f0ed"; }
.fa-cloud-upload:before { content: "\f0ee"; }
.fa-cloud-refresh:before { content: "\f03b"; }
.fa-cloud-upload-alt:before { content: "\f382"; }
.fa-cloud-download-alt:before { content: "\f381"; }
.fa-sun:before { content: "\f185"; }
.fa-moon:before { content: "\f186"; }
.fa-moon-o:before { content: "\f186"; }
.fa-umbrella:before { content: "\f0e9"; }
.fa-tint:before { content: "\f043"; }
.fa-snowflake-o:before { content: "\f2dc"; }
.fa-snowflake:before { content: "\f2dc"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-flash:before { content: "\f0e7"; }
.fa-fire:before { content: "\f06d"; }
.fa-fire-extinguisher:before { content: "\f134"; }
.fa-bomb:before { content: "\f1e2"; }
.fa-medkit:before { content: "\f0fa"; }
.fa-stethoscope:before { content: "\f0f1"; }
.fa-user-md:before { content: "\f0f0"; }
.fa-heartbeat:before { content: "\f21e"; }
.fa-ambulance:before { content: "\f0f9"; }
.fa-hospital:before { content: "\f0f8"; }
.fa-hospital-o:before { content: "\f0f8"; }
.fa-medical:before { content: "\f0f8"; }
.fa-medical-o:before { content: "\f0f8"; }
.fa-plus-square:before { content: "\f0fe"; }
.fa-plus-square-o:before { content: "\f196"; }
.fa-minus-square:before { content: "\f146"; }
.fa-minus-square-o:before { content: "\f147"; }
.fa-times-square:before { content: "\f2d3"; }
.fa-times-square-o:before { content: "\f2d4"; }
.fa-check-square:before { content: "\f14a"; }
.fa-check-square-o:before { content: "\f046"; }
.fa-pencil:before { content: "\f040"; }
.fa-pencil-square:before { content: "\f14b"; }
.fa-pencil-square-o:before { content: "\f044"; }
.fa-edit:before { content: "\f044"; }
.fa-pencil-alt:before { content: "\f303"; }
.fa-file:before { content: "\f15b"; }
.fa-file-o:before { content: "\f016"; }
.fa-file-text:before { content: "\f15c"; }
.fa-file-text-o:before { content: "\f0f6"; }
.fa-file-code:before { content: "\f1c9"; }
.fa-file-code-o:before { content: "\f1c9"; }
.fa-file-photo:before { content: "\f1c5"; }
.fa-file-picture:before { content: "\f1c5"; }
.fa-file-image:before { content: "\f1c5"; }
.fa-file-img:before { content: "\f1c5"; }
.fa-file-photo-o:before { content: "\f03e"; }
.fa-file-picture-o:before { content: "\f03e"; }
.fa-file-image-o:before { content: "\f03e"; }
.fa-file-archive:before { content: "\f1c6"; }
.fa-file-archive-o:before { content: "\f1c6"; }
.fa-file-zip:before { content: "\f1c6"; }
.fa-file-zip-o:before { content: "\f1c6"; }
.fa-file-excel:before { content: "\f1c3"; }
.fa-file-excel-o:before { content: "\f1c3"; }
.fa-file-powerpoint:before { content: "\f1c4"; }
.fa-file-powerpoint-o:before { content: "\f1c4"; }
.fa-file-word:before { content: "\f1c2"; }
.fa-file-word-o:before { content: "\f1c2"; }
.fa-file-pdf:before { content: "\f1c1"; }
.fa-file-pdf-o:before { content: "\f1c1"; }
.fa-file-video:before { content: "\f1c8"; }
.fa-file-video-o:before { content: "\f1c8"; }
.fa-file-audio:before { content: "\f1c7"; }
.fa-file-audio-o:before { content: "\f1c7"; }
.fa-copy:before { content: "\f0c5"; }
.fa-files-o:before { content: "\f0c5"; }
.fa-paperclip:before { content: "\f0c6"; }
.fa-floppy-o:before { content: "\f0c7"; }
.fa-save:before { content: "\f0c7"; }
.fa-undo:before { content: "\f0e2"; }
.fa-repeat:before { content: "\f01e"; }
.fa-undo-alt:before { content: "\f2ea"; }
.fa-repeat-alt:before { content: "\f2f9"; }
.fa-trash:before { content: "\f1f8"; }
.fa-trash-o:before { content: "\f014"; }
.fa-remove:before { content: "\f00d"; }
.fa-close:before { content: "\f00d"; }
.fa-times:before { content: "\f00d"; }
.fa-archive:before { content: "\f187"; }
.fa-box:before { content: "\f466"; }
.fa-inbox:before { content: "\f01c"; }
.fa-outbox:before { content: "\f01c"; }
.fa-download:before { content: "\f019"; }
.fa-upload:before { content: "\f093"; }
.fa-send:before { content: "\f1d8"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-paper-plane-o:before { content: "\f1d9"; }
.fa-share:before { content: "\f064"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-share-alt-square:before { content: "\f1e1"; }
.fa-thumbs-o-up:before { content: "\f087"; }
.fa-thumbs-o-down:before { content: "\f088"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-thumbs-down:before { content: "\f165"; }
.fa-heart-o:before { content: "\f08a"; }
.fa-heart:before { content: "\f004"; }
.fa-star-o:before { content: "\f006"; }
.fa-star:before { content: "\f005"; }
.fa-star-half:before { content: "\f089"; }
.fa-star-half-o:before { content: "\f123"; }
.fa-star-half-full:before { content: "\f123"; }
.fa-star-half-empty:before { content: "\f123"; }
.fa-flag:before { content: "\f024"; }
.fa-flag-o:before { content: "\f11d"; }
.fa-flag-checkered:before { content: "\f11e"; }
.fa-flag-circle:before { content: "\f11e"; }
.fa-flag-circle-o:before { content: "\f11e"; }
.fa-map-marker:before { content: "\f041"; }
.fa-map-pin:before { content: "\f276"; }
.fa-map-signs:before { content: "\f277"; }
.fa-map-o:before { content: "\f278"; }
.fa-map:before { content: "\f279"; }
.fa-street-view:before { content: "\f21d"; }
.fa-compass:before { content: "\f14e"; }
.fa-dot-circle-o:before { content: "\f192"; }
.fa-circle-o:before { content: "\f10c"; }
.fa-circle:before { content: "\f111"; }
.fa-circle-thin:before { content: "\f0eb"; }
.fa-check:before { content: "\f00c"; }
.fa-check-square:before { content: "\f14a"; }
.fa-check-square-o:before { content: "\f046"; }
.fa-check-circle:before { content: "\f058"; }
.fa-check-circle-o:before { content: "\f05d"; }
.fa-times-circle:before { content: "\f057"; }
.fa-times-circle-o:before { content: "\f05c"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-warning:before { content: "\f071"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-info:before { content: "\f129"; }
.fa-ban:before { content: "\f05e"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-arrow-circle-left:before { content: "\f0a8"; }
.fa-arrow-circle-right:before { content: "\f0a9"; }
.fa-arrow-circle-up:before { content: "\f0aa"; }
.fa-arrow-circle-down:before { content: "\f0ab"; }
.fa-long-arrow-left:before { content: "\f177"; }
.fa-long-arrow-right:before { content: "\f178"; }
.fa-long-arrow-up:before { content: "\f179"; }
.fa-long-arrow-down:before { content: "\f17a"; }
.fa-hand-o-left:before { content: "\f0a5"; }
.fa-hand-o-right:before { content: "\f0a4"; }
.fa-hand-o-up:before { content: "\f0a3"; }
.fa-hand-o-down:before { content: "\f0a7"; }
.fa-hand-left:before { content: "\f0a5"; }
.fa-hand-right:before { content: "\f0a4"; }
.fa-hand-up:before { content: "\f0a3"; }
.fa-hand-down:before { content: "\f0a7"; }
.fa-hand-pointer-o:before { content: "\f25a"; }
.fa-hand-pointer:before { content: "\f25a"; }
.fa-hand-rock-o:before { content: "\f255"; }
.fa-hand-rock:before { content: "\f255"; }
.fa-hand-scissors-o:before { content: "\f257"; }
.fa-hand-scissors:before { content: "\f257"; }
.fa-hand-lizard-o:before { content: "\f258"; }
.fa-hand-lizard:before { content: "\f258"; }
.fa-hand-spock-o:before { content: "\f259"; }
.fa-hand-spock:before { content: "\f259"; }
.fa-hand-paper-o:before { content: "\f256"; }
.fa-hand-paper:before { content: "\f256"; }
.fa-hand-peace-o:before { content: "\f25b"; }
.fa-hand-peace:before { content: "\f25b"; }
.fa-ellipsis-h:before { content: "\f141"; }
.fa-ellipsis-v:before { content: "\f142"; }
.fa-arrows:before { content: "\f047"; }
.fa-arrows-h:before { content: "\f07e"; }
.fa-arrows-v:before { content: "\f07d"; }
.fa-arrows-alt:before { content: "\f0b2"; }
.fa-arrow-circle-o-right:before { content: "\f0a9"; }
.fa-arrow-circle-o-left:before { content: "\f0a8"; }
.fa-arrow-circle-o-up:before { content: "\f0aa"; }
.fa-arrow-circle-o-down:before { content: "\f0ab"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-arrow-circle-right:before { content: "\f0a9"; }
.fa-arrow-circle-left:before { content: "\f0a8"; }
.fa-arrow-circle-up:before { content: "\f0aa"; }
.fa-arrow-circle-down:before { content: "\f0ab"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-caret-left:before { content: "\f0d9"; }
.fa-caret-right:before { content: "\f0da"; }
.fa-caret-up:before { content: "\f0d8"; }
.fa-caret-down:before { content: "\f0dc"; }
.fa-caret-square-o-left:before { content: "\f191"; }
.fa-caret-square-o-right:before { content: "\f152"; }
.fa-caret-square-o-up:before { content: "\f151"; }
.fa-caret-square-o-down:before { content: "\f150"; }
.fa-toggle-down:before { content: "\f150"; }
.fa-toggle-up:before { content: "\f151"; }
.fa-toggle-right:before { content: "\f152"; }
.fa-toggle-left:before { content: "\f191"; }
.fa-arrows-alt-h:before { content: "\f337"; }
.fa-arrows-alt-v:before { content: "\f338"; }
.fa-toggle-on:before { content: "\f205"; }
.fa-toggle-off:before { content: "\f204"; }
.fa-step-forward:before { content: "\f051"; }
.fa-step-backward:before { content: "\f04e"; }
.fa-fast-forward:before { content: "\f050"; }
.fa-fast-backward:before { content: "\f04a"; }
.fa-eject:before { content: "\f052"; }
.fa-play-circle:before { content: "\f144"; }
.fa-play-circle-o:before { content: "\f01d"; }
.fa-pause-circle:before { content: "\f28b"; }
.fa-pause-circle-o:before { content: "\f28c"; }
.fa-stop-circle:before { content: "\f28d"; }
.fa-stop-circle-o:before { content: "\f28e"; }
.fa-backward:before { content: "\f04a"; }
.fa-forward:before { content: "\f050"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-stop:before { content: "\f04d"; }
.fa-volume-off:before { content: "\f026"; }
.fa-volume-down:before { content: "\f027"; }
.fa-volume-up:before { content: "\f028"; }
.fa-microphone:before { content: "\f130"; }
.fa-microphone-slash:before { content: "\f131"; }
.fa-headphones:before { content: "\f025"; }
.fa-headphones-alt:before { content: "\f58f"; }
.fa-headset:before { content: "\f590"; }
.fa-music:before { content: "\f001"; }
.fa-search:before { content: "\f002"; }
.fa-search-minus:before { content: "\f010"; }
.fa-search-plus:before { content: "\f00e"; }
.fa-key:before { content: "\f084"; }
.fa-unlock:before { content: "\f09c"; }
.fa-lock:before { content: "\f023"; }
.fa-unlock-alt:before { content: "\f13e"; }
.fa-lock-open:before { content: "\f3c1"; }
.fa-lock-open-alt:before { content: "\f3c1"; }
.fa-bullhorn:before { content: "\f0a1"; }
.fa-volume-control-phone:before { content: "\f2a0"; }
.fa-address-book:before { content: "\f2b9"; }
.fa-address-book-o:before { content: "\f2ba"; }
.fa-address-card:before { content: "\f2bb"; }
.fa-address-card-o:before { content: "\f2bc"; }
.fa-vcard:before { content: "\f2bb"; }
.fa-vcard-o:before { content: "\f2bc"; }
.fa-id-card:before { content: "\f2c2"; }
.fa-id-card-o:before { content: "\f2c3"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-credit-card-alt:before { content: "\f283"; }
.fa-paypal:before { content: "\f1ed"; }
.fa-google-wallet:before { content: "\f1ee"; }
.fa-cc-visa:before { content: "\f1f0"; }
.fa-cc-mastercard:before { content: "\f1f1"; }
.fa-cc-discover:before { content: "\f1f2"; }
.fa-cc-amex:before { content: "\f1f3"; }
.fa-cc-paypal:before { content: "\f1f4"; }
.fa-cc-stripe:before { content: "\f1f5"; }
.fa-cc-diners-club:before { content: "\f24c"; }
.fa-cc-jcb:before { content: "\f24b"; }
.fa-qrcode:before { content: "\f029"; }
.fa-barcode:before { content: "\f02a"; }
.fa-ticket:before { content: "\f145"; }
.fa-ticket-alt:before { content: "\f3ff"; }
.fa-gift:before { content: "\f06b"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-shopping-bag:before { content: "\f290"; }
.fa-shopping-basket:before { content: "\f291"; }
.fa-archive:before { content: "\f187"; }
.fa-box:before { content: "\f466"; }
.fa-inbox:before { content: "\f01c"; }
.fa-outbox:before { content: "\f01c"; }
.fa-download:before { content: "\f019"; }
.fa-upload:before { content: "\f093"; }
.fa-send:before { content: "\f1d8"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-paper-plane-o:before { content: "\f1d9"; }
.fa-share:before { content: "\f064"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-share-alt-square:before { content: "\f1e1"; }
.fa-thumbs-o-up:before { content: "\f087"; }
.fa-thumbs-o-down:before { content: "\f088"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-thumbs-down:before { content: "\f165"; }
.fa-heart-o:before { content: "\f08a"; }
.fa-heart:before { content: "\f004"; }
.fa-star-o:before { content: "\f006"; }
.fa-star:before { content: "\f005"; }
.fa-star-half:before { content: "\f089"; }
.fa-star-half-o:before { content: "\f123"; }
.fa-star-half-full:before { content: "\f123"; }
.fa-star-half-empty:before { content: "\f123"; }
.fa-flag:before { content: "\f024"; }
.fa-flag-o:before { content: "\f11d"; }
.fa-flag-checkered:before { content: "\f11e"; }
.fa-flag-circle:before { content: "\f11e"; }
.fa-flag-circle-o:before { content: "\f11e"; }
.fa-map-marker:before { content: "\f041"; }
.fa-map-pin:before { content: "\f276"; }
.fa-map-signs:before { content: "\f277"; }
.fa-map-o:before { content: "\f278"; }
.fa-map:before { content: "\f279"; }
.fa-street-view:before { content: "\f21d"; }
.fa-compass:before { content: "\f14e"; }
.fa-dot-circle-o:before { content: "\f192"; }
.fa-circle-o:before { content: "\f10c"; }
.fa-circle:before { content: "\f111"; }
.fa-circle-thin:before { content: "\f0eb"; }
.fa-check:before { content: "\f00c"; }
.fa-check-square:before { content: "\f14a"; }
.fa-check-square-o:before { content: "\f046"; }
.fa-check-circle:before { content: "\f058"; }
.fa-check-circle-o:before { content: "\f05d"; }
.fa-times-circle:before { content: "\f057"; }
.fa-times-circle-o:before { content: "\f05c"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-warning:before { content: "\f071"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-info:before { content: "\f129"; }
.fa-ban:before { content: "\f05e"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-arrow-circle-left:before { content: "\f0a8"; }
.fa-arrow-circle-right:before { content: "\f0a9"; }
.fa-arrow-circle-up:before { content: "\f0aa"; }
.fa-arrow-circle-down:before { content: "\f0ab"; }
.fa-long-arrow-left:before { content: "\f177"; }
.fa-long-arrow-right:before { content: "\f178"; }
.fa-long-arrow-up:before { content: "\f179"; }
.fa-long-arrow-down:before { content: "\f17a"; }
.fa-hand-o-left:before { content: "\f0a5"; }
.fa-hand-o-right:before { content: "\f0a4"; }
.fa-hand-o-up:before { content: "\f0a3"; }
.fa-hand-o-down:before { content: "\f0a7"; }
.fa-hand-left:before { content: "\f0a5"; }
.fa-hand-right:before { content: "\f0a4"; }
.fa-hand-up:before { content: "\f0a3"; }
.fa-hand-down:before { content: "\f0a7"; }
.fa-hand-pointer-o:before { content: "\f25a"; }
.fa-hand-pointer:before { content: "\f25a"; }
.fa-hand-rock-o:before { content: "\f255"; }
.fa-hand-rock:before { content: "\f255"; }
.fa-hand-scissors-o:before { content: "\f257"; }
.fa-hand-scissors:before { content: "\f257"; }
.fa-hand-lizard-o:before { content: "\f258"; }
.fa-hand-lizard:before { content: "\f258"; }
.fa-hand-spock-o:before { content: "\f259"; }
.fa-hand-spock:before { content: "\f259"; }
.fa-hand-paper-o:before { content: "\f256"; }
.fa-hand-paper:before { content: "\f256"; }
.fa-hand-peace-o:before { content: "\f25b"; }
.fa-hand-peace:before { content: "\f25b"; }
.fa-ellipsis-h:before { content: "\f141"; }
.fa-ellipsis-v:before { content: "\f142"; }
.fa-arrows:before { content: "\f047"; }
.fa-arrows-h:before { content: "\f07e"; }
.fa-arrows-v:before { content: "\f07d"; }
.fa-arrows-alt:before { content: "\f0b2"; }
.fa-arrow-circle-o-right:before { content: "\f0a9"; }
.fa-arrow-circle-o-left:before { content: "\f0a8"; }
.fa-arrow-circle-o-up:before { content: "\f0aa"; }
.fa-arrow-circle-o-down:before { content: "\f0ab"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-arrow-circle-right:before { content: "\f0a9"; }
.fa-arrow-circle-left:before { content: "\f0a8"; }
.fa-arrow-circle-up:before { content: "\f0aa"; }
.fa-arrow-circle-down:before { content: "\f0ab"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-caret-left:before { content: "\f0d9"; }
.fa-caret-right:before { content: "\f0da"; }
.fa-caret-up:before { content: "\f0d8"; }
.fa-caret-down:before { content: "\f0dc"; }
.fa-caret-square-o-left:before { content: "\f191"; }
.fa-caret-square-o-right:before { content: "\f152"; }
.fa-caret-square-o-up:before { content: "\f151"; }
.fa-caret-square-o-down:before { content: "\f150"; }
.fa-toggle-down:before { content: "\f150"; }
.fa-toggle-up:before { content: "\f151"; }
.fa-toggle-right:before { content: "\f152"; }
.fa-toggle-left:before { content: "\f191"; }
.fa-arrows-alt-h:before { content: "\f337"; }
.fa-arrows-alt-v:before { content: "\f338"; }
.fa-toggle-on:before { content: "\f205"; }
.fa-toggle-off:before { content: "\f204"; }
.fa-step-forward:before { content: "\f051"; }
.fa-step-backward:before { content: "\f04e"; }
.fa-fast-forward:before { content: "\f050"; }
.fa-fast-backward:before { content: "\f04a"; }
.fa-eject:before { content: "\f052"; }
.fa-play-circle:before { content: "\f144"; }
.fa-play-circle-o:before { content: "\f01d"; }
.fa-pause-circle:before { content: "\f28b"; }
.fa-pause-circle-o:before { content: "\f28c"; }
.fa-stop-circle:before { content: "\f28d"; }
.fa-stop-circle-o:before { content: "\f28e"; }
.fa-backward:before { content: "\f04a"; }
.fa-forward:before { content: "\f050"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-stop:before { content: "\f04d"; }
.fa-volume-off:before { content: "\f026"; }
.fa-volume-down:before { content: "\f027"; }
.fa-volume-up:before { content: "\f028"; }
.fa-microphone:before { content: "\f130"; }
.fa-microphone-slash:before { content: "\f131"; }
.fa-headphones:before { content: "\f025"; }
.fa-headphones-alt:before { content: "\f58f"; }
.fa-headset:before { content: "\f590"; }
.fa-music:before { content: "\f001"; }
.fa-search:before { content: "\f002"; }
.fa-search-minus:before { content: "\f010"; }
.fa-search-plus:before { content: "\f00e"; }
.fa-key:before { content: "\f084"; }
.fa-unlock:before { content: "\f09c"; }
.fa-lock:before { content: "\f023"; }
.fa-unlock-alt:before { content: "\f13e"; }
.fa-lock-open:before { content: "\f3c1"; }
.fa-lock-open-alt:before { content: "\f3c1"; }
.fa-bullhorn:before { content: "\f0a1"; }
.fa-volume-control-phone:before { content: "\f2a0"; }
.fa-address-book:before { content: "\f2b9"; }
.fa-address-book-o:before { content: "\f2ba"; }
.fa-address-card:before { content: "\f2bb"; }
.fa-address-card-o:before { content: "\f2bc"; }
.fa-vcard:before { content: "\f2bb"; }
.fa-vcard-o:before { content: "\f2bc"; }
.fa-id-card:before { content: "\f2c2"; }
.fa-id-card-o:before { content: "\f2c3"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-credit-card-alt:before { content: "\f283"; }
.fa-paypal:before { content: "\f1ed"; }
.fa-google-wallet:before { content: "\f1ee"; }
.fa-cc-visa:before { content: "\f1f0"; }
.fa-cc-mastercard:before { content: "\f1f1"; }
.fa-cc-discover:before { content: "\f1f2"; }
.fa-cc-amex:before { content: "\f1f3"; }
.fa-cc-paypal:before { content: "\f1f4"; }
.fa-cc-stripe:before { content: "\f1f5"; }
.fa-qrcode:before { content: "\f029"; }
.fa-barcode:before { content: "\f02a"; }
.fa-ticket:before { content: "\f145"; }
.fa-ticket-alt:before { content: "\f3ff"; }
.fa-gift:before { content: "\f06b"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-shopping-bag:before { content: "\f290"; }
.fa-shopping-basket:before { content: "\f291"; }
.fa-calendar:before { content: "\f073"; }
.fa-calendar-o:before { content: "\f133"; }
.fa-calendar-plus-o:before { content: "\f271"; }
.fa-calendar-minus-o:before { content: "\f272"; }
.fa-calendar-times-o:before { content: "\f273"; }
.fa-calendar-check-o:before { content: "\f274"; }
.fa-calendar-day:before { content: "\f073"; }
.fa-calendar-week:before { content: "\f073"; }
.fa-calendar-month:before { content: "\f073"; }
.fa-calendar-year:before { content: "\f073"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-calendar-times:before { content: "\f273"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-calendar-plus:before { content: "\f271"; }
.fa-calendar-minus:before { content: "\f272"; }
.fa-clock-o:before { content: "\f017"; }
.fa-clock:before { content: "\f017"; }
.fa-hourglass-o:before { content: "\f250"; }
.fa-hourglass:before { content: "\f251"; }
.fa-hourglass-start:before { content: "\f251"; }
.fa-hourglass-half:before { content: "\f252"; }
.fa-hourglass-end:before { content: "\f253"; }
.fa-hourglass-1:before { content: "\f251"; }
.fa-hourglass-2:before { content: "\f252"; }
.fa-hourglass-3:before { content: "\f253"; }
.fa-hourglass-empty:before { content: "\f250"; }
.fa-hourglass-full:before { content: "\f253"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-paper-plane-o:before { content: "\f1d9"; }
.fa-send:before { content: "\f1d8"; }
.fa-send-o:before { content: "\f1d9"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-envelope-o:before { content: "\f003"; }
.fa-envelope-open:before { content: "\f2b6"; }
.fa-envelope-open-o:before { content: "\f2b7"; }
.fa-comment:before { content: "\f075"; }
.fa-comment-o:before { content: "\f0e6"; }
.fa-comments:before { content: "\f086"; }
.fa-comments-o:before { content: "\f086"; }
.fa-commenting:before { content: "\f27a"; }
.fa-commenting-o:before { content: "\f27b"; }
.fa-comment-dots:before { content: "\f4ad"; }
.fa-comment-alt:before { content: "\f27a"; }
.fa-comment-alt-o:before { content: "\f27b"; }
.fa-comment-dollar:before { content: "\f651"; }
.fa-comment-check:before { content: "\f7f5"; }
.fa-comments-dollar:before { content: "\f653"; }
.fa-comments-alt:before { content: "\f4b7"; }
.fa-comments-alt2:before { content: "\f4b7"; }
.fa-comments-alt-o:before { content: "\f4b8"; }
.fa-comments-o:before { content: "\f086"; }
.fa-comment:before { content: "\f075"; }
.fa-comment-o:before { content: "\f0e6"; }
.fa-comments:before { content: "\f086"; }
.fa-comments-o:before { content: "\f086"; }
.fa-commenting:before { content: "\f27a"; }
.fa-commenting-o:before { content: "\f27b"; }
.fa-comment-dots:before { content: "\f4ad"; }
.fa-comment-alt:before { content: "\f27a"; }
.fa-comment-alt-o:before { content: "\f27b"; }
.fa-comment-dollar:before { content: "\f651"; }
.fa-comment-check:before { content: "\f7f5"; }
.fa-comments-dollar:before { content: "\f653"; }
.fa-comments-alt:before { content: "\f4b7"; }
.fa-comments-alt2:before { content: "\f4b7"; }
.fa-comments-alt-o:before { content: "\f4b8"; }
.fa-comments-o:before { content: "\f086"; }
.fa-comment:before { content: "\f075"; }
.fa-comment-o:before { content: "\f0e6"; }
.fa-comments:before { content: "\f086"; }
.fa-comments-o:before { content: "\f086"; }
.fa-commenting:before { content: "\f27a"; }
.fa-commenting-o:before { content: "\f27b"; }
.fa-comment-dots:before { content: "\f4ad"; }
.fa-comment-alt:before { content: "\f27a"; }
.fa-comment-alt-o:before { content: "\f27b"; }
.fa-comment-dollar:before { content: "\f651"; }
.fa-comment-check:before { content: "\f7f5"; }
.fa-comments-dollar:before { content: "\f653"; }
.fa-comments-alt:before { content: "\f4b7"; }
.fa-comments-alt2:before { content: "\f4b7"; }
.fa-comments-alt-o:before { content: "\f4b8"; }
.fa-comments-o:before { content: "\f086"; }
.fa-file:before { content: "\f15b"; }
.fa-file-o:before { content: "\f016"; }
.fa-file-text:before { content: "\f15c"; }
.fa-file-text-o:before { content: "\f0f6"; }
.fa-file-code:before { content: "\f1c9"; }
.fa-file-code-o:before { content: "\f1c9"; }
.fa-file-photo:before { content: "\f1c5"; }
.fa-file-picture:before { content: "\f1c5"; }
.fa-file-image:before { content: "\f1c5"; }
.fa-file-img:before { content: "\f1c5"; }
.fa-file-photo-o:before { content: "\f03e"; }
.fa-file-picture-o:before { content: "\f03e"; }
.fa-file-image-o:before { content: "\f03e"; }
.fa-file-archive:before { content: "\f1c6"; }
.fa-file-archive-o:before { content: "\f1c6"; }
.fa-file-zip:before { content: "\f1c6"; }
.fa-file-zip-o:before { content: "\f1c6"; }
.fa-file-excel:before { content: "\f1c3"; }
.fa-file-excel-o:before { content: "\f1c3"; }
.fa-file-powerpoint:before { content: "\f1c4"; }
.fa-file-powerpoint-o:before { content: "\f1c4"; }
.fa-file-word:before { content: "\f1c2"; }
.fa-file-word-o:before { content: "\f1c2"; }
.fa-file-pdf:before { content: "\f1c1"; }
.fa-file-pdf-o:before { content: "\f1c1"; }
.fa-file-video:before { content: "\f1c8"; }
.fa-file-video-o:before { content: "\f1c8"; }
.fa-file-audio:before { content: "\f1c7"; }
.fa-file-audio-o:before { content: "\f1c7"; }
.fa-copy:before { content: "\f0c5"; }
.fa-files-o:before { content: "\f0c5"; }
.fa-paperclip:before { content: "\f0c6"; }
.fa-floppy-o:before { content: "\f0c7"; }
.fa-save:before { content: "\f0c7"; }
.fa-undo:before { content: "\f0e2"; }
.fa-repeat:before { content: "\f01e"; }
.fa-undo-alt:before { content: "\f2ea"; }
.fa-repeat-alt:before { content: "\f2f9"; }
.fa-trash:before { content: "\f1f8"; }
.fa-trash-o:before { content: "\f014"; }
.fa-remove:before { content: "\f00d"; }
.fa-close:before { content: "\f00d"; }
.fa-times:before { content: "\f00d"; }
.fa-archive:before { content: "\f187"; }
.fa-box:before { content: "\f466"; }
.fa-inbox:before { content: "\f01c"; }
.fa-outbox:before { content: "\f01c"; }
.fa-download:before { content: "\f019"; }
.fa-upload:before { content: "\f093"; }
.fa-send:before { content: "\f1d8"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-paper-plane-o:before { content: "\f1d9"; }
.fa-share:before { content: "\f064"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-share-alt-square:before { content: "\f1e1"; }
.fa-thumbs-o-up:before { content: "\f087"; }
.fa-thumbs-o-down:before { content: "\f088"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-thumbs-down:before { content: "\f165"; }
.fa-heart-o:before { content: "\f08a"; }
.fa-heart:before { content: "\f004"; }
.fa-star-o:before { content: "\f006"; }
.fa-star:before { content: "\f005"; }
.fa-star-half:before { content: "\f089"; }
.fa-star-half-o:before { content: "\f123"; }
.fa-star-half-full:before { content: "\f123"; }
.fa-star-half-empty:before { content: "\f123"; }
.fa-flag:before { content: "\f024"; }
.fa-flag-o:before { content: "\f11d"; }
.fa-flag-checkered:before { content: "\f11e"; }
.fa-flag-circle:before { content: "\f11e"; }
.fa-flag-circle-o:before { content: "\f11e"; }
.fa-map-marker:before { content: "\f041"; }
.fa-map-pin:before { content: "\f276"; }
.fa-map-signs:before { content: "\f277"; }
.fa-map-o:before { content: "\f278"; }
.fa-map:before { content: "\f279"; }
.fa-street-view:before { content: "\f21d"; }
.fa-compass:before { content: "\f14e"; }
.fa-dot-circle-o:before { content: "\f192"; }
.fa-circle-o:before { content: "\f10c"; }
.fa-circle:before { content: "\f111"; }
.fa-circle-thin:before { content: "\f0eb"; }
.fa-check:before { content: "\f00c"; }
.fa-check-square:before { content: "\f14a"; }
.fa-check-square-o:before { content: "\f046"; }
.fa-check-circle:before { content: "\f058"; }
.fa-check-circle-o:before { content: "\f05d"; }
.fa-times-circle:before { content: "\f057"; }
.fa-times-circle-o:before { content: "\f05c"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-warning:before { content: "\f071"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-info:before { content: "\f129"; }
.fa-ban:before { content: "\f05e"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-arrow-circle-left:before { content: "\f0a8"; }
.fa-arrow-circle-right:before { content: "\f0a9"; }
.fa-arrow-circle-up:before { content: "\f0aa"; }
.fa-arrow-circle-down:before { content: "\f0ab"; }
.fa-long-arrow-left:before { content: "\f177"; }
.fa-long-arrow-right:before { content: "\f178"; }
.fa-long-arrow-up:before { content: "\f179"; }
.fa-long-arrow-down:before { content: "\f17a"; }
.fa-hand-o-left:before { content: "\f0a5"; }
.fa-hand-o-right:before { content: "\f0a4"; }
.fa-hand-o-up:before { content: "\f0a3"; }
.fa-hand-o-down:before { content: "\f0a7"; }
.fa-hand-left:before { content: "\f0a5"; }
.fa-hand-right:before { content: "\f0a4"; }
.fa-hand-up:before { content: "\f0a3"; }
.fa-hand-down:before { content: "\f0a7"; }
.fa-hand-pointer-o:before { content: "\f25a"; }
.fa-hand-pointer:before { content: "\f25a"; }
.fa-hand-rock-o:before { content: "\f255"; }
.fa-hand-rock:before { content: "\f255"; }
.fa-hand-scissors-o:before { content: "\f257"; }
.fa-hand-scissors:before { content: "\f257"; }
.fa-hand-lizard-o:before { content: "\f258"; }
.fa-hand-lizard:before { content: "\f258"; }
.fa-hand-spock-o:before { content: "\f259"; }
.fa-hand-spock:before { content: "\f259"; }
.fa-hand-paper-o:before { content: "\f256"; }
.fa-hand-paper:before { content: "\f256"; }
.fa-hand-peace-o:before { content: "\f25b"; }
.fa-hand-peace:before { content: "\f25b"; }
.fa-ellipsis-h:before { content: "\f141"; }
.fa-ellipsis-v:before { content: "\f142"; }
.fa-arrows:before { content: "\f047"; }
.fa-arrows-h:before { content: "\f07e"; }
.fa-arrows-v:before { content: "\f07d"; }
.fa-arrows-alt:before { content: "\f0b2"; }
.fa-arrow-circle-o-right:before { content: "\f0a9"; }
.fa-arrow-circle-o-left:before { content: "\f0a8"; }
.fa-arrow-circle-o-up:before { content: "\f0aa"; }
.fa-arrow-circle-o-down:before { content: "\f0ab"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-arrow-circle-right:before { content: "\f0a9"; }
.fa-arrow-circle-left:before { content: "\f0a8"; }
.fa-arrow-circle-up:before { content: "\f0aa"; }
.fa-arrow-circle-down:before { content: "\f0ab"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-caret-left:before { content: "\f0d9"; }
.fa-caret-right:before { content: "\f0da"; }
.fa-caret-up:before { content: "\f0d8"; }
.fa-caret-down:before { content: "\f0dc"; }
.fa-caret-square-o-left:before { content: "\f191"; }
.fa-caret-square-o-right:before { content: "\f152"; }
.fa-caret-square-o-up:before { content: "\f151"; }
.fa-caret-square-o-down:before { content: "\f150"; }
.fa-toggle-down:before { content: "\f150"; }
.fa-toggle-up:before { content: "\f151"; }
.fa-toggle-right:before { content: "\f152"; }
.fa-toggle-left:before { content: "\f191"; }
.fa-arrows-alt-h:before { content: "\f337"; }
.fa-arrows-alt-v:before { content: "\f338"; }
.fa-toggle-on:before { content: "\f205"; }
.fa-toggle-off:before { content: "\f204"; }
.fa-step-forward:before { content: "\f051"; }
.fa-step-backward:before { content: "\f04e"; }
.fa-fast-forward:before { content: "\f050"; }
.fa-fast-backward:before { content: "\f04a"; }
.fa-eject:before { content: "\f052"; }
.fa-play-circle:before { content: "\f144"; }
.fa-play-circle-o:before { content: "\f01d"; }
.fa-pause-circle:before { content: "\f28b"; }
.fa-pause-circle-o:before { content: "\f28c"; }
.fa-stop-circle:before { content: "\f28d"; }
.fa-stop-circle-o:before { content: "\f28e"; }
.fa-backward:before { content: "\f04a"; }
.fa-forward:before { content: "\f050"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-stop:before { content: "\f04d"; }
.fa-volume-off:before { content: "\f026"; }
.fa-volume-down:before { content: "\f027"; }
.fa-volume-up:before { content: "\f028"; }
.fa-microphone:before { content: "\f130"; }
.fa-microphone-slash:before { content: "\f131"; }
.fa-headphones:before { content: "\f025"; }
.fa-headphones-alt:before { content: "\f58f"; }
.fa-headset:before { content: "\f590"; }
.fa-music:before { content: "\f001"; }
.fa-search:before { content: "\f002"; }
.fa-search-minus:before { content: "\f010"; }
.fa-search-plus:before { content: "\f00e"; }
.fa-key:before { content: "\f084"; }
.fa-unlock:before { content: "\f09c"; }
.fa-lock:before { content: "\f023"; }
.fa-unlock-alt:before { content: "\f13e"; }
.fa-lock-open:before { content: "\f3c1"; }
.fa-lock-open-alt:before { content: "\f3c1"; }
.fa-bullhorn:before { content: "\f0a1"; }
.fa-volume-control-phone:before { content: "\f2a0"; }
.fa-address-book:before { content: "\f2b9"; }
.fa-address-book-o:before { content: "\f2ba"; }
.fa-address-card:before { content: "\f2bb"; }
.fa-address-card-o:before { content: "\f2bc"; }
.fa-vcard:before { content: "\f2bb"; }
.fa-vcard-o:before { content: "\f2bc"; }
.fa-id-card:before { content: "\f2c2"; }
.fa-id-card-o:before { content: "\f2c3"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-credit-card-alt:before { content: "\f283"; }
.fa-paypal:before { content: "\f1ed"; }
.fa-google-wallet:before { content: "\f1ee"; }
.fa-cc-visa:before { content: "\f1f0"; }
.fa-cc-mastercard:before { content: "\f1f1"; }
.fa-cc-discover:before { content: "\f1f2"; }
.fa-cc-amex:before { content: "\f1f3"; }
.fa-cc-paypal:before { content: "\f1f4"; }
.fa-cc-stripe:before { content: "\f1f5"; }
.fa-qrcode:before { content: "\f029"; }
.fa-barcode:before { content: "\f02a"; }
.fa-ticket:before { content: "\f145"; }
.fa-ticket-alt:before { content: "\f3ff"; }
.fa-gift:before { content: "\f06b"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-shopping-bag:before { content: "\f290"; }
.fa-shopping-basket:before { content: "\f291"; }
.fa-calendar:before { content: "\f073"; }
.fa-calendar-o:before { content: "\f133"; }
.fa-calendar-plus-o:before { content: "\f271"; }
.fa-calendar-minus-o:before { content: "\f272"; }
.fa-calendar-times-o:before { content: "\f273"; }
.fa-calendar-check-o:before { content: "\f274"; }
.fa-calendar-day:before { content: "\f073"; }
.fa-calendar-week:before { content: "\f073"; }
.fa-calendar-month:before { content: "\f073"; }
.fa-calendar-year:before { content: "\f073"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-calendar-times:before { content: "\f273"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-calendar-plus:before { content: "\f271"; }
.fa-calendar-minus:before { content: "\f272"; }
.fa-clock-o:before { content: "\f017"; }
.fa-clock:before { content: "\f017"; }
.fa-hourglass-o:before { content: "\f250"; }
.fa-hourglass:before { content: "\f251"; }
.fa-hourglass-start:before { content: "\f251"; }
.fa-hourglass-half:before { content: "\f252"; }
.fa-hourglass-end:before { content: "\f253"; }
.fa-hourglass-1:before { content: "\f251"; }
.fa-hourglass-2:before { content: "\f252"; }
.fa-hourglass-3:before { content: "\f253"; }
.fa-hourglass-empty:before { content: "\f250"; }
.fa-hourglass-full:before { content: "\f253"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-paper-plane-o:before { content: "\f1d9"; }
.fa-send:before { content: "\f1d8"; }
.fa-send-o:before { content: "\f1d9"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-envelope-o:before { content: "\f003"; }
.fa-envelope-open:before { content: "\f2b6"; }
.fa-envelope-open-o:before { content: "\f2b7"; }
.fa-comment:before { content: "\f075"; }
.fa-comment-o:before { content: "\f0e6"; }
.fa-comments:before { content: "\f086"; }
.fa-comments-o:before { content: "\f086"; }
.fa-commenting:before { content: "\f27a"; }
.fa-commenting-o:before { content: "\f27b"; }
.fa-comment-dots:before { content: "\f4ad"; }
.fa-comment-alt:before { content: "\f27a"; }
.fa-comment-alt-o:before { content: "\f27b"; }
.fa-comment-dollar:before { content: "\f651"; }
.fa-comment-check:before { content: "\f7f5"; }
.fa