themify-icons.css 17 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076
  1. @font-face {
  2. font-family: 'themify';
  3. src: url('../scss/icons/themify-icons//fonts/themify.eot?-fvbane');
  4. src: url('../scss/icons/themify-icons//fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'), url('../scss/icons/themify-icons//fonts/themify.woff?-fvbane') format('woff'), url('../scss/icons/themify-icons//fonts/themify.ttf?-fvbane') format('truetype'), url('../scss/icons/themify-icons//fonts/themify.svg?-fvbane#themify') format('svg');
  5. font-weight: normal;
  6. font-style: normal;
  7. }
  8. [class^="ti-"],
  9. [class*=" ti-"] {
  10. font-family: 'themify';
  11. speak: none;
  12. font-style: normal;
  13. font-weight: normal;
  14. font-variant: normal;
  15. text-transform: none;
  16. line-height: 1;
  17. /* Better Font Rendering =========== */
  18. -webkit-font-smoothing: antialiased;
  19. -moz-osx-font-smoothing: grayscale;
  20. }
  21. .ti-wand:before {
  22. content: "\e600";
  23. }
  24. .ti-volume:before {
  25. content: "\e601";
  26. }
  27. .ti-user:before {
  28. content: "\e602";
  29. }
  30. .ti-unlock:before {
  31. content: "\e603";
  32. }
  33. .ti-unlink:before {
  34. content: "\e604";
  35. }
  36. .ti-trash:before {
  37. content: "\e605";
  38. }
  39. .ti-thought:before {
  40. content: "\e606";
  41. }
  42. .ti-target:before {
  43. content: "\e607";
  44. }
  45. .ti-tag:before {
  46. content: "\e608";
  47. }
  48. .ti-tablet:before {
  49. content: "\e609";
  50. }
  51. .ti-star:before {
  52. content: "\e60a";
  53. }
  54. .ti-spray:before {
  55. content: "\e60b";
  56. }
  57. .ti-signal:before {
  58. content: "\e60c";
  59. }
  60. .ti-shopping-cart:before {
  61. content: "\e60d";
  62. }
  63. .ti-shopping-cart-full:before {
  64. content: "\e60e";
  65. }
  66. .ti-settings:before {
  67. content: "\e60f";
  68. }
  69. .ti-search:before {
  70. content: "\e610";
  71. }
  72. .ti-zoom-in:before {
  73. content: "\e611";
  74. }
  75. .ti-zoom-out:before {
  76. content: "\e612";
  77. }
  78. .ti-cut:before {
  79. content: "\e613";
  80. }
  81. .ti-ruler:before {
  82. content: "\e614";
  83. }
  84. .ti-ruler-pencil:before {
  85. content: "\e615";
  86. }
  87. .ti-ruler-alt:before {
  88. content: "\e616";
  89. }
  90. .ti-bookmark:before {
  91. content: "\e617";
  92. }
  93. .ti-bookmark-alt:before {
  94. content: "\e618";
  95. }
  96. .ti-reload:before {
  97. content: "\e619";
  98. }
  99. .ti-plus:before {
  100. content: "\e61a";
  101. }
  102. .ti-pin:before {
  103. content: "\e61b";
  104. }
  105. .ti-pencil:before {
  106. content: "\e61c";
  107. }
  108. .ti-pencil-alt:before {
  109. content: "\e61d";
  110. }
  111. .ti-paint-roller:before {
  112. content: "\e61e";
  113. }
  114. .ti-paint-bucket:before {
  115. content: "\e61f";
  116. }
  117. .ti-na:before {
  118. content: "\e620";
  119. }
  120. .ti-mobile:before {
  121. content: "\e621";
  122. }
  123. .ti-minus:before {
  124. content: "\e622";
  125. }
  126. .ti-medall:before {
  127. content: "\e623";
  128. }
  129. .ti-medall-alt:before {
  130. content: "\e624";
  131. }
  132. .ti-marker:before {
  133. content: "\e625";
  134. }
  135. .ti-marker-alt:before {
  136. content: "\e626";
  137. }
  138. .ti-arrow-up:before {
  139. content: "\e627";
  140. }
  141. .ti-arrow-right:before {
  142. content: "\e628";
  143. }
  144. .ti-arrow-left:before {
  145. content: "\e629";
  146. }
  147. .ti-arrow-down:before {
  148. content: "\e62a";
  149. }
  150. .ti-lock:before {
  151. content: "\e62b";
  152. }
  153. .ti-location-arrow:before {
  154. content: "\e62c";
  155. }
  156. .ti-link:before {
  157. content: "\e62d";
  158. }
  159. .ti-layout:before {
  160. content: "\e62e";
  161. }
  162. .ti-layers:before {
  163. content: "\e62f";
  164. }
  165. .ti-layers-alt:before {
  166. content: "\e630";
  167. }
  168. .ti-key:before {
  169. content: "\e631";
  170. }
  171. .ti-import:before {
  172. content: "\e632";
  173. }
  174. .ti-image:before {
  175. content: "\e633";
  176. }
  177. .ti-heart:before {
  178. content: "\e634";
  179. }
  180. .ti-heart-broken:before {
  181. content: "\e635";
  182. }
  183. .ti-hand-stop:before {
  184. content: "\e636";
  185. }
  186. .ti-hand-open:before {
  187. content: "\e637";
  188. }
  189. .ti-hand-drag:before {
  190. content: "\e638";
  191. }
  192. .ti-folder:before {
  193. content: "\e639";
  194. }
  195. .ti-flag:before {
  196. content: "\e63a";
  197. }
  198. .ti-flag-alt:before {
  199. content: "\e63b";
  200. }
  201. .ti-flag-alt-2:before {
  202. content: "\e63c";
  203. }
  204. .ti-eye:before {
  205. content: "\e63d";
  206. }
  207. .ti-export:before {
  208. content: "\e63e";
  209. }
  210. .ti-exchange-vertical:before {
  211. content: "\e63f";
  212. }
  213. .ti-desktop:before {
  214. content: "\e640";
  215. }
  216. .ti-cup:before {
  217. content: "\e641";
  218. }
  219. .ti-crown:before {
  220. content: "\e642";
  221. }
  222. .ti-comments:before {
  223. content: "\e643";
  224. }
  225. .ti-comment:before {
  226. content: "\e644";
  227. }
  228. .ti-comment-alt:before {
  229. content: "\e645";
  230. }
  231. .ti-close:before {
  232. content: "\e646";
  233. }
  234. .ti-clip:before {
  235. content: "\e647";
  236. }
  237. .ti-angle-up:before {
  238. content: "\e648";
  239. }
  240. .ti-angle-right:before {
  241. content: "\e649";
  242. }
  243. .ti-angle-left:before {
  244. content: "\e64a";
  245. }
  246. .ti-angle-down:before {
  247. content: "\e64b";
  248. }
  249. .ti-check:before {
  250. content: "\e64c";
  251. }
  252. .ti-check-box:before {
  253. content: "\e64d";
  254. }
  255. .ti-camera:before {
  256. content: "\e64e";
  257. }
  258. .ti-announcement:before {
  259. content: "\e64f";
  260. }
  261. .ti-brush:before {
  262. content: "\e650";
  263. }
  264. .ti-briefcase:before {
  265. content: "\e651";
  266. }
  267. .ti-bolt:before {
  268. content: "\e652";
  269. }
  270. .ti-bolt-alt:before {
  271. content: "\e653";
  272. }
  273. .ti-blackboard:before {
  274. content: "\e654";
  275. }
  276. .ti-bag:before {
  277. content: "\e655";
  278. }
  279. .ti-move:before {
  280. content: "\e656";
  281. }
  282. .ti-arrows-vertical:before {
  283. content: "\e657";
  284. }
  285. .ti-arrows-horizontal:before {
  286. content: "\e658";
  287. }
  288. .ti-fullscreen:before {
  289. content: "\e659";
  290. }
  291. .ti-arrow-top-right:before {
  292. content: "\e65a";
  293. }
  294. .ti-arrow-top-left:before {
  295. content: "\e65b";
  296. }
  297. .ti-arrow-circle-up:before {
  298. content: "\e65c";
  299. }
  300. .ti-arrow-circle-right:before {
  301. content: "\e65d";
  302. }
  303. .ti-arrow-circle-left:before {
  304. content: "\e65e";
  305. }
  306. .ti-arrow-circle-down:before {
  307. content: "\e65f";
  308. }
  309. .ti-angle-double-up:before {
  310. content: "\e660";
  311. }
  312. .ti-angle-double-right:before {
  313. content: "\e661";
  314. }
  315. .ti-angle-double-left:before {
  316. content: "\e662";
  317. }
  318. .ti-angle-double-down:before {
  319. content: "\e663";
  320. }
  321. .ti-zip:before {
  322. content: "\e664";
  323. }
  324. .ti-world:before {
  325. content: "\e665";
  326. }
  327. .ti-wheelchair:before {
  328. content: "\e666";
  329. }
  330. .ti-view-list:before {
  331. content: "\e667";
  332. }
  333. .ti-view-list-alt:before {
  334. content: "\e668";
  335. }
  336. .ti-view-grid:before {
  337. content: "\e669";
  338. }
  339. .ti-uppercase:before {
  340. content: "\e66a";
  341. }
  342. .ti-upload:before {
  343. content: "\e66b";
  344. }
  345. .ti-underline:before {
  346. content: "\e66c";
  347. }
  348. .ti-truck:before {
  349. content: "\e66d";
  350. }
  351. .ti-timer:before {
  352. content: "\e66e";
  353. }
  354. .ti-ticket:before {
  355. content: "\e66f";
  356. }
  357. .ti-thumb-up:before {
  358. content: "\e670";
  359. }
  360. .ti-thumb-down:before {
  361. content: "\e671";
  362. }
  363. .ti-text:before {
  364. content: "\e672";
  365. }
  366. .ti-stats-up:before {
  367. content: "\e673";
  368. }
  369. .ti-stats-down:before {
  370. content: "\e674";
  371. }
  372. .ti-split-v:before {
  373. content: "\e675";
  374. }
  375. .ti-split-h:before {
  376. content: "\e676";
  377. }
  378. .ti-smallcap:before {
  379. content: "\e677";
  380. }
  381. .ti-shine:before {
  382. content: "\e678";
  383. }
  384. .ti-shift-right:before {
  385. content: "\e679";
  386. }
  387. .ti-shift-left:before {
  388. content: "\e67a";
  389. }
  390. .ti-shield:before {
  391. content: "\e67b";
  392. }
  393. .ti-notepad:before {
  394. content: "\e67c";
  395. }
  396. .ti-server:before {
  397. content: "\e67d";
  398. }
  399. .ti-quote-right:before {
  400. content: "\e67e";
  401. }
  402. .ti-quote-left:before {
  403. content: "\e67f";
  404. }
  405. .ti-pulse:before {
  406. content: "\e680";
  407. }
  408. .ti-printer:before {
  409. content: "\e681";
  410. }
  411. .ti-power-off:before {
  412. content: "\e682";
  413. }
  414. .ti-plug:before {
  415. content: "\e683";
  416. }
  417. .ti-pie-chart:before {
  418. content: "\e684";
  419. }
  420. .ti-paragraph:before {
  421. content: "\e685";
  422. }
  423. .ti-panel:before {
  424. content: "\e686";
  425. }
  426. .ti-package:before {
  427. content: "\e687";
  428. }
  429. .ti-music:before {
  430. content: "\e688";
  431. }
  432. .ti-music-alt:before {
  433. content: "\e689";
  434. }
  435. .ti-mouse:before {
  436. content: "\e68a";
  437. }
  438. .ti-mouse-alt:before {
  439. content: "\e68b";
  440. }
  441. .ti-money:before {
  442. content: "\e68c";
  443. }
  444. .ti-microphone:before {
  445. content: "\e68d";
  446. }
  447. .ti-menu:before {
  448. content: "\e68e";
  449. }
  450. .ti-menu-alt:before {
  451. content: "\e68f";
  452. }
  453. .ti-map:before {
  454. content: "\e690";
  455. }
  456. .ti-map-alt:before {
  457. content: "\e691";
  458. }
  459. .ti-loop:before {
  460. content: "\e692";
  461. }
  462. .ti-location-pin:before {
  463. content: "\e693";
  464. }
  465. .ti-list:before {
  466. content: "\e694";
  467. }
  468. .ti-light-bulb:before {
  469. content: "\e695";
  470. }
  471. .ti-Italic:before {
  472. content: "\e696";
  473. }
  474. .ti-info:before {
  475. content: "\e697";
  476. }
  477. .ti-infinite:before {
  478. content: "\e698";
  479. }
  480. .ti-id-badge:before {
  481. content: "\e699";
  482. }
  483. .ti-hummer:before {
  484. content: "\e69a";
  485. }
  486. .ti-home:before {
  487. content: "\e69b";
  488. }
  489. .ti-help:before {
  490. content: "\e69c";
  491. }
  492. .ti-headphone:before {
  493. content: "\e69d";
  494. }
  495. .ti-harddrives:before {
  496. content: "\e69e";
  497. }
  498. .ti-harddrive:before {
  499. content: "\e69f";
  500. }
  501. .ti-gift:before {
  502. content: "\e6a0";
  503. }
  504. .ti-game:before {
  505. content: "\e6a1";
  506. }
  507. .ti-filter:before {
  508. content: "\e6a2";
  509. }
  510. .ti-files:before {
  511. content: "\e6a3";
  512. }
  513. .ti-file:before {
  514. content: "\e6a4";
  515. }
  516. .ti-eraser:before {
  517. content: "\e6a5";
  518. }
  519. .ti-envelope:before {
  520. content: "\e6a6";
  521. }
  522. .ti-download:before {
  523. content: "\e6a7";
  524. }
  525. .ti-direction:before {
  526. content: "\e6a8";
  527. }
  528. .ti-direction-alt:before {
  529. content: "\e6a9";
  530. }
  531. .ti-dashboard:before {
  532. content: "\e6aa";
  533. }
  534. .ti-control-stop:before {
  535. content: "\e6ab";
  536. }
  537. .ti-control-shuffle:before {
  538. content: "\e6ac";
  539. }
  540. .ti-control-play:before {
  541. content: "\e6ad";
  542. }
  543. .ti-control-pause:before {
  544. content: "\e6ae";
  545. }
  546. .ti-control-forward:before {
  547. content: "\e6af";
  548. }
  549. .ti-control-backward:before {
  550. content: "\e6b0";
  551. }
  552. .ti-cloud:before {
  553. content: "\e6b1";
  554. }
  555. .ti-cloud-up:before {
  556. content: "\e6b2";
  557. }
  558. .ti-cloud-down:before {
  559. content: "\e6b3";
  560. }
  561. .ti-clipboard:before {
  562. content: "\e6b4";
  563. }
  564. .ti-car:before {
  565. content: "\e6b5";
  566. }
  567. .ti-calendar:before {
  568. content: "\e6b6";
  569. }
  570. .ti-book:before {
  571. content: "\e6b7";
  572. }
  573. .ti-bell:before {
  574. content: "\e6b8";
  575. }
  576. .ti-basketball:before {
  577. content: "\e6b9";
  578. }
  579. .ti-bar-chart:before {
  580. content: "\e6ba";
  581. }
  582. .ti-bar-chart-alt:before {
  583. content: "\e6bb";
  584. }
  585. .ti-back-right:before {
  586. content: "\e6bc";
  587. }
  588. .ti-back-left:before {
  589. content: "\e6bd";
  590. }
  591. .ti-arrows-corner:before {
  592. content: "\e6be";
  593. }
  594. .ti-archive:before {
  595. content: "\e6bf";
  596. }
  597. .ti-anchor:before {
  598. content: "\e6c0";
  599. }
  600. .ti-align-right:before {
  601. content: "\e6c1";
  602. }
  603. .ti-align-left:before {
  604. content: "\e6c2";
  605. }
  606. .ti-align-justify:before {
  607. content: "\e6c3";
  608. }
  609. .ti-align-center:before {
  610. content: "\e6c4";
  611. }
  612. .ti-alert:before {
  613. content: "\e6c5";
  614. }
  615. .ti-alarm-clock:before {
  616. content: "\e6c6";
  617. }
  618. .ti-agenda:before {
  619. content: "\e6c7";
  620. }
  621. .ti-write:before {
  622. content: "\e6c8";
  623. }
  624. .ti-window:before {
  625. content: "\e6c9";
  626. }
  627. .ti-widgetized:before {
  628. content: "\e6ca";
  629. }
  630. .ti-widget:before {
  631. content: "\e6cb";
  632. }
  633. .ti-widget-alt:before {
  634. content: "\e6cc";
  635. }
  636. .ti-wallet:before {
  637. content: "\e6cd";
  638. }
  639. .ti-video-clapper:before {
  640. content: "\e6ce";
  641. }
  642. .ti-video-camera:before {
  643. content: "\e6cf";
  644. }
  645. .ti-vector:before {
  646. content: "\e6d0";
  647. }
  648. .ti-themify-logo:before {
  649. content: "\e6d1";
  650. }
  651. .ti-themify-favicon:before {
  652. content: "\e6d2";
  653. }
  654. .ti-themify-favicon-alt:before {
  655. content: "\e6d3";
  656. }
  657. .ti-support:before {
  658. content: "\e6d4";
  659. }
  660. .ti-stamp:before {
  661. content: "\e6d5";
  662. }
  663. .ti-split-v-alt:before {
  664. content: "\e6d6";
  665. }
  666. .ti-slice:before {
  667. content: "\e6d7";
  668. }
  669. .ti-shortcode:before {
  670. content: "\e6d8";
  671. }
  672. .ti-shift-right-alt:before {
  673. content: "\e6d9";
  674. }
  675. .ti-shift-left-alt:before {
  676. content: "\e6da";
  677. }
  678. .ti-ruler-alt-2:before {
  679. content: "\e6db";
  680. }
  681. .ti-receipt:before {
  682. content: "\e6dc";
  683. }
  684. .ti-pin2:before {
  685. content: "\e6dd";
  686. }
  687. .ti-pin-alt:before {
  688. content: "\e6de";
  689. }
  690. .ti-pencil-alt2:before {
  691. content: "\e6df";
  692. }
  693. .ti-palette:before {
  694. content: "\e6e0";
  695. }
  696. .ti-more:before {
  697. content: "\e6e1";
  698. }
  699. .ti-more-alt:before {
  700. content: "\e6e2";
  701. }
  702. .ti-microphone-alt:before {
  703. content: "\e6e3";
  704. }
  705. .ti-magnet:before {
  706. content: "\e6e4";
  707. }
  708. .ti-line-double:before {
  709. content: "\e6e5";
  710. }
  711. .ti-line-dotted:before {
  712. content: "\e6e6";
  713. }
  714. .ti-line-dashed:before {
  715. content: "\e6e7";
  716. }
  717. .ti-layout-width-full:before {
  718. content: "\e6e8";
  719. }
  720. .ti-layout-width-default:before {
  721. content: "\e6e9";
  722. }
  723. .ti-layout-width-default-alt:before {
  724. content: "\e6ea";
  725. }
  726. .ti-layout-tab:before {
  727. content: "\e6eb";
  728. }
  729. .ti-layout-tab-window:before {
  730. content: "\e6ec";
  731. }
  732. .ti-layout-tab-v:before {
  733. content: "\e6ed";
  734. }
  735. .ti-layout-tab-min:before {
  736. content: "\e6ee";
  737. }
  738. .ti-layout-slider:before {
  739. content: "\e6ef";
  740. }
  741. .ti-layout-slider-alt:before {
  742. content: "\e6f0";
  743. }
  744. .ti-layout-sidebar-right:before {
  745. content: "\e6f1";
  746. }
  747. .ti-layout-sidebar-none:before {
  748. content: "\e6f2";
  749. }
  750. .ti-layout-sidebar-left:before {
  751. content: "\e6f3";
  752. }
  753. .ti-layout-placeholder:before {
  754. content: "\e6f4";
  755. }
  756. .ti-layout-menu:before {
  757. content: "\e6f5";
  758. }
  759. .ti-layout-menu-v:before {
  760. content: "\e6f6";
  761. }
  762. .ti-layout-menu-separated:before {
  763. content: "\e6f7";
  764. }
  765. .ti-layout-menu-full:before {
  766. content: "\e6f8";
  767. }
  768. .ti-layout-media-right-alt:before {
  769. content: "\e6f9";
  770. }
  771. .ti-layout-media-right:before {
  772. content: "\e6fa";
  773. }
  774. .ti-layout-media-overlay:before {
  775. content: "\e6fb";
  776. }
  777. .ti-layout-media-overlay-alt:before {
  778. content: "\e6fc";
  779. }
  780. .ti-layout-media-overlay-alt-2:before {
  781. content: "\e6fd";
  782. }
  783. .ti-layout-media-left-alt:before {
  784. content: "\e6fe";
  785. }
  786. .ti-layout-media-left:before {
  787. content: "\e6ff";
  788. }
  789. .ti-layout-media-center-alt:before {
  790. content: "\e700";
  791. }
  792. .ti-layout-media-center:before {
  793. content: "\e701";
  794. }
  795. .ti-layout-list-thumb:before {
  796. content: "\e702";
  797. }
  798. .ti-layout-list-thumb-alt:before {
  799. content: "\e703";
  800. }
  801. .ti-layout-list-post:before {
  802. content: "\e704";
  803. }
  804. .ti-layout-list-large-image:before {
  805. content: "\e705";
  806. }
  807. .ti-layout-line-solid:before {
  808. content: "\e706";
  809. }
  810. .ti-layout-grid4:before {
  811. content: "\e707";
  812. }
  813. .ti-layout-grid3:before {
  814. content: "\e708";
  815. }
  816. .ti-layout-grid2:before {
  817. content: "\e709";
  818. }
  819. .ti-layout-grid2-thumb:before {
  820. content: "\e70a";
  821. }
  822. .ti-layout-cta-right:before {
  823. content: "\e70b";
  824. }
  825. .ti-layout-cta-left:before {
  826. content: "\e70c";
  827. }
  828. .ti-layout-cta-center:before {
  829. content: "\e70d";
  830. }
  831. .ti-layout-cta-btn-right:before {
  832. content: "\e70e";
  833. }
  834. .ti-layout-cta-btn-left:before {
  835. content: "\e70f";
  836. }
  837. .ti-layout-column4:before {
  838. content: "\e710";
  839. }
  840. .ti-layout-column3:before {
  841. content: "\e711";
  842. }
  843. .ti-layout-column2:before {
  844. content: "\e712";
  845. }
  846. .ti-layout-accordion-separated:before {
  847. content: "\e713";
  848. }
  849. .ti-layout-accordion-merged:before {
  850. content: "\e714";
  851. }
  852. .ti-layout-accordion-list:before {
  853. content: "\e715";
  854. }
  855. .ti-ink-pen:before {
  856. content: "\e716";
  857. }
  858. .ti-info-alt:before {
  859. content: "\e717";
  860. }
  861. .ti-help-alt:before {
  862. content: "\e718";
  863. }
  864. .ti-headphone-alt:before {
  865. content: "\e719";
  866. }
  867. .ti-hand-point-up:before {
  868. content: "\e71a";
  869. }
  870. .ti-hand-point-right:before {
  871. content: "\e71b";
  872. }
  873. .ti-hand-point-left:before {
  874. content: "\e71c";
  875. }
  876. .ti-hand-point-down:before {
  877. content: "\e71d";
  878. }
  879. .ti-gallery:before {
  880. content: "\e71e";
  881. }
  882. .ti-face-smile:before {
  883. content: "\e71f";
  884. }
  885. .ti-face-sad:before {
  886. content: "\e720";
  887. }
  888. .ti-credit-card:before {
  889. content: "\e721";
  890. }
  891. .ti-control-skip-forward:before {
  892. content: "\e722";
  893. }
  894. .ti-control-skip-backward:before {
  895. content: "\e723";
  896. }
  897. .ti-control-record:before {
  898. content: "\e724";
  899. }
  900. .ti-control-eject:before {
  901. content: "\e725";
  902. }
  903. .ti-comments-smiley:before {
  904. content: "\e726";
  905. }
  906. .ti-brush-alt:before {
  907. content: "\e727";
  908. }
  909. .ti-youtube:before {
  910. content: "\e728";
  911. }
  912. .ti-vimeo:before {
  913. content: "\e729";
  914. }
  915. .ti-twitter:before {
  916. content: "\e72a";
  917. }
  918. .ti-time:before {
  919. content: "\e72b";
  920. }
  921. .ti-tumblr:before {
  922. content: "\e72c";
  923. }
  924. .ti-skype:before {
  925. content: "\e72d";
  926. }
  927. .ti-share:before {
  928. content: "\e72e";
  929. }
  930. .ti-share-alt:before {
  931. content: "\e72f";
  932. }
  933. .ti-rocket:before {
  934. content: "\e730";
  935. }
  936. .ti-pinterest:before {
  937. content: "\e731";
  938. }
  939. .ti-new-window:before {
  940. content: "\e732";
  941. }
  942. .ti-microsoft:before {
  943. content: "\e733";
  944. }
  945. .ti-list-ol:before {
  946. content: "\e734";
  947. }
  948. .ti-linkedin:before {
  949. content: "\e735";
  950. }
  951. .ti-layout-sidebar-2:before {
  952. content: "\e736";
  953. }
  954. .ti-layout-grid4-alt:before {
  955. content: "\e737";
  956. }
  957. .ti-layout-grid3-alt:before {
  958. content: "\e738";
  959. }
  960. .ti-layout-grid2-alt:before {
  961. content: "\e739";
  962. }
  963. .ti-layout-column4-alt:before {
  964. content: "\e73a";
  965. }
  966. .ti-layout-column3-alt:before {
  967. content: "\e73b";
  968. }
  969. .ti-layout-column2-alt:before {
  970. content: "\e73c";
  971. }
  972. .ti-instagram:before {
  973. content: "\e73d";
  974. }
  975. .ti-google:before {
  976. content: "\e73e";
  977. }
  978. .ti-github:before {
  979. content: "\e73f";
  980. }
  981. .ti-flickr:before {
  982. content: "\e740";
  983. }
  984. .ti-facebook:before {
  985. content: "\e741";
  986. }
  987. .ti-dropbox:before {
  988. content: "\e742";
  989. }
  990. .ti-dribbble:before {
  991. content: "\e743";
  992. }
  993. .ti-apple:before {
  994. content: "\e744";
  995. }
  996. .ti-android:before {
  997. content: "\e745";
  998. }
  999. .ti-save:before {
  1000. content: "\e746";
  1001. }
  1002. .ti-save-alt:before {
  1003. content: "\e747";
  1004. }
  1005. .ti-yahoo:before {
  1006. content: "\e748";
  1007. }
  1008. .ti-wordpress:before {
  1009. content: "\e749";
  1010. }
  1011. .ti-vimeo-alt:before {
  1012. content: "\e74a";
  1013. }
  1014. .ti-twitter-alt:before {
  1015. content: "\e74b";
  1016. }
  1017. .ti-tumblr-alt:before {
  1018. content: "\e74c";
  1019. }
  1020. .ti-trello:before {
  1021. content: "\e74d";
  1022. }
  1023. .ti-stack-overflow:before {
  1024. content: "\e74e";
  1025. }
  1026. .ti-soundcloud:before {
  1027. content: "\e74f";
  1028. }
  1029. .ti-sharethis:before {
  1030. content: "\e750";
  1031. }
  1032. .ti-sharethis-alt:before {
  1033. content: "\e751";
  1034. }
  1035. .ti-reddit:before {
  1036. content: "\e752";
  1037. }
  1038. .ti-pinterest-alt:before {
  1039. content: "\e753";
  1040. }
  1041. .ti-microsoft-alt:before {
  1042. content: "\e754";
  1043. }
  1044. .ti-linux:before {
  1045. content: "\e755";
  1046. }
  1047. .ti-jsfiddle:before {
  1048. content: "\e756";
  1049. }
  1050. .ti-joomla:before {
  1051. content: "\e757";
  1052. }
  1053. .ti-html5:before {
  1054. content: "\e758";
  1055. }
  1056. .ti-flickr-alt:before {
  1057. content: "\e759";
  1058. }
  1059. .ti-email:before {
  1060. content: "\e75a";
  1061. }
  1062. .ti-drupal:before {
  1063. content: "\e75b";
  1064. }
  1065. .ti-dropbox-alt:before {
  1066. content: "\e75c";
  1067. }
  1068. .ti-css3:before {
  1069. content: "\e75d";
  1070. }
  1071. .ti-rss:before {
  1072. content: "\e75e";
  1073. }
  1074. .ti-rss-alt:before {
  1075. content: "\e75f";
  1076. }