| 1 |
/*! |
| 2 |
* @package IcoFont |
| 3 |
* @version 1.0.1 |
| 4 |
* @author |
| 5 |
* @copyright 2024 |
| 6 |
* @license - https://icofont.com/license/ |
| 7 |
*/ |
| 8 |
|
| 9 |
@font-face |
| 10 |
{ |
| 11 |
|
| 12 |
font-family: "IcoFont"; |
| 13 |
font-weight: normal; |
| 14 |
font-style: "Regular"; |
| 15 |
src: url("./fonts/icofont.woff2") format("woff2"), |
| 16 |
url("./fonts/icofont.woff") format("woff"); |
| 17 |
} |
| 18 |
|
| 19 |
[class^="icofont-"], [class*=" icofont-"] |
| 20 |
{ |
| 21 |
font-family: 'IcoFont' !important; |
| 22 |
speak: none; |
| 23 |
font-style: normal; |
| 24 |
font-weight: normal; |
| 25 |
font-variant: normal; |
| 26 |
text-transform: none; |
| 27 |
white-space: nowrap; |
| 28 |
word-wrap: normal; |
| 29 |
direction: ltr; |
| 30 |
line-height: 1; |
| 31 |
/* Better Font Rendering =========== */ |
| 32 |
-webkit-font-feature-settings: "liga"; |
| 33 |
-webkit-font-smoothing: antialiased; |
| 34 |
} |
| 35 |
|
| 36 |
.icofont-upload-alt:before |
| 37 |
{ |
| 38 |
content: "\f01c"; |
| 39 |
} |
| 40 |
|
| 41 |
.icofont-upload:before |
| 42 |
{ |
| 43 |
content: "\f01d"; |
| 44 |
} |
| 45 |
|
| 46 |
.icofont-cloud-upload:before |
| 47 |
{ |
| 48 |
content: "\eee7"; |
| 49 |
} |
| 50 |
|
| 51 |
.icofont-eye-alt:before |
| 52 |
{ |
| 53 |
content: "\ef21"; |
| 54 |
} |
| 55 |
|
| 56 |
.icofont-code-alt:before |
| 57 |
{ |
| 58 |
content: "\ede6"; |
| 59 |
} |
| 60 |
|
| 61 |
.icofont-code-not-allowed:before |
| 62 |
{ |
| 63 |
content: "\eee9"; |
| 64 |
} |
| 65 |
|
| 66 |
.icofont-vscode:before |
| 67 |
{ |
| 68 |
content: "\f03b"; |
| 69 |
} |
| 70 |
|
| 71 |
.icofont-shield:before |
| 72 |
{ |
| 73 |
content: "\efe6"; |
| 74 |
} |
| 75 |
|
| 76 |
.icofont-shield-alt:before |
| 77 |
{ |
| 78 |
content: "\e81a"; |
| 79 |
} |
| 80 |
|
| 81 |
.icofont-rounded-down:before |
| 82 |
{ |
| 83 |
content: "\ea99"; |
| 84 |
} |
| 85 |
|
| 86 |
.icofont-rounded-left-down:before |
| 87 |
{ |
| 88 |
content: "\ea9b"; |
| 89 |
} |
| 90 |
|
| 91 |
.icofont-rounded-left-up:before |
| 92 |
{ |
| 93 |
content: "\ea9c"; |
| 94 |
} |
| 95 |
|
| 96 |
.icofont-rounded-left:before |
| 97 |
{ |
| 98 |
content: "\ea9d"; |
| 99 |
} |
| 100 |
|
| 101 |
.icofont-rounded-right-down:before |
| 102 |
{ |
| 103 |
content: "\ea9e"; |
| 104 |
} |
| 105 |
|
| 106 |
.icofont-rounded-right-up:before |
| 107 |
{ |
| 108 |
content: "\ea9f"; |
| 109 |
} |
| 110 |
|
| 111 |
.icofont-rounded-right:before |
| 112 |
{ |
| 113 |
content: "\eaa0"; |
| 114 |
} |
| 115 |
|
| 116 |
.icofont-rounded-up:before |
| 117 |
{ |
| 118 |
content: "\eaa1"; |
| 119 |
} |
| 120 |
|
| 121 |
.icofont-rounded-double-right:before |
| 122 |
{ |
| 123 |
content: "\ea98"; |
| 124 |
} |
| 125 |
|
| 126 |
.icofont-rounded-double-left:before |
| 127 |
{ |
| 128 |
content: "\ea97"; |
| 129 |
} |
| 130 |
|
| 131 |
.icofont-ui-play:before |
| 132 |
{ |
| 133 |
content: "\ec74"; |
| 134 |
} |
| 135 |
|
| 136 |
.icofont-play:before |
| 137 |
{ |
| 138 |
content: "\ecaa"; |
| 139 |
} |
| 140 |
|
| 141 |
.icofont-play-alt-2:before |
| 142 |
{ |
| 143 |
content: "\eca7"; |
| 144 |
} |
| 145 |
|
| 146 |
.icofont-spinner-alt-3:before |
| 147 |
{ |
| 148 |
content: "\eff6"; |
| 149 |
} |
| 150 |
|
| 151 |
.icofont-spinner-alt-5:before |
| 152 |
{ |
| 153 |
content: "\eff8"; |
| 154 |
} |
| 155 |
|
| 156 |
.icofont-ui-volume:before |
| 157 |
{ |
| 158 |
content: "\ec94"; |
| 159 |
} |
| 160 |
|
| 161 |
.icofont-volume-up:before |
| 162 |
{ |
| 163 |
content: "\ecba"; |
| 164 |
} |
| 165 |
|
| 166 |
.icofont-volume-down:before |
| 167 |
{ |
| 168 |
content: "\ecb7"; |
| 169 |
} |
| 170 |
|
| 171 |
.icofont-mute-volume:before |
| 172 |
{ |
| 173 |
content: "\eca4"; |
| 174 |
} |
| 175 |
|
| 176 |
.icofont-volume-mute:before |
| 177 |
{ |
| 178 |
content: "\ecb8"; |
| 179 |
} |
| 180 |
|
| 181 |
.icofont-expand:before |
| 182 |
{ |
| 183 |
content: "\ef1e"; |
| 184 |
} |
| 185 |
|
| 186 |
.icofont-close:before |
| 187 |
{ |
| 188 |
content: "\eee4"; |
| 189 |
} |
| 190 |
|
| 191 |
.icofont-close-line:before |
| 192 |
{ |
| 193 |
content: "\eee1"; |
| 194 |
} |
| 195 |
|
| 196 |
.icofont-close-circled:before |
| 197 |
{ |
| 198 |
content: "\eedd"; |
| 199 |
} |
| 200 |
|
| 201 |
.icofont-search-1:before |
| 202 |
{ |
| 203 |
content: "\ed11"; |
| 204 |
} |
| 205 |
|
| 206 |
.icofont-search-2:before |
| 207 |
{ |
| 208 |
content: "\ed12"; |
| 209 |
} |
| 210 |
|
| 211 |
.icofont-ui-search:before |
| 212 |
{ |
| 213 |
content: "\ec82"; |
| 214 |
} |
| 215 |
|
| 216 |
.icofont-check:before |
| 217 |
{ |
| 218 |
content: "\eed8"; |
| 219 |
} |
| 220 |
|
| 221 |
.icofont-check-alt:before |
| 222 |
{ |
| 223 |
content: "\eed6"; |
| 224 |
} |
| 225 |
|
| 226 |
.icofont-verification-check:before |
| 227 |
{ |
| 228 |
content: "\f021"; |
| 229 |
} |
| 230 |
|
| 231 |
.icofont-life-ring:before |
| 232 |
{ |
| 233 |
content: "\ef6a"; |
| 234 |
} |
| 235 |
|
| 236 |
.icofont-paint:before |
| 237 |
{ |
| 238 |
content: "\efb3"; |
| 239 |
} |
| 240 |
|
| 241 |
.icofont-long-arrow-down:before |
| 242 |
{ |
| 243 |
content: "\ea92"; |
| 244 |
} |
| 245 |
|
| 246 |
.icofont-long-arrow-left:before |
| 247 |
{ |
| 248 |
content: "\ea93"; |
| 249 |
} |
| 250 |
|
| 251 |
.icofont-long-arrow-right:before |
| 252 |
{ |
| 253 |
content: "\ea94"; |
| 254 |
} |
| 255 |
|
| 256 |
.icofont-long-arrow-up:before |
| 257 |
{ |
| 258 |
content: "\ea95"; |
| 259 |
} |
| 260 |
|
| 261 |
.icofont-simple-left:before |
| 262 |
{ |
| 263 |
content: "\eab5"; |
| 264 |
} |
| 265 |
|
| 266 |
.icofont-bubble-left:before |
| 267 |
{ |
| 268 |
content: "\ea64"; |
| 269 |
} |
| 270 |
|
| 271 |
.icofont-caret-left:before |
| 272 |
{ |
| 273 |
content: "\ea68"; |
| 274 |
} |
| 275 |
|
| 276 |
.icofont-caret-right:before |
| 277 |
{ |
| 278 |
content: "\ea69"; |
| 279 |
} |
| 280 |
|
| 281 |
.icofont-bubble-right:before |
| 282 |
{ |
| 283 |
content: "\ea65"; |
| 284 |
} |
| 285 |
|
| 286 |
.icofont-simple-right:before |
| 287 |
{ |
| 288 |
content: "\eab8"; |
| 289 |
} |
| 290 |
|
| 291 |
.icofont-plus:before |
| 292 |
{ |
| 293 |
content: "\efc2"; |
| 294 |
} |
| 295 |
|
| 296 |
.icofont-plus-circle:before |
| 297 |
{ |
| 298 |
content: "\efc0"; |
| 299 |
} |
| 300 |
|
| 301 |
.icofont-copy-invert:before |
| 302 |
{ |
| 303 |
content: "\ede9"; |
| 304 |
} |
| 305 |
|
| 306 |
.icofont-ui-copy:before |
| 307 |
{ |
| 308 |
content: "\ec51"; |
| 309 |
} |
| 310 |
|
| 311 |
.icofont-question-circle:before |
| 312 |
{ |
| 313 |
content: "\efca"; |
| 314 |
} |
| 315 |
|
| 316 |
.icofont-minus:before |
| 317 |
{ |
| 318 |
content: "\ef9a"; |
| 319 |
} |
| 320 |
|
| 321 |
.icofont-minus-circle:before |
| 322 |
{ |
| 323 |
content: "\ef98"; |
| 324 |
} |
| 325 |
|
| 326 |
.icofont-download-alt:before |
| 327 |
{ |
| 328 |
content: "\ef07"; |
| 329 |
} |
| 330 |
|
| 331 |
.icofont-downloaded:before |
| 332 |
{ |
| 333 |
content: "\ef09"; |
| 334 |
} |
| 335 |
|
| 336 |
.icofont-loop:before |
| 337 |
{ |
| 338 |
content: "\ef80"; |
| 339 |
} |
| 340 |
|
| 341 |
.icofont-blood-drop:before |
| 342 |
{ |
| 343 |
content: "\ec0d"; |
| 344 |
} |
| 345 |
|
| 346 |
.icofont-volume-off:before |
| 347 |
{ |
| 348 |
content: "\ecb9"; |
| 349 |
} |
| 350 |
|
| 351 |
.icofont-user-male:before |
| 352 |
{ |
| 353 |
content: "\ed03"; |
| 354 |
} |
| 355 |
|
| 356 |
.icofont-close-line-circled:before |
| 357 |
{ |
| 358 |
content: "\eede"; |
| 359 |
} |
| 360 |
|
| 361 |
.icofont-check-circled:before |
| 362 |
{ |
| 363 |
content: "\eed7"; |
| 364 |
} |
| 365 |
|
| 366 |
.icofont-drag:before |
| 367 |
{ |
| 368 |
content: "\ef0a"; |
| 369 |
} |
| 370 |
|
| 371 |
.icofont-drag1:before |
| 372 |
{ |
| 373 |
content: "\ef0b"; |
| 374 |
} |
| 375 |
|
| 376 |
.icofont-envelope:before |
| 377 |
{ |
| 378 |
content: "\ef14"; |
| 379 |
} |
| 380 |
|
| 381 |
.icofont-envelope-open:before |
| 382 |
{ |
| 383 |
content: "\ef13"; |
| 384 |
} |
| 385 |
|
| 386 |
.icofont-gear:before |
| 387 |
{ |
| 388 |
content: "\ef3a"; |
| 389 |
} |
| 390 |
|
| 391 |
.icofont-gears:before |
| 392 |
{ |
| 393 |
content: "\ef3b"; |
| 394 |
} |
| 395 |
|
| 396 |
.icofont-gear-alt:before |
| 397 |
{ |
| 398 |
content: "\ef39"; |
| 399 |
} |
| 400 |
|
| 401 |
.icofont-hand:before |
| 402 |
{ |
| 403 |
content: "\ef41"; |
| 404 |
} |
| 405 |
|
| 406 |
.icofont-location-pin:before |
| 407 |
{ |
| 408 |
content: "\ef79"; |
| 409 |
} |
| 410 |
|
| 411 |
.icofont-toggle-off:before |
| 412 |
{ |
| 413 |
content: "\f011"; |
| 414 |
} |
| 415 |
|
| 416 |
.icofont-toggle-on:before |
| 417 |
{ |
| 418 |
content: "\f012"; |
| 419 |
} |
| 420 |
|
| 421 |
.icofont-question:before |
| 422 |
{ |
| 423 |
content: "\efcc"; |
| 424 |
} |
| 425 |
|
| 426 |
.icofont-outdent:before |
| 427 |
{ |
| 428 |
content: "\edf9"; |
| 429 |
} |
| 430 |
|
| 431 |
.icofont-settings-alt:before |
| 432 |
{ |
| 433 |
content: "\efe1"; |
| 434 |
} |
| 435 |
|
| 436 |
.icofont-monitor:before |
| 437 |
{ |
| 438 |
content: "\ea48"; |
| 439 |
} |
| 440 |
|
| 441 |
.icofont-ui-mute:before |
| 442 |
{ |
| 443 |
content: "\ec6c"; |
| 444 |
} |
| 445 |
|
| 446 |
.icofont-brand-whatsapp:before |
| 447 |
{ |
| 448 |
content: "\e957"; |
| 449 |
} |
| 450 |
|
| 451 |
.icofont-whatsapp:before |
| 452 |
{ |
| 453 |
content: "\ed86"; |
| 454 |
} |
| 455 |
|
| 456 |
.icofont-ui-messaging:before |
| 457 |
{ |
| 458 |
content: "\ec68"; |
| 459 |
} |
| 460 |
|
| 461 |
.icofont-ui-message:before |
| 462 |
{ |
| 463 |
content: "\ec67"; |
| 464 |
} |
| 465 |
|
| 466 |
.icofont-text-height:before |
| 467 |
{ |
| 468 |
content: "\ee07"; |
| 469 |
} |
| 470 |
|
| 471 |
.icofont-text-width:before |
| 472 |
{ |
| 473 |
content: "\ee08"; |
| 474 |
} |
| 475 |
|
| 476 |
.icofont-mobile-phone:before |
| 477 |
{ |
| 478 |
content: "\ef9b"; |
| 479 |
} |
| 480 |
|
| 481 |
.icofont-ui-video-message:before |
| 482 |
{ |
| 483 |
content: "\ec91"; |
| 484 |
} |
| 485 |
|
| 486 |
.icofont-ui-text-chat:before |
| 487 |
{ |
| 488 |
content: "\ec86"; |
| 489 |
} |
| 490 |
|
| 491 |
.icofont-ui-video-chat:before |
| 492 |
{ |
| 493 |
content: "\ec90"; |
| 494 |
} |
| 495 |
|
| 496 |
.icofont-wechat:before |
| 497 |
{ |
| 498 |
content: "\ed84"; |
| 499 |
} |
| 500 |
|
| 501 |
.icofont-chat:before |
| 502 |
{ |
| 503 |
content: "\eed5"; |
| 504 |
} |
| 505 |
|
| 506 |
.icofont-snapchat:before |
| 507 |
{ |
| 508 |
content: "\ed6c"; |
| 509 |
} |
| 510 |
|
| 511 |
.icofont-ui-chat:before |
| 512 |
{ |
| 513 |
content: "\ec4a"; |
| 514 |
} |
| 515 |
|
| 516 |
.icofont-brand-snapchat:before |
| 517 |
{ |
| 518 |
content: "\e936"; |
| 519 |
} |
| 520 |
|
| 521 |
.icofont-ui-call:before |
| 522 |
{ |
| 523 |
content: "\ec46"; |
| 524 |
} |
| 525 |
|
| 526 |
.icofont-telephone:before |
| 527 |
{ |
| 528 |
content: "\f008"; |
| 529 |
} |
| 530 |
|
| 531 |
.icofont-address-book:before |
| 532 |
{ |
| 533 |
content: "\eea1"; |
| 534 |
} |
| 535 |
|
| 536 |
.icofont-google-map:before |
| 537 |
{ |
| 538 |
content: "\ed42"; |
| 539 |
} |
| 540 |
|
| 541 |
.icofont-search-map:before |
| 542 |
{ |
| 543 |
content: "\ed16"; |
| 544 |
} |
| 545 |
|
| 546 |
.icofont-ui-map:before |
| 547 |
{ |
| 548 |
content: "\ec66"; |
| 549 |
} |
| 550 |
|
| 551 |
.icofont-map-pins:before |
| 552 |
{ |
| 553 |
content: "\ef8a"; |
| 554 |
} |
| 555 |
|
| 556 |
.icofont-map:before |
| 557 |
{ |
| 558 |
content: "\ef8b"; |
| 559 |
} |
| 560 |
|
| 561 |
.icofont-crown-king:before |
| 562 |
{ |
| 563 |
content: "\e806"; |
| 564 |
} |
| 565 |
|
| 566 |
.icofont-crown-queen:before |
| 567 |
{ |
| 568 |
content: "\e807"; |
| 569 |
} |
| 570 |
|
| 571 |
.icofont-dart:before |
| 572 |
{ |
| 573 |
content: "\e808"; |
| 574 |
} |
| 575 |
|
| 576 |
.icofont-flora-flower:before |
| 577 |
{ |
| 578 |
content: "\e80c"; |
| 579 |
} |
| 580 |
|
| 581 |
.icofont-gift-box:before |
| 582 |
{ |
| 583 |
content: "\e80e"; |
| 584 |
} |
| 585 |
|
| 586 |
.icofont-halloween-pumpkin:before |
| 587 |
{ |
| 588 |
content: "\e80f"; |
| 589 |
} |
| 590 |
|
| 591 |
.icofont-hand-power:before |
| 592 |
{ |
| 593 |
content: "\e810"; |
| 594 |
} |
| 595 |
|
| 596 |
.icofont-sand-clock:before |
| 597 |
{ |
| 598 |
content: "\e819"; |
| 599 |
} |
| 600 |
|
| 601 |
.icofont-love:before |
| 602 |
{ |
| 603 |
content: "\e813"; |
| 604 |
} |
| 605 |
|
| 606 |
.icofont-ship-wheel:before |
| 607 |
{ |
| 608 |
content: "\e81b"; |
| 609 |
} |
| 610 |
|
| 611 |
.icofont-snowmobile:before |
| 612 |
{ |
| 613 |
content: "\e81e"; |
| 614 |
} |
| 615 |
|
| 616 |
.icofont-space-shuttle:before |
| 617 |
{ |
| 618 |
content: "\e81f"; |
| 619 |
} |
| 620 |
|
| 621 |
.icofont-star-shape:before |
| 622 |
{ |
| 623 |
content: "\e820"; |
| 624 |
} |
| 625 |
|
| 626 |
.icofont-tree-alt:before |
| 627 |
{ |
| 628 |
content: "\e824"; |
| 629 |
} |
| 630 |
|
| 631 |
.icofont-unity-hand:before |
| 632 |
{ |
| 633 |
content: "\e826"; |
| 634 |
} |
| 635 |
|
| 636 |
.icofont-woman-bird:before |
| 637 |
{ |
| 638 |
content: "\e828"; |
| 639 |
} |
| 640 |
|
| 641 |
.icofont-butterfly:before |
| 642 |
{ |
| 643 |
content: "\e834"; |
| 644 |
} |
| 645 |
|
| 646 |
.icofont-camel:before |
| 647 |
{ |
| 648 |
content: "\e837"; |
| 649 |
} |
| 650 |
|
| 651 |
.icofont-cow:before |
| 652 |
{ |
| 653 |
content: "\e83f"; |
| 654 |
} |
| 655 |
|
| 656 |
.icofont-crab:before |
| 657 |
{ |
| 658 |
content: "\e840"; |
| 659 |
} |
| 660 |
|
| 661 |
.icofont-crocodile:before |
| 662 |
{ |
| 663 |
content: "\e841"; |
| 664 |
} |
| 665 |
|
| 666 |
.icofont-elephant:before |
| 667 |
{ |
| 668 |
content: "\e84d"; |
| 669 |
} |
| 670 |
|
| 671 |
.icofont-brand-acer:before |
| 672 |
{ |
| 673 |
content: "\e896"; |
| 674 |
} |
| 675 |
|
| 676 |
.icofont-brand-adidas:before |
| 677 |
{ |
| 678 |
content: "\e897"; |
| 679 |
} |
| 680 |
|
| 681 |
.icofont-brand-adobe:before |
| 682 |
{ |
| 683 |
content: "\e898"; |
| 684 |
} |
| 685 |
|
| 686 |
.icofont-brand-air-new-zealand:before |
| 687 |
{ |
| 688 |
content: "\e899"; |
| 689 |
} |
| 690 |
|
| 691 |
.icofont-brand-airbnb:before |
| 692 |
{ |
| 693 |
content: "\e89a"; |
| 694 |
} |
| 695 |
|
| 696 |
.icofont-brand-aircell:before |
| 697 |
{ |
| 698 |
content: "\e89b"; |
| 699 |
} |
| 700 |
|
| 701 |
.icofont-brand-airtel:before |
| 702 |
{ |
| 703 |
content: "\e89c"; |
| 704 |
} |
| 705 |
|
| 706 |
.icofont-brand-alcatel:before |
| 707 |
{ |
| 708 |
content: "\e89d"; |
| 709 |
} |
| 710 |
|
| 711 |
.icofont-brand-alibaba:before |
| 712 |
{ |
| 713 |
content: "\e89e"; |
| 714 |
} |
| 715 |
|
| 716 |
.icofont-brand-aliexpress:before |
| 717 |
{ |
| 718 |
content: "\e89f"; |
| 719 |
} |
| 720 |
|
| 721 |
.icofont-brand-alipay:before |
| 722 |
{ |
| 723 |
content: "\e8a0"; |
| 724 |
} |
| 725 |
|
| 726 |
.icofont-brand-amazon:before |
| 727 |
{ |
| 728 |
content: "\e8a1"; |
| 729 |
} |
| 730 |
|
| 731 |
.icofont-brand-amd:before |
| 732 |
{ |
| 733 |
content: "\e8a2"; |
| 734 |
} |
| 735 |
|
| 736 |
.icofont-brand-american-airlines:before |
| 737 |
{ |
| 738 |
content: "\e8a3"; |
| 739 |
} |
| 740 |
|
| 741 |
.icofont-brand-android-robot:before |
| 742 |
{ |
| 743 |
content: "\e8a4"; |
| 744 |
} |
| 745 |
|
| 746 |
.icofont-brand-android:before |
| 747 |
{ |
| 748 |
content: "\e8a5"; |
| 749 |
} |
| 750 |
|
| 751 |
.icofont-brand-aol:before |
| 752 |
{ |
| 753 |
content: "\e8a6"; |
| 754 |
} |
| 755 |
|
| 756 |
.icofont-brand-apple:before |
| 757 |
{ |
| 758 |
content: "\e8a7"; |
| 759 |
} |
| 760 |
|
| 761 |
.icofont-brand-appstore:before |
| 762 |
{ |
| 763 |
content: "\e8a8"; |
| 764 |
} |
| 765 |
|
| 766 |
.icofont-brand-asus:before |
| 767 |
{ |
| 768 |
content: "\e8a9"; |
| 769 |
} |
| 770 |
|
| 771 |
.icofont-brand-ati:before |
| 772 |
{ |
| 773 |
content: "\e8aa"; |
| 774 |
} |
| 775 |
|
| 776 |
.icofont-brand-att:before |
| 777 |
{ |
| 778 |
content: "\e8ab"; |
| 779 |
} |
| 780 |
|
| 781 |
.icofont-brand-audi:before |
| 782 |
{ |
| 783 |
content: "\e8ac"; |
| 784 |
} |
| 785 |
|
| 786 |
.icofont-brand-axiata:before |
| 787 |
{ |
| 788 |
content: "\e8ad"; |
| 789 |
} |
| 790 |
|
| 791 |
.icofont-brand-bada:before |
| 792 |
{ |
| 793 |
content: "\e8ae"; |
| 794 |
} |
| 795 |
|
| 796 |
.icofont-brand-bbc:before |
| 797 |
{ |
| 798 |
content: "\e8af"; |
| 799 |
} |
| 800 |
|
| 801 |
.icofont-brand-bing:before |
| 802 |
{ |
| 803 |
content: "\e8b0"; |
| 804 |
} |
| 805 |
|
| 806 |
.icofont-brand-blackberry:before |
| 807 |
{ |
| 808 |
content: "\e8b1"; |
| 809 |
} |
| 810 |
|
| 811 |
.icofont-brand-bmw:before |
| 812 |
{ |
| 813 |
content: "\e8b2"; |
| 814 |
} |
| 815 |
|
| 816 |
.icofont-brand-box:before |
| 817 |
{ |
| 818 |
content: "\e8b3"; |
| 819 |
} |
| 820 |
|
| 821 |
.icofont-brand-burger-king:before |
| 822 |
{ |
| 823 |
content: "\e8b4"; |
| 824 |
} |
| 825 |
|
| 826 |
.icofont-brand-business-insider:before |
| 827 |
{ |
| 828 |
content: "\e8b5"; |
| 829 |
} |
| 830 |
|
| 831 |
.icofont-brand-buzzfeed:before |
| 832 |
{ |
| 833 |
content: "\e8b6"; |
| 834 |
} |
| 835 |
|
| 836 |
.icofont-brand-cannon:before |
| 837 |
{ |
| 838 |
content: "\e8b7"; |
| 839 |
} |
| 840 |
|
| 841 |
.icofont-brand-casio:before |
| 842 |
{ |
| 843 |
content: "\e8b8"; |
| 844 |
} |
| 845 |
|
| 846 |
.icofont-brand-china-mobile:before |
| 847 |
{ |
| 848 |
content: "\e8b9"; |
| 849 |
} |
| 850 |
|
| 851 |
.icofont-brand-china-telecom:before |
| 852 |
{ |
| 853 |
content: "\e8ba"; |
| 854 |
} |
| 855 |
|
| 856 |
.icofont-brand-china-unicom:before |
| 857 |
{ |
| 858 |
content: "\e8bb"; |
| 859 |
} |
| 860 |
|
| 861 |
.icofont-brand-cisco:before |
| 862 |
{ |
| 863 |
content: "\e8bc"; |
| 864 |
} |
| 865 |
|
| 866 |
.icofont-brand-citibank:before |
| 867 |
{ |
| 868 |
content: "\e8bd"; |
| 869 |
} |
| 870 |
|
| 871 |
.icofont-brand-cnet:before |
| 872 |
{ |
| 873 |
content: "\e8be"; |
| 874 |
} |
| 875 |
|
| 876 |
.icofont-brand-cnn:before |
| 877 |
{ |
| 878 |
content: "\e8bf"; |
| 879 |
} |
| 880 |
|
| 881 |
.icofont-brand-cocal-cola:before |
| 882 |
{ |
| 883 |
content: "\e8c0"; |
| 884 |
} |
| 885 |
|
| 886 |
.icofont-brand-compaq:before |
| 887 |
{ |
| 888 |
content: "\e8c1"; |
| 889 |
} |
| 890 |
|
| 891 |
.icofont-brand-debian:before |
| 892 |
{ |
| 893 |
content: "\e8c2"; |
| 894 |
} |
| 895 |
|
| 896 |
.icofont-brand-delicious:before |
| 897 |
{ |
| 898 |
content: "\e8c3"; |
| 899 |
} |
| 900 |
|
| 901 |
.icofont-brand-dell:before |
| 902 |
{ |
| 903 |
content: "\e8c4"; |
| 904 |
} |
| 905 |
|
| 906 |
.icofont-brand-designbump:before |
| 907 |
{ |
| 908 |
content: "\e8c5"; |
| 909 |
} |
| 910 |
|
| 911 |
.icofont-brand-designfloat:before |
| 912 |
{ |
| 913 |
content: "\e8c6"; |
| 914 |
} |
| 915 |
|
| 916 |
.icofont-brand-disney:before |
| 917 |
{ |
| 918 |
content: "\e8c7"; |
| 919 |
} |
| 920 |
|
| 921 |
.icofont-brand-dodge:before |
| 922 |
{ |
| 923 |
content: "\e8c8"; |
| 924 |
} |
| 925 |
|
| 926 |
.icofont-brand-dove:before |
| 927 |
{ |
| 928 |
content: "\e8c9"; |
| 929 |
} |
| 930 |
|
| 931 |
.icofont-brand-drupal:before |
| 932 |
{ |
| 933 |
content: "\e8ca"; |
| 934 |
} |
| 935 |
|
| 936 |
.icofont-brand-ebay:before |
| 937 |
{ |
| 938 |
content: "\e8cb"; |
| 939 |
} |
| 940 |
|
| 941 |
.icofont-brand-eleven:before |
| 942 |
{ |
| 943 |
content: "\e8cc"; |
| 944 |
} |
| 945 |
|
| 946 |
.icofont-brand-emirates:before |
| 947 |
{ |
| 948 |
content: "\e8cd"; |
| 949 |
} |
| 950 |
|
| 951 |
.icofont-brand-espn:before |
| 952 |
{ |
| 953 |
content: "\e8ce"; |
| 954 |
} |
| 955 |
|
| 956 |
.icofont-brand-etihad-airways:before |
| 957 |
{ |
| 958 |
content: "\e8cf"; |
| 959 |
} |
| 960 |
|
| 961 |
.icofont-brand-etisalat:before |
| 962 |
{ |
| 963 |
content: "\e8d0"; |
| 964 |
} |
| 965 |
|
| 966 |
.icofont-brand-etsy:before |
| 967 |
{ |
| 968 |
content: "\e8d1"; |
| 969 |
} |
| 970 |
|
| 971 |
.icofont-brand-fastrack:before |
| 972 |
{ |
| 973 |
content: "\e8d2"; |
| 974 |
} |
| 975 |
|
| 976 |
.icofont-brand-fedex:before |
| 977 |
{ |
| 978 |
content: "\e8d3"; |
| 979 |
} |
| 980 |
|
| 981 |
.icofont-brand-ferrari:before |
| 982 |
{ |
| 983 |
content: "\e8d4"; |
| 984 |
} |
| 985 |
|
| 986 |
.icofont-brand-fitbit:before |
| 987 |
{ |
| 988 |
content: "\e8d5"; |
| 989 |
} |
| 990 |
|
| 991 |
.icofont-brand-flikr:before |
| 992 |
{ |
| 993 |
content: "\e8d6"; |
| 994 |
} |
| 995 |
|
| 996 |
.icofont-brand-forbes:before |
| 997 |
{ |
| 998 |
content: "\e8d7"; |
| 999 |
} |
| 1000 |
|
| 1001 |
.icofont-brand-foursquare:before |
| 1002 |
{ |
| 1003 |
content: "\e8d8"; |
| 1004 |
} |
| 1005 |
|
| 1006 |
.icofont-brand-foxconn:before |
| 1007 |
{ |
| 1008 |
content: "\e8d9"; |
| 1009 |
} |
| 1010 |
|
| 1011 |
.icofont-brand-fujitsu:before |
| 1012 |
{ |
| 1013 |
content: "\e8da"; |
| 1014 |
} |
| 1015 |
|
| 1016 |
.icofont-brand-general-electric:before |
| 1017 |
{ |
| 1018 |
content: "\e8db"; |
| 1019 |
} |
| 1020 |
|
| 1021 |
.icofont-brand-gillette:before |
| 1022 |
{ |
| 1023 |
content: "\e8dc"; |
| 1024 |
} |
| 1025 |
|
| 1026 |
.icofont-brand-gizmodo:before |
| 1027 |
{ |
| 1028 |
content: "\e8dd"; |
| 1029 |
} |
| 1030 |
|
| 1031 |
.icofont-brand-gnome:before |
| 1032 |
{ |
| 1033 |
content: "\e8de"; |
| 1034 |
} |
| 1035 |
|
| 1036 |
.icofont-brand-google:before |
| 1037 |
{ |
| 1038 |
content: "\e8df"; |
| 1039 |
} |
| 1040 |
|
| 1041 |
.icofont-brand-gopro:before |
| 1042 |
{ |
| 1043 |
content: "\e8e0"; |
| 1044 |
} |
| 1045 |
|
| 1046 |
.icofont-brand-gucci:before |
| 1047 |
{ |
| 1048 |
content: "\e8e1"; |
| 1049 |
} |
| 1050 |
|
| 1051 |
.icofont-brand-hallmark:before |
| 1052 |
{ |
| 1053 |
content: "\e8e2"; |
| 1054 |
} |
| 1055 |
|
| 1056 |
.icofont-brand-hi5:before |
| 1057 |
{ |
| 1058 |
content: "\e8e3"; |
| 1059 |
} |
| 1060 |
|
| 1061 |
.icofont-brand-honda:before |
| 1062 |
{ |
| 1063 |
content: "\e8e4"; |
| 1064 |
} |
| 1065 |
|
| 1066 |
.icofont-brand-hp:before |
| 1067 |
{ |
| 1068 |
content: "\e8e5"; |
| 1069 |
} |
| 1070 |
|
| 1071 |
.icofont-brand-hsbc:before |
| 1072 |
{ |
| 1073 |
content: "\e8e6"; |
| 1074 |
} |
| 1075 |
|
| 1076 |
.icofont-brand-htc:before |
| 1077 |
{ |
| 1078 |
content: "\e8e7"; |
| 1079 |
} |
| 1080 |
|
| 1081 |
.icofont-brand-huawei:before |
| 1082 |
{ |
| 1083 |
content: "\e8e8"; |
| 1084 |
} |
| 1085 |
|
| 1086 |
.icofont-brand-hulu:before |
| 1087 |
{ |
| 1088 |
content: "\e8e9"; |
| 1089 |
} |
| 1090 |
|
| 1091 |
.icofont-brand-hyundai:before |
| 1092 |
{ |
| 1093 |
content: "\e8ea"; |
| 1094 |
} |
| 1095 |
|
| 1096 |
.icofont-brand-ibm:before |
| 1097 |
{ |
| 1098 |
content: "\e8eb"; |
| 1099 |
} |
| 1100 |
|
| 1101 |
.icofont-brand-icofont:before |
| 1102 |
{ |
| 1103 |
content: "\e8ec"; |
| 1104 |
} |
| 1105 |
|
| 1106 |
.icofont-brand-icq:before |
| 1107 |
{ |
| 1108 |
content: "\e8ed"; |
| 1109 |
} |
| 1110 |
|
| 1111 |
.icofont-brand-ikea:before |
| 1112 |
{ |
| 1113 |
content: "\e8ee"; |
| 1114 |
} |
| 1115 |
|
| 1116 |
.icofont-brand-imdb:before |
| 1117 |
{ |
| 1118 |
content: "\e8ef"; |
| 1119 |
} |
| 1120 |
|
| 1121 |
.icofont-brand-indiegogo:before |
| 1122 |
{ |
| 1123 |
content: "\e8f0"; |
| 1124 |
} |
| 1125 |
|
| 1126 |
.icofont-brand-intel:before |
| 1127 |
{ |
| 1128 |
content: "\e8f1"; |
| 1129 |
} |
| 1130 |
|
| 1131 |
.icofont-brand-ipair:before |
| 1132 |
{ |
| 1133 |
content: "\e8f2"; |
| 1134 |
} |
| 1135 |
|
| 1136 |
.icofont-brand-jaguar:before |
| 1137 |
{ |
| 1138 |
content: "\e8f3"; |
| 1139 |
} |
| 1140 |
|
| 1141 |
.icofont-brand-java:before |
| 1142 |
{ |
| 1143 |
content: "\e8f4"; |
| 1144 |
} |
| 1145 |
|
| 1146 |
.icofont-brand-joomla:before |
| 1147 |
{ |
| 1148 |
content: "\e8f5"; |
| 1149 |
} |
| 1150 |
|
| 1151 |
.icofont-brand-kickstarter:before |
| 1152 |
{ |
| 1153 |
content: "\e8f6"; |
| 1154 |
} |
| 1155 |
|
| 1156 |
.icofont-brand-kik:before |
| 1157 |
{ |
| 1158 |
content: "\e8f7"; |
| 1159 |
} |
| 1160 |
|
| 1161 |
.icofont-brand-lastfm:before |
| 1162 |
{ |
| 1163 |
content: "\e8f8"; |
| 1164 |
} |
| 1165 |
|
| 1166 |
.icofont-brand-lego:before |
| 1167 |
{ |
| 1168 |
content: "\e8f9"; |
| 1169 |
} |
| 1170 |
|
| 1171 |
.icofont-brand-lenovo:before |
| 1172 |
{ |
| 1173 |
content: "\e8fa"; |
| 1174 |
} |
| 1175 |
|
| 1176 |
.icofont-brand-levis:before |
| 1177 |
{ |
| 1178 |
content: "\e8fb"; |
| 1179 |
} |
| 1180 |
|
| 1181 |
.icofont-brand-lexus:before |
| 1182 |
{ |
| 1183 |
content: "\e8fc"; |
| 1184 |
} |
| 1185 |
|
| 1186 |
.icofont-brand-lg:before |
| 1187 |
{ |
| 1188 |
content: "\e8fd"; |
| 1189 |
} |
| 1190 |
|
| 1191 |
.icofont-brand-life-hacker:before |
| 1192 |
{ |
| 1193 |
content: "\e8fe"; |
| 1194 |
} |
| 1195 |
|
| 1196 |
.icofont-brand-linux-mint:before |
| 1197 |
{ |
| 1198 |
content: "\e8ff"; |
| 1199 |
} |
| 1200 |
|
| 1201 |
.icofont-brand-linux:before |
| 1202 |
{ |
| 1203 |
content: "\e900"; |
| 1204 |
} |
| 1205 |
|
| 1206 |
.icofont-brand-lionix:before |
| 1207 |
{ |
| 1208 |
content: "\e901"; |
| 1209 |
} |
| 1210 |
|
| 1211 |
.icofont-brand-loreal:before |
| 1212 |
{ |
| 1213 |
content: "\e902"; |
| 1214 |
} |
| 1215 |
|
| 1216 |
.icofont-brand-louis-vuitton:before |
| 1217 |
{ |
| 1218 |
content: "\e903"; |
| 1219 |
} |
| 1220 |
|
| 1221 |
.icofont-brand-mac-os:before |
| 1222 |
{ |
| 1223 |
content: "\e904"; |
| 1224 |
} |
| 1225 |
|
| 1226 |
.icofont-brand-marvel-app:before |
| 1227 |
{ |
| 1228 |
content: "\e905"; |
| 1229 |
} |
| 1230 |
|
| 1231 |
.icofont-brand-mashable:before |
| 1232 |
{ |
| 1233 |
content: "\e906"; |
| 1234 |
} |
| 1235 |
|
| 1236 |
.icofont-brand-mazda:before |
| 1237 |
{ |
| 1238 |
content: "\e907"; |
| 1239 |
} |
| 1240 |
|
| 1241 |
.icofont-brand-mcdonals:before |
| 1242 |
{ |
| 1243 |
content: "\e908"; |
| 1244 |
} |
| 1245 |
|
| 1246 |
.icofont-brand-mercedes:before |
| 1247 |
{ |
| 1248 |
content: "\e909"; |
| 1249 |
} |
| 1250 |
|
| 1251 |
.icofont-brand-micromax:before |
| 1252 |
{ |
| 1253 |
content: "\e90a"; |
| 1254 |
} |
| 1255 |
|
| 1256 |
.icofont-brand-microsoft:before |
| 1257 |
{ |
| 1258 |
content: "\e90b"; |
| 1259 |
} |
| 1260 |
|
| 1261 |
.icofont-brand-mobileme:before |
| 1262 |
{ |
| 1263 |
content: "\e90c"; |
| 1264 |
} |
| 1265 |
|
| 1266 |
.icofont-brand-mobily:before |
| 1267 |
{ |
| 1268 |
content: "\e90d"; |
| 1269 |
} |
| 1270 |
|
| 1271 |
.icofont-brand-motorola:before |
| 1272 |
{ |
| 1273 |
content: "\e90e"; |
| 1274 |
} |
| 1275 |
|
| 1276 |
.icofont-brand-msi:before |
| 1277 |
{ |
| 1278 |
content: "\e90f"; |
| 1279 |
} |
| 1280 |
|
| 1281 |
.icofont-brand-mts:before |
| 1282 |
{ |
| 1283 |
content: "\e910"; |
| 1284 |
} |
| 1285 |
|
| 1286 |
.icofont-brand-myspace:before |
| 1287 |
{ |
| 1288 |
content: "\e911"; |
| 1289 |
} |
| 1290 |
|
| 1291 |
.icofont-brand-mytv:before |
| 1292 |
{ |
| 1293 |
content: "\e912"; |
| 1294 |
} |
| 1295 |
|
| 1296 |
.icofont-brand-nasa:before |
| 1297 |
{ |
| 1298 |
content: "\e913"; |
| 1299 |
} |
| 1300 |
|
| 1301 |
.icofont-brand-natgeo:before |
| 1302 |
{ |
| 1303 |
content: "\e914"; |
| 1304 |
} |
| 1305 |
|
| 1306 |
.icofont-brand-nbc:before |
| 1307 |
{ |
| 1308 |
content: "\e915"; |
| 1309 |
} |
| 1310 |
|
| 1311 |
.icofont-brand-nescafe:before |
| 1312 |
{ |
| 1313 |
content: "\e916"; |
| 1314 |
} |
| 1315 |
|
| 1316 |
.icofont-brand-nestle:before |
| 1317 |
{ |
| 1318 |
content: "\e917"; |
| 1319 |
} |
| 1320 |
|
| 1321 |
.icofont-brand-netflix:before |
| 1322 |
{ |
| 1323 |
content: "\e918"; |
| 1324 |
} |
| 1325 |
|
| 1326 |
.icofont-brand-nexus:before |
| 1327 |
{ |
| 1328 |
content: "\e919"; |
| 1329 |
} |
| 1330 |
|
| 1331 |
.icofont-brand-nike:before |
| 1332 |
{ |
| 1333 |
content: "\e91a"; |
| 1334 |
} |
| 1335 |
|
| 1336 |
.icofont-brand-nokia:before |
| 1337 |
{ |
| 1338 |
content: "\e91b"; |
| 1339 |
} |
| 1340 |
|
| 1341 |
.icofont-brand-nvidia:before |
| 1342 |
{ |
| 1343 |
content: "\e91c"; |
| 1344 |
} |
| 1345 |
|
| 1346 |
.icofont-brand-omega:before |
| 1347 |
{ |
| 1348 |
content: "\e91d"; |
| 1349 |
} |
| 1350 |
|
| 1351 |
.icofont-brand-opensuse:before |
| 1352 |
{ |
| 1353 |
content: "\e91e"; |
| 1354 |
} |
| 1355 |
|
| 1356 |
.icofont-brand-oracle:before |
| 1357 |
{ |
| 1358 |
content: "\e91f"; |
| 1359 |
} |
| 1360 |
|
| 1361 |
.icofont-brand-panasonic:before |
| 1362 |
{ |
| 1363 |
content: "\e920"; |
| 1364 |
} |
| 1365 |
|
| 1366 |
.icofont-brand-paypal:before |
| 1367 |
{ |
| 1368 |
content: "\e921"; |
| 1369 |
} |
| 1370 |
|
| 1371 |
.icofont-brand-pepsi:before |
| 1372 |
{ |
| 1373 |
content: "\e922"; |
| 1374 |
} |
| 1375 |
|
| 1376 |
.icofont-brand-philips:before |
| 1377 |
{ |
| 1378 |
content: "\e923"; |
| 1379 |
} |
| 1380 |
|
| 1381 |
.icofont-brand-pizza-hut:before |
| 1382 |
{ |
| 1383 |
content: "\e924"; |
| 1384 |
} |
| 1385 |
|
| 1386 |
.icofont-brand-playstation:before |
| 1387 |
{ |
| 1388 |
content: "\e925"; |
| 1389 |
} |
| 1390 |
|
| 1391 |
.icofont-brand-puma:before |
| 1392 |
{ |
| 1393 |
content: "\e926"; |
| 1394 |
} |
| 1395 |
|
| 1396 |
.icofont-brand-qatar-air:before |
| 1397 |
{ |
| 1398 |
content: "\e927"; |
| 1399 |
} |
| 1400 |
|
| 1401 |
.icofont-brand-qvc:before |
| 1402 |
{ |
| 1403 |
content: "\e928"; |
| 1404 |
} |
| 1405 |
|
| 1406 |
.icofont-brand-readernaut:before |
| 1407 |
{ |
| 1408 |
content: "\e929"; |
| 1409 |
} |
| 1410 |
|
| 1411 |
.icofont-brand-redbull:before |
| 1412 |
{ |
| 1413 |
content: "\e92a"; |
| 1414 |
} |
| 1415 |
|
| 1416 |
.icofont-brand-reebok:before |
| 1417 |
{ |
| 1418 |
content: "\e92b"; |
| 1419 |
} |
| 1420 |
|
| 1421 |
.icofont-brand-reuters:before |
| 1422 |
{ |
| 1423 |
content: "\e92c"; |
| 1424 |
} |
| 1425 |
|
| 1426 |
.icofont-brand-samsung:before |
| 1427 |
{ |
| 1428 |
content: "\e92d"; |
| 1429 |
} |
| 1430 |
|
| 1431 |
.icofont-brand-sap:before |
| 1432 |
{ |
| 1433 |
content: "\e92e"; |
| 1434 |
} |
| 1435 |
|
| 1436 |
.icofont-brand-saudia-airlines:before |
| 1437 |
{ |
| 1438 |
content: "\e92f"; |
| 1439 |
} |
| 1440 |
|
| 1441 |
.icofont-brand-scribd:before |
| 1442 |
{ |
| 1443 |
content: "\e930"; |
| 1444 |
} |
| 1445 |
|
| 1446 |
.icofont-brand-shell:before |
| 1447 |
{ |
| 1448 |
content: "\e931"; |
| 1449 |
} |
| 1450 |
|
| 1451 |
.icofont-brand-siemens:before |
| 1452 |
{ |
| 1453 |
content: "\e932"; |
| 1454 |
} |
| 1455 |
|
| 1456 |
.icofont-brand-sk-telecom:before |
| 1457 |
{ |
| 1458 |
content: "\e933"; |
| 1459 |
} |
| 1460 |
|
| 1461 |
.icofont-brand-slideshare:before |
| 1462 |
{ |
| 1463 |
content: "\e934"; |
| 1464 |
} |
| 1465 |
|
| 1466 |
.icofont-brand-smashing-magazine:before |
| 1467 |
{ |
| 1468 |
content: "\e935"; |
| 1469 |
} |
| 1470 |
|
| 1471 |
.icofont-brand-sony-ericsson:before |
| 1472 |
{ |
| 1473 |
content: "\e937"; |
| 1474 |
} |
| 1475 |
|
| 1476 |
.icofont-brand-sony:before |
| 1477 |
{ |
| 1478 |
content: "\e938"; |
| 1479 |
} |
| 1480 |
|
| 1481 |
.icofont-brand-soundcloud:before |
| 1482 |
{ |
| 1483 |
content: "\e939"; |
| 1484 |
} |
| 1485 |
|
| 1486 |
.icofont-brand-sprint:before |
| 1487 |
{ |
| 1488 |
content: "\e93a"; |
| 1489 |
} |
| 1490 |
|
| 1491 |
.icofont-brand-squidoo:before |
| 1492 |
{ |
| 1493 |
content: "\e93b"; |
| 1494 |
} |
| 1495 |
|
| 1496 |
.icofont-brand-starbucks:before |
| 1497 |
{ |
| 1498 |
content: "\e93c"; |
| 1499 |
} |
| 1500 |
|
| 1501 |
.icofont-brand-stc:before |
| 1502 |
{ |
| 1503 |
content: "\e93d"; |
| 1504 |
} |
| 1505 |
|
| 1506 |
.icofont-brand-steam:before |
| 1507 |
{ |
| 1508 |
content: "\e93e"; |
| 1509 |
} |
| 1510 |
|
| 1511 |
.icofont-brand-suzuki:before |
| 1512 |
{ |
| 1513 |
content: "\e93f"; |
| 1514 |
} |
| 1515 |
|
| 1516 |
.icofont-brand-symbian:before |
| 1517 |
{ |
| 1518 |
content: "\e940"; |
| 1519 |
} |
| 1520 |
|
| 1521 |
.icofont-brand-t-mobile:before |
| 1522 |
{ |
| 1523 |
content: "\e941"; |
| 1524 |
} |
| 1525 |
|
| 1526 |
.icofont-brand-tango:before |
| 1527 |
{ |
| 1528 |
content: "\e942"; |
| 1529 |
} |
| 1530 |
|
| 1531 |
.icofont-brand-target:before |
| 1532 |
{ |
| 1533 |
content: "\e943"; |
| 1534 |
} |
| 1535 |
|
| 1536 |
.icofont-brand-tata-indicom:before |
| 1537 |
{ |
| 1538 |
content: "\e944"; |
| 1539 |
} |
| 1540 |
|
| 1541 |
.icofont-brand-techcrunch:before |
| 1542 |
{ |
| 1543 |
content: "\e945"; |
| 1544 |
} |
| 1545 |
|
| 1546 |
.icofont-brand-telenor:before |
| 1547 |
{ |
| 1548 |
content: "\e946"; |
| 1549 |
} |
| 1550 |
|
| 1551 |
.icofont-brand-teliasonera:before |
| 1552 |
{ |
| 1553 |
content: "\e947"; |
| 1554 |
} |
| 1555 |
|
| 1556 |
.icofont-brand-tesla:before |
| 1557 |
{ |
| 1558 |
content: "\e948"; |
| 1559 |
} |
| 1560 |
|
| 1561 |
.icofont-brand-the-verge:before |
| 1562 |
{ |
| 1563 |
content: "\e949"; |
| 1564 |
} |
| 1565 |
|
| 1566 |
.icofont-brand-thenextweb:before |
| 1567 |
{ |
| 1568 |
content: "\e94a"; |
| 1569 |
} |
| 1570 |
|
| 1571 |
.icofont-brand-toshiba:before |
| 1572 |
{ |
| 1573 |
content: "\e94b"; |
| 1574 |
} |
| 1575 |
|
| 1576 |
.icofont-brand-toyota:before |
| 1577 |
{ |
| 1578 |
content: "\e94c"; |
| 1579 |
} |
| 1580 |
|
| 1581 |
.icofont-brand-tribenet:before |
| 1582 |
{ |
| 1583 |
content: "\e94d"; |
| 1584 |
} |
| 1585 |
|
| 1586 |
.icofont-brand-ubuntu:before |
| 1587 |
{ |
| 1588 |
content: "\e94e"; |
| 1589 |
} |
| 1590 |
|
| 1591 |
.icofont-brand-unilever:before |
| 1592 |
{ |
| 1593 |
content: "\e94f"; |
| 1594 |
} |
| 1595 |
|
| 1596 |
.icofont-brand-vaio:before |
| 1597 |
{ |
| 1598 |
content: "\e950"; |
| 1599 |
} |
| 1600 |
|
| 1601 |
.icofont-brand-verizon:before |
| 1602 |
{ |
| 1603 |
content: "\e951"; |
| 1604 |
} |
| 1605 |
|
| 1606 |
.icofont-brand-viber:before |
| 1607 |
{ |
| 1608 |
content: "\e952"; |
| 1609 |
} |
| 1610 |
|
| 1611 |
.icofont-brand-vodafone:before |
| 1612 |
{ |
| 1613 |
content: "\e953"; |
| 1614 |
} |
| 1615 |
|
| 1616 |
.icofont-brand-volkswagen:before |
| 1617 |
{ |
| 1618 |
content: "\e954"; |
| 1619 |
} |
| 1620 |
|
| 1621 |
.icofont-brand-walmart:before |
| 1622 |
{ |
| 1623 |
content: "\e955"; |
| 1624 |
} |
| 1625 |
|
| 1626 |
.icofont-brand-warnerbros:before |
| 1627 |
{ |
| 1628 |
content: "\e956"; |
| 1629 |
} |
| 1630 |
|
| 1631 |
.icofont-brand-wikipedia:before |
| 1632 |
{ |
| 1633 |
content: "\e958"; |
| 1634 |
} |
| 1635 |
|
| 1636 |
.icofont-brand-windows:before |
| 1637 |
{ |
| 1638 |
content: "\e959"; |
| 1639 |
} |
| 1640 |
|
| 1641 |
.icofont-brand-wire:before |
| 1642 |
{ |
| 1643 |
content: "\e95a"; |
| 1644 |
} |
| 1645 |
|
| 1646 |
.icofont-brand-wordpress:before |
| 1647 |
{ |
| 1648 |
content: "\e95b"; |
| 1649 |
} |
| 1650 |
|
| 1651 |
.icofont-brand-xiaomi:before |
| 1652 |
{ |
| 1653 |
content: "\e95c"; |
| 1654 |
} |
| 1655 |
|
| 1656 |
.icofont-brand-yahoobuzz:before |
| 1657 |
{ |
| 1658 |
content: "\e95d"; |
| 1659 |
} |
| 1660 |
|
| 1661 |
.icofont-brand-yamaha:before |
| 1662 |
{ |
| 1663 |
content: "\e95e"; |
| 1664 |
} |
| 1665 |
|
| 1666 |
.icofont-brand-youtube:before |
| 1667 |
{ |
| 1668 |
content: "\e95f"; |
| 1669 |
} |
| 1670 |
|
| 1671 |
.icofont-brand-zain:before |
| 1672 |
{ |
| 1673 |
content: "\e960"; |
| 1674 |
} |
| 1675 |
|
| 1676 |
.icofont-figma:before |
| 1677 |
{ |
| 1678 |
content: "\f02f"; |
| 1679 |
} |
| 1680 |
|
| 1681 |
.icofont-illustrator:before |
| 1682 |
{ |
| 1683 |
content: "\f030"; |
| 1684 |
} |
| 1685 |
|
| 1686 |
.icofont-photoshop:before |
| 1687 |
{ |
| 1688 |
content: "\f031"; |
| 1689 |
} |
| 1690 |
|
| 1691 |
.icofont-bank-alt:before |
| 1692 |
{ |
| 1693 |
content: "\e961"; |
| 1694 |
} |
| 1695 |
|
| 1696 |
.icofont-bank:before |
| 1697 |
{ |
| 1698 |
content: "\e962"; |
| 1699 |
} |
| 1700 |
|
| 1701 |
.icofont-barcode:before |
| 1702 |
{ |
| 1703 |
content: "\e963"; |
| 1704 |
} |
| 1705 |
|
| 1706 |
.icofont-bill-alt:before |
| 1707 |
{ |
| 1708 |
content: "\e964"; |
| 1709 |
} |
| 1710 |
|
| 1711 |
.icofont-billboard:before |
| 1712 |
{ |
| 1713 |
content: "\e965"; |
| 1714 |
} |
| 1715 |
|
| 1716 |
.icofont-briefcase-1:before |
| 1717 |
{ |
| 1718 |
content: "\e966"; |
| 1719 |
} |
| 1720 |
|
| 1721 |
.icofont-briefcase-2:before |
| 1722 |
{ |
| 1723 |
content: "\e967"; |
| 1724 |
} |
| 1725 |
|
| 1726 |
.icofont-businessman:before |
| 1727 |
{ |
| 1728 |
content: "\e968"; |
| 1729 |
} |
| 1730 |
|
| 1731 |
.icofont-businesswoman:before |
| 1732 |
{ |
| 1733 |
content: "\e969"; |
| 1734 |
} |
| 1735 |
|
| 1736 |
.icofont-chair:before |
| 1737 |
{ |
| 1738 |
content: "\e96a"; |
| 1739 |
} |
| 1740 |
|
| 1741 |
.icofont-coins:before |
| 1742 |
{ |
| 1743 |
content: "\e96b"; |
| 1744 |
} |
| 1745 |
|
| 1746 |
.icofont-company:before |
| 1747 |
{ |
| 1748 |
content: "\e96c"; |
| 1749 |
} |
| 1750 |
|
| 1751 |
.icofont-contact-add:before |
| 1752 |
{ |
| 1753 |
content: "\e96d"; |
| 1754 |
} |
| 1755 |
|
| 1756 |
.icofont-files-stack:before |
| 1757 |
{ |
| 1758 |
content: "\e96e"; |
| 1759 |
} |
| 1760 |
|
| 1761 |
.icofont-handshake-deal:before |
| 1762 |
{ |
| 1763 |
content: "\e96f"; |
| 1764 |
} |
| 1765 |
|
| 1766 |
.icofont-id-card:before |
| 1767 |
{ |
| 1768 |
content: "\e970"; |
| 1769 |
} |
| 1770 |
|
| 1771 |
.icofont-meeting-add:before |
| 1772 |
{ |
| 1773 |
content: "\e971"; |
| 1774 |
} |
| 1775 |
|
| 1776 |
.icofont-money-bag:before |
| 1777 |
{ |
| 1778 |
content: "\e972"; |
| 1779 |
} |
| 1780 |
|
| 1781 |
.icofont-pie-chart:before |
| 1782 |
{ |
| 1783 |
content: "\e973"; |
| 1784 |
} |
| 1785 |
|
| 1786 |
.icofont-presentation-alt:before |
| 1787 |
{ |
| 1788 |
content: "\e974"; |
| 1789 |
} |
| 1790 |
|
| 1791 |
.icofont-presentation:before |
| 1792 |
{ |
| 1793 |
content: "\e975"; |
| 1794 |
} |
| 1795 |
|
| 1796 |
.icofont-stamp:before |
| 1797 |
{ |
| 1798 |
content: "\e976"; |
| 1799 |
} |
| 1800 |
|
| 1801 |
.icofont-stock-mobile:before |
| 1802 |
{ |
| 1803 |
content: "\e977"; |
| 1804 |
} |
| 1805 |
|
| 1806 |
.icofont-chart-arrows-axis:before |
| 1807 |
{ |
| 1808 |
content: "\e978"; |
| 1809 |
} |
| 1810 |
|
| 1811 |
.icofont-chart-bar-graph:before |
| 1812 |
{ |
| 1813 |
content: "\e979"; |
| 1814 |
} |
| 1815 |
|
| 1816 |
.icofont-chart-flow-1:before |
| 1817 |
{ |
| 1818 |
content: "\e97a"; |
| 1819 |
} |
| 1820 |
|
| 1821 |
.icofont-chart-flow-2:before |
| 1822 |
{ |
| 1823 |
content: "\e97b"; |
| 1824 |
} |
| 1825 |
|
| 1826 |
.icofont-chart-flow:before |
| 1827 |
{ |
| 1828 |
content: "\e97c"; |
| 1829 |
} |
| 1830 |
|
| 1831 |
.icofont-chart-growth:before |
| 1832 |
{ |
| 1833 |
content: "\e97d"; |
| 1834 |
} |
| 1835 |
|
| 1836 |
.icofont-chart-histogram-alt:before |
| 1837 |
{ |
| 1838 |
content: "\e97e"; |
| 1839 |
} |
| 1840 |
|
| 1841 |
.icofont-chart-histogram:before |
| 1842 |
{ |
| 1843 |
content: "\e97f"; |
| 1844 |
} |
| 1845 |
|
| 1846 |
.icofont-chart-line-alt:before |
| 1847 |
{ |
| 1848 |
content: "\e980"; |
| 1849 |
} |
| 1850 |
|
| 1851 |
.icofont-chart-line:before |
| 1852 |
{ |
| 1853 |
content: "\e981"; |
| 1854 |
} |
| 1855 |
|
| 1856 |
.icofont-chart-pie-alt:before |
| 1857 |
{ |
| 1858 |
content: "\e982"; |
| 1859 |
} |
| 1860 |
|
| 1861 |
.icofont-chart-pie:before |
| 1862 |
{ |
| 1863 |
content: "\e983"; |
| 1864 |
} |
| 1865 |
|
| 1866 |
.icofont-chart-radar-graph:before |
| 1867 |
{ |
| 1868 |
content: "\e984"; |
| 1869 |
} |
| 1870 |
|
| 1871 |
.icofont-architecture-alt:before |
| 1872 |
{ |
| 1873 |
content: "\e985"; |
| 1874 |
} |
| 1875 |
|
| 1876 |
.icofont-architecture:before |
| 1877 |
{ |
| 1878 |
content: "\e986"; |
| 1879 |
} |
| 1880 |
|
| 1881 |
.icofont-barricade:before |
| 1882 |
{ |
| 1883 |
content: "\e987"; |
| 1884 |
} |
| 1885 |
|
| 1886 |
.icofont-bolt:before |
| 1887 |
{ |
| 1888 |
content: "\e988"; |
| 1889 |
} |
| 1890 |
|
| 1891 |
.icofont-bricks:before |
| 1892 |
{ |
| 1893 |
content: "\e989"; |
| 1894 |
} |
| 1895 |
|
| 1896 |
.icofont-building-alt:before |
| 1897 |
{ |
| 1898 |
content: "\e98a"; |
| 1899 |
} |
| 1900 |
|
| 1901 |
.icofont-bull-dozer:before |
| 1902 |
{ |
| 1903 |
content: "\e98b"; |
| 1904 |
} |
| 1905 |
|
| 1906 |
.icofont-calculations:before |
| 1907 |
{ |
| 1908 |
content: "\e98c"; |
| 1909 |
} |
| 1910 |
|
| 1911 |
.icofont-cement-mix:before |
| 1912 |
{ |
| 1913 |
content: "\e98d"; |
| 1914 |
} |
| 1915 |
|
| 1916 |
.icofont-cement-mixer:before |
| 1917 |
{ |
| 1918 |
content: "\e98e"; |
| 1919 |
} |
| 1920 |
|
| 1921 |
.icofont-concrete-mixer:before |
| 1922 |
{ |
| 1923 |
content: "\e98f"; |
| 1924 |
} |
| 1925 |
|
| 1926 |
.icofont-danger-zone:before |
| 1927 |
{ |
| 1928 |
content: "\e990"; |
| 1929 |
} |
| 1930 |
|
| 1931 |
.icofont-drill:before |
| 1932 |
{ |
| 1933 |
content: "\e991"; |
| 1934 |
} |
| 1935 |
|
| 1936 |
.icofont-eco-energy:before |
| 1937 |
{ |
| 1938 |
content: "\e992"; |
| 1939 |
} |
| 1940 |
|
| 1941 |
.icofont-eco-environmen:before |
| 1942 |
{ |
| 1943 |
content: "\e993"; |
| 1944 |
} |
| 1945 |
|
| 1946 |
.icofont-energy-air:before |
| 1947 |
{ |
| 1948 |
content: "\e994"; |
| 1949 |
} |
| 1950 |
|
| 1951 |
.icofont-energy-oil:before |
| 1952 |
{ |
| 1953 |
content: "\e995"; |
| 1954 |
} |
| 1955 |
|
| 1956 |
.icofont-energy-savings:before |
| 1957 |
{ |
| 1958 |
content: "\e996"; |
| 1959 |
} |
| 1960 |
|
| 1961 |
.icofont-energy-solar:before |
| 1962 |
{ |
| 1963 |
content: "\e997"; |
| 1964 |
} |
| 1965 |
|
| 1966 |
.icofont-energy-water:before |
| 1967 |
{ |
| 1968 |
content: "\e998"; |
| 1969 |
} |
| 1970 |
|
| 1971 |
.icofont-engineer:before |
| 1972 |
{ |
| 1973 |
content: "\e999"; |
| 1974 |
} |
| 1975 |
|
| 1976 |
.icofont-fire-extinguisher-alt:before |
| 1977 |
{ |
| 1978 |
content: "\e99a"; |
| 1979 |
} |
| 1980 |
|
| 1981 |
.icofont-fire-extinguisher:before |
| 1982 |
{ |
| 1983 |
content: "\e99b"; |
| 1984 |
} |
| 1985 |
|
| 1986 |
.icofont-fix-tools:before |
| 1987 |
{ |
| 1988 |
content: "\e99c"; |
| 1989 |
} |
| 1990 |
|
| 1991 |
.icofont-fork-lift:before |
| 1992 |
{ |
| 1993 |
content: "\e99d"; |
| 1994 |
} |
| 1995 |
|
| 1996 |
.icofont-glue-oil:before |
| 1997 |
{ |
| 1998 |
content: "\e99e"; |
| 1999 |
} |
| 2000 |
|
| 2001 |
.icofont-hammer-alt:before |
| 2002 |
{ |
| 2003 |
content: "\e99f"; |
| 2004 |
} |
| 2005 |
|
| 2006 |
.icofont-hammer:before |
| 2007 |
{ |
| 2008 |
content: "\e9a0"; |
| 2009 |
} |
| 2010 |
|
| 2011 |
.icofont-help-robot:before |
| 2012 |
{ |
| 2013 |
content: "\e9a1"; |
| 2014 |
} |
| 2015 |
|
| 2016 |
.icofont-industries-1:before |
| 2017 |
{ |
| 2018 |
content: "\e9a2"; |
| 2019 |
} |
| 2020 |
|
| 2021 |
.icofont-industries-2:before |
| 2022 |
{ |
| 2023 |
content: "\e9a3"; |
| 2024 |
} |
| 2025 |
|
| 2026 |
.icofont-industries-3:before |
| 2027 |
{ |
| 2028 |
content: "\e9a4"; |
| 2029 |
} |
| 2030 |
|
| 2031 |
.icofont-industries-4:before |
| 2032 |
{ |
| 2033 |
content: "\e9a5"; |
| 2034 |
} |
| 2035 |
|
| 2036 |
.icofont-industries-5:before |
| 2037 |
{ |
| 2038 |
content: "\e9a6"; |
| 2039 |
} |
| 2040 |
|
| 2041 |
.icofont-industries:before |
| 2042 |
{ |
| 2043 |
content: "\e9a7"; |
| 2044 |
} |
| 2045 |
|
| 2046 |
.icofont-labour:before |
| 2047 |
{ |
| 2048 |
content: "\e9a8"; |
| 2049 |
} |
| 2050 |
|
| 2051 |
.icofont-mining:before |
| 2052 |
{ |
| 2053 |
content: "\e9a9"; |
| 2054 |
} |
| 2055 |
|
| 2056 |
.icofont-paint-brush:before |
| 2057 |
{ |
| 2058 |
content: "\e9aa"; |
| 2059 |
} |
| 2060 |
|
| 2061 |
.icofont-pollution:before |
| 2062 |
{ |
| 2063 |
content: "\e9ab"; |
| 2064 |
} |
| 2065 |
|
| 2066 |
.icofont-power-zone:before |
| 2067 |
{ |
| 2068 |
content: "\e9ac"; |
| 2069 |
} |
| 2070 |
|
| 2071 |
.icofont-radio-active:before |
| 2072 |
{ |
| 2073 |
content: "\e9ad"; |
| 2074 |
} |
| 2075 |
|
| 2076 |
.icofont-recycle-alt:before |
| 2077 |
{ |
| 2078 |
content: "\e9ae"; |
| 2079 |
} |
| 2080 |
|
| 2081 |
.icofont-recycling-man:before |
| 2082 |
{ |
| 2083 |
content: "\e9af"; |
| 2084 |
} |
| 2085 |
|
| 2086 |
.icofont-safety-hat-light:before |
| 2087 |
{ |
| 2088 |
content: "\e9b0"; |
| 2089 |
} |
| 2090 |
|
| 2091 |
.icofont-safety-hat:before |
| 2092 |
{ |
| 2093 |
content: "\e9b1"; |
| 2094 |
} |
| 2095 |
|
| 2096 |
.icofont-saw:before |
| 2097 |
{ |
| 2098 |
content: "\e9b2"; |
| 2099 |
} |
| 2100 |
|
| 2101 |
.icofont-screw-driver:before |
| 2102 |
{ |
| 2103 |
content: "\e9b3"; |
| 2104 |
} |
| 2105 |
|
| 2106 |
.icofont-tools-1:before |
| 2107 |
{ |
| 2108 |
content: "\e9b4"; |
| 2109 |
} |
| 2110 |
|
| 2111 |
.icofont-tools-bag:before |
| 2112 |
{ |
| 2113 |
content: "\e9b5"; |
| 2114 |
} |
| 2115 |
|
| 2116 |
.icofont-tow-truck:before |
| 2117 |
{ |
| 2118 |
content: "\e9b6"; |
| 2119 |
} |
| 2120 |
|
| 2121 |
.icofont-trolley:before |
| 2122 |
{ |
| 2123 |
content: "\e9b7"; |
| 2124 |
} |
| 2125 |
|
| 2126 |
.icofont-trowel:before |
| 2127 |
{ |
| 2128 |
content: "\e9b8"; |
| 2129 |
} |
| 2130 |
|
| 2131 |
.icofont-under-construction-alt:before |
| 2132 |
{ |
| 2133 |
content: "\e9b9"; |
| 2134 |
} |
| 2135 |
|
| 2136 |
.icofont-under-construction:before |
| 2137 |
{ |
| 2138 |
content: "\e9ba"; |
| 2139 |
} |
| 2140 |
|
| 2141 |
.icofont-vehicle-cement:before |
| 2142 |
{ |
| 2143 |
content: "\e9bb"; |
| 2144 |
} |
| 2145 |
|
| 2146 |
.icofont-vehicle-crane:before |
| 2147 |
{ |
| 2148 |
content: "\e9bc"; |
| 2149 |
} |
| 2150 |
|
| 2151 |
.icofont-vehicle-delivery-van:before |
| 2152 |
{ |
| 2153 |
content: "\e9bd"; |
| 2154 |
} |
| 2155 |
|
| 2156 |
.icofont-vehicle-dozer:before |
| 2157 |
{ |
| 2158 |
content: "\e9be"; |
| 2159 |
} |
| 2160 |
|
| 2161 |
.icofont-vehicle-excavator:before |
| 2162 |
{ |
| 2163 |
content: "\e9bf"; |
| 2164 |
} |
| 2165 |
|
| 2166 |
.icofont-vehicle-trucktor:before |
| 2167 |
{ |
| 2168 |
content: "\e9c0"; |
| 2169 |
} |
| 2170 |
|
| 2171 |
.icofont-vehicle-wrecking:before |
| 2172 |
{ |
| 2173 |
content: "\e9c1"; |
| 2174 |
} |
| 2175 |
|
| 2176 |
.icofont-worker:before |
| 2177 |
{ |
| 2178 |
content: "\e9c2"; |
| 2179 |
} |
| 2180 |
|
| 2181 |
.icofont-workers-group:before |
| 2182 |
{ |
| 2183 |
content: "\e9c3"; |
| 2184 |
} |
| 2185 |
|
| 2186 |
.icofont-wrench:before |
| 2187 |
{ |
| 2188 |
content: "\e9c4"; |
| 2189 |
} |
| 2190 |
|
| 2191 |
.icofont-afghani-false:before |
| 2192 |
{ |
| 2193 |
content: "\e9c5"; |
| 2194 |
} |
| 2195 |
|
| 2196 |
.icofont-afghani-minus:before |
| 2197 |
{ |
| 2198 |
content: "\e9c6"; |
| 2199 |
} |
| 2200 |
|
| 2201 |
.icofont-afghani-plus:before |
| 2202 |
{ |
| 2203 |
content: "\e9c7"; |
| 2204 |
} |
| 2205 |
|
| 2206 |
.icofont-afghani-true:before |
| 2207 |
{ |
| 2208 |
content: "\e9c8"; |
| 2209 |
} |
| 2210 |
|
| 2211 |
.icofont-afghani:before |
| 2212 |
{ |
| 2213 |
content: "\e9c9"; |
| 2214 |
} |
| 2215 |
|
| 2216 |
.icofont-baht-false:before |
| 2217 |
{ |
| 2218 |
content: "\e9ca"; |
| 2219 |
} |
| 2220 |
|
| 2221 |
.icofont-baht-minus:before |
| 2222 |
{ |
| 2223 |
content: "\e9cb"; |
| 2224 |
} |
| 2225 |
|
| 2226 |
.icofont-baht-plus:before |
| 2227 |
{ |
| 2228 |
content: "\e9cc"; |
| 2229 |
} |
| 2230 |
|
| 2231 |
.icofont-baht-true:before |
| 2232 |
{ |
| 2233 |
content: "\e9cd"; |
| 2234 |
} |
| 2235 |
|
| 2236 |
.icofont-baht:before |
| 2237 |
{ |
| 2238 |
content: "\e9ce"; |
| 2239 |
} |
| 2240 |
|
| 2241 |
.icofont-bitcoin-false:before |
| 2242 |
{ |
| 2243 |
content: "\e9cf"; |
| 2244 |
} |
| 2245 |
|
| 2246 |
.icofont-bitcoin-minus:before |
| 2247 |
{ |
| 2248 |
content: "\e9d0"; |
| 2249 |
} |
| 2250 |
|
| 2251 |
.icofont-bitcoin-plus:before |
| 2252 |
{ |
| 2253 |
content: "\e9d1"; |
| 2254 |
} |
| 2255 |
|
| 2256 |
.icofont-bitcoin-true:before |
| 2257 |
{ |
| 2258 |
content: "\e9d2"; |
| 2259 |
} |
| 2260 |
|
| 2261 |
.icofont-bitcoin:before |
| 2262 |
{ |
| 2263 |
content: "\e9d3"; |
| 2264 |
} |
| 2265 |
|
| 2266 |
.icofont-dollar-flase:before |
| 2267 |
{ |
| 2268 |
content: "\e9d4"; |
| 2269 |
} |
| 2270 |
|
| 2271 |
.icofont-dollar-minus:before |
| 2272 |
{ |
| 2273 |
content: "\e9d5"; |
| 2274 |
} |
| 2275 |
|
| 2276 |
.icofont-dollar-plus:before |
| 2277 |
{ |
| 2278 |
content: "\e9d6"; |
| 2279 |
} |
| 2280 |
|
| 2281 |
.icofont-dollar-true:before |
| 2282 |
{ |
| 2283 |
content: "\e9d7"; |
| 2284 |
} |
| 2285 |
|
| 2286 |
.icofont-dollar:before |
| 2287 |
{ |
| 2288 |
content: "\e9d8"; |
| 2289 |
} |
| 2290 |
|
| 2291 |
.icofont-dong-false:before |
| 2292 |
{ |
| 2293 |
content: "\e9d9"; |
| 2294 |
} |
| 2295 |
|
| 2296 |
.icofont-dong-minus:before |
| 2297 |
{ |
| 2298 |
content: "\e9da"; |
| 2299 |
} |
| 2300 |
|
| 2301 |
.icofont-dong-plus:before |
| 2302 |
{ |
| 2303 |
content: "\e9db"; |
| 2304 |
} |
| 2305 |
|
| 2306 |
.icofont-dong-true:before |
| 2307 |
{ |
| 2308 |
content: "\e9dc"; |
| 2309 |
} |
| 2310 |
|
| 2311 |
.icofont-dong:before |
| 2312 |
{ |
| 2313 |
content: "\e9dd"; |
| 2314 |
} |
| 2315 |
|
| 2316 |
.icofont-euro-false:before |
| 2317 |
{ |
| 2318 |
content: "\e9de"; |
| 2319 |
} |
| 2320 |
|
| 2321 |
.icofont-euro-minus:before |
| 2322 |
{ |
| 2323 |
content: "\e9df"; |
| 2324 |
} |
| 2325 |
|
| 2326 |
.icofont-euro-plus:before |
| 2327 |
{ |
| 2328 |
content: "\e9e0"; |
| 2329 |
} |
| 2330 |
|
| 2331 |
.icofont-euro-true:before |
| 2332 |
{ |
| 2333 |
content: "\e9e1"; |
| 2334 |
} |
| 2335 |
|
| 2336 |
.icofont-euro:before |
| 2337 |
{ |
| 2338 |
content: "\e9e2"; |
| 2339 |
} |
| 2340 |
|
| 2341 |
.icofont-frank-false:before |
| 2342 |
{ |
| 2343 |
content: "\e9e3"; |
| 2344 |
} |
| 2345 |
|
| 2346 |
.icofont-frank-minus:before |
| 2347 |
{ |
| 2348 |
content: "\e9e4"; |
| 2349 |
} |
| 2350 |
|
| 2351 |
.icofont-frank-plus:before |
| 2352 |
{ |
| 2353 |
content: "\e9e5"; |
| 2354 |
} |
| 2355 |
|
| 2356 |
.icofont-frank-true:before |
| 2357 |
{ |
| 2358 |
content: "\e9e6"; |
| 2359 |
} |
| 2360 |
|
| 2361 |
.icofont-frank:before |
| 2362 |
{ |
| 2363 |
content: "\e9e7"; |
| 2364 |
} |
| 2365 |
|
| 2366 |
.icofont-hryvnia-false:before |
| 2367 |
{ |
| 2368 |
content: "\e9e8"; |
| 2369 |
} |
| 2370 |
|
| 2371 |
.icofont-hryvnia-minus:before |
| 2372 |
{ |
| 2373 |
content: "\e9e9"; |
| 2374 |
} |
| 2375 |
|
| 2376 |
.icofont-hryvnia-plus:before |
| 2377 |
{ |
| 2378 |
content: "\e9ea"; |
| 2379 |
} |
| 2380 |
|
| 2381 |
.icofont-hryvnia-true:before |
| 2382 |
{ |
| 2383 |
content: "\e9eb"; |
| 2384 |
} |
| 2385 |
|
| 2386 |
.icofont-hryvnia:before |
| 2387 |
{ |
| 2388 |
content: "\e9ec"; |
| 2389 |
} |
| 2390 |
|
| 2391 |
.icofont-lira-false:before |
| 2392 |
{ |
| 2393 |
content: "\e9ed"; |
| 2394 |
} |
| 2395 |
|
| 2396 |
.icofont-lira-minus:before |
| 2397 |
{ |
| 2398 |
content: "\e9ee"; |
| 2399 |
} |
| 2400 |
|
| 2401 |
.icofont-lira-plus:before |
| 2402 |
{ |
| 2403 |
content: "\e9ef"; |
| 2404 |
} |
| 2405 |
|
| 2406 |
.icofont-lira-true:before |
| 2407 |
{ |
| 2408 |
content: "\e9f0"; |
| 2409 |
} |
| 2410 |
|
| 2411 |
.icofont-lira:before |
| 2412 |
{ |
| 2413 |
content: "\e9f1"; |
| 2414 |
} |
| 2415 |
|
| 2416 |
.icofont-peseta-false:before |
| 2417 |
{ |
| 2418 |
content: "\e9f2"; |
| 2419 |
} |
| 2420 |
|
| 2421 |
.icofont-peseta-minus:before |
| 2422 |
{ |
| 2423 |
content: "\e9f3"; |
| 2424 |
} |
| 2425 |
|
| 2426 |
.icofont-peseta-plus:before |
| 2427 |
{ |
| 2428 |
content: "\e9f4"; |
| 2429 |
} |
| 2430 |
|
| 2431 |
.icofont-peseta-true:before |
| 2432 |
{ |
| 2433 |
content: "\e9f5"; |
| 2434 |
} |
| 2435 |
|
| 2436 |
.icofont-peseta:before |
| 2437 |
{ |
| 2438 |
content: "\e9f6"; |
| 2439 |
} |
| 2440 |
|
| 2441 |
.icofont-peso-false:before |
| 2442 |
{ |
| 2443 |
content: "\e9f7"; |
| 2444 |
} |
| 2445 |
|
| 2446 |
.icofont-peso-minus:before |
| 2447 |
{ |
| 2448 |
content: "\e9f8"; |
| 2449 |
} |
| 2450 |
|
| 2451 |
.icofont-peso-plus:before |
| 2452 |
{ |
| 2453 |
content: "\e9f9"; |
| 2454 |
} |
| 2455 |
|
| 2456 |
.icofont-peso-true:before |
| 2457 |
{ |
| 2458 |
content: "\e9fa"; |
| 2459 |
} |
| 2460 |
|
| 2461 |
.icofont-peso:before |
| 2462 |
{ |
| 2463 |
content: "\e9fb"; |
| 2464 |
} |
| 2465 |
|
| 2466 |
.icofont-pound-false:before |
| 2467 |
{ |
| 2468 |
content: "\e9fc"; |
| 2469 |
} |
| 2470 |
|
| 2471 |
.icofont-pound-minus:before |
| 2472 |
{ |
| 2473 |
content: "\e9fd"; |
| 2474 |
} |
| 2475 |
|
| 2476 |
.icofont-pound-plus:before |
| 2477 |
{ |
| 2478 |
content: "\e9fe"; |
| 2479 |
} |
| 2480 |
|
| 2481 |
.icofont-pound-true:before |
| 2482 |
{ |
| 2483 |
content: "\e9ff"; |
| 2484 |
} |
| 2485 |
|
| 2486 |
.icofont-pound:before |
| 2487 |
{ |
| 2488 |
content: "\ea00"; |
| 2489 |
} |
| 2490 |
|
| 2491 |
.icofont-renminbi-false:before |
| 2492 |
{ |
| 2493 |
content: "\ea01"; |
| 2494 |
} |
| 2495 |
|
| 2496 |
.icofont-renminbi-minus:before |
| 2497 |
{ |
| 2498 |
content: "\ea02"; |
| 2499 |
} |
| 2500 |
|
| 2501 |
.icofont-renminbi-plus:before |
| 2502 |
{ |
| 2503 |
content: "\ea03"; |
| 2504 |
} |
| 2505 |
|
| 2506 |
.icofont-renminbi-true:before |
| 2507 |
{ |
| 2508 |
content: "\ea04"; |
| 2509 |
} |
| 2510 |
|
| 2511 |
.icofont-renminbi:before |
| 2512 |
{ |
| 2513 |
content: "\ea05"; |
| 2514 |
} |
| 2515 |
|
| 2516 |
.icofont-riyal-false:before |
| 2517 |
{ |
| 2518 |
content: "\ea06"; |
| 2519 |
} |
| 2520 |
|
| 2521 |
.icofont-riyal-minus:before |
| 2522 |
{ |
| 2523 |
content: "\ea07"; |
| 2524 |
} |
| 2525 |
|
| 2526 |
.icofont-riyal-plus:before |
| 2527 |
{ |
| 2528 |
content: "\ea08"; |
| 2529 |
} |
| 2530 |
|
| 2531 |
.icofont-riyal-true:before |
| 2532 |
{ |
| 2533 |
content: "\ea09"; |
| 2534 |
} |
| 2535 |
|
| 2536 |
.icofont-riyal:before |
| 2537 |
{ |
| 2538 |
content: "\ea0a"; |
| 2539 |
} |
| 2540 |
|
| 2541 |
.icofont-rouble-false:before |
| 2542 |
{ |
| 2543 |
content: "\ea0b"; |
| 2544 |
} |
| 2545 |
|
| 2546 |
.icofont-rouble-minus:before |
| 2547 |
{ |
| 2548 |
content: "\ea0c"; |
| 2549 |
} |
| 2550 |
|
| 2551 |
.icofont-rouble-plus:before |
| 2552 |
{ |
| 2553 |
content: "\ea0d"; |
| 2554 |
} |
| 2555 |
|
| 2556 |
.icofont-rouble-true:before |
| 2557 |
{ |
| 2558 |
content: "\ea0e"; |
| 2559 |
} |
| 2560 |
|
| 2561 |
.icofont-rouble:before |
| 2562 |
{ |
| 2563 |
content: "\ea0f"; |
| 2564 |
} |
| 2565 |
|
| 2566 |
.icofont-rupee-false:before |
| 2567 |
{ |
| 2568 |
content: "\ea10"; |
| 2569 |
} |
| 2570 |
|
| 2571 |
.icofont-rupee-minus:before |
| 2572 |
{ |
| 2573 |
content: "\ea11"; |
| 2574 |
} |
| 2575 |
|
| 2576 |
.icofont-rupee-plus:before |
| 2577 |
{ |
| 2578 |
content: "\ea12"; |
| 2579 |
} |
| 2580 |
|
| 2581 |
.icofont-rupee-true:before |
| 2582 |
{ |
| 2583 |
content: "\ea13"; |
| 2584 |
} |
| 2585 |
|
| 2586 |
.icofont-rupee:before |
| 2587 |
{ |
| 2588 |
content: "\ea14"; |
| 2589 |
} |
| 2590 |
|
| 2591 |
.icofont-taka-false:before |
| 2592 |
{ |
| 2593 |
content: "\ea15"; |
| 2594 |
} |
| 2595 |
|
| 2596 |
.icofont-taka-minus:before |
| 2597 |
{ |
| 2598 |
content: "\ea16"; |
| 2599 |
} |
| 2600 |
|
| 2601 |
.icofont-taka-plus:before |
| 2602 |
{ |
| 2603 |
content: "\ea17"; |
| 2604 |
} |
| 2605 |
|
| 2606 |
.icofont-taka-true:before |
| 2607 |
{ |
| 2608 |
content: "\ea18"; |
| 2609 |
} |
| 2610 |
|
| 2611 |
.icofont-taka:before |
| 2612 |
{ |
| 2613 |
content: "\ea19"; |
| 2614 |
} |
| 2615 |
|
| 2616 |
.icofont-turkish-lira-false:before |
| 2617 |
{ |
| 2618 |
content: "\ea1a"; |
| 2619 |
} |
| 2620 |
|
| 2621 |
.icofont-turkish-lira-minus:before |
| 2622 |
{ |
| 2623 |
content: "\ea1b"; |
| 2624 |
} |
| 2625 |
|
| 2626 |
.icofont-turkish-lira-plus:before |
| 2627 |
{ |
| 2628 |
content: "\ea1c"; |
| 2629 |
} |
| 2630 |
|
| 2631 |
.icofont-turkish-lira-true:before |
| 2632 |
{ |
| 2633 |
content: "\ea1d"; |
| 2634 |
} |
| 2635 |
|
| 2636 |
.icofont-turkish-lira:before |
| 2637 |
{ |
| 2638 |
content: "\ea1e"; |
| 2639 |
} |
| 2640 |
|
| 2641 |
.icofont-won-false:before |
| 2642 |
{ |
| 2643 |
content: "\ea1f"; |
| 2644 |
} |
| 2645 |
|
| 2646 |
.icofont-won-minus:before |
| 2647 |
{ |
| 2648 |
content: "\ea20"; |
| 2649 |
} |
| 2650 |
|
| 2651 |
.icofont-won-plus:before |
| 2652 |
{ |
| 2653 |
content: "\ea21"; |
| 2654 |
} |
| 2655 |
|
| 2656 |
.icofont-won-true:before |
| 2657 |
{ |
| 2658 |
content: "\ea22"; |
| 2659 |
} |
| 2660 |
|
| 2661 |
.icofont-won:before |
| 2662 |
{ |
| 2663 |
content: "\ea23"; |
| 2664 |
} |
| 2665 |
|
| 2666 |
.icofont-yen-false:before |
| 2667 |
{ |
| 2668 |
content: "\ea24"; |
| 2669 |
} |
| 2670 |
|
| 2671 |
.icofont-yen-minus:before |
| 2672 |
{ |
| 2673 |
content: "\ea25"; |
| 2674 |
} |
| 2675 |
|
| 2676 |
.icofont-yen-plus:before |
| 2677 |
{ |
| 2678 |
content: "\ea26"; |
| 2679 |
} |
| 2680 |
|
| 2681 |
.icofont-yen-true:before |
| 2682 |
{ |
| 2683 |
content: "\ea27"; |
| 2684 |
} |
| 2685 |
|
| 2686 |
.icofont-yen:before |
| 2687 |
{ |
| 2688 |
content: "\ea28"; |
| 2689 |
} |
| 2690 |
|
| 2691 |
.icofont-android-nexus:before |
| 2692 |
{ |
| 2693 |
content: "\ea29"; |
| 2694 |
} |
| 2695 |
|
| 2696 |
.icofont-android-tablet:before |
| 2697 |
{ |
| 2698 |
content: "\ea2a"; |
| 2699 |
} |
| 2700 |
|
| 2701 |
.icofont-apple-watch:before |
| 2702 |
{ |
| 2703 |
content: "\ea2b"; |
| 2704 |
} |
| 2705 |
|
| 2706 |
.icofont-drawing-tablet:before |
| 2707 |
{ |
| 2708 |
content: "\ea2c"; |
| 2709 |
} |
| 2710 |
|
| 2711 |
.icofont-earphone:before |
| 2712 |
{ |
| 2713 |
content: "\ea2d"; |
| 2714 |
} |
| 2715 |
|
| 2716 |
.icofont-flash-drive:before |
| 2717 |
{ |
| 2718 |
content: "\ea2e"; |
| 2719 |
} |
| 2720 |
|
| 2721 |
.icofont-game-console:before |
| 2722 |
{ |
| 2723 |
content: "\ea2f"; |
| 2724 |
} |
| 2725 |
|
| 2726 |
.icofont-game-controller:before |
| 2727 |
{ |
| 2728 |
content: "\ea30"; |
| 2729 |
} |
| 2730 |
|
| 2731 |
.icofont-game-pad:before |
| 2732 |
{ |
| 2733 |
content: "\ea31"; |
| 2734 |
} |
| 2735 |
|
| 2736 |
.icofont-game:before |
| 2737 |
{ |
| 2738 |
content: "\ea32"; |
| 2739 |
} |
| 2740 |
|
| 2741 |
.icofont-headphone-alt-1:before |
| 2742 |
{ |
| 2743 |
content: "\ea33"; |
| 2744 |
} |
| 2745 |
|
| 2746 |
.icofont-headphone-alt-2:before |
| 2747 |
{ |
| 2748 |
content: "\ea34"; |
| 2749 |
} |
| 2750 |
|
| 2751 |
.icofont-headphone-alt-3:before |
| 2752 |
{ |
| 2753 |
content: "\ea35"; |
| 2754 |
} |
| 2755 |
|
| 2756 |
.icofont-headphone-alt:before |
| 2757 |
{ |
| 2758 |
content: "\ea36"; |
| 2759 |
} |
| 2760 |
|
| 2761 |
.icofont-headphone:before |
| 2762 |
{ |
| 2763 |
content: "\ea37"; |
| 2764 |
} |
| 2765 |
|
| 2766 |
.icofont-htc-one:before |
| 2767 |
{ |
| 2768 |
content: "\ea38"; |
| 2769 |
} |
| 2770 |
|
| 2771 |
.icofont-imac:before |
| 2772 |
{ |
| 2773 |
content: "\ea39"; |
| 2774 |
} |
| 2775 |
|
| 2776 |
.icofont-ipad:before |
| 2777 |
{ |
| 2778 |
content: "\ea3a"; |
| 2779 |
} |
| 2780 |
|
| 2781 |
.icofont-iphone:before |
| 2782 |
{ |
| 2783 |
content: "\ea3b"; |
| 2784 |
} |
| 2785 |
|
| 2786 |
.icofont-ipod-nano:before |
| 2787 |
{ |
| 2788 |
content: "\ea3c"; |
| 2789 |
} |
| 2790 |
|
| 2791 |
.icofont-ipod-touch:before |
| 2792 |
{ |
| 2793 |
content: "\ea3d"; |
| 2794 |
} |
| 2795 |
|
| 2796 |
.icofont-keyboard-alt:before |
| 2797 |
{ |
| 2798 |
content: "\ea3e"; |
| 2799 |
} |
| 2800 |
|
| 2801 |
.icofont-keyboard-wireless:before |
| 2802 |
{ |
| 2803 |
content: "\ea3f"; |
| 2804 |
} |
| 2805 |
|
| 2806 |
.icofont-keyboard:before |
| 2807 |
{ |
| 2808 |
content: "\ea40"; |
| 2809 |
} |
| 2810 |
|
| 2811 |
.icofont-laptop-alt:before |
| 2812 |
{ |
| 2813 |
content: "\ea41"; |
| 2814 |
} |
| 2815 |
|
| 2816 |
.icofont-laptop:before |
| 2817 |
{ |
| 2818 |
content: "\ea42"; |
| 2819 |
} |
| 2820 |
|
| 2821 |
.icofont-macbook:before |
| 2822 |
{ |
| 2823 |
content: "\ea43"; |
| 2824 |
} |
| 2825 |
|
| 2826 |
.icofont-magic-mouse:before |
| 2827 |
{ |
| 2828 |
content: "\ea44"; |
| 2829 |
} |
| 2830 |
|
| 2831 |
.icofont-micro-chip:before |
| 2832 |
{ |
| 2833 |
content: "\ea45"; |
| 2834 |
} |
| 2835 |
|
| 2836 |
.icofont-microphone-alt:before |
| 2837 |
{ |
| 2838 |
content: "\ea46"; |
| 2839 |
} |
| 2840 |
|
| 2841 |
.icofont-microphone:before |
| 2842 |
{ |
| 2843 |
content: "\ea47"; |
| 2844 |
} |
| 2845 |
|
| 2846 |
.icofont-mouse:before |
| 2847 |
{ |
| 2848 |
content: "\ea49"; |
| 2849 |
} |
| 2850 |
|
| 2851 |
.icofont-mp3-player:before |
| 2852 |
{ |
| 2853 |
content: "\ea4a"; |
| 2854 |
} |
| 2855 |
|
| 2856 |
.icofont-nintendo:before |
| 2857 |
{ |
| 2858 |
content: "\ea4b"; |
| 2859 |
} |
| 2860 |
|
| 2861 |
.icofont-playstation-alt:before |
| 2862 |
{ |
| 2863 |
content: "\ea4c"; |
| 2864 |
} |
| 2865 |
|
| 2866 |
.icofont-psvita:before |
| 2867 |
{ |
| 2868 |
content: "\ea4d"; |
| 2869 |
} |
| 2870 |
|
| 2871 |
.icofont-radio-mic:before |
| 2872 |
{ |
| 2873 |
content: "\ea4e"; |
| 2874 |
} |
| 2875 |
|
| 2876 |
.icofont-radio:before |
| 2877 |
{ |
| 2878 |
content: "\ea4f"; |
| 2879 |
} |
| 2880 |
|
| 2881 |
.icofont-refrigerator:before |
| 2882 |
{ |
| 2883 |
content: "\ea50"; |
| 2884 |
} |
| 2885 |
|
| 2886 |
.icofont-samsung-galaxy:before |
| 2887 |
{ |
| 2888 |
content: "\ea51"; |
| 2889 |
} |
| 2890 |
|
| 2891 |
.icofont-surface-tablet:before |
| 2892 |
{ |
| 2893 |
content: "\ea52"; |
| 2894 |
} |
| 2895 |
|
| 2896 |
.icofont-ui-head-phone:before |
| 2897 |
{ |
| 2898 |
content: "\ea53"; |
| 2899 |
} |
| 2900 |
|
| 2901 |
.icofont-ui-keyboard:before |
| 2902 |
{ |
| 2903 |
content: "\ea54"; |
| 2904 |
} |
| 2905 |
|
| 2906 |
.icofont-washing-machine:before |
| 2907 |
{ |
| 2908 |
content: "\ea55"; |
| 2909 |
} |
| 2910 |
|
| 2911 |
.icofont-wifi-router:before |
| 2912 |
{ |
| 2913 |
content: "\ea56"; |
| 2914 |
} |
| 2915 |
|
| 2916 |
.icofont-wii-u:before |
| 2917 |
{ |
| 2918 |
content: "\ea57"; |
| 2919 |
} |
| 2920 |
|
| 2921 |
.icofont-windows-lumia:before |
| 2922 |
{ |
| 2923 |
content: "\ea58"; |
| 2924 |
} |
| 2925 |
|
| 2926 |
.icofont-wireless-mouse:before |
| 2927 |
{ |
| 2928 |
content: "\ea59"; |
| 2929 |
} |
| 2930 |
|
| 2931 |
.icofont-xbox-360:before |
| 2932 |
{ |
| 2933 |
content: "\ea5a"; |
| 2934 |
} |
| 2935 |
|
| 2936 |
.icofont-arrow-down:before |
| 2937 |
{ |
| 2938 |
content: "\ea5b"; |
| 2939 |
} |
| 2940 |
|
| 2941 |
.icofont-arrow-left:before |
| 2942 |
{ |
| 2943 |
content: "\ea5c"; |
| 2944 |
} |
| 2945 |
|
| 2946 |
.icofont-arrow-right:before |
| 2947 |
{ |
| 2948 |
content: "\ea5d"; |
| 2949 |
} |
| 2950 |
|
| 2951 |
.icofont-arrow-up:before |
| 2952 |
{ |
| 2953 |
content: "\ea5e"; |
| 2954 |
} |
| 2955 |
|
| 2956 |
.icofont-block-down:before |
| 2957 |
{ |
| 2958 |
content: "\ea5f"; |
| 2959 |
} |
| 2960 |
|
| 2961 |
.icofont-block-left:before |
| 2962 |
{ |
| 2963 |
content: "\ea60"; |
| 2964 |
} |
| 2965 |
|
| 2966 |
.icofont-block-right:before |
| 2967 |
{ |
| 2968 |
content: "\ea61"; |
| 2969 |
} |
| 2970 |
|
| 2971 |
.icofont-block-up:before |
| 2972 |
{ |
| 2973 |
content: "\ea62"; |
| 2974 |
} |
| 2975 |
|
| 2976 |
.icofont-bubble-down:before |
| 2977 |
{ |
| 2978 |
content: "\ea63"; |
| 2979 |
} |
| 2980 |
|
| 2981 |
.icofont-bubble-up:before |
| 2982 |
{ |
| 2983 |
content: "\ea66"; |
| 2984 |
} |
| 2985 |
|
| 2986 |
.icofont-caret-down:before |
| 2987 |
{ |
| 2988 |
content: "\ea67"; |
| 2989 |
} |
| 2990 |
|
| 2991 |
.icofont-caret-up:before |
| 2992 |
{ |
| 2993 |
content: "\ea6a"; |
| 2994 |
} |
| 2995 |
|
| 2996 |
.icofont-circled-down:before |
| 2997 |
{ |
| 2998 |
content: "\ea6b"; |
| 2999 |
} |
| 3000 |
|
| 3001 |
.icofont-circled-left:before |
| 3002 |
{ |
| 3003 |
content: "\ea6c"; |
| 3004 |
} |
| 3005 |
|
| 3006 |
.icofont-circled-right:before |
| 3007 |
{ |
| 3008 |
content: "\ea6d"; |
| 3009 |
} |
| 3010 |
|
| 3011 |
.icofont-circled-up:before |
| 3012 |
{ |
| 3013 |
content: "\ea6e"; |
| 3014 |
} |
| 3015 |
|
| 3016 |
.icofont-collapse:before |
| 3017 |
{ |
| 3018 |
content: "\ea6f"; |
| 3019 |
} |
| 3020 |
|
| 3021 |
.icofont-cursor-drag:before |
| 3022 |
{ |
| 3023 |
content: "\ea70"; |
| 3024 |
} |
| 3025 |
|
| 3026 |
.icofont-curved-double-left:before |
| 3027 |
{ |
| 3028 |
content: "\ea71"; |
| 3029 |
} |
| 3030 |
|
| 3031 |
.icofont-curved-double-right:before |
| 3032 |
{ |
| 3033 |
content: "\ea72"; |
| 3034 |
} |
| 3035 |
|
| 3036 |
.icofont-curved-down:before |
| 3037 |
{ |
| 3038 |
content: "\ea73"; |
| 3039 |
} |
| 3040 |
|
| 3041 |
.icofont-curved-left:before |
| 3042 |
{ |
| 3043 |
content: "\ea74"; |
| 3044 |
} |
| 3045 |
|
| 3046 |
.icofont-curved-right:before |
| 3047 |
{ |
| 3048 |
content: "\ea75"; |
| 3049 |
} |
| 3050 |
|
| 3051 |
.icofont-curved-up:before |
| 3052 |
{ |
| 3053 |
content: "\ea76"; |
| 3054 |
} |
| 3055 |
|
| 3056 |
.icofont-dotted-down:before |
| 3057 |
{ |
| 3058 |
content: "\ea77"; |
| 3059 |
} |
| 3060 |
|
| 3061 |
.icofont-dotted-left:before |
| 3062 |
{ |
| 3063 |
content: "\ea78"; |
| 3064 |
} |
| 3065 |
|
| 3066 |
.icofont-dotted-right:before |
| 3067 |
{ |
| 3068 |
content: "\ea79"; |
| 3069 |
} |
| 3070 |
|
| 3071 |
.icofont-dotted-up:before |
| 3072 |
{ |
| 3073 |
content: "\ea7a"; |
| 3074 |
} |
| 3075 |
|
| 3076 |
.icofont-double-left:before |
| 3077 |
{ |
| 3078 |
content: "\ea7b"; |
| 3079 |
} |
| 3080 |
|
| 3081 |
.icofont-double-right:before |
| 3082 |
{ |
| 3083 |
content: "\ea7c"; |
| 3084 |
} |
| 3085 |
|
| 3086 |
.icofont-expand-alt:before |
| 3087 |
{ |
| 3088 |
content: "\ea7d"; |
| 3089 |
} |
| 3090 |
|
| 3091 |
.icofont-hand-down:before |
| 3092 |
{ |
| 3093 |
content: "\ea7e"; |
| 3094 |
} |
| 3095 |
|
| 3096 |
.icofont-hand-drag:before |
| 3097 |
{ |
| 3098 |
content: "\ea7f"; |
| 3099 |
} |
| 3100 |
|
| 3101 |
.icofont-hand-drag1:before |
| 3102 |
{ |
| 3103 |
content: "\ea80"; |
| 3104 |
} |
| 3105 |
|
| 3106 |
.icofont-hand-drag2:before |
| 3107 |
{ |
| 3108 |
content: "\ea81"; |
| 3109 |
} |
| 3110 |
|
| 3111 |
.icofont-hand-drawn-alt-down:before |
| 3112 |
{ |
| 3113 |
content: "\ea82"; |
| 3114 |
} |
| 3115 |
|
| 3116 |
.icofont-hand-drawn-alt-left:before |
| 3117 |
{ |
| 3118 |
content: "\ea83"; |
| 3119 |
} |
| 3120 |
|
| 3121 |
.icofont-hand-drawn-alt-right:before |
| 3122 |
{ |
| 3123 |
content: "\ea84"; |
| 3124 |
} |
| 3125 |
|
| 3126 |
.icofont-hand-drawn-alt-up:before |
| 3127 |
{ |
| 3128 |
content: "\ea85"; |
| 3129 |
} |
| 3130 |
|
| 3131 |
.icofont-hand-drawn-down:before |
| 3132 |
{ |
| 3133 |
content: "\ea86"; |
| 3134 |
} |
| 3135 |
|
| 3136 |
.icofont-hand-drawn-left:before |
| 3137 |
{ |
| 3138 |
content: "\ea87"; |
| 3139 |
} |
| 3140 |
|
| 3141 |
.icofont-hand-drawn-right:before |
| 3142 |
{ |
| 3143 |
content: "\ea88"; |
| 3144 |
} |
| 3145 |
|
| 3146 |
.icofont-hand-drawn-up:before |
| 3147 |
{ |
| 3148 |
content: "\ea89"; |
| 3149 |
} |
| 3150 |
|
| 3151 |
.icofont-hand-grippers:before |
| 3152 |
{ |
| 3153 |
content: "\ea8a"; |
| 3154 |
} |
| 3155 |
|
| 3156 |
.icofont-hand-left:before |
| 3157 |
{ |
| 3158 |
content: "\ea8b"; |
| 3159 |
} |
| 3160 |
|
| 3161 |
.icofont-hand-right:before |
| 3162 |
{ |
| 3163 |
content: "\ea8c"; |
| 3164 |
} |
| 3165 |
|
| 3166 |
.icofont-hand-up:before |
| 3167 |
{ |
| 3168 |
content: "\ea8d"; |
| 3169 |
} |
| 3170 |
|
| 3171 |
.icofont-line-block-down:before |
| 3172 |
{ |
| 3173 |
content: "\ea8e"; |
| 3174 |
} |
| 3175 |
|
| 3176 |
.icofont-line-block-left:before |
| 3177 |
{ |
| 3178 |
content: "\ea8f"; |
| 3179 |
} |
| 3180 |
|
| 3181 |
.icofont-line-block-right:before |
| 3182 |
{ |
| 3183 |
content: "\ea90"; |
| 3184 |
} |
| 3185 |
|
| 3186 |
.icofont-line-block-up:before |
| 3187 |
{ |
| 3188 |
content: "\ea91"; |
| 3189 |
} |
| 3190 |
|
| 3191 |
.icofont-rounded-collapse:before |
| 3192 |
{ |
| 3193 |
content: "\ea96"; |
| 3194 |
} |
| 3195 |
|
| 3196 |
.icofont-rounded-expand:before |
| 3197 |
{ |
| 3198 |
content: "\ea9a"; |
| 3199 |
} |
| 3200 |
|
| 3201 |
.icofont-scroll-bubble-down:before |
| 3202 |
{ |
| 3203 |
content: "\eaa2"; |
| 3204 |
} |
| 3205 |
|
| 3206 |
.icofont-scroll-bubble-left:before |
| 3207 |
{ |
| 3208 |
content: "\eaa3"; |
| 3209 |
} |
| 3210 |
|
| 3211 |
.icofont-scroll-bubble-right:before |
| 3212 |
{ |
| 3213 |
content: "\eaa4"; |
| 3214 |
} |
| 3215 |
|
| 3216 |
.icofont-scroll-bubble-up:before |
| 3217 |
{ |
| 3218 |
content: "\eaa5"; |
| 3219 |
} |
| 3220 |
|
| 3221 |
.icofont-scroll-double-down:before |
| 3222 |
{ |
| 3223 |
content: "\eaa6"; |
| 3224 |
} |
| 3225 |
|
| 3226 |
.icofont-scroll-double-left:before |
| 3227 |
{ |
| 3228 |
content: "\eaa7"; |
| 3229 |
} |
| 3230 |
|
| 3231 |
.icofont-scroll-double-right:before |
| 3232 |
{ |
| 3233 |
content: "\eaa8"; |
| 3234 |
} |
| 3235 |
|
| 3236 |
.icofont-scroll-double-up:before |
| 3237 |
{ |
| 3238 |
content: "\eaa9"; |
| 3239 |
} |
| 3240 |
|
| 3241 |
.icofont-scroll-down:before |
| 3242 |
{ |
| 3243 |
content: "\eaaa"; |
| 3244 |
} |
| 3245 |
|
| 3246 |
.icofont-scroll-left:before |
| 3247 |
{ |
| 3248 |
content: "\eaab"; |
| 3249 |
} |
| 3250 |
|
| 3251 |
.icofont-scroll-long-down:before |
| 3252 |
{ |
| 3253 |
content: "\eaac"; |
| 3254 |
} |
| 3255 |
|
| 3256 |
.icofont-scroll-long-left:before |
| 3257 |
{ |
| 3258 |
content: "\eaad"; |
| 3259 |
} |
| 3260 |
|
| 3261 |
.icofont-scroll-long-right:before |
| 3262 |
{ |
| 3263 |
content: "\eaae"; |
| 3264 |
} |
| 3265 |
|
| 3266 |
.icofont-scroll-long-up:before |
| 3267 |
{ |
| 3268 |
content: "\eaaf"; |
| 3269 |
} |
| 3270 |
|
| 3271 |
.icofont-scroll-right:before |
| 3272 |
{ |
| 3273 |
content: "\eab0"; |
| 3274 |
} |
| 3275 |
|
| 3276 |
.icofont-scroll-up:before |
| 3277 |
{ |
| 3278 |
content: "\eab1"; |
| 3279 |
} |
| 3280 |
|
| 3281 |
.icofont-simple-down:before |
| 3282 |
{ |
| 3283 |
content: "\eab2"; |
| 3284 |
} |
| 3285 |
|
| 3286 |
.icofont-simple-left-down:before |
| 3287 |
{ |
| 3288 |
content: "\eab3"; |
| 3289 |
} |
| 3290 |
|
| 3291 |
.icofont-simple-left-up:before |
| 3292 |
{ |
| 3293 |
content: "\eab4"; |
| 3294 |
} |
| 3295 |
|
| 3296 |
.icofont-simple-right-down:before |
| 3297 |
{ |
| 3298 |
content: "\eab6"; |
| 3299 |
} |
| 3300 |
|
| 3301 |
.icofont-simple-right-up:before |
| 3302 |
{ |
| 3303 |
content: "\eab7"; |
| 3304 |
} |
| 3305 |
|
| 3306 |
.icofont-simple-up:before |
| 3307 |
{ |
| 3308 |
content: "\eab9"; |
| 3309 |
} |
| 3310 |
|
| 3311 |
.icofont-square-down:before |
| 3312 |
{ |
| 3313 |
content: "\eaba"; |
| 3314 |
} |
| 3315 |
|
| 3316 |
.icofont-square-left:before |
| 3317 |
{ |
| 3318 |
content: "\eabb"; |
| 3319 |
} |
| 3320 |
|
| 3321 |
.icofont-square-right:before |
| 3322 |
{ |
| 3323 |
content: "\eabc"; |
| 3324 |
} |
| 3325 |
|
| 3326 |
.icofont-square-up:before |
| 3327 |
{ |
| 3328 |
content: "\eabd"; |
| 3329 |
} |
| 3330 |
|
| 3331 |
.icofont-stylish-down:before |
| 3332 |
{ |
| 3333 |
content: "\eabe"; |
| 3334 |
} |
| 3335 |
|
| 3336 |
.icofont-stylish-left:before |
| 3337 |
{ |
| 3338 |
content: "\eabf"; |
| 3339 |
} |
| 3340 |
|
| 3341 |
.icofont-stylish-right:before |
| 3342 |
{ |
| 3343 |
content: "\eac0"; |
| 3344 |
} |
| 3345 |
|
| 3346 |
.icofont-stylish-up:before |
| 3347 |
{ |
| 3348 |
content: "\eac1"; |
| 3349 |
} |
| 3350 |
|
| 3351 |
.icofont-swoosh-down:before |
| 3352 |
{ |
| 3353 |
content: "\eac2"; |
| 3354 |
} |
| 3355 |
|
| 3356 |
.icofont-swoosh-left:before |
| 3357 |
{ |
| 3358 |
content: "\eac3"; |
| 3359 |
} |
| 3360 |
|
| 3361 |
.icofont-swoosh-right:before |
| 3362 |
{ |
| 3363 |
content: "\eac4"; |
| 3364 |
} |
| 3365 |
|
| 3366 |
.icofont-swoosh-up:before |
| 3367 |
{ |
| 3368 |
content: "\eac5"; |
| 3369 |
} |
| 3370 |
|
| 3371 |
.icofont-thin-double-left:before |
| 3372 |
{ |
| 3373 |
content: "\eac6"; |
| 3374 |
} |
| 3375 |
|
| 3376 |
.icofont-thin-double-right:before |
| 3377 |
{ |
| 3378 |
content: "\eac7"; |
| 3379 |
} |
| 3380 |
|
| 3381 |
.icofont-thin-down:before |
| 3382 |
{ |
| 3383 |
content: "\eac8"; |
| 3384 |
} |
| 3385 |
|
| 3386 |
.icofont-thin-left:before |
| 3387 |
{ |
| 3388 |
content: "\eac9"; |
| 3389 |
} |
| 3390 |
|
| 3391 |
.icofont-thin-right:before |
| 3392 |
{ |
| 3393 |
content: "\eaca"; |
| 3394 |
} |
| 3395 |
|
| 3396 |
.icofont-thin-up:before |
| 3397 |
{ |
| 3398 |
content: "\eacb"; |
| 3399 |
} |
| 3400 |
|
| 3401 |
.icofont-abc:before |
| 3402 |
{ |
| 3403 |
content: "\eacc"; |
| 3404 |
} |
| 3405 |
|
| 3406 |
.icofont-atom:before |
| 3407 |
{ |
| 3408 |
content: "\eacd"; |
| 3409 |
} |
| 3410 |
|
| 3411 |
.icofont-award:before |
| 3412 |
{ |
| 3413 |
content: "\eace"; |
| 3414 |
} |
| 3415 |
|
| 3416 |
.icofont-bell-alt:before |
| 3417 |
{ |
| 3418 |
content: "\eacf"; |
| 3419 |
} |
| 3420 |
|
| 3421 |
.icofont-black-board:before |
| 3422 |
{ |
| 3423 |
content: "\ead0"; |
| 3424 |
} |
| 3425 |
|
| 3426 |
.icofont-book-alt:before |
| 3427 |
{ |
| 3428 |
content: "\ead1"; |
| 3429 |
} |
| 3430 |
|
| 3431 |
.icofont-book:before |
| 3432 |
{ |
| 3433 |
content: "\ead2"; |
| 3434 |
} |
| 3435 |
|
| 3436 |
.icofont-brainstorming:before |
| 3437 |
{ |
| 3438 |
content: "\ead3"; |
| 3439 |
} |
| 3440 |
|
| 3441 |
.icofont-certificate-alt-1:before |
| 3442 |
{ |
| 3443 |
content: "\ead4"; |
| 3444 |
} |
| 3445 |
|
| 3446 |
.icofont-certificate-alt-2:before |
| 3447 |
{ |
| 3448 |
content: "\ead5"; |
| 3449 |
} |
| 3450 |
|
| 3451 |
.icofont-certificate:before |
| 3452 |
{ |
| 3453 |
content: "\ead6"; |
| 3454 |
} |
| 3455 |
|
| 3456 |
.icofont-education:before |
| 3457 |
{ |
| 3458 |
content: "\ead7"; |
| 3459 |
} |
| 3460 |
|
| 3461 |
.icofont-electron:before |
| 3462 |
{ |
| 3463 |
content: "\ead8"; |
| 3464 |
} |
| 3465 |
|
| 3466 |
.icofont-fountain-pen:before |
| 3467 |
{ |
| 3468 |
content: "\ead9"; |
| 3469 |
} |
| 3470 |
|
| 3471 |
.icofont-globe-alt:before |
| 3472 |
{ |
| 3473 |
content: "\eada"; |
| 3474 |
} |
| 3475 |
|
| 3476 |
.icofont-graduate-alt:before |
| 3477 |
{ |
| 3478 |
content: "\eadb"; |
| 3479 |
} |
| 3480 |
|
| 3481 |
.icofont-graduate:before |
| 3482 |
{ |
| 3483 |
content: "\eadc"; |
| 3484 |
} |
| 3485 |
|
| 3486 |
.icofont-group-students:before |
| 3487 |
{ |
| 3488 |
content: "\eadd"; |
| 3489 |
} |
| 3490 |
|
| 3491 |
.icofont-hat-alt:before |
| 3492 |
{ |
| 3493 |
content: "\eade"; |
| 3494 |
} |
| 3495 |
|
| 3496 |
.icofont-hat:before |
| 3497 |
{ |
| 3498 |
content: "\eadf"; |
| 3499 |
} |
| 3500 |
|
| 3501 |
.icofont-instrument:before |
| 3502 |
{ |
| 3503 |
content: "\eae0"; |
| 3504 |
} |
| 3505 |
|
| 3506 |
.icofont-lamp-light:before |
| 3507 |
{ |
| 3508 |
content: "\eae1"; |
| 3509 |
} |
| 3510 |
|
| 3511 |
.icofont-medal:before |
| 3512 |
{ |
| 3513 |
content: "\eae2"; |
| 3514 |
} |
| 3515 |
|
| 3516 |
.icofont-microscope-alt:before |
| 3517 |
{ |
| 3518 |
content: "\eae3"; |
| 3519 |
} |
| 3520 |
|
| 3521 |
.icofont-microscope:before |
| 3522 |
{ |
| 3523 |
content: "\eae4"; |
| 3524 |
} |
| 3525 |
|
| 3526 |
.icofont-paper:before |
| 3527 |
{ |
| 3528 |
content: "\eae5"; |
| 3529 |
} |
| 3530 |
|
| 3531 |
.icofont-pen-alt-4:before |
| 3532 |
{ |
| 3533 |
content: "\eae6"; |
| 3534 |
} |
| 3535 |
|
| 3536 |
.icofont-pen-nib:before |
| 3537 |
{ |
| 3538 |
content: "\eae7"; |
| 3539 |
} |
| 3540 |
|
| 3541 |
.icofont-pencil-alt-5:before |
| 3542 |
{ |
| 3543 |
content: "\eae8"; |
| 3544 |
} |
| 3545 |
|
| 3546 |
.icofont-quill-pen:before |
| 3547 |
{ |
| 3548 |
content: "\eae9"; |
| 3549 |
} |
| 3550 |
|
| 3551 |
.icofont-read-book-alt:before |
| 3552 |
{ |
| 3553 |
content: "\eaea"; |
| 3554 |
} |
| 3555 |
|
| 3556 |
.icofont-read-book:before |
| 3557 |
{ |
| 3558 |
content: "\eaeb"; |
| 3559 |
} |
| 3560 |
|
| 3561 |
.icofont-school-bag:before |
| 3562 |
{ |
| 3563 |
content: "\eaec"; |
| 3564 |
} |
| 3565 |
|
| 3566 |
.icofont-school-bus:before |
| 3567 |
{ |
| 3568 |
content: "\eaed"; |
| 3569 |
} |
| 3570 |
|
| 3571 |
.icofont-student-alt:before |
| 3572 |
{ |
| 3573 |
content: "\eaee"; |
| 3574 |
} |
| 3575 |
|
| 3576 |
.icofont-student:before |
| 3577 |
{ |
| 3578 |
content: "\eaef"; |
| 3579 |
} |
| 3580 |
|
| 3581 |
.icofont-teacher:before |
| 3582 |
{ |
| 3583 |
content: "\eaf0"; |
| 3584 |
} |
| 3585 |
|
| 3586 |
.icofont-test-bulb:before |
| 3587 |
{ |
| 3588 |
content: "\eaf1"; |
| 3589 |
} |
| 3590 |
|
| 3591 |
.icofont-test-tube-alt:before |
| 3592 |
{ |
| 3593 |
content: "\eaf2"; |
| 3594 |
} |
| 3595 |
|
| 3596 |
.icofont-university:before |
| 3597 |
{ |
| 3598 |
content: "\eaf3"; |
| 3599 |
} |
| 3600 |
|
| 3601 |
.icofont-angry:before |
| 3602 |
{ |
| 3603 |
content: "\eaf4"; |
| 3604 |
} |
| 3605 |
|
| 3606 |
.icofont-astonished:before |
| 3607 |
{ |
| 3608 |
content: "\eaf5"; |
| 3609 |
} |
| 3610 |
|
| 3611 |
.icofont-confounded:before |
| 3612 |
{ |
| 3613 |
content: "\eaf6"; |
| 3614 |
} |
| 3615 |
|
| 3616 |
.icofont-confused:before |
| 3617 |
{ |
| 3618 |
content: "\eaf7"; |
| 3619 |
} |
| 3620 |
|
| 3621 |
.icofont-crying:before |
| 3622 |
{ |
| 3623 |
content: "\eaf8"; |
| 3624 |
} |
| 3625 |
|
| 3626 |
.icofont-dizzy:before |
| 3627 |
{ |
| 3628 |
content: "\eaf9"; |
| 3629 |
} |
| 3630 |
|
| 3631 |
.icofont-expressionless:before |
| 3632 |
{ |
| 3633 |
content: "\eafa"; |
| 3634 |
} |
| 3635 |
|
| 3636 |
.icofont-heart-eyes:before |
| 3637 |
{ |
| 3638 |
content: "\eafb"; |
| 3639 |
} |
| 3640 |
|
| 3641 |
.icofont-laughing:before |
| 3642 |
{ |
| 3643 |
content: "\eafc"; |
| 3644 |
} |
| 3645 |
|
| 3646 |
.icofont-nerd-smile:before |
| 3647 |
{ |
| 3648 |
content: "\eafd"; |
| 3649 |
} |
| 3650 |
|
| 3651 |
.icofont-open-mouth:before |
| 3652 |
{ |
| 3653 |
content: "\eafe"; |
| 3654 |
} |
| 3655 |
|
| 3656 |
.icofont-rage:before |
| 3657 |
{ |
| 3658 |
content: "\eaff"; |
| 3659 |
} |
| 3660 |
|
| 3661 |
.icofont-rolling-eyes:before |
| 3662 |
{ |
| 3663 |
content: "\eb00"; |
| 3664 |
} |
| 3665 |
|
| 3666 |
.icofont-sad:before |
| 3667 |
{ |
| 3668 |
content: "\eb01"; |
| 3669 |
} |
| 3670 |
|
| 3671 |
.icofont-simple-smile:before |
| 3672 |
{ |
| 3673 |
content: "\eb02"; |
| 3674 |
} |
| 3675 |
|
| 3676 |
.icofont-slightly-smile:before |
| 3677 |
{ |
| 3678 |
content: "\eb03"; |
| 3679 |
} |
| 3680 |
|
| 3681 |
.icofont-smirk:before |
| 3682 |
{ |
| 3683 |
content: "\eb04"; |
| 3684 |
} |
| 3685 |
|
| 3686 |
.icofont-stuck-out-tongue:before |
| 3687 |
{ |
| 3688 |
content: "\eb05"; |
| 3689 |
} |
| 3690 |
|
| 3691 |
.icofont-wink-smile:before |
| 3692 |
{ |
| 3693 |
content: "\eb06"; |
| 3694 |
} |
| 3695 |
|
| 3696 |
.icofont-worried:before |
| 3697 |
{ |
| 3698 |
content: "\eb07"; |
| 3699 |
} |
| 3700 |
|
| 3701 |
.icofont-file-alt:before |
| 3702 |
{ |
| 3703 |
content: "\eb08"; |
| 3704 |
} |
| 3705 |
|
| 3706 |
.icofont-file-audio:before |
| 3707 |
{ |
| 3708 |
content: "\eb09"; |
| 3709 |
} |
| 3710 |
|
| 3711 |
.icofont-file-avi-mp4:before |
| 3712 |
{ |
| 3713 |
content: "\eb0a"; |
| 3714 |
} |
| 3715 |
|
| 3716 |
.icofont-file-bmp:before |
| 3717 |
{ |
| 3718 |
content: "\eb0b"; |
| 3719 |
} |
| 3720 |
|
| 3721 |
.icofont-file-code:before |
| 3722 |
{ |
| 3723 |
content: "\eb0c"; |
| 3724 |
} |
| 3725 |
|
| 3726 |
.icofont-file-css:before |
| 3727 |
{ |
| 3728 |
content: "\eb0d"; |
| 3729 |
} |
| 3730 |
|
| 3731 |
.icofont-file-document:before |
| 3732 |
{ |
| 3733 |
content: "\eb0e"; |
| 3734 |
} |
| 3735 |
|
| 3736 |
.icofont-file-eps:before |
| 3737 |
{ |
| 3738 |
content: "\eb0f"; |
| 3739 |
} |
| 3740 |
|
| 3741 |
.icofont-file-excel:before |
| 3742 |
{ |
| 3743 |
content: "\eb10"; |
| 3744 |
} |
| 3745 |
|
| 3746 |
.icofont-file-exe:before |
| 3747 |
{ |
| 3748 |
content: "\eb11"; |
| 3749 |
} |
| 3750 |
|
| 3751 |
.icofont-file-file:before |
| 3752 |
{ |
| 3753 |
content: "\eb12"; |
| 3754 |
} |
| 3755 |
|
| 3756 |
.icofont-file-flv:before |
| 3757 |
{ |
| 3758 |
content: "\eb13"; |
| 3759 |
} |
| 3760 |
|
| 3761 |
.icofont-file-gif:before |
| 3762 |
{ |
| 3763 |
content: "\eb14"; |
| 3764 |
} |
| 3765 |
|
| 3766 |
.icofont-file-html5:before |
| 3767 |
{ |
| 3768 |
content: "\eb15"; |
| 3769 |
} |
| 3770 |
|
| 3771 |
.icofont-file-image:before |
| 3772 |
{ |
| 3773 |
content: "\eb16"; |
| 3774 |
} |
| 3775 |
|
| 3776 |
.icofont-file-iso:before |
| 3777 |
{ |
| 3778 |
content: "\eb17"; |
| 3779 |
} |
| 3780 |
|
| 3781 |
.icofont-file-java:before |
| 3782 |
{ |
| 3783 |
content: "\eb18"; |
| 3784 |
} |
| 3785 |
|
| 3786 |
.icofont-file-javascript:before |
| 3787 |
{ |
| 3788 |
content: "\eb19"; |
| 3789 |
} |
| 3790 |
|
| 3791 |
.icofont-file-jpg:before |
| 3792 |
{ |
| 3793 |
content: "\eb1a"; |
| 3794 |
} |
| 3795 |
|
| 3796 |
.icofont-file-midi:before |
| 3797 |
{ |
| 3798 |
content: "\eb1b"; |
| 3799 |
} |
| 3800 |
|
| 3801 |
.icofont-file-mov:before |
| 3802 |
{ |
| 3803 |
content: "\eb1c"; |
| 3804 |
} |
| 3805 |
|
| 3806 |
.icofont-file-mp3:before |
| 3807 |
{ |
| 3808 |
content: "\eb1d"; |
| 3809 |
} |
| 3810 |
|
| 3811 |
.icofont-file-pdf:before |
| 3812 |
{ |
| 3813 |
content: "\eb1e"; |
| 3814 |
} |
| 3815 |
|
| 3816 |
.icofont-file-php:before |
| 3817 |
{ |
| 3818 |
content: "\eb1f"; |
| 3819 |
} |
| 3820 |
|
| 3821 |
.icofont-file-png:before |
| 3822 |
{ |
| 3823 |
content: "\eb20"; |
| 3824 |
} |
| 3825 |
|
| 3826 |
.icofont-file-powerpoint:before |
| 3827 |
{ |
| 3828 |
content: "\eb21"; |
| 3829 |
} |
| 3830 |
|
| 3831 |
.icofont-file-presentation:before |
| 3832 |
{ |
| 3833 |
content: "\eb22"; |
| 3834 |
} |
| 3835 |
|
| 3836 |
.icofont-file-psb:before |
| 3837 |
{ |
| 3838 |
content: "\eb23"; |
| 3839 |
} |
| 3840 |
|
| 3841 |
.icofont-file-psd:before |
| 3842 |
{ |
| 3843 |
content: "\eb24"; |
| 3844 |
} |
| 3845 |
|
| 3846 |
.icofont-file-python:before |
| 3847 |
{ |
| 3848 |
content: "\eb25"; |
| 3849 |
} |
| 3850 |
|
| 3851 |
.icofont-file-ruby:before |
| 3852 |
{ |
| 3853 |
content: "\eb26"; |
| 3854 |
} |
| 3855 |
|
| 3856 |
.icofont-file-spreadsheet:before |
| 3857 |
{ |
| 3858 |
content: "\eb27"; |
| 3859 |
} |
| 3860 |
|
| 3861 |
.icofont-file-sql:before |
| 3862 |
{ |
| 3863 |
content: "\eb28"; |
| 3864 |
} |
| 3865 |
|
| 3866 |
.icofont-file-svg:before |
| 3867 |
{ |
| 3868 |
content: "\eb29"; |
| 3869 |
} |
| 3870 |
|
| 3871 |
.icofont-file-text:before |
| 3872 |
{ |
| 3873 |
content: "\eb2a"; |
| 3874 |
} |
| 3875 |
|
| 3876 |
.icofont-file-tiff:before |
| 3877 |
{ |
| 3878 |
content: "\eb2b"; |
| 3879 |
} |
| 3880 |
|
| 3881 |
.icofont-file-video:before |
| 3882 |
{ |
| 3883 |
content: "\eb2c"; |
| 3884 |
} |
| 3885 |
|
| 3886 |
.icofont-file-wave:before |
| 3887 |
{ |
| 3888 |
content: "\eb2d"; |
| 3889 |
} |
| 3890 |
|
| 3891 |
.icofont-file-wmv:before |
| 3892 |
{ |
| 3893 |
content: "\eb2e"; |
| 3894 |
} |
| 3895 |
|
| 3896 |
.icofont-file-word:before |
| 3897 |
{ |
| 3898 |
content: "\eb2f"; |
| 3899 |
} |
| 3900 |
|
| 3901 |
.icofont-file-zip:before |
| 3902 |
{ |
| 3903 |
content: "\eb30"; |
| 3904 |
} |
| 3905 |
|
| 3906 |
.icofont-cycling-alt:before |
| 3907 |
{ |
| 3908 |
content: "\eb31"; |
| 3909 |
} |
| 3910 |
|
| 3911 |
.icofont-cycling:before |
| 3912 |
{ |
| 3913 |
content: "\eb32"; |
| 3914 |
} |
| 3915 |
|
| 3916 |
.icofont-dumbbell:before |
| 3917 |
{ |
| 3918 |
content: "\eb33"; |
| 3919 |
} |
| 3920 |
|
| 3921 |
.icofont-dumbbells:before |
| 3922 |
{ |
| 3923 |
content: "\eb34"; |
| 3924 |
} |
| 3925 |
|
| 3926 |
.icofont-gym-alt-1:before |
| 3927 |
{ |
| 3928 |
content: "\eb35"; |
| 3929 |
} |
| 3930 |
|
| 3931 |
.icofont-gym-alt-2:before |
| 3932 |
{ |
| 3933 |
content: "\eb36"; |
| 3934 |
} |
| 3935 |
|
| 3936 |
.icofont-gym-alt-3:before |
| 3937 |
{ |
| 3938 |
content: "\eb37"; |
| 3939 |
} |
| 3940 |
|
| 3941 |
.icofont-gym:before |
| 3942 |
{ |
| 3943 |
content: "\eb38"; |
| 3944 |
} |
| 3945 |
|
| 3946 |
.icofont-muscle-weight:before |
| 3947 |
{ |
| 3948 |
content: "\eb39"; |
| 3949 |
} |
| 3950 |
|
| 3951 |
.icofont-muscle:before |
| 3952 |
{ |
| 3953 |
content: "\eb3a"; |
| 3954 |
} |
| 3955 |
|
| 3956 |
.icofont-apple:before |
| 3957 |
{ |
| 3958 |
content: "\eb3b"; |
| 3959 |
} |
| 3960 |
|
| 3961 |
.icofont-arabian-coffee:before |
| 3962 |
{ |
| 3963 |
content: "\eb3c"; |
| 3964 |
} |
| 3965 |
|
| 3966 |
.icofont-artichoke:before |
| 3967 |
{ |
| 3968 |
content: "\eb3d"; |
| 3969 |
} |
| 3970 |
|
| 3971 |
.icofont-asparagus:before |
| 3972 |
{ |
| 3973 |
content: "\eb3e"; |
| 3974 |
} |
| 3975 |
|
| 3976 |
.icofont-avocado:before |
| 3977 |
{ |
| 3978 |
content: "\eb3f"; |
| 3979 |
} |
| 3980 |
|
| 3981 |
.icofont-baby-food:before |
| 3982 |
{ |
| 3983 |
content: "\eb40"; |
| 3984 |
} |
| 3985 |
|
| 3986 |
.icofont-banana:before |
| 3987 |
{ |
| 3988 |
content: "\eb41"; |
| 3989 |
} |
| 3990 |
|
| 3991 |
.icofont-bbq:before |
| 3992 |
{ |
| 3993 |
content: "\eb42"; |
| 3994 |
} |
| 3995 |
|
| 3996 |
.icofont-beans:before |
| 3997 |
{ |
| 3998 |
content: "\eb43"; |
| 3999 |
} |
| 4000 |
|
| 4001 |
.icofont-beer:before |
| 4002 |
{ |
| 4003 |
content: "\eb44"; |
| 4004 |
} |
| 4005 |
|
| 4006 |
.icofont-bell-pepper-capsicum:before |
| 4007 |
{ |
| 4008 |
content: "\eb45"; |
| 4009 |
} |
| 4010 |
|
| 4011 |
.icofont-birthday-cake:before |
| 4012 |
{ |
| 4013 |
content: "\eb46"; |
| 4014 |
} |
| 4015 |
|
| 4016 |
.icofont-bread:before |
| 4017 |
{ |
| 4018 |
content: "\eb47"; |
| 4019 |
} |
| 4020 |
|
| 4021 |
.icofont-broccoli:before |
| 4022 |
{ |
| 4023 |
content: "\eb48"; |
| 4024 |
} |
| 4025 |
|
| 4026 |
.icofont-burger:before |
| 4027 |
{ |
| 4028 |
content: "\eb49"; |
| 4029 |
} |
| 4030 |
|
| 4031 |
.icofont-cabbage:before |
| 4032 |
{ |
| 4033 |
content: "\eb4a"; |
| 4034 |
} |
| 4035 |
|
| 4036 |
.icofont-carrot:before |
| 4037 |
{ |
| 4038 |
content: "\eb4b"; |
| 4039 |
} |
| 4040 |
|
| 4041 |
.icofont-cauli-flower:before |
| 4042 |
{ |
| 4043 |
content: "\eb4c"; |
| 4044 |
} |
| 4045 |
|
| 4046 |
.icofont-cheese:before |
| 4047 |
{ |
| 4048 |
content: "\eb4d"; |
| 4049 |
} |
| 4050 |
|
| 4051 |
.icofont-chef:before |
| 4052 |
{ |
| 4053 |
content: "\eb4e"; |
| 4054 |
} |
| 4055 |
|
| 4056 |
.icofont-cherry:before |
| 4057 |
{ |
| 4058 |
content: "\eb4f"; |
| 4059 |
} |
| 4060 |
|
| 4061 |
.icofont-chicken-fry:before |
| 4062 |
{ |
| 4063 |
content: "\eb50"; |
| 4064 |
} |
| 4065 |
|
| 4066 |
.icofont-chicken:before |
| 4067 |
{ |
| 4068 |
content: "\eb51"; |
| 4069 |
} |
| 4070 |
|
| 4071 |
.icofont-cocktail:before |
| 4072 |
{ |
| 4073 |
content: "\eb52"; |
| 4074 |
} |
| 4075 |
|
| 4076 |
.icofont-coconut-water:before |
| 4077 |
{ |
| 4078 |
content: "\eb53"; |
| 4079 |
} |
| 4080 |
|
| 4081 |
.icofont-coconut:before |
| 4082 |
{ |
| 4083 |
content: "\eb54"; |
| 4084 |
} |
| 4085 |
|
| 4086 |
.icofont-coffee-alt:before |
| 4087 |
{ |
| 4088 |
content: "\eb55"; |
| 4089 |
} |
| 4090 |
|
| 4091 |
.icofont-coffee-cup:before |
| 4092 |
{ |
| 4093 |
content: "\eb56"; |
| 4094 |
} |
| 4095 |
|
| 4096 |
.icofont-coffee-mug:before |
| 4097 |
{ |
| 4098 |
content: "\eb57"; |
| 4099 |
} |
| 4100 |
|
| 4101 |
.icofont-coffee-pot:before |
| 4102 |
{ |
| 4103 |
content: "\eb58"; |
| 4104 |
} |
| 4105 |
|
| 4106 |
.icofont-cola:before |
| 4107 |
{ |
| 4108 |
content: "\eb59"; |
| 4109 |
} |
| 4110 |
|
| 4111 |
.icofont-corn:before |
| 4112 |
{ |
| 4113 |
content: "\eb5a"; |
| 4114 |
} |
| 4115 |
|
| 4116 |
.icofont-croissant:before |
| 4117 |
{ |
| 4118 |
content: "\eb5b"; |
| 4119 |
} |
| 4120 |
|
| 4121 |
.icofont-crop-plant:before |
| 4122 |
{ |
| 4123 |
content: "\eb5c"; |
| 4124 |
} |
| 4125 |
|
| 4126 |
.icofont-cucumber:before |
| 4127 |
{ |
| 4128 |
content: "\eb5d"; |
| 4129 |
} |
| 4130 |
|
| 4131 |
.icofont-culinary:before |
| 4132 |
{ |
| 4133 |
content: "\eb5e"; |
| 4134 |
} |
| 4135 |
|
| 4136 |
.icofont-cup-cake:before |
| 4137 |
{ |
| 4138 |
content: "\eb5f"; |
| 4139 |
} |
| 4140 |
|
| 4141 |
.icofont-dining-table:before |
| 4142 |
{ |
| 4143 |
content: "\eb60"; |
| 4144 |
} |
| 4145 |
|
| 4146 |
.icofont-donut:before |
| 4147 |
{ |
| 4148 |
content: "\eb61"; |
| 4149 |
} |
| 4150 |
|
| 4151 |
.icofont-egg-plant:before |
| 4152 |
{ |
| 4153 |
content: "\eb62"; |
| 4154 |
} |
| 4155 |
|
| 4156 |
.icofont-egg-poached:before |
| 4157 |
{ |
| 4158 |
content: "\eb63"; |
| 4159 |
} |
| 4160 |
|
| 4161 |
.icofont-farmer-alt:before |
| 4162 |
{ |
| 4163 |
content: "\eb64"; |
| 4164 |
} |
| 4165 |
|
| 4166 |
.icofont-farmer:before |
| 4167 |
{ |
| 4168 |
content: "\eb65"; |
| 4169 |
} |
| 4170 |
|
| 4171 |
.icofont-fast-food:before |
| 4172 |
{ |
| 4173 |
content: "\eb66"; |
| 4174 |
} |
| 4175 |
|
| 4176 |
.icofont-food-basket:before |
| 4177 |
{ |
| 4178 |
content: "\eb67"; |
| 4179 |
} |
| 4180 |
|
| 4181 |
.icofont-food-cart:before |
| 4182 |
{ |
| 4183 |
content: "\eb68"; |
| 4184 |
} |
| 4185 |
|
| 4186 |
.icofont-fork-and-knife:before |
| 4187 |
{ |
| 4188 |
content: "\eb69"; |
| 4189 |
} |
| 4190 |
|
| 4191 |
.icofont-french-fries:before |
| 4192 |
{ |
| 4193 |
content: "\eb6a"; |
| 4194 |
} |
| 4195 |
|
| 4196 |
.icofont-fruits:before |
| 4197 |
{ |
| 4198 |
content: "\eb6b"; |
| 4199 |
} |
| 4200 |
|
| 4201 |
.icofont-grapes:before |
| 4202 |
{ |
| 4203 |
content: "\eb6c"; |
| 4204 |
} |
| 4205 |
|
| 4206 |
.icofont-honey:before |
| 4207 |
{ |
| 4208 |
content: "\eb6d"; |
| 4209 |
} |
| 4210 |
|
| 4211 |
.icofont-hot-dog:before |
| 4212 |
{ |
| 4213 |
content: "\eb6e"; |
| 4214 |
} |
| 4215 |
|
| 4216 |
.icofont-ice-cream-alt:before |
| 4217 |
{ |
| 4218 |
content: "\eb6f"; |
| 4219 |
} |
| 4220 |
|
| 4221 |
.icofont-ice-cream:before |
| 4222 |
{ |
| 4223 |
content: "\eb70"; |
| 4224 |
} |
| 4225 |
|
| 4226 |
.icofont-juice:before |
| 4227 |
{ |
| 4228 |
content: "\eb71"; |
| 4229 |
} |
| 4230 |
|
| 4231 |
.icofont-ketchup:before |
| 4232 |
{ |
| 4233 |
content: "\eb72"; |
| 4234 |
} |
| 4235 |
|
| 4236 |
.icofont-kiwi:before |
| 4237 |
{ |
| 4238 |
content: "\eb73"; |
| 4239 |
} |
| 4240 |
|
| 4241 |
.icofont-layered-cake:before |
| 4242 |
{ |
| 4243 |
content: "\eb74"; |
| 4244 |
} |
| 4245 |
|
| 4246 |
.icofont-lemon-alt:before |
| 4247 |
{ |
| 4248 |
content: "\eb75"; |
| 4249 |
} |
| 4250 |
|
| 4251 |
.icofont-lemon:before |
| 4252 |
{ |
| 4253 |
content: "\eb76"; |
| 4254 |
} |
| 4255 |
|
| 4256 |
.icofont-lobster:before |
| 4257 |
{ |
| 4258 |
content: "\eb77"; |
| 4259 |
} |
| 4260 |
|
| 4261 |
.icofont-mango:before |
| 4262 |
{ |
| 4263 |
content: "\eb78"; |
| 4264 |
} |
| 4265 |
|
| 4266 |
.icofont-milk:before |
| 4267 |
{ |
| 4268 |
content: "\eb79"; |
| 4269 |
} |
| 4270 |
|
| 4271 |
.icofont-mushroom:before |
| 4272 |
{ |
| 4273 |
content: "\eb7a"; |
| 4274 |
} |
| 4275 |
|
| 4276 |
.icofont-noodles:before |
| 4277 |
{ |
| 4278 |
content: "\eb7b"; |
| 4279 |
} |
| 4280 |
|
| 4281 |
.icofont-onion:before |
| 4282 |
{ |
| 4283 |
content: "\eb7c"; |
| 4284 |
} |
| 4285 |
|
| 4286 |
.icofont-orange:before |
| 4287 |
{ |
| 4288 |
content: "\eb7d"; |
| 4289 |
} |
| 4290 |
|
| 4291 |
.icofont-pear:before |
| 4292 |
{ |
| 4293 |
content: "\eb7e"; |
| 4294 |
} |
| 4295 |
|
| 4296 |
.icofont-peas:before |
| 4297 |
{ |
| 4298 |
content: "\eb7f"; |
| 4299 |
} |
| 4300 |
|
| 4301 |
.icofont-pepper:before |
| 4302 |
{ |
| 4303 |
content: "\eb80"; |
| 4304 |
} |
| 4305 |
|
| 4306 |
.icofont-pie-alt:before |
| 4307 |
{ |
| 4308 |
content: "\eb81"; |
| 4309 |
} |
| 4310 |
|
| 4311 |
.icofont-pie:before |
| 4312 |
{ |
| 4313 |
content: "\eb82"; |
| 4314 |
} |
| 4315 |
|
| 4316 |
.icofont-pineapple:before |
| 4317 |
{ |
| 4318 |
content: "\eb83"; |
| 4319 |
} |
| 4320 |
|
| 4321 |
.icofont-pizza-slice:before |
| 4322 |
{ |
| 4323 |
content: "\eb84"; |
| 4324 |
} |
| 4325 |
|
| 4326 |
.icofont-pizza:before |
| 4327 |
{ |
| 4328 |
content: "\eb85"; |
| 4329 |
} |
| 4330 |
|
| 4331 |
.icofont-plant:before |
| 4332 |
{ |
| 4333 |
content: "\eb86"; |
| 4334 |
} |
| 4335 |
|
| 4336 |
.icofont-popcorn:before |
| 4337 |
{ |
| 4338 |
content: "\eb87"; |
| 4339 |
} |
| 4340 |
|
| 4341 |
.icofont-potato:before |
| 4342 |
{ |
| 4343 |
content: "\eb88"; |
| 4344 |
} |
| 4345 |
|
| 4346 |
.icofont-pumpkin:before |
| 4347 |
{ |
| 4348 |
content: "\eb89"; |
| 4349 |
} |
| 4350 |
|
| 4351 |
.icofont-raddish:before |
| 4352 |
{ |
| 4353 |
content: "\eb8a"; |
| 4354 |
} |
| 4355 |
|
| 4356 |
.icofont-restaurant-menu:before |
| 4357 |
{ |
| 4358 |
content: "\eb8b"; |
| 4359 |
} |
| 4360 |
|
| 4361 |
.icofont-restaurant:before |
| 4362 |
{ |
| 4363 |
content: "\eb8c"; |
| 4364 |
} |
| 4365 |
|
| 4366 |
.icofont-salt-and-pepper:before |
| 4367 |
{ |
| 4368 |
content: "\eb8d"; |
| 4369 |
} |
| 4370 |
|
| 4371 |
.icofont-sandwich:before |
| 4372 |
{ |
| 4373 |
content: "\eb8e"; |
| 4374 |
} |
| 4375 |
|
| 4376 |
.icofont-sausage:before |
| 4377 |
{ |
| 4378 |
content: "\eb8f"; |
| 4379 |
} |
| 4380 |
|
| 4381 |
.icofont-soft-drinks:before |
| 4382 |
{ |
| 4383 |
content: "\eb90"; |
| 4384 |
} |
| 4385 |
|
| 4386 |
.icofont-soup-bowl:before |
| 4387 |
{ |
| 4388 |
content: "\eb91"; |
| 4389 |
} |
| 4390 |
|
| 4391 |
.icofont-spoon-and-fork:before |
| 4392 |
{ |
| 4393 |
content: "\eb92"; |
| 4394 |
} |
| 4395 |
|
| 4396 |
.icofont-steak:before |
| 4397 |
{ |
| 4398 |
content: "\eb93"; |
| 4399 |
} |
| 4400 |
|
| 4401 |
.icofont-strawberry:before |
| 4402 |
{ |
| 4403 |
content: "\eb94"; |
| 4404 |
} |
| 4405 |
|
| 4406 |
.icofont-sub-sandwich:before |
| 4407 |
{ |
| 4408 |
content: "\eb95"; |
| 4409 |
} |
| 4410 |
|
| 4411 |
.icofont-sushi:before |
| 4412 |
{ |
| 4413 |
content: "\eb96"; |
| 4414 |
} |
| 4415 |
|
| 4416 |
.icofont-taco:before |
| 4417 |
{ |
| 4418 |
content: "\eb97"; |
| 4419 |
} |
| 4420 |
|
| 4421 |
.icofont-tea-pot:before |
| 4422 |
{ |
| 4423 |
content: "\eb98"; |
| 4424 |
} |
| 4425 |
|
| 4426 |
.icofont-tea:before |
| 4427 |
{ |
| 4428 |
content: "\eb99"; |
| 4429 |
} |
| 4430 |
|
| 4431 |
.icofont-tomato:before |
| 4432 |
{ |
| 4433 |
content: "\eb9a"; |
| 4434 |
} |
| 4435 |
|
| 4436 |
.icofont-watermelon:before |
| 4437 |
{ |
| 4438 |
content: "\eb9b"; |
| 4439 |
} |
| 4440 |
|
| 4441 |
.icofont-wheat:before |
| 4442 |
{ |
| 4443 |
content: "\eb9c"; |
| 4444 |
} |
| 4445 |
|
| 4446 |
.icofont-baby-backpack:before |
| 4447 |
{ |
| 4448 |
content: "\eb9d"; |
| 4449 |
} |
| 4450 |
|
| 4451 |
.icofont-baby-cloth:before |
| 4452 |
{ |
| 4453 |
content: "\eb9e"; |
| 4454 |
} |
| 4455 |
|
| 4456 |
.icofont-baby-milk-bottle:before |
| 4457 |
{ |
| 4458 |
content: "\eb9f"; |
| 4459 |
} |
| 4460 |
|
| 4461 |
.icofont-baby-trolley:before |
| 4462 |
{ |
| 4463 |
content: "\eba0"; |
| 4464 |
} |
| 4465 |
|
| 4466 |
.icofont-baby:before |
| 4467 |
{ |
| 4468 |
content: "\eba1"; |
| 4469 |
} |
| 4470 |
|
| 4471 |
.icofont-candy:before |
| 4472 |
{ |
| 4473 |
content: "\eba2"; |
| 4474 |
} |
| 4475 |
|
| 4476 |
.icofont-holding-hands:before |
| 4477 |
{ |
| 4478 |
content: "\eba3"; |
| 4479 |
} |
| 4480 |
|
| 4481 |
.icofont-infant-nipple:before |
| 4482 |
{ |
| 4483 |
content: "\eba4"; |
| 4484 |
} |
| 4485 |
|
| 4486 |
.icofont-kids-scooter:before |
| 4487 |
{ |
| 4488 |
content: "\eba5"; |
| 4489 |
} |
| 4490 |
|
| 4491 |
.icofont-safety-pin:before |
| 4492 |
{ |
| 4493 |
content: "\eba6"; |
| 4494 |
} |
| 4495 |
|
| 4496 |
.icofont-teddy-bear:before |
| 4497 |
{ |
| 4498 |
content: "\eba7"; |
| 4499 |
} |
| 4500 |
|
| 4501 |
.icofont-toy-ball:before |
| 4502 |
{ |
| 4503 |
content: "\eba8"; |
| 4504 |
} |
| 4505 |
|
| 4506 |
.icofont-toy-cat:before |
| 4507 |
{ |
| 4508 |
content: "\eba9"; |
| 4509 |
} |
| 4510 |
|
| 4511 |
.icofont-toy-duck:before |
| 4512 |
{ |
| 4513 |
content: "\ebaa"; |
| 4514 |
} |
| 4515 |
|
| 4516 |
.icofont-toy-elephant:before |
| 4517 |
{ |
| 4518 |
content: "\ebab"; |
| 4519 |
} |
| 4520 |
|
| 4521 |
.icofont-toy-hand:before |
| 4522 |
{ |
| 4523 |
content: "\ebac"; |
| 4524 |
} |
| 4525 |
|
| 4526 |
.icofont-toy-horse:before |
| 4527 |
{ |
| 4528 |
content: "\ebad"; |
| 4529 |
} |
| 4530 |
|
| 4531 |
.icofont-toy-lattu:before |
| 4532 |
{ |
| 4533 |
content: "\ebae"; |
| 4534 |
} |
| 4535 |
|
| 4536 |
.icofont-toy-train:before |
| 4537 |
{ |
| 4538 |
content: "\ebaf"; |
| 4539 |
} |
| 4540 |
|
| 4541 |
.icofont-burglar:before |
| 4542 |
{ |
| 4543 |
content: "\ebb0"; |
| 4544 |
} |
| 4545 |
|
| 4546 |
.icofont-cannon-firing:before |
| 4547 |
{ |
| 4548 |
content: "\ebb1"; |
| 4549 |
} |
| 4550 |
|
| 4551 |
.icofont-cc-camera:before |
| 4552 |
{ |
| 4553 |
content: "\ebb2"; |
| 4554 |
} |
| 4555 |
|
| 4556 |
.icofont-cop-badge:before |
| 4557 |
{ |
| 4558 |
content: "\ebb3"; |
| 4559 |
} |
| 4560 |
|
| 4561 |
.icofont-cop:before |
| 4562 |
{ |
| 4563 |
content: "\ebb4"; |
| 4564 |
} |
| 4565 |
|
| 4566 |
.icofont-court-hammer:before |
| 4567 |
{ |
| 4568 |
content: "\ebb5"; |
| 4569 |
} |
| 4570 |
|
| 4571 |
.icofont-court:before |
| 4572 |
{ |
| 4573 |
content: "\ebb6"; |
| 4574 |
} |
| 4575 |
|
| 4576 |
.icofont-finger-print:before |
| 4577 |
{ |
| 4578 |
content: "\ebb7"; |
| 4579 |
} |
| 4580 |
|
| 4581 |
.icofont-gavel:before |
| 4582 |
{ |
| 4583 |
content: "\ebb8"; |
| 4584 |
} |
| 4585 |
|
| 4586 |
.icofont-handcuff-alt:before |
| 4587 |
{ |
| 4588 |
content: "\ebb9"; |
| 4589 |
} |
| 4590 |
|
| 4591 |
.icofont-handcuff:before |
| 4592 |
{ |
| 4593 |
content: "\ebba"; |
| 4594 |
} |
| 4595 |
|
| 4596 |
.icofont-investigation:before |
| 4597 |
{ |
| 4598 |
content: "\ebbb"; |
| 4599 |
} |
| 4600 |
|
| 4601 |
.icofont-investigator:before |
| 4602 |
{ |
| 4603 |
content: "\ebbc"; |
| 4604 |
} |
| 4605 |
|
| 4606 |
.icofont-jail:before |
| 4607 |
{ |
| 4608 |
content: "\ebbd"; |
| 4609 |
} |
| 4610 |
|
| 4611 |
.icofont-judge:before |
| 4612 |
{ |
| 4613 |
content: "\ebbe"; |
| 4614 |
} |
| 4615 |
|
| 4616 |
.icofont-law-alt-1:before |
| 4617 |
{ |
| 4618 |
content: "\ebbf"; |
| 4619 |
} |
| 4620 |
|
| 4621 |
.icofont-law-alt-2:before |
| 4622 |
{ |
| 4623 |
content: "\ebc0"; |
| 4624 |
} |
| 4625 |
|
| 4626 |
.icofont-law-alt-3:before |
| 4627 |
{ |
| 4628 |
content: "\ebc1"; |
| 4629 |
} |
| 4630 |
|
| 4631 |
.icofont-law-book:before |
| 4632 |
{ |
| 4633 |
content: "\ebc2"; |
| 4634 |
} |
| 4635 |
|
| 4636 |
.icofont-law-document:before |
| 4637 |
{ |
| 4638 |
content: "\ebc3"; |
| 4639 |
} |
| 4640 |
|
| 4641 |
.icofont-law-order:before |
| 4642 |
{ |
| 4643 |
content: "\ebc4"; |
| 4644 |
} |
| 4645 |
|
| 4646 |
.icofont-law-protect:before |
| 4647 |
{ |
| 4648 |
content: "\ebc5"; |
| 4649 |
} |
| 4650 |
|
| 4651 |
.icofont-law-scales:before |
| 4652 |
{ |
| 4653 |
content: "\ebc6"; |
| 4654 |
} |
| 4655 |
|
| 4656 |
.icofont-law:before |
| 4657 |
{ |
| 4658 |
content: "\ebc7"; |
| 4659 |
} |
| 4660 |
|
| 4661 |
.icofont-lawyer-alt-1:before |
| 4662 |
{ |
| 4663 |
content: "\ebc8"; |
| 4664 |
} |
| 4665 |
|
| 4666 |
.icofont-lawyer-alt-2:before |
| 4667 |
{ |
| 4668 |
content: "\ebc9"; |
| 4669 |
} |
| 4670 |
|
| 4671 |
.icofont-lawyer:before |
| 4672 |
{ |
| 4673 |
content: "\ebca"; |
| 4674 |
} |
| 4675 |
|
| 4676 |
.icofont-legal:before |
| 4677 |
{ |
| 4678 |
content: "\ebcb"; |
| 4679 |
} |
| 4680 |
|
| 4681 |
.icofont-pistol:before |
| 4682 |
{ |
| 4683 |
content: "\ebcc"; |
| 4684 |
} |
| 4685 |
|
| 4686 |
.icofont-police-badge:before |
| 4687 |
{ |
| 4688 |
content: "\ebcd"; |
| 4689 |
} |
| 4690 |
|
| 4691 |
.icofont-police-cap:before |
| 4692 |
{ |
| 4693 |
content: "\ebce"; |
| 4694 |
} |
| 4695 |
|
| 4696 |
.icofont-police-car-alt-1:before |
| 4697 |
{ |
| 4698 |
content: "\ebcf"; |
| 4699 |
} |
| 4700 |
|
| 4701 |
.icofont-police-car-alt-2:before |
| 4702 |
{ |
| 4703 |
content: "\ebd0"; |
| 4704 |
} |
| 4705 |
|
| 4706 |
.icofont-police-car:before |
| 4707 |
{ |
| 4708 |
content: "\ebd1"; |
| 4709 |
} |
| 4710 |
|
| 4711 |
.icofont-police-hat:before |
| 4712 |
{ |
| 4713 |
content: "\ebd2"; |
| 4714 |
} |
| 4715 |
|
| 4716 |
.icofont-police-van:before |
| 4717 |
{ |
| 4718 |
content: "\ebd3"; |
| 4719 |
} |
| 4720 |
|
| 4721 |
.icofont-police:before |
| 4722 |
{ |
| 4723 |
content: "\ebd4"; |
| 4724 |
} |
| 4725 |
|
| 4726 |
.icofont-thief-alt:before |
| 4727 |
{ |
| 4728 |
content: "\ebd5"; |
| 4729 |
} |
| 4730 |
|
| 4731 |
.icofont-thief:before |
| 4732 |
{ |
| 4733 |
content: "\ebd6"; |
| 4734 |
} |
| 4735 |
|
| 4736 |
.icofont-abacus-alt:before |
| 4737 |
{ |
| 4738 |
content: "\ebd7"; |
| 4739 |
} |
| 4740 |
|
| 4741 |
.icofont-abacus:before |
| 4742 |
{ |
| 4743 |
content: "\ebd8"; |
| 4744 |
} |
| 4745 |
|
| 4746 |
.icofont-angle-180:before |
| 4747 |
{ |
| 4748 |
content: "\ebd9"; |
| 4749 |
} |
| 4750 |
|
| 4751 |
.icofont-angle-45:before |
| 4752 |
{ |
| 4753 |
content: "\ebda"; |
| 4754 |
} |
| 4755 |
|
| 4756 |
.icofont-angle-90:before |
| 4757 |
{ |
| 4758 |
content: "\ebdb"; |
| 4759 |
} |
| 4760 |
|
| 4761 |
.icofont-angle:before |
| 4762 |
{ |
| 4763 |
content: "\ebdc"; |
| 4764 |
} |
| 4765 |
|
| 4766 |
.icofont-calculator-alt-1:before |
| 4767 |
{ |
| 4768 |
content: "\ebdd"; |
| 4769 |
} |
| 4770 |
|
| 4771 |
.icofont-calculator-alt-2:before |
| 4772 |
{ |
| 4773 |
content: "\ebde"; |
| 4774 |
} |
| 4775 |
|
| 4776 |
.icofont-calculator:before |
| 4777 |
{ |
| 4778 |
content: "\ebdf"; |
| 4779 |
} |
| 4780 |
|
| 4781 |
.icofont-circle-ruler-alt:before |
| 4782 |
{ |
| 4783 |
content: "\ebe0"; |
| 4784 |
} |
| 4785 |
|
| 4786 |
.icofont-circle-ruler:before |
| 4787 |
{ |
| 4788 |
content: "\ebe1"; |
| 4789 |
} |
| 4790 |
|
| 4791 |
.icofont-compass-alt-1:before |
| 4792 |
{ |
| 4793 |
content: "\ebe2"; |
| 4794 |
} |
| 4795 |
|
| 4796 |
.icofont-compass-alt-2:before |
| 4797 |
{ |
| 4798 |
content: "\ebe3"; |
| 4799 |
} |
| 4800 |
|
| 4801 |
.icofont-compass-alt-3:before |
| 4802 |
{ |
| 4803 |
content: "\ebe4"; |
| 4804 |
} |
| 4805 |
|
| 4806 |
.icofont-compass-alt-4:before |
| 4807 |
{ |
| 4808 |
content: "\ebe5"; |
| 4809 |
} |
| 4810 |
|
| 4811 |
.icofont-golden-ratio:before |
| 4812 |
{ |
| 4813 |
content: "\ebe6"; |
| 4814 |
} |
| 4815 |
|
| 4816 |
.icofont-marker-alt-1:before |
| 4817 |
{ |
| 4818 |
content: "\ebe7"; |
| 4819 |
} |
| 4820 |
|
| 4821 |
.icofont-marker-alt-2:before |
| 4822 |
{ |
| 4823 |
content: "\ebe8"; |
| 4824 |
} |
| 4825 |
|
| 4826 |
.icofont-marker-alt-3:before |
| 4827 |
{ |
| 4828 |
content: "\ebe9"; |
| 4829 |
} |
| 4830 |
|
| 4831 |
.icofont-marker:before |
| 4832 |
{ |
| 4833 |
content: "\ebea"; |
| 4834 |
} |
| 4835 |
|
| 4836 |
.icofont-math:before |
| 4837 |
{ |
| 4838 |
content: "\ebeb"; |
| 4839 |
} |
| 4840 |
|
| 4841 |
.icofont-mathematical-alt-1:before |
| 4842 |
{ |
| 4843 |
content: "\ebec"; |
| 4844 |
} |
| 4845 |
|
| 4846 |
.icofont-mathematical-alt-2:before |
| 4847 |
{ |
| 4848 |
content: "\ebed"; |
| 4849 |
} |
| 4850 |
|
| 4851 |
.icofont-mathematical:before |
| 4852 |
{ |
| 4853 |
content: "\ebee"; |
| 4854 |
} |
| 4855 |
|
| 4856 |
.icofont-pen-alt-1:before |
| 4857 |
{ |
| 4858 |
content: "\ebef"; |
| 4859 |
} |
| 4860 |
|
| 4861 |
.icofont-pen-alt-2:before |
| 4862 |
{ |
| 4863 |
content: "\ebf0"; |
| 4864 |
} |
| 4865 |
|
| 4866 |
.icofont-pen-alt-3:before |
| 4867 |
{ |
| 4868 |
content: "\ebf1"; |
| 4869 |
} |
| 4870 |
|
| 4871 |
.icofont-pen-holder-alt-1:before |
| 4872 |
{ |
| 4873 |
content: "\ebf2"; |
| 4874 |
} |
| 4875 |
|
| 4876 |
.icofont-pen-holder:before |
| 4877 |
{ |
| 4878 |
content: "\ebf3"; |
| 4879 |
} |
| 4880 |
|
| 4881 |
.icofont-pen:before |
| 4882 |
{ |
| 4883 |
content: "\ebf4"; |
| 4884 |
} |
| 4885 |
|
| 4886 |
.icofont-pencil-alt-1:before |
| 4887 |
{ |
| 4888 |
content: "\ebf5"; |
| 4889 |
} |
| 4890 |
|
| 4891 |
.icofont-pencil-alt-2:before |
| 4892 |
{ |
| 4893 |
content: "\ebf6"; |
| 4894 |
} |
| 4895 |
|
| 4896 |
.icofont-pencil-alt-3:before |
| 4897 |
{ |
| 4898 |
content: "\ebf7"; |
| 4899 |
} |
| 4900 |
|
| 4901 |
.icofont-pencil-alt-4:before |
| 4902 |
{ |
| 4903 |
content: "\ebf8"; |
| 4904 |
} |
| 4905 |
|
| 4906 |
.icofont-pencil:before |
| 4907 |
{ |
| 4908 |
content: "\ebf9"; |
| 4909 |
} |
| 4910 |
|
| 4911 |
.icofont-ruler-alt-1:before |
| 4912 |
{ |
| 4913 |
content: "\ebfa"; |
| 4914 |
} |
| 4915 |
|
| 4916 |
.icofont-ruler-alt-2:before |
| 4917 |
{ |
| 4918 |
content: "\ebfb"; |
| 4919 |
} |
| 4920 |
|
| 4921 |
.icofont-ruler-compass-alt:before |
| 4922 |
{ |
| 4923 |
content: "\ebfc"; |
| 4924 |
} |
| 4925 |
|
| 4926 |
.icofont-ruler-compass:before |
| 4927 |
{ |
| 4928 |
content: "\ebfd"; |
| 4929 |
} |
| 4930 |
|
| 4931 |
.icofont-ruler-pencil-alt-1:before |
| 4932 |
{ |
| 4933 |
content: "\ebfe"; |
| 4934 |
} |
| 4935 |
|
| 4936 |
.icofont-ruler-pencil-alt-2:before |
| 4937 |
{ |
| 4938 |
content: "\ebff"; |
| 4939 |
} |
| 4940 |
|
| 4941 |
.icofont-ruler-pencil:before |
| 4942 |
{ |
| 4943 |
content: "\ec00"; |
| 4944 |
} |
| 4945 |
|
| 4946 |
.icofont-ruler:before |
| 4947 |
{ |
| 4948 |
content: "\ec01"; |
| 4949 |
} |
| 4950 |
|
| 4951 |
.icofont-rulers-alt:before |
| 4952 |
{ |
| 4953 |
content: "\ec02"; |
| 4954 |
} |
| 4955 |
|
| 4956 |
.icofont-rulers:before |
| 4957 |
{ |
| 4958 |
content: "\ec03"; |
| 4959 |
} |
| 4960 |
|
| 4961 |
.icofont-square-root:before |
| 4962 |
{ |
| 4963 |
content: "\ec04"; |
| 4964 |
} |
| 4965 |
|
| 4966 |
.icofont-ui-calculator:before |
| 4967 |
{ |
| 4968 |
content: "\ec05"; |
| 4969 |
} |
| 4970 |
|
| 4971 |
.icofont-aids:before |
| 4972 |
{ |
| 4973 |
content: "\ec06"; |
| 4974 |
} |
| 4975 |
|
| 4976 |
.icofont-ambulance-crescent:before |
| 4977 |
{ |
| 4978 |
content: "\ec07"; |
| 4979 |
} |
| 4980 |
|
| 4981 |
.icofont-ambulance-cross:before |
| 4982 |
{ |
| 4983 |
content: "\ec08"; |
| 4984 |
} |
| 4985 |
|
| 4986 |
.icofont-ambulance:before |
| 4987 |
{ |
| 4988 |
content: "\ec09"; |
| 4989 |
} |
| 4990 |
|
| 4991 |
.icofont-autism:before |
| 4992 |
{ |
| 4993 |
content: "\ec0a"; |
| 4994 |
} |
| 4995 |
|
| 4996 |
.icofont-bandage:before |
| 4997 |
{ |
| 4998 |
content: "\ec0b"; |
| 4999 |
} |
| 5000 |
|
| 5001 |
.icofont-blind:before |
| 5002 |
{ |
| 5003 |
content: "\ec0c"; |
| 5004 |
} |
| 5005 |
|
| 5006 |
.icofont-blood-test:before |
| 5007 |
{ |
| 5008 |
content: "\ec0e"; |
| 5009 |
} |
| 5010 |
|
| 5011 |
.icofont-blood:before |
| 5012 |
{ |
| 5013 |
content: "\ec0f"; |
| 5014 |
} |
| 5015 |
|
| 5016 |
.icofont-brain-alt:before |
| 5017 |
{ |
| 5018 |
content: "\ec10"; |
| 5019 |
} |
| 5020 |
|
| 5021 |
.icofont-brain:before |
| 5022 |
{ |
| 5023 |
content: "\ec11"; |
| 5024 |
} |
| 5025 |
|
| 5026 |
.icofont-capsule:before |
| 5027 |
{ |
| 5028 |
content: "\ec12"; |
| 5029 |
} |
| 5030 |
|
| 5031 |
.icofont-crutch:before |
| 5032 |
{ |
| 5033 |
content: "\ec13"; |
| 5034 |
} |
| 5035 |
|
| 5036 |
.icofont-disabled:before |
| 5037 |
{ |
| 5038 |
content: "\ec14"; |
| 5039 |
} |
| 5040 |
|
| 5041 |
.icofont-dna-alt-1:before |
| 5042 |
{ |
| 5043 |
content: "\ec15"; |
| 5044 |
} |
| 5045 |
|
| 5046 |
.icofont-dna-alt-2:before |
| 5047 |
{ |
| 5048 |
content: "\ec16"; |
| 5049 |
} |
| 5050 |
|
| 5051 |
.icofont-dna:before |
| 5052 |
{ |
| 5053 |
content: "\ec17"; |
| 5054 |
} |
| 5055 |
|
| 5056 |
.icofont-doctor-alt:before |
| 5057 |
{ |
| 5058 |
content: "\ec18"; |
| 5059 |
} |
| 5060 |
|
| 5061 |
.icofont-doctor:before |
| 5062 |
{ |
| 5063 |
content: "\ec19"; |
| 5064 |
} |
| 5065 |
|
| 5066 |
.icofont-drug-pack:before |
| 5067 |
{ |
| 5068 |
content: "\ec1a"; |
| 5069 |
} |
| 5070 |
|
| 5071 |
.icofont-drug:before |
| 5072 |
{ |
| 5073 |
content: "\ec1b"; |
| 5074 |
} |
| 5075 |
|
| 5076 |
.icofont-first-aid-alt:before |
| 5077 |
{ |
| 5078 |
content: "\ec1c"; |
| 5079 |
} |
| 5080 |
|
| 5081 |
.icofont-first-aid:before |
| 5082 |
{ |
| 5083 |
content: "\ec1d"; |
| 5084 |
} |
| 5085 |
|
| 5086 |
.icofont-heart-beat-alt:before |
| 5087 |
{ |
| 5088 |
content: "\ec1e"; |
| 5089 |
} |
| 5090 |
|
| 5091 |
.icofont-heart-beat:before |
| 5092 |
{ |
| 5093 |
content: "\ec1f"; |
| 5094 |
} |
| 5095 |
|
| 5096 |
.icofont-heartbeat:before |
| 5097 |
{ |
| 5098 |
content: "\ec20"; |
| 5099 |
} |
| 5100 |
|
| 5101 |
.icofont-herbal:before |
| 5102 |
{ |
| 5103 |
content: "\ec21"; |
| 5104 |
} |
| 5105 |
|
| 5106 |
.icofont-hospital:before |
| 5107 |
{ |
| 5108 |
content: "\ec22"; |
| 5109 |
} |
| 5110 |
|
| 5111 |
.icofont-icu:before |
| 5112 |
{ |
| 5113 |
content: "\ec23"; |
| 5114 |
} |
| 5115 |
|
| 5116 |
.icofont-injection-syringe:before |
| 5117 |
{ |
| 5118 |
content: "\ec24"; |
| 5119 |
} |
| 5120 |
|
| 5121 |
.icofont-laboratory:before |
| 5122 |
{ |
| 5123 |
content: "\ec25"; |
| 5124 |
} |
| 5125 |
|
| 5126 |
.icofont-medical-sign-alt:before |
| 5127 |
{ |
| 5128 |
content: "\ec26"; |
| 5129 |
} |
| 5130 |
|
| 5131 |
.icofont-medical-sign:before |
| 5132 |
{ |
| 5133 |
content: "\ec27"; |
| 5134 |
} |
| 5135 |
|
| 5136 |
.icofont-nurse-alt:before |
| 5137 |
{ |
| 5138 |
content: "\ec28"; |
| 5139 |
} |
| 5140 |
|
| 5141 |
.icofont-nurse:before |
| 5142 |
{ |
| 5143 |
content: "\ec29"; |
| 5144 |
} |
| 5145 |
|
| 5146 |
.icofont-nursing-home:before |
| 5147 |
{ |
| 5148 |
content: "\ec2a"; |
| 5149 |
} |
| 5150 |
|
| 5151 |
.icofont-operation-theater:before |
| 5152 |
{ |
| 5153 |
content: "\ec2b"; |
| 5154 |
} |
| 5155 |
|
| 5156 |
.icofont-paralysis-disability:before |
| 5157 |
{ |
| 5158 |
content: "\ec2c"; |
| 5159 |
} |
| 5160 |
|
| 5161 |
.icofont-patient-bed:before |
| 5162 |
{ |
| 5163 |
content: "\ec2d"; |
| 5164 |
} |
| 5165 |
|
| 5166 |
.icofont-patient-file:before |
| 5167 |
{ |
| 5168 |
content: "\ec2e"; |
| 5169 |
} |
| 5170 |
|
| 5171 |
.icofont-pills:before |
| 5172 |
{ |
| 5173 |
content: "\ec2f"; |
| 5174 |
} |
| 5175 |
|
| 5176 |
.icofont-prescription:before |
| 5177 |
{ |
| 5178 |
content: "\ec30"; |
| 5179 |
} |
| 5180 |
|
| 5181 |
.icofont-pulse:before |
| 5182 |
{ |
| 5183 |
content: "\ec31"; |
| 5184 |
} |
| 5185 |
|
| 5186 |
.icofont-stethoscope-alt:before |
| 5187 |
{ |
| 5188 |
content: "\ec32"; |
| 5189 |
} |
| 5190 |
|
| 5191 |
.icofont-stethoscope:before |
| 5192 |
{ |
| 5193 |
content: "\ec33"; |
| 5194 |
} |
| 5195 |
|
| 5196 |
.icofont-stretcher:before |
| 5197 |
{ |
| 5198 |
content: "\ec34"; |
| 5199 |
} |
| 5200 |
|
| 5201 |
.icofont-surgeon-alt:before |
| 5202 |
{ |
| 5203 |
content: "\ec35"; |
| 5204 |
} |
| 5205 |
|
| 5206 |
.icofont-surgeon:before |
| 5207 |
{ |
| 5208 |
content: "\ec36"; |
| 5209 |
} |
| 5210 |
|
| 5211 |
.icofont-tablets:before |
| 5212 |
{ |
| 5213 |
content: "\ec37"; |
| 5214 |
} |
| 5215 |
|
| 5216 |
.icofont-test-bottle:before |
| 5217 |
{ |
| 5218 |
content: "\ec38"; |
| 5219 |
} |
| 5220 |
|
| 5221 |
.icofont-test-tube:before |
| 5222 |
{ |
| 5223 |
content: "\ec39"; |
| 5224 |
} |
| 5225 |
|
| 5226 |
.icofont-thermometer-alt:before |
| 5227 |
{ |
| 5228 |
content: "\ec3a"; |
| 5229 |
} |
| 5230 |
|
| 5231 |
.icofont-thermometer:before |
| 5232 |
{ |
| 5233 |
content: "\ec3b"; |
| 5234 |
} |
| 5235 |
|
| 5236 |
.icofont-tooth:before |
| 5237 |
{ |
| 5238 |
content: "\ec3c"; |
| 5239 |
} |
| 5240 |
|
| 5241 |
.icofont-xray:before |
| 5242 |
{ |
| 5243 |
content: "\ec3d"; |
| 5244 |
} |
| 5245 |
|
| 5246 |
.icofont-ui-add:before |
| 5247 |
{ |
| 5248 |
content: "\ec3e"; |
| 5249 |
} |
| 5250 |
|
| 5251 |
.icofont-ui-alarm:before |
| 5252 |
{ |
| 5253 |
content: "\ec3f"; |
| 5254 |
} |
| 5255 |
|
| 5256 |
.icofont-ui-battery:before |
| 5257 |
{ |
| 5258 |
content: "\ec40"; |
| 5259 |
} |
| 5260 |
|
| 5261 |
.icofont-ui-block:before |
| 5262 |
{ |
| 5263 |
content: "\ec41"; |
| 5264 |
} |
| 5265 |
|
| 5266 |
.icofont-ui-bluetooth:before |
| 5267 |
{ |
| 5268 |
content: "\ec42"; |
| 5269 |
} |
| 5270 |
|
| 5271 |
.icofont-ui-brightness:before |
| 5272 |
{ |
| 5273 |
content: "\ec43"; |
| 5274 |
} |
| 5275 |
|
| 5276 |
.icofont-ui-browser:before |
| 5277 |
{ |
| 5278 |
content: "\ec44"; |
| 5279 |
} |
| 5280 |
|
| 5281 |
.icofont-ui-calendar:before |
| 5282 |
{ |
| 5283 |
content: "\ec45"; |
| 5284 |
} |
| 5285 |
|
| 5286 |
.icofont-ui-camera:before |
| 5287 |
{ |
| 5288 |
content: "\ec47"; |
| 5289 |
} |
| 5290 |
|
| 5291 |
.icofont-ui-cart:before |
| 5292 |
{ |
| 5293 |
content: "\ec48"; |
| 5294 |
} |
| 5295 |
|
| 5296 |
.icofont-ui-cell-phone:before |
| 5297 |
{ |
| 5298 |
content: "\ec49"; |
| 5299 |
} |
| 5300 |
|
| 5301 |
.icofont-ui-check:before |
| 5302 |
{ |
| 5303 |
content: "\ec4b"; |
| 5304 |
} |
| 5305 |
|
| 5306 |
.icofont-ui-clip-board:before |
| 5307 |
{ |
| 5308 |
content: "\ec4c"; |
| 5309 |
} |
| 5310 |
|
| 5311 |
.icofont-ui-clip:before |
| 5312 |
{ |
| 5313 |
content: "\ec4d"; |
| 5314 |
} |
| 5315 |
|
| 5316 |
.icofont-ui-clock:before |
| 5317 |
{ |
| 5318 |
content: "\ec4e"; |
| 5319 |
} |
| 5320 |
|
| 5321 |
.icofont-ui-close:before |
| 5322 |
{ |
| 5323 |
content: "\ec4f"; |
| 5324 |
} |
| 5325 |
|
| 5326 |
.icofont-ui-contact-list:before |
| 5327 |
{ |
| 5328 |
content: "\ec50"; |
| 5329 |
} |
| 5330 |
|
| 5331 |
.icofont-ui-cut:before |
| 5332 |
{ |
| 5333 |
content: "\ec52"; |
| 5334 |
} |
| 5335 |
|
| 5336 |
.icofont-ui-delete:before |
| 5337 |
{ |
| 5338 |
content: "\ec53"; |
| 5339 |
} |
| 5340 |
|
| 5341 |
.icofont-ui-dial-phone:before |
| 5342 |
{ |
| 5343 |
content: "\ec54"; |
| 5344 |
} |
| 5345 |
|
| 5346 |
.icofont-ui-edit:before |
| 5347 |
{ |
| 5348 |
content: "\ec55"; |
| 5349 |
} |
| 5350 |
|
| 5351 |
.icofont-ui-email:before |
| 5352 |
{ |
| 5353 |
content: "\ec56"; |
| 5354 |
} |
| 5355 |
|
| 5356 |
.icofont-ui-file:before |
| 5357 |
{ |
| 5358 |
content: "\ec57"; |
| 5359 |
} |
| 5360 |
|
| 5361 |
.icofont-ui-fire-wall:before |
| 5362 |
{ |
| 5363 |
content: "\ec58"; |
| 5364 |
} |
| 5365 |
|
| 5366 |
.icofont-ui-flash-light:before |
| 5367 |
{ |
| 5368 |
content: "\ec59"; |
| 5369 |
} |
| 5370 |
|
| 5371 |
.icofont-ui-flight:before |
| 5372 |
{ |
| 5373 |
content: "\ec5a"; |
| 5374 |
} |
| 5375 |
|
| 5376 |
.icofont-ui-folder:before |
| 5377 |
{ |
| 5378 |
content: "\ec5b"; |
| 5379 |
} |
| 5380 |
|
| 5381 |
.icofont-ui-game:before |
| 5382 |
{ |
| 5383 |
content: "\ec5c"; |
| 5384 |
} |
| 5385 |
|
| 5386 |
.icofont-ui-handicapped:before |
| 5387 |
{ |
| 5388 |
content: "\ec5d"; |
| 5389 |
} |
| 5390 |
|
| 5391 |
.icofont-ui-home:before |
| 5392 |
{ |
| 5393 |
content: "\ec5e"; |
| 5394 |
} |
| 5395 |
|
| 5396 |
.icofont-ui-image:before |
| 5397 |
{ |
| 5398 |
content: "\ec5f"; |
| 5399 |
} |
| 5400 |
|
| 5401 |
.icofont-ui-laoding:before |
| 5402 |
{ |
| 5403 |
content: "\ec60"; |
| 5404 |
} |
| 5405 |
|
| 5406 |
.icofont-ui-lock:before |
| 5407 |
{ |
| 5408 |
content: "\ec61"; |
| 5409 |
} |
| 5410 |
|
| 5411 |
.icofont-ui-love-add:before |
| 5412 |
{ |
| 5413 |
content: "\ec62"; |
| 5414 |
} |
| 5415 |
|
| 5416 |
.icofont-ui-love-broken:before |
| 5417 |
{ |
| 5418 |
content: "\ec63"; |
| 5419 |
} |
| 5420 |
|
| 5421 |
.icofont-ui-love-remove:before |
| 5422 |
{ |
| 5423 |
content: "\ec64"; |
| 5424 |
} |
| 5425 |
|
| 5426 |
.icofont-ui-love:before |
| 5427 |
{ |
| 5428 |
content: "\ec65"; |
| 5429 |
} |
| 5430 |
|
| 5431 |
.icofont-ui-movie:before |
| 5432 |
{ |
| 5433 |
content: "\ec69"; |
| 5434 |
} |
| 5435 |
|
| 5436 |
.icofont-ui-music-player:before |
| 5437 |
{ |
| 5438 |
content: "\ec6a"; |
| 5439 |
} |
| 5440 |
|
| 5441 |
.icofont-ui-music:before |
| 5442 |
{ |
| 5443 |
content: "\ec6b"; |
| 5444 |
} |
| 5445 |
|
| 5446 |
.icofont-ui-network:before |
| 5447 |
{ |
| 5448 |
content: "\ec6d"; |
| 5449 |
} |
| 5450 |
|
| 5451 |
.icofont-ui-next:before |
| 5452 |
{ |
| 5453 |
content: "\ec6e"; |
| 5454 |
} |
| 5455 |
|
| 5456 |
.icofont-ui-note:before |
| 5457 |
{ |
| 5458 |
content: "\ec6f"; |
| 5459 |
} |
| 5460 |
|
| 5461 |
.icofont-ui-office:before |
| 5462 |
{ |
| 5463 |
content: "\ec70"; |
| 5464 |
} |
| 5465 |
|
| 5466 |
.icofont-ui-password:before |
| 5467 |
{ |
| 5468 |
content: "\ec71"; |
| 5469 |
} |
| 5470 |
|
| 5471 |
.icofont-ui-pause:before |
| 5472 |
{ |
| 5473 |
content: "\ec72"; |
| 5474 |
} |
| 5475 |
|
| 5476 |
.icofont-ui-play-stop:before |
| 5477 |
{ |
| 5478 |
content: "\ec73"; |
| 5479 |
} |
| 5480 |
|
| 5481 |
.icofont-ui-pointer:before |
| 5482 |
{ |
| 5483 |
content: "\ec75"; |
| 5484 |
} |
| 5485 |
|
| 5486 |
.icofont-ui-power:before |
| 5487 |
{ |
| 5488 |
content: "\ec76"; |
| 5489 |
} |
| 5490 |
|
| 5491 |
.icofont-ui-press:before |
| 5492 |
{ |
| 5493 |
content: "\ec77"; |
| 5494 |
} |
| 5495 |
|
| 5496 |
.icofont-ui-previous:before |
| 5497 |
{ |
| 5498 |
content: "\ec78"; |
| 5499 |
} |
| 5500 |
|
| 5501 |
.icofont-ui-rate-add:before |
| 5502 |
{ |
| 5503 |
content: "\ec79"; |
| 5504 |
} |
| 5505 |
|
| 5506 |
.icofont-ui-rate-blank:before |
| 5507 |
{ |
| 5508 |
content: "\ec7a"; |
| 5509 |
} |
| 5510 |
|
| 5511 |
.icofont-ui-rate-remove:before |
| 5512 |
{ |
| 5513 |
content: "\ec7b"; |
| 5514 |
} |
| 5515 |
|
| 5516 |
.icofont-ui-rating:before |
| 5517 |
{ |
| 5518 |
content: "\ec7c"; |
| 5519 |
} |
| 5520 |
|
| 5521 |
.icofont-ui-record:before |
| 5522 |
{ |
| 5523 |
content: "\ec7d"; |
| 5524 |
} |
| 5525 |
|
| 5526 |
.icofont-ui-remove:before |
| 5527 |
{ |
| 5528 |
content: "\ec7e"; |
| 5529 |
} |
| 5530 |
|
| 5531 |
.icofont-ui-reply:before |
| 5532 |
{ |
| 5533 |
content: "\ec7f"; |
| 5534 |
} |
| 5535 |
|
| 5536 |
.icofont-ui-rotation:before |
| 5537 |
{ |
| 5538 |
content: "\ec80"; |
| 5539 |
} |
| 5540 |
|
| 5541 |
.icofont-ui-rss:before |
| 5542 |
{ |
| 5543 |
content: "\ec81"; |
| 5544 |
} |
| 5545 |
|
| 5546 |
.icofont-ui-settings:before |
| 5547 |
{ |
| 5548 |
content: "\ec83"; |
| 5549 |
} |
| 5550 |
|
| 5551 |
.icofont-ui-social-link:before |
| 5552 |
{ |
| 5553 |
content: "\ec84"; |
| 5554 |
} |
| 5555 |
|
| 5556 |
.icofont-ui-tag:before |
| 5557 |
{ |
| 5558 |
content: "\ec85"; |
| 5559 |
} |
| 5560 |
|
| 5561 |
.icofont-ui-text-loading:before |
| 5562 |
{ |
| 5563 |
content: "\ec87"; |
| 5564 |
} |
| 5565 |
|
| 5566 |
.icofont-ui-theme:before |
| 5567 |
{ |
| 5568 |
content: "\ec88"; |
| 5569 |
} |
| 5570 |
|
| 5571 |
.icofont-ui-timer:before |
| 5572 |
{ |
| 5573 |
content: "\ec89"; |
| 5574 |
} |
| 5575 |
|
| 5576 |
.icofont-ui-touch-phone:before |
| 5577 |
{ |
| 5578 |
content: "\ec8a"; |
| 5579 |
} |
| 5580 |
|
| 5581 |
.icofont-ui-travel:before |
| 5582 |
{ |
| 5583 |
content: "\ec8b"; |
| 5584 |
} |
| 5585 |
|
| 5586 |
.icofont-ui-unlock:before |
| 5587 |
{ |
| 5588 |
content: "\ec8c"; |
| 5589 |
} |
| 5590 |
|
| 5591 |
.icofont-ui-user-group:before |
| 5592 |
{ |
| 5593 |
content: "\ec8d"; |
| 5594 |
} |
| 5595 |
|
| 5596 |
.icofont-ui-user:before |
| 5597 |
{ |
| 5598 |
content: "\ec8e"; |
| 5599 |
} |
| 5600 |
|
| 5601 |
.icofont-ui-v-card:before |
| 5602 |
{ |
| 5603 |
content: "\ec8f"; |
| 5604 |
} |
| 5605 |
|
| 5606 |
.icofont-ui-video-play:before |
| 5607 |
{ |
| 5608 |
content: "\ec92"; |
| 5609 |
} |
| 5610 |
|
| 5611 |
.icofont-ui-video:before |
| 5612 |
{ |
| 5613 |
content: "\ec93"; |
| 5614 |
} |
| 5615 |
|
| 5616 |
.icofont-ui-weather:before |
| 5617 |
{ |
| 5618 |
content: "\ec95"; |
| 5619 |
} |
| 5620 |
|
| 5621 |
.icofont-ui-wifi:before |
| 5622 |
{ |
| 5623 |
content: "\ec96"; |
| 5624 |
} |
| 5625 |
|
| 5626 |
.icofont-ui-zoom-in:before |
| 5627 |
{ |
| 5628 |
content: "\ec97"; |
| 5629 |
} |
| 5630 |
|
| 5631 |
.icofont-ui-zoom-out:before |
| 5632 |
{ |
| 5633 |
content: "\ec98"; |
| 5634 |
} |
| 5635 |
|
| 5636 |
.icofont-cassette-player:before |
| 5637 |
{ |
| 5638 |
content: "\ec99"; |
| 5639 |
} |
| 5640 |
|
| 5641 |
.icofont-cassette:before |
| 5642 |
{ |
| 5643 |
content: "\ec9a"; |
| 5644 |
} |
| 5645 |
|
| 5646 |
.icofont-forward:before |
| 5647 |
{ |
| 5648 |
content: "\ec9b"; |
| 5649 |
} |
| 5650 |
|
| 5651 |
.icofont-guiter:before |
| 5652 |
{ |
| 5653 |
content: "\ec9c"; |
| 5654 |
} |
| 5655 |
|
| 5656 |
.icofont-movie:before |
| 5657 |
{ |
| 5658 |
content: "\ec9d"; |
| 5659 |
} |
| 5660 |
|
| 5661 |
.icofont-multimedia:before |
| 5662 |
{ |
| 5663 |
content: "\ec9e"; |
| 5664 |
} |
| 5665 |
|
| 5666 |
.icofont-music-alt:before |
| 5667 |
{ |
| 5668 |
content: "\ec9f"; |
| 5669 |
} |
| 5670 |
|
| 5671 |
.icofont-music-disk:before |
| 5672 |
{ |
| 5673 |
content: "\eca0"; |
| 5674 |
} |
| 5675 |
|
| 5676 |
.icofont-music-note:before |
| 5677 |
{ |
| 5678 |
content: "\eca1"; |
| 5679 |
} |
| 5680 |
|
| 5681 |
.icofont-music-notes:before |
| 5682 |
{ |
| 5683 |
content: "\eca2"; |
| 5684 |
} |
| 5685 |
|
| 5686 |
.icofont-music:before |
| 5687 |
{ |
| 5688 |
content: "\eca3"; |
| 5689 |
} |
| 5690 |
|
| 5691 |
.icofont-pause:before |
| 5692 |
{ |
| 5693 |
content: "\eca5"; |
| 5694 |
} |
| 5695 |
|
| 5696 |
.icofont-play-alt-1:before |
| 5697 |
{ |
| 5698 |
content: "\eca6"; |
| 5699 |
} |
| 5700 |
|
| 5701 |
.icofont-play-alt-3:before |
| 5702 |
{ |
| 5703 |
content: "\eca8"; |
| 5704 |
} |
| 5705 |
|
| 5706 |
.icofont-play-pause:before |
| 5707 |
{ |
| 5708 |
content: "\eca9"; |
| 5709 |
} |
| 5710 |
|
| 5711 |
.icofont-record:before |
| 5712 |
{ |
| 5713 |
content: "\ecab"; |
| 5714 |
} |
| 5715 |
|
| 5716 |
.icofont-retro-music-disk:before |
| 5717 |
{ |
| 5718 |
content: "\ecac"; |
| 5719 |
} |
| 5720 |
|
| 5721 |
.icofont-rewind:before |
| 5722 |
{ |
| 5723 |
content: "\ecad"; |
| 5724 |
} |
| 5725 |
|
| 5726 |
.icofont-song-notes:before |
| 5727 |
{ |
| 5728 |
content: "\ecae"; |
| 5729 |
} |
| 5730 |
|
| 5731 |
.icofont-sound-wave-alt:before |
| 5732 |
{ |
| 5733 |
content: "\ecaf"; |
| 5734 |
} |
| 5735 |
|
| 5736 |
.icofont-sound-wave:before |
| 5737 |
{ |
| 5738 |
content: "\ecb0"; |
| 5739 |
} |
| 5740 |
|
| 5741 |
.icofont-stop:before |
| 5742 |
{ |
| 5743 |
content: "\ecb1"; |
| 5744 |
} |
| 5745 |
|
| 5746 |
.icofont-video-alt:before |
| 5747 |
{ |
| 5748 |
content: "\ecb2"; |
| 5749 |
} |
| 5750 |
|
| 5751 |
.icofont-video-cam:before |
| 5752 |
{ |
| 5753 |
content: "\ecb3"; |
| 5754 |
} |
| 5755 |
|
| 5756 |
.icofont-video-clapper:before |
| 5757 |
{ |
| 5758 |
content: "\ecb4"; |
| 5759 |
} |
| 5760 |
|
| 5761 |
.icofont-video:before |
| 5762 |
{ |
| 5763 |
content: "\ecb5"; |
| 5764 |
} |
| 5765 |
|
| 5766 |
.icofont-volume-bar:before |
| 5767 |
{ |
| 5768 |
content: "\ecb6"; |
| 5769 |
} |
| 5770 |
|
| 5771 |
.icofont-youtube-play:before |
| 5772 |
{ |
| 5773 |
content: "\ecbb"; |
| 5774 |
} |
| 5775 |
|
| 5776 |
.icofont-2checkout-alt:before |
| 5777 |
{ |
| 5778 |
content: "\ecbc"; |
| 5779 |
} |
| 5780 |
|
| 5781 |
.icofont-2checkout:before |
| 5782 |
{ |
| 5783 |
content: "\ecbd"; |
| 5784 |
} |
| 5785 |
|
| 5786 |
.icofont-amazon-alt:before |
| 5787 |
{ |
| 5788 |
content: "\ecbe"; |
| 5789 |
} |
| 5790 |
|
| 5791 |
.icofont-amazon:before |
| 5792 |
{ |
| 5793 |
content: "\ecbf"; |
| 5794 |
} |
| 5795 |
|
| 5796 |
.icofont-american-express-alt:before |
| 5797 |
{ |
| 5798 |
content: "\ecc0"; |
| 5799 |
} |
| 5800 |
|
| 5801 |
.icofont-american-express:before |
| 5802 |
{ |
| 5803 |
content: "\ecc1"; |
| 5804 |
} |
| 5805 |
|
| 5806 |
.icofont-apple-pay-alt:before |
| 5807 |
{ |
| 5808 |
content: "\ecc2"; |
| 5809 |
} |
| 5810 |
|
| 5811 |
.icofont-apple-pay:before |
| 5812 |
{ |
| 5813 |
content: "\ecc3"; |
| 5814 |
} |
| 5815 |
|
| 5816 |
.icofont-bank-transfer-alt:before |
| 5817 |
{ |
| 5818 |
content: "\ecc4"; |
| 5819 |
} |
| 5820 |
|
| 5821 |
.icofont-bank-transfer:before |
| 5822 |
{ |
| 5823 |
content: "\ecc5"; |
| 5824 |
} |
| 5825 |
|
| 5826 |
.icofont-braintree-alt:before |
| 5827 |
{ |
| 5828 |
content: "\ecc6"; |
| 5829 |
} |
| 5830 |
|
| 5831 |
.icofont-braintree:before |
| 5832 |
{ |
| 5833 |
content: "\ecc7"; |
| 5834 |
} |
| 5835 |
|
| 5836 |
.icofont-cash-on-delivery-alt:before |
| 5837 |
{ |
| 5838 |
content: "\ecc8"; |
| 5839 |
} |
| 5840 |
|
| 5841 |
.icofont-cash-on-delivery:before |
| 5842 |
{ |
| 5843 |
content: "\ecc9"; |
| 5844 |
} |
| 5845 |
|
| 5846 |
.icofont-diners-club-alt-1:before |
| 5847 |
{ |
| 5848 |
content: "\ecca"; |
| 5849 |
} |
| 5850 |
|
| 5851 |
.icofont-diners-club-alt-2:before |
| 5852 |
{ |
| 5853 |
content: "\eccb"; |
| 5854 |
} |
| 5855 |
|
| 5856 |
.icofont-diners-club-alt-3:before |
| 5857 |
{ |
| 5858 |
content: "\eccc"; |
| 5859 |
} |
| 5860 |
|
| 5861 |
.icofont-diners-club:before |
| 5862 |
{ |
| 5863 |
content: "\eccd"; |
| 5864 |
} |
| 5865 |
|
| 5866 |
.icofont-discover-alt:before |
| 5867 |
{ |
| 5868 |
content: "\ecce"; |
| 5869 |
} |
| 5870 |
|
| 5871 |
.icofont-discover:before |
| 5872 |
{ |
| 5873 |
content: "\eccf"; |
| 5874 |
} |
| 5875 |
|
| 5876 |
.icofont-eway-alt:before |
| 5877 |
{ |
| 5878 |
content: "\ecd0"; |
| 5879 |
} |
| 5880 |
|
| 5881 |
.icofont-eway:before |
| 5882 |
{ |
| 5883 |
content: "\ecd1"; |
| 5884 |
} |
| 5885 |
|
| 5886 |
.icofont-google-wallet-alt-1:before |
| 5887 |
{ |
| 5888 |
content: "\ecd2"; |
| 5889 |
} |
| 5890 |
|
| 5891 |
.icofont-google-wallet-alt-2:before |
| 5892 |
{ |
| 5893 |
content: "\ecd3"; |
| 5894 |
} |
| 5895 |
|
| 5896 |
.icofont-google-wallet-alt-3:before |
| 5897 |
{ |
| 5898 |
content: "\ecd4"; |
| 5899 |
} |
| 5900 |
|
| 5901 |
.icofont-google-wallet:before |
| 5902 |
{ |
| 5903 |
content: "\ecd5"; |
| 5904 |
} |
| 5905 |
|
| 5906 |
.icofont-jcb-alt:before |
| 5907 |
{ |
| 5908 |
content: "\ecd6"; |
| 5909 |
} |
| 5910 |
|
| 5911 |
.icofont-jcb:before |
| 5912 |
{ |
| 5913 |
content: "\ecd7"; |
| 5914 |
} |
| 5915 |
|
| 5916 |
.icofont-maestro-alt:before |
| 5917 |
{ |
| 5918 |
content: "\ecd8"; |
| 5919 |
} |
| 5920 |
|
| 5921 |
.icofont-maestro:before |
| 5922 |
{ |
| 5923 |
content: "\ecd9"; |
| 5924 |
} |
| 5925 |
|
| 5926 |
.icofont-mastercard-alt:before |
| 5927 |
{ |
| 5928 |
content: "\ecda"; |
| 5929 |
} |
| 5930 |
|
| 5931 |
.icofont-mastercard:before |
| 5932 |
{ |
| 5933 |
content: "\ecdb"; |
| 5934 |
} |
| 5935 |
|
| 5936 |
.icofont-payoneer-alt:before |
| 5937 |
{ |
| 5938 |
content: "\ecdc"; |
| 5939 |
} |
| 5940 |
|
| 5941 |
.icofont-payoneer:before |
| 5942 |
{ |
| 5943 |
content: "\ecdd"; |
| 5944 |
} |
| 5945 |
|
| 5946 |
.icofont-paypal-alt:before |
| 5947 |
{ |
| 5948 |
content: "\ecde"; |
| 5949 |
} |
| 5950 |
|
| 5951 |
.icofont-paypal:before |
| 5952 |
{ |
| 5953 |
content: "\ecdf"; |
| 5954 |
} |
| 5955 |
|
| 5956 |
.icofont-sage-alt:before |
| 5957 |
{ |
| 5958 |
content: "\ece0"; |
| 5959 |
} |
| 5960 |
|
| 5961 |
.icofont-sage:before |
| 5962 |
{ |
| 5963 |
content: "\ece1"; |
| 5964 |
} |
| 5965 |
|
| 5966 |
.icofont-skrill-alt:before |
| 5967 |
{ |
| 5968 |
content: "\ece2"; |
| 5969 |
} |
| 5970 |
|
| 5971 |
.icofont-skrill:before |
| 5972 |
{ |
| 5973 |
content: "\ece3"; |
| 5974 |
} |
| 5975 |
|
| 5976 |
.icofont-stripe-alt:before |
| 5977 |
{ |
| 5978 |
content: "\ece4"; |
| 5979 |
} |
| 5980 |
|
| 5981 |
.icofont-stripe:before |
| 5982 |
{ |
| 5983 |
content: "\ece5"; |
| 5984 |
} |
| 5985 |
|
| 5986 |
.icofont-visa-alt:before |
| 5987 |
{ |
| 5988 |
content: "\ece6"; |
| 5989 |
} |
| 5990 |
|
| 5991 |
.icofont-visa-electron:before |
| 5992 |
{ |
| 5993 |
content: "\ece7"; |
| 5994 |
} |
| 5995 |
|
| 5996 |
.icofont-visa:before |
| 5997 |
{ |
| 5998 |
content: "\ece8"; |
| 5999 |
} |
| 6000 |
|
| 6001 |
.icofont-western-union-alt:before |
| 6002 |
{ |
| 6003 |
content: "\ece9"; |
| 6004 |
} |
| 6005 |
|
| 6006 |
.icofont-western-union:before |
| 6007 |
{ |
| 6008 |
content: "\ecea"; |
| 6009 |
} |
| 6010 |
|
| 6011 |
.icofont-boy:before |
| 6012 |
{ |
| 6013 |
content: "\eceb"; |
| 6014 |
} |
| 6015 |
|
| 6016 |
.icofont-business-man-alt-1:before |
| 6017 |
{ |
| 6018 |
content: "\ecec"; |
| 6019 |
} |
| 6020 |
|
| 6021 |
.icofont-business-man-alt-2:before |
| 6022 |
{ |
| 6023 |
content: "\eced"; |
| 6024 |
} |
| 6025 |
|
| 6026 |
.icofont-business-man-alt-3:before |
| 6027 |
{ |
| 6028 |
content: "\ecee"; |
| 6029 |
} |
| 6030 |
|
| 6031 |
.icofont-business-man:before |
| 6032 |
{ |
| 6033 |
content: "\ecef"; |
| 6034 |
} |
| 6035 |
|
| 6036 |
.icofont-female:before |
| 6037 |
{ |
| 6038 |
content: "\ecf0"; |
| 6039 |
} |
| 6040 |
|
| 6041 |
.icofont-funky-man:before |
| 6042 |
{ |
| 6043 |
content: "\ecf1"; |
| 6044 |
} |
| 6045 |
|
| 6046 |
.icofont-girl-alt:before |
| 6047 |
{ |
| 6048 |
content: "\ecf2"; |
| 6049 |
} |
| 6050 |
|
| 6051 |
.icofont-girl:before |
| 6052 |
{ |
| 6053 |
content: "\ecf3"; |
| 6054 |
} |
| 6055 |
|
| 6056 |
.icofont-group:before |
| 6057 |
{ |
| 6058 |
content: "\ecf4"; |
| 6059 |
} |
| 6060 |
|
| 6061 |
.icofont-hotel-boy-alt:before |
| 6062 |
{ |
| 6063 |
content: "\ecf5"; |
| 6064 |
} |
| 6065 |
|
| 6066 |
.icofont-hotel-boy:before |
| 6067 |
{ |
| 6068 |
content: "\ecf6"; |
| 6069 |
} |
| 6070 |
|
| 6071 |
.icofont-kid:before |
| 6072 |
{ |
| 6073 |
content: "\ecf7"; |
| 6074 |
} |
| 6075 |
|
| 6076 |
.icofont-man-in-glasses:before |
| 6077 |
{ |
| 6078 |
content: "\ecf8"; |
| 6079 |
} |
| 6080 |
|
| 6081 |
.icofont-people:before |
| 6082 |
{ |
| 6083 |
content: "\ecf9"; |
| 6084 |
} |
| 6085 |
|
| 6086 |
.icofont-support:before |
| 6087 |
{ |
| 6088 |
content: "\ecfa"; |
| 6089 |
} |
| 6090 |
|
| 6091 |
.icofont-user-alt-1:before |
| 6092 |
{ |
| 6093 |
content: "\ecfb"; |
| 6094 |
} |
| 6095 |
|
| 6096 |
.icofont-user-alt-2:before |
| 6097 |
{ |
| 6098 |
content: "\ecfc"; |
| 6099 |
} |
| 6100 |
|
| 6101 |
.icofont-user-alt-3:before |
| 6102 |
{ |
| 6103 |
content: "\ecfd"; |
| 6104 |
} |
| 6105 |
|
| 6106 |
.icofont-user-alt-4:before |
| 6107 |
{ |
| 6108 |
content: "\ecfe"; |
| 6109 |
} |
| 6110 |
|
| 6111 |
.icofont-user-alt-5:before |
| 6112 |
{ |
| 6113 |
content: "\ecff"; |
| 6114 |
} |
| 6115 |
|
| 6116 |
.icofont-user-alt-6:before |
| 6117 |
{ |
| 6118 |
content: "\ed00"; |
| 6119 |
} |
| 6120 |
|
| 6121 |
.icofont-user-alt-7:before |
| 6122 |
{ |
| 6123 |
content: "\ed01"; |
| 6124 |
} |
| 6125 |
|
| 6126 |
.icofont-user-female:before |
| 6127 |
{ |
| 6128 |
content: "\ed02"; |
| 6129 |
} |
| 6130 |
|
| 6131 |
.icofont-user-suited:before |
| 6132 |
{ |
| 6133 |
content: "\ed04"; |
| 6134 |
} |
| 6135 |
|
| 6136 |
.icofont-user:before |
| 6137 |
{ |
| 6138 |
content: "\ed05"; |
| 6139 |
} |
| 6140 |
|
| 6141 |
.icofont-users-alt-1:before |
| 6142 |
{ |
| 6143 |
content: "\ed06"; |
| 6144 |
} |
| 6145 |
|
| 6146 |
.icofont-users-alt-2:before |
| 6147 |
{ |
| 6148 |
content: "\ed07"; |
| 6149 |
} |
| 6150 |
|
| 6151 |
.icofont-users-alt-3:before |
| 6152 |
{ |
| 6153 |
content: "\ed08"; |
| 6154 |
} |
| 6155 |
|
| 6156 |
.icofont-users-alt-4:before |
| 6157 |
{ |
| 6158 |
content: "\ed09"; |
| 6159 |
} |
| 6160 |
|
| 6161 |
.icofont-users-alt-5:before |
| 6162 |
{ |
| 6163 |
content: "\ed0a"; |
| 6164 |
} |
| 6165 |
|
| 6166 |
.icofont-users-alt-6:before |
| 6167 |
{ |
| 6168 |
content: "\ed0b"; |
| 6169 |
} |
| 6170 |
|
| 6171 |
.icofont-users-social:before |
| 6172 |
{ |
| 6173 |
content: "\ed0c"; |
| 6174 |
} |
| 6175 |
|
| 6176 |
.icofont-users:before |
| 6177 |
{ |
| 6178 |
content: "\ed0d"; |
| 6179 |
} |
| 6180 |
|
| 6181 |
.icofont-waiter-alt:before |
| 6182 |
{ |
| 6183 |
content: "\ed0e"; |
| 6184 |
} |
| 6185 |
|
| 6186 |
.icofont-waiter:before |
| 6187 |
{ |
| 6188 |
content: "\ed0f"; |
| 6189 |
} |
| 6190 |
|
| 6191 |
.icofont-woman-in-glasses:before |
| 6192 |
{ |
| 6193 |
content: "\ed10"; |
| 6194 |
} |
| 6195 |
|
| 6196 |
.icofont-search-document:before |
| 6197 |
{ |
| 6198 |
content: "\ed13"; |
| 6199 |
} |
| 6200 |
|
| 6201 |
.icofont-search-folder:before |
| 6202 |
{ |
| 6203 |
content: "\ed14"; |
| 6204 |
} |
| 6205 |
|
| 6206 |
.icofont-search-job:before |
| 6207 |
{ |
| 6208 |
content: "\ed15"; |
| 6209 |
} |
| 6210 |
|
| 6211 |
.icofont-search-property:before |
| 6212 |
{ |
| 6213 |
content: "\ed17"; |
| 6214 |
} |
| 6215 |
|
| 6216 |
.icofont-search-restaurant:before |
| 6217 |
{ |
| 6218 |
content: "\ed18"; |
| 6219 |
} |
| 6220 |
|
| 6221 |
.icofont-search-stock:before |
| 6222 |
{ |
| 6223 |
content: "\ed19"; |
| 6224 |
} |
| 6225 |
|
| 6226 |
.icofont-search-user:before |
| 6227 |
{ |
| 6228 |
content: "\ed1a"; |
| 6229 |
} |
| 6230 |
|
| 6231 |
.icofont-search:before |
| 6232 |
{ |
| 6233 |
content: "\ed1b"; |
| 6234 |
} |
| 6235 |
|
| 6236 |
.icofont-500px:before |
| 6237 |
{ |
| 6238 |
content: "\ed1c"; |
| 6239 |
} |
| 6240 |
|
| 6241 |
.icofont-aim:before |
| 6242 |
{ |
| 6243 |
content: "\ed1d"; |
| 6244 |
} |
| 6245 |
|
| 6246 |
.icofont-badoo:before |
| 6247 |
{ |
| 6248 |
content: "\ed1e"; |
| 6249 |
} |
| 6250 |
|
| 6251 |
.icofont-baidu-tieba:before |
| 6252 |
{ |
| 6253 |
content: "\ed1f"; |
| 6254 |
} |
| 6255 |
|
| 6256 |
.icofont-bbm-messenger:before |
| 6257 |
{ |
| 6258 |
content: "\ed20"; |
| 6259 |
} |
| 6260 |
|
| 6261 |
.icofont-bebo:before |
| 6262 |
{ |
| 6263 |
content: "\ed21"; |
| 6264 |
} |
| 6265 |
|
| 6266 |
.icofont-behance:before |
| 6267 |
{ |
| 6268 |
content: "\ed22"; |
| 6269 |
} |
| 6270 |
|
| 6271 |
.icofont-blogger:before |
| 6272 |
{ |
| 6273 |
content: "\ed23"; |
| 6274 |
} |
| 6275 |
|
| 6276 |
.icofont-bootstrap:before |
| 6277 |
{ |
| 6278 |
content: "\ed24"; |
| 6279 |
} |
| 6280 |
|
| 6281 |
.icofont-brightkite:before |
| 6282 |
{ |
| 6283 |
content: "\ed25"; |
| 6284 |
} |
| 6285 |
|
| 6286 |
.icofont-cloudapp:before |
| 6287 |
{ |
| 6288 |
content: "\ed26"; |
| 6289 |
} |
| 6290 |
|
| 6291 |
.icofont-concrete5:before |
| 6292 |
{ |
| 6293 |
content: "\ed27"; |
| 6294 |
} |
| 6295 |
|
| 6296 |
.icofont-delicious:before |
| 6297 |
{ |
| 6298 |
content: "\ed28"; |
| 6299 |
} |
| 6300 |
|
| 6301 |
.icofont-designbump:before |
| 6302 |
{ |
| 6303 |
content: "\ed29"; |
| 6304 |
} |
| 6305 |
|
| 6306 |
.icofont-designfloat:before |
| 6307 |
{ |
| 6308 |
content: "\ed2a"; |
| 6309 |
} |
| 6310 |
|
| 6311 |
.icofont-deviantart:before |
| 6312 |
{ |
| 6313 |
content: "\ed2b"; |
| 6314 |
} |
| 6315 |
|
| 6316 |
.icofont-digg:before |
| 6317 |
{ |
| 6318 |
content: "\ed2c"; |
| 6319 |
} |
| 6320 |
|
| 6321 |
.icofont-discord:before |
| 6322 |
{ |
| 6323 |
content: "\f032"; |
| 6324 |
} |
| 6325 |
|
| 6326 |
.icofont-dotcms:before |
| 6327 |
{ |
| 6328 |
content: "\ed2d"; |
| 6329 |
} |
| 6330 |
|
| 6331 |
.icofont-dribbble:before |
| 6332 |
{ |
| 6333 |
content: "\ed2e"; |
| 6334 |
} |
| 6335 |
|
| 6336 |
.icofont-dribble:before |
| 6337 |
{ |
| 6338 |
content: "\ed2f"; |
| 6339 |
} |
| 6340 |
|
| 6341 |
.icofont-dropbox:before |
| 6342 |
{ |
| 6343 |
content: "\ed30"; |
| 6344 |
} |
| 6345 |
|
| 6346 |
.icofont-ebuddy:before |
| 6347 |
{ |
| 6348 |
content: "\ed31"; |
| 6349 |
} |
| 6350 |
|
| 6351 |
.icofont-ello:before |
| 6352 |
{ |
| 6353 |
content: "\ed32"; |
| 6354 |
} |
| 6355 |
|
| 6356 |
.icofont-ember:before |
| 6357 |
{ |
| 6358 |
content: "\ed33"; |
| 6359 |
} |
| 6360 |
|
| 6361 |
.icofont-envato:before |
| 6362 |
{ |
| 6363 |
content: "\ed34"; |
| 6364 |
} |
| 6365 |
|
| 6366 |
.icofont-evernote:before |
| 6367 |
{ |
| 6368 |
content: "\ed35"; |
| 6369 |
} |
| 6370 |
|
| 6371 |
.icofont-facebook-messenger:before |
| 6372 |
{ |
| 6373 |
content: "\ed36"; |
| 6374 |
} |
| 6375 |
|
| 6376 |
.icofont-facebook:before |
| 6377 |
{ |
| 6378 |
content: "\ed37"; |
| 6379 |
} |
| 6380 |
|
| 6381 |
.icofont-feedburner:before |
| 6382 |
{ |
| 6383 |
content: "\ed38"; |
| 6384 |
} |
| 6385 |
|
| 6386 |
.icofont-flikr:before |
| 6387 |
{ |
| 6388 |
content: "\ed39"; |
| 6389 |
} |
| 6390 |
|
| 6391 |
.icofont-folkd:before |
| 6392 |
{ |
| 6393 |
content: "\ed3a"; |
| 6394 |
} |
| 6395 |
|
| 6396 |
.icofont-foursquare:before |
| 6397 |
{ |
| 6398 |
content: "\ed3b"; |
| 6399 |
} |
| 6400 |
|
| 6401 |
.icofont-friendfeed:before |
| 6402 |
{ |
| 6403 |
content: "\ed3c"; |
| 6404 |
} |
| 6405 |
|
| 6406 |
.icofont-ghost:before |
| 6407 |
{ |
| 6408 |
content: "\ed3d"; |
| 6409 |
} |
| 6410 |
|
| 6411 |
.icofont-github:before |
| 6412 |
{ |
| 6413 |
content: "\ed3e"; |
| 6414 |
} |
| 6415 |
|
| 6416 |
.icofont-gnome:before |
| 6417 |
{ |
| 6418 |
content: "\ed3f"; |
| 6419 |
} |
| 6420 |
|
| 6421 |
.icofont-google-buzz:before |
| 6422 |
{ |
| 6423 |
content: "\ed40"; |
| 6424 |
} |
| 6425 |
|
| 6426 |
.icofont-google-hangouts:before |
| 6427 |
{ |
| 6428 |
content: "\ed41"; |
| 6429 |
} |
| 6430 |
|
| 6431 |
.icofont-google-plus:before |
| 6432 |
{ |
| 6433 |
content: "\ed43"; |
| 6434 |
} |
| 6435 |
|
| 6436 |
.icofont-google-talk:before |
| 6437 |
{ |
| 6438 |
content: "\ed44"; |
| 6439 |
} |
| 6440 |
|
| 6441 |
.icofont-hype-machine:before |
| 6442 |
{ |
| 6443 |
content: "\ed45"; |
| 6444 |
} |
| 6445 |
|
| 6446 |
.icofont-instagram:before |
| 6447 |
{ |
| 6448 |
content: "\ed46"; |
| 6449 |
} |
| 6450 |
|
| 6451 |
.icofont-kakaotalk:before |
| 6452 |
{ |
| 6453 |
content: "\ed47"; |
| 6454 |
} |
| 6455 |
|
| 6456 |
.icofont-kickstarter:before |
| 6457 |
{ |
| 6458 |
content: "\ed48"; |
| 6459 |
} |
| 6460 |
|
| 6461 |
.icofont-kik:before |
| 6462 |
{ |
| 6463 |
content: "\ed49"; |
| 6464 |
} |
| 6465 |
|
| 6466 |
.icofont-kiwibox:before |
| 6467 |
{ |
| 6468 |
content: "\ed4a"; |
| 6469 |
} |
| 6470 |
|
| 6471 |
.icofont-line-messenger:before |
| 6472 |
{ |
| 6473 |
content: "\ed4b"; |
| 6474 |
} |
| 6475 |
|
| 6476 |
.icofont-line:before |
| 6477 |
{ |
| 6478 |
content: "\ed4c"; |
| 6479 |
} |
| 6480 |
|
| 6481 |
.icofont-linkedin:before |
| 6482 |
{ |
| 6483 |
content: "\ed4d"; |
| 6484 |
} |
| 6485 |
|
| 6486 |
.icofont-linux-mint:before |
| 6487 |
{ |
| 6488 |
content: "\ed4e"; |
| 6489 |
} |
| 6490 |
|
| 6491 |
.icofont-live-messenger:before |
| 6492 |
{ |
| 6493 |
content: "\ed4f"; |
| 6494 |
} |
| 6495 |
|
| 6496 |
.icofont-livejournal:before |
| 6497 |
{ |
| 6498 |
content: "\ed50"; |
| 6499 |
} |
| 6500 |
|
| 6501 |
.icofont-magento:before |
| 6502 |
{ |
| 6503 |
content: "\ed51"; |
| 6504 |
} |
| 6505 |
|
| 6506 |
.icofont-meetme:before |
| 6507 |
{ |
| 6508 |
content: "\ed52"; |
| 6509 |
} |
| 6510 |
|
| 6511 |
.icofont-meetup:before |
| 6512 |
{ |
| 6513 |
content: "\ed53"; |
| 6514 |
} |
| 6515 |
|
| 6516 |
.icofont-mixx:before |
| 6517 |
{ |
| 6518 |
content: "\ed54"; |
| 6519 |
} |
| 6520 |
|
| 6521 |
.icofont-newsvine:before |
| 6522 |
{ |
| 6523 |
content: "\ed55"; |
| 6524 |
} |
| 6525 |
|
| 6526 |
.icofont-nimbuss:before |
| 6527 |
{ |
| 6528 |
content: "\ed56"; |
| 6529 |
} |
| 6530 |
|
| 6531 |
.icofont-odnoklassniki:before |
| 6532 |
{ |
| 6533 |
content: "\ed57"; |
| 6534 |
} |
| 6535 |
|
| 6536 |
.icofont-opencart:before |
| 6537 |
{ |
| 6538 |
content: "\ed58"; |
| 6539 |
} |
| 6540 |
|
| 6541 |
.icofont-oscommerce:before |
| 6542 |
{ |
| 6543 |
content: "\ed59"; |
| 6544 |
} |
| 6545 |
|
| 6546 |
.icofont-pandora:before |
| 6547 |
{ |
| 6548 |
content: "\ed5a"; |
| 6549 |
} |
| 6550 |
|
| 6551 |
.icofont-photobucket:before |
| 6552 |
{ |
| 6553 |
content: "\ed5b"; |
| 6554 |
} |
| 6555 |
|
| 6556 |
.icofont-picasa:before |
| 6557 |
{ |
| 6558 |
content: "\ed5c"; |
| 6559 |
} |
| 6560 |
|
| 6561 |
.icofont-pinterest:before |
| 6562 |
{ |
| 6563 |
content: "\ed5d"; |
| 6564 |
} |
| 6565 |
|
| 6566 |
.icofont-prestashop:before |
| 6567 |
{ |
| 6568 |
content: "\ed5e"; |
| 6569 |
} |
| 6570 |
|
| 6571 |
.icofont-qik:before |
| 6572 |
{ |
| 6573 |
content: "\ed5f"; |
| 6574 |
} |
| 6575 |
|
| 6576 |
.icofont-qq:before |
| 6577 |
{ |
| 6578 |
content: "\ed60"; |
| 6579 |
} |
| 6580 |
|
| 6581 |
.icofont-readernaut:before |
| 6582 |
{ |
| 6583 |
content: "\ed61"; |
| 6584 |
} |
| 6585 |
|
| 6586 |
.icofont-reddit:before |
| 6587 |
{ |
| 6588 |
content: "\ed62"; |
| 6589 |
} |
| 6590 |
|
| 6591 |
.icofont-renren:before |
| 6592 |
{ |
| 6593 |
content: "\ed63"; |
| 6594 |
} |
| 6595 |
|
| 6596 |
.icofont-rss:before |
| 6597 |
{ |
| 6598 |
content: "\ed64"; |
| 6599 |
} |
| 6600 |
|
| 6601 |
.icofont-shopify:before |
| 6602 |
{ |
| 6603 |
content: "\ed65"; |
| 6604 |
} |
| 6605 |
|
| 6606 |
.icofont-silverstripe:before |
| 6607 |
{ |
| 6608 |
content: "\ed66"; |
| 6609 |
} |
| 6610 |
|
| 6611 |
.icofont-skype:before |
| 6612 |
{ |
| 6613 |
content: "\ed67"; |
| 6614 |
} |
| 6615 |
|
| 6616 |
.icofont-slack:before |
| 6617 |
{ |
| 6618 |
content: "\ed68"; |
| 6619 |
} |
| 6620 |
|
| 6621 |
.icofont-slashdot:before |
| 6622 |
{ |
| 6623 |
content: "\ed69"; |
| 6624 |
} |
| 6625 |
|
| 6626 |
.icofont-slidshare:before |
| 6627 |
{ |
| 6628 |
content: "\ed6a"; |
| 6629 |
} |
| 6630 |
|
| 6631 |
.icofont-smugmug:before |
| 6632 |
{ |
| 6633 |
content: "\ed6b"; |
| 6634 |
} |
| 6635 |
|
| 6636 |
.icofont-soundcloud:before |
| 6637 |
{ |
| 6638 |
content: "\ed6d"; |
| 6639 |
} |
| 6640 |
|
| 6641 |
.icofont-spotify:before |
| 6642 |
{ |
| 6643 |
content: "\ed6e"; |
| 6644 |
} |
| 6645 |
|
| 6646 |
.icofont-stack-exchange:before |
| 6647 |
{ |
| 6648 |
content: "\ed6f"; |
| 6649 |
} |
| 6650 |
|
| 6651 |
.icofont-stack-overflow:before |
| 6652 |
{ |
| 6653 |
content: "\ed70"; |
| 6654 |
} |
| 6655 |
|
| 6656 |
.icofont-steam:before |
| 6657 |
{ |
| 6658 |
content: "\ed71"; |
| 6659 |
} |
| 6660 |
|
| 6661 |
.icofont-stumbleupon:before |
| 6662 |
{ |
| 6663 |
content: "\ed72"; |
| 6664 |
} |
| 6665 |
|
| 6666 |
.icofont-tagged:before |
| 6667 |
{ |
| 6668 |
content: "\ed73"; |
| 6669 |
} |
| 6670 |
|
| 6671 |
.icofont-technorati:before |
| 6672 |
{ |
| 6673 |
content: "\ed74"; |
| 6674 |
} |
| 6675 |
|
| 6676 |
.icofont-telegram:before |
| 6677 |
{ |
| 6678 |
content: "\ed75"; |
| 6679 |
} |
| 6680 |
|
| 6681 |
.icofont-tiktok:before |
| 6682 |
{ |
| 6683 |
content: "\f033"; |
| 6684 |
} |
| 6685 |
|
| 6686 |
.icofont-tinder:before |
| 6687 |
{ |
| 6688 |
content: "\ed76"; |
| 6689 |
} |
| 6690 |
|
| 6691 |
.icofont-trello:before |
| 6692 |
{ |
| 6693 |
content: "\ed77"; |
| 6694 |
} |
| 6695 |
|
| 6696 |
.icofont-tumblr:before |
| 6697 |
{ |
| 6698 |
content: "\ed78"; |
| 6699 |
} |
| 6700 |
|
| 6701 |
.icofont-twitch:before |
| 6702 |
{ |
| 6703 |
content: "\ed79"; |
| 6704 |
} |
| 6705 |
|
| 6706 |
.icofont-twitter:before |
| 6707 |
{ |
| 6708 |
content: "\ed7a"; |
| 6709 |
} |
| 6710 |
|
| 6711 |
.icofont-typo3:before |
| 6712 |
{ |
| 6713 |
content: "\ed7b"; |
| 6714 |
} |
| 6715 |
|
| 6716 |
.icofont-ubercart:before |
| 6717 |
{ |
| 6718 |
content: "\ed7c"; |
| 6719 |
} |
| 6720 |
|
| 6721 |
.icofont-viber:before |
| 6722 |
{ |
| 6723 |
content: "\ed7d"; |
| 6724 |
} |
| 6725 |
|
| 6726 |
.icofont-viddler:before |
| 6727 |
{ |
| 6728 |
content: "\ed7e"; |
| 6729 |
} |
| 6730 |
|
| 6731 |
.icofont-vimeo:before |
| 6732 |
{ |
| 6733 |
content: "\ed7f"; |
| 6734 |
} |
| 6735 |
|
| 6736 |
.icofont-vine:before |
| 6737 |
{ |
| 6738 |
content: "\ed80"; |
| 6739 |
} |
| 6740 |
|
| 6741 |
.icofont-virb:before |
| 6742 |
{ |
| 6743 |
content: "\ed81"; |
| 6744 |
} |
| 6745 |
|
| 6746 |
.icofont-virtuemart:before |
| 6747 |
{ |
| 6748 |
content: "\ed82"; |
| 6749 |
} |
| 6750 |
|
| 6751 |
.icofont-vk:before |
| 6752 |
{ |
| 6753 |
content: "\ed83"; |
| 6754 |
} |
| 6755 |
|
| 6756 |
.icofont-weibo:before |
| 6757 |
{ |
| 6758 |
content: "\ed85"; |
| 6759 |
} |
| 6760 |
|
| 6761 |
.icofont-x:before |
| 6762 |
{ |
| 6763 |
content: "\f03d"; |
| 6764 |
} |
| 6765 |
|
| 6766 |
.icofont-xing:before |
| 6767 |
{ |
| 6768 |
content: "\ed87"; |
| 6769 |
} |
| 6770 |
|
| 6771 |
.icofont-yahoo:before |
| 6772 |
{ |
| 6773 |
content: "\ed88"; |
| 6774 |
} |
| 6775 |
|
| 6776 |
.icofont-yelp:before |
| 6777 |
{ |
| 6778 |
content: "\ed89"; |
| 6779 |
} |
| 6780 |
|
| 6781 |
.icofont-youku:before |
| 6782 |
{ |
| 6783 |
content: "\ed8a"; |
| 6784 |
} |
| 6785 |
|
| 6786 |
.icofont-youtube:before |
| 6787 |
{ |
| 6788 |
content: "\ed8b"; |
| 6789 |
} |
| 6790 |
|
| 6791 |
.icofont-zencart:before |
| 6792 |
{ |
| 6793 |
content: "\ed8c"; |
| 6794 |
} |
| 6795 |
|
| 6796 |
.icofont-badminton-birdie:before |
| 6797 |
{ |
| 6798 |
content: "\ed8d"; |
| 6799 |
} |
| 6800 |
|
| 6801 |
.icofont-baseball:before |
| 6802 |
{ |
| 6803 |
content: "\ed8e"; |
| 6804 |
} |
| 6805 |
|
| 6806 |
.icofont-baseballer:before |
| 6807 |
{ |
| 6808 |
content: "\ed8f"; |
| 6809 |
} |
| 6810 |
|
| 6811 |
.icofont-basketball-hoop:before |
| 6812 |
{ |
| 6813 |
content: "\ed90"; |
| 6814 |
} |
| 6815 |
|
| 6816 |
.icofont-basketball:before |
| 6817 |
{ |
| 6818 |
content: "\ed91"; |
| 6819 |
} |
| 6820 |
|
| 6821 |
.icofont-billiard-ball:before |
| 6822 |
{ |
| 6823 |
content: "\ed92"; |
| 6824 |
} |
| 6825 |
|
| 6826 |
.icofont-boot-alt-1:before |
| 6827 |
{ |
| 6828 |
content: "\ed93"; |
| 6829 |
} |
| 6830 |
|
| 6831 |
.icofont-boot-alt-2:before |
| 6832 |
{ |
| 6833 |
content: "\ed94"; |
| 6834 |
} |
| 6835 |
|
| 6836 |
.icofont-boot:before |
| 6837 |
{ |
| 6838 |
content: "\ed95"; |
| 6839 |
} |
| 6840 |
|
| 6841 |
.icofont-bowling-alt:before |
| 6842 |
{ |
| 6843 |
content: "\ed96"; |
| 6844 |
} |
| 6845 |
|
| 6846 |
.icofont-bowling:before |
| 6847 |
{ |
| 6848 |
content: "\ed97"; |
| 6849 |
} |
| 6850 |
|
| 6851 |
.icofont-canoe:before |
| 6852 |
{ |
| 6853 |
content: "\ed98"; |
| 6854 |
} |
| 6855 |
|
| 6856 |
.icofont-cheer-leader:before |
| 6857 |
{ |
| 6858 |
content: "\ed99"; |
| 6859 |
} |
| 6860 |
|
| 6861 |
.icofont-climbing:before |
| 6862 |
{ |
| 6863 |
content: "\ed9a"; |
| 6864 |
} |
| 6865 |
|
| 6866 |
.icofont-corner:before |
| 6867 |
{ |
| 6868 |
content: "\ed9b"; |
| 6869 |
} |
| 6870 |
|
| 6871 |
.icofont-field-alt:before |
| 6872 |
{ |
| 6873 |
content: "\ed9c"; |
| 6874 |
} |
| 6875 |
|
| 6876 |
.icofont-field:before |
| 6877 |
{ |
| 6878 |
content: "\ed9d"; |
| 6879 |
} |
| 6880 |
|
| 6881 |
.icofont-football-alt:before |
| 6882 |
{ |
| 6883 |
content: "\ed9e"; |
| 6884 |
} |
| 6885 |
|
| 6886 |
.icofont-football-american:before |
| 6887 |
{ |
| 6888 |
content: "\ed9f"; |
| 6889 |
} |
| 6890 |
|
| 6891 |
.icofont-football:before |
| 6892 |
{ |
| 6893 |
content: "\eda0"; |
| 6894 |
} |
| 6895 |
|
| 6896 |
.icofont-foul:before |
| 6897 |
{ |
| 6898 |
content: "\eda1"; |
| 6899 |
} |
| 6900 |
|
| 6901 |
.icofont-goal-keeper:before |
| 6902 |
{ |
| 6903 |
content: "\eda2"; |
| 6904 |
} |
| 6905 |
|
| 6906 |
.icofont-goal:before |
| 6907 |
{ |
| 6908 |
content: "\eda3"; |
| 6909 |
} |
| 6910 |
|
| 6911 |
.icofont-golf-alt:before |
| 6912 |
{ |
| 6913 |
content: "\eda4"; |
| 6914 |
} |
| 6915 |
|
| 6916 |
.icofont-golf-bag:before |
| 6917 |
{ |
| 6918 |
content: "\eda5"; |
| 6919 |
} |
| 6920 |
|
| 6921 |
.icofont-golf-cart:before |
| 6922 |
{ |
| 6923 |
content: "\eda6"; |
| 6924 |
} |
| 6925 |
|
| 6926 |
.icofont-golf-field:before |
| 6927 |
{ |
| 6928 |
content: "\eda7"; |
| 6929 |
} |
| 6930 |
|
| 6931 |
.icofont-golf:before |
| 6932 |
{ |
| 6933 |
content: "\eda8"; |
| 6934 |
} |
| 6935 |
|
| 6936 |
.icofont-golfer:before |
| 6937 |
{ |
| 6938 |
content: "\eda9"; |
| 6939 |
} |
| 6940 |
|
| 6941 |
.icofont-helmet:before |
| 6942 |
{ |
| 6943 |
content: "\edaa"; |
| 6944 |
} |
| 6945 |
|
| 6946 |
.icofont-hockey-alt:before |
| 6947 |
{ |
| 6948 |
content: "\edab"; |
| 6949 |
} |
| 6950 |
|
| 6951 |
.icofont-hockey:before |
| 6952 |
{ |
| 6953 |
content: "\edac"; |
| 6954 |
} |
| 6955 |
|
| 6956 |
.icofont-ice-skate:before |
| 6957 |
{ |
| 6958 |
content: "\edad"; |
| 6959 |
} |
| 6960 |
|
| 6961 |
.icofont-jersey-alt:before |
| 6962 |
{ |
| 6963 |
content: "\edae"; |
| 6964 |
} |
| 6965 |
|
| 6966 |
.icofont-jersey:before |
| 6967 |
{ |
| 6968 |
content: "\edaf"; |
| 6969 |
} |
| 6970 |
|
| 6971 |
.icofont-jumping:before |
| 6972 |
{ |
| 6973 |
content: "\edb0"; |
| 6974 |
} |
| 6975 |
|
| 6976 |
.icofont-kick:before |
| 6977 |
{ |
| 6978 |
content: "\edb1"; |
| 6979 |
} |
| 6980 |
|
| 6981 |
.icofont-leg:before |
| 6982 |
{ |
| 6983 |
content: "\edb2"; |
| 6984 |
} |
| 6985 |
|
| 6986 |
.icofont-match-review:before |
| 6987 |
{ |
| 6988 |
content: "\edb3"; |
| 6989 |
} |
| 6990 |
|
| 6991 |
.icofont-medal-sport:before |
| 6992 |
{ |
| 6993 |
content: "\edb4"; |
| 6994 |
} |
| 6995 |
|
| 6996 |
.icofont-offside:before |
| 6997 |
{ |
| 6998 |
content: "\edb5"; |
| 6999 |
} |
| 7000 |
|
| 7001 |
.icofont-olympic-logo:before |
| 7002 |
{ |
| 7003 |
content: "\edb6"; |
| 7004 |
} |
| 7005 |
|
| 7006 |
.icofont-olympic:before |
| 7007 |
{ |
| 7008 |
content: "\edb7"; |
| 7009 |
} |
| 7010 |
|
| 7011 |
.icofont-padding:before |
| 7012 |
{ |
| 7013 |
content: "\edb8"; |
| 7014 |
} |
| 7015 |
|
| 7016 |
.icofont-penalty-card:before |
| 7017 |
{ |
| 7018 |
content: "\edb9"; |
| 7019 |
} |
| 7020 |
|
| 7021 |
.icofont-racer:before |
| 7022 |
{ |
| 7023 |
content: "\edba"; |
| 7024 |
} |
| 7025 |
|
| 7026 |
.icofont-racing-car:before |
| 7027 |
{ |
| 7028 |
content: "\edbb"; |
| 7029 |
} |
| 7030 |
|
| 7031 |
.icofont-racing-flag-alt:before |
| 7032 |
{ |
| 7033 |
content: "\edbc"; |
| 7034 |
} |
| 7035 |
|
| 7036 |
.icofont-racing-flag:before |
| 7037 |
{ |
| 7038 |
content: "\edbd"; |
| 7039 |
} |
| 7040 |
|
| 7041 |
.icofont-racings-wheel:before |
| 7042 |
{ |
| 7043 |
content: "\edbe"; |
| 7044 |
} |
| 7045 |
|
| 7046 |
.icofont-referee:before |
| 7047 |
{ |
| 7048 |
content: "\edbf"; |
| 7049 |
} |
| 7050 |
|
| 7051 |
.icofont-refree-jersey:before |
| 7052 |
{ |
| 7053 |
content: "\edc0"; |
| 7054 |
} |
| 7055 |
|
| 7056 |
.icofont-result-sport:before |
| 7057 |
{ |
| 7058 |
content: "\edc1"; |
| 7059 |
} |
| 7060 |
|
| 7061 |
.icofont-rugby-ball:before |
| 7062 |
{ |
| 7063 |
content: "\edc2"; |
| 7064 |
} |
| 7065 |
|
| 7066 |
.icofont-rugby-player:before |
| 7067 |
{ |
| 7068 |
content: "\edc3"; |
| 7069 |
} |
| 7070 |
|
| 7071 |
.icofont-rugby:before |
| 7072 |
{ |
| 7073 |
content: "\edc4"; |
| 7074 |
} |
| 7075 |
|
| 7076 |
.icofont-runner-alt-1:before |
| 7077 |
{ |
| 7078 |
content: "\edc5"; |
| 7079 |
} |
| 7080 |
|
| 7081 |
.icofont-runner-alt-2:before |
| 7082 |
{ |
| 7083 |
content: "\edc6"; |
| 7084 |
} |
| 7085 |
|
| 7086 |
.icofont-runner:before |
| 7087 |
{ |
| 7088 |
content: "\edc7"; |
| 7089 |
} |
| 7090 |
|
| 7091 |
.icofont-score-board:before |
| 7092 |
{ |
| 7093 |
content: "\edc8"; |
| 7094 |
} |
| 7095 |
|
| 7096 |
.icofont-skiing-man:before |
| 7097 |
{ |
| 7098 |
content: "\edc9"; |
| 7099 |
} |
| 7100 |
|
| 7101 |
.icofont-skydiving-goggles:before |
| 7102 |
{ |
| 7103 |
content: "\edca"; |
| 7104 |
} |
| 7105 |
|
| 7106 |
.icofont-snow-mobile:before |
| 7107 |
{ |
| 7108 |
content: "\edcb"; |
| 7109 |
} |
| 7110 |
|
| 7111 |
.icofont-steering:before |
| 7112 |
{ |
| 7113 |
content: "\edcc"; |
| 7114 |
} |
| 7115 |
|
| 7116 |
.icofont-stopwatch:before |
| 7117 |
{ |
| 7118 |
content: "\edcd"; |
| 7119 |
} |
| 7120 |
|
| 7121 |
.icofont-substitute:before |
| 7122 |
{ |
| 7123 |
content: "\edce"; |
| 7124 |
} |
| 7125 |
|
| 7126 |
.icofont-swimmer:before |
| 7127 |
{ |
| 7128 |
content: "\edcf"; |
| 7129 |
} |
| 7130 |
|
| 7131 |
.icofont-table-tennis:before |
| 7132 |
{ |
| 7133 |
content: "\edd0"; |
| 7134 |
} |
| 7135 |
|
| 7136 |
.icofont-team-alt:before |
| 7137 |
{ |
| 7138 |
content: "\edd1"; |
| 7139 |
} |
| 7140 |
|
| 7141 |
.icofont-team:before |
| 7142 |
{ |
| 7143 |
content: "\edd2"; |
| 7144 |
} |
| 7145 |
|
| 7146 |
.icofont-tennis-player:before |
| 7147 |
{ |
| 7148 |
content: "\edd3"; |
| 7149 |
} |
| 7150 |
|
| 7151 |
.icofont-tennis:before |
| 7152 |
{ |
| 7153 |
content: "\edd4"; |
| 7154 |
} |
| 7155 |
|
| 7156 |
.icofont-tracking:before |
| 7157 |
{ |
| 7158 |
content: "\edd5"; |
| 7159 |
} |
| 7160 |
|
| 7161 |
.icofont-trophy-alt:before |
| 7162 |
{ |
| 7163 |
content: "\edd6"; |
| 7164 |
} |
| 7165 |
|
| 7166 |
.icofont-trophy:before |
| 7167 |
{ |
| 7168 |
content: "\edd7"; |
| 7169 |
} |
| 7170 |
|
| 7171 |
.icofont-volleyball-alt:before |
| 7172 |
{ |
| 7173 |
content: "\edd8"; |
| 7174 |
} |
| 7175 |
|
| 7176 |
.icofont-volleyball-fire:before |
| 7177 |
{ |
| 7178 |
content: "\edd9"; |
| 7179 |
} |
| 7180 |
|
| 7181 |
.icofont-volleyball:before |
| 7182 |
{ |
| 7183 |
content: "\edda"; |
| 7184 |
} |
| 7185 |
|
| 7186 |
.icofont-water-bottle:before |
| 7187 |
{ |
| 7188 |
content: "\eddb"; |
| 7189 |
} |
| 7190 |
|
| 7191 |
.icofont-whistle-alt:before |
| 7192 |
{ |
| 7193 |
content: "\eddc"; |
| 7194 |
} |
| 7195 |
|
| 7196 |
.icofont-whistle:before |
| 7197 |
{ |
| 7198 |
content: "\eddd"; |
| 7199 |
} |
| 7200 |
|
| 7201 |
.icofont-win-trophy:before |
| 7202 |
{ |
| 7203 |
content: "\edde"; |
| 7204 |
} |
| 7205 |
|
| 7206 |
.icofont-align-center:before |
| 7207 |
{ |
| 7208 |
content: "\eddf"; |
| 7209 |
} |
| 7210 |
|
| 7211 |
.icofont-align-left:before |
| 7212 |
{ |
| 7213 |
content: "\ede0"; |
| 7214 |
} |
| 7215 |
|
| 7216 |
.icofont-align-right:before |
| 7217 |
{ |
| 7218 |
content: "\ede1"; |
| 7219 |
} |
| 7220 |
|
| 7221 |
.icofont-all-caps:before |
| 7222 |
{ |
| 7223 |
content: "\ede2"; |
| 7224 |
} |
| 7225 |
|
| 7226 |
.icofont-bold:before |
| 7227 |
{ |
| 7228 |
content: "\ede3"; |
| 7229 |
} |
| 7230 |
|
| 7231 |
.icofont-brush:before |
| 7232 |
{ |
| 7233 |
content: "\ede4"; |
| 7234 |
} |
| 7235 |
|
| 7236 |
.icofont-clip-board:before |
| 7237 |
{ |
| 7238 |
content: "\ede5"; |
| 7239 |
} |
| 7240 |
|
| 7241 |
.icofont-color-bucket:before |
| 7242 |
{ |
| 7243 |
content: "\ede7"; |
| 7244 |
} |
| 7245 |
|
| 7246 |
.icofont-color-picker:before |
| 7247 |
{ |
| 7248 |
content: "\ede8"; |
| 7249 |
} |
| 7250 |
|
| 7251 |
.icofont-copy:before |
| 7252 |
{ |
| 7253 |
content: "\edea"; |
| 7254 |
} |
| 7255 |
|
| 7256 |
.icofont-cut:before |
| 7257 |
{ |
| 7258 |
content: "\edeb"; |
| 7259 |
} |
| 7260 |
|
| 7261 |
.icofont-delete-alt:before |
| 7262 |
{ |
| 7263 |
content: "\edec"; |
| 7264 |
} |
| 7265 |
|
| 7266 |
.icofont-edit-alt:before |
| 7267 |
{ |
| 7268 |
content: "\eded"; |
| 7269 |
} |
| 7270 |
|
| 7271 |
.icofont-eraser-alt:before |
| 7272 |
{ |
| 7273 |
content: "\edee"; |
| 7274 |
} |
| 7275 |
|
| 7276 |
.icofont-font:before |
| 7277 |
{ |
| 7278 |
content: "\edef"; |
| 7279 |
} |
| 7280 |
|
| 7281 |
.icofont-heading:before |
| 7282 |
{ |
| 7283 |
content: "\edf0"; |
| 7284 |
} |
| 7285 |
|
| 7286 |
.icofont-indent:before |
| 7287 |
{ |
| 7288 |
content: "\edf1"; |
| 7289 |
} |
| 7290 |
|
| 7291 |
.icofont-italic-alt:before |
| 7292 |
{ |
| 7293 |
content: "\edf2"; |
| 7294 |
} |
| 7295 |
|
| 7296 |
.icofont-italic:before |
| 7297 |
{ |
| 7298 |
content: "\edf3"; |
| 7299 |
} |
| 7300 |
|
| 7301 |
.icofont-justify-all:before |
| 7302 |
{ |
| 7303 |
content: "\edf4"; |
| 7304 |
} |
| 7305 |
|
| 7306 |
.icofont-justify-center:before |
| 7307 |
{ |
| 7308 |
content: "\edf5"; |
| 7309 |
} |
| 7310 |
|
| 7311 |
.icofont-justify-left:before |
| 7312 |
{ |
| 7313 |
content: "\edf6"; |
| 7314 |
} |
| 7315 |
|
| 7316 |
.icofont-justify-right:before |
| 7317 |
{ |
| 7318 |
content: "\edf7"; |
| 7319 |
} |
| 7320 |
|
| 7321 |
.icofont-link-broken:before |
| 7322 |
{ |
| 7323 |
content: "\edf8"; |
| 7324 |
} |
| 7325 |
|
| 7326 |
.icofont-paper-clip:before |
| 7327 |
{ |
| 7328 |
content: "\edfa"; |
| 7329 |
} |
| 7330 |
|
| 7331 |
.icofont-paragraph:before |
| 7332 |
{ |
| 7333 |
content: "\edfb"; |
| 7334 |
} |
| 7335 |
|
| 7336 |
.icofont-pin:before |
| 7337 |
{ |
| 7338 |
content: "\edfc"; |
| 7339 |
} |
| 7340 |
|
| 7341 |
.icofont-printer:before |
| 7342 |
{ |
| 7343 |
content: "\edfd"; |
| 7344 |
} |
| 7345 |
|
| 7346 |
.icofont-redo:before |
| 7347 |
{ |
| 7348 |
content: "\edfe"; |
| 7349 |
} |
| 7350 |
|
| 7351 |
.icofont-rotation:before |
| 7352 |
{ |
| 7353 |
content: "\edff"; |
| 7354 |
} |
| 7355 |
|
| 7356 |
.icofont-save:before |
| 7357 |
{ |
| 7358 |
content: "\ee00"; |
| 7359 |
} |
| 7360 |
|
| 7361 |
.icofont-small-cap:before |
| 7362 |
{ |
| 7363 |
content: "\ee01"; |
| 7364 |
} |
| 7365 |
|
| 7366 |
.icofont-strike-through:before |
| 7367 |
{ |
| 7368 |
content: "\ee02"; |
| 7369 |
} |
| 7370 |
|
| 7371 |
.icofont-sub-listing:before |
| 7372 |
{ |
| 7373 |
content: "\ee03"; |
| 7374 |
} |
| 7375 |
|
| 7376 |
.icofont-subscript:before |
| 7377 |
{ |
| 7378 |
content: "\ee04"; |
| 7379 |
} |
| 7380 |
|
| 7381 |
.icofont-superscript:before |
| 7382 |
{ |
| 7383 |
content: "\ee05"; |
| 7384 |
} |
| 7385 |
|
| 7386 |
.icofont-table:before |
| 7387 |
{ |
| 7388 |
content: "\ee06"; |
| 7389 |
} |
| 7390 |
|
| 7391 |
.icofont-trash:before |
| 7392 |
{ |
| 7393 |
content: "\ee09"; |
| 7394 |
} |
| 7395 |
|
| 7396 |
.icofont-underline:before |
| 7397 |
{ |
| 7398 |
content: "\ee0a"; |
| 7399 |
} |
| 7400 |
|
| 7401 |
.icofont-undo:before |
| 7402 |
{ |
| 7403 |
content: "\ee0b"; |
| 7404 |
} |
| 7405 |
|
| 7406 |
.icofont-air-balloon:before |
| 7407 |
{ |
| 7408 |
content: "\ee0c"; |
| 7409 |
} |
| 7410 |
|
| 7411 |
.icofont-airplane-alt:before |
| 7412 |
{ |
| 7413 |
content: "\ee0d"; |
| 7414 |
} |
| 7415 |
|
| 7416 |
.icofont-airplane:before |
| 7417 |
{ |
| 7418 |
content: "\ee0e"; |
| 7419 |
} |
| 7420 |
|
| 7421 |
.icofont-articulated-truck:before |
| 7422 |
{ |
| 7423 |
content: "\ee0f"; |
| 7424 |
} |
| 7425 |
|
| 7426 |
.icofont-auto-mobile:before |
| 7427 |
{ |
| 7428 |
content: "\ee10"; |
| 7429 |
} |
| 7430 |
|
| 7431 |
.icofont-auto-rickshaw:before |
| 7432 |
{ |
| 7433 |
content: "\ee11"; |
| 7434 |
} |
| 7435 |
|
| 7436 |
.icofont-bicycle-alt-1:before |
| 7437 |
{ |
| 7438 |
content: "\ee12"; |
| 7439 |
} |
| 7440 |
|
| 7441 |
.icofont-bicycle-alt-2:before |
| 7442 |
{ |
| 7443 |
content: "\ee13"; |
| 7444 |
} |
| 7445 |
|
| 7446 |
.icofont-bicycle:before |
| 7447 |
{ |
| 7448 |
content: "\ee14"; |
| 7449 |
} |
| 7450 |
|
| 7451 |
.icofont-bus-alt-1:before |
| 7452 |
{ |
| 7453 |
content: "\ee15"; |
| 7454 |
} |
| 7455 |
|
| 7456 |
.icofont-bus-alt-2:before |
| 7457 |
{ |
| 7458 |
content: "\ee16"; |
| 7459 |
} |
| 7460 |
|
| 7461 |
.icofont-bus-alt-3:before |
| 7462 |
{ |
| 7463 |
content: "\ee17"; |
| 7464 |
} |
| 7465 |
|
| 7466 |
.icofont-bus:before |
| 7467 |
{ |
| 7468 |
content: "\ee18"; |
| 7469 |
} |
| 7470 |
|
| 7471 |
.icofont-cab:before |
| 7472 |
{ |
| 7473 |
content: "\ee19"; |
| 7474 |
} |
| 7475 |
|
| 7476 |
.icofont-cable-car:before |
| 7477 |
{ |
| 7478 |
content: "\ee1a"; |
| 7479 |
} |
| 7480 |
|
| 7481 |
.icofont-car-alt-1:before |
| 7482 |
{ |
| 7483 |
content: "\ee1b"; |
| 7484 |
} |
| 7485 |
|
| 7486 |
.icofont-car-alt-2:before |
| 7487 |
{ |
| 7488 |
content: "\ee1c"; |
| 7489 |
} |
| 7490 |
|
| 7491 |
.icofont-car-alt-3:before |
| 7492 |
{ |
| 7493 |
content: "\ee1d"; |
| 7494 |
} |
| 7495 |
|
| 7496 |
.icofont-car-alt-4:before |
| 7497 |
{ |
| 7498 |
content: "\ee1e"; |
| 7499 |
} |
| 7500 |
|
| 7501 |
.icofont-car:before |
| 7502 |
{ |
| 7503 |
content: "\ee1f"; |
| 7504 |
} |
| 7505 |
|
| 7506 |
.icofont-delivery-time:before |
| 7507 |
{ |
| 7508 |
content: "\ee20"; |
| 7509 |
} |
| 7510 |
|
| 7511 |
.icofont-fast-delivery:before |
| 7512 |
{ |
| 7513 |
content: "\ee21"; |
| 7514 |
} |
| 7515 |
|
| 7516 |
.icofont-fire-truck-alt:before |
| 7517 |
{ |
| 7518 |
content: "\ee22"; |
| 7519 |
} |
| 7520 |
|
| 7521 |
.icofont-fire-truck:before |
| 7522 |
{ |
| 7523 |
content: "\ee23"; |
| 7524 |
} |
| 7525 |
|
| 7526 |
.icofont-free-delivery:before |
| 7527 |
{ |
| 7528 |
content: "\ee24"; |
| 7529 |
} |
| 7530 |
|
| 7531 |
.icofont-helicopter:before |
| 7532 |
{ |
| 7533 |
content: "\ee25"; |
| 7534 |
} |
| 7535 |
|
| 7536 |
.icofont-motor-bike-alt:before |
| 7537 |
{ |
| 7538 |
content: "\ee26"; |
| 7539 |
} |
| 7540 |
|
| 7541 |
.icofont-motor-bike:before |
| 7542 |
{ |
| 7543 |
content: "\ee27"; |
| 7544 |
} |
| 7545 |
|
| 7546 |
.icofont-motor-biker:before |
| 7547 |
{ |
| 7548 |
content: "\ee28"; |
| 7549 |
} |
| 7550 |
|
| 7551 |
.icofont-oil-truck:before |
| 7552 |
{ |
| 7553 |
content: "\ee29"; |
| 7554 |
} |
| 7555 |
|
| 7556 |
.icofont-rickshaw:before |
| 7557 |
{ |
| 7558 |
content: "\ee2a"; |
| 7559 |
} |
| 7560 |
|
| 7561 |
.icofont-rocket-alt-1:before |
| 7562 |
{ |
| 7563 |
content: "\ee2b"; |
| 7564 |
} |
| 7565 |
|
| 7566 |
.icofont-rocket-alt-2:before |
| 7567 |
{ |
| 7568 |
content: "\ee2c"; |
| 7569 |
} |
| 7570 |
|
| 7571 |
.icofont-rocket:before |
| 7572 |
{ |
| 7573 |
content: "\ee2d"; |
| 7574 |
} |
| 7575 |
|
| 7576 |
.icofont-sail-boat-alt-1:before |
| 7577 |
{ |
| 7578 |
content: "\ee2e"; |
| 7579 |
} |
| 7580 |
|
| 7581 |
.icofont-sail-boat-alt-2:before |
| 7582 |
{ |
| 7583 |
content: "\ee2f"; |
| 7584 |
} |
| 7585 |
|
| 7586 |
.icofont-sail-boat:before |
| 7587 |
{ |
| 7588 |
content: "\ee30"; |
| 7589 |
} |
| 7590 |
|
| 7591 |
.icofont-scooter:before |
| 7592 |
{ |
| 7593 |
content: "\ee31"; |
| 7594 |
} |
| 7595 |
|
| 7596 |
.icofont-sea-plane:before |
| 7597 |
{ |
| 7598 |
content: "\ee32"; |
| 7599 |
} |
| 7600 |
|
| 7601 |
.icofont-ship-alt:before |
| 7602 |
{ |
| 7603 |
content: "\ee33"; |
| 7604 |
} |
| 7605 |
|
| 7606 |
.icofont-ship:before |
| 7607 |
{ |
| 7608 |
content: "\ee34"; |
| 7609 |
} |
| 7610 |
|
| 7611 |
.icofont-speed-boat:before |
| 7612 |
{ |
| 7613 |
content: "\ee35"; |
| 7614 |
} |
| 7615 |
|
| 7616 |
.icofont-taxi:before |
| 7617 |
{ |
| 7618 |
content: "\ee36"; |
| 7619 |
} |
| 7620 |
|
| 7621 |
.icofont-tractor:before |
| 7622 |
{ |
| 7623 |
content: "\ee37"; |
| 7624 |
} |
| 7625 |
|
| 7626 |
.icofont-train-line:before |
| 7627 |
{ |
| 7628 |
content: "\ee38"; |
| 7629 |
} |
| 7630 |
|
| 7631 |
.icofont-train-steam:before |
| 7632 |
{ |
| 7633 |
content: "\ee39"; |
| 7634 |
} |
| 7635 |
|
| 7636 |
.icofont-tram:before |
| 7637 |
{ |
| 7638 |
content: "\ee3a"; |
| 7639 |
} |
| 7640 |
|
| 7641 |
.icofont-truck-alt:before |
| 7642 |
{ |
| 7643 |
content: "\ee3b"; |
| 7644 |
} |
| 7645 |
|
| 7646 |
.icofont-truck-loaded:before |
| 7647 |
{ |
| 7648 |
content: "\ee3c"; |
| 7649 |
} |
| 7650 |
|
| 7651 |
.icofont-truck:before |
| 7652 |
{ |
| 7653 |
content: "\ee3d"; |
| 7654 |
} |
| 7655 |
|
| 7656 |
.icofont-van-alt:before |
| 7657 |
{ |
| 7658 |
content: "\ee3e"; |
| 7659 |
} |
| 7660 |
|
| 7661 |
.icofont-van:before |
| 7662 |
{ |
| 7663 |
content: "\ee3f"; |
| 7664 |
} |
| 7665 |
|
| 7666 |
.icofont-yacht:before |
| 7667 |
{ |
| 7668 |
content: "\ee40"; |
| 7669 |
} |
| 7670 |
|
| 7671 |
.icofont-5-star-hotel:before |
| 7672 |
{ |
| 7673 |
content: "\ee41"; |
| 7674 |
} |
| 7675 |
|
| 7676 |
.icofont-air-ticket:before |
| 7677 |
{ |
| 7678 |
content: "\ee42"; |
| 7679 |
} |
| 7680 |
|
| 7681 |
.icofont-beach-bed:before |
| 7682 |
{ |
| 7683 |
content: "\ee43"; |
| 7684 |
} |
| 7685 |
|
| 7686 |
.icofont-beach:before |
| 7687 |
{ |
| 7688 |
content: "\ee44"; |
| 7689 |
} |
| 7690 |
|
| 7691 |
.icofont-camping-vest:before |
| 7692 |
{ |
| 7693 |
content: "\ee45"; |
| 7694 |
} |
| 7695 |
|
| 7696 |
.icofont-direction-sign:before |
| 7697 |
{ |
| 7698 |
content: "\ee46"; |
| 7699 |
} |
| 7700 |
|
| 7701 |
.icofont-hill-side:before |
| 7702 |
{ |
| 7703 |
content: "\ee47"; |
| 7704 |
} |
| 7705 |
|
| 7706 |
.icofont-hill:before |
| 7707 |
{ |
| 7708 |
content: "\ee48"; |
| 7709 |
} |
| 7710 |
|
| 7711 |
.icofont-hotel:before |
| 7712 |
{ |
| 7713 |
content: "\ee49"; |
| 7714 |
} |
| 7715 |
|
| 7716 |
.icofont-island-alt:before |
| 7717 |
{ |
| 7718 |
content: "\ee4a"; |
| 7719 |
} |
| 7720 |
|
| 7721 |
.icofont-island:before |
| 7722 |
{ |
| 7723 |
content: "\ee4b"; |
| 7724 |
} |
| 7725 |
|
| 7726 |
.icofont-sandals-female:before |
| 7727 |
{ |
| 7728 |
content: "\ee4c"; |
| 7729 |
} |
| 7730 |
|
| 7731 |
.icofont-sandals-male:before |
| 7732 |
{ |
| 7733 |
content: "\ee4d"; |
| 7734 |
} |
| 7735 |
|
| 7736 |
.icofont-travelling:before |
| 7737 |
{ |
| 7738 |
content: "\ee4e"; |
| 7739 |
} |
| 7740 |
|
| 7741 |
.icofont-breakdown:before |
| 7742 |
{ |
| 7743 |
content: "\ee4f"; |
| 7744 |
} |
| 7745 |
|
| 7746 |
.icofont-celsius:before |
| 7747 |
{ |
| 7748 |
content: "\ee50"; |
| 7749 |
} |
| 7750 |
|
| 7751 |
.icofont-clouds:before |
| 7752 |
{ |
| 7753 |
content: "\ee51"; |
| 7754 |
} |
| 7755 |
|
| 7756 |
.icofont-cloudy:before |
| 7757 |
{ |
| 7758 |
content: "\ee52"; |
| 7759 |
} |
| 7760 |
|
| 7761 |
.icofont-dust:before |
| 7762 |
{ |
| 7763 |
content: "\ee53"; |
| 7764 |
} |
| 7765 |
|
| 7766 |
.icofont-eclipse:before |
| 7767 |
{ |
| 7768 |
content: "\ee54"; |
| 7769 |
} |
| 7770 |
|
| 7771 |
.icofont-fahrenheit:before |
| 7772 |
{ |
| 7773 |
content: "\ee55"; |
| 7774 |
} |
| 7775 |
|
| 7776 |
.icofont-forest-fire:before |
| 7777 |
{ |
| 7778 |
content: "\ee56"; |
| 7779 |
} |
| 7780 |
|
| 7781 |
.icofont-full-night:before |
| 7782 |
{ |
| 7783 |
content: "\ee57"; |
| 7784 |
} |
| 7785 |
|
| 7786 |
.icofont-full-sunny:before |
| 7787 |
{ |
| 7788 |
content: "\ee58"; |
| 7789 |
} |
| 7790 |
|
| 7791 |
.icofont-hail-night:before |
| 7792 |
{ |
| 7793 |
content: "\ee59"; |
| 7794 |
} |
| 7795 |
|
| 7796 |
.icofont-hail-rainy-night:before |
| 7797 |
{ |
| 7798 |
content: "\ee5a"; |
| 7799 |
} |
| 7800 |
|
| 7801 |
.icofont-hail-rainy-sunny:before |
| 7802 |
{ |
| 7803 |
content: "\ee5b"; |
| 7804 |
} |
| 7805 |
|
| 7806 |
.icofont-hail-rainy:before |
| 7807 |
{ |
| 7808 |
content: "\ee5c"; |
| 7809 |
} |
| 7810 |
|
| 7811 |
.icofont-hail-sunny:before |
| 7812 |
{ |
| 7813 |
content: "\ee5d"; |
| 7814 |
} |
| 7815 |
|
| 7816 |
.icofont-hail-thunder-night:before |
| 7817 |
{ |
| 7818 |
content: "\ee5e"; |
| 7819 |
} |
| 7820 |
|
| 7821 |
.icofont-hail-thunder-sunny:before |
| 7822 |
{ |
| 7823 |
content: "\ee5f"; |
| 7824 |
} |
| 7825 |
|
| 7826 |
.icofont-hail-thunder:before |
| 7827 |
{ |
| 7828 |
content: "\ee60"; |
| 7829 |
} |
| 7830 |
|
| 7831 |
.icofont-hail:before |
| 7832 |
{ |
| 7833 |
content: "\ee61"; |
| 7834 |
} |
| 7835 |
|
| 7836 |
.icofont-hill-night:before |
| 7837 |
{ |
| 7838 |
content: "\ee62"; |
| 7839 |
} |
| 7840 |
|
| 7841 |
.icofont-hill-sunny:before |
| 7842 |
{ |
| 7843 |
content: "\ee63"; |
| 7844 |
} |
| 7845 |
|
| 7846 |
.icofont-hurricane:before |
| 7847 |
{ |
| 7848 |
content: "\ee64"; |
| 7849 |
} |
| 7850 |
|
| 7851 |
.icofont-meteor:before |
| 7852 |
{ |
| 7853 |
content: "\ee65"; |
| 7854 |
} |
| 7855 |
|
| 7856 |
.icofont-night:before |
| 7857 |
{ |
| 7858 |
content: "\ee66"; |
| 7859 |
} |
| 7860 |
|
| 7861 |
.icofont-rainy-night:before |
| 7862 |
{ |
| 7863 |
content: "\ee67"; |
| 7864 |
} |
| 7865 |
|
| 7866 |
.icofont-rainy-sunny:before |
| 7867 |
{ |
| 7868 |
content: "\ee68"; |
| 7869 |
} |
| 7870 |
|
| 7871 |
.icofont-rainy-thunder:before |
| 7872 |
{ |
| 7873 |
content: "\ee69"; |
| 7874 |
} |
| 7875 |
|
| 7876 |
.icofont-rainy:before |
| 7877 |
{ |
| 7878 |
content: "\ee6a"; |
| 7879 |
} |
| 7880 |
|
| 7881 |
.icofont-snow-alt:before |
| 7882 |
{ |
| 7883 |
content: "\ee6b"; |
| 7884 |
} |
| 7885 |
|
| 7886 |
.icofont-snow-flake:before |
| 7887 |
{ |
| 7888 |
content: "\ee6c"; |
| 7889 |
} |
| 7890 |
|
| 7891 |
.icofont-snow-temp:before |
| 7892 |
{ |
| 7893 |
content: "\ee6d"; |
| 7894 |
} |
| 7895 |
|
| 7896 |
.icofont-snow:before |
| 7897 |
{ |
| 7898 |
content: "\ee6e"; |
| 7899 |
} |
| 7900 |
|
| 7901 |
.icofont-snowy-hail:before |
| 7902 |
{ |
| 7903 |
content: "\ee6f"; |
| 7904 |
} |
| 7905 |
|
| 7906 |
.icofont-snowy-night-hail:before |
| 7907 |
{ |
| 7908 |
content: "\ee70"; |
| 7909 |
} |
| 7910 |
|
| 7911 |
.icofont-snowy-night-rainy:before |
| 7912 |
{ |
| 7913 |
content: "\ee71"; |
| 7914 |
} |
| 7915 |
|
| 7916 |
.icofont-snowy-night:before |
| 7917 |
{ |
| 7918 |
content: "\ee72"; |
| 7919 |
} |
| 7920 |
|
| 7921 |
.icofont-snowy-rainy:before |
| 7922 |
{ |
| 7923 |
content: "\ee73"; |
| 7924 |
} |
| 7925 |
|
| 7926 |
.icofont-snowy-sunny-hail:before |
| 7927 |
{ |
| 7928 |
content: "\ee74"; |
| 7929 |
} |
| 7930 |
|
| 7931 |
.icofont-snowy-sunny-rainy:before |
| 7932 |
{ |
| 7933 |
content: "\ee75"; |
| 7934 |
} |
| 7935 |
|
| 7936 |
.icofont-snowy-sunny:before |
| 7937 |
{ |
| 7938 |
content: "\ee76"; |
| 7939 |
} |
| 7940 |
|
| 7941 |
.icofont-snowy-thunder-night:before |
| 7942 |
{ |
| 7943 |
content: "\ee77"; |
| 7944 |
} |
| 7945 |
|
| 7946 |
.icofont-snowy-thunder-sunny:before |
| 7947 |
{ |
| 7948 |
content: "\ee78"; |
| 7949 |
} |
| 7950 |
|
| 7951 |
.icofont-snowy-thunder:before |
| 7952 |
{ |
| 7953 |
content: "\ee79"; |
| 7954 |
} |
| 7955 |
|
| 7956 |
.icofont-snowy-windy-night:before |
| 7957 |
{ |
| 7958 |
content: "\ee7a"; |
| 7959 |
} |
| 7960 |
|
| 7961 |
.icofont-snowy-windy-sunny:before |
| 7962 |
{ |
| 7963 |
content: "\ee7b"; |
| 7964 |
} |
| 7965 |
|
| 7966 |
.icofont-snowy-windy:before |
| 7967 |
{ |
| 7968 |
content: "\ee7c"; |
| 7969 |
} |
| 7970 |
|
| 7971 |
.icofont-snowy:before |
| 7972 |
{ |
| 7973 |
content: "\ee7d"; |
| 7974 |
} |
| 7975 |
|
| 7976 |
.icofont-sun-alt:before |
| 7977 |
{ |
| 7978 |
content: "\ee7e"; |
| 7979 |
} |
| 7980 |
|
| 7981 |
.icofont-sun-rise:before |
| 7982 |
{ |
| 7983 |
content: "\ee7f"; |
| 7984 |
} |
| 7985 |
|
| 7986 |
.icofont-sun-set:before |
| 7987 |
{ |
| 7988 |
content: "\ee80"; |
| 7989 |
} |
| 7990 |
|
| 7991 |
.icofont-sun:before |
| 7992 |
{ |
| 7993 |
content: "\ee81"; |
| 7994 |
} |
| 7995 |
|
| 7996 |
.icofont-sunny-day-temp:before |
| 7997 |
{ |
| 7998 |
content: "\ee82"; |
| 7999 |
} |
| 8000 |
|
| 8001 |
.icofont-sunny:before |
| 8002 |
{ |
| 8003 |
content: "\ee83"; |
| 8004 |
} |
| 8005 |
|
| 8006 |
.icofont-thunder-light:before |
| 8007 |
{ |
| 8008 |
content: "\ee84"; |
| 8009 |
} |
| 8010 |
|
| 8011 |
.icofont-tornado:before |
| 8012 |
{ |
| 8013 |
content: "\ee85"; |
| 8014 |
} |
| 8015 |
|
| 8016 |
.icofont-umbrella-alt:before |
| 8017 |
{ |
| 8018 |
content: "\ee86"; |
| 8019 |
} |
| 8020 |
|
| 8021 |
.icofont-umbrella:before |
| 8022 |
{ |
| 8023 |
content: "\ee87"; |
| 8024 |
} |
| 8025 |
|
| 8026 |
.icofont-volcano:before |
| 8027 |
{ |
| 8028 |
content: "\ee88"; |
| 8029 |
} |
| 8030 |
|
| 8031 |
.icofont-wave:before |
| 8032 |
{ |
| 8033 |
content: "\ee89"; |
| 8034 |
} |
| 8035 |
|
| 8036 |
.icofont-wind-scale-0:before |
| 8037 |
{ |
| 8038 |
content: "\ee8a"; |
| 8039 |
} |
| 8040 |
|
| 8041 |
.icofont-wind-scale-1:before |
| 8042 |
{ |
| 8043 |
content: "\ee8b"; |
| 8044 |
} |
| 8045 |
|
| 8046 |
.icofont-wind-scale-10:before |
| 8047 |
{ |
| 8048 |
content: "\ee8c"; |
| 8049 |
} |
| 8050 |
|
| 8051 |
.icofont-wind-scale-11:before |
| 8052 |
{ |
| 8053 |
content: "\ee8d"; |
| 8054 |
} |
| 8055 |
|
| 8056 |
.icofont-wind-scale-12:before |
| 8057 |
{ |
| 8058 |
content: "\ee8e"; |
| 8059 |
} |
| 8060 |
|
| 8061 |
.icofont-wind-scale-2:before |
| 8062 |
{ |
| 8063 |
content: "\ee8f"; |
| 8064 |
} |
| 8065 |
|
| 8066 |
.icofont-wind-scale-3:before |
| 8067 |
{ |
| 8068 |
content: "\ee90"; |
| 8069 |
} |
| 8070 |
|
| 8071 |
.icofont-wind-scale-4:before |
| 8072 |
{ |
| 8073 |
content: "\ee91"; |
| 8074 |
} |
| 8075 |
|
| 8076 |
.icofont-wind-scale-5:before |
| 8077 |
{ |
| 8078 |
content: "\ee92"; |
| 8079 |
} |
| 8080 |
|
| 8081 |
.icofont-wind-scale-6:before |
| 8082 |
{ |
| 8083 |
content: "\ee93"; |
| 8084 |
} |
| 8085 |
|
| 8086 |
.icofont-wind-scale-7:before |
| 8087 |
{ |
| 8088 |
content: "\ee94"; |
| 8089 |
} |
| 8090 |
|
| 8091 |
.icofont-wind-scale-8:before |
| 8092 |
{ |
| 8093 |
content: "\ee95"; |
| 8094 |
} |
| 8095 |
|
| 8096 |
.icofont-wind-scale-9:before |
| 8097 |
{ |
| 8098 |
content: "\ee96"; |
| 8099 |
} |
| 8100 |
|
| 8101 |
.icofont-wind-waves:before |
| 8102 |
{ |
| 8103 |
content: "\ee97"; |
| 8104 |
} |
| 8105 |
|
| 8106 |
.icofont-wind:before |
| 8107 |
{ |
| 8108 |
content: "\ee98"; |
| 8109 |
} |
| 8110 |
|
| 8111 |
.icofont-windy-hail:before |
| 8112 |
{ |
| 8113 |
content: "\ee99"; |
| 8114 |
} |
| 8115 |
|
| 8116 |
.icofont-windy-night:before |
| 8117 |
{ |
| 8118 |
content: "\ee9a"; |
| 8119 |
} |
| 8120 |
|
| 8121 |
.icofont-windy-raining:before |
| 8122 |
{ |
| 8123 |
content: "\ee9b"; |
| 8124 |
} |
| 8125 |
|
| 8126 |
.icofont-windy-sunny:before |
| 8127 |
{ |
| 8128 |
content: "\ee9c"; |
| 8129 |
} |
| 8130 |
|
| 8131 |
.icofont-windy-thunder-raining:before |
| 8132 |
{ |
| 8133 |
content: "\ee9d"; |
| 8134 |
} |
| 8135 |
|
| 8136 |
.icofont-windy-thunder:before |
| 8137 |
{ |
| 8138 |
content: "\ee9e"; |
| 8139 |
} |
| 8140 |
|
| 8141 |
.icofont-windy:before |
| 8142 |
{ |
| 8143 |
content: "\ee9f"; |
| 8144 |
} |
| 8145 |
|
| 8146 |
.icofont-addons:before |
| 8147 |
{ |
| 8148 |
content: "\eea0"; |
| 8149 |
} |
| 8150 |
|
| 8151 |
.icofont-adjust:before |
| 8152 |
{ |
| 8153 |
content: "\eea2"; |
| 8154 |
} |
| 8155 |
|
| 8156 |
.icofont-alarm:before |
| 8157 |
{ |
| 8158 |
content: "\eea3"; |
| 8159 |
} |
| 8160 |
|
| 8161 |
.icofont-anchor:before |
| 8162 |
{ |
| 8163 |
content: "\eea4"; |
| 8164 |
} |
| 8165 |
|
| 8166 |
.icofont-archive:before |
| 8167 |
{ |
| 8168 |
content: "\eea5"; |
| 8169 |
} |
| 8170 |
|
| 8171 |
.icofont-at:before |
| 8172 |
{ |
| 8173 |
content: "\eea6"; |
| 8174 |
} |
| 8175 |
|
| 8176 |
.icofont-attachment:before |
| 8177 |
{ |
| 8178 |
content: "\eea7"; |
| 8179 |
} |
| 8180 |
|
| 8181 |
.icofont-audio:before |
| 8182 |
{ |
| 8183 |
content: "\eea8"; |
| 8184 |
} |
| 8185 |
|
| 8186 |
.icofont-automation:before |
| 8187 |
{ |
| 8188 |
content: "\eea9"; |
| 8189 |
} |
| 8190 |
|
| 8191 |
.icofont-badge:before |
| 8192 |
{ |
| 8193 |
content: "\eeaa"; |
| 8194 |
} |
| 8195 |
|
| 8196 |
.icofont-bag-alt:before |
| 8197 |
{ |
| 8198 |
content: "\eeab"; |
| 8199 |
} |
| 8200 |
|
| 8201 |
.icofont-bag:before |
| 8202 |
{ |
| 8203 |
content: "\eeac"; |
| 8204 |
} |
| 8205 |
|
| 8206 |
.icofont-ban:before |
| 8207 |
{ |
| 8208 |
content: "\eead"; |
| 8209 |
} |
| 8210 |
|
| 8211 |
.icofont-bar-code:before |
| 8212 |
{ |
| 8213 |
content: "\eeae"; |
| 8214 |
} |
| 8215 |
|
| 8216 |
.icofont-bars:before |
| 8217 |
{ |
| 8218 |
content: "\eeaf"; |
| 8219 |
} |
| 8220 |
|
| 8221 |
.icofont-basket:before |
| 8222 |
{ |
| 8223 |
content: "\eeb0"; |
| 8224 |
} |
| 8225 |
|
| 8226 |
.icofont-battery-empty:before |
| 8227 |
{ |
| 8228 |
content: "\eeb1"; |
| 8229 |
} |
| 8230 |
|
| 8231 |
.icofont-battery-full:before |
| 8232 |
{ |
| 8233 |
content: "\eeb2"; |
| 8234 |
} |
| 8235 |
|
| 8236 |
.icofont-battery-half:before |
| 8237 |
{ |
| 8238 |
content: "\eeb3"; |
| 8239 |
} |
| 8240 |
|
| 8241 |
.icofont-battery-low:before |
| 8242 |
{ |
| 8243 |
content: "\eeb4"; |
| 8244 |
} |
| 8245 |
|
| 8246 |
.icofont-beaker:before |
| 8247 |
{ |
| 8248 |
content: "\eeb5"; |
| 8249 |
} |
| 8250 |
|
| 8251 |
.icofont-beard:before |
| 8252 |
{ |
| 8253 |
content: "\eeb6"; |
| 8254 |
} |
| 8255 |
|
| 8256 |
.icofont-bed:before |
| 8257 |
{ |
| 8258 |
content: "\eeb7"; |
| 8259 |
} |
| 8260 |
|
| 8261 |
.icofont-bell:before |
| 8262 |
{ |
| 8263 |
content: "\eeb8"; |
| 8264 |
} |
| 8265 |
|
| 8266 |
.icofont-beverage:before |
| 8267 |
{ |
| 8268 |
content: "\eeb9"; |
| 8269 |
} |
| 8270 |
|
| 8271 |
.icofont-bill:before |
| 8272 |
{ |
| 8273 |
content: "\eeba"; |
| 8274 |
} |
| 8275 |
|
| 8276 |
.icofont-bin:before |
| 8277 |
{ |
| 8278 |
content: "\eebb"; |
| 8279 |
} |
| 8280 |
|
| 8281 |
.icofont-binary:before |
| 8282 |
{ |
| 8283 |
content: "\eebc"; |
| 8284 |
} |
| 8285 |
|
| 8286 |
.icofont-binoculars:before |
| 8287 |
{ |
| 8288 |
content: "\eebd"; |
| 8289 |
} |
| 8290 |
|
| 8291 |
.icofont-bluetooth:before |
| 8292 |
{ |
| 8293 |
content: "\eebe"; |
| 8294 |
} |
| 8295 |
|
| 8296 |
.icofont-bomb:before |
| 8297 |
{ |
| 8298 |
content: "\eebf"; |
| 8299 |
} |
| 8300 |
|
| 8301 |
.icofont-book-mark:before |
| 8302 |
{ |
| 8303 |
content: "\eec0"; |
| 8304 |
} |
| 8305 |
|
| 8306 |
.icofont-box:before |
| 8307 |
{ |
| 8308 |
content: "\eec1"; |
| 8309 |
} |
| 8310 |
|
| 8311 |
.icofont-briefcase:before |
| 8312 |
{ |
| 8313 |
content: "\eec2"; |
| 8314 |
} |
| 8315 |
|
| 8316 |
.icofont-broken:before |
| 8317 |
{ |
| 8318 |
content: "\eec3"; |
| 8319 |
} |
| 8320 |
|
| 8321 |
.icofont-bucket:before |
| 8322 |
{ |
| 8323 |
content: "\eec4"; |
| 8324 |
} |
| 8325 |
|
| 8326 |
.icofont-bucket1:before |
| 8327 |
{ |
| 8328 |
content: "\eec5"; |
| 8329 |
} |
| 8330 |
|
| 8331 |
.icofont-bucket2:before |
| 8332 |
{ |
| 8333 |
content: "\eec6"; |
| 8334 |
} |
| 8335 |
|
| 8336 |
.icofont-bug:before |
| 8337 |
{ |
| 8338 |
content: "\eec7"; |
| 8339 |
} |
| 8340 |
|
| 8341 |
.icofont-building:before |
| 8342 |
{ |
| 8343 |
content: "\eec8"; |
| 8344 |
} |
| 8345 |
|
| 8346 |
.icofont-bulb-alt:before |
| 8347 |
{ |
| 8348 |
content: "\eec9"; |
| 8349 |
} |
| 8350 |
|
| 8351 |
.icofont-bullet:before |
| 8352 |
{ |
| 8353 |
content: "\eeca"; |
| 8354 |
} |
| 8355 |
|
| 8356 |
.icofont-bullhorn:before |
| 8357 |
{ |
| 8358 |
content: "\eecb"; |
| 8359 |
} |
| 8360 |
|
| 8361 |
.icofont-bullseye:before |
| 8362 |
{ |
| 8363 |
content: "\eecc"; |
| 8364 |
} |
| 8365 |
|
| 8366 |
.icofont-calendar:before |
| 8367 |
{ |
| 8368 |
content: "\eecd"; |
| 8369 |
} |
| 8370 |
|
| 8371 |
.icofont-camera-alt:before |
| 8372 |
{ |
| 8373 |
content: "\eece"; |
| 8374 |
} |
| 8375 |
|
| 8376 |
.icofont-camera:before |
| 8377 |
{ |
| 8378 |
content: "\eecf"; |
| 8379 |
} |
| 8380 |
|
| 8381 |
.icofont-card:before |
| 8382 |
{ |
| 8383 |
content: "\eed0"; |
| 8384 |
} |
| 8385 |
|
| 8386 |
.icofont-cart-alt:before |
| 8387 |
{ |
| 8388 |
content: "\eed1"; |
| 8389 |
} |
| 8390 |
|
| 8391 |
.icofont-cart:before |
| 8392 |
{ |
| 8393 |
content: "\eed2"; |
| 8394 |
} |
| 8395 |
|
| 8396 |
.icofont-cc:before |
| 8397 |
{ |
| 8398 |
content: "\eed3"; |
| 8399 |
} |
| 8400 |
|
| 8401 |
.icofont-charging:before |
| 8402 |
{ |
| 8403 |
content: "\eed4"; |
| 8404 |
} |
| 8405 |
|
| 8406 |
.icofont-checked:before |
| 8407 |
{ |
| 8408 |
content: "\eed9"; |
| 8409 |
} |
| 8410 |
|
| 8411 |
.icofont-children-care:before |
| 8412 |
{ |
| 8413 |
content: "\eeda"; |
| 8414 |
} |
| 8415 |
|
| 8416 |
.icofont-clip:before |
| 8417 |
{ |
| 8418 |
content: "\eedb"; |
| 8419 |
} |
| 8420 |
|
| 8421 |
.icofont-clock-time:before |
| 8422 |
{ |
| 8423 |
content: "\eedc"; |
| 8424 |
} |
| 8425 |
|
| 8426 |
.icofont-close-line-squared-alt:before |
| 8427 |
{ |
| 8428 |
content: "\eedf"; |
| 8429 |
} |
| 8430 |
|
| 8431 |
.icofont-close-line-squared:before |
| 8432 |
{ |
| 8433 |
content: "\eee0"; |
| 8434 |
} |
| 8435 |
|
| 8436 |
.icofont-close-squared-alt:before |
| 8437 |
{ |
| 8438 |
content: "\eee2"; |
| 8439 |
} |
| 8440 |
|
| 8441 |
.icofont-close-squared:before |
| 8442 |
{ |
| 8443 |
content: "\eee3"; |
| 8444 |
} |
| 8445 |
|
| 8446 |
.icofont-cloud-download:before |
| 8447 |
{ |
| 8448 |
content: "\eee5"; |
| 8449 |
} |
| 8450 |
|
| 8451 |
.icofont-cloud-refresh:before |
| 8452 |
{ |
| 8453 |
content: "\eee6"; |
| 8454 |
} |
| 8455 |
|
| 8456 |
.icofont-cloud:before |
| 8457 |
{ |
| 8458 |
content: "\eee8"; |
| 8459 |
} |
| 8460 |
|
| 8461 |
.icofont-code:before |
| 8462 |
{ |
| 8463 |
content: "\eeea"; |
| 8464 |
} |
| 8465 |
|
| 8466 |
.icofont-comment:before |
| 8467 |
{ |
| 8468 |
content: "\eeeb"; |
| 8469 |
} |
| 8470 |
|
| 8471 |
.icofont-compass-alt:before |
| 8472 |
{ |
| 8473 |
content: "\eeec"; |
| 8474 |
} |
| 8475 |
|
| 8476 |
.icofont-compass:before |
| 8477 |
{ |
| 8478 |
content: "\eeed"; |
| 8479 |
} |
| 8480 |
|
| 8481 |
.icofont-computer:before |
| 8482 |
{ |
| 8483 |
content: "\eeee"; |
| 8484 |
} |
| 8485 |
|
| 8486 |
.icofont-connection:before |
| 8487 |
{ |
| 8488 |
content: "\eeef"; |
| 8489 |
} |
| 8490 |
|
| 8491 |
.icofont-console:before |
| 8492 |
{ |
| 8493 |
content: "\eef0"; |
| 8494 |
} |
| 8495 |
|
| 8496 |
.icofont-contacts:before |
| 8497 |
{ |
| 8498 |
content: "\eef1"; |
| 8499 |
} |
| 8500 |
|
| 8501 |
.icofont-contrast:before |
| 8502 |
{ |
| 8503 |
content: "\eef2"; |
| 8504 |
} |
| 8505 |
|
| 8506 |
.icofont-copyright:before |
| 8507 |
{ |
| 8508 |
content: "\eef3"; |
| 8509 |
} |
| 8510 |
|
| 8511 |
.icofont-credit-card:before |
| 8512 |
{ |
| 8513 |
content: "\eef4"; |
| 8514 |
} |
| 8515 |
|
| 8516 |
.icofont-crop:before |
| 8517 |
{ |
| 8518 |
content: "\eef5"; |
| 8519 |
} |
| 8520 |
|
| 8521 |
.icofont-crown:before |
| 8522 |
{ |
| 8523 |
content: "\eef6"; |
| 8524 |
} |
| 8525 |
|
| 8526 |
.icofont-cube:before |
| 8527 |
{ |
| 8528 |
content: "\eef7"; |
| 8529 |
} |
| 8530 |
|
| 8531 |
.icofont-cubes:before |
| 8532 |
{ |
| 8533 |
content: "\eef8"; |
| 8534 |
} |
| 8535 |
|
| 8536 |
.icofont-dashboard-web:before |
| 8537 |
{ |
| 8538 |
content: "\eef9"; |
| 8539 |
} |
| 8540 |
|
| 8541 |
.icofont-dashboard:before |
| 8542 |
{ |
| 8543 |
content: "\eefa"; |
| 8544 |
} |
| 8545 |
|
| 8546 |
.icofont-data:before |
| 8547 |
{ |
| 8548 |
content: "\eefb"; |
| 8549 |
} |
| 8550 |
|
| 8551 |
.icofont-database-add:before |
| 8552 |
{ |
| 8553 |
content: "\eefc"; |
| 8554 |
} |
| 8555 |
|
| 8556 |
.icofont-database-locked:before |
| 8557 |
{ |
| 8558 |
content: "\eefd"; |
| 8559 |
} |
| 8560 |
|
| 8561 |
.icofont-database-remove:before |
| 8562 |
{ |
| 8563 |
content: "\eefe"; |
| 8564 |
} |
| 8565 |
|
| 8566 |
.icofont-database:before |
| 8567 |
{ |
| 8568 |
content: "\eeff"; |
| 8569 |
} |
| 8570 |
|
| 8571 |
.icofont-delete:before |
| 8572 |
{ |
| 8573 |
content: "\ef00"; |
| 8574 |
} |
| 8575 |
|
| 8576 |
.icofont-diamond:before |
| 8577 |
{ |
| 8578 |
content: "\ef01"; |
| 8579 |
} |
| 8580 |
|
| 8581 |
.icofont-dice-multiple:before |
| 8582 |
{ |
| 8583 |
content: "\ef02"; |
| 8584 |
} |
| 8585 |
|
| 8586 |
.icofont-dice:before |
| 8587 |
{ |
| 8588 |
content: "\ef03"; |
| 8589 |
} |
| 8590 |
|
| 8591 |
.icofont-disc:before |
| 8592 |
{ |
| 8593 |
content: "\ef04"; |
| 8594 |
} |
| 8595 |
|
| 8596 |
.icofont-diskette:before |
| 8597 |
{ |
| 8598 |
content: "\ef05"; |
| 8599 |
} |
| 8600 |
|
| 8601 |
.icofont-document-folder:before |
| 8602 |
{ |
| 8603 |
content: "\ef06"; |
| 8604 |
} |
| 8605 |
|
| 8606 |
.icofont-download:before |
| 8607 |
{ |
| 8608 |
content: "\ef08"; |
| 8609 |
} |
| 8610 |
|
| 8611 |
.icofont-drag2:before |
| 8612 |
{ |
| 8613 |
content: "\ef0c"; |
| 8614 |
} |
| 8615 |
|
| 8616 |
.icofont-drag3:before |
| 8617 |
{ |
| 8618 |
content: "\ef0d"; |
| 8619 |
} |
| 8620 |
|
| 8621 |
.icofont-earth:before |
| 8622 |
{ |
| 8623 |
content: "\ef0e"; |
| 8624 |
} |
| 8625 |
|
| 8626 |
.icofont-ebook:before |
| 8627 |
{ |
| 8628 |
content: "\ef0f"; |
| 8629 |
} |
| 8630 |
|
| 8631 |
.icofont-edit:before |
| 8632 |
{ |
| 8633 |
content: "\ef10"; |
| 8634 |
} |
| 8635 |
|
| 8636 |
.icofont-eject:before |
| 8637 |
{ |
| 8638 |
content: "\ef11"; |
| 8639 |
} |
| 8640 |
|
| 8641 |
.icofont-email:before |
| 8642 |
{ |
| 8643 |
content: "\ef12"; |
| 8644 |
} |
| 8645 |
|
| 8646 |
.icofont-eraser:before |
| 8647 |
{ |
| 8648 |
content: "\ef15"; |
| 8649 |
} |
| 8650 |
|
| 8651 |
.icofont-error:before |
| 8652 |
{ |
| 8653 |
content: "\ef16"; |
| 8654 |
} |
| 8655 |
|
| 8656 |
.icofont-excavator:before |
| 8657 |
{ |
| 8658 |
content: "\ef17"; |
| 8659 |
} |
| 8660 |
|
| 8661 |
.icofont-exchange:before |
| 8662 |
{ |
| 8663 |
content: "\ef18"; |
| 8664 |
} |
| 8665 |
|
| 8666 |
.icofont-exclamation-circle:before |
| 8667 |
{ |
| 8668 |
content: "\ef19"; |
| 8669 |
} |
| 8670 |
|
| 8671 |
.icofont-exclamation-square:before |
| 8672 |
{ |
| 8673 |
content: "\ef1a"; |
| 8674 |
} |
| 8675 |
|
| 8676 |
.icofont-exclamation-tringle:before |
| 8677 |
{ |
| 8678 |
content: "\ef1b"; |
| 8679 |
} |
| 8680 |
|
| 8681 |
.icofont-exclamation:before |
| 8682 |
{ |
| 8683 |
content: "\ef1c"; |
| 8684 |
} |
| 8685 |
|
| 8686 |
.icofont-exit:before |
| 8687 |
{ |
| 8688 |
content: "\ef1d"; |
| 8689 |
} |
| 8690 |
|
| 8691 |
.icofont-external-link:before |
| 8692 |
{ |
| 8693 |
content: "\ef1f"; |
| 8694 |
} |
| 8695 |
|
| 8696 |
.icofont-external:before |
| 8697 |
{ |
| 8698 |
content: "\ef20"; |
| 8699 |
} |
| 8700 |
|
| 8701 |
.icofont-eye-blocked:before |
| 8702 |
{ |
| 8703 |
content: "\ef22"; |
| 8704 |
} |
| 8705 |
|
| 8706 |
.icofont-eye-dropper:before |
| 8707 |
{ |
| 8708 |
content: "\ef23"; |
| 8709 |
} |
| 8710 |
|
| 8711 |
.icofont-eye:before |
| 8712 |
{ |
| 8713 |
content: "\ef24"; |
| 8714 |
} |
| 8715 |
|
| 8716 |
.icofont-favourite:before |
| 8717 |
{ |
| 8718 |
content: "\ef25"; |
| 8719 |
} |
| 8720 |
|
| 8721 |
.icofont-fax:before |
| 8722 |
{ |
| 8723 |
content: "\ef26"; |
| 8724 |
} |
| 8725 |
|
| 8726 |
.icofont-file-fill:before |
| 8727 |
{ |
| 8728 |
content: "\ef27"; |
| 8729 |
} |
| 8730 |
|
| 8731 |
.icofont-film:before |
| 8732 |
{ |
| 8733 |
content: "\ef28"; |
| 8734 |
} |
| 8735 |
|
| 8736 |
.icofont-filter:before |
| 8737 |
{ |
| 8738 |
content: "\ef29"; |
| 8739 |
} |
| 8740 |
|
| 8741 |
.icofont-fire-alt:before |
| 8742 |
{ |
| 8743 |
content: "\ef2a"; |
| 8744 |
} |
| 8745 |
|
| 8746 |
.icofont-fire-burn:before |
| 8747 |
{ |
| 8748 |
content: "\ef2b"; |
| 8749 |
} |
| 8750 |
|
| 8751 |
.icofont-fire:before |
| 8752 |
{ |
| 8753 |
content: "\ef2c"; |
| 8754 |
} |
| 8755 |
|
| 8756 |
.icofont-flag-alt-1:before |
| 8757 |
{ |
| 8758 |
content: "\ef2d"; |
| 8759 |
} |
| 8760 |
|
| 8761 |
.icofont-flag-alt-2:before |
| 8762 |
{ |
| 8763 |
content: "\ef2e"; |
| 8764 |
} |
| 8765 |
|
| 8766 |
.icofont-flag:before |
| 8767 |
{ |
| 8768 |
content: "\ef2f"; |
| 8769 |
} |
| 8770 |
|
| 8771 |
.icofont-flame-torch:before |
| 8772 |
{ |
| 8773 |
content: "\ef30"; |
| 8774 |
} |
| 8775 |
|
| 8776 |
.icofont-flash-light:before |
| 8777 |
{ |
| 8778 |
content: "\ef31"; |
| 8779 |
} |
| 8780 |
|
| 8781 |
.icofont-flash:before |
| 8782 |
{ |
| 8783 |
content: "\ef32"; |
| 8784 |
} |
| 8785 |
|
| 8786 |
.icofont-flask:before |
| 8787 |
{ |
| 8788 |
content: "\ef33"; |
| 8789 |
} |
| 8790 |
|
| 8791 |
.icofont-focus:before |
| 8792 |
{ |
| 8793 |
content: "\ef34"; |
| 8794 |
} |
| 8795 |
|
| 8796 |
.icofont-folder-open:before |
| 8797 |
{ |
| 8798 |
content: "\ef35"; |
| 8799 |
} |
| 8800 |
|
| 8801 |
.icofont-folder:before |
| 8802 |
{ |
| 8803 |
content: "\ef36"; |
| 8804 |
} |
| 8805 |
|
| 8806 |
.icofont-foot-print:before |
| 8807 |
{ |
| 8808 |
content: "\ef37"; |
| 8809 |
} |
| 8810 |
|
| 8811 |
.icofont-garbage:before |
| 8812 |
{ |
| 8813 |
content: "\ef38"; |
| 8814 |
} |
| 8815 |
|
| 8816 |
.icofont-gift:before |
| 8817 |
{ |
| 8818 |
content: "\ef3c"; |
| 8819 |
} |
| 8820 |
|
| 8821 |
.icofont-glass:before |
| 8822 |
{ |
| 8823 |
content: "\ef3d"; |
| 8824 |
} |
| 8825 |
|
| 8826 |
.icofont-globe:before |
| 8827 |
{ |
| 8828 |
content: "\ef3e"; |
| 8829 |
} |
| 8830 |
|
| 8831 |
.icofont-graffiti:before |
| 8832 |
{ |
| 8833 |
content: "\ef3f"; |
| 8834 |
} |
| 8835 |
|
| 8836 |
.icofont-grocery:before |
| 8837 |
{ |
| 8838 |
content: "\ef40"; |
| 8839 |
} |
| 8840 |
|
| 8841 |
.icofont-hanger:before |
| 8842 |
{ |
| 8843 |
content: "\ef42"; |
| 8844 |
} |
| 8845 |
|
| 8846 |
.icofont-hard-disk:before |
| 8847 |
{ |
| 8848 |
content: "\ef43"; |
| 8849 |
} |
| 8850 |
|
| 8851 |
.icofont-heart-alt:before |
| 8852 |
{ |
| 8853 |
content: "\ef44"; |
| 8854 |
} |
| 8855 |
|
| 8856 |
.icofont-heart:before |
| 8857 |
{ |
| 8858 |
content: "\ef45"; |
| 8859 |
} |
| 8860 |
|
| 8861 |
.icofont-history:before |
| 8862 |
{ |
| 8863 |
content: "\ef46"; |
| 8864 |
} |
| 8865 |
|
| 8866 |
.icofont-home:before |
| 8867 |
{ |
| 8868 |
content: "\ef47"; |
| 8869 |
} |
| 8870 |
|
| 8871 |
.icofont-horn:before |
| 8872 |
{ |
| 8873 |
content: "\ef48"; |
| 8874 |
} |
| 8875 |
|
| 8876 |
.icofont-hour-glass:before |
| 8877 |
{ |
| 8878 |
content: "\ef49"; |
| 8879 |
} |
| 8880 |
|
| 8881 |
.icofont-id:before |
| 8882 |
{ |
| 8883 |
content: "\ef4a"; |
| 8884 |
} |
| 8885 |
|
| 8886 |
.icofont-image:before |
| 8887 |
{ |
| 8888 |
content: "\ef4b"; |
| 8889 |
} |
| 8890 |
|
| 8891 |
.icofont-inbox:before |
| 8892 |
{ |
| 8893 |
content: "\ef4c"; |
| 8894 |
} |
| 8895 |
|
| 8896 |
.icofont-infinite:before |
| 8897 |
{ |
| 8898 |
content: "\ef4d"; |
| 8899 |
} |
| 8900 |
|
| 8901 |
.icofont-info-circle:before |
| 8902 |
{ |
| 8903 |
content: "\ef4e"; |
| 8904 |
} |
| 8905 |
|
| 8906 |
.icofont-info-square:before |
| 8907 |
{ |
| 8908 |
content: "\ef4f"; |
| 8909 |
} |
| 8910 |
|
| 8911 |
.icofont-info:before |
| 8912 |
{ |
| 8913 |
content: "\ef50"; |
| 8914 |
} |
| 8915 |
|
| 8916 |
.icofont-institution:before |
| 8917 |
{ |
| 8918 |
content: "\ef51"; |
| 8919 |
} |
| 8920 |
|
| 8921 |
.icofont-interface:before |
| 8922 |
{ |
| 8923 |
content: "\ef52"; |
| 8924 |
} |
| 8925 |
|
| 8926 |
.icofont-invisible:before |
| 8927 |
{ |
| 8928 |
content: "\ef53"; |
| 8929 |
} |
| 8930 |
|
| 8931 |
.icofont-jacket:before |
| 8932 |
{ |
| 8933 |
content: "\ef54"; |
| 8934 |
} |
| 8935 |
|
| 8936 |
.icofont-jar:before |
| 8937 |
{ |
| 8938 |
content: "\ef55"; |
| 8939 |
} |
| 8940 |
|
| 8941 |
.icofont-jewlery:before |
| 8942 |
{ |
| 8943 |
content: "\ef56"; |
| 8944 |
} |
| 8945 |
|
| 8946 |
.icofont-karate:before |
| 8947 |
{ |
| 8948 |
content: "\ef57"; |
| 8949 |
} |
| 8950 |
|
| 8951 |
.icofont-key-hole:before |
| 8952 |
{ |
| 8953 |
content: "\ef58"; |
| 8954 |
} |
| 8955 |
|
| 8956 |
.icofont-key:before |
| 8957 |
{ |
| 8958 |
content: "\ef59"; |
| 8959 |
} |
| 8960 |
|
| 8961 |
.icofont-label:before |
| 8962 |
{ |
| 8963 |
content: "\ef5a"; |
| 8964 |
} |
| 8965 |
|
| 8966 |
.icofont-lamp:before |
| 8967 |
{ |
| 8968 |
content: "\ef5b"; |
| 8969 |
} |
| 8970 |
|
| 8971 |
.icofont-layers:before |
| 8972 |
{ |
| 8973 |
content: "\ef5c"; |
| 8974 |
} |
| 8975 |
|
| 8976 |
.icofont-layout:before |
| 8977 |
{ |
| 8978 |
content: "\ef5d"; |
| 8979 |
} |
| 8980 |
|
| 8981 |
.icofont-leaf:before |
| 8982 |
{ |
| 8983 |
content: "\ef5e"; |
| 8984 |
} |
| 8985 |
|
| 8986 |
.icofont-leaflet:before |
| 8987 |
{ |
| 8988 |
content: "\ef5f"; |
| 8989 |
} |
| 8990 |
|
| 8991 |
.icofont-learn:before |
| 8992 |
{ |
| 8993 |
content: "\ef60"; |
| 8994 |
} |
| 8995 |
|
| 8996 |
.icofont-lego:before |
| 8997 |
{ |
| 8998 |
content: "\ef61"; |
| 8999 |
} |
| 9000 |
|
| 9001 |
.icofont-lens:before |
| 9002 |
{ |
| 9003 |
content: "\ef62"; |
| 9004 |
} |
| 9005 |
|
| 9006 |
.icofont-letter:before |
| 9007 |
{ |
| 9008 |
content: "\ef63"; |
| 9009 |
} |
| 9010 |
|
| 9011 |
.icofont-letterbox:before |
| 9012 |
{ |
| 9013 |
content: "\ef64"; |
| 9014 |
} |
| 9015 |
|
| 9016 |
.icofont-library:before |
| 9017 |
{ |
| 9018 |
content: "\ef65"; |
| 9019 |
} |
| 9020 |
|
| 9021 |
.icofont-license:before |
| 9022 |
{ |
| 9023 |
content: "\ef66"; |
| 9024 |
} |
| 9025 |
|
| 9026 |
.icofont-life-bouy:before |
| 9027 |
{ |
| 9028 |
content: "\ef67"; |
| 9029 |
} |
| 9030 |
|
| 9031 |
.icofont-life-buoy:before |
| 9032 |
{ |
| 9033 |
content: "\ef68"; |
| 9034 |
} |
| 9035 |
|
| 9036 |
.icofont-life-jacket:before |
| 9037 |
{ |
| 9038 |
content: "\ef69"; |
| 9039 |
} |
| 9040 |
|
| 9041 |
.icofont-light-bulb:before |
| 9042 |
{ |
| 9043 |
content: "\ef6b"; |
| 9044 |
} |
| 9045 |
|
| 9046 |
.icofont-lighter:before |
| 9047 |
{ |
| 9048 |
content: "\ef6c"; |
| 9049 |
} |
| 9050 |
|
| 9051 |
.icofont-lightning-ray:before |
| 9052 |
{ |
| 9053 |
content: "\ef6d"; |
| 9054 |
} |
| 9055 |
|
| 9056 |
.icofont-like:before |
| 9057 |
{ |
| 9058 |
content: "\ef6e"; |
| 9059 |
} |
| 9060 |
|
| 9061 |
.icofont-line-height:before |
| 9062 |
{ |
| 9063 |
content: "\ef6f"; |
| 9064 |
} |
| 9065 |
|
| 9066 |
.icofont-link-alt:before |
| 9067 |
{ |
| 9068 |
content: "\ef70"; |
| 9069 |
} |
| 9070 |
|
| 9071 |
.icofont-link:before |
| 9072 |
{ |
| 9073 |
content: "\ef71"; |
| 9074 |
} |
| 9075 |
|
| 9076 |
.icofont-list:before |
| 9077 |
{ |
| 9078 |
content: "\ef72"; |
| 9079 |
} |
| 9080 |
|
| 9081 |
.icofont-listening:before |
| 9082 |
{ |
| 9083 |
content: "\ef73"; |
| 9084 |
} |
| 9085 |
|
| 9086 |
.icofont-listine-dots:before |
| 9087 |
{ |
| 9088 |
content: "\ef74"; |
| 9089 |
} |
| 9090 |
|
| 9091 |
.icofont-listing-box:before |
| 9092 |
{ |
| 9093 |
content: "\ef75"; |
| 9094 |
} |
| 9095 |
|
| 9096 |
.icofont-listing-number:before |
| 9097 |
{ |
| 9098 |
content: "\ef76"; |
| 9099 |
} |
| 9100 |
|
| 9101 |
.icofont-live-support:before |
| 9102 |
{ |
| 9103 |
content: "\ef77"; |
| 9104 |
} |
| 9105 |
|
| 9106 |
.icofont-location-arrow:before |
| 9107 |
{ |
| 9108 |
content: "\ef78"; |
| 9109 |
} |
| 9110 |
|
| 9111 |
.icofont-lock:before |
| 9112 |
{ |
| 9113 |
content: "\ef7a"; |
| 9114 |
} |
| 9115 |
|
| 9116 |
.icofont-login:before |
| 9117 |
{ |
| 9118 |
content: "\ef7b"; |
| 9119 |
} |
| 9120 |
|
| 9121 |
.icofont-logout:before |
| 9122 |
{ |
| 9123 |
content: "\ef7c"; |
| 9124 |
} |
| 9125 |
|
| 9126 |
.icofont-lollipop:before |
| 9127 |
{ |
| 9128 |
content: "\ef7d"; |
| 9129 |
} |
| 9130 |
|
| 9131 |
.icofont-long-drive:before |
| 9132 |
{ |
| 9133 |
content: "\ef7e"; |
| 9134 |
} |
| 9135 |
|
| 9136 |
.icofont-look:before |
| 9137 |
{ |
| 9138 |
content: "\ef7f"; |
| 9139 |
} |
| 9140 |
|
| 9141 |
.icofont-luggage:before |
| 9142 |
{ |
| 9143 |
content: "\ef81"; |
| 9144 |
} |
| 9145 |
|
| 9146 |
.icofont-lunch:before |
| 9147 |
{ |
| 9148 |
content: "\ef82"; |
| 9149 |
} |
| 9150 |
|
| 9151 |
.icofont-lungs:before |
| 9152 |
{ |
| 9153 |
content: "\ef83"; |
| 9154 |
} |
| 9155 |
|
| 9156 |
.icofont-magic-alt:before |
| 9157 |
{ |
| 9158 |
content: "\ef84"; |
| 9159 |
} |
| 9160 |
|
| 9161 |
.icofont-magic:before |
| 9162 |
{ |
| 9163 |
content: "\ef85"; |
| 9164 |
} |
| 9165 |
|
| 9166 |
.icofont-magnet:before |
| 9167 |
{ |
| 9168 |
content: "\ef86"; |
| 9169 |
} |
| 9170 |
|
| 9171 |
.icofont-mail-box:before |
| 9172 |
{ |
| 9173 |
content: "\ef87"; |
| 9174 |
} |
| 9175 |
|
| 9176 |
.icofont-mail:before |
| 9177 |
{ |
| 9178 |
content: "\ef88"; |
| 9179 |
} |
| 9180 |
|
| 9181 |
.icofont-male:before |
| 9182 |
{ |
| 9183 |
content: "\ef89"; |
| 9184 |
} |
| 9185 |
|
| 9186 |
.icofont-maximize:before |
| 9187 |
{ |
| 9188 |
content: "\ef8c"; |
| 9189 |
} |
| 9190 |
|
| 9191 |
.icofont-measure:before |
| 9192 |
{ |
| 9193 |
content: "\ef8d"; |
| 9194 |
} |
| 9195 |
|
| 9196 |
.icofont-medicine:before |
| 9197 |
{ |
| 9198 |
content: "\ef8e"; |
| 9199 |
} |
| 9200 |
|
| 9201 |
.icofont-mega-phone:before |
| 9202 |
{ |
| 9203 |
content: "\ef8f"; |
| 9204 |
} |
| 9205 |
|
| 9206 |
.icofont-megaphone-alt:before |
| 9207 |
{ |
| 9208 |
content: "\ef90"; |
| 9209 |
} |
| 9210 |
|
| 9211 |
.icofont-megaphone:before |
| 9212 |
{ |
| 9213 |
content: "\ef91"; |
| 9214 |
} |
| 9215 |
|
| 9216 |
.icofont-memorial:before |
| 9217 |
{ |
| 9218 |
content: "\ef92"; |
| 9219 |
} |
| 9220 |
|
| 9221 |
.icofont-memory-card:before |
| 9222 |
{ |
| 9223 |
content: "\ef93"; |
| 9224 |
} |
| 9225 |
|
| 9226 |
.icofont-mic-mute:before |
| 9227 |
{ |
| 9228 |
content: "\ef94"; |
| 9229 |
} |
| 9230 |
|
| 9231 |
.icofont-mic:before |
| 9232 |
{ |
| 9233 |
content: "\ef95"; |
| 9234 |
} |
| 9235 |
|
| 9236 |
.icofont-military:before |
| 9237 |
{ |
| 9238 |
content: "\ef96"; |
| 9239 |
} |
| 9240 |
|
| 9241 |
.icofont-mill:before |
| 9242 |
{ |
| 9243 |
content: "\ef97"; |
| 9244 |
} |
| 9245 |
|
| 9246 |
.icofont-minus-square:before |
| 9247 |
{ |
| 9248 |
content: "\ef99"; |
| 9249 |
} |
| 9250 |
|
| 9251 |
.icofont-molecule:before |
| 9252 |
{ |
| 9253 |
content: "\ef9c"; |
| 9254 |
} |
| 9255 |
|
| 9256 |
.icofont-money:before |
| 9257 |
{ |
| 9258 |
content: "\ef9d"; |
| 9259 |
} |
| 9260 |
|
| 9261 |
.icofont-moon:before |
| 9262 |
{ |
| 9263 |
content: "\ef9e"; |
| 9264 |
} |
| 9265 |
|
| 9266 |
.icofont-mop:before |
| 9267 |
{ |
| 9268 |
content: "\ef9f"; |
| 9269 |
} |
| 9270 |
|
| 9271 |
.icofont-muffin:before |
| 9272 |
{ |
| 9273 |
content: "\efa0"; |
| 9274 |
} |
| 9275 |
|
| 9276 |
.icofont-mustache:before |
| 9277 |
{ |
| 9278 |
content: "\efa1"; |
| 9279 |
} |
| 9280 |
|
| 9281 |
.icofont-navigation-menu:before |
| 9282 |
{ |
| 9283 |
content: "\efa2"; |
| 9284 |
} |
| 9285 |
|
| 9286 |
.icofont-navigation:before |
| 9287 |
{ |
| 9288 |
content: "\efa3"; |
| 9289 |
} |
| 9290 |
|
| 9291 |
.icofont-network-tower:before |
| 9292 |
{ |
| 9293 |
content: "\efa4"; |
| 9294 |
} |
| 9295 |
|
| 9296 |
.icofont-network:before |
| 9297 |
{ |
| 9298 |
content: "\efa5"; |
| 9299 |
} |
| 9300 |
|
| 9301 |
.icofont-news:before |
| 9302 |
{ |
| 9303 |
content: "\efa6"; |
| 9304 |
} |
| 9305 |
|
| 9306 |
.icofont-newspaper:before |
| 9307 |
{ |
| 9308 |
content: "\efa7"; |
| 9309 |
} |
| 9310 |
|
| 9311 |
.icofont-no-smoking:before |
| 9312 |
{ |
| 9313 |
content: "\efa8"; |
| 9314 |
} |
| 9315 |
|
| 9316 |
.icofont-not-allowed:before |
| 9317 |
{ |
| 9318 |
content: "\efa9"; |
| 9319 |
} |
| 9320 |
|
| 9321 |
.icofont-notebook:before |
| 9322 |
{ |
| 9323 |
content: "\efaa"; |
| 9324 |
} |
| 9325 |
|
| 9326 |
.icofont-notepad:before |
| 9327 |
{ |
| 9328 |
content: "\efab"; |
| 9329 |
} |
| 9330 |
|
| 9331 |
.icofont-notification:before |
| 9332 |
{ |
| 9333 |
content: "\efac"; |
| 9334 |
} |
| 9335 |
|
| 9336 |
.icofont-numbered:before |
| 9337 |
{ |
| 9338 |
content: "\efad"; |
| 9339 |
} |
| 9340 |
|
| 9341 |
.icofont-opposite:before |
| 9342 |
{ |
| 9343 |
content: "\efae"; |
| 9344 |
} |
| 9345 |
|
| 9346 |
.icofont-optic:before |
| 9347 |
{ |
| 9348 |
content: "\efaf"; |
| 9349 |
} |
| 9350 |
|
| 9351 |
.icofont-options:before |
| 9352 |
{ |
| 9353 |
content: "\efb0"; |
| 9354 |
} |
| 9355 |
|
| 9356 |
.icofont-package:before |
| 9357 |
{ |
| 9358 |
content: "\efb1"; |
| 9359 |
} |
| 9360 |
|
| 9361 |
.icofont-page:before |
| 9362 |
{ |
| 9363 |
content: "\efb2"; |
| 9364 |
} |
| 9365 |
|
| 9366 |
.icofont-paper-plane:before |
| 9367 |
{ |
| 9368 |
content: "\efb4"; |
| 9369 |
} |
| 9370 |
|
| 9371 |
.icofont-paperclip:before |
| 9372 |
{ |
| 9373 |
content: "\efb5"; |
| 9374 |
} |
| 9375 |
|
| 9376 |
.icofont-papers:before |
| 9377 |
{ |
| 9378 |
content: "\efb6"; |
| 9379 |
} |
| 9380 |
|
| 9381 |
.icofont-pay:before |
| 9382 |
{ |
| 9383 |
content: "\efb7"; |
| 9384 |
} |
| 9385 |
|
| 9386 |
.icofont-penguin-linux:before |
| 9387 |
{ |
| 9388 |
content: "\efb8"; |
| 9389 |
} |
| 9390 |
|
| 9391 |
.icofont-pestle:before |
| 9392 |
{ |
| 9393 |
content: "\efb9"; |
| 9394 |
} |
| 9395 |
|
| 9396 |
.icofont-phone-circle:before |
| 9397 |
{ |
| 9398 |
content: "\efba"; |
| 9399 |
} |
| 9400 |
|
| 9401 |
.icofont-phone:before |
| 9402 |
{ |
| 9403 |
content: "\efbb"; |
| 9404 |
} |
| 9405 |
|
| 9406 |
.icofont-picture:before |
| 9407 |
{ |
| 9408 |
content: "\efbc"; |
| 9409 |
} |
| 9410 |
|
| 9411 |
.icofont-pine:before |
| 9412 |
{ |
| 9413 |
content: "\efbd"; |
| 9414 |
} |
| 9415 |
|
| 9416 |
.icofont-pixels:before |
| 9417 |
{ |
| 9418 |
content: "\efbe"; |
| 9419 |
} |
| 9420 |
|
| 9421 |
.icofont-plugin:before |
| 9422 |
{ |
| 9423 |
content: "\efbf"; |
| 9424 |
} |
| 9425 |
|
| 9426 |
.icofont-plus-square:before |
| 9427 |
{ |
| 9428 |
content: "\efc1"; |
| 9429 |
} |
| 9430 |
|
| 9431 |
.icofont-polygonal:before |
| 9432 |
{ |
| 9433 |
content: "\efc3"; |
| 9434 |
} |
| 9435 |
|
| 9436 |
.icofont-power:before |
| 9437 |
{ |
| 9438 |
content: "\efc4"; |
| 9439 |
} |
| 9440 |
|
| 9441 |
.icofont-price:before |
| 9442 |
{ |
| 9443 |
content: "\efc5"; |
| 9444 |
} |
| 9445 |
|
| 9446 |
.icofont-print:before |
| 9447 |
{ |
| 9448 |
content: "\efc6"; |
| 9449 |
} |
| 9450 |
|
| 9451 |
.icofont-puzzle:before |
| 9452 |
{ |
| 9453 |
content: "\efc7"; |
| 9454 |
} |
| 9455 |
|
| 9456 |
.icofont-qr-code:before |
| 9457 |
{ |
| 9458 |
content: "\efc8"; |
| 9459 |
} |
| 9460 |
|
| 9461 |
.icofont-queen:before |
| 9462 |
{ |
| 9463 |
content: "\efc9"; |
| 9464 |
} |
| 9465 |
|
| 9466 |
.icofont-question-square:before |
| 9467 |
{ |
| 9468 |
content: "\efcb"; |
| 9469 |
} |
| 9470 |
|
| 9471 |
.icofont-quote-left:before |
| 9472 |
{ |
| 9473 |
content: "\efcd"; |
| 9474 |
} |
| 9475 |
|
| 9476 |
.icofont-quote-right:before |
| 9477 |
{ |
| 9478 |
content: "\efce"; |
| 9479 |
} |
| 9480 |
|
| 9481 |
.icofont-random:before |
| 9482 |
{ |
| 9483 |
content: "\efcf"; |
| 9484 |
} |
| 9485 |
|
| 9486 |
.icofont-recycle:before |
| 9487 |
{ |
| 9488 |
content: "\efd0"; |
| 9489 |
} |
| 9490 |
|
| 9491 |
.icofont-refresh:before |
| 9492 |
{ |
| 9493 |
content: "\efd1"; |
| 9494 |
} |
| 9495 |
|
| 9496 |
.icofont-repair:before |
| 9497 |
{ |
| 9498 |
content: "\efd2"; |
| 9499 |
} |
| 9500 |
|
| 9501 |
.icofont-reply-all:before |
| 9502 |
{ |
| 9503 |
content: "\efd3"; |
| 9504 |
} |
| 9505 |
|
| 9506 |
.icofont-reply:before |
| 9507 |
{ |
| 9508 |
content: "\efd4"; |
| 9509 |
} |
| 9510 |
|
| 9511 |
.icofont-resize:before |
| 9512 |
{ |
| 9513 |
content: "\efd5"; |
| 9514 |
} |
| 9515 |
|
| 9516 |
.icofont-responsive:before |
| 9517 |
{ |
| 9518 |
content: "\efd6"; |
| 9519 |
} |
| 9520 |
|
| 9521 |
.icofont-retweet:before |
| 9522 |
{ |
| 9523 |
content: "\efd7"; |
| 9524 |
} |
| 9525 |
|
| 9526 |
.icofont-road:before |
| 9527 |
{ |
| 9528 |
content: "\efd8"; |
| 9529 |
} |
| 9530 |
|
| 9531 |
.icofont-robot:before |
| 9532 |
{ |
| 9533 |
content: "\efd9"; |
| 9534 |
} |
| 9535 |
|
| 9536 |
.icofont-royal:before |
| 9537 |
{ |
| 9538 |
content: "\efda"; |
| 9539 |
} |
| 9540 |
|
| 9541 |
.icofont-rss-feed:before |
| 9542 |
{ |
| 9543 |
content: "\efdb"; |
| 9544 |
} |
| 9545 |
|
| 9546 |
.icofont-safety:before |
| 9547 |
{ |
| 9548 |
content: "\efdc"; |
| 9549 |
} |
| 9550 |
|
| 9551 |
.icofont-sale-discount:before |
| 9552 |
{ |
| 9553 |
content: "\efdd"; |
| 9554 |
} |
| 9555 |
|
| 9556 |
.icofont-sass:before |
| 9557 |
{ |
| 9558 |
content: "\f034"; |
| 9559 |
} |
| 9560 |
|
| 9561 |
.icofont-satellite:before |
| 9562 |
{ |
| 9563 |
content: "\efde"; |
| 9564 |
} |
| 9565 |
|
| 9566 |
.icofont-send-mail:before |
| 9567 |
{ |
| 9568 |
content: "\efdf"; |
| 9569 |
} |
| 9570 |
|
| 9571 |
.icofont-server:before |
| 9572 |
{ |
| 9573 |
content: "\efe0"; |
| 9574 |
} |
| 9575 |
|
| 9576 |
.icofont-settings:before |
| 9577 |
{ |
| 9578 |
content: "\efe2"; |
| 9579 |
} |
| 9580 |
|
| 9581 |
.icofont-share-alt:before |
| 9582 |
{ |
| 9583 |
content: "\efe3"; |
| 9584 |
} |
| 9585 |
|
| 9586 |
.icofont-share-boxed:before |
| 9587 |
{ |
| 9588 |
content: "\efe4"; |
| 9589 |
} |
| 9590 |
|
| 9591 |
.icofont-share:before |
| 9592 |
{ |
| 9593 |
content: "\efe5"; |
| 9594 |
} |
| 9595 |
|
| 9596 |
.icofont-shopping-cart:before |
| 9597 |
{ |
| 9598 |
content: "\efe7"; |
| 9599 |
} |
| 9600 |
|
| 9601 |
.icofont-sign-in:before |
| 9602 |
{ |
| 9603 |
content: "\efe8"; |
| 9604 |
} |
| 9605 |
|
| 9606 |
.icofont-sign-out:before |
| 9607 |
{ |
| 9608 |
content: "\efe9"; |
| 9609 |
} |
| 9610 |
|
| 9611 |
.icofont-signal:before |
| 9612 |
{ |
| 9613 |
content: "\efea"; |
| 9614 |
} |
| 9615 |
|
| 9616 |
.icofont-site-map:before |
| 9617 |
{ |
| 9618 |
content: "\efeb"; |
| 9619 |
} |
| 9620 |
|
| 9621 |
.icofont-smart-phone:before |
| 9622 |
{ |
| 9623 |
content: "\efec"; |
| 9624 |
} |
| 9625 |
|
| 9626 |
.icofont-soccer:before |
| 9627 |
{ |
| 9628 |
content: "\efed"; |
| 9629 |
} |
| 9630 |
|
| 9631 |
.icofont-sort-alt:before |
| 9632 |
{ |
| 9633 |
content: "\efee"; |
| 9634 |
} |
| 9635 |
|
| 9636 |
.icofont-sort:before |
| 9637 |
{ |
| 9638 |
content: "\efef"; |
| 9639 |
} |
| 9640 |
|
| 9641 |
.icofont-space:before |
| 9642 |
{ |
| 9643 |
content: "\eff0"; |
| 9644 |
} |
| 9645 |
|
| 9646 |
.icofont-spanner:before |
| 9647 |
{ |
| 9648 |
content: "\eff1"; |
| 9649 |
} |
| 9650 |
|
| 9651 |
.icofont-speech-comments:before |
| 9652 |
{ |
| 9653 |
content: "\eff2"; |
| 9654 |
} |
| 9655 |
|
| 9656 |
.icofont-speed-meter:before |
| 9657 |
{ |
| 9658 |
content: "\eff3"; |
| 9659 |
} |
| 9660 |
|
| 9661 |
.icofont-spinner-alt-1:before |
| 9662 |
{ |
| 9663 |
content: "\eff4"; |
| 9664 |
} |
| 9665 |
|
| 9666 |
.icofont-spinner-alt-2:before |
| 9667 |
{ |
| 9668 |
content: "\eff5"; |
| 9669 |
} |
| 9670 |
|
| 9671 |
.icofont-spinner-alt-4:before |
| 9672 |
{ |
| 9673 |
content: "\eff7"; |
| 9674 |
} |
| 9675 |
|
| 9676 |
.icofont-spinner-alt-6:before |
| 9677 |
{ |
| 9678 |
content: "\eff9"; |
| 9679 |
} |
| 9680 |
|
| 9681 |
.icofont-spinner:before |
| 9682 |
{ |
| 9683 |
content: "\effa"; |
| 9684 |
} |
| 9685 |
|
| 9686 |
.icofont-spreadsheet:before |
| 9687 |
{ |
| 9688 |
content: "\effb"; |
| 9689 |
} |
| 9690 |
|
| 9691 |
.icofont-square:before |
| 9692 |
{ |
| 9693 |
content: "\effc"; |
| 9694 |
} |
| 9695 |
|
| 9696 |
.icofont-ssl-security:before |
| 9697 |
{ |
| 9698 |
content: "\effd"; |
| 9699 |
} |
| 9700 |
|
| 9701 |
.icofont-star-alt-1:before |
| 9702 |
{ |
| 9703 |
content: "\effe"; |
| 9704 |
} |
| 9705 |
|
| 9706 |
.icofont-star-alt-2:before |
| 9707 |
{ |
| 9708 |
content: "\efff"; |
| 9709 |
} |
| 9710 |
|
| 9711 |
.icofont-star:before |
| 9712 |
{ |
| 9713 |
content: "\f000"; |
| 9714 |
} |
| 9715 |
|
| 9716 |
.icofont-street-view:before |
| 9717 |
{ |
| 9718 |
content: "\f001"; |
| 9719 |
} |
| 9720 |
|
| 9721 |
.icofont-support-faq:before |
| 9722 |
{ |
| 9723 |
content: "\f002"; |
| 9724 |
} |
| 9725 |
|
| 9726 |
.icofont-tack-pin:before |
| 9727 |
{ |
| 9728 |
content: "\f003"; |
| 9729 |
} |
| 9730 |
|
| 9731 |
.icofont-tag:before |
| 9732 |
{ |
| 9733 |
content: "\f004"; |
| 9734 |
} |
| 9735 |
|
| 9736 |
.icofont-tags:before |
| 9737 |
{ |
| 9738 |
content: "\f005"; |
| 9739 |
} |
| 9740 |
|
| 9741 |
.icofont-tasks-alt:before |
| 9742 |
{ |
| 9743 |
content: "\f006"; |
| 9744 |
} |
| 9745 |
|
| 9746 |
.icofont-tasks:before |
| 9747 |
{ |
| 9748 |
content: "\f007"; |
| 9749 |
} |
| 9750 |
|
| 9751 |
.icofont-telescope:before |
| 9752 |
{ |
| 9753 |
content: "\f009"; |
| 9754 |
} |
| 9755 |
|
| 9756 |
.icofont-terminal:before |
| 9757 |
{ |
| 9758 |
content: "\f00a"; |
| 9759 |
} |
| 9760 |
|
| 9761 |
.icofont-thumbs-down:before |
| 9762 |
{ |
| 9763 |
content: "\f00b"; |
| 9764 |
} |
| 9765 |
|
| 9766 |
.icofont-thumbs-up:before |
| 9767 |
{ |
| 9768 |
content: "\f00c"; |
| 9769 |
} |
| 9770 |
|
| 9771 |
.icofont-tick-boxed:before |
| 9772 |
{ |
| 9773 |
content: "\f00d"; |
| 9774 |
} |
| 9775 |
|
| 9776 |
.icofont-tick-mark:before |
| 9777 |
{ |
| 9778 |
content: "\f00e"; |
| 9779 |
} |
| 9780 |
|
| 9781 |
.icofont-ticket:before |
| 9782 |
{ |
| 9783 |
content: "\f00f"; |
| 9784 |
} |
| 9785 |
|
| 9786 |
.icofont-tie:before |
| 9787 |
{ |
| 9788 |
content: "\f010"; |
| 9789 |
} |
| 9790 |
|
| 9791 |
.icofont-tools-alt-2:before |
| 9792 |
{ |
| 9793 |
content: "\f013"; |
| 9794 |
} |
| 9795 |
|
| 9796 |
.icofont-tools:before |
| 9797 |
{ |
| 9798 |
content: "\f014"; |
| 9799 |
} |
| 9800 |
|
| 9801 |
.icofont-touch:before |
| 9802 |
{ |
| 9803 |
content: "\f015"; |
| 9804 |
} |
| 9805 |
|
| 9806 |
.icofont-traffic-light:before |
| 9807 |
{ |
| 9808 |
content: "\f016"; |
| 9809 |
} |
| 9810 |
|
| 9811 |
.icofont-transparent:before |
| 9812 |
{ |
| 9813 |
content: "\f017"; |
| 9814 |
} |
| 9815 |
|
| 9816 |
.icofont-tree:before |
| 9817 |
{ |
| 9818 |
content: "\f018"; |
| 9819 |
} |
| 9820 |
|
| 9821 |
.icofont-unique-idea:before |
| 9822 |
{ |
| 9823 |
content: "\f019"; |
| 9824 |
} |
| 9825 |
|
| 9826 |
.icofont-unlock:before |
| 9827 |
{ |
| 9828 |
content: "\f01a"; |
| 9829 |
} |
| 9830 |
|
| 9831 |
.icofont-unlocked:before |
| 9832 |
{ |
| 9833 |
content: "\f01b"; |
| 9834 |
} |
| 9835 |
|
| 9836 |
.icofont-usb-drive:before |
| 9837 |
{ |
| 9838 |
content: "\f01e"; |
| 9839 |
} |
| 9840 |
|
| 9841 |
.icofont-usb:before |
| 9842 |
{ |
| 9843 |
content: "\f01f"; |
| 9844 |
} |
| 9845 |
|
| 9846 |
.icofont-vector-path:before |
| 9847 |
{ |
| 9848 |
content: "\f020"; |
| 9849 |
} |
| 9850 |
|
| 9851 |
.icofont-visual-studio:before |
| 9852 |
{ |
| 9853 |
content: "\f03c"; |
| 9854 |
} |
| 9855 |
|
| 9856 |
.icofont-vuejs:before |
| 9857 |
{ |
| 9858 |
content: "\f037"; |
| 9859 |
} |
| 9860 |
|
| 9861 |
.icofont-wall-clock:before |
| 9862 |
{ |
| 9863 |
content: "\f022"; |
| 9864 |
} |
| 9865 |
|
| 9866 |
.icofont-wall:before |
| 9867 |
{ |
| 9868 |
content: "\f023"; |
| 9869 |
} |
| 9870 |
|
| 9871 |
.icofont-wallet:before |
| 9872 |
{ |
| 9873 |
content: "\f024"; |
| 9874 |
} |
| 9875 |
|
| 9876 |
.icofont-warning-alt:before |
| 9877 |
{ |
| 9878 |
content: "\f025"; |
| 9879 |
} |
| 9880 |
|
| 9881 |
.icofont-warning:before |
| 9882 |
{ |
| 9883 |
content: "\f026"; |
| 9884 |
} |
| 9885 |
|
| 9886 |
.icofont-water-drop:before |
| 9887 |
{ |
| 9888 |
content: "\f027"; |
| 9889 |
} |
| 9890 |
|
| 9891 |
.icofont-web:before |
| 9892 |
{ |
| 9893 |
content: "\f028"; |
| 9894 |
} |
| 9895 |
|
| 9896 |
.icofont-wheelchair:before |
| 9897 |
{ |
| 9898 |
content: "\f029"; |
| 9899 |
} |
| 9900 |
|
| 9901 |
.icofont-wifi-alt:before |
| 9902 |
{ |
| 9903 |
content: "\f02a"; |
| 9904 |
} |
| 9905 |
|
| 9906 |
.icofont-wifi:before |
| 9907 |
{ |
| 9908 |
content: "\f02b"; |
| 9909 |
} |
| 9910 |
|
| 9911 |
.icofont-world:before |
| 9912 |
{ |
| 9913 |
content: "\f02c"; |
| 9914 |
} |
| 9915 |
|
| 9916 |
.icofont-zigzag:before |
| 9917 |
{ |
| 9918 |
content: "\f02d"; |
| 9919 |
} |
| 9920 |
|
| 9921 |
.icofont-zipped:before |
| 9922 |
{ |
| 9923 |
content: "\f02e"; |
| 9924 |
} |
| 9925 |
|
| 9926 |
.icofont-bat:before |
| 9927 |
{ |
| 9928 |
content: "\e829"; |
| 9929 |
} |
| 9930 |
|
| 9931 |
.icofont-bear-face:before |
| 9932 |
{ |
| 9933 |
content: "\e82a"; |
| 9934 |
} |
| 9935 |
|
| 9936 |
.icofont-bear-tracks:before |
| 9937 |
{ |
| 9938 |
content: "\e82b"; |
| 9939 |
} |
| 9940 |
|
| 9941 |
.icofont-bear:before |
| 9942 |
{ |
| 9943 |
content: "\e82c"; |
| 9944 |
} |
| 9945 |
|
| 9946 |
.icofont-bird-alt:before |
| 9947 |
{ |
| 9948 |
content: "\e82d"; |
| 9949 |
} |
| 9950 |
|
| 9951 |
.icofont-bird-flying:before |
| 9952 |
{ |
| 9953 |
content: "\e82e"; |
| 9954 |
} |
| 9955 |
|
| 9956 |
.icofont-bird:before |
| 9957 |
{ |
| 9958 |
content: "\e82f"; |
| 9959 |
} |
| 9960 |
|
| 9961 |
.icofont-birds:before |
| 9962 |
{ |
| 9963 |
content: "\e830"; |
| 9964 |
} |
| 9965 |
|
| 9966 |
.icofont-bone:before |
| 9967 |
{ |
| 9968 |
content: "\e831"; |
| 9969 |
} |
| 9970 |
|
| 9971 |
.icofont-bull:before |
| 9972 |
{ |
| 9973 |
content: "\e832"; |
| 9974 |
} |
| 9975 |
|
| 9976 |
.icofont-butterfly-alt:before |
| 9977 |
{ |
| 9978 |
content: "\e833"; |
| 9979 |
} |
| 9980 |
|
| 9981 |
.icofont-camel-alt:before |
| 9982 |
{ |
| 9983 |
content: "\e835"; |
| 9984 |
} |
| 9985 |
|
| 9986 |
.icofont-camel-head:before |
| 9987 |
{ |
| 9988 |
content: "\e836"; |
| 9989 |
} |
| 9990 |
|
| 9991 |
.icofont-cat-alt-1:before |
| 9992 |
{ |
| 9993 |
content: "\e838"; |
| 9994 |
} |
| 9995 |
|
| 9996 |
.icofont-cat-alt-2:before |
| 9997 |
{ |
| 9998 |
content: "\e839"; |
| 9999 |
} |
| 10000 |
|
| 10001 |
.icofont-cat-alt-3:before |
| 10002 |
{ |
| 10003 |
content: "\e83a"; |
| 10004 |
} |
| 10005 |
|
| 10006 |
.icofont-cat-dog:before |
| 10007 |
{ |
| 10008 |
content: "\e83b"; |
| 10009 |
} |
| 10010 |
|
| 10011 |
.icofont-cat-face:before |
| 10012 |
{ |
| 10013 |
content: "\e83c"; |
| 10014 |
} |
| 10015 |
|
| 10016 |
.icofont-cat:before |
| 10017 |
{ |
| 10018 |
content: "\e83d"; |
| 10019 |
} |
| 10020 |
|
| 10021 |
.icofont-cow-head:before |
| 10022 |
{ |
| 10023 |
content: "\e83e"; |
| 10024 |
} |
| 10025 |
|
| 10026 |
.icofont-deer-head:before |
| 10027 |
{ |
| 10028 |
content: "\e842"; |
| 10029 |
} |
| 10030 |
|
| 10031 |
.icofont-dog-alt:before |
| 10032 |
{ |
| 10033 |
content: "\e843"; |
| 10034 |
} |
| 10035 |
|
| 10036 |
.icofont-dog-barking:before |
| 10037 |
{ |
| 10038 |
content: "\e844"; |
| 10039 |
} |
| 10040 |
|
| 10041 |
.icofont-dog:before |
| 10042 |
{ |
| 10043 |
content: "\e845"; |
| 10044 |
} |
| 10045 |
|
| 10046 |
.icofont-dolphin:before |
| 10047 |
{ |
| 10048 |
content: "\e846"; |
| 10049 |
} |
| 10050 |
|
| 10051 |
.icofont-duck-tracks:before |
| 10052 |
{ |
| 10053 |
content: "\e847"; |
| 10054 |
} |
| 10055 |
|
| 10056 |
.icofont-eagle-head:before |
| 10057 |
{ |
| 10058 |
content: "\e848"; |
| 10059 |
} |
| 10060 |
|
| 10061 |
.icofont-eaten-fish:before |
| 10062 |
{ |
| 10063 |
content: "\e849"; |
| 10064 |
} |
| 10065 |
|
| 10066 |
.icofont-elephant-alt:before |
| 10067 |
{ |
| 10068 |
content: "\e84a"; |
| 10069 |
} |
| 10070 |
|
| 10071 |
.icofont-elephant-head-alt:before |
| 10072 |
{ |
| 10073 |
content: "\e84b"; |
| 10074 |
} |
| 10075 |
|
| 10076 |
.icofont-elephant-head:before |
| 10077 |
{ |
| 10078 |
content: "\e84c"; |
| 10079 |
} |
| 10080 |
|
| 10081 |
.icofont-elk:before |
| 10082 |
{ |
| 10083 |
content: "\e84e"; |
| 10084 |
} |
| 10085 |
|
| 10086 |
.icofont-fish-1:before |
| 10087 |
{ |
| 10088 |
content: "\e84f"; |
| 10089 |
} |
| 10090 |
|
| 10091 |
.icofont-fish-2:before |
| 10092 |
{ |
| 10093 |
content: "\e850"; |
| 10094 |
} |
| 10095 |
|
| 10096 |
.icofont-fish-3:before |
| 10097 |
{ |
| 10098 |
content: "\e851"; |
| 10099 |
} |
| 10100 |
|
| 10101 |
.icofont-fish-4:before |
| 10102 |
{ |
| 10103 |
content: "\e852"; |
| 10104 |
} |
| 10105 |
|
| 10106 |
.icofont-fish-5:before |
| 10107 |
{ |
| 10108 |
content: "\e853"; |
| 10109 |
} |
| 10110 |
|
| 10111 |
.icofont-fish:before |
| 10112 |
{ |
| 10113 |
content: "\e854"; |
| 10114 |
} |
| 10115 |
|
| 10116 |
.icofont-fox-alt:before |
| 10117 |
{ |
| 10118 |
content: "\e855"; |
| 10119 |
} |
| 10120 |
|
| 10121 |
.icofont-fox:before |
| 10122 |
{ |
| 10123 |
content: "\e856"; |
| 10124 |
} |
| 10125 |
|
| 10126 |
.icofont-frog-tracks:before |
| 10127 |
{ |
| 10128 |
content: "\e857"; |
| 10129 |
} |
| 10130 |
|
| 10131 |
.icofont-frog:before |
| 10132 |
{ |
| 10133 |
content: "\e858"; |
| 10134 |
} |
| 10135 |
|
| 10136 |
.icofont-froggy:before |
| 10137 |
{ |
| 10138 |
content: "\e859"; |
| 10139 |
} |
| 10140 |
|
| 10141 |
.icofont-giraffe-head-1:before |
| 10142 |
{ |
| 10143 |
content: "\e85a"; |
| 10144 |
} |
| 10145 |
|
| 10146 |
.icofont-giraffe-head-2:before |
| 10147 |
{ |
| 10148 |
content: "\e85b"; |
| 10149 |
} |
| 10150 |
|
| 10151 |
.icofont-giraffe-head:before |
| 10152 |
{ |
| 10153 |
content: "\e85c"; |
| 10154 |
} |
| 10155 |
|
| 10156 |
.icofont-giraffe:before |
| 10157 |
{ |
| 10158 |
content: "\e85d"; |
| 10159 |
} |
| 10160 |
|
| 10161 |
.icofont-goat-head:before |
| 10162 |
{ |
| 10163 |
content: "\e85e"; |
| 10164 |
} |
| 10165 |
|
| 10166 |
.icofont-gorilla:before |
| 10167 |
{ |
| 10168 |
content: "\e85f"; |
| 10169 |
} |
| 10170 |
|
| 10171 |
.icofont-hen-tracks:before |
| 10172 |
{ |
| 10173 |
content: "\e860"; |
| 10174 |
} |
| 10175 |
|
| 10176 |
.icofont-horse-head-1:before |
| 10177 |
{ |
| 10178 |
content: "\e861"; |
| 10179 |
} |
| 10180 |
|
| 10181 |
.icofont-horse-head-2:before |
| 10182 |
{ |
| 10183 |
content: "\e862"; |
| 10184 |
} |
| 10185 |
|
| 10186 |
.icofont-horse-head:before |
| 10187 |
{ |
| 10188 |
content: "\e863"; |
| 10189 |
} |
| 10190 |
|
| 10191 |
.icofont-horse-tracks:before |
| 10192 |
{ |
| 10193 |
content: "\e864"; |
| 10194 |
} |
| 10195 |
|
| 10196 |
.icofont-jellyfish:before |
| 10197 |
{ |
| 10198 |
content: "\e865"; |
| 10199 |
} |
| 10200 |
|
| 10201 |
.icofont-kangaroo:before |
| 10202 |
{ |
| 10203 |
content: "\e866"; |
| 10204 |
} |
| 10205 |
|
| 10206 |
.icofont-lemur:before |
| 10207 |
{ |
| 10208 |
content: "\e867"; |
| 10209 |
} |
| 10210 |
|
| 10211 |
.icofont-lion-head-1:before |
| 10212 |
{ |
| 10213 |
content: "\e868"; |
| 10214 |
} |
| 10215 |
|
| 10216 |
.icofont-lion-head-2:before |
| 10217 |
{ |
| 10218 |
content: "\e869"; |
| 10219 |
} |
| 10220 |
|
| 10221 |
.icofont-lion-head:before |
| 10222 |
{ |
| 10223 |
content: "\e86a"; |
| 10224 |
} |
| 10225 |
|
| 10226 |
.icofont-lion:before |
| 10227 |
{ |
| 10228 |
content: "\e86b"; |
| 10229 |
} |
| 10230 |
|
| 10231 |
.icofont-monkey-2:before |
| 10232 |
{ |
| 10233 |
content: "\e86c"; |
| 10234 |
} |
| 10235 |
|
| 10236 |
.icofont-monkey-3:before |
| 10237 |
{ |
| 10238 |
content: "\e86d"; |
| 10239 |
} |
| 10240 |
|
| 10241 |
.icofont-monkey-face:before |
| 10242 |
{ |
| 10243 |
content: "\e86e"; |
| 10244 |
} |
| 10245 |
|
| 10246 |
.icofont-monkey:before |
| 10247 |
{ |
| 10248 |
content: "\e86f"; |
| 10249 |
} |
| 10250 |
|
| 10251 |
.icofont-octopus-alt:before |
| 10252 |
{ |
| 10253 |
content: "\e870"; |
| 10254 |
} |
| 10255 |
|
| 10256 |
.icofont-octopus:before |
| 10257 |
{ |
| 10258 |
content: "\e871"; |
| 10259 |
} |
| 10260 |
|
| 10261 |
.icofont-owl:before |
| 10262 |
{ |
| 10263 |
content: "\e872"; |
| 10264 |
} |
| 10265 |
|
| 10266 |
.icofont-panda-face:before |
| 10267 |
{ |
| 10268 |
content: "\e873"; |
| 10269 |
} |
| 10270 |
|
| 10271 |
.icofont-panda:before |
| 10272 |
{ |
| 10273 |
content: "\e874"; |
| 10274 |
} |
| 10275 |
|
| 10276 |
.icofont-panther:before |
| 10277 |
{ |
| 10278 |
content: "\e875"; |
| 10279 |
} |
| 10280 |
|
| 10281 |
.icofont-parrot-lip:before |
| 10282 |
{ |
| 10283 |
content: "\e876"; |
| 10284 |
} |
| 10285 |
|
| 10286 |
.icofont-parrot:before |
| 10287 |
{ |
| 10288 |
content: "\e877"; |
| 10289 |
} |
| 10290 |
|
| 10291 |
.icofont-paw:before |
| 10292 |
{ |
| 10293 |
content: "\e878"; |
| 10294 |
} |
| 10295 |
|
| 10296 |
.icofont-pelican:before |
| 10297 |
{ |
| 10298 |
content: "\e879"; |
| 10299 |
} |
| 10300 |
|
| 10301 |
.icofont-penguin:before |
| 10302 |
{ |
| 10303 |
content: "\e87a"; |
| 10304 |
} |
| 10305 |
|
| 10306 |
.icofont-pig-face:before |
| 10307 |
{ |
| 10308 |
content: "\e87b"; |
| 10309 |
} |
| 10310 |
|
| 10311 |
.icofont-pig:before |
| 10312 |
{ |
| 10313 |
content: "\e87c"; |
| 10314 |
} |
| 10315 |
|
| 10316 |
.icofont-pigeon-1:before |
| 10317 |
{ |
| 10318 |
content: "\e87d"; |
| 10319 |
} |
| 10320 |
|
| 10321 |
.icofont-pigeon-2:before |
| 10322 |
{ |
| 10323 |
content: "\e87e"; |
| 10324 |
} |
| 10325 |
|
| 10326 |
.icofont-pigeon:before |
| 10327 |
{ |
| 10328 |
content: "\e87f"; |
| 10329 |
} |
| 10330 |
|
| 10331 |
.icofont-rabbit:before |
| 10332 |
{ |
| 10333 |
content: "\e880"; |
| 10334 |
} |
| 10335 |
|
| 10336 |
.icofont-rat:before |
| 10337 |
{ |
| 10338 |
content: "\e881"; |
| 10339 |
} |
| 10340 |
|
| 10341 |
.icofont-rhino-head:before |
| 10342 |
{ |
| 10343 |
content: "\e882"; |
| 10344 |
} |
| 10345 |
|
| 10346 |
.icofont-rhino:before |
| 10347 |
{ |
| 10348 |
content: "\e883"; |
| 10349 |
} |
| 10350 |
|
| 10351 |
.icofont-rooster:before |
| 10352 |
{ |
| 10353 |
content: "\e884"; |
| 10354 |
} |
| 10355 |
|
| 10356 |
.icofont-seahorse:before |
| 10357 |
{ |
| 10358 |
content: "\e885"; |
| 10359 |
} |
| 10360 |
|
| 10361 |
.icofont-seal:before |
| 10362 |
{ |
| 10363 |
content: "\e886"; |
| 10364 |
} |
| 10365 |
|
| 10366 |
.icofont-shrimp-alt:before |
| 10367 |
{ |
| 10368 |
content: "\e887"; |
| 10369 |
} |
| 10370 |
|
| 10371 |
.icofont-shrimp:before |
| 10372 |
{ |
| 10373 |
content: "\e888"; |
| 10374 |
} |
| 10375 |
|
| 10376 |
.icofont-snail-1:before |
| 10377 |
{ |
| 10378 |
content: "\e889"; |
| 10379 |
} |
| 10380 |
|
| 10381 |
.icofont-snail-2:before |
| 10382 |
{ |
| 10383 |
content: "\e88a"; |
| 10384 |
} |
| 10385 |
|
| 10386 |
.icofont-snail-3:before |
| 10387 |
{ |
| 10388 |
content: "\e88b"; |
| 10389 |
} |
| 10390 |
|
| 10391 |
.icofont-snail:before |
| 10392 |
{ |
| 10393 |
content: "\e88c"; |
| 10394 |
} |
| 10395 |
|
| 10396 |
.icofont-snake:before |
| 10397 |
{ |
| 10398 |
content: "\e88d"; |
| 10399 |
} |
| 10400 |
|
| 10401 |
.icofont-squid:before |
| 10402 |
{ |
| 10403 |
content: "\e88e"; |
| 10404 |
} |
| 10405 |
|
| 10406 |
.icofont-squirrel:before |
| 10407 |
{ |
| 10408 |
content: "\e88f"; |
| 10409 |
} |
| 10410 |
|
| 10411 |
.icofont-tiger-face:before |
| 10412 |
{ |
| 10413 |
content: "\e890"; |
| 10414 |
} |
| 10415 |
|
| 10416 |
.icofont-tiger:before |
| 10417 |
{ |
| 10418 |
content: "\e891"; |
| 10419 |
} |
| 10420 |
|
| 10421 |
.icofont-turtle:before |
| 10422 |
{ |
| 10423 |
content: "\e892"; |
| 10424 |
} |
| 10425 |
|
| 10426 |
.icofont-whale:before |
| 10427 |
{ |
| 10428 |
content: "\e893"; |
| 10429 |
} |
| 10430 |
|
| 10431 |
.icofont-woodpecker:before |
| 10432 |
{ |
| 10433 |
content: "\e894"; |
| 10434 |
} |
| 10435 |
|
| 10436 |
.icofont-zebra:before |
| 10437 |
{ |
| 10438 |
content: "\e895"; |
| 10439 |
} |
| 10440 |
|
| 10441 |
.icofont-angry-monster:before |
| 10442 |
{ |
| 10443 |
content: "\e800"; |
| 10444 |
} |
| 10445 |
|
| 10446 |
.icofont-bathtub:before |
| 10447 |
{ |
| 10448 |
content: "\e801"; |
| 10449 |
} |
| 10450 |
|
| 10451 |
.icofont-bird-wings:before |
| 10452 |
{ |
| 10453 |
content: "\e802"; |
| 10454 |
} |
| 10455 |
|
| 10456 |
.icofont-bow:before |
| 10457 |
{ |
| 10458 |
content: "\e803"; |
| 10459 |
} |
| 10460 |
|
| 10461 |
.icofont-castle:before |
| 10462 |
{ |
| 10463 |
content: "\e804"; |
| 10464 |
} |
| 10465 |
|
| 10466 |
.icofont-circuit:before |
| 10467 |
{ |
| 10468 |
content: "\e805"; |
| 10469 |
} |
| 10470 |
|
| 10471 |
.icofont-disability-race:before |
| 10472 |
{ |
| 10473 |
content: "\e809"; |
| 10474 |
} |
| 10475 |
|
| 10476 |
.icofont-diving-goggle:before |
| 10477 |
{ |
| 10478 |
content: "\e80a"; |
| 10479 |
} |
| 10480 |
|
| 10481 |
.icofont-eye-open:before |
| 10482 |
{ |
| 10483 |
content: "\e80b"; |
| 10484 |
} |
| 10485 |
|
| 10486 |
.icofont-flora:before |
| 10487 |
{ |
| 10488 |
content: "\e80d"; |
| 10489 |
} |
| 10490 |
|
| 10491 |
.icofont-hand-thunder:before |
| 10492 |
{ |
| 10493 |
content: "\e811"; |
| 10494 |
} |
| 10495 |
|
| 10496 |
.icofont-king-monster:before |
| 10497 |
{ |
| 10498 |
content: "\e812"; |
| 10499 |
} |
| 10500 |
|
| 10501 |
.icofont-magician-hat:before |
| 10502 |
{ |
| 10503 |
content: "\e814"; |
| 10504 |
} |
| 10505 |
|
| 10506 |
.icofont-native-american:before |
| 10507 |
{ |
| 10508 |
content: "\e815"; |
| 10509 |
} |
| 10510 |
|
| 10511 |
.icofont-owl-look:before |
| 10512 |
{ |
| 10513 |
content: "\e816"; |
| 10514 |
} |
| 10515 |
|
| 10516 |
.icofont-phoenix:before |
| 10517 |
{ |
| 10518 |
content: "\e817"; |
| 10519 |
} |
| 10520 |
|
| 10521 |
.icofont-robot-face:before |
| 10522 |
{ |
| 10523 |
content: "\e818"; |
| 10524 |
} |
| 10525 |
|
| 10526 |
.icofont-skull-danger:before |
| 10527 |
{ |
| 10528 |
content: "\e81c"; |
| 10529 |
} |
| 10530 |
|
| 10531 |
.icofont-skull-face:before |
| 10532 |
{ |
| 10533 |
content: "\e81d"; |
| 10534 |
} |
| 10535 |
|
| 10536 |
.icofont-swirl:before |
| 10537 |
{ |
| 10538 |
content: "\e821"; |
| 10539 |
} |
| 10540 |
|
| 10541 |
.icofont-tattoo-wing:before |
| 10542 |
{ |
| 10543 |
content: "\e822"; |
| 10544 |
} |
| 10545 |
|
| 10546 |
.icofont-throne:before |
| 10547 |
{ |
| 10548 |
content: "\e823"; |
| 10549 |
} |
| 10550 |
|
| 10551 |
.icofont-triangle:before |
| 10552 |
{ |
| 10553 |
content: "\e825"; |
| 10554 |
} |
| 10555 |
|
| 10556 |
.icofont-weed:before |
| 10557 |
{ |
| 10558 |
content: "\e827"; |
| 10559 |
} |
| 10560 |
|
| 10561 |
[class^="icofont-"].icofont-duotone, |
| 10562 |
[class*=" icofont-"].icofont-duotone |
| 10563 |
{ |
| 10564 |
position: relative; |
| 10565 |
} |
| 10566 |
|
| 10567 |
[class^="icofont-"].icofont-duotone:before, |
| 10568 |
[class*=" icofont-"].icofont-duotone:before |
| 10569 |
{ |
| 10570 |
position: absolute; |
| 10571 |
left: 0; |
| 10572 |
top: 0; |
| 10573 |
} |
| 10574 |
|
| 10575 |
[class^="icofont-"].icofont-duotone:after, |
| 10576 |
[class*=" icofont-"].icofont-duotone:after |
| 10577 |
{ |
| 10578 |
opacity: 0.4; |
| 10579 |
} |
| 10580 |
|
| 10581 |
.icofont-xs |
| 10582 |
{ |
| 10583 |
font-size: .5em; |
| 10584 |
} |
| 10585 |
|
| 10586 |
.icofont-sm |
| 10587 |
{ |
| 10588 |
font-size: .75em; |
| 10589 |
} |
| 10590 |
|
| 10591 |
.icofont-md |
| 10592 |
{ |
| 10593 |
font-size: 1.25em; |
| 10594 |
} |
| 10595 |
|
| 10596 |
.icofont-lg |
| 10597 |
{ |
| 10598 |
font-size: 1.5em; |
| 10599 |
} |
| 10600 |
|
| 10601 |
.icofont-1x |
| 10602 |
{ |
| 10603 |
font-size: 1em; |
| 10604 |
} |
| 10605 |
|
| 10606 |
.icofont-2x |
| 10607 |
{ |
| 10608 |
font-size: 2em; |
| 10609 |
} |
| 10610 |
|
| 10611 |
.icofont-3x |
| 10612 |
{ |
| 10613 |
font-size: 3em; |
| 10614 |
} |
| 10615 |
|
| 10616 |
.icofont-4x |
| 10617 |
{ |
| 10618 |
font-size: 4em; |
| 10619 |
} |
| 10620 |
|
| 10621 |
.icofont-5x |
| 10622 |
{ |
| 10623 |
font-size: 5em; |
| 10624 |
} |
| 10625 |
|
| 10626 |
.icofont-6x |
| 10627 |
{ |
| 10628 |
font-size: 6em; |
| 10629 |
} |
| 10630 |
|
| 10631 |
.icofont-7x |
| 10632 |
{ |
| 10633 |
font-size: 7em; |
| 10634 |
} |
| 10635 |
|
| 10636 |
.icofont-8x |
| 10637 |
{ |
| 10638 |
font-size: 8em; |
| 10639 |
} |
| 10640 |
|
| 10641 |
.icofont-9x |
| 10642 |
{ |
| 10643 |
font-size: 9em; |
| 10644 |
} |
| 10645 |
|
| 10646 |
.icofont-10x |
| 10647 |
{ |
| 10648 |
font-size: 10em; |
| 10649 |
} |
| 10650 |
|
| 10651 |
.icofont-fw |
| 10652 |
{ |
| 10653 |
text-align: center; |
| 10654 |
width: 1.25em; |
| 10655 |
} |
| 10656 |
|
| 10657 |
.icofont-ul |
| 10658 |
{ |
| 10659 |
list-style-type: none; |
| 10660 |
padding-left: 0; |
| 10661 |
margin-left: 0; |
| 10662 |
} |
| 10663 |
|
| 10664 |
.icofont-ul > li |
| 10665 |
{ |
| 10666 |
position: relative; |
| 10667 |
line-height: 2em; |
| 10668 |
} |
| 10669 |
|
| 10670 |
.icofont-ul > li .icofont |
| 10671 |
{ |
| 10672 |
display: inline-block; |
| 10673 |
vertical-align: middle; |
| 10674 |
} |
| 10675 |
|
| 10676 |
.icofont-border |
| 10677 |
{ |
| 10678 |
border: solid 0.08em #f1f1f1; |
| 10679 |
border-radius: .1em; |
| 10680 |
padding: .2em .25em .15em; |
| 10681 |
} |
| 10682 |
|
| 10683 |
.icofont-pull-left |
| 10684 |
{ |
| 10685 |
float: left; |
| 10686 |
} |
| 10687 |
|
| 10688 |
.icofont-pull-right |
| 10689 |
{ |
| 10690 |
float: right; |
| 10691 |
} |
| 10692 |
|
| 10693 |
.icofont.icofont-pull-left |
| 10694 |
{ |
| 10695 |
margin-right: .3em; |
| 10696 |
} |
| 10697 |
|
| 10698 |
.icofont.icofont-pull-right |
| 10699 |
{ |
| 10700 |
margin-left: .3em; |
| 10701 |
} |
| 10702 |
|
| 10703 |
.icofont-spin |
| 10704 |
{ |
| 10705 |
-webkit-animation: icofont-spin 2s infinite linear; |
| 10706 |
animation: icofont-spin 2s infinite linear; |
| 10707 |
display: inline-block; |
| 10708 |
} |
| 10709 |
|
| 10710 |
.icofont-pulse |
| 10711 |
{ |
| 10712 |
-webkit-animation: icofont-spin 1s infinite steps(8); |
| 10713 |
animation: icofont-spin 1s infinite steps(8); |
| 10714 |
display: inline-block; |
| 10715 |
} |
| 10716 |
|
| 10717 |
@-webkit-keyframes icofont-spin |
| 10718 |
{ |
| 10719 |
0% |
| 10720 |
{ |
| 10721 |
-webkit-transform: rotate(0deg); |
| 10722 |
transform: rotate(0deg); |
| 10723 |
} |
| 10724 |
|
| 10725 |
100% |
| 10726 |
{ |
| 10727 |
-webkit-transform: rotate(360deg); |
| 10728 |
transform: rotate(360deg); |
| 10729 |
} |
| 10730 |
} |
| 10731 |
|
| 10732 |
@keyframes icofont-spin |
| 10733 |
{ |
| 10734 |
0% |
| 10735 |
{ |
| 10736 |
-webkit-transform: rotate(0deg); |
| 10737 |
transform: rotate(0deg); |
| 10738 |
} |
| 10739 |
|
| 10740 |
100% |
| 10741 |
{ |
| 10742 |
-webkit-transform: rotate(360deg); |
| 10743 |
transform: rotate(360deg); |
| 10744 |
} |
| 10745 |
} |
| 10746 |
|
| 10747 |
.icofont-rotate-90 |
| 10748 |
{ |
| 10749 |
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; |
| 10750 |
-webkit-transform: rotate(90deg); |
| 10751 |
transform: rotate(90deg); |
| 10752 |
} |
| 10753 |
|
| 10754 |
.icofont-rotate-180 |
| 10755 |
{ |
| 10756 |
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; |
| 10757 |
-webkit-transform: rotate(180deg); |
| 10758 |
transform: rotate(180deg); |
| 10759 |
} |
| 10760 |
|
| 10761 |
.icofont-rotate-270 |
| 10762 |
{ |
| 10763 |
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; |
| 10764 |
-webkit-transform: rotate(270deg); |
| 10765 |
transform: rotate(270deg); |
| 10766 |
} |
| 10767 |
|
| 10768 |
.icofont-flip-horizontal |
| 10769 |
{ |
| 10770 |
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; |
| 10771 |
-webkit-transform: scale(-1, 1); |
| 10772 |
transform: scale(-1, 1); |
| 10773 |
} |
| 10774 |
|
| 10775 |
.icofont-flip-vertical |
| 10776 |
{ |
| 10777 |
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; |
| 10778 |
-webkit-transform: scale(1, -1); |
| 10779 |
transform: scale(1, -1); |
| 10780 |
} |
| 10781 |
|
| 10782 |
.icofont-flip-horizontal.icofont-flip-vertical |
| 10783 |
{ |
| 10784 |
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; |
| 10785 |
-webkit-transform: scale(-1, -1); |
| 10786 |
transform: scale(-1, -1); |
| 10787 |
} |
| 10788 |
|
| 10789 |
:root .icofont-rotate-90, |
| 10790 |
:root .icofont-rotate-180, |
| 10791 |
:root .icofont-rotate-270, |
| 10792 |
:root .icofont-flip-horizontal, |
| 10793 |
:root .icofont-flip-vertical |
| 10794 |
{ |
| 10795 |
-webkit-filter: none; |
| 10796 |
filter: none; |
| 10797 |
display: inline-block; |
| 10798 |
} |
| 10799 |
|
| 10800 |
.icofont-inverse |
| 10801 |
{ |
| 10802 |
color: #fff; |
| 10803 |
} |
| 10804 |
|