/*! * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url('../font/fontawesome-webfontba72.eot?v=4.0.3'); src: url('../font/fontawesome-webfontd41d.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../font/fontawesome-webfontba72.woff?v=4.0.3') format('woff'), url('../font/fontawesome-webfontba72.ttf?v=4.0.3') format('truetype'), url('../font/fontawesome-webfontba72.svg?v=4.0.3#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } [class^="anp-icon-"]:before, [class*=" anp-icon-"]:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* makes the font 33% larger relative to the icon container */ .anp-icon-lg { font-size: 1.3333333333333333em; line-height: 0.75em; vertical-align: -15%; } .anp-icon-2x { font-size: 2em; } .anp-icon-3x { font-size: 3em; } .anp-icon-4x { font-size: 4em; } .anp-icon-5x { font-size: 5em; } .anp-icon-fw { width: 1.2857142857142858em; text-align: center; } .anp-icon-ul { padding-left: 0; margin-left: 2.142857142857143em; list-style-type: none; } .anp-icon-ul > li { position: relative; } .anp-icon-li { position: absolute; left: -2.142857142857143em; width: 2.142857142857143em; top: 0.14285714285714285em; text-align: center; } .anp-icon-li.anp-icon-lg { left: -1.8571428571428572em; } .anp-icon-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; } .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .anp-icon-spin { -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); } } @-ms-keyframes spin { 0% { -ms-transform: rotate(0deg); } 100% { -ms-transform: rotate(359deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } .anp-icon-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .anp-icon-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } .anp-icon-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } .anp-icon-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } .anp-icon-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } .anp-icon-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .anp-icon-stack-1x, .anp-icon-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .anp-icon-stack-1x { line-height: inherit; } .anp-icon-stack-2x { font-size: 2em; } .anp-icon-inverse { color: #ffffff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .anp-icon-glass:before { content: "\f000"; } .anp-icon-music:before { content: "\f001"; } .anp-icon-search:before { content: "\f002"; } .anp-icon-envelope-o:before { content: "\f003"; } .anp-icon-heart:before { content: "\f004"; } .anp-icon-star:before { content: "\f005"; } .anp-icon-star-o:before { content: "\f006"; } .anp-icon-user:before { content: "\f007"; } .anp-icon-film:before { content: "\f008"; } .anp-icon-th-large:before { content: "\f009"; } .anp-icon-th:before { content: "\f00a"; } .anp-icon-th-list:before { content: "\f00b"; } .anp-icon-check:before { content: "\f00c"; } .anp-icon-times:before { content: "\f00d"; } .anp-icon-search-plus:before { content: "\f00e"; } .anp-icon-search-minus:before { content: "\f010"; } .anp-icon-power-off:before { content: "\f011"; } .anp-icon-signal:before { content: "\f012"; } .anp-icon-gear:before, .anp-icon-cog:before { content: "\f013"; } .anp-icon-trash-o:before { content: "\f014"; } .anp-icon-home:before { content: "\f015"; } .anp-icon-file-o:before { content: "\f016"; } .anp-icon-clock-o:before { content: "\f017"; } .anp-icon-road:before { content: "\f018"; } .anp-icon-download:before { content: "\f019"; } .anp-icon-arrow-circle-o-down:before { content: "\f01a"; } .anp-icon-arrow-circle-o-up:before { content: "\f01b"; } .anp-icon-inbox:before { content: "\f01c"; } .anp-icon-play-circle-o:before { content: "\f01d"; } .anp-icon-rotate-right:before, .anp-icon-repeat:before { content: "\f01e"; } .anp-icon-refresh:before { content: "\f021"; } .anp-icon-list-alt:before { content: "\f022"; } .anp-icon-lock:before { content: "\f023"; } .anp-icon-flag:before { content: "\f024"; } .anp-icon-headphones:before { content: "\f025"; } .anp-icon-volume-off:before { content: "\f026"; } .anp-icon-volume-down:before { content: "\f027"; } .anp-icon-volume-up:before { content: "\f028"; } .anp-icon-qrcode:before { content: "\f029"; } .anp-icon-barcode:before { content: "\f02a"; } .anp-icon-tag:before { content: "\f02b"; } .anp-icon-tags:before { content: "\f02c"; } .anp-icon-book:before { content: "\f02d"; } .anp-icon-bookmark:before { content: "\f02e"; } .anp-icon-print:before { content: "\f02f"; } .anp-icon-camera:before { content: "\f030"; } .anp-icon-font:before { content: "\f031"; } .anp-icon-bold:before { content: "\f032"; } .anp-icon-italic:before { content: "\f033"; } .anp-icon-text-height:before { content: "\f034"; } .anp-icon-text-width:before { content: "\f035"; } .anp-icon-align-left:before { content: "\f036"; } .anp-icon-align-center:before { content: "\f037"; } .anp-icon-align-right:before { content: "\f038"; } .anp-icon-align-justify:before { content: "\f039"; } .anp-icon-list:before { content: "\f03a"; } .anp-icon-dedent:before, .anp-icon-outdent:before { content: "\f03b"; } .anp-icon-indent:before { content: "\f03c"; } .anp-icon-video-camera:before { content: "\f03d"; } .anp-icon-picture-o:before { content: "\f03e"; } .anp-icon-pencil:before { content: "\f040"; } .anp-icon-map-marker:before { content: "\f041"; } .anp-icon-adjust:before { content: "\f042"; } .anp-icon-tint:before { content: "\f043"; } .anp-icon-edit:before, .anp-icon-pencil-square-o:before { content: "\f044"; } .anp-icon-share-square-o:before { content: "\f045"; } .anp-icon-check-square-o:before { content: "\f046"; } .anp-icon-arrows:before { content: "\f047"; } .anp-icon-step-backward:before { content: "\f048"; } .anp-icon-fast-backward:before { content: "\f049"; } .anp-icon-backward:before { content: "\f04a"; } .anp-icon-play:before { content: "\f04b"; } .anp-icon-pause:before { content: "\f04c"; } .anp-icon-stop:before { content: "\f04d"; } .anp-icon-forward:before { content: "\f04e"; } .anp-icon-fast-forward:before { content: "\f050"; } .anp-icon-step-forward:before { content: "\f051"; } .anp-icon-eject:before { content: "\f052"; } .anp-icon-chevron-left:before { content: "\f053"; } .anp-icon-chevron-right:before { content: "\f054"; } .anp-icon-plus-circle:before { content: "\f055"; } .anp-icon-minus-circle:before { content: "\f056"; } .anp-icon-times-circle:before { content: "\f057"; } .anp-icon-check-circle:before { content: "\f058"; } .anp-icon-question-circle:before { content: "\f059"; } .anp-icon-info-circle:before { content: "\f05a"; } .anp-icon-crosshairs:before { content: "\f05b"; } .anp-icon-times-circle-o:before { content: "\f05c"; } .anp-icon-check-circle-o:before { content: "\f05d"; } .anp-icon-ban:before { content: "\f05e"; } .anp-icon-arrow-left:before { content: "\f060"; } .anp-icon-arrow-right:before { content: "\f061"; } .anp-icon-arrow-up:before { content: "\f062"; } .anp-icon-arrow-down:before { content: "\f063"; } .anp-icon-mail-forward:before, .anp-icon-share:before { content: "\f064"; } .anp-icon-expand:before { content: "\f065"; } .anp-icon-compress:before { content: "\f066"; } .anp-icon-plus:before { content: "\f067"; } .anp-icon-minus:before { content: "\f068"; } .anp-icon-asterisk:before { content: "\f069"; } .anp-icon-exclamation-circle:before { content: "\f06a"; } .anp-icon-gift:before { content: "\f06b"; } .anp-icon-leaf:before { content: "\f06c"; } .anp-icon-fire:before { content: "\f06d"; } .anp-icon-eye:before { content: "\f06e"; } .anp-icon-eye-slash:before { content: "\f070"; } .anp-icon-warning:before, .anp-icon-exclamation-triangle:before { content: "\f071"; } .anp-icon-plane:before { content: "\f072"; } .anp-icon-calendar:before { content: "\f073"; } .anp-icon-random:before { content: "\f074"; } .anp-icon-comment:before { content: "\f075"; } .anp-icon-magnet:before { content: "\f076"; } .anp-icon-chevron-up:before { content: "\f077"; } .anp-icon-chevron-down:before { content: "\f078"; } .anp-icon-retweet:before { content: "\f079"; } .anp-icon-shopping-cart:before { content: "\f07a"; } .anp-icon-folder:before { content: "\f07b"; } .anp-icon-folder-open:before { content: "\f07c"; } .anp-icon-arrows-v:before { content: "\f07d"; } .anp-icon-arrows-h:before { content: "\f07e"; } .anp-icon-bar-chart-o:before { content: "\f080"; } .anp-icon-twitter-square:before { content: "\f081"; } .anp-icon-facebook-square:before { content: "\f082"; } .anp-icon-camera-retro:before { content: "\f083"; } .anp-icon-key:before { content: "\f084"; } .anp-icon-gears:before, .anp-icon-cogs:before { content: "\f085"; } .anp-icon-comments:before { content: "\f086"; } .anp-icon-thumbs-o-up:before { content: "\f087"; } .anp-icon-thumbs-o-down:before { content: "\f088"; } .anp-icon-star-half:before { content: "\f089"; } .anp-icon-heart-o:before { content: "\f08a"; } .anp-icon-sign-out:before { content: "\f08b"; } .anp-icon-linkedin-square:before { content: "\f08c"; } .anp-icon-thumb-tack:before { content: "\f08d"; } .anp-icon-external-link:before { content: "\f08e"; } .anp-icon-sign-in:before { content: "\f090"; } .anp-icon-trophy:before { content: "\f091"; } .anp-icon-github-square:before { content: "\f092"; } .anp-icon-upload:before { content: "\f093"; } .anp-icon-lemon-o:before { content: "\f094"; } .anp-icon-phone:before { content: "\f095"; } .anp-icon-square-o:before { content: "\f096"; } .anp-icon-bookmark-o:before { content: "\f097"; } .anp-icon-phone-square:before { content: "\f098"; } .anp-icon-twitter:before { content: "\f099"; } .anp-icon-facebook:before { content: "\f09a"; } .anp-icon-github:before { content: "\f09b"; } .anp-icon-unlock:before { content: "\f09c"; } .anp-icon-credit-card:before { content: "\f09d"; } .anp-icon-rss:before { content: "\f09e"; } .anp-icon-hdd-o:before { content: "\f0a0"; } .anp-icon-bullhorn:before { content: "\f0a1"; } .anp-icon-bell:before { content: "\f0f3"; } .anp-icon-certificate:before { content: "\f0a3"; } .anp-icon-hand-o-right:before { content: "\f0a4"; } .anp-icon-hand-o-left:before { content: "\f0a5"; } .anp-icon-hand-o-up:before { content: "\f0a6"; } .anp-icon-hand-o-down:before { content: "\f0a7"; } .anp-icon-arrow-circle-left:before { content: "\f0a8"; } .anp-icon-arrow-circle-right:before { content: "\f0a9"; } .anp-icon-arrow-circle-up:before { content: "\f0aa"; } .anp-icon-arrow-circle-down:before { content: "\f0ab"; } .anp-icon-globe:before { content: "\f0ac"; } .anp-icon-wrench:before { content: "\f0ad"; } .anp-icon-tasks:before { content: "\f0ae"; } .anp-icon-filter:before { content: "\f0b0"; } .anp-icon-briefcase:before { content: "\f0b1"; } .anp-icon-arrows-alt:before { content: "\f0b2"; } .anp-icon-group:before, .anp-icon-users:before { content: "\f0c0"; } .anp-icon-chain:before, .anp-icon-link:before { content: "\f0c1"; } .anp-icon-cloud:before { content: "\f0c2"; } .anp-icon-flask:before { content: "\f0c3"; } .anp-icon-cut:before, .anp-icon-scissors:before { content: "\f0c4"; } .anp-icon-copy:before, .anp-icon-files-o:before { content: "\f0c5"; } .anp-icon-paperclip:before { content: "\f0c6"; } .anp-icon-save:before, .anp-icon-floppy-o:before { content: "\f0c7"; } .anp-icon-square:before { content: "\f0c8"; } .anp-icon-bars:before { content: "\f0c9"; } .anp-icon-list-ul:before { content: "\f0ca"; } .anp-icon-list-ol:before { content: "\f0cb"; } .anp-icon-strikethrough:before { content: "\f0cc"; } .anp-icon-underline:before { content: "\f0cd"; } .anp-icon-table:before { content: "\f0ce"; } .anp-icon-magic:before { content: "\f0d0"; } .anp-icon-truck:before { content: "\f0d1"; } .anp-icon-pinterest:before { content: "\f0d2"; } .anp-icon-pinterest-square:before { content: "\f0d3"; } .anp-icon-google-plus-square:before { content: "\f0d4"; } .anp-icon-google-plus:before { content: "\f0d5"; } .anp-icon-money:before { content: "\f0d6"; } .anp-icon-caret-down:before { content: "\f0d7"; } .anp-icon-caret-up:before { content: "\f0d8"; } .anp-icon-caret-left:before { content: "\f0d9"; } .anp-icon-caret-right:before { content: "\f0da"; } .anp-icon-columns:before { content: "\f0db"; } .anp-icon-unsorted:before, .anp-icon-sort:before { content: "\f0dc"; } .anp-icon-sort-down:before, .anp-icon-sort-asc:before { content: "\f0dd"; } .anp-icon-sort-up:before, .anp-icon-sort-desc:before { content: "\f0de"; } .anp-icon-envelope:before { content: "\f0e0"; } .anp-icon-linkedin:before { content: "\f0e1"; } .anp-icon-rotate-left:before, .anp-icon-undo:before { content: "\f0e2"; } .anp-icon-legal:before, .anp-icon-gavel:before { content: "\f0e3"; } .anp-icon-dashboard:before, .anp-icon-tachometer:before { content: "\f0e4"; } .anp-icon-comment-o:before { content: "\f0e5"; } .anp-icon-comments-o:before { content: "\f0e6"; } .anp-icon-flash:before, .anp-icon-bolt:before { content: "\f0e7"; } .anp-icon-sitemap:before { content: "\f0e8"; } .anp-icon-umbrella:before { content: "\f0e9"; } .anp-icon-paste:before, .anp-icon-clipboard:before { content: "\f0ea"; } .anp-icon-lightbulb-o:before { content: "\f0eb"; } .anp-icon-exchange:before { content: "\f0ec"; } .anp-icon-cloud-download:before { content: "\f0ed"; } .anp-icon-cloud-upload:before { content: "\f0ee"; } .anp-icon-user-md:before { content: "\f0f0"; } .anp-icon-stethoscope:before { content: "\f0f1"; } .anp-icon-suitcase:before { content: "\f0f2"; } .anp-icon-bell-o:before { content: "\f0a2"; } .anp-icon-coffee:before { content: "\f0f4"; } .anp-icon-cutlery:before { content: "\f0f5"; } .anp-icon-file-text-o:before { content: "\f0f6"; } .anp-icon-building-o:before { content: "\f0f7"; } .anp-icon-hospital-o:before { content: "\f0f8"; } .anp-icon-ambulance:before { content: "\f0f9"; } .anp-icon-medkit:before { content: "\f0fa"; } .anp-icon-fighter-jet:before { content: "\f0fb"; } .anp-icon-beer:before { content: "\f0fc"; } .anp-icon-h-square:before { content: "\f0fd"; } .anp-icon-plus-square:before { content: "\f0fe"; } .anp-icon-angle-double-left:before { content: "\f100"; } .anp-icon-angle-double-right:before { content: "\f101"; } .anp-icon-angle-double-up:before { content: "\f102"; } .anp-icon-angle-double-down:before { content: "\f103"; } .anp-icon-angle-left:before { content: "\f104"; } .anp-icon-angle-right:before { content: "\f105"; } .anp-icon-angle-up:before { content: "\f106"; } .anp-icon-angle-down:before { content: "\f107"; } .anp-icon-desktop:before { content: "\f108"; } .anp-icon-laptop:before { content: "\f109"; } .anp-icon-tablet:before { content: "\f10a"; } .anp-icon-mobile-phone:before, .anp-icon-mobile:before { content: "\f10b"; } .anp-icon-circle-o:before { content: "\f10c"; } .anp-icon-quote-left:before { content: "\f10d"; } .anp-icon-quote-right:before { content: "\f10e"; } .anp-icon-spinner:before { content: "\f110"; } .anp-icon-circle:before { content: "\f111"; } .anp-icon-mail-reply:before, .anp-icon-reply:before { content: "\f112"; } .anp-icon-github-alt:before { content: "\f113"; } .anp-icon-folder-o:before { content: "\f114"; } .anp-icon-folder-open-o:before { content: "\f115"; } .anp-icon-smile-o:before { content: "\f118"; } .anp-icon-frown-o:before { content: "\f119"; } .anp-icon-meh-o:before { content: "\f11a"; } .anp-icon-gamepad:before { content: "\f11b"; } .anp-icon-keyboard-o:before { content: "\f11c"; } .anp-icon-flag-o:before { content: "\f11d"; } .anp-icon-flag-checkered:before { content: "\f11e"; } .anp-icon-terminal:before { content: "\f120"; } .anp-icon-code:before { content: "\f121"; } .anp-icon-reply-all:before { content: "\f122"; } .anp-icon-mail-reply-all:before { content: "\f122"; } .anp-icon-star-half-empty:before, .anp-icon-star-half-full:before, .anp-icon-star-half-o:before { content: "\f123"; } .anp-icon-location-arrow:before { content: "\f124"; } .anp-icon-crop:before { content: "\f125"; } .anp-icon-code-fork:before { content: "\f126"; } .anp-icon-unlink:before, .anp-icon-chain-broken:before { content: "\f127"; } .anp-icon-question:before { content: "\f128"; } .anp-icon-info:before { content: "\f129"; } .anp-icon-exclamation:before { content: "\f12a"; } .anp-icon-superscript:before { content: "\f12b"; } .anp-icon-subscript:before { content: "\f12c"; } .anp-icon-eraser:before { content: "\f12d"; } .anp-icon-puzzle-piece:before { content: "\f12e"; } .anp-icon-microphone:before { content: "\f130"; } .anp-icon-microphone-slash:before { content: "\f131"; } .anp-icon-shield:before { content: "\f132"; } .anp-icon-calendar-o:before { content: "\f133"; } .anp-icon-fire-extinguisher:before { content: "\f134"; } .anp-icon-rocket:before { content: "\f135"; } .anp-icon-maxcdn:before { content: "\f136"; } .anp-icon-chevron-circle-left:before { content: "\f137"; } .anp-icon-chevron-circle-right:before { content: "\f138"; } .anp-icon-chevron-circle-up:before { content: "\f139"; } .anp-icon-chevron-circle-down:before { content: "\f13a"; } .anp-icon-html5:before { content: "\f13b"; } .anp-icon-css3:before { content: "\f13c"; } .anp-icon-anchor:before { content: "\f13d"; } .anp-icon-unlock-alt:before { content: "\f13e"; } .anp-icon-bullseye:before { content: "\f140"; } .anp-icon-ellipsis-h:before { content: "\f141"; } .anp-icon-ellipsis-v:before { content: "\f142"; } .anp-icon-rss-square:before { content: "\f143"; } .anp-icon-play-circle:before { content: "\f144"; } .anp-icon-ticket:before { content: "\f145"; } .anp-icon-minus-square:before { content: "\f146"; } .anp-icon-minus-square-o:before { content: "\f147"; } .anp-icon-level-up:before { content: "\f148"; } .anp-icon-level-down:before { content: "\f149"; } .anp-icon-check-square:before { content: "\f14a"; } .anp-icon-pencil-square:before { content: "\f14b"; } .anp-icon-external-link-square:before { content: "\f14c"; } .anp-icon-share-square:before { content: "\f14d"; } .anp-icon-compass:before { content: "\f14e"; } .anp-icon-toggle-down:before, .anp-icon-caret-square-o-down:before { content: "\f150"; } .anp-icon-toggle-up:before, .anp-icon-caret-square-o-up:before { content: "\f151"; } .anp-icon-toggle-right:before, .anp-icon-caret-square-o-right:before { content: "\f152"; } .anp-icon-euro:before, .anp-icon-eur:before { content: "\f153"; } .anp-icon-gbp:before { content: "\f154"; } .anp-icon-dollar:before, .anp-icon-usd:before { content: "\f155"; } .anp-icon-rupee:before, .anp-icon-inr:before { content: "\f156"; } .anp-icon-cny:before, .anp-icon-rmb:before, .anp-icon-yen:before, .anp-icon-jpy:before { content: "\f157"; } .anp-icon-ruble:before, .anp-icon-rouble:before, .anp-icon-rub:before { content: "\f158"; } .anp-icon-won:before, .anp-icon-krw:before { content: "\f159"; } .anp-icon-bitcoin:before, .anp-icon-btc:before { content: "\f15a"; } .anp-icon-file:before { content: "\f15b"; } .anp-icon-file-text:before { content: "\f15c"; } .anp-icon-sort-alpha-asc:before { content: "\f15d"; } .anp-icon-sort-alpha-desc:before { content: "\f15e"; } .anp-icon-sort-amount-asc:before { content: "\f160"; } .anp-icon-sort-amount-desc:before { content: "\f161"; } .anp-icon-sort-numeric-asc:before { content: "\f162"; } .anp-icon-sort-numeric-desc:before { content: "\f163"; } .anp-icon-thumbs-up:before { content: "\f164"; } .anp-icon-thumbs-down:before { content: "\f165"; } .anp-icon-youtube-square:before { content: "\f166"; } .anp-icon-youtube:before { content: "\f167"; } .anp-icon-xing:before { content: "\f168"; } .anp-icon-xing-square:before { content: "\f169"; } .anp-icon-youtube-play:before { content: "\f16a"; } .anp-icon-dropbox:before { content: "\f16b"; } .anp-icon-stack-overflow:before { content: "\f16c"; } .anp-icon-instagram:before { content: "\f16d"; } .anp-icon-flickr:before { content: "\f16e"; } .anp-icon-adn:before { content: "\f170"; } .anp-icon-bitbucket:before { content: "\f171"; } .anp-icon-bitbucket-square:before { content: "\f172"; } .anp-icon-tumblr:before { content: "\f173"; } .anp-icon-tumblr-square:before { content: "\f174"; } .anp-icon-long-arrow-down:before { content: "\f175"; } .anp-icon-long-arrow-up:before { content: "\f176"; } .anp-icon-long-arrow-left:before { content: "\f177"; } .anp-icon-long-arrow-right:before { content: "\f178"; } .anp-icon-apple:before { content: "\f179"; } .anp-icon-windows:before { content: "\f17a"; } .anp-icon-android:before { content: "\f17b"; } .anp-icon-linux:before { content: "\f17c"; } .anp-icon-dribbble:before { content: "\f17d"; } .anp-icon-skype:before { content: "\f17e"; } .anp-icon-foursquare:before { content: "\f180"; } .anp-icon-trello:before { content: "\f181"; } .anp-icon-female:before { content: "\f182"; } .anp-icon-male:before { content: "\f183"; } .anp-icon-gittip:before { content: "\f184"; } .anp-icon-sun-o:before { content: "\f185"; } .anp-icon-moon-o:before { content: "\f186"; } .anp-icon-archive:before { content: "\f187"; } .anp-icon-bug:before { content: "\f188"; } .anp-icon-vk:before { content: "\f189"; } .anp-icon-weibo:before { content: "\f18a"; } .anp-icon-renren:before { content: "\f18b"; } .anp-icon-pagelines:before { content: "\f18c"; } .anp-icon-stack-exchange:before { content: "\f18d"; } .anp-icon-arrow-circle-o-right:before { content: "\f18e"; } .anp-icon-arrow-circle-o-left:before { content: "\f190"; } .anp-icon-toggle-left:before, .anp-icon-caret-square-o-left:before { content: "\f191"; } .anp-icon-dot-circle-o:before { content: "\f192"; } .anp-icon-wheelchair:before { content: "\f193"; } .anp-icon-vimeo-square:before { content: "\f194"; } .anp-icon-turkish-lira:before, .anp-icon-try:before { content: "\f195"; } .anp-icon-plus-square-o:before { content: "\f196"; }