
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('./fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('./fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('./fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('./fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('./fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('./fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    /*font: normal normal normal 14px/1 FontAwesome;*/
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}

/*************/
@font-face {
    font-family:'Glyphicons Halflings';
    src:url(./fonts/glyphicons-halflings-regular.eot);
    src:url(./fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(./fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(./fonts/glyphicons-halflings-regular.woff) format('woff'),url(./fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(./fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}
@font-face {
    font-family: Simple-Line-Icons;
    src: url(./fonts/Simple-Line-Icons.eot);
    src: url(./fonts/Simple-Line-Icons.eot?#iefix) format('embedded-opentype'), url(./fonts/Simple-Line-Icons.woff) format('woff'), url(./fonts/Simple-Line-Icons.ttf) format('truetype'), url(./fonts/Simple-Line-Icons.svg#Simple-Line-Icons) format('svg');
    font-weight: 400;
    font-style: normal;
}
.si {
    display: inline-block;
    font-family: Simple-Line-Icons;
    font-style: normal;
}

.si-user-female:before {
    content: "\e000";
}
.si-user-follow:before {
    content: "\e002";
}
.si-user-following:before {
    content: "\e003";
}
.si-user-unfollow:before {
    content: "\e004";
}
.si-trophy:before {
    content: "\e006";
}
.si-screen-smartphone:before {
    content: "\e010";
}
.si-screen-desktop:before {
    content: "\e011";
}
.si-plane:before {
    content: "\e012";
}
.si-notebook:before {
    content: "\e013";
}
.si-moustache:before {
    content: "\e014";
}
.si-mouse:before {
    content: "\e015";
}
.si-magnet:before {
    content: "\e016";
}
.si-energy:before {
    content: "\e020";
}
.si-emoticon-smile:before {
    content: "\e021";
}
.si-disc:before {
    content: "\e022";
}
.si-cursor-move:before {
    content: "\e023";
}
.si-crop:before {
    content: "\e024";
}
.si-credit-card:before {
    content: "\e025";
}
.si-chemistry:before {
    content: "\e026";
}
.si-user:before {
    content: "\e005";
}
.si-speedometer:before {
    content: "\e007";
}
.si-social-youtube:before {
    content: "\e008";
}
.si-social-twitter:before {
    content: "\e009";
}
.si-social-tumblr:before {
    content: "\e00a";
}
.si-social-facebook:before {
    content: "\e00b";
}
.si-social-dropbox:before {
    content: "\e00c";
}
.si-social-dribbble:before {
    content: "\e00d";
}
.si-shield:before {
    content: "\e00e";
}
.si-screen-tablet:before {
    content: "\e00f";
}
.si-magic-wand:before {
    content: "\e017";
}
.si-hourglass:before {
    content: "\e018";
}
.si-graduation:before {
    content: "\e019";
}
.si-ghost:before {
    content: "\e01a";
}
.si-game-controller:before {
    content: "\e01b";
}
.si-fire:before {
    content: "\e01c";
}
.si-eyeglasses:before {
    content: "\e01d";
}
.si-envelope-open:before {
    content: "\e01e";
}
.si-envelope-letter:before {
    content: "\e01f";
}
.si-bell:before {
    content: "\e027";
}
.si-badge:before {
    content: "\e028";
}
.si-anchor:before {
    content: "\e029";
}
.si-wallet:before {
    content: "\e02a";
}
.si-vector:before {
    content: "\e02b";
}
.si-speech:before {
    content: "\e02c";
}
.si-puzzle:before {
    content: "\e02d";
}
.si-printer:before {
    content: "\e02e";
}
.si-present:before {
    content: "\e02f";
}
.si-playlist:before {
    content: "\e030";
}
.si-pin:before {
    content: "\e031";
}
.si-picture:before {
    content: "\e032";
}
.si-map:before {
    content: "\e033";
}
.si-layers:before {
    content: "\e034";
}
.si-handbag:before {
    content: "\e035";
}
.si-globe-alt:before {
    content: "\e036";
}
.si-globe:before {
    content: "\e037";
}
.si-frame:before {
    content: "\e038";
}
.si-folder-alt:before {
    content: "\e039";
}
.si-film:before {
    content: "\e03a";
}
.si-feed:before {
    content: "\e03b";
}
.si-earphones-alt:before {
    content: "\e03c";
}
.si-earphones:before {
    content: "\e03d";
}
.si-drop:before {
    content: "\e03e";
}
.si-drawer:before {
    content: "\e03f";
}
.si-docs:before {
    content: "\e040";
}
.si-directions:before {
    content: "\e041";
}
.si-direction:before {
    content: "\e042";
}
.si-diamond:before {
    content: "\e043";
}
.si-cup:before {
    content: "\e044";
}
.si-compass:before {
    content: "\e045";
}
.si-call-out:before {
    content: "\e046";
}
.si-call-in:before {
    content: "\e047";
}
.si-call-end:before {
    content: "\e048";
}
.si-calculator:before {
    content: "\e049";
}
.si-bubbles:before {
    content: "\e04a";
}
.si-briefcase:before {
    content: "\e04b";
}
.si-book-open:before {
    content: "\e04c";
}
.si-basket-loaded:before {
    content: "\e04d";
}
.si-basket:before {
    content: "\e04e";
}
.si-bag:before {
    content: "\e04f";
}
.si-action-undo:before {
    content: "\e050";
}
.si-action-redo:before {
    content: "\e051";
}
.si-wrench:before {
    content: "\e052";
}
.si-umbrella:before {
    content: "\e053";
}
.si-trash:before {
    content: "\e054";
}
.si-tag:before {
    content: "\e055";
}
.si-support:before {
    content: "\e056";
}
.si-size-fullscreen:before {
    content: "\e057";
}
.si-size-actual:before {
    content: "\e058";
}
.si-shuffle:before {
    content: "\e059";
}
.si-share-alt:before {
    content: "\e05a";
}
.si-share:before {
    content: "\e05b";
}
.si-rocket:before {
    content: "\e05c";
}
.si-question:before {
    content: "\e05d";
}
.si-pie-chart:before {
    content: "\e05e";
}
.si-pencil:before {
    content: "\e05f";
}
.si-note:before {
    content: "\e060";
}
.si-music-tone-alt:before {
    content: "\e061";
}
.si-music-tone:before {
    content: "\e062";
}
.si-microphone:before {
    content: "\e063";
}
.si-loop:before {
    content: "\e064";
}
.si-logout:before {
    content: "\e065";
}
.si-login:before {
    content: "\e066";
}
.si-list:before {
    content: "\e067";
}
.si-like:before {
    content: "\e068";
}
.si-home:before {
    content: "\e069";
}
.si-grid:before {
    content: "\e06a";
}
.si-graph:before {
    content: "\e06b";
}
.si-equalizer:before {
    content: "\e06c";
}
.si-dislike:before {
    content: "\e06d";
}
.si-cursor:before {
    content: "\e06e";
}
.si-control-start:before {
    content: "\e06f";
}
.si-control-rewind:before {
    content: "\e070";
}
.si-control-play:before {
    content: "\e071";
}
.si-control-pause:before {
    content: "\e072";
}
.si-control-forward:before {
    content: "\e073";
}
.si-control-end:before {
    content: "\e074";
}
.si-calendar:before {
    content: "\e075";
}
.si-bulb:before {
    content: "\e076";
}
.si-bar-chart:before {
    content: "\e077";
}
.si-arrow-up:before {
    content: "\e078";
}
.si-arrow-right:before {
    content: "\e079";
}
.si-arrow-left:before {
    content: "\e07a";
}
.si-arrow-down:before {
    content: "\e07b";
}
.si-ban:before {
    content: "\e07c";
}
.si-bubble:before {
    content: "\e07d";
}
.si-camcorder:before {
    content: "\e07e";
}
.si-camera:before {
    content: "\e07f";
}
.si-check:before {
    content: "\e080";
}
.si-clock:before {
    content: "\e081";
}
.si-close:before {
    content: "\e082";
}
.si-cloud-download:before {
    content: "\e083";
}
.si-cloud-upload:before {
    content: "\e084";
}
.si-doc:before {
    content: "\e085";
}
.si-envelope:before {
    content: "\e086";
}
.si-eye:before {
    content: "\e087";
}
.si-flag:before {
    content: "\e088";
}
.si-folder:before {
    content: "\e089";
}
.si-heart:before {
    content: "\e08a";
}
.si-info:before {
    content: "\e08b";
}
.si-key:before {
    content: "\e08c";
}
.si-link:before {
    content: "\e08d";
}
.si-lock:before {
    content: "\e08e";
}
.si-lock-open:before {
    content: "\e08f";
}
.si-magnifier:before {
    content: "\e090";
}
.si-magnifier-add:before {
    content: "\e091";
}
.si-magnifier-remove:before {
    content: "\e092";
}
.si-paper-clip:before {
    content: "\e093";
}
.si-paper-plane:before {
    content: "\e094";
}
.si-plus:before {
    content: "\e095";
}
.si-pointer:before {
    content: "\e096";
}
.si-power:before {
    content: "\e097";
}
.si-refresh:before {
    content: "\e098";
}
.si-reload:before {
    content: "\e099";
}
.si-settings:before {
    content: "\e09a";
}
.si-star:before {
    content: "\e09b";
}
.si-symbol-female:before {
    content: "\e09c";
}
.si-symbol-male:before {
    content: "\e09d";
}
.si-target:before {
    content: "\e09e";
}
.si-volume-1:before {
    content: "\e09f";
}
.si-volume-2:before {
    content: "\e0a0";
}
.si-volume-off:before {
    content: "\e0a1";
}
.si-users:before {
    content: "\e001";
}

/**************************/
@font-face {
    font-family: 'icomoon';
    src:    url('./fonts/icomoon.eot?uh1wnx');
    src:    url('./fonts/icomoon.eot?uh1wnx#iefix') format('embedded-opentype'),
    url('./fonts/icomoon.ttf?uh1wnx') format('truetype'),
    url('./fonts/icomoon.woff?uh1wnx') format('woff'),
    url('./fonts/icomoon.svg?uh1wnx#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icons-"], [class*=" icons-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icons-btn__:before {
    content: "\e941";
}
.icons-btn__2:before {
    content: "\e942";
}
.icons-110:before {
    content: "\e93f";
}
.icons-uniE940:before {
    content: "\e940";
}
.icons-uniE96E:before {
    content: "\e96e";
}
.icons-FY_:before {
    content: "\e96f";
}
.icons-uniE96D:before {
    content: "\e96d";
}
.icons-uniE96B:before {
    content: "\e96b";
}
.icons-uniE96C:before {
    content: "\e96c";
}
.icons-uniE967:before {
    content: "\e967";
}
.icons--01:before {
    content: "\e968";
}
.icons-uniE969:before {
    content: "\e969";
}
.icons-113:before {
    content: "\e96a";
}
.icons-uniE966:before {
    content: "\e966";
}
.icons-uniE965:before {
    content: "\e965";
}
.icons-vip0:before {
    content: "\e95e";
}
.icons-vip6:before {
    content: "\e95f";
}
.icons-vip5:before {
    content: "\e960";
}
.icons-vip4:before {
    content: "\e961";
}
.icons-vip3:before {
    content: "\e962";
}
.icons-vip2:before {
    content: "\e963";
}
.icons-vip1:before {
    content: "\e964";
}
.icons-uniE95B:before {
    content: "\e95b";
}
.icons-uniE95C:before {
    content: "\e95c";
}
.icons-112:before {
    content: "\e95d";
}
.icons-uniE95A:before {
    content: "\e95a";
}
.icons-uniE959:before {
    content: "\e959";
}
.icons-uniE956:before {
    content: "\e956";
}
.icons-uniE957:before {
    content: "\e957";
}
.icons-uniE958:before {
    content: "\e958";
}
.icons-uniE951:before {
    content: "\e951";
}
.icons-uniE952:before {
    content: "\e952";
}
.icons-uniE953:before {
    content: "\e953";
}
.icons-uniE954:before {
    content: "\e954";
}
.icons-purchase:before {
    content: "\e955";
}
.icons-uniE949:before {
    content: "\e949";
}
.icons-uniE94A:before {
    content: "\e94a";
}
.icons-uniE94B:before {
    content: "\e94b";
}
.icons-uniE94C:before {
    content: "\e94c";
}
.icons-uniE94D:before {
    content: "\e94d";
}
.icons-icon:before {
    content: "\e94e";
}
.icons-uniE94F:before {
    content: "\e94f";
}
.icons-VIP_2:before {
    content: "\e950";
}
.icons-uniE948:before {
    content: "\e948";
}
.icons-111:before {
    content: "\e946";
}
.icons-uniE947:before {
    content: "\e947";
}
.icons-uniE945:before {
    content: "\e945";
}
.icons-uniE943:before {
    content: "\e943";
}
.icons-uniE944:before {
    content: "\e944";
}
.icons-uniE93D:before {
    content: "\e93d";
}
.icons-uniE93E:before {
    content: "\e93e";
}
.icons-kunzy:before {
    content: "\e900";
}
.icons-uniE901:before {
    content: "\e901";
}
.icons-uniE902:before {
    content: "\e902";
}
.icons-uniE903:before {
    content: "\e903";
}
.icons-uniE904:before {
    content: "\e904";
}
.icons-uniE905:before {
    content: "\e905";
}
.icons-uniE906:before {
    content: "\e906";
}
.icons-QQ:before {
    content: "\e907";
}
.icons-uniE908:before {
    content: "\e908";
}
.icons-uniE909:before {
    content: "\e909";
}
.icons-uniE90A:before {
    content: "\e90a";
}
.icons-uniE90B:before {
    content: "\e90b";
}
.icons-icons-1460187631756:before {
    content: "\e90c";
}
.icons-1:before {
    content: "\e90d";
}
.icons-12:before {
    content: "\e90e";
}
.icons-uniE90F:before {
    content: "\e90f";
}
.icons-13:before {
    content: "\e910";
}
.icons-uniE911:before {
    content: "\e911";
}
.icons-uniE912:before {
    content: "\e912";
}
.icons-uniE913:before {
    content: "\e913";
}
.icons-14:before {
    content: "\e914";
}
.icons-2:before {
    content: "\e915";
}
.icons-3:before {
    content: "\e916";
}
.icons-uniE917:before {
    content: "\e917";
}
.icons-uniE918:before {
    content: "\e918";
}
.icons-uniE919:before {
    content: "\e919";
}
.icons-15:before {
    content: "\e91a";
}
.icons-22:before {
    content: "\e91b";
}
.icons-32:before {
    content: "\e91c";
}
.icons-4:before {
    content: "\e91d";
}
.icons-5:before {
    content: "\e91e";
}
.icons-6:before {
    content: "\e91f";
}
.icons-uniE920:before {
    content: "\e920";
}
.icons-uniE921:before {
    content: "\e921";
}
.icons-uniE922:before {
    content: "\e922";
}
.icons-uniE923:before {
    content: "\e923";
}
.icons-uniE924:before {
    content: "\e924";
}
.icons-uniE925:before {
    content: "\e925";
}
.icons-uniE926:before {
    content: "\e926";
}
.icons-16:before {
    content: "\e927";
}
.icons-23:before {
    content: "\e928";
}
.icons-uniE929:before {
    content: "\e929";
}
.icons-17:before {
    content: "\e92a";
}
.icons-uniE92B:before {
    content: "\e92b";
}
.icons-uniE92C:before {
    content: "\e92c";
}
.icons-uniE92D:before {
    content: "\e92d";
}
.icons-uniE92E:before {
    content: "\e92e";
}
.icons-uniE92F:before {
    content: "\e92f";
}
.icons-uniE930:before {
    content: "\e930";
}
.icons-uniE931:before {
    content: "\e931";
}
.icons-uniE932:before {
    content: "\e932";
}
.icons-18:before {
    content: "\e933";
}
.icons-uniE934:before {
    content: "\e934";
}
.icons-uniE935:before {
    content: "\e935";
}
.icons-19:before {
    content: "\e936";
}
.icons-uniE937:before {
    content: "\e937";
}
.icons-uniE938:before {
    content: "\e938";
}
.icons-uniE939:before {
    content: "\e939";
}
.icons-uniE93A:before {
    content: "\e93a";
}
.icons-uniE93B:before {
    content: "\e93b";
}
.icons-uniE93C:before {
    content: "\e93c";
}

@font-face {
    font-family: "iconfont2"; /* Project id 2681846 */
    src: url('./fonts/font_2681846_oha349igjub.woff2') format('woff2'),
    url('./fonts/font_2681846_oha349igjub.woff') format('woff'),
    url('./fonts/font_2681846_oha349igjub.ttf') format('truetype');
}

.iconfont2 {
    font-family: "iconfont2" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-backup:before {
    content: "\e6de";
}

.icon-huifu:before {
    content: "\e6e9";
}

.icon-loudongxiufu:before {
    content: "\e622";
}

.icon-peixun:before {
    content: "\e61b";
}

.icon-ceshi:before {
    content: "\e6ce";
}

.icon-wangzhan1:before {
    content: "\e6f5";
}

.icon-yonghushouce:before {
    content: "\e699";
}

.icon-ic_normal_personnel:before {
    content: "\e658";
}

.icon-beian:before {
    content: "\e66d";
}

.icon-fuwudingdanxiangqing-kefu:before {
    content: "\e612";
}

.icon-yunweizhongxinzichanzonglan:before {
    content: "\e657";
}

.icon-kejianliulan:before {
    content: "\e696";
}

.icon-jiazhiguan2:before {
    content: "\e675";
}

.icon-mubiao:before {
    content: "\e643";
}

.icon-jingyinglinian:before {
    content: "\e645";
}

.icon-shiming:before {
    content: "\e65f";
}

.icon-yuanjing:before {
    content: "\e697";
}

.icon--pcwangzhan:before {
    content: "\e618";
}

.icon-zengzhifuwu:before {
    content: "\e674";
}

.icon-wangzhan:before {
    content: "\e698";
}

.icon-yingxiao:before {
    content: "\e61a";
}

.icon-jiantou-xia:before {
    content: "\e60c";
}

.icon-arrow-prev:before {
    content: "\e607";
}

.icon-a-zu8220:before {
    content: "\e60b";
}

.icon-chuangyicehua:before {
    content: "\e610";
}

.icon--:before {
    content: "\e611";
}

.icon-peitaofuwu:before {
    content: "\e6dc";
}

.icon-zixun1:before {
    content: "\e662";
}

.icon-dingwei:before {
    content: "\e609";
}

.icon-bianzu26:before {
    content: "\e684";
}

.icon-xianxingtubiaozhizuomoban-12:before {
    content: "\e619";
}

.icon-fukuan:before {
    content: "\e6a1";
}

.icon-zixun:before {
    content: "\e642";
}

.icon-tubiao_xiadan:before {
    content: "\e63d";
}

.icon-chaxun_:before {
    content: "\e60f";
}

.icon-hetong:before {
    content: "\e6d5";
}

.icon-neirongziduanguanli:before {
    content: "\e6b2";
}

.icon-chengxu:before {
    content: "\e617";
}

.icon-fuwuqi:before {
    content: "\e60d";
}

.icon-duanwang:before {
    content: "\e7b4";
}

.icon-qianduan:before {
    content: "\e8f7";
}

.icon-wuren:before {
    content: "\e60e";
}

.icon-buanquanshijianchaxun:before {
    content: "\e605";
}

.icon-wangye:before {
    content: "\e656";
}

.icon-shouji:before {
    content: "\e8b5";
}

.icon-dianhua2:before {
    content: "\e65b";
}

.icon-lanmu:before {
    content: "\e603";
}

.icon-hotspot_icon_redian:before {
    content: "\e690";
}

.icon-lanmu1:before {
    content: "\e613";
}

.icon-biaoqian:before {
    content: "\e7ad";
}

.icon-riqi:before {
    content: "\e7bc";
}

.icon-xiaoxi:before {
    content: "\e660";
}

.icon-star-full:before {
    content: "\e745";
}

.icon-HR:before {
    content: "\e64c";
}

.icon-daohang:before {
    content: "\e7c8";
}

.icon-jia-copy-copy:before {
    content: "\e604";
}

.icon-dianhua1:before {
    content: "\e60a";
}

.icon-zuoji:before {
    content: "\e616";
}

.icon-SEO:before {
    content: "\e631";
}

.icon-mjiantou-copy:before {
    content: "\e600";
}

.icon-qq:before {
    content: "\e61c";
}

.icon-iconfontyoujiantou-copy-copy-copy-copy:before {
    content: "\e601";
}

.icon-weixin:before {
    content: "\e65e";
}

.icon-index:before {
    content: "\e602";
}

.icon-zaixiankefu:before {
    content: "\e640";
}

.icon-wangzhanjianshe:before {
    content: "\e68f";
}

.icon-changjiantou:before {
    content: "\e608";
}

.icon-dianhua:before {
    content: "\e69a";
}

.icon-youxiang:before {
    content: "\e72d";
}

.icon-dianhua01:before {
    content: "\e68e";
}

.icon-a-shijian2:before {
    content: "\e683";
}

.icon-dizhi:before {
    content: "\e606";
}

@charset "utf-8";
/*
-------------------------------------------------------
IcoMoon - Ultimate Pack. Purchased by anyker@gmail.com
-------------------------------------------------------
*/
@font-face {
    font-family: 'IcoMoon-Ultimate';
    src: url('./fonts/IcoMoon-Ultimate.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.booen_icon {
    font-family: 'IcoMoon-Ultimate';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.booen_icon-home:before {
    content: "\e900";
}
.booen_icon-home2:before {
    content: "\e901";
}
.booen_icon-home3:before {
    content: "\e902";
}
.booen_icon-home4:before {
    content: "\e903";
}
.booen_icon-home5:before {
    content: "\e904";
}
.booen_icon-home6:before {
    content: "\e905";
}
.booen_icon-home7:before {
    content: "\e906";
}
.booen_icon-home8:before {
    content: "\e907";
}
.booen_icon-home9:before {
    content: "\e908";
}
.booen_icon-office:before {
    content: "\e909";
}
.booen_icon-city:before {
    content: "\e90a";
}
.booen_icon-newspaper:before {
    content: "\e90b";
}
.booen_icon-magazine:before {
    content: "\e90c";
}
.booen_icon-design:before {
    content: "\e90d";
}
.booen_icon-pencil:before {
    content: "\e90e";
}
.booen_icon-pencil2:before {
    content: "\e90f";
}
.booen_icon-pencil3:before {
    content: "\e910";
}
.booen_icon-pencil4:before {
    content: "\e911";
}
.booen_icon-pencil5:before {
    content: "\e912";
}
.booen_icon-pencil6:before {
    content: "\e913";
}
.booen_icon-pencil7:before {
    content: "\e914";
}
.booen_icon-eraser:before {
    content: "\e915";
}
.booen_icon-eraser2:before {
    content: "\e916";
}
.booen_icon-eraser3:before {
    content: "\e917";
}
.booen_icon-quill:before {
    content: "\e918";
}
.booen_icon-quill2:before {
    content: "\e919";
}
.booen_icon-quill3:before {
    content: "\e91a";
}
.booen_icon-quill4:before {
    content: "\e91b";
}
.booen_icon-pen:before {
    content: "\e91c";
}
.booen_icon-pen-plus:before {
    content: "\e91d";
}
.booen_icon-pen-minus:before {
    content: "\e91e";
}
.booen_icon-pen2:before {
    content: "\e91f";
}
.booen_icon-pen3:before {
    content: "\e920";
}
.booen_icon-pen4:before {
    content: "\e921";
}
.booen_icon-pen5:before {
    content: "\e922";
}
.booen_icon-marker:before {
    content: "\e923";
}
.booen_icon-marker2:before {
    content: "\e924";
}
.booen_icon-blog:before {
    content: "\e925";
}
.booen_icon-blog2:before {
    content: "\e926";
}
.booen_icon-pen6:before {
    content: "\e927";
}
.booen_icon-brush:before {
    content: "\e928";
}
.booen_icon-spray:before {
    content: "\e929";
}
.booen_icon-palette:before {
    content: "\e92a";
}
.booen_icon-palette2:before {
    content: "\e92b";
}
.booen_icon-color-sampler:before {
    content: "\e92c";
}
.booen_icon-toggle:before {
    content: "\e92d";
}
.booen_icon-bucket:before {
    content: "\e92e";
}
.booen_icon-bucket2:before {
    content: "\e92f";
}
.booen_icon-gradient:before {
    content: "\e930";
}
.booen_icon-eyedropper:before {
    content: "\e931";
}
.booen_icon-eyedropper2:before {
    content: "\e932";
}
.booen_icon-eyedropper3:before {
    content: "\e933";
}
.booen_icon-droplet:before {
    content: "\e934";
}
.booen_icon-droplet2:before {
    content: "\e935";
}
.booen_icon-droplet-contrast:before {
    content: "\e936";
}
.booen_icon-color-clear:before {
    content: "\e937";
}
.booen_icon-paint-format:before {
    content: "\e938";
}
.booen_icon-stamp:before {
    content: "\e939";
}
.booen_icon-images:before {
    content: "\e93a";
}
.booen_icon-image:before {
    content: "\e93b";
}
.booen_icon-image2:before {
    content: "\e93c";
}
.booen_icon-image-compare:before {
    content: "\e93d";
}
.booen_icon-images2:before {
    content: "\e93e";
}
.booen_icon-image3:before {
    content: "\e93f";
}
.booen_icon-images3:before {
    content: "\e940";
}
.booen_icon-image4:before {
    content: "\e941";
}
.booen_icon-image5:before {
    content: "\e942";
}
.booen_icon-image6:before {
    content: "\e943";
}
.booen_icon-camera:before {
    content: "\e944";
}
.booen_icon-camera2:before {
    content: "\e945";
}
.booen_icon-camera3:before {
    content: "\e946";
}
.booen_icon-shutter:before {
    content: "\e947";
}
.booen_icon-headphones:before {
    content: "\e948";
}
.booen_icon-headset:before {
    content: "\e949";
}
.booen_icon-music:before {
    content: "\e94a";
}
.booen_icon-music2:before {
    content: "\e94b";
}
.booen_icon-music3:before {
    content: "\e94c";
}
.booen_icon-music4:before {
    content: "\e94d";
}
.booen_icon-music5:before {
    content: "\e94e";
}
.booen_icon-music6:before {
    content: "\e94f";
}
.booen_icon-album:before {
    content: "\e950";
}
.booen_icon-cassette:before {
    content: "\e951";
}
.booen_icon-tape:before {
    content: "\e952";
}
.booen_icon-piano:before {
    content: "\e953";
}
.booen_icon-guitar:before {
    content: "\e954";
}
.booen_icon-trumpet:before {
    content: "\e955";
}
.booen_icon-speakers:before {
    content: "\e956";
}
.booen_icon-play:before {
    content: "\e957";
}
.booen_icon-play2:before {
    content: "\e958";
}
.booen_icon-clapboard-play:before {
    content: "\e959";
}
.booen_icon-clapboard:before {
    content: "\e95a";
}
.booen_icon-media:before {
    content: "\e95b";
}
.booen_icon-presentation:before {
    content: "\e95c";
}
.booen_icon-movie:before {
    content: "\e95d";
}
.booen_icon-film:before {
    content: "\e95e";
}
.booen_icon-film2:before {
    content: "\e95f";
}
.booen_icon-film3:before {
    content: "\e960";
}
.booen_icon-film4:before {
    content: "\e961";
}
.booen_icon-video-camera:before {
    content: "\e962";
}
.booen_icon-video-camera2:before {
    content: "\e963";
}
.booen_icon-video-camera-slash:before {
    content: "\e964";
}
.booen_icon-video-camera3:before {
    content: "\e965";
}
.booen_icon-video-camera4:before {
    content: "\e966";
}
.booen_icon-video-camera-slash2:before {
    content: "\e967";
}
.booen_icon-video-camera5:before {
    content: "\e968";
}
.booen_icon-recording:before {
    content: "\e969";
}
.booen_icon-dice:before {
    content: "\e96a";
}
.booen_icon-gamepad:before {
    content: "\e96b";
}
.booen_icon-gamepad2:before {
    content: "\e96c";
}
.booen_icon-gamepad3:before {
    content: "\e96d";
}
.booen_icon-pacman:before {
    content: "\e96e";
}
.booen_icon-spades:before {
    content: "\e96f";
}
.booen_icon-clubs:before {
    content: "\e970";
}
.booen_icon-diamonds:before {
    content: "\e971";
}
.booen_icon-chess-king:before {
    content: "\e972";
}
.booen_icon-chess-queen:before {
    content: "\e973";
}
.booen_icon-chess-rock:before {
    content: "\e974";
}
.booen_icon-chess-bishop:before {
    content: "\e975";
}
.booen_icon-chess-knight:before {
    content: "\e976";
}
.booen_icon-chess-pawn:before {
    content: "\e977";
}
.booen_icon-chess:before {
    content: "\e978";
}
.booen_icon-bullhorn:before {
    content: "\e979";
}
.booen_icon-megaphone:before {
    content: "\e97a";
}
.booen_icon-new:before {
    content: "\e97b";
}
.booen_icon-connection:before {
    content: "\e97c";
}
.booen_icon-connection2:before {
    content: "\e97d";
}
.booen_icon-connection3:before {
    content: "\e97e";
}
.booen_icon-connection4:before {
    content: "\e97f";
}
.booen_icon-podcast:before {
    content: "\e980";
}
.booen_icon-station:before {
    content: "\e981";
}
.booen_icon-station2:before {
    content: "\e982";
}
.booen_icon-antenna:before {
    content: "\e983";
}
.booen_icon-satellite-dish:before {
    content: "\e984";
}
.booen_icon-satellite-dish2:before {
    content: "\e985";
}
.booen_icon-feed:before {
    content: "\e986";
}
.booen_icon-podcast2:before {
    content: "\e987";
}
.booen_icon-antenna2:before {
    content: "\e988";
}
.booen_icon-mic:before {
    content: "\e989";
}
.booen_icon-mic-off:before {
    content: "\e98a";
}
.booen_icon-mic2:before {
    content: "\e98b";
}
.booen_icon-mic-off2:before {
    content: "\e98c";
}
.booen_icon-mic3:before {
    content: "\e98d";
}
.booen_icon-mic4:before {
    content: "\e98e";
}
.booen_icon-mic5:before {
    content: "\e98f";
}
.booen_icon-book:before {
    content: "\e990";
}
.booen_icon-book2:before {
    content: "\e991";
}
.booen_icon-book-play:before {
    content: "\e992";
}
.booen_icon-book3:before {
    content: "\e993";
}
.booen_icon-bookmark:before {
    content: "\e994";
}
.booen_icon-books:before {
    content: "\e995";
}
.booen_icon-archive:before {
    content: "\e996";
}
.booen_icon-reading:before {
    content: "\e997";
}
.booen_icon-library:before {
    content: "\e998";
}
.booen_icon-library2:before {
    content: "\e999";
}
.booen_icon-graduation:before {
    content: "\e99a";
}
.booen_icon-file-text:before {
    content: "\e99b";
}
.booen_icon-profile:before {
    content: "\e99c";
}
.booen_icon-file-empty:before {
    content: "\e99d";
}
.booen_icon-file-empty2:before {
    content: "\e99e";
}
.booen_icon-files-empty:before {
    content: "\e99f";
}
.booen_icon-files-empty2:before {
    content: "\e9a0";
}
.booen_icon-file-plus:before {
    content: "\e9a1";
}
.booen_icon-file-plus2:before {
    content: "\e9a2";
}
.booen_icon-file-minus:before {
    content: "\e9a3";
}
.booen_icon-file-minus2:before {
    content: "\e9a4";
}
.booen_icon-file-download:before {
    content: "\e9a5";
}
.booen_icon-file-download2:before {
    content: "\e9a6";
}
.booen_icon-file-upload:before {
    content: "\e9a7";
}
.booen_icon-file-upload2:before {
    content: "\e9a8";
}
.booen_icon-file-check:before {
    content: "\e9a9";
}
.booen_icon-file-check2:before {
    content: "\e9aa";
}
.booen_icon-file-eye:before {
    content: "\e9ab";
}
.booen_icon-file-eye2:before {
    content: "\e9ac";
}
.booen_icon-file-text2:before {
    content: "\e9ad";
}
.booen_icon-file-text3:before {
    content: "\e9ae";
}
.booen_icon-file-picture:before {
    content: "\e9af";
}
.booen_icon-file-picture2:before {
    content: "\e9b0";
}
.booen_icon-file-music:before {
    content: "\e9b1";
}
.booen_icon-file-music2:before {
    content: "\e9b2";
}
.booen_icon-file-play:before {
    content: "\e9b3";
}
.booen_icon-file-play2:before {
    content: "\e9b4";
}
.booen_icon-file-video:before {
    content: "\e9b5";
}
.booen_icon-file-video2:before {
    content: "\e9b6";
}
.booen_icon-copy:before {
    content: "\e9b7";
}
.booen_icon-copy2:before {
    content: "\e9b8";
}
.booen_icon-file-zip:before {
    content: "\e9b9";
}
.booen_icon-file-zip2:before {
    content: "\e9ba";
}
.booen_icon-file-xml:before {
    content: "\e9bb";
}
.booen_icon-file-xml2:before {
    content: "\e9bc";
}
.booen_icon-file-css:before {
    content: "\e9bd";
}
.booen_icon-file-css2:before {
    content: "\e9be";
}
.booen_icon-file-presentation:before {
    content: "\e9bf";
}
.booen_icon-file-presentation2:before {
    content: "\e9c0";
}
.booen_icon-file-stats:before {
    content: "\e9c1";
}
.booen_icon-file-stats2:before {
    content: "\e9c2";
}
.booen_icon-file-locked:before {
    content: "\e9c3";
}
.booen_icon-file-locked2:before {
    content: "\e9c4";
}
.booen_icon-file-spreadsheet:before {
    content: "\e9c5";
}
.booen_icon-file-spreadsheet2:before {
    content: "\e9c6";
}
.booen_icon-copy3:before {
    content: "\e9c7";
}
.booen_icon-copy4:before {
    content: "\e9c8";
}
.booen_icon-paste:before {
    content: "\e9c9";
}
.booen_icon-paste2:before {
    content: "\e9ca";
}
.booen_icon-paste3:before {
    content: "\e9cb";
}
.booen_icon-paste4:before {
    content: "\e9cc";
}
.booen_icon-stack:before {
    content: "\e9cd";
}
.booen_icon-stack2:before {
    content: "\e9ce";
}
.booen_icon-stack3:before {
    content: "\e9cf";
}
.booen_icon-folder:before {
    content: "\e9d0";
}
.booen_icon-folder-search:before {
    content: "\e9d1";
}
.booen_icon-folder-download:before {
    content: "\e9d2";
}
.booen_icon-folder-upload:before {
    content: "\e9d3";
}
.booen_icon-folder-plus:before {
    content: "\e9d4";
}
.booen_icon-folder-plus2:before {
    content: "\e9d5";
}
.booen_icon-folder-minus:before {
    content: "\e9d6";
}
.booen_icon-folder-minus2:before {
    content: "\e9d7";
}
.booen_icon-folder-check:before {
    content: "\e9d8";
}
.booen_icon-folder-heart:before {
    content: "\e9d9";
}
.booen_icon-folder-remove:before {
    content: "\e9da";
}
.booen_icon-folder2:before {
    content: "\e9db";
}
.booen_icon-folder-open:before {
    content: "\e9dc";
}
.booen_icon-folder3:before {
    content: "\e9dd";
}
.booen_icon-folder4:before {
    content: "\e9de";
}
.booen_icon-folder-plus3:before {
    content: "\e9df";
}
.booen_icon-folder-minus3:before {
    content: "\e9e0";
}
.booen_icon-folder-plus4:before {
    content: "\e9e1";
}
.booen_icon-folder-minus4:before {
    content: "\e9e2";
}
.booen_icon-folder-download2:before {
    content: "\e9e3";
}
.booen_icon-folder-upload2:before {
    content: "\e9e4";
}
.booen_icon-folder-download3:before {
    content: "\e9e5";
}
.booen_icon-folder-upload3:before {
    content: "\e9e6";
}
.booen_icon-folder5:before {
    content: "\e9e7";
}
.booen_icon-folder-open2:before {
    content: "\e9e8";
}
.booen_icon-folder6:before {
    content: "\e9e9";
}
.booen_icon-folder-open3:before {
    content: "\e9ea";
}
.booen_icon-certificate:before {
    content: "\e9eb";
}
.booen_icon-cc:before {
    content: "\e9ec";
}
.booen_icon-price-tag:before {
    content: "\e9ed";
}
.booen_icon-price-tag2:before {
    content: "\e9ee";
}
.booen_icon-price-tags:before {
    content: "\e9ef";
}
.booen_icon-price-tag3:before {
    content: "\e9f0";
}
.booen_icon-price-tags2:before {
    content: "\e9f1";
}
.booen_icon-price-tag4:before {
    content: "\e9f2";
}
.booen_icon-price-tags3:before {
    content: "\e9f3";
}
.booen_icon-price-tag5:before {
    content: "\e9f4";
}
.booen_icon-price-tags4:before {
    content: "\e9f5";
}
.booen_icon-barcode:before {
    content: "\e9f6";
}
.booen_icon-barcode2:before {
    content: "\e9f7";
}
.booen_icon-qrcode:before {
    content: "\e9f8";
}
.booen_icon-ticket:before {
    content: "\e9f9";
}
.booen_icon-ticket2:before {
    content: "\e9fa";
}
.booen_icon-theater:before {
    content: "\e9fb";
}
.booen_icon-store:before {
    content: "\e9fc";
}
.booen_icon-store2:before {
    content: "\e9fd";
}
.booen_icon-cart:before {
    content: "\e9fe";
}
.booen_icon-cart2:before {
    content: "\e9ff";
}
.booen_icon-cart3:before {
    content: "\ea00";
}
.booen_icon-cart4:before {
    content: "\ea01";
}
.booen_icon-cart5:before {
    content: "\ea02";
}
.booen_icon-cart-add:before {
    content: "\ea03";
}
.booen_icon-cart-add2:before {
    content: "\ea04";
}
.booen_icon-cart-remove:before {
    content: "\ea05";
}
.booen_icon-basket:before {
    content: "\ea06";
}
.booen_icon-bag:before {
    content: "\ea07";
}
.booen_icon-bag2:before {
    content: "\ea08";
}
.booen_icon-percent:before {
    content: "\ea09";
}
.booen_icon-coins:before {
    content: "\ea0a";
}
.booen_icon-coin-dollar:before {
    content: "\ea0b";
}
.booen_icon-coin-euro:before {
    content: "\ea0c";
}
.booen_icon-coin-pound:before {
    content: "\ea0d";
}
.booen_icon-coin-yen:before {
    content: "\ea0e";
}
.booen_icon-piggy-bank:before {
    content: "\ea0f";
}
.booen_icon-wallet:before {
    content: "\ea10";
}
.booen_icon-cash:before {
    content: "\ea11";
}
.booen_icon-cash2:before {
    content: "\ea12";
}
.booen_icon-cash3:before {
    content: "\ea13";
}
.booen_icon-cash4:before {
    content: "\ea14";
}
.booen_icon-credit-card:before {
    content: "\ea15";
}
.booen_icon-credit-card2:before {
    content: "\ea16";
}
.booen_icon-calculator:before {
    content: "\ea17";
}
.booen_icon-calculator2:before {
    content: "\ea18";
}
.booen_icon-calculator3:before {
    content: "\ea19";
}
.booen_icon-chip:before {
    content: "\ea1a";
}
.booen_icon-lifebuoy:before {
    content: "\ea1b";
}
.booen_icon-phone:before {
    content: "\ea1c";
}
.booen_icon-phone2:before {
    content: "\ea1d";
}
.booen_icon-phone-slash:before {
    content: "\ea1e";
}
.booen_icon-phone-wave:before {
    content: "\ea1f";
}
.booen_icon-phone-plus:before {
    content: "\ea20";
}
.booen_icon-phone-minus:before {
    content: "\ea21";
}
.booen_icon-phone-plus2:before {
    content: "\ea22";
}
.booen_icon-phone-minus2:before {
    content: "\ea23";
}
.booen_icon-phone-incoming:before {
    content: "\ea24";
}
.booen_icon-phone-outgoing:before {
    content: "\ea25";
}
.booen_icon-phone3:before {
    content: "\ea26";
}
.booen_icon-phone-slash2:before {
    content: "\ea27";
}
.booen_icon-phone-wave2:before {
    content: "\ea28";
}
.booen_icon-phone-hang-up:before {
    content: "\ea29";
}
.booen_icon-phone-hang-up2:before {
    content: "\ea2a";
}
.booen_icon-address-book:before {
    content: "\ea2b";
}
.booen_icon-address-book2:before {
    content: "\ea2c";
}
.booen_icon-address-book3:before {
    content: "\ea2d";
}
.booen_icon-notebook:before {
    content: "\ea2e";
}
.booen_icon-at-sign:before {
    content: "\ea2f";
}
.booen_icon-envelop:before {
    content: "\ea30";
}
.booen_icon-envelop2:before {
    content: "\ea31";
}
.booen_icon-envelop3:before {
    content: "\ea32";
}
.booen_icon-envelop4:before {
    content: "\ea33";
}
.booen_icon-envelop5:before {
    content: "\ea34";
}
.booen_icon-mailbox:before {
    content: "\ea35";
}
.booen_icon-pushpin:before {
    content: "\ea36";
}
.booen_icon-pushpin2:before {
    content: "\ea37";
}
.booen_icon-location:before {
    content: "\ea38";
}
.booen_icon-location2:before {
    content: "\ea39";
}
.booen_icon-location3:before {
    content: "\ea3a";
}
.booen_icon-location4:before {
    content: "\ea3b";
}
.booen_icon-location5:before {
    content: "\ea3c";
}
.booen_icon-location6:before {
    content: "\ea3d";
}
.booen_icon-location7:before {
    content: "\ea3e";
}
.booen_icon-compass:before {
    content: "\ea3f";
}
.booen_icon-compass2:before {
    content: "\ea40";
}
.booen_icon-compass3:before {
    content: "\ea41";
}
.booen_icon-compass4:before {
    content: "\ea42";
}
.booen_icon-compass5:before {
    content: "\ea43";
}
.booen_icon-compass6:before {
    content: "\ea44";
}
.booen_icon-map:before {
    content: "\ea45";
}
.booen_icon-map2:before {
    content: "\ea46";
}
.booen_icon-map3:before {
    content: "\ea47";
}
.booen_icon-map4:before {
    content: "\ea48";
}
.booen_icon-map5:before {
    content: "\ea49";
}
.booen_icon-direction:before {
    content: "\ea4a";
}
.booen_icon-reset:before {
    content: "\ea4b";
}
.booen_icon-history:before {
    content: "\ea4c";
}
.booen_icon-clock:before {
    content: "\ea4d";
}
.booen_icon-clock2:before {
    content: "\ea4e";
}
.booen_icon-clock3:before {
    content: "\ea4f";
}
.booen_icon-clock4:before {
    content: "\ea50";
}
.booen_icon-watch:before {
    content: "\ea51";
}
.booen_icon-watch2:before {
    content: "\ea52";
}
.booen_icon-alarm:before {
    content: "\ea53";
}
.booen_icon-alarm-add:before {
    content: "\ea54";
}
.booen_icon-alarm-check:before {
    content: "\ea55";
}
.booen_icon-alarm-cancel:before {
    content: "\ea56";
}
.booen_icon-bell:before {
    content: "\ea57";
}
.booen_icon-bell2:before {
    content: "\ea58";
}
.booen_icon-bell3:before {
    content: "\ea59";
}
.booen_icon-bell-plus:before {
    content: "\ea5a";
}
.booen_icon-bell-minus:before {
    content: "\ea5b";
}
.booen_icon-bell-check:before {
    content: "\ea5c";
}
.booen_icon-bell-cross:before {
    content: "\ea5d";
}
.booen_icon-stopwatch:before {
    content: "\ea5e";
}
.booen_icon-calendar:before {
    content: "\ea5f";
}
.booen_icon-calendar2:before {
    content: "\ea60";
}
.booen_icon-calendar3:before {
    content: "\ea61";
}
.booen_icon-calendar4:before {
    content: "\ea62";
}
.booen_icon-calendar5:before {
    content: "\ea63";
}
.booen_icon-printer:before {
    content: "\ea64";
}
.booen_icon-printer2:before {
    content: "\ea65";
}
.booen_icon-printer3:before {
    content: "\ea66";
}
.booen_icon-printer4:before {
    content: "\ea67";
}
.booen_icon-shredder:before {
    content: "\ea68";
}
.booen_icon-mouse:before {
    content: "\ea69";
}
.booen_icon-mouse2:before {
    content: "\ea6a";
}
.booen_icon-mouse-left:before {
    content: "\ea6b";
}
.booen_icon-mouse-right:before {
    content: "\ea6c";
}
.booen_icon-keyboard:before {
    content: "\ea6d";
}
.booen_icon-keyboard2:before {
    content: "\ea6e";
}
.booen_icon-typewriter:before {
    content: "\ea6f";
}
.booen_icon-display:before {
    content: "\ea70";
}
.booen_icon-display2:before {
    content: "\ea71";
}
.booen_icon-display3:before {
    content: "\ea72";
}
.booen_icon-display4:before {
    content: "\ea73";
}
.booen_icon-laptop:before {
    content: "\ea74";
}
.booen_icon-mobile:before {
    content: "\ea75";
}
.booen_icon-mobile2:before {
    content: "\ea76";
}
.booen_icon-tablet:before {
    content: "\ea77";
}
.booen_icon-mobile3:before {
    content: "\ea78";
}
.booen_icon-tv:before {
    content: "\ea79";
}
.booen_icon-radio:before {
    content: "\ea7a";
}
.booen_icon-cabinet:before {
    content: "\ea7b";
}
.booen_icon-drawer:before {
    content: "\ea7c";
}
.booen_icon-drawer2:before {
    content: "\ea7d";
}
.booen_icon-drawer-out:before {
    content: "\ea7e";
}
.booen_icon-drawer-in:before {
    content: "\ea7f";
}
.booen_icon-drawer3:before {
    content: "\ea80";
}
.booen_icon-box:before {
    content: "\ea81";
}
.booen_icon-box-add:before {
    content: "\ea82";
}
.booen_icon-box-remove:before {
    content: "\ea83";
}
.booen_icon-download:before {
    content: "\ea84";
}
.booen_icon-upload:before {
    content: "\ea85";
}
.booen_icon-floppy-disk:before {
    content: "\ea86";
}
.booen_icon-floppy-disks:before {
    content: "\ea87";
}
.booen_icon-floppy-disks2:before {
    content: "\ea88";
}
.booen_icon-floppy-disk2:before {
    content: "\ea89";
}
.booen_icon-floppy-disk3:before {
    content: "\ea8a";
}
.booen_icon-disk:before {
    content: "\ea8b";
}
.booen_icon-disk2:before {
    content: "\ea8c";
}
.booen_icon-usb-stick:before {
    content: "\ea8d";
}
.booen_icon-drive:before {
    content: "\ea8e";
}
.booen_icon-server:before {
    content: "\ea8f";
}
.booen_icon-database:before {
    content: "\ea90";
}
.booen_icon-database2:before {
    content: "\ea91";
}
.booen_icon-database3:before {
    content: "\ea92";
}
.booen_icon-database4:before {
    content: "\ea93";
}
.booen_icon-database-menu:before {
    content: "\ea94";
}
.booen_icon-database-add:before {
    content: "\ea95";
}
.booen_icon-database-remove:before {
    content: "\ea96";
}
.booen_icon-database-insert:before {
    content: "\ea97";
}
.booen_icon-database-export:before {
    content: "\ea98";
}
.booen_icon-database-upload:before {
    content: "\ea99";
}
.booen_icon-database-refresh:before {
    content: "\ea9a";
}
.booen_icon-database-diff:before {
    content: "\ea9b";
}
.booen_icon-database-edit:before {
    content: "\ea9c";
}
.booen_icon-database-edit2:before {
    content: "\ea9d";
}
.booen_icon-database-check:before {
    content: "\ea9e";
}
.booen_icon-database-arrow:before {
    content: "\ea9f";
}
.booen_icon-database-time:before {
    content: "\eaa0";
}
.booen_icon-database-time2:before {
    content: "\eaa1";
}
.booen_icon-undo:before {
    content: "\eaa2";
}
.booen_icon-redo:before {
    content: "\eaa3";
}
.booen_icon-rotate-ccw:before {
    content: "\eaa4";
}
.booen_icon-rotate-cw:before {
    content: "\eaa5";
}
.booen_icon-rotate-ccw2:before {
    content: "\eaa6";
}
.booen_icon-rotate-cw2:before {
    content: "\eaa7";
}
.booen_icon-rotate-ccw3:before {
    content: "\eaa8";
}
.booen_icon-rotate-cw3:before {
    content: "\eaa9";
}
.booen_icon-flip-vertical:before {
    content: "\eaaa";
}
.booen_icon-flip-vertical2:before {
    content: "\eaab";
}
.booen_icon-flip-horizontal:before {
    content: "\eaac";
}
.booen_icon-flip-horizontal2:before {
    content: "\eaad";
}
.booen_icon-flip-vertical3:before {
    content: "\eaae";
}
.booen_icon-flip-vertical4:before {
    content: "\eaaf";
}
.booen_icon-angle:before {
    content: "\eab0";
}
.booen_icon-shear:before {
    content: "\eab1";
}
.booen_icon-unite:before {
    content: "\eab2";
}
.booen_icon-subtract:before {
    content: "\eab3";
}
.booen_icon-interset:before {
    content: "\eab4";
}
.booen_icon-exclude:before {
    content: "\eab5";
}
.booen_icon-align-left:before {
    content: "\eab6";
}
.booen_icon-align-center-horizontal:before {
    content: "\eab7";
}
.booen_icon-align-right:before {
    content: "\eab8";
}
.booen_icon-align-top:before {
    content: "\eab9";
}
.booen_icon-align-center-vertical:before {
    content: "\eaba";
}
.booen_icon-align-bottom:before {
    content: "\eabb";
}
.booen_icon-undo2:before {
    content: "\eabc";
}
.booen_icon-redo2:before {
    content: "\eabd";
}
.booen_icon-forward:before {
    content: "\eabe";
}
.booen_icon-reply:before {
    content: "\eabf";
}
.booen_icon-reply-all:before {
    content: "\eac0";
}
.booen_icon-bubble:before {
    content: "\eac1";
}
.booen_icon-bubbles:before {
    content: "\eac2";
}
.booen_icon-bubbles2:before {
    content: "\eac3";
}
.booen_icon-bubble2:before {
    content: "\eac4";
}
.booen_icon-bubbles3:before {
    content: "\eac5";
}
.booen_icon-bubbles4:before {
    content: "\eac6";
}
.booen_icon-bubble-notification:before {
    content: "\eac7";
}
.booen_icon-bubbles5:before {
    content: "\eac8";
}
.booen_icon-bubbles6:before {
    content: "\eac9";
}
.booen_icon-bubble3:before {
    content: "\eaca";
}
.booen_icon-bubble-dots:before {
    content: "\eacb";
}
.booen_icon-bubble-lines:before {
    content: "\eacc";
}
.booen_icon-bubble4:before {
    content: "\eacd";
}
.booen_icon-bubble-dots2:before {
    content: "\eace";
}
.booen_icon-bubble-lines2:before {
    content: "\eacf";
}
.booen_icon-bubble5:before {
    content: "\ead0";
}
.booen_icon-bubble6:before {
    content: "\ead1";
}
.booen_icon-bubbles7:before {
    content: "\ead2";
}
.booen_icon-bubble7:before {
    content: "\ead3";
}
.booen_icon-bubbles8:before {
    content: "\ead4";
}
.booen_icon-bubble8:before {
    content: "\ead5";
}
.booen_icon-bubble-dots3:before {
    content: "\ead6";
}
.booen_icon-bubble-lines3:before {
    content: "\ead7";
}
.booen_icon-bubble9:before {
    content: "\ead8";
}
.booen_icon-bubble-dots4:before {
    content: "\ead9";
}
.booen_icon-bubble-lines4:before {
    content: "\eada";
}
.booen_icon-bubbles9:before {
    content: "\eadb";
}
.booen_icon-bubbles10:before {
    content: "\eadc";
}
.booen_icon-bubble-blocked:before {
    content: "\eadd";
}
.booen_icon-bubble-quote:before {
    content: "\eade";
}
.booen_icon-bubble-user:before {
    content: "\eadf";
}
.booen_icon-bubble-smiley:before {
    content: "\eae0";
}
.booen_icon-bubble-check:before {
    content: "\eae1";
}
.booen_icon-bubble-video:before {
    content: "\eae2";
}
.booen_icon-bubble-link:before {
    content: "\eae3";
}
.booen_icon-bubble-lock:before {
    content: "\eae4";
}
.booen_icon-bubble-star:before {
    content: "\eae5";
}
.booen_icon-bubble-heart:before {
    content: "\eae6";
}
.booen_icon-bubble-paperclip:before {
    content: "\eae7";
}
.booen_icon-bubble-cancel:before {
    content: "\eae8";
}
.booen_icon-bubble-plus:before {
    content: "\eae9";
}
.booen_icon-bubble-minus:before {
    content: "\eaea";
}
.booen_icon-bubble-notification2:before {
    content: "\eaeb";
}
.booen_icon-bubble-left:before {
    content: "\eaec";
}
.booen_icon-bubble-right:before {
    content: "\eaed";
}
.booen_icon-bubble-first:before {
    content: "\eaee";
}
.booen_icon-bubble-last:before {
    content: "\eaef";
}
.booen_icon-bubble-reply:before {
    content: "\eaf0";
}
.booen_icon-bubble-forward:before {
    content: "\eaf1";
}
.booen_icon-bubble-reply2:before {
    content: "\eaf2";
}
.booen_icon-bubble-forward2:before {
    content: "\eaf3";
}
.booen_icon-user:before {
    content: "\eaf4";
}
.booen_icon-users:before {
    content: "\eaf5";
}
.booen_icon-user-plus:before {
    content: "\eaf6";
}
.booen_icon-user-minus:before {
    content: "\eaf7";
}
.booen_icon-user-cancel:before {
    content: "\eaf8";
}
.booen_icon-user-block:before {
    content: "\eaf9";
}
.booen_icon-user-lock:before {
    content: "\eafa";
}
.booen_icon-user-check:before {
    content: "\eafb";
}
.booen_icon-users2:before {
    content: "\eafc";
}
.booen_icon-user2:before {
    content: "\eafd";
}
.booen_icon-users3:before {
    content: "\eafe";
}
.booen_icon-user-plus2:before {
    content: "\eaff";
}
.booen_icon-user-minus2:before {
    content: "\eb00";
}
.booen_icon-user-cancel2:before {
    content: "\eb01";
}
.booen_icon-user-block2:before {
    content: "\eb02";
}
.booen_icon-user-lock2:before {
    content: "\eb03";
}
.booen_icon-user-check2:before {
    content: "\eb04";
}
.booen_icon-user3:before {
    content: "\eb05";
}
.booen_icon-user4:before {
    content: "\eb06";
}
.booen_icon-user5:before {
    content: "\eb07";
}
.booen_icon-user6:before {
    content: "\eb08";
}
.booen_icon-users4:before {
    content: "\eb09";
}
.booen_icon-user-tie:before {
    content: "\eb0a";
}
.booen_icon-user7:before {
    content: "\eb0b";
}
.booen_icon-users5:before {
    content: "\eb0c";
}
.booen_icon-collaboration:before {
    content: "\eb0d";
}
.booen_icon-vcard:before {
    content: "\eb0e";
}
.booen_icon-hat:before {
    content: "\eb0f";
}
.booen_icon-bowtie:before {
    content: "\eb10";
}
.booen_icon-tie:before {
    content: "\eb11";
}
.booen_icon-hanger:before {
    content: "\eb12";
}
.booen_icon-tshirt:before {
    content: "\eb13";
}
.booen_icon-pants:before {
    content: "\eb14";
}
.booen_icon-shorts:before {
    content: "\eb15";
}
.booen_icon-sock:before {
    content: "\eb16";
}
.booen_icon-laundry:before {
    content: "\eb17";
}
.booen_icon-quotes-left:before {
    content: "\eb18";
}
.booen_icon-quotes-right:before {
    content: "\eb19";
}
.booen_icon-quotes-left2:before {
    content: "\eb1a";
}
.booen_icon-quotes-right2:before {
    content: "\eb1b";
}
.booen_icon-hour-glass:before {
    content: "\eb1c";
}
.booen_icon-hour-glass2:before {
    content: "\eb1d";
}
.booen_icon-hour-glass3:before {
    content: "\eb1e";
}
.booen_icon-spinner:before {
    content: "\eb1f";
}
.booen_icon-spinner2:before {
    content: "\eb20";
}
.booen_icon-spinner3:before {
    content: "\eb21";
}
.booen_icon-spinner4:before {
    content: "\eb22";
}
.booen_icon-spinner5:before {
    content: "\eb23";
}
.booen_icon-spinner6:before {
    content: "\eb24";
}
.booen_icon-spinner7:before {
    content: "\eb25";
}
.booen_icon-spinner8:before {
    content: "\eb26";
}
.booen_icon-spinner9:before {
    content: "\eb27";
}
.booen_icon-spinner10:before {
    content: "\eb28";
}
.booen_icon-spinner11:before {
    content: "\eb29";
}
.booen_icon-microscope:before {
    content: "\eb2a";
}
.booen_icon-binoculars:before {
    content: "\eb2b";
}
.booen_icon-binoculars2:before {
    content: "\eb2c";
}
.booen_icon-search:before {
    content: "\eb2d";
}
.booen_icon-zoom-in:before {
    content: "\eb2e";
}
.booen_icon-zoom-out:before {
    content: "\eb2f";
}
.booen_icon-search2:before {
    content: "\eb30";
}
.booen_icon-zoom-in2:before {
    content: "\eb31";
}
.booen_icon-zoom-out2:before {
    content: "\eb32";
}
.booen_icon-search3:before {
    content: "\eb33";
}
.booen_icon-search4:before {
    content: "\eb34";
}
.booen_icon-zoom-in3:before {
    content: "\eb35";
}
.booen_icon-zoom-out3:before {
    content: "\eb36";
}
.booen_icon-search5:before {
    content: "\eb37";
}
.booen_icon-search6:before {
    content: "\eb38";
}
.booen_icon-enlarge:before {
    content: "\eb39";
}
.booen_icon-shrink:before {
    content: "\eb3a";
}
.booen_icon-enlarge2:before {
    content: "\eb3b";
}
.booen_icon-shrink2:before {
    content: "\eb3c";
}
.booen_icon-enlarge3:before {
    content: "\eb3d";
}
.booen_icon-shrink3:before {
    content: "\eb3e";
}
.booen_icon-enlarge4:before {
    content: "\eb3f";
}
.booen_icon-shrink4:before {
    content: "\eb40";
}
.booen_icon-enlarge5:before {
    content: "\eb41";
}
.booen_icon-shrink5:before {
    content: "\eb42";
}
.booen_icon-enlarge6:before {
    content: "\eb43";
}
.booen_icon-shrink6:before {
    content: "\eb44";
}
.booen_icon-enlarge7:before {
    content: "\eb45";
}
.booen_icon-shrink7:before {
    content: "\eb46";
}
.booen_icon-key:before {
    content: "\eb47";
}
.booen_icon-key2:before {
    content: "\eb48";
}
.booen_icon-key3:before {
    content: "\eb49";
}
.booen_icon-key4:before {
    content: "\eb4a";
}
.booen_icon-key5:before {
    content: "\eb4b";
}
.booen_icon-keyhole:before {
    content: "\eb4c";
}
.booen_icon-lock:before {
    content: "\eb4d";
}
.booen_icon-lock2:before {
    content: "\eb4e";
}
.booen_icon-lock3:before {
    content: "\eb4f";
}
.booen_icon-lock4:before {
    content: "\eb50";
}
.booen_icon-unlocked:before {
    content: "\eb51";
}
.booen_icon-lock5:before {
    content: "\eb52";
}
.booen_icon-unlocked2:before {
    content: "\eb53";
}
.booen_icon-safe:before {
    content: "\eb54";
}
.booen_icon-wrench:before {
    content: "\eb55";
}
.booen_icon-wrench2:before {
    content: "\eb56";
}
.booen_icon-wrench3:before {
    content: "\eb57";
}
.booen_icon-equalizer:before {
    content: "\eb58";
}
.booen_icon-equalizer2:before {
    content: "\eb59";
}
.booen_icon-equalizer3:before {
    content: "\eb5a";
}
.booen_icon-equalizer4:before {
    content: "\eb5b";
}
.booen_icon-cog:before {
    content: "\eb5c";
}
.booen_icon-cogs:before {
    content: "\eb5d";
}
.booen_icon-cog2:before {
    content: "\eb5e";
}
.booen_icon-cog3:before {
    content: "\eb5f";
}
.booen_icon-cog4:before {
    content: "\eb60";
}
.booen_icon-cog5:before {
    content: "\eb61";
}
.booen_icon-cog6:before {
    content: "\eb62";
}
.booen_icon-cog7:before {
    content: "\eb63";
}
.booen_icon-factory:before {
    content: "\eb64";
}
.booen_icon-hammer:before {
    content: "\eb65";
}
.booen_icon-hammer-wrench:before {
    content: "\eb66";
}
.booen_icon-knife:before {
    content: "\eb67";
}
.booen_icon-screwdriver:before {
    content: "\eb68";
}
.booen_icon-screwdriver2:before {
    content: "\eb69";
}
.booen_icon-magic-wand:before {
    content: "\eb6a";
}
.booen_icon-magic-wand2:before {
    content: "\eb6b";
}
.booen_icon-pulse:before {
    content: "\eb6c";
}
.booen_icon-pulse2:before {
    content: "\eb6d";
}
.booen_icon-aid-kit:before {
    content: "\eb6e";
}
.booen_icon-aid-kit2:before {
    content: "\eb6f";
}
.booen_icon-stethoscope:before {
    content: "\eb70";
}
.booen_icon-ambulance:before {
    content: "\eb71";
}
.booen_icon-alarm2:before {
    content: "\eb72";
}
.booen_icon-pandage:before {
    content: "\eb73";
}
.booen_icon-pandage2:before {
    content: "\eb74";
}
.booen_icon-bug:before {
    content: "\eb75";
}
.booen_icon-bug2:before {
    content: "\eb76";
}
.booen_icon-syringe:before {
    content: "\eb77";
}
.booen_icon-syringe2:before {
    content: "\eb78";
}
.booen_icon-pill:before {
    content: "\eb79";
}
.booen_icon-construction:before {
    content: "\eb7a";
}
.booen_icon-traffic-cone:before {
    content: "\eb7b";
}
.booen_icon-traffic-lights:before {
    content: "\eb7c";
}
.booen_icon-pie-chart:before {
    content: "\eb7d";
}
.booen_icon-pie-chart2:before {
    content: "\eb7e";
}
.booen_icon-pie-chart3:before {
    content: "\eb7f";
}
.booen_icon-pie-chart4:before {
    content: "\eb80";
}
.booen_icon-pie-chart5:before {
    content: "\eb81";
}
.booen_icon-pie-chart6:before {
    content: "\eb82";
}
.booen_icon-pie-chart7:before {
    content: "\eb83";
}
.booen_icon-stats-dots:before {
    content: "\eb84";
}
.booen_icon-stats-bars:before {
    content: "\eb85";
}
.booen_icon-pie-chart8:before {
    content: "\eb86";
}
.booen_icon-stats-bars2:before {
    content: "\eb87";
}
.booen_icon-stats-bars3:before {
    content: "\eb88";
}
.booen_icon-stats-bars4:before {
    content: "\eb89";
}
.booen_icon-stats-bars5:before {
    content: "\eb8a";
}
.booen_icon-stats-bars6:before {
    content: "\eb8b";
}
.booen_icon-chart:before {
    content: "\eb8c";
}
.booen_icon-stats-growth:before {
    content: "\eb8d";
}
.booen_icon-stats-decline:before {
    content: "\eb8e";
}
.booen_icon-stats-growth2:before {
    content: "\eb8f";
}
.booen_icon-stats-decline2:before {
    content: "\eb90";
}
.booen_icon-stairs-up:before {
    content: "\eb91";
}
.booen_icon-stairs-down:before {
    content: "\eb92";
}
.booen_icon-stairs:before {
    content: "\eb93";
}
.booen_icon-stairs2:before {
    content: "\eb94";
}
.booen_icon-ladder:before {
    content: "\eb95";
}
.booen_icon-rating:before {
    content: "\eb96";
}
.booen_icon-rating2:before {
    content: "\eb97";
}
.booen_icon-rating3:before {
    content: "\eb98";
}
.booen_icon-cake:before {
    content: "\eb99";
}
.booen_icon-podium:before {
    content: "\eb9a";
}
.booen_icon-stars:before {
    content: "\eb9b";
}
.booen_icon-medal-star:before {
    content: "\eb9c";
}
.booen_icon-medal:before {
    content: "\eb9d";
}
.booen_icon-medal2:before {
    content: "\eb9e";
}
.booen_icon-medal-first:before {
    content: "\eb9f";
}
.booen_icon-medal-second:before {
    content: "\eba0";
}
.booen_icon-medal-third:before {
    content: "\eba1";
}
.booen_icon-crown:before {
    content: "\eba2";
}
.booen_icon-trophy:before {
    content: "\eba3";
}
.booen_icon-trophy2:before {
    content: "\eba4";
}
.booen_icon-trophy3:before {
    content: "\eba5";
}
.booen_icon-diamond:before {
    content: "\eba6";
}
.booen_icon-diamond2:before {
    content: "\eba7";
}
.booen_icon-trophy4:before {
    content: "\eba8";
}
.booen_icon-gift:before {
    content: "\eba9";
}
.booen_icon-gift2:before {
    content: "\ebaa";
}
.booen_icon-balloon:before {
    content: "\ebab";
}
.booen_icon-pipe:before {
    content: "\ebac";
}
.booen_icon-mustache:before {
    content: "\ebad";
}
.booen_icon-mustache2:before {
    content: "\ebae";
}
.booen_icon-glass:before {
    content: "\ebaf";
}
.booen_icon-glass2:before {
    content: "\ebb0";
}
.booen_icon-glass3:before {
    content: "\ebb1";
}
.booen_icon-glass4:before {
    content: "\ebb2";
}
.booen_icon-bottle:before {
    content: "\ebb3";
}
.booen_icon-bottle2:before {
    content: "\ebb4";
}
.booen_icon-bottle3:before {
    content: "\ebb5";
}
.booen_icon-bottle4:before {
    content: "\ebb6";
}
.booen_icon-mug:before {
    content: "\ebb7";
}
.booen_icon-fork-knife:before {
    content: "\ebb8";
}
.booen_icon-spoon-knife:before {
    content: "\ebb9";
}
.booen_icon-cook:before {
    content: "\ebba";
}
.booen_icon-plate:before {
    content: "\ebbb";
}
.booen_icon-steak:before {
    content: "\ebbc";
}
.booen_icon-fish:before {
    content: "\ebbd";
}
.booen_icon-chicken:before {
    content: "\ebbe";
}
.booen_icon-hamburger:before {
    content: "\ebbf";
}
.booen_icon-pizza:before {
    content: "\ebc0";
}
.booen_icon-cheese:before {
    content: "\ebc1";
}
.booen_icon-bread:before {
    content: "\ebc2";
}
.booen_icon-icecream:before {
    content: "\ebc3";
}
.booen_icon-milk:before {
    content: "\ebc4";
}
.booen_icon-cup:before {
    content: "\ebc5";
}
.booen_icon-cup2:before {
    content: "\ebc6";
}
.booen_icon-coffee-baen:before {
    content: "\ebc7";
}
.booen_icon-coffee:before {
    content: "\ebc8";
}
.booen_icon-teapot:before {
    content: "\ebc9";
}
.booen_icon-leaf:before {
    content: "\ebca";
}
.booen_icon-leaf2:before {
    content: "\ebcb";
}
.booen_icon-apple:before {
    content: "\ebcc";
}
.booen_icon-grapes:before {
    content: "\ebcd";
}
.booen_icon-cherry:before {
    content: "\ebce";
}
.booen_icon-tree:before {
    content: "\ebcf";
}
.booen_icon-tree2:before {
    content: "\ebd0";
}
.booen_icon-tree3:before {
    content: "\ebd1";
}
.booen_icon-tree4:before {
    content: "\ebd2";
}
.booen_icon-cactus:before {
    content: "\ebd3";
}
.booen_icon-mountains:before {
    content: "\ebd4";
}
.booen_icon-paw:before {
    content: "\ebd5";
}
.booen_icon-footprint:before {
    content: "\ebd6";
}
.booen_icon-tent:before {
    content: "\ebd7";
}
.booen_icon-flower:before {
    content: "\ebd8";
}
.booen_icon-flower2:before {
    content: "\ebd9";
}
.booen_icon-rocket:before {
    content: "\ebda";
}
.booen_icon-meter:before {
    content: "\ebdb";
}
.booen_icon-meter2:before {
    content: "\ebdc";
}
.booen_icon-meter-slow:before {
    content: "\ebdd";
}
.booen_icon-meter-medium:before {
    content: "\ebde";
}
.booen_icon-meter-fast:before {
    content: "\ebdf";
}
.booen_icon-meter3:before {
    content: "\ebe0";
}
.booen_icon-hammer2:before {
    content: "\ebe1";
}
.booen_icon-balance:before {
    content: "\ebe2";
}
.booen_icon-scale:before {
    content: "\ebe3";
}
.booen_icon-bomb:before {
    content: "\ebe4";
}
.booen_icon-fire:before {
    content: "\ebe5";
}
.booen_icon-fire2:before {
    content: "\ebe6";
}
.booen_icon-lab:before {
    content: "\ebe7";
}
.booen_icon-atom:before {
    content: "\ebe8";
}
.booen_icon-atom2:before {
    content: "\ebe9";
}
.booen_icon-magnet:before {
    content: "\ebea";
}
.booen_icon-magnet2:before {
    content: "\ebeb";
}
.booen_icon-dumbbell:before {
    content: "\ebec";
}
.booen_icon-skull:before {
    content: "\ebed";
}
.booen_icon-skull2:before {
    content: "\ebee";
}
.booen_icon-lamp:before {
    content: "\ebef";
}
.booen_icon-lamp2:before {
    content: "\ebf0";
}
.booen_icon-lamp3:before {
    content: "\ebf1";
}
.booen_icon-spotlight:before {
    content: "\ebf2";
}
.booen_icon-lamp4:before {
    content: "\ebf3";
}
.booen_icon-lamp5:before {
    content: "\ebf4";
}
.booen_icon-lamp6:before {
    content: "\ebf5";
}
.booen_icon-lamp7:before {
    content: "\ebf6";
}
.booen_icon-lamp8:before {
    content: "\ebf7";
}
.booen_icon-broom:before {
    content: "\ebf8";
}
.booen_icon-toiletpaper:before {
    content: "\ebf9";
}
.booen_icon-bin:before {
    content: "\ebfa";
}
.booen_icon-bin2:before {
    content: "\ebfb";
}
.booen_icon-bin3:before {
    content: "\ebfc";
}
.booen_icon-bin4:before {
    content: "\ebfd";
}
.booen_icon-bin5:before {
    content: "\ebfe";
}
.booen_icon-briefcase:before {
    content: "\ebff";
}
.booen_icon-briefcase2:before {
    content: "\ec00";
}
.booen_icon-briefcase3:before {
    content: "\ec01";
}
.booen_icon-airplane:before {
    content: "\ec02";
}
.booen_icon-airplane2:before {
    content: "\ec03";
}
.booen_icon-airplane3:before {
    content: "\ec04";
}
.booen_icon-airplane4:before {
    content: "\ec05";
}
.booen_icon-paperplane:before {
    content: "\ec06";
}
.booen_icon-car:before {
    content: "\ec07";
}
.booen_icon-steering-wheel:before {
    content: "\ec08";
}
.booen_icon-car2:before {
    content: "\ec09";
}
.booen_icon-gas:before {
    content: "\ec0a";
}
.booen_icon-bus:before {
    content: "\ec0b";
}
.booen_icon-truck:before {
    content: "\ec0c";
}
.booen_icon-bike:before {
    content: "\ec0d";
}
.booen_icon-road:before {
    content: "\ec0e";
}
.booen_icon-train:before {
    content: "\ec0f";
}
.booen_icon-train2:before {
    content: "\ec10";
}
.booen_icon-ship:before {
    content: "\ec11";
}
.booen_icon-boat:before {
    content: "\ec12";
}
.booen_icon-chopper:before {
    content: "\ec13";
}
.booen_icon-chopper2:before {
    content: "\ec14";
}
.booen_icon-cube:before {
    content: "\ec15";
}
.booen_icon-cube2:before {
    content: "\ec16";
}
.booen_icon-cube3:before {
    content: "\ec17";
}
.booen_icon-cube4:before {
    content: "\ec18";
}
.booen_icon-pyramid:before {
    content: "\ec19";
}
.booen_icon-pyramid2:before {
    content: "\ec1a";
}
.booen_icon-package:before {
    content: "\ec1b";
}
.booen_icon-puzzle:before {
    content: "\ec1c";
}
.booen_icon-puzzle2:before {
    content: "\ec1d";
}
.booen_icon-puzzle3:before {
    content: "\ec1e";
}
.booen_icon-puzzle4:before {
    content: "\ec1f";
}
.booen_icon-glasses-3d:before {
    content: "\ec20";
}
.booen_icon-glasses-3d2:before {
    content: "\ec21";
}
.booen_icon-glasses:before {
    content: "\ec22";
}
.booen_icon-glasses2:before {
    content: "\ec23";
}
.booen_icon-brain:before {
    content: "\ec24";
}
.booen_icon-accessibility:before {
    content: "\ec25";
}
.booen_icon-accessibility2:before {
    content: "\ec26";
}
.booen_icon-strategy:before {
    content: "\ec27";
}
.booen_icon-target:before {
    content: "\ec28";
}
.booen_icon-target2:before {
    content: "\ec29";
}
.booen_icon-target3:before {
    content: "\ec2a";
}
.booen_icon-ammo:before {
    content: "\ec2b";
}
.booen_icon-gun:before {
    content: "\ec2c";
}
.booen_icon-gun-forbidden:before {
    content: "\ec2d";
}
.booen_icon-shield:before {
    content: "\ec2e";
}
.booen_icon-shield-check:before {
    content: "\ec2f";
}
.booen_icon-shield-notice:before {
    content: "\ec30";
}
.booen_icon-shield2:before {
    content: "\ec31";
}
.booen_icon-shield3:before {
    content: "\ec32";
}
.booen_icon-shield4:before {
    content: "\ec33";
}
.booen_icon-soccer:before {
    content: "\ec34";
}
.booen_icon-football:before {
    content: "\ec35";
}
.booen_icon-archery:before {
    content: "\ec36";
}
.booen_icon-bow:before {
    content: "\ec37";
}
.booen_icon-sword:before {
    content: "\ec38";
}
.booen_icon-tennis:before {
    content: "\ec39";
}
.booen_icon-pingpong:before {
    content: "\ec3a";
}
.booen_icon-baseball:before {
    content: "\ec3b";
}
.booen_icon-basketball:before {
    content: "\ec3c";
}
.booen_icon-golf:before {
    content: "\ec3d";
}
.booen_icon-golf2:before {
    content: "\ec3e";
}
.booen_icon-hockey:before {
    content: "\ec3f";
}
.booen_icon-racing:before {
    content: "\ec40";
}
.booen_icon-finish:before {
    content: "\ec41";
}
.booen_icon-eight-ball:before {
    content: "\ec42";
}
.booen_icon-bowling:before {
    content: "\ec43";
}
.booen_icon-bowling2:before {
    content: "\ec44";
}
.booen_icon-power:before {
    content: "\ec45";
}
.booen_icon-power2:before {
    content: "\ec46";
}
.booen_icon-power3:before {
    content: "\ec47";
}
.booen_icon-switch:before {
    content: "\ec48";
}
.booen_icon-switch2:before {
    content: "\ec49";
}
.booen_icon-power-cord:before {
    content: "\ec4a";
}
.booen_icon-power-cord2:before {
    content: "\ec4b";
}
.booen_icon-outlet:before {
    content: "\ec4c";
}
.booen_icon-clipboard:before {
    content: "\ec4d";
}
.booen_icon-clipboard2:before {
    content: "\ec4e";
}
.booen_icon-clipboard3:before {
    content: "\ec4f";
}
.booen_icon-clipboard4:before {
    content: "\ec50";
}
.booen_icon-clipboard5:before {
    content: "\ec51";
}
.booen_icon-clipboard6:before {
    content: "\ec52";
}
.booen_icon-playlist:before {
    content: "\ec53";
}
.booen_icon-playlist-add:before {
    content: "\ec54";
}
.booen_icon-list-numbered:before {
    content: "\ec55";
}
.booen_icon-list:before {
    content: "\ec56";
}
.booen_icon-list2:before {
    content: "\ec57";
}
.booen_icon-more:before {
    content: "\ec58";
}
.booen_icon-more2:before {
    content: "\ec59";
}
.booen_icon-grid:before {
    content: "\ec5a";
}
.booen_icon-grid2:before {
    content: "\ec5b";
}
.booen_icon-grid3:before {
    content: "\ec5c";
}
.booen_icon-grid4:before {
    content: "\ec5d";
}
.booen_icon-grid5:before {
    content: "\ec5e";
}
.booen_icon-grid6:before {
    content: "\ec5f";
}
.booen_icon-grid7:before {
    content: "\ec60";
}
.booen_icon-tree5:before {
    content: "\ec61";
}
.booen_icon-tree6:before {
    content: "\ec62";
}
.booen_icon-tree7:before {
    content: "\ec63";
}
.booen_icon-lan:before {
    content: "\ec64";
}
.booen_icon-lan2:before {
    content: "\ec65";
}
.booen_icon-lan3:before {
    content: "\ec66";
}
.booen_icon-menu:before {
    content: "\ec67";
}
.booen_icon-circle-small:before {
    content: "\ec68";
}
.booen_icon-menu2:before {
    content: "\ec69";
}
.booen_icon-menu3:before {
    content: "\ec6a";
}
.booen_icon-menu4:before {
    content: "\ec6b";
}
.booen_icon-menu5:before {
    content: "\ec6c";
}
.booen_icon-menu6:before {
    content: "\ec6d";
}
.booen_icon-menu7:before {
    content: "\ec6e";
}
.booen_icon-menu8:before {
    content: "\ec6f";
}
.booen_icon-menu9:before {
    content: "\ec70";
}
.booen_icon-menu10:before {
    content: "\ec71";
}
.booen_icon-cloud:before {
    content: "\ec72";
}
.booen_icon-cloud-download:before {
    content: "\ec73";
}
.booen_icon-cloud-upload:before {
    content: "\ec74";
}
.booen_icon-cloud-check:before {
    content: "\ec75";
}
.booen_icon-cloud2:before {
    content: "\ec76";
}
.booen_icon-cloud-download2:before {
    content: "\ec77";
}
.booen_icon-cloud-upload2:before {
    content: "\ec78";
}
.booen_icon-cloud-check2:before {
    content: "\ec79";
}
.booen_icon-download2:before {
    content: "\ec7a";
}
.booen_icon-download3:before {
    content: "\ec7b";
}
.booen_icon-upload2:before {
    content: "\ec7c";
}
.booen_icon-upload3:before {
    content: "\ec7d";
}
.booen_icon-import:before {
    content: "\ec7e";
}
.booen_icon-import2:before {
    content: "\ec7f";
}
.booen_icon-download4:before {
    content: "\ec80";
}
.booen_icon-upload4:before {
    content: "\ec81";
}
.booen_icon-download5:before {
    content: "\ec82";
}
.booen_icon-upload5:before {
    content: "\ec83";
}
.booen_icon-download6:before {
    content: "\ec84";
}
.booen_icon-upload6:before {
    content: "\ec85";
}
.booen_icon-download7:before {
    content: "\ec86";
}
.booen_icon-upload7:before {
    content: "\ec87";
}
.booen_icon-download8:before {
    content: "\ec88";
}
.booen_icon-upload8:before {
    content: "\ec89";
}
.booen_icon-download9:before {
    content: "\ec8a";
}
.booen_icon-upload9:before {
    content: "\ec8b";
}
.booen_icon-download10:before {
    content: "\ec8c";
}
.booen_icon-upload10:before {
    content: "\ec8d";
}
.booen_icon-sphere:before {
    content: "\ec8e";
}
.booen_icon-sphere2:before {
    content: "\ec8f";
}
.booen_icon-sphere3:before {
    content: "\ec90";
}
.booen_icon-planet:before {
    content: "\ec91";
}
.booen_icon-planet2:before {
    content: "\ec92";
}
.booen_icon-earth:before {
    content: "\ec93";
}
.booen_icon-earth2:before {
    content: "\ec94";
}
.booen_icon-earth3:before {
    content: "\ec95";
}
.booen_icon-link:before {
    content: "\ec96";
}
.booen_icon-unlink:before {
    content: "\ec97";
}
.booen_icon-link2:before {
    content: "\ec98";
}
.booen_icon-unlink2:before {
    content: "\ec99";
}
.booen_icon-link3:before {
    content: "\ec9a";
}
.booen_icon-unlink3:before {
    content: "\ec9b";
}
.booen_icon-link4:before {
    content: "\ec9c";
}
.booen_icon-unlink4:before {
    content: "\ec9d";
}
.booen_icon-link5:before {
    content: "\ec9e";
}
.booen_icon-unlink5:before {
    content: "\ec9f";
}
.booen_icon-anchor:before {
    content: "\eca0";
}
.booen_icon-flag:before {
    content: "\eca1";
}
.booen_icon-flag2:before {
    content: "\eca2";
}
.booen_icon-flag3:before {
    content: "\eca3";
}
.booen_icon-flag4:before {
    content: "\eca4";
}
.booen_icon-flag5:before {
    content: "\eca5";
}
.booen_icon-flag6:before {
    content: "\eca6";
}
.booen_icon-flag7:before {
    content: "\eca7";
}
.booen_icon-flag8:before {
    content: "\eca8";
}
.booen_icon-attachment:before {
    content: "\eca9";
}
.booen_icon-attachment2:before {
    content: "\ecaa";
}
.booen_icon-eye:before {
    content: "\ecab";
}
.booen_icon-eye-plus:before {
    content: "\ecac";
}
.booen_icon-eye-minus:before {
    content: "\ecad";
}
.booen_icon-eye-blocked:before {
    content: "\ecae";
}
.booen_icon-eye2:before {
    content: "\ecaf";
}
.booen_icon-eye-blocked2:before {
    content: "\ecb0";
}
.booen_icon-eye3:before {
    content: "\ecb1";
}
.booen_icon-eye-blocked3:before {
    content: "\ecb2";
}
.booen_icon-eye4:before {
    content: "\ecb3";
}
.booen_icon-bookmark2:before {
    content: "\ecb4";
}
.booen_icon-bookmark3:before {
    content: "\ecb5";
}
.booen_icon-bookmarks:before {
    content: "\ecb6";
}
.booen_icon-bookmark4:before {
    content: "\ecb7";
}
.booen_icon-spotlight2:before {
    content: "\ecb8";
}
.booen_icon-starburst:before {
    content: "\ecb9";
}
.booen_icon-snowflake:before {
    content: "\ecba";
}
.booen_icon-temperature:before {
    content: "\ecbb";
}
.booen_icon-temperature2:before {
    content: "\ecbc";
}
.booen_icon-weather-lightning:before {
    content: "\ecbd";
}
.booen_icon-weather-lightning2:before {
    content: "\ecbe";
}
.booen_icon-weather-rain:before {
    content: "\ecbf";
}
.booen_icon-weather-rain2:before {
    content: "\ecc0";
}
.booen_icon-weather-snow:before {
    content: "\ecc1";
}
.booen_icon-weather-snow2:before {
    content: "\ecc2";
}
.booen_icon-weather-cloud-wind:before {
    content: "\ecc3";
}
.booen_icon-weather-cloud-wind2:before {
    content: "\ecc4";
}
.booen_icon-weather-cloud-sun:before {
    content: "\ecc5";
}
.booen_icon-weather-cloud-sun2:before {
    content: "\ecc6";
}
.booen_icon-weather-cloudy:before {
    content: "\ecc7";
}
.booen_icon-weather-cloudy2:before {
    content: "\ecc8";
}
.booen_icon-weather-sun-wind:before {
    content: "\ecc9";
}
.booen_icon-weather-sun-wind2:before {
    content: "\ecca";
}
.booen_icon-sun:before {
    content: "\eccb";
}
.booen_icon-sun2:before {
    content: "\eccc";
}
.booen_icon-moon:before {
    content: "\eccd";
}
.booen_icon-day-night:before {
    content: "\ecce";
}
.booen_icon-day-night2:before {
    content: "\eccf";
}
.booen_icon-weather-windy:before {
    content: "\ecd0";
}
.booen_icon-fan:before {
    content: "\ecd1";
}
.booen_icon-umbrella:before {
    content: "\ecd2";
}
.booen_icon-sun3:before {
    content: "\ecd3";
}
.booen_icon-contrast:before {
    content: "\ecd4";
}
.booen_icon-brightness-contrast:before {
    content: "\ecd5";
}
.booen_icon-brightness-high:before {
    content: "\ecd6";
}
.booen_icon-brightness-medium:before {
    content: "\ecd7";
}
.booen_icon-brightness-low:before {
    content: "\ecd8";
}
.booen_icon-bed:before {
    content: "\ecd9";
}
.booen_icon-bed2:before {
    content: "\ecda";
}
.booen_icon-furniture:before {
    content: "\ecdb";
}
.booen_icon-chair:before {
    content: "\ecdc";
}
.booen_icon-star-empty:before {
    content: "\ecdd";
}
.booen_icon-star-empty2:before {
    content: "\ecde";
}
.booen_icon-star-full:before {
    content: "\ecdf";
}
.booen_icon-star-empty3:before {
    content: "\ece0";
}
.booen_icon-star-half:before {
    content: "\ece1";
}
.booen_icon-star-full2:before {
    content: "\ece2";
}
.booen_icon-star:before {
    content: "\ece3";
}
.booen_icon-heart:before {
    content: "\ece4";
}
.booen_icon-heart2:before {
    content: "\ece5";
}
.booen_icon-heart3:before {
    content: "\ece6";
}
.booen_icon-heart4:before {
    content: "\ece7";
}
.booen_icon-heart-broken:before {
    content: "\ece8";
}
.booen_icon-heart5:before {
    content: "\ece9";
}
.booen_icon-heart6:before {
    content: "\ecea";
}
.booen_icon-heart-broken2:before {
    content: "\eceb";
}
.booen_icon-heart7:before {
    content: "\ecec";
}
.booen_icon-heart8:before {
    content: "\eced";
}
.booen_icon-heart-broken3:before {
    content: "\ecee";
}
.booen_icon-lips:before {
    content: "\ecef";
}
.booen_icon-lips2:before {
    content: "\ecf0";
}
.booen_icon-thumbs-up:before {
    content: "\ecf1";
}
.booen_icon-thumbs-up2:before {
    content: "\ecf2";
}
.booen_icon-thumbs-down:before {
    content: "\ecf3";
}
.booen_icon-thumbs-down2:before {
    content: "\ecf4";
}
.booen_icon-thumbs-up3:before {
    content: "\ecf5";
}
.booen_icon-thumbs-down3:before {
    content: "\ecf6";
}
.booen_icon-height:before {
    content: "\ecf7";
}
.booen_icon-man:before {
    content: "\ecf8";
}
.booen_icon-woman:before {
    content: "\ecf9";
}
.booen_icon-man-woman:before {
    content: "\ecfa";
}
.booen_icon-male:before {
    content: "\ecfb";
}
.booen_icon-female:before {
    content: "\ecfc";
}
.booen_icon-peace:before {
    content: "\ecfd";
}
.booen_icon-yin-yang:before {
    content: "\ecfe";
}
.booen_icon-happy:before {
    content: "\ecff";
}
.booen_icon-happy2:before {
    content: "\ed00";
}
.booen_icon-smile:before {
    content: "\ed01";
}
.booen_icon-smile2:before {
    content: "\ed02";
}
.booen_icon-tongue:before {
    content: "\ed03";
}
.booen_icon-tongue2:before {
    content: "\ed04";
}
.booen_icon-sad:before {
    content: "\ed05";
}
.booen_icon-sad2:before {
    content: "\ed06";
}
.booen_icon-wink:before {
    content: "\ed07";
}
.booen_icon-wink2:before {
    content: "\ed08";
}
.booen_icon-grin:before {
    content: "\ed09";
}
.booen_icon-grin2:before {
    content: "\ed0a";
}
.booen_icon-cool:before {
    content: "\ed0b";
}
.booen_icon-cool2:before {
    content: "\ed0c";
}
.booen_icon-angry:before {
    content: "\ed0d";
}
.booen_icon-angry2:before {
    content: "\ed0e";
}
.booen_icon-evil:before {
    content: "\ed0f";
}
.booen_icon-evil2:before {
    content: "\ed10";
}
.booen_icon-shocked:before {
    content: "\ed11";
}
.booen_icon-shocked2:before {
    content: "\ed12";
}
.booen_icon-baffled:before {
    content: "\ed13";
}
.booen_icon-baffled2:before {
    content: "\ed14";
}
.booen_icon-confused:before {
    content: "\ed15";
}
.booen_icon-confused2:before {
    content: "\ed16";
}
.booen_icon-neutral:before {
    content: "\ed17";
}
.booen_icon-neutral2:before {
    content: "\ed18";
}
.booen_icon-hipster:before {
    content: "\ed19";
}
.booen_icon-hipster2:before {
    content: "\ed1a";
}
.booen_icon-wondering:before {
    content: "\ed1b";
}
.booen_icon-wondering2:before {
    content: "\ed1c";
}
.booen_icon-sleepy:before {
    content: "\ed1d";
}
.booen_icon-sleepy2:before {
    content: "\ed1e";
}
.booen_icon-frustrated:before {
    content: "\ed1f";
}
.booen_icon-frustrated2:before {
    content: "\ed20";
}
.booen_icon-crying:before {
    content: "\ed21";
}
.booen_icon-crying2:before {
    content: "\ed22";
}
.booen_icon-cursor:before {
    content: "\ed23";
}
.booen_icon-cursor2:before {
    content: "\ed24";
}
.booen_icon-lasso:before {
    content: "\ed25";
}
.booen_icon-lasso2:before {
    content: "\ed26";
}
.booen_icon-select:before {
    content: "\ed27";
}
.booen_icon-select2:before {
    content: "\ed28";
}
.booen_icon-point-up:before {
    content: "\ed29";
}
.booen_icon-point-right:before {
    content: "\ed2a";
}
.booen_icon-point-down:before {
    content: "\ed2b";
}
.booen_icon-point-left:before {
    content: "\ed2c";
}
.booen_icon-pointer:before {
    content: "\ed2d";
}
.booen_icon-reminder:before {
    content: "\ed2e";
}
.booen_icon-drag-left-right:before {
    content: "\ed2f";
}
.booen_icon-drag-left:before {
    content: "\ed30";
}
.booen_icon-drag-right:before {
    content: "\ed31";
}
.booen_icon-touch:before {
    content: "\ed32";
}
.booen_icon-multitouch:before {
    content: "\ed33";
}
.booen_icon-touch-zoom:before {
    content: "\ed34";
}
.booen_icon-touch-pinch:before {
    content: "\ed35";
}
.booen_icon-hand:before {
    content: "\ed36";
}
.booen_icon-grab:before {
    content: "\ed37";
}
.booen_icon-stack-empty:before {
    content: "\ed38";
}
.booen_icon-stack-plus:before {
    content: "\ed39";
}
.booen_icon-stack-minus:before {
    content: "\ed3a";
}
.booen_icon-stack-star:before {
    content: "\ed3b";
}
.booen_icon-stack-picture:before {
    content: "\ed3c";
}
.booen_icon-stack-down:before {
    content: "\ed3d";
}
.booen_icon-stack-up:before {
    content: "\ed3e";
}
.booen_icon-stack-cancel:before {
    content: "\ed3f";
}
.booen_icon-stack-check:before {
    content: "\ed40";
}
.booen_icon-stack-text:before {
    content: "\ed41";
}
.booen_icon-stack-clubs:before {
    content: "\ed42";
}
.booen_icon-stack-spades:before {
    content: "\ed43";
}
.booen_icon-stack-hearts:before {
    content: "\ed44";
}
.booen_icon-stack-diamonds:before {
    content: "\ed45";
}
.booen_icon-stack-user:before {
    content: "\ed46";
}
.booen_icon-stack4:before {
    content: "\ed47";
}
.booen_icon-stack-music:before {
    content: "\ed48";
}
.booen_icon-stack-play:before {
    content: "\ed49";
}
.booen_icon-move:before {
    content: "\ed4a";
}
.booen_icon-dots:before {
    content: "\ed4b";
}
.booen_icon-warning:before {
    content: "\ed4c";
}
.booen_icon-warning2:before {
    content: "\ed4d";
}
.booen_icon-notification:before {
    content: "\ed4e";
}
.booen_icon-notification2:before {
    content: "\ed4f";
}
.booen_icon-question:before {
    content: "\ed50";
}
.booen_icon-question2:before {
    content: "\ed51";
}
.booen_icon-question3:before {
    content: "\ed52";
}
.booen_icon-question4:before {
    content: "\ed53";
}
.booen_icon-question5:before {
    content: "\ed54";
}
.booen_icon-question6:before {
    content: "\ed55";
}
.booen_icon-plus:before {
    content: "\ed56";
}
.booen_icon-minus:before {
    content: "\ed57";
}
.booen_icon-plus2:before {
    content: "\ed58";
}
.booen_icon-minus2:before {
    content: "\ed59";
}
.booen_icon-plus3:before {
    content: "\ed5a";
}
.booen_icon-minus3:before {
    content: "\ed5b";
}
.booen_icon-plus-circle:before {
    content: "\ed5c";
}
.booen_icon-minus-circle:before {
    content: "\ed5d";
}
.booen_icon-plus-circle2:before {
    content: "\ed5e";
}
.booen_icon-minus-circle2:before {
    content: "\ed5f";
}
.booen_icon-info:before {
    content: "\ed60";
}
.booen_icon-info2:before {
    content: "\ed61";
}
.booen_icon-cancel-circle:before {
    content: "\ed62";
}
.booen_icon-cancel-circle2:before {
    content: "\ed63";
}
.booen_icon-blocked:before {
    content: "\ed64";
}
.booen_icon-cancel-square:before {
    content: "\ed65";
}
.booen_icon-cancel-square2:before {
    content: "\ed66";
}
.booen_icon-cancel:before {
    content: "\ed67";
}
.booen_icon-spam:before {
    content: "\ed68";
}
.booen_icon-cross:before {
    content: "\ed69";
}
.booen_icon-cross2:before {
    content: "\ed6a";
}
.booen_icon-cross3:before {
    content: "\ed6b";
}
.booen_icon-checkmark:before {
    content: "\ed6c";
}
.booen_icon-checkmark2:before {
    content: "\ed6d";
}
.booen_icon-checkmark3:before {
    content: "\ed6e";
}
.booen_icon-checkmark4:before {
    content: "\ed6f";
}
.booen_icon-checkmark5:before {
    content: "\ed70";
}
.booen_icon-spell-check:before {
    content: "\ed71";
}
.booen_icon-spell-check2:before {
    content: "\ed72";
}
.booen_icon-enter:before {
    content: "\ed73";
}
.booen_icon-exit:before {
    content: "\ed74";
}
.booen_icon-enter2:before {
    content: "\ed75";
}
.booen_icon-exit2:before {
    content: "\ed76";
}
.booen_icon-enter3:before {
    content: "\ed77";
}
.booen_icon-exit3:before {
    content: "\ed78";
}
.booen_icon-wall:before {
    content: "\ed79";
}
.booen_icon-fence:before {
    content: "\ed7a";
}
.booen_icon-play3:before {
    content: "\ed7b";
}
.booen_icon-pause:before {
    content: "\ed7c";
}
.booen_icon-stop:before {
    content: "\ed7d";
}
.booen_icon-previous:before {
    content: "\ed7e";
}
.booen_icon-next:before {
    content: "\ed7f";
}
.booen_icon-backward:before {
    content: "\ed80";
}
.booen_icon-forward2:before {
    content: "\ed81";
}
.booen_icon-play4:before {
    content: "\ed82";
}
.booen_icon-pause2:before {
    content: "\ed83";
}
.booen_icon-stop2:before {
    content: "\ed84";
}
.booen_icon-backward2:before {
    content: "\ed85";
}
.booen_icon-forward3:before {
    content: "\ed86";
}
.booen_icon-first:before {
    content: "\ed87";
}
.booen_icon-last:before {
    content: "\ed88";
}
.booen_icon-previous2:before {
    content: "\ed89";
}
.booen_icon-next2:before {
    content: "\ed8a";
}
.booen_icon-eject:before {
    content: "\ed8b";
}
.booen_icon-volume-high:before {
    content: "\ed8c";
}
.booen_icon-volume-medium:before {
    content: "\ed8d";
}
.booen_icon-volume-low:before {
    content: "\ed8e";
}
.booen_icon-volume-mute:before {
    content: "\ed8f";
}
.booen_icon-speaker-left:before {
    content: "\ed90";
}
.booen_icon-speaker-right:before {
    content: "\ed91";
}
.booen_icon-volume-mute2:before {
    content: "\ed92";
}
.booen_icon-volume-increase:before {
    content: "\ed93";
}
.booen_icon-volume-decrease:before {
    content: "\ed94";
}
.booen_icon-volume-high2:before {
    content: "\ed95";
}
.booen_icon-volume-medium2:before {
    content: "\ed96";
}
.booen_icon-volume-medium3:before {
    content: "\ed97";
}
.booen_icon-volume-low2:before {
    content: "\ed98";
}
.booen_icon-volume-mute3:before {
    content: "\ed99";
}
.booen_icon-volume-increase2:before {
    content: "\ed9a";
}
.booen_icon-volume-decrease2:before {
    content: "\ed9b";
}
.booen_icon-volume-decrease3:before {
    content: "\ed9c";
}
.booen_icon-volume-5:before {
    content: "\ed9d";
}
.booen_icon-volume-4:before {
    content: "\ed9e";
}
.booen_icon-volume-3:before {
    content: "\ed9f";
}
.booen_icon-volume-2:before {
    content: "\eda0";
}
.booen_icon-volume-1:before {
    content: "\eda1";
}
.booen_icon-volume-0:before {
    content: "\eda2";
}
.booen_icon-volume-mute4:before {
    content: "\eda3";
}
.booen_icon-volume-mute5:before {
    content: "\eda4";
}
.booen_icon-loop:before {
    content: "\eda5";
}
.booen_icon-loop2:before {
    content: "\eda6";
}
.booen_icon-loop3:before {
    content: "\eda7";
}
.booen_icon-infinite-square:before {
    content: "\eda8";
}
.booen_icon-infinite:before {
    content: "\eda9";
}
.booen_icon-infinite2:before {
    content: "\edaa";
}
.booen_icon-loop4:before {
    content: "\edab";
}
.booen_icon-shuffle:before {
    content: "\edac";
}
.booen_icon-shuffle2:before {
    content: "\edad";
}
.booen_icon-wave:before {
    content: "\edae";
}
.booen_icon-wave2:before {
    content: "\edaf";
}
.booen_icon-split:before {
    content: "\edb0";
}
.booen_icon-merge:before {
    content: "\edb1";
}
.booen_icon-first2:before {
    content: "\edb2";
}
.booen_icon-last2:before {
    content: "\edb3";
}
.booen_icon-arrow-up:before {
    content: "\edb4";
}
.booen_icon-arrow-up2:before {
    content: "\edb5";
}
.booen_icon-arrow-up3:before {
    content: "\edb6";
}
.booen_icon-arrow-up4:before {
    content: "\edb7";
}
.booen_icon-arrow-right:before {
    content: "\edb8";
}
.booen_icon-arrow-right2:before {
    content: "\edb9";
}
.booen_icon-arrow-right3:before {
    content: "\edba";
}
.booen_icon-arrow-right4:before {
    content: "\edbb";
}
.booen_icon-arrow-down:before {
    content: "\edbc";
}
.booen_icon-arrow-down2:before {
    content: "\edbd";
}
.booen_icon-arrow-down3:before {
    content: "\edbe";
}
.booen_icon-arrow-down4:before {
    content: "\edbf";
}
.booen_icon-arrow-left:before {
    content: "\edc0";
}
.booen_icon-arrow-left2:before {
    content: "\edc1";
}
.booen_icon-arrow-left3:before {
    content: "\edc2";
}
.booen_icon-arrow-left4:before {
    content: "\edc3";
}
.booen_icon-arrow-up5:before {
    content: "\edc4";
}
.booen_icon-arrow-right5:before {
    content: "\edc5";
}
.booen_icon-arrow-down5:before {
    content: "\edc6";
}
.booen_icon-arrow-left5:before {
    content: "\edc7";
}
.booen_icon-arrow-up-left:before {
    content: "\edc8";
}
.booen_icon-arrow-up6:before {
    content: "\edc9";
}
.booen_icon-arrow-up-right:before {
    content: "\edca";
}
.booen_icon-arrow-right6:before {
    content: "\edcb";
}
.booen_icon-arrow-down-right:before {
    content: "\edcc";
}
.booen_icon-arrow-down6:before {
    content: "\edcd";
}
.booen_icon-arrow-down-left:before {
    content: "\edce";
}
.booen_icon-arrow-left6:before {
    content: "\edcf";
}
.booen_icon-arrow-up-left2:before {
    content: "\edd0";
}
.booen_icon-arrow-up7:before {
    content: "\edd1";
}
.booen_icon-arrow-up-right2:before {
    content: "\edd2";
}
.booen_icon-arrow-right7:before {
    content: "\edd3";
}
.booen_icon-arrow-down-right2:before {
    content: "\edd4";
}
.booen_icon-arrow-down7:before {
    content: "\edd5";
}
.booen_icon-arrow-down-left2:before {
    content: "\edd6";
}
.booen_icon-arrow-left7:before {
    content: "\edd7";
}
.booen_icon-arrow-up-left3:before {
    content: "\edd8";
}
.booen_icon-arrow-up8:before {
    content: "\edd9";
}
.booen_icon-arrow-up-right3:before {
    content: "\edda";
}
.booen_icon-arrow-right8:before {
    content: "\eddb";
}
.booen_icon-arrow-down-right3:before {
    content: "\eddc";
}
.booen_icon-arrow-down8:before {
    content: "\eddd";
}
.booen_icon-arrow-down-left3:before {
    content: "\edde";
}
.booen_icon-arrow-left8:before {
    content: "\eddf";
}
.booen_icon-circle-up:before {
    content: "\ede0";
}
.booen_icon-circle-right:before {
    content: "\ede1";
}
.booen_icon-circle-down:before {
    content: "\ede2";
}
.booen_icon-circle-left:before {
    content: "\ede3";
}
.booen_icon-circle-up2:before {
    content: "\ede4";
}
.booen_icon-circle-right2:before {
    content: "\ede5";
}
.booen_icon-circle-down2:before {
    content: "\ede6";
}
.booen_icon-circle-left2:before {
    content: "\ede7";
}
.booen_icon-circle-up-left:before {
    content: "\ede8";
}
.booen_icon-circle-up3:before {
    content: "\ede9";
}
.booen_icon-circle-up-right:before {
    content: "\edea";
}
.booen_icon-circle-right3:before {
    content: "\edeb";
}
.booen_icon-circle-down-right:before {
    content: "\edec";
}
.booen_icon-circle-down3:before {
    content: "\eded";
}
.booen_icon-circle-down-left:before {
    content: "\edee";
}
.booen_icon-circle-left3:before {
    content: "\edef";
}
.booen_icon-circle-up-left2:before {
    content: "\edf0";
}
.booen_icon-circle-up4:before {
    content: "\edf1";
}
.booen_icon-circle-up-right2:before {
    content: "\edf2";
}
.booen_icon-circle-right4:before {
    content: "\edf3";
}
.booen_icon-circle-down-right2:before {
    content: "\edf4";
}
.booen_icon-circle-down4:before {
    content: "\edf5";
}
.booen_icon-circle-down-left2:before {
    content: "\edf6";
}
.booen_icon-circle-left4:before {
    content: "\edf7";
}
.booen_icon-arrow-resize:before {
    content: "\edf8";
}
.booen_icon-arrow-resize2:before {
    content: "\edf9";
}
.booen_icon-arrow-resize3:before {
    content: "\edfa";
}
.booen_icon-arrow-resize4:before {
    content: "\edfb";
}
.booen_icon-arrow-resize5:before {
    content: "\edfc";
}
.booen_icon-arrow-resize6:before {
    content: "\edfd";
}
.booen_icon-arrow-resize7:before {
    content: "\edfe";
}
.booen_icon-arrow-resize8:before {
    content: "\edff";
}
.booen_icon-square-up-left:before {
    content: "\ee00";
}
.booen_icon-square-up:before {
    content: "\ee01";
}
.booen_icon-square-up-right:before {
    content: "\ee02";
}
.booen_icon-square-right:before {
    content: "\ee03";
}
.booen_icon-square-down-right:before {
    content: "\ee04";
}
.booen_icon-square-down:before {
    content: "\ee05";
}
.booen_icon-square-down-left:before {
    content: "\ee06";
}
.booen_icon-square-left:before {
    content: "\ee07";
}
.booen_icon-arrow-up9:before {
    content: "\ee08";
}
.booen_icon-arrow-right9:before {
    content: "\ee09";
}
.booen_icon-arrow-down9:before {
    content: "\ee0a";
}
.booen_icon-arrow-left9:before {
    content: "\ee0b";
}
.booen_icon-arrow-up10:before {
    content: "\ee0c";
}
.booen_icon-arrow-right10:before {
    content: "\ee0d";
}
.booen_icon-arrow-down10:before {
    content: "\ee0e";
}
.booen_icon-arrow-left10:before {
    content: "\ee0f";
}
.booen_icon-arrow-up-left4:before {
    content: "\ee10";
}
.booen_icon-arrow-up11:before {
    content: "\ee11";
}
.booen_icon-arrow-up-right4:before {
    content: "\ee12";
}
.booen_icon-arrow-right11:before {
    content: "\ee13";
}
.booen_icon-arrow-down-right4:before {
    content: "\ee14";
}
.booen_icon-arrow-down11:before {
    content: "\ee15";
}
.booen_icon-arrow-down-left4:before {
    content: "\ee16";
}
.booen_icon-arrow-left11:before {
    content: "\ee17";
}
.booen_icon-arrow-up-left5:before {
    content: "\ee18";
}
.booen_icon-arrow-up12:before {
    content: "\ee19";
}
.booen_icon-arrow-up-right5:before {
    content: "\ee1a";
}
.booen_icon-arrow-right12:before {
    content: "\ee1b";
}
.booen_icon-arrow-down-right5:before {
    content: "\ee1c";
}
.booen_icon-arrow-down12:before {
    content: "\ee1d";
}
.booen_icon-arrow-down-left5:before {
    content: "\ee1e";
}
.booen_icon-arrow-left12:before {
    content: "\ee1f";
}
.booen_icon-arrow-up13:before {
    content: "\ee20";
}
.booen_icon-arrow-right13:before {
    content: "\ee21";
}
.booen_icon-arrow-down13:before {
    content: "\ee22";
}
.booen_icon-arrow-left13:before {
    content: "\ee23";
}
.booen_icon-arrow-up14:before {
    content: "\ee24";
}
.booen_icon-arrow-right14:before {
    content: "\ee25";
}
.booen_icon-arrow-down14:before {
    content: "\ee26";
}
.booen_icon-arrow-left14:before {
    content: "\ee27";
}
.booen_icon-circle-up5:before {
    content: "\ee28";
}
.booen_icon-circle-right5:before {
    content: "\ee29";
}
.booen_icon-circle-down5:before {
    content: "\ee2a";
}
.booen_icon-circle-left5:before {
    content: "\ee2b";
}
.booen_icon-circle-up6:before {
    content: "\ee2c";
}
.booen_icon-circle-right6:before {
    content: "\ee2d";
}
.booen_icon-circle-down6:before {
    content: "\ee2e";
}
.booen_icon-circle-left6:before {
    content: "\ee2f";
}
.booen_icon-arrow-up15:before {
    content: "\ee30";
}
.booen_icon-arrow-right15:before {
    content: "\ee31";
}
.booen_icon-arrow-down15:before {
    content: "\ee32";
}
.booen_icon-arrow-left15:before {
    content: "\ee33";
}
.booen_icon-arrow-up16:before {
    content: "\ee34";
}
.booen_icon-arrow-right16:before {
    content: "\ee35";
}
.booen_icon-arrow-down16:before {
    content: "\ee36";
}
.booen_icon-arrow-left16:before {
    content: "\ee37";
}
.booen_icon-menu-open:before {
    content: "\ee38";
}
.booen_icon-menu-open2:before {
    content: "\ee39";
}
.booen_icon-menu-close:before {
    content: "\ee3a";
}
.booen_icon-menu-close2:before {
    content: "\ee3b";
}
.booen_icon-enter4:before {
    content: "\ee3c";
}
.booen_icon-enter5:before {
    content: "\ee3d";
}
.booen_icon-esc:before {
    content: "\ee3e";
}
.booen_icon-enter6:before {
    content: "\ee3f";
}
.booen_icon-backspace:before {
    content: "\ee40";
}
.booen_icon-backspace2:before {
    content: "\ee41";
}
.booen_icon-tab:before {
    content: "\ee42";
}
.booen_icon-transmission:before {
    content: "\ee43";
}
.booen_icon-transmission2:before {
    content: "\ee44";
}
.booen_icon-sort:before {
    content: "\ee45";
}
.booen_icon-sort2:before {
    content: "\ee46";
}
.booen_icon-move-up:before {
    content: "\ee47";
}
.booen_icon-move-down:before {
    content: "\ee48";
}
.booen_icon-sort-alpha-asc:before {
    content: "\ee49";
}
.booen_icon-sort-alpha-desc:before {
    content: "\ee4a";
}
.booen_icon-sort-numeric-asc:before {
    content: "\ee4b";
}
.booen_icon-sort-numberic-desc:before {
    content: "\ee4c";
}
.booen_icon-sort-amount-asc:before {
    content: "\ee4d";
}
.booen_icon-sort-amount-desc:before {
    content: "\ee4e";
}
.booen_icon-sort-time-asc:before {
    content: "\ee4f";
}
.booen_icon-sort-time-desc:before {
    content: "\ee50";
}
.booen_icon-battery-6:before {
    content: "\ee51";
}
.booen_icon-battery-5:before {
    content: "\ee52";
}
.booen_icon-battery-4:before {
    content: "\ee53";
}
.booen_icon-battery-3:before {
    content: "\ee54";
}
.booen_icon-battery-2:before {
    content: "\ee55";
}
.booen_icon-battery-1:before {
    content: "\ee56";
}
.booen_icon-battery-0:before {
    content: "\ee57";
}
.booen_icon-battery-charging:before {
    content: "\ee58";
}
.booen_icon-key-keyboard:before {
    content: "\ee59";
}
.booen_icon-key-A:before {
    content: "\ee5a";
}
.booen_icon-key-up:before {
    content: "\ee5b";
}
.booen_icon-key-right:before {
    content: "\ee5c";
}
.booen_icon-key-down:before {
    content: "\ee5d";
}
.booen_icon-key-left:before {
    content: "\ee5e";
}
.booen_icon-command:before {
    content: "\ee5f";
}
.booen_icon-shift:before {
    content: "\ee60";
}
.booen_icon-ctrl:before {
    content: "\ee61";
}
.booen_icon-opt:before {
    content: "\ee62";
}
.booen_icon-checkbox-checked:before {
    content: "\ee63";
}
.booen_icon-checkbox-unchecked:before {
    content: "\ee64";
}
.booen_icon-checkbox-partial:before {
    content: "\ee65";
}
.booen_icon-square:before {
    content: "\ee66";
}
.booen_icon-triangle:before {
    content: "\ee67";
}
.booen_icon-triangle2:before {
    content: "\ee68";
}
.booen_icon-diamond3:before {
    content: "\ee69";
}
.booen_icon-diamond4:before {
    content: "\ee6a";
}
.booen_icon-checkbox-checked2:before {
    content: "\ee6b";
}
.booen_icon-checkbox-unchecked2:before {
    content: "\ee6c";
}
.booen_icon-checkbox-partial2:before {
    content: "\ee6d";
}
.booen_icon-radio-checked:before {
    content: "\ee6e";
}
.booen_icon-radio-checked2:before {
    content: "\ee6f";
}
.booen_icon-radio-unchecked:before {
    content: "\ee70";
}
.booen_icon-toggle-on:before {
    content: "\ee71";
}
.booen_icon-toggle-off:before {
    content: "\ee72";
}
.booen_icon-checkmark-circle:before {
    content: "\ee73";
}
.booen_icon-circle:before {
    content: "\ee74";
}
.booen_icon-circle2:before {
    content: "\ee75";
}
.booen_icon-circles:before {
    content: "\ee76";
}
.booen_icon-circles2:before {
    content: "\ee77";
}
.booen_icon-crop:before {
    content: "\ee78";
}
.booen_icon-crop2:before {
    content: "\ee79";
}
.booen_icon-make-group:before {
    content: "\ee7a";
}
.booen_icon-ungroup:before {
    content: "\ee7b";
}
.booen_icon-vector:before {
    content: "\ee7c";
}
.booen_icon-vector2:before {
    content: "\ee7d";
}
.booen_icon-rulers:before {
    content: "\ee7e";
}
.booen_icon-ruler:before {
    content: "\ee7f";
}
.booen_icon-pencil-ruler:before {
    content: "\ee80";
}
.booen_icon-scissors:before {
    content: "\ee81";
}
.booen_icon-scissors2:before {
    content: "\ee82";
}
.booen_icon-scissors3:before {
    content: "\ee83";
}
.booen_icon-haircut:before {
    content: "\ee84";
}
.booen_icon-comb:before {
    content: "\ee85";
}
.booen_icon-filter:before {
    content: "\ee86";
}
.booen_icon-filter2:before {
    content: "\ee87";
}
.booen_icon-filter3:before {
    content: "\ee88";
}
.booen_icon-filter4:before {
    content: "\ee89";
}
.booen_icon-font:before {
    content: "\ee8a";
}
.booen_icon-ampersand:before {
    content: "\ee8b";
}
.booen_icon-ligature:before {
    content: "\ee8c";
}
.booen_icon-ligature2:before {
    content: "\ee8d";
}
.booen_icon-font-size:before {
    content: "\ee8e";
}
.booen_icon-typography:before {
    content: "\ee8f";
}
.booen_icon-text-height:before {
    content: "\ee90";
}
.booen_icon-text-width:before {
    content: "\ee91";
}
.booen_icon-height2:before {
    content: "\ee92";
}
.booen_icon-width:before {
    content: "\ee93";
}
.booen_icon-bold:before {
    content: "\ee94";
}
.booen_icon-underline:before {
    content: "\ee95";
}
.booen_icon-italic:before {
    content: "\ee96";
}
.booen_icon-strikethrough:before {
    content: "\ee97";
}
.booen_icon-strikethrough2:before {
    content: "\ee98";
}
.booen_icon-font-size2:before {
    content: "\ee99";
}
.booen_icon-bold2:before {
    content: "\ee9a";
}
.booen_icon-underline2:before {
    content: "\ee9b";
}
.booen_icon-italic2:before {
    content: "\ee9c";
}
.booen_icon-strikethrough3:before {
    content: "\ee9d";
}
.booen_icon-omega:before {
    content: "\ee9e";
}
.booen_icon-sigma:before {
    content: "\ee9f";
}
.booen_icon-nbsp:before {
    content: "\eea0";
}
.booen_icon-page-break:before {
    content: "\eea1";
}
.booen_icon-page-break2:before {
    content: "\eea2";
}
.booen_icon-superscript:before {
    content: "\eea3";
}
.booen_icon-subscript:before {
    content: "\eea4";
}
.booen_icon-superscript2:before {
    content: "\eea5";
}
.booen_icon-subscript2:before {
    content: "\eea6";
}
.booen_icon-text-color:before {
    content: "\eea7";
}
.booen_icon-highlight:before {
    content: "\eea8";
}
.booen_icon-pagebreak:before {
    content: "\eea9";
}
.booen_icon-clear-formatting:before {
    content: "\eeaa";
}
.booen_icon-table:before {
    content: "\eeab";
}
.booen_icon-table2:before {
    content: "\eeac";
}
.booen_icon-insert-template:before {
    content: "\eead";
}
.booen_icon-pilcrow:before {
    content: "\eeae";
}
.booen_icon-ltr:before {
    content: "\eeaf";
}
.booen_icon-rtl:before {
    content: "\eeb0";
}
.booen_icon-ltr2:before {
    content: "\eeb1";
}
.booen_icon-rtl2:before {
    content: "\eeb2";
}
.booen_icon-section:before {
    content: "\eeb3";
}
.booen_icon-paragraph-left:before {
    content: "\eeb4";
}
.booen_icon-paragraph-center:before {
    content: "\eeb5";
}
.booen_icon-paragraph-right:before {
    content: "\eeb6";
}
.booen_icon-paragraph-justify:before {
    content: "\eeb7";
}
.booen_icon-paragraph-left2:before {
    content: "\eeb8";
}
.booen_icon-paragraph-center2:before {
    content: "\eeb9";
}
.booen_icon-paragraph-right2:before {
    content: "\eeba";
}
.booen_icon-paragraph-justify2:before {
    content: "\eebb";
}
.booen_icon-indent-increase:before {
    content: "\eebc";
}
.booen_icon-indent-decrease:before {
    content: "\eebd";
}
.booen_icon-paragraph-left3:before {
    content: "\eebe";
}
.booen_icon-paragraph-center3:before {
    content: "\eebf";
}
.booen_icon-paragraph-right3:before {
    content: "\eec0";
}
.booen_icon-paragraph-justify3:before {
    content: "\eec1";
}
.booen_icon-indent-increase2:before {
    content: "\eec2";
}
.booen_icon-indent-decrease2:before {
    content: "\eec3";
}
.booen_icon-share:before {
    content: "\eec4";
}
.booen_icon-share2:before {
    content: "\eec5";
}
.booen_icon-new-tab:before {
    content: "\eec6";
}
.booen_icon-new-tab2:before {
    content: "\eec7";
}
.booen_icon-popout:before {
    content: "\eec8";
}
.booen_icon-embed:before {
    content: "\eec9";
}
.booen_icon-embed2:before {
    content: "\eeca";
}
.booen_icon-markup:before {
    content: "\eecb";
}
.booen_icon-regexp:before {
    content: "\eecc";
}
.booen_icon-regexp2:before {
    content: "\eecd";
}
.booen_icon-code:before {
    content: "\eece";
}
.booen_icon-circle-css:before {
    content: "\eecf";
}
.booen_icon-circle-code:before {
    content: "\eed0";
}
.booen_icon-terminal:before {
    content: "\eed1";
}
.booen_icon-unicode:before {
    content: "\eed2";
}
.booen_icon-seven-segment-0:before {
    content: "\eed3";
}
.booen_icon-seven-segment-1:before {
    content: "\eed4";
}
.booen_icon-seven-segment-2:before {
    content: "\eed5";
}
.booen_icon-seven-segment-3:before {
    content: "\eed6";
}
.booen_icon-seven-segment-4:before {
    content: "\eed7";
}
.booen_icon-seven-segment-5:before {
    content: "\eed8";
}
.booen_icon-seven-segment-6:before {
    content: "\eed9";
}
.booen_icon-seven-segment-7:before {
    content: "\eeda";
}
.booen_icon-seven-segment-8:before {
    content: "\eedb";
}
.booen_icon-seven-segment-9:before {
    content: "\eedc";
}
.booen_icon-share3:before {
    content: "\eedd";
}
.booen_icon-share4:before {
    content: "\eede";
}
.booen_icon-mail:before {
    content: "\eedf";
}
.booen_icon-mail2:before {
    content: "\eee0";
}
.booen_icon-mail3:before {
    content: "\eee1";
}
.booen_icon-mail4:before {
    content: "\eee2";
}
.booen_icon-google:before {
    content: "\eee3";
}
.booen_icon-google-plus:before {
    content: "\eee4";
}
.booen_icon-google-plus2:before {
    content: "\eee5";
}
.booen_icon-google-plus3:before {
    content: "\eee6";
}
.booen_icon-google-drive:before {
    content: "\eee7";
}
.booen_icon-facebook:before {
    content: "\eee8";
}
.booen_icon-facebook2:before {
    content: "\eee9";
}
.booen_icon-facebook3:before {
    content: "\eeea";
}
.booen_icon-ello:before {
    content: "\eeeb";
}
.booen_icon-instagram:before {
    content: "\eeec";
}
.booen_icon-twitter:before {
    content: "\eeed";
}
.booen_icon-twitter2:before {
    content: "\eeee";
}
.booen_icon-twitter3:before {
    content: "\eeef";
}
.booen_icon-feed2:before {
    content: "\eef0";
}
.booen_icon-feed3:before {
    content: "\eef1";
}
.booen_icon-feed4:before {
    content: "\eef2";
}
.booen_icon-youtube:before {
    content: "\eef3";
}
.booen_icon-youtube2:before {
    content: "\eef4";
}
.booen_icon-youtube3:before {
    content: "\eef5";
}
.booen_icon-youtube4:before {
    content: "\eef6";
}
.booen_icon-twitch:before {
    content: "\eef7";
}
.booen_icon-vimeo:before {
    content: "\eef8";
}
.booen_icon-vimeo2:before {
    content: "\eef9";
}
.booen_icon-vimeo3:before {
    content: "\eefa";
}
.booen_icon-lanyrd:before {
    content: "\eefb";
}
.booen_icon-flickr:before {
    content: "\eefc";
}
.booen_icon-flickr2:before {
    content: "\eefd";
}
.booen_icon-flickr3:before {
    content: "\eefe";
}
.booen_icon-flickr4:before {
    content: "\eeff";
}
.booen_icon-picassa:before {
    content: "\ef00";
}
.booen_icon-picassa2:before {
    content: "\ef01";
}
.booen_icon-dribbble:before {
    content: "\ef02";
}
.booen_icon-dribbble2:before {
    content: "\ef03";
}
.booen_icon-dribbble3:before {
    content: "\ef04";
}
.booen_icon-forrst:before {
    content: "\ef05";
}
.booen_icon-forrst2:before {
    content: "\ef06";
}
.booen_icon-deviantart:before {
    content: "\ef07";
}
.booen_icon-deviantart2:before {
    content: "\ef08";
}
.booen_icon-steam:before {
    content: "\ef09";
}
.booen_icon-steam2:before {
    content: "\ef0a";
}
.booen_icon-dropbox:before {
    content: "\ef0b";
}
.booen_icon-onedrive:before {
    content: "\ef0c";
}
.booen_icon-github:before {
    content: "\ef0d";
}
.booen_icon-github2:before {
    content: "\ef0e";
}
.booen_icon-github3:before {
    content: "\ef0f";
}
.booen_icon-github4:before {
    content: "\ef10";
}
.booen_icon-github5:before {
    content: "\ef11";
}
.booen_icon-wordpress:before {
    content: "\ef12";
}
.booen_icon-wordpress2:before {
    content: "\ef13";
}
.booen_icon-joomla:before {
    content: "\ef14";
}
.booen_icon-blogger:before {
    content: "\ef15";
}
.booen_icon-blogger2:before {
    content: "\ef16";
}
.booen_icon-tumblr:before {
    content: "\ef17";
}
.booen_icon-tumblr2:before {
    content: "\ef18";
}
.booen_icon-yahoo:before {
    content: "\ef19";
}
.booen_icon-tux:before {
    content: "\ef1a";
}
.booen_icon-apple2:before {
    content: "\ef1b";
}
.booen_icon-finder:before {
    content: "\ef1c";
}
.booen_icon-android:before {
    content: "\ef1d";
}
.booen_icon-windows:before {
    content: "\ef1e";
}
.booen_icon-windows8:before {
    content: "\ef1f";
}
.booen_icon-soundcloud:before {
    content: "\ef20";
}
.booen_icon-soundcloud2:before {
    content: "\ef21";
}
.booen_icon-skype:before {
    content: "\ef22";
}
.booen_icon-reddit:before {
    content: "\ef23";
}
.booen_icon-linkedin:before {
    content: "\ef24";
}
.booen_icon-linkedin2:before {
    content: "\ef25";
}
.booen_icon-lastfm:before {
    content: "\ef26";
}
.booen_icon-lastfm2:before {
    content: "\ef27";
}
.booen_icon-delicious:before {
    content: "\ef28";
}
.booen_icon-stumbleupon:before {
    content: "\ef29";
}
.booen_icon-stumbleupon2:before {
    content: "\ef2a";
}
.booen_icon-stackoverflow:before {
    content: "\ef2b";
}
.booen_icon-pinterest:before {
    content: "\ef2c";
}
.booen_icon-pinterest2:before {
    content: "\ef2d";
}
.booen_icon-xing:before {
    content: "\ef2e";
}
.booen_icon-xing2:before {
    content: "\ef2f";
}
.booen_icon-flattr:before {
    content: "\ef30";
}
.booen_icon-foursquare:before {
    content: "\ef31";
}
.booen_icon-paypal:before {
    content: "\ef32";
}
.booen_icon-paypal2:before {
    content: "\ef33";
}
.booen_icon-paypal3:before {
    content: "\ef34";
}
.booen_icon-yelp:before {
    content: "\ef35";
}
.booen_icon-file-pdf:before {
    content: "\ef36";
}
.booen_icon-file-openoffice:before {
    content: "\ef37";
}
.booen_icon-file-word:before {
    content: "\ef38";
}
.booen_icon-file-excel:before {
    content: "\ef39";
}
.booen_icon-libreoffice:before {
    content: "\ef3a";
}
.booen_icon-html5:before {
    content: "\ef3b";
}
.booen_icon-html52:before {
    content: "\ef3c";
}
.booen_icon-css3:before {
    content: "\ef3d";
}
.booen_icon-git:before {
    content: "\ef3e";
}
.booen_icon-svg:before {
    content: "\ef3f";
}
.booen_icon-codepen:before {
    content: "\ef40";
}
.booen_icon-chrome:before {
    content: "\ef41";
}
.booen_icon-firefox:before {
    content: "\ef42";
}
.booen_icon-IE:before {
    content: "\ef43";
}
.booen_icon-opera:before {
    content: "\ef44";
}
.booen_icon-safari:before {
    content: "\ef45";
}
.booen_icon-IcoMoon:before {
    content: "\ef46";
}

