

@font-face {
  font-family: 'FontAwesome';
  src: url('../assets/plugins/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.0');
  src: url('../assets/plugins/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.0') format('embedded-opentype'), url('../assets/plugins/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.0') format('woff2'), url('../assets/plugins/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.0') format('woff'), url('../assets/plugins/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.0') format('truetype'), url('../assets/plugins/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}

.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: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-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-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";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../assets/fonts/material-icons/sources/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../assets/fonts/material-icons/sources/MaterialIcons-Regular.woff2) format('woff2'),
    url(../assets/fonts/material-icons/sources/MaterialIcons-Regular.woff) format('woff'),
    url(../assets/fonts/material-icons/sources/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    -webkit-font-smoothing: antialiased;

    text-rendering: optimizeLegibility;

    -moz-osx-font-smoothing: grayscale;

    font-feature-settings: 'liga';
}


@font-face {font-family: 'Nucleo Outline';src:url('../assets/fonts/nucleo/source/nucleo-outline.eot');src:url('../assets/fonts/nucleo/source/nucleo-outline.eot') format('embedded-opentype'), url('../assets/fonts/nucleo/source/nucleo-outline.woff2') format('woff2'), url('../assets/fonts/nucleo/source/nucleo-outline.woff') format('woff'), url('../assets/fonts/nucleo/source/nucleo-outline.ttf') format('truetype'), url('../assets/fonts/nucleo/source/nucleo-outline.svg') format('svg');font-weight: normal;font-style: normal;
}

.nc-icon-outline {
    display: inline-block;
    font: normal normal normal 18px/1 'Nucleo Outline';
    font-size : 24px;
    speak: none;
    text-transform: none;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.nc-icon-outline.envir_bulb-saver:before {
    content: "\ecc4";
}
.nc-icon-outline.envir_bulb:before {
    content: "\ecc5";
}
.nc-icon-outline.envir_car:before {
    content: "\ecc6";
}
.nc-icon-outline.envir_fuel-electric:before {
    content: "\ecc7";
}
.nc-icon-outline.envir_fuel:before {
    content: "\ecc8";
}
.nc-icon-outline.envir_home:before {
    content: "\ecc9";
}
.nc-icon-outline.envir_level:before {
    content: "\ecca";
}
.nc-icon-outline.envir_panel:before {
    content: "\eccb";
}
.nc-icon-outline.envir_radiation:before {
    content: "\eccc";
}
.nc-icon-outline.envir_recycling:before {
    content: "\eccd";
}
.nc-icon-outline.envir_save-planet:before {
    content: "\ecce";
}
.nc-icon-outline.envir_waste-danger:before {
    content: "\eccf";
}
.nc-icon-outline.envir_waste-recycling:before {
    content: "\ecd0";
}
.nc-icon-outline.envir_waste:before {
    content: "\ecd1";
}
.nc-icon-outline.envir_water-hand:before {
    content: "\ecd2";
}
.nc-icon-outline.envir_water-sink:before {
    content: "\ecd3";
}
.nc-icon-outline.envir_water:before {
    content: "\ecd4";
}
.nc-icon-outline.envir_wind:before {
    content: "\ecd5";
}
.nc-icon-outline.text_align-center:before {
    content: "\ecaa";
}
.nc-icon-outline.text_align-justify:before {
    content: "\ecab";
}
.nc-icon-outline.text_align-left:before {
    content: "\ecac";
}
.nc-icon-outline.text_align-right:before {
    content: "\ecad";
}
.nc-icon-outline.text_background:before {
    content: "\ecae";
}
.nc-icon-outline.text_bold:before {
    content: "\ecaf";
}
.nc-icon-outline.text_capitalize:before {
    content: "\ecb0";
}
.nc-icon-outline.text_caps-all:before {
    content: "\ecb1";
}
.nc-icon-outline.text_caps-small:before {
    content: "\ecb2";
}
.nc-icon-outline.text_color:before {
    content: "\ecb3";
}
.nc-icon-outline.text_edit:before {
    content: "\ecb4";
}
.nc-icon-outline.text_italic:before {
    content: "\ecb5";
}
.nc-icon-outline.text_line-height:before {
    content: "\ecb6";
}
.nc-icon-outline.text_list-bullet:before {
    content: "\ecb7";
}
.nc-icon-outline.text_list-numbers:before {
    content: "\ecb8";
}
.nc-icon-outline.text_margin-left:before {
    content: "\ecb9";
}
.nc-icon-outline.text_margin-right:before {
    content: "\ecba";
}
.nc-icon-outline.text_quote:before {
    content: "\ecbb";
}
.nc-icon-outline.text_scale-horizontal:before {
    content: "\ecbc";
}
.nc-icon-outline.text_scale-vertical:before {
    content: "\ecbd";
}
.nc-icon-outline.text_size:before {
    content: "\ecbe";
}
.nc-icon-outline.text_strikethrough:before {
    content: "\ecbf";
}
.nc-icon-outline.text_subscript:before {
    content: "\ecc0";
}
.nc-icon-outline.text_superscript:before {
    content: "\ecc1";
}
.nc-icon-outline.text_tracking:before {
    content: "\ecc2";
}
.nc-icon-outline.text_underline:before {
    content: "\ecc3";
}
.nc-icon-outline.gestures_2x-drag-down:before {
    content: "\ec09";
}
.nc-icon-outline.gestures_2x-drag-up:before {
    content: "\ec0a";
}
.nc-icon-outline.gestures_2x-swipe-down:before {
    content: "\ec0b";
}
.nc-icon-outline.gestures_2x-swipe-left:before {
    content: "\ec0c";
}
.nc-icon-outline.gestures_2x-swipe-right:before {
    content: "\ec0d";
}
.nc-icon-outline.gestures_2x-swipe-up:before {
    content: "\ec0e";
}
.nc-icon-outline.gestures_2x-tap:before {
    content: "\ec0f";
}
.nc-icon-outline.gestures_3x-swipe-left:before {
    content: "\ec10";
}
.nc-icon-outline.gestures_3x-swipe-right:before {
    content: "\ec11";
}
.nc-icon-outline.gestures_3x-swipe-up:before {
    content: "\ec12";
}
.nc-icon-outline.gestures_3x-tap:before {
    content: "\ec13";
}
.nc-icon-outline.gestures_4x-swipe-left:before {
    content: "\ec14";
}
.nc-icon-outline.gestures_4x-swipe-right:before {
    content: "\ec15";
}
.nc-icon-outline.gestures_4x-swipe-up:before {
    content: "\ec16";
}
.nc-icon-outline.gestures_active-38:before {
    content: "\ec17";
}
.nc-icon-outline.gestures_active-40:before {
    content: "\ec18";
}
.nc-icon-outline.gestures_camera:before {
    content: "\ec19";
}
.nc-icon-outline.gestures_double-tap:before {
    content: "\ec1a";
}
.nc-icon-outline.gestures_drag-21:before {
    content: "\ec1b";
}
.nc-icon-outline.gestures_drag-31:before {
    content: "\ec1c";
}
.nc-icon-outline.gestures_drag-down:before {
    content: "\ec1d";
}
.nc-icon-outline.gestures_drag-left:before {
    content: "\ec1e";
}
.nc-icon-outline.gestures_drag-right:before {
    content: "\ec1f";
}
.nc-icon-outline.gestures_drag-up:before {
    content: "\ec20";
}
.nc-icon-outline.gestures_flick-down:before {
    content: "\ec21";
}
.nc-icon-outline.gestures_flick-left:before {
    content: "\ec22";
}
.nc-icon-outline.gestures_flick-right:before {
    content: "\ec23";
}
.nc-icon-outline.gestures_flick-up:before {
    content: "\ec24";
}
.nc-icon-outline.gestures_grab:before {
    content: "\ec25";
}
.nc-icon-outline.gestures_hold:before {
    content: "\ec26";
}
.nc-icon-outline.gestures_pin:before {
    content: "\ec27";
}
.nc-icon-outline.gestures_pinch:before {
    content: "\ec28";
}
.nc-icon-outline.gestures_rotate-22:before {
    content: "\ec29";
}
.nc-icon-outline.gestures_rotate-23:before {
    content: "\ec2a";
}
.nc-icon-outline.gestures_scan:before {
    content: "\ec2b";
}
.nc-icon-outline.gestures_scroll-horitontal:before {
    content: "\ec2c";
}
.nc-icon-outline.gestures_scroll-vertical:before {
    content: "\ec2d";
}
.nc-icon-outline.gestures_stretch:before {
    content: "\ec2e";
}
.nc-icon-outline.gestures_swipe-bottom:before {
    content: "\ec2f";
}
.nc-icon-outline.gestures_swipe-left:before {
    content: "\ec30";
}
.nc-icon-outline.gestures_swipe-right:before {
    content: "\ec31";
}
.nc-icon-outline.gestures_swipe-up:before {
    content: "\ec32";
}
.nc-icon-outline.gestures_tap-01:before {
    content: "\ec33";
}
.nc-icon-outline.gestures_tap-02:before {
    content: "\ec34";
}
.nc-icon-outline.sport_badminton:before {
    content: "\ec35";
}
.nc-icon-outline.sport_baseball-ball:before {
    content: "\ec36";
}
.nc-icon-outline.sport_baseball-bat:before {
    content: "\ec37";
}
.nc-icon-outline.sport_baseball:before {
    content: "\ec38";
}
.nc-icon-outline.sport_basketball-12:before {
    content: "\ec39";
}
.nc-icon-outline.sport_basketball-13:before {
    content: "\ec3a";
}
.nc-icon-outline.sport_boxing:before {
    content: "\ec3b";
}
.nc-icon-outline.sport_cardio:before {
    content: "\ec3c";
}
.nc-icon-outline.sport_cricket:before {
    content: "\ec3d";
}
.nc-icon-outline.sport_crown:before {
    content: "\ec3e";
}
.nc-icon-outline.sport_dart:before {
    content: "\ec3f";
}
.nc-icon-outline.sport_dumbbells:before {
    content: "\ec40";
}
.nc-icon-outline.sport_energy-drink:before {
    content: "\ec41";
}
.nc-icon-outline.sport_energy-supplement:before {
    content: "\ec42";
}
.nc-icon-outline.sport_fencing:before {
    content: "\ec43";
}
.nc-icon-outline.sport_fishing:before {
    content: "\ec44";
}
.nc-icon-outline.sport_flag-finish:before {
    content: "\ec45";
}
.nc-icon-outline.sport_football-headguard:before {
    content: "\ec46";
}
.nc-icon-outline.sport_golf:before {
    content: "\ec47";
}
.nc-icon-outline.sport_helmet:before {
    content: "\ec48";
}
.nc-icon-outline.sport_hockey:before {
    content: "\ec49";
}
.nc-icon-outline.sport_kettlebell:before {
    content: "\ec4a";
}
.nc-icon-outline.sport_ping-pong:before {
    content: "\ec4b";
}
.nc-icon-outline.sport_podium-trophy:before {
    content: "\ec4c";
}
.nc-icon-outline.sport_podium:before {
    content: "\ec4d";
}
.nc-icon-outline.sport_rope:before {
    content: "\ec4e";
}
.nc-icon-outline.sport_rugby:before {
    content: "\ec4f";
}
.nc-icon-outline.sport_shaker:before {
    content: "\ec50";
}
.nc-icon-outline.sport_shoe-run:before {
    content: "\ec51";
}
.nc-icon-outline.sport_skateboard:before {
    content: "\ec52";
}
.nc-icon-outline.sport_snowboard:before {
    content: "\ec53";
}
.nc-icon-outline.sport_soccer-field:before {
    content: "\ec54";
}
.nc-icon-outline.sport_steering-wheel:before {
    content: "\ec55";
}
.nc-icon-outline.sport_supplement:before {
    content: "\ec56";
}
.nc-icon-outline.sport_surf:before {
    content: "\ec57";
}
.nc-icon-outline.sport_tactic:before {
    content: "\ec58";
}
.nc-icon-outline.sport_tennis-ball:before {
    content: "\ec59";
}
.nc-icon-outline.sport_tennis:before {
    content: "\ec5a";
}
.nc-icon-outline.sport_trophy:before {
    content: "\ec5b";
}
.nc-icon-outline.sport_user-balance:before {
    content: "\ec5c";
}
.nc-icon-outline.sport_user-climb:before {
    content: "\ec5d";
}
.nc-icon-outline.sport_user-meditation:before {
    content: "\ec5e";
}
.nc-icon-outline.sport_user-run:before {
    content: "\ec5f";
}
.nc-icon-outline.sport_user-snowboard:before {
    content: "\ec60";
}
.nc-icon-outline.sport_user-swim:before {
    content: "\ec61";
}
.nc-icon-outline.sport_volleyball:before {
    content: "\ec62";
}
.nc-icon-outline.sport_whistle:before {
    content: "\ec63";
}
.nc-icon-outline.holidays_bat:before {
    content: "\ec64";
}
.nc-icon-outline.holidays_biscuit:before {
    content: "\ec65";
}
.nc-icon-outline.holidays_bones:before {
    content: "\ec66";
}
.nc-icon-outline.holidays_boot:before {
    content: "\ec67";
}
.nc-icon-outline.holidays_candy:before {
    content: "\ec68";
}
.nc-icon-outline.holidays_cat:before {
    content: "\ec69";
}
.nc-icon-outline.holidays_cauldron:before {
    content: "\ec6a";
}
.nc-icon-outline.holidays_chimney:before {
    content: "\ec6b";
}
.nc-icon-outline.holidays_cockade:before {
    content: "\ec6c";
}
.nc-icon-outline.holidays_coffin:before {
    content: "\ec6d";
}
.nc-icon-outline.holidays_dead-hand:before {
    content: "\ec6e";
}
.nc-icon-outline.holidays_decoration:before {
    content: "\ec6f";
}
.nc-icon-outline.holidays_deer:before {
    content: "\ec70";
}
.nc-icon-outline.holidays_egg-38:before {
    content: "\ec71";
}
.nc-icon-outline.holidays_egg-39:before {
    content: "\ec72";
}
.nc-icon-outline.holidays_frankenstein:before {
    content: "\ec73";
}
.nc-icon-outline.holidays_ghost:before {
    content: "\ec74";
}
.nc-icon-outline.holidays_gift-exchange:before {
    content: "\ec75";
}
.nc-icon-outline.holidays_gift:before {
    content: "\ec76";
}
.nc-icon-outline.holidays_glove:before {
    content: "\ec77";
}
.nc-icon-outline.holidays_grave:before {
    content: "\ec78";
}
.nc-icon-outline.holidays_light:before {
    content: "\ec79";
}
.nc-icon-outline.holidays_message:before {
    content: "\ec7a";
}
.nc-icon-outline.holidays_mistletoe:before {
    content: "\ec7b";
}
.nc-icon-outline.holidays_owl:before {
    content: "\ec7c";
}
.nc-icon-outline.holidays_pumpkin:before {
    content: "\ec7d";
}
.nc-icon-outline.holidays_rabbit:before {
    content: "\ec7e";
}
.nc-icon-outline.holidays_santa-hat:before {
    content: "\ec7f";
}
.nc-icon-outline.holidays_sickle:before {
    content: "\ec80";
}
.nc-icon-outline.holidays_snow-ball:before {
    content: "\ec81";
}
.nc-icon-outline.holidays_snowman-head:before {
    content: "\ec82";
}
.nc-icon-outline.holidays_snowman:before {
    content: "\ec83";
}
.nc-icon-outline.holidays_soak:before {
    content: "\ec84";
}
.nc-icon-outline.holidays_spider:before {
    content: "\ec85";
}
.nc-icon-outline.holidays_tree-ball:before {
    content: "\ec86";
}
.nc-icon-outline.holidays_tree:before {
    content: "\ec87";
}
.nc-icon-outline.holidays_vampire:before {
    content: "\ec88";
}
.nc-icon-outline.holidays_witch-hat:before {
    content: "\ec89";
}
.nc-icon-outline.holidays_wolf:before {
    content: "\ec8a";
}
.nc-icon-outline.holidays_zombie:before {
    content: "\ec8b";
}
.nc-icon-outline.nature_bear:before {
    content: "\ec8c";
}
.nc-icon-outline.nature_bee:before {
    content: "\ec8d";
}
.nc-icon-outline.nature_butterfly:before {
    content: "\ec8e";
}
.nc-icon-outline.nature_chicken:before {
    content: "\ec8f";
}
.nc-icon-outline.nature_clover:before {
    content: "\ec90";
}
.nc-icon-outline.nature_collar:before {
    content: "\ec91";
}
.nc-icon-outline.nature_cow:before {
    content: "\ec92";
}
.nc-icon-outline.nature_dog-house:before {
    content: "\ec93";
}
.nc-icon-outline.nature_dog:before {
    content: "\ec94";
}
.nc-icon-outline.nature_flower-05:before {
    content: "\ec95";
}
.nc-icon-outline.nature_flower-06:before {
    content: "\ec96";
}
.nc-icon-outline.nature_flower-07:before {
    content: "\ec97";
}
.nc-icon-outline.nature_food-dog:before {
    content: "\ec98";
}
.nc-icon-outline.nature_food:before {
    content: "\ec99";
}
.nc-icon-outline.nature_forest:before {
    content: "\ec9a";
}
.nc-icon-outline.nature_mountain:before {
    content: "\ec9b";
}
.nc-icon-outline.nature_mushroom:before {
    content: "\ec9c";
}
.nc-icon-outline.nature_panda:before {
    content: "\ec9d";
}
.nc-icon-outline.nature_paw:before {
    content: "\ec9e";
}
.nc-icon-outline.nature_pig:before {
    content: "\ec9f";
}
.nc-icon-outline.nature_plant-ground:before {
    content: "\eca0";
}
.nc-icon-outline.nature_plant-vase:before {
    content: "\eca1";
}
.nc-icon-outline.nature_rat:before {
    content: "\eca2";
}
.nc-icon-outline.nature_sheep:before {
    content: "\eca3";
}
.nc-icon-outline.nature_snake:before {
    content: "\eca4";
}
.nc-icon-outline.nature_tree-01:before {
    content: "\eca5";
}
.nc-icon-outline.nature_tree-02:before {
    content: "\eca6";
}
.nc-icon-outline.nature_tree-03:before {
    content: "\eca7";
}
.nc-icon-outline.nature_turtle:before {
    content: "\eca8";
}
.nc-icon-outline.nature_wood:before {
    content: "\eca9";
}
.nc-icon-outline.travel_axe:before {
    content: "\eb28";
}
.nc-icon-outline.travel_backpack:before {
    content: "\eb29";
}
.nc-icon-outline.travel_bag:before {
    content: "\eb2a";
}
.nc-icon-outline.travel_barbecue:before {
    content: "\eb2b";
}
.nc-icon-outline.travel_beach-umbrella:before {
    content: "\eb2c";
}
.nc-icon-outline.travel_berlin:before {
    content: "\eb2d";
}
.nc-icon-outline.travel_binocular:before {
    content: "\eb2e";
}
.nc-icon-outline.travel_camper:before {
    content: "\eb2f";
}
.nc-icon-outline.travel_camping:before {
    content: "\eb30";
}
.nc-icon-outline.travel_castle:before {
    content: "\eb31";
}
.nc-icon-outline.travel_china:before {
    content: "\eb32";
}
.nc-icon-outline.travel_church:before {
    content: "\eb33";
}
.nc-icon-outline.travel_drink:before {
    content: "\eb34";
}
.nc-icon-outline.travel_explore:before {
    content: "\eb35";
}
.nc-icon-outline.travel_fire:before {
    content: "\eb36";
}
.nc-icon-outline.travel_hotel-bell:before {
    content: "\eb37";
}
.nc-icon-outline.travel_hotel-symbol:before {
    content: "\eb38";
}
.nc-icon-outline.travel_hotel:before {
    content: "\eb39";
}
.nc-icon-outline.travel_hut:before {
    content: "\eb3a";
}
.nc-icon-outline.travel_igloo:before {
    content: "\eb3b";
}
.nc-icon-outline.travel_info:before {
    content: "\eb3c";
}
.nc-icon-outline.travel_istanbul:before {
    content: "\eb3d";
}
.nc-icon-outline.travel_jellyfish:before {
    content: "\eb3e";
}
.nc-icon-outline.travel_lamp:before {
    content: "\eb3f";
}
.nc-icon-outline.travel_lighthouse:before {
    content: "\eb40";
}
.nc-icon-outline.travel_london:before {
    content: "\eb41";
}
.nc-icon-outline.travel_luggage:before {
    content: "\eb42";
}
.nc-icon-outline.travel_mosque:before {
    content: "\eb43";
}
.nc-icon-outline.travel_ny:before {
    content: "\eb44";
}
.nc-icon-outline.travel_octopus:before {
    content: "\eb45";
}
.nc-icon-outline.travel_paris-tower:before {
    content: "\eb46";
}
.nc-icon-outline.travel_passport:before {
    content: "\eb47";
}
.nc-icon-outline.travel_pickaxe:before {
    content: "\eb48";
}
.nc-icon-outline.travel_pool:before {
    content: "\eb49";
}
.nc-icon-outline.travel_pyramid:before {
    content: "\eb4a";
}
.nc-icon-outline.travel_rackets:before {
    content: "\eb4b";
}
.nc-icon-outline.travel_rio:before {
    content: "\eb4c";
}
.nc-icon-outline.travel_road-sign-left:before {
    content: "\eb4d";
}
.nc-icon-outline.travel_road-sign-right:before {
    content: "\eb4e";
}
.nc-icon-outline.travel_rome:before {
    content: "\eb4f";
}
.nc-icon-outline.travel_rowing:before {
    content: "\eb50";
}
.nc-icon-outline.travel_sea-mask:before {
    content: "\eb51";
}
.nc-icon-outline.travel_sf-bridge:before {
    content: "\eb52";
}
.nc-icon-outline.travel_shark:before {
    content: "\eb53";
}
.nc-icon-outline.travel_spa:before {
    content: "\eb54";
}
.nc-icon-outline.travel_sunglasses:before {
    content: "\eb55";
}
.nc-icon-outline.travel_surf:before {
    content: "\eb56";
}
.nc-icon-outline.travel_swimsuit:before {
    content: "\eb57";
}
.nc-icon-outline.travel_swimwear:before {
    content: "\eb58";
}
.nc-icon-outline.travel_swiss-knife:before {
    content: "\eb59";
}
.nc-icon-outline.travel_temple-02:before {
    content: "\eb5a";
}
.nc-icon-outline.travel_temple-25:before {
    content: "\eb5b";
}
.nc-icon-outline.travel_trolley:before {
    content: "\eb5c";
}
.nc-icon-outline.travel_white-house:before {
    content: "\eb5d";
}
.nc-icon-outline.travel_world:before {
    content: "\eb5e";
}
.nc-icon-outline.travel_worldmap:before {
    content: "\eb5f";
}
.nc-icon-outline.food_alcohol:before {
    content: "\eb60";
}
.nc-icon-outline.food_apple:before {
    content: "\eb61";
}
.nc-icon-outline.food_baby:before {
    content: "\eb62";
}
.nc-icon-outline.food_bacon:before {
    content: "\eb63";
}
.nc-icon-outline.food_baguette:before {
    content: "\eb64";
}
.nc-icon-outline.food_banana:before {
    content: "\eb65";
}
.nc-icon-outline.food_barbecue-02:before {
    content: "\eb66";
}
.nc-icon-outline.food_barbecue-15:before {
    content: "\eb67";
}
.nc-icon-outline.food_barbecue-tools:before {
    content: "\eb68";
}
.nc-icon-outline.food_beer-95:before {
    content: "\eb69";
}
.nc-icon-outline.food_beer-96:before {
    content: "\eb6a";
}
.nc-icon-outline.food_beverage:before {
    content: "\eb6b";
}
.nc-icon-outline.food_bottle-wine:before {
    content: "\eb6c";
}
.nc-icon-outline.food_bottle:before {
    content: "\eb6d";
}
.nc-icon-outline.food_bowl:before {
    content: "\eb6e";
}
.nc-icon-outline.food_bread:before {
    content: "\eb6f";
}
.nc-icon-outline.food_broccoli:before {
    content: "\eb70";
}
.nc-icon-outline.food_cake-13:before {
    content: "\eb71";
}
.nc-icon-outline.food_cake-100:before {
    content: "\eb72";
}
.nc-icon-outline.food_cake-slice:before {
    content: "\eb73";
}
.nc-icon-outline.food_candle:before {
    content: "\eb74";
}
.nc-icon-outline.food_candy:before {
    content: "\eb75";
}
.nc-icon-outline.food_carrot:before {
    content: "\eb76";
}
.nc-icon-outline.food_champagne:before {
    content: "\eb77";
}
.nc-icon-outline.food_cheese-24:before {
    content: "\eb78";
}
.nc-icon-outline.food_cheese-87:before {
    content: "\eb79";
}
.nc-icon-outline.food_cheeseburger:before {
    content: "\eb7a";
}
.nc-icon-outline.food_chef-hat:before {
    content: "\eb7b";
}
.nc-icon-outline.food_cherry:before {
    content: "\eb7c";
}
.nc-icon-outline.food_chicken:before {
    content: "\eb7d";
}
.nc-icon-outline.food_chili:before {
    content: "\eb7e";
}
.nc-icon-outline.food_chinese:before {
    content: "\eb7f";
}
.nc-icon-outline.food_chips:before {
    content: "\eb80";
}
.nc-icon-outline.food_chocolate:before {
    content: "\eb81";
}
.nc-icon-outline.food_cocktail:before {
    content: "\eb82";
}
.nc-icon-outline.food_coffe-long:before {
    content: "\eb83";
}
.nc-icon-outline.food_coffee-long:before {
    content: "\eb84";
}
.nc-icon-outline.food_coffee:before {
    content: "\eb85";
}
.nc-icon-outline.food_cookies:before {
    content: "\eb86";
}
.nc-icon-outline.food_course:before {
    content: "\eb87";
}
.nc-icon-outline.food_crab:before {
    content: "\eb88";
}
.nc-icon-outline.food_croissant:before {
    content: "\eb89";
}
.nc-icon-outline.food_cutlery-75:before {
    content: "\eb8a";
}
.nc-icon-outline.food_cutlery-76:before {
    content: "\eb8b";
}
.nc-icon-outline.food_cutlery-77:before {
    content: "\eb8c";
}
.nc-icon-outline.food_dishwasher:before {
    content: "\eb8d";
}
.nc-icon-outline.food_donut:before {
    content: "\eb8e";
}
.nc-icon-outline.food_drink:before {
    content: "\eb8f";
}
.nc-icon-outline.food_egg:before {
    content: "\eb90";
}
.nc-icon-outline.food_energy-drink:before {
    content: "\eb91";
}
.nc-icon-outline.food_fish:before {
    content: "\eb92";
}
.nc-icon-outline.food_fishbone:before {
    content: "\eb93";
}
.nc-icon-outline.food_fridge:before {
    content: "\eb94";
}
.nc-icon-outline.food_glass:before {
    content: "\eb95";
}
.nc-icon-outline.food_grape:before {
    content: "\eb96";
}
.nc-icon-outline.food_hob:before {
    content: "\eb97";
}
.nc-icon-outline.food_hot-dog:before {
    content: "\eb98";
}
.nc-icon-outline.food_ice-cream-22:before {
    content: "\eb99";
}
.nc-icon-outline.food_ice-cream-72:before {
    content: "\eb9a";
}
.nc-icon-outline.food_jam:before {
    content: "\eb9b";
}
.nc-icon-outline.food_kettle:before {
    content: "\eb9c";
}
.nc-icon-outline.food_kitchen-fan:before {
    content: "\eb9d";
}
.nc-icon-outline.food_knife:before {
    content: "\eb9e";
}
.nc-icon-outline.food_lemon-slice:before {
    content: "\eb9f";
}
.nc-icon-outline.food_lighter:before {
    content: "\eba0";
}
.nc-icon-outline.food_lobster:before {
    content: "\eba1";
}
.nc-icon-outline.food_matches:before {
    content: "\eba2";
}
.nc-icon-outline.food_measuring-cup:before {
    content: "\eba3";
}
.nc-icon-outline.food_meat-spit:before {
    content: "\eba4";
}
.nc-icon-outline.food_microwave:before {
    content: "\eba5";
}
.nc-icon-outline.food_milk:before {
    content: "\eba6";
}
.nc-icon-outline.food_moka:before {
    content: "\eba7";
}
.nc-icon-outline.food_muffin:before {
    content: "\eba8";
}
.nc-icon-outline.food_mug:before {
    content: "\eba9";
}
.nc-icon-outline.food_oven:before {
    content: "\ebaa";
}
.nc-icon-outline.food_pan:before {
    content: "\ebab";
}
.nc-icon-outline.food_pizza-slice:before {
    content: "\ebac";
}
.nc-icon-outline.food_pizza:before {
    content: "\ebad";
}
.nc-icon-outline.food_plate:before {
    content: "\ebae";
}
.nc-icon-outline.food_pot:before {
    content: "\ebaf";
}
.nc-icon-outline.food_prosciutto:before {
    content: "\ebb0";
}
.nc-icon-outline.food_recipe-book-46:before {
    content: "\ebb1";
}
.nc-icon-outline.food_recipe-book-47:before {
    content: "\ebb2";
}
.nc-icon-outline.food_rolling-pin:before {
    content: "\ebb3";
}
.nc-icon-outline.food_salt:before {
    content: "\ebb4";
}
.nc-icon-outline.food_sausage:before {
    content: "\ebb5";
}
.nc-icon-outline.food_scale:before {
    content: "\ebb6";
}
.nc-icon-outline.food_scotch:before {
    content: "\ebb7";
}
.nc-icon-outline.food_shrimp:before {
    content: "\ebb8";
}
.nc-icon-outline.food_steak:before {
    content: "\ebb9";
}
.nc-icon-outline.food_store:before {
    content: "\ebba";
}
.nc-icon-outline.food_strawberry:before {
    content: "\ebbb";
}
.nc-icon-outline.food_sushi:before {
    content: "\ebbc";
}
.nc-icon-outline.food_tacos:before {
    content: "\ebbd";
}
.nc-icon-outline.food_tea:before {
    content: "\ebbe";
}
.nc-icon-outline.food_temperature:before {
    content: "\ebbf";
}
.nc-icon-outline.food_vest-07:before {
    content: "\ebc0";
}
.nc-icon-outline.food_vest-31:before {
    content: "\ebc1";
}
.nc-icon-outline.food_watermelon:before {
    content: "\ebc2";
}
.nc-icon-outline.food_whisk:before {
    content: "\ebc3";
}
.nc-icon-outline.emoticons_alien:before {
    content: "\ebc4";
}
.nc-icon-outline.emoticons_angry-10:before {
    content: "\ebc5";
}
.nc-icon-outline.emoticons_angry-44:before {
    content: "\ebc6";
}
.nc-icon-outline.emoticons_big-eyes:before {
    content: "\ebc7";
}
.nc-icon-outline.emoticons_big-smile:before {
    content: "\ebc8";
}
.nc-icon-outline.emoticons_bigmouth:before {
    content: "\ebc9";
}
.nc-icon-outline.emoticons_bleah:before {
    content: "\ebca";
}
.nc-icon-outline.emoticons_blind:before {
    content: "\ebcb";
}
.nc-icon-outline.emoticons_bomb:before {
    content: "\ebcc";
}
.nc-icon-outline.emoticons_bored:before {
    content: "\ebcd";
}
.nc-icon-outline.emoticons_cake:before {
    content: "\ebce";
}
.nc-icon-outline.emoticons_cry-15:before {
    content: "\ebcf";
}
.nc-icon-outline.emoticons_cry-57:before {
    content: "\ebd0";
}
.nc-icon-outline.emoticons_cute:before {
    content: "\ebd1";
}
.nc-icon-outline.emoticons_devil:before {
    content: "\ebd2";
}
.nc-icon-outline.emoticons_disgusted:before {
    content: "\ebd3";
}
.nc-icon-outline.emoticons_fist:before {
    content: "\ebd4";
}
.nc-icon-outline.emoticons_ghost:before {
    content: "\ebd5";
}
.nc-icon-outline.emoticons_hannibal:before {
    content: "\ebd6";
}
.nc-icon-outline.emoticons_happy-sun:before {
    content: "\ebd7";
}
.nc-icon-outline.emoticons_kid:before {
    content: "\ebd8";
}
.nc-icon-outline.emoticons_kiss:before {
    content: "\ebd9";
}
.nc-icon-outline.emoticons_laugh-17:before {
    content: "\ebda";
}
.nc-icon-outline.emoticons_laugh-35:before {
    content: "\ebdb";
}
.nc-icon-outline.emoticons_like-no:before {
    content: "\ebdc";
}
.nc-icon-outline.emoticons_like:before {
    content: "\ebdd";
}
.nc-icon-outline.emoticons_mad-12:before {
    content: "\ebde";
}
.nc-icon-outline.emoticons_mad-58:before {
    content: "\ebdf";
}
.nc-icon-outline.emoticons_malicious:before {
    content: "\ebe0";
}
.nc-icon-outline.emoticons_manga-62:before {
    content: "\ebe1";
}
.nc-icon-outline.emoticons_manga-63:before {
    content: "\ebe2";
}
.nc-icon-outline.emoticons_monster:before {
    content: "\ebe3";
}
.nc-icon-outline.emoticons_nerd-22:before {
    content: "\ebe4";
}
.nc-icon-outline.emoticons_nerd-23:before {
    content: "\ebe5";
}
.nc-icon-outline.emoticons_ninja:before {
    content: "\ebe6";
}
.nc-icon-outline.emoticons_no-words:before {
    content: "\ebe7";
}
.nc-icon-outline.emoticons_parrot:before {
    content: "\ebe8";
}
.nc-icon-outline.emoticons_penguin:before {
    content: "\ebe9";
}
.nc-icon-outline.emoticons_pirate:before {
    content: "\ebea";
}
.nc-icon-outline.emoticons_poop:before {
    content: "\ebeb";
}
.nc-icon-outline.emoticons_puzzled:before {
    content: "\ebec";
}
.nc-icon-outline.emoticons_quite-happy:before {
    content: "\ebed";
}
.nc-icon-outline.emoticons_robot:before {
    content: "\ebee";
}
.nc-icon-outline.emoticons_rock:before {
    content: "\ebef";
}
.nc-icon-outline.emoticons_sad:before {
    content: "\ebf0";
}
.nc-icon-outline.emoticons_satisfied:before {
    content: "\ebf1";
}
.nc-icon-outline.emoticons_shark:before {
    content: "\ebf2";
}
.nc-icon-outline.emoticons_shy:before {
    content: "\ebf3";
}
.nc-icon-outline.emoticons_sick:before {
    content: "\ebf4";
}
.nc-icon-outline.emoticons_silly:before {
    content: "\ebf5";
}
.nc-icon-outline.emoticons_skull:before {
    content: "\ebf6";
}
.nc-icon-outline.emoticons_sleep:before {
    content: "\ebf7";
}
.nc-icon-outline.emoticons_sloth:before {
    content: "\ebf8";
}
.nc-icon-outline.emoticons_smart:before {
    content: "\ebf9";
}
.nc-icon-outline.emoticons_smile:before {
    content: "\ebfa";
}
.nc-icon-outline.emoticons_soldier:before {
    content: "\ebfb";
}
.nc-icon-outline.emoticons_speechless:before {
    content: "\ebfc";
}
.nc-icon-outline.emoticons_spiteful:before {
    content: "\ebfd";
}
.nc-icon-outline.emoticons_sunglasses-48:before {
    content: "\ebfe";
}
.nc-icon-outline.emoticons_sunglasses-49:before {
    content: "\ebff";
}
.nc-icon-outline.emoticons_surprise:before {
    content: "\ec00";
}
.nc-icon-outline.emoticons_upset-13:before {
    content: "\ec01";
}
.nc-icon-outline.emoticons_upset-14:before {
    content: "\ec02";
}
.nc-icon-outline.emoticons_virus:before {
    content: "\ec03";
}
.nc-icon-outline.emoticons_what:before {
    content: "\ec04";
}
.nc-icon-outline.emoticons_whiskers:before {
    content: "\ec05";
}
.nc-icon-outline.emoticons_wink-06:before {
    content: "\ec06";
}
.nc-icon-outline.emoticons_wink-11:before {
    content: "\ec07";
}
.nc-icon-outline.emoticons_wink-69:before {
    content: "\ec08";
}
.nc-icon-outline.weather_celsius:before {
    content: "\e600";
}
.nc-icon-outline.weather_cloud-13:before {
    content: "\e601";
}
.nc-icon-outline.weather_cloud-14:before {
    content: "\e602";
}
.nc-icon-outline.weather_cloud-drop:before {
    content: "\e603";
}
.nc-icon-outline.weather_cloud-fog-31:before {
    content: "\e604";
}
.nc-icon-outline.weather_cloud-fog-32:before {
    content: "\e605";
}
.nc-icon-outline.weather_cloud-hail:before {
    content: "\e606";
}
.nc-icon-outline.weather_cloud-light:before {
    content: "\e607";
}
.nc-icon-outline.weather_cloud-moon:before {
    content: "\e608";
}
.nc-icon-outline.weather_cloud-rain:before {
    content: "\e609";
}
.nc-icon-outline.weather_cloud-rainbow:before {
    content: "\e60a";
}
.nc-icon-outline.weather_cloud-snow-34:before {
    content: "\e60b";
}
.nc-icon-outline.weather_cloud-snow-42:before {
    content: "\e60c";
}
.nc-icon-outline.weather_cloud-sun-17:before {
    content: "\e60d";
}
.nc-icon-outline.weather_cloud-sun-19:before {
    content: "\e60e";
}
.nc-icon-outline.weather_compass:before {
    content: "\e60f";
}
.nc-icon-outline.weather_drop-12:before {
    content: "\e610";
}
.nc-icon-outline.weather_drop-15:before {
    content: "\e611";
}
.nc-icon-outline.weather_drops:before {
    content: "\e612";
}
.nc-icon-outline.weather_eclipse:before {
    content: "\e613";
}
.nc-icon-outline.weather_fahrenheit:before {
    content: "\e614";
}
.nc-icon-outline.weather_fog:before {
    content: "\e615";
}
.nc-icon-outline.weather_forecast:before {
    content: "\e616";
}
.nc-icon-outline.weather_hurricane-44:before {
    content: "\e617";
}
.nc-icon-outline.weather_hurricane-45:before {
    content: "\e618";
}
.nc-icon-outline.weather_moon-cloud-drop:before {
    content: "\e619";
}
.nc-icon-outline.weather_moon-cloud-fog:before {
    content: "\e61a";
}
.nc-icon-outline.weather_moon-cloud-hail:before {
    content: "\e61b";
}
.nc-icon-outline.weather_moon-cloud-light:before {
    content: "\e61c";
}
.nc-icon-outline.weather_moon-cloud-rain:before {
    content: "\e61d";
}
.nc-icon-outline.weather_moon-cloud-snow-61:before {
    content: "\e61e";
}
.nc-icon-outline.weather_moon-cloud-snow-62:before {
    content: "\e61f";
}
.nc-icon-outline.weather_moon-fog:before {
    content: "\e620";
}
.nc-icon-outline.weather_moon-full:before {
    content: "\e621";
}
.nc-icon-outline.weather_moon-stars:before {
    content: "\e622";
}
.nc-icon-outline.weather_moon:before {
    content: "\e623";
}
.nc-icon-outline.weather_rain-hail:before {
    content: "\e624";
}
.nc-icon-outline.weather_rain:before {
    content: "\e625";
}
.nc-icon-outline.weather_rainbow:before {
    content: "\e626";
}
.nc-icon-outline.weather_snow:before {
    content: "\e627";
}
.nc-icon-outline.weather_sun-cloud-drop:before {
    content: "\e628";
}
.nc-icon-outline.weather_sun-cloud-fog:before {
    content: "\e629";
}
.nc-icon-outline.weather_sun-cloud-hail:before {
    content: "\e62a";
}
.nc-icon-outline.weather_sun-cloud-light:before {
    content: "\e62b";
}
.nc-icon-outline.weather_sun-cloud-rain:before {
    content: "\e62c";
}
.nc-icon-outline.weather_sun-cloud-snow-54:before {
    content: "\e62d";
}
.nc-icon-outline.weather_sun-cloud-snow-55:before {
    content: "\e62e";
}
.nc-icon-outline.weather_sun-cloud:before {
    content: "\e62f";
}
.nc-icon-outline.weather_sun-fog-29:before {
    content: "\e630";
}
.nc-icon-outline.weather_sun-fog-30:before {
    content: "\e631";
}
.nc-icon-outline.weather_sun-fog-43:before {
    content: "\e632";
}
.nc-icon-outline.weather_sun:before {
    content: "\e633";
}
.nc-icon-outline.weather_wind:before {
    content: "\e634";
}
.nc-icon-outline.users_add-27:before {
    content: "\e635";
}
.nc-icon-outline.users_add-29:before {
    content: "\e636";
}
.nc-icon-outline.users_badge-13:before {
    content: "\e637";
}
.nc-icon-outline.users_badge-14:before {
    content: "\e638";
}
.nc-icon-outline.users_badge-15:before {
    content: "\e639";
}
.nc-icon-outline.users_circle-08:before {
    content: "\e63a";
}
.nc-icon-outline.users_circle-09:before {
    content: "\e63b";
}
.nc-icon-outline.users_circle-10:before {
    content: "\e63c";
}
.nc-icon-outline.users_contacts:before {
    content: "\e63d";
}
.nc-icon-outline.users_delete-28:before {
    content: "\e63e";
}
.nc-icon-outline.users_delete-30:before {
    content: "\e63f";
}
.nc-icon-outline.users_man-20:before {
    content: "\e640";
}
.nc-icon-outline.users_man-23:before {
    content: "\e641";
}
.nc-icon-outline.users_man-glasses:before {
    content: "\e642";
}
.nc-icon-outline.users_mobile-contact:before {
    content: "\e643";
}
.nc-icon-outline.users_multiple-11:before {
    content: "\e644";
}
.nc-icon-outline.users_multiple-19:before {
    content: "\e645";
}
.nc-icon-outline.users_network:before {
    content: "\e646";
}
.nc-icon-outline.users_parent:before {
    content: "\e647";
}
.nc-icon-outline.users_single-01:before {
    content: "\e648";
}
.nc-icon-outline.users_single-02:before {
    content: "\e649";
}
.nc-icon-outline.users_single-03:before {
    content: "\e64a";
}
.nc-icon-outline.users_single-04:before {
    content: "\e64b";
}
.nc-icon-outline.users_single-05:before {
    content: "\e64c";
}
.nc-icon-outline.users_single-body:before {
    content: "\e64d";
}
.nc-icon-outline.users_single-position:before {
    content: "\e64e";
}
.nc-icon-outline.users_square-31:before {
    content: "\e64f";
}
.nc-icon-outline.users_square-32:before {
    content: "\e650";
}
.nc-icon-outline.users_square-33:before {
    content: "\e651";
}
.nc-icon-outline.users_woman-21:before {
    content: "\e652";
}
.nc-icon-outline.users_woman-24:before {
    content: "\e653";
}
.nc-icon-outline.users_woman-25:before {
    content: "\e654";
}
.nc-icon-outline.users_woman-34:before {
    content: "\e655";
}
.nc-icon-outline.users_woman-35:before {
    content: "\e656";
}
.nc-icon-outline.users_woman-man:before {
    content: "\e657";
}
.nc-icon-outline.ui-1_analytics-88:before {
    content: "\e658";
}
.nc-icon-outline.ui-1_analytics-89:before {
    content: "\e659";
}
.nc-icon-outline.ui-1_attach-86:before {
    content: "\e65a";
}
.nc-icon-outline.ui-1_attach-87:before {
    content: "\e65b";
}
.nc-icon-outline.ui-1_bell-53:before {
    content: "\e65c";
}
.nc-icon-outline.ui-1_bell-54:before {
    content: "\e65d";
}
.nc-icon-outline.ui-1_bell-55:before {
    content: "\e65e";
}
.nc-icon-outline.ui-1_bold-add:before {
    content: "\e65f";
}
.nc-icon-outline.ui-1_bold-delete:before {
    content: "\e660";
}
.nc-icon-outline.ui-1_bold-remove:before {
    content: "\e661";
}
.nc-icon-outline.ui-1_bookmark-add:before {
    content: "\e662";
}
.nc-icon-outline.ui-1_bookmark-remove:before {
    content: "\e663";
}
.nc-icon-outline.ui-1_calendar-57:before {
    content: "\e664";
}
.nc-icon-outline.ui-1_calendar-60:before {
    content: "\e665";
}
.nc-icon-outline.ui-1_calendar-check-59:before {
    content: "\e666";
}
.nc-icon-outline.ui-1_calendar-check-62:before {
    content: "\e667";
}
.nc-icon-outline.ui-1_calendar-grid-58:before {
    content: "\e668";
}
.nc-icon-outline.ui-1_calendar-grid-61:before {
    content: "\e669";
}
.nc-icon-outline.ui-1_check-bold:before {
    content: "\e66a";
}
.nc-icon-outline.ui-1_check-circle-07:before {
    content: "\e66b";
}
.nc-icon-outline.ui-1_check-circle-08:before {
    content: "\e66c";
}
.nc-icon-outline.ui-1_check-curve:before {
    content: "\e66d";
}
.nc-icon-outline.ui-1_check-simple:before {
    content: "\e66e";
}
.nc-icon-outline.ui-1_check-small:before {
    content: "\e66f";
}
.nc-icon-outline.ui-1_check-square-09:before {
    content: "\e670";
}
.nc-icon-outline.ui-1_check-square-11:before {
    content: "\e671";
}
.nc-icon-outline.ui-1_check:before {
    content: "\e672";
}
.nc-icon-outline.ui-1_circle-add:before {
    content: "\e673";
}
.nc-icon-outline.ui-1_circle-bold-add:before {
    content: "\e674";
}
.nc-icon-outline.ui-1_circle-bold-remove:before {
    content: "\e675";
}
.nc-icon-outline.ui-1_circle-delete:before {
    content: "\e676";
}
.nc-icon-outline.ui-1_circle-remove:before {
    content: "\e677";
}
.nc-icon-outline.ui-1_dashboard-29:before {
    content: "\e678";
}
.nc-icon-outline.ui-1_dashboard-30:before {
    content: "\e679";
}
.nc-icon-outline.ui-1_dashboard-half:before {
    content: "\e67a";
}
.nc-icon-outline.ui-1_dashboard-level:before {
    content: "\e67b";
}
.nc-icon-outline.ui-1_database:before {
    content: "\e67c";
}
.nc-icon-outline.ui-1_drop:before {
    content: "\e67d";
}
.nc-icon-outline.ui-1_edit-71:before {
    content: "\e67e";
}
.nc-icon-outline.ui-1_edit-72:before {
    content: "\e67f";
}
.nc-icon-outline.ui-1_edit-73:before {
    content: "\e680";
}
.nc-icon-outline.ui-1_edit-74:before {
    content: "\e681";
}
.nc-icon-outline.ui-1_edit-75:before {
    content: "\e682";
}
.nc-icon-outline.ui-1_edit-76:before {
    content: "\e683";
}
.nc-icon-outline.ui-1_edit-77:before {
    content: "\e684";
}
.nc-icon-outline.ui-1_edit-78:before {
    content: "\e685";
}
.nc-icon-outline.ui-1_email-83:before {
    content: "\e686";
}
.nc-icon-outline.ui-1_email-84:before {
    content: "\e687";
}
.nc-icon-outline.ui-1_email-85:before {
    content: "\e688";
}
.nc-icon-outline.ui-1_eye-17:before {
    content: "\e689";
}
.nc-icon-outline.ui-1_eye-19:before {
    content: "\e68a";
}
.nc-icon-outline.ui-1_eye-ban-18:before {
    content: "\e68b";
}
.nc-icon-outline.ui-1_eye-ban-20:before {
    content: "\e68c";
}
.nc-icon-outline.ui-1_flame:before {
    content: "\e68d";
}
.nc-icon-outline.ui-1_home-51:before {
    content: "\e68e";
}
.nc-icon-outline.ui-1_home-52:before {
    content: "\e68f";
}
.nc-icon-outline.ui-1_home-minimal:before {
    content: "\e690";
}
.nc-icon-outline.ui-1_home-simple:before {
    content: "\e691";
}
.nc-icon-outline.ui-1_leaf-80:before {
    content: "\e692";
}
.nc-icon-outline.ui-1_leaf-81:before {
    content: "\e693";
}
.nc-icon-outline.ui-1_leaf-edit:before {
    content: "\e694";
}
.nc-icon-outline.ui-1_lock-circle-open:before {
    content: "\e695";
}
.nc-icon-outline.ui-1_lock-circle:before {
    content: "\e696";
}
.nc-icon-outline.ui-1_lock-open:before {
    content: "\e697";
}
.nc-icon-outline.ui-1_lock:before {
    content: "\e698";
}
.nc-icon-outline.ui-1_notification-69:before {
    content: "\e699";
}
.nc-icon-outline.ui-1_notification-70:before {
    content: "\e69a";
}
.nc-icon-outline.ui-1_pencil:before {
    content: "\e69b";
}
.nc-icon-outline.ui-1_preferences-circle-rotate:before {
    content: "\e69c";
}
.nc-icon-outline.ui-1_preferences-circle:before {
    content: "\e69d";
}
.nc-icon-outline.ui-1_preferences-container-circle-rotate:before {
    content: "\e69e";
}
.nc-icon-outline.ui-1_preferences-container-circle:before {
    content: "\e69f";
}
.nc-icon-outline.ui-1_preferences-container-rotate:before {
    content: "\e6a0";
}
.nc-icon-outline.ui-1_preferences-container:before {
    content: "\e6a1";
}
.nc-icon-outline.ui-1_preferences-rotate:before {
    content: "\e6a2";
}
.nc-icon-outline.ui-1_preferences:before {
    content: "\e6a3";
}
.nc-icon-outline.ui-1_send:before {
    content: "\e6a4";
}
.nc-icon-outline.ui-1_settings-gear-63:before {
    content: "\e6a5";
}
.nc-icon-outline.ui-1_settings-gear-64:before {
    content: "\e6a6";
}
.nc-icon-outline.ui-1_settings-gear-65:before {
    content: "\e6a7";
}
.nc-icon-outline.ui-1_settings-tool-66:before {
    content: "\e6a8";
}
.nc-icon-outline.ui-1_settings-tool-67:before {
    content: "\e6a9";
}
.nc-icon-outline.ui-1_settings:before {
    content: "\e6aa";
}
.nc-icon-outline.ui-1_simple-add:before {
    content: "\e6ab";
}
.nc-icon-outline.ui-1_simple-delete:before {
    content: "\e6ac";
}
.nc-icon-outline.ui-1_simple-remove:before {
    content: "\e6ad";
}
.nc-icon-outline.ui-1_trash-round:before {
    content: "\e6ae";
}
.nc-icon-outline.ui-1_trash-simple:before {
    content: "\e6af";
}
.nc-icon-outline.ui-1_trash:before {
    content: "\e6b0";
}
.nc-icon-outline.ui-1_ui-03:before {
    content: "\e6b1";
}
.nc-icon-outline.ui-1_ui-04:before {
    content: "\e6b2";
}
.nc-icon-outline.ui-1_zoom-bold-in:before {
    content: "\e6b3";
}
.nc-icon-outline.ui-1_zoom-bold-out:before {
    content: "\e6b4";
}
.nc-icon-outline.ui-1_zoom-bold:before {
    content: "\e6b5";
}
.nc-icon-outline.ui-1_zoom-in:before {
    content: "\e6b6";
}
.nc-icon-outline.ui-1_zoom-out:before {
    content: "\e6b7";
}
.nc-icon-outline.ui-1_zoom-split-in:before {
    content: "\e6b8";
}
.nc-icon-outline.ui-1_zoom-split-out:before {
    content: "\e6b9";
}
.nc-icon-outline.ui-1_zoom-split:before {
    content: "\e6ba";
}
.nc-icon-outline.ui-1_zoom:before {
    content: "\e6bb";
}
.nc-icon-outline.ui-2_alert:before {
    content: "\e6bc";
}
.nc-icon-outline.ui-2_alert-:before {
    content: "\e6bd";
}
.nc-icon-outline.ui-2_alert-circle:before {
    content: "\e6be";
}
.nc-icon-outline.ui-2_alert-circle-:before {
    content: "\e6bf";
}
.nc-icon-outline.ui-2_alert-circle-i:before {
    content: "\e6c0";
}
.nc-icon-outline.ui-2_alert-i:before {
    content: "\e6c1";
}
.nc-icon-outline.ui-2_alert-square:before {
    content: "\e6c2";
}
.nc-icon-outline.ui-2_alert-square-:before {
    content: "\e6c3";
}
.nc-icon-outline.ui-2_alert-square-i:before {
    content: "\e6c4";
}
.nc-icon-outline.ui-2_archive:before {
    content: "\e6c5";
}
.nc-icon-outline.ui-2_ban-bold:before {
    content: "\e6c6";
}
.nc-icon-outline.ui-2_ban:before {
    content: "\e6c7";
}
.nc-icon-outline.ui-2_battery-81:before {
    content: "\e6c8";
}
.nc-icon-outline.ui-2_battery-83:before {
    content: "\e6c9";
}
.nc-icon-outline.ui-2_battery-half:before {
    content: "\e6ca";
}
.nc-icon-outline.ui-2_battery-low:before {
    content: "\e6cb";
}
.nc-icon-outline.ui-2_bluetooth:before {
    content: "\e6cc";
}
.nc-icon-outline.ui-2_book:before {
    content: "\e6cd";
}
.nc-icon-outline.ui-2_chart-bar-52:before {
    content: "\e6ce";
}
.nc-icon-outline.ui-2_chart-bar-53:before {
    content: "\e6cf";
}
.nc-icon-outline.ui-2_chat-content:before {
    content: "\e6d0";
}
.nc-icon-outline.ui-2_chat-round-content:before {
    content: "\e6d1";
}
.nc-icon-outline.ui-2_chat-round:before {
    content: "\e6d2";
}
.nc-icon-outline.ui-2_chat:before {
    content: "\e6d3";
}
.nc-icon-outline.ui-2_circle-bold-delete:before {
    content: "\e6d4";
}
.nc-icon-outline.ui-2_cloud-25:before {
    content: "\e6d5";
}
.nc-icon-outline.ui-2_cloud-26:before {
    content: "\e6d6";
}
.nc-icon-outline.ui-2_disk:before {
    content: "\e6d7";
}
.nc-icon-outline.ui-2_enlarge-57:before {
    content: "\e6d8";
}
.nc-icon-outline.ui-2_enlarge-58:before {
    content: "\e6d9";
}
.nc-icon-outline.ui-2_enlarge-59:before {
    content: "\e6da";
}
.nc-icon-outline.ui-2_fat-add:before {
    content: "\e6db";
}
.nc-icon-outline.ui-2_fat-delete:before {
    content: "\e6dc";
}
.nc-icon-outline.ui-2_fat-remove:before {
    content: "\e6dd";
}
.nc-icon-outline.ui-2_favourite-28:before {
    content: "\e6de";
}
.nc-icon-outline.ui-2_favourite-31:before {
    content: "\e6df";
}
.nc-icon-outline.ui-2_favourite-add-29:before {
    content: "\e6e0";
}
.nc-icon-outline.ui-2_favourite-add-32:before {
    content: "\e6e1";
}
.nc-icon-outline.ui-2_favourite-remove-30:before {
    content: "\e6e2";
}
.nc-icon-outline.ui-2_favourite-remove-33:before {
    content: "\e6e3";
}
.nc-icon-outline.ui-2_filter:before {
    content: "\e6e4";
}
.nc-icon-outline.ui-2_fullsize:before {
    content: "\e6e5";
}
.nc-icon-outline.ui-2_grid-45:before {
    content: "\e6e6";
}
.nc-icon-outline.ui-2_grid-46:before {
    content: "\e6e7";
}
.nc-icon-outline.ui-2_grid-48:before {
    content: "\e6e8";
}
.nc-icon-outline.ui-2_grid-49:before {
    content: "\e6e9";
}
.nc-icon-outline.ui-2_grid-50:before {
    content: "\e6ea";
}
.nc-icon-outline.ui-2_grid-square:before {
    content: "\e6eb";
}
.nc-icon-outline.ui-2_hourglass:before {
    content: "\e6ec";
}
.nc-icon-outline.ui-2_lab:before {
    content: "\e6ed";
}
.nc-icon-outline.ui-2_layers:before {
    content: "\e6ee";
}
.nc-icon-outline.ui-2_like:before {
    content: "\e6ef";
}
.nc-icon-outline.ui-2_link-66:before {
    content: "\e6f0";
}
.nc-icon-outline.ui-2_link-67:before {
    content: "\e6f1";
}
.nc-icon-outline.ui-2_link-68:before {
    content: "\e6f2";
}
.nc-icon-outline.ui-2_link-69:before {
    content: "\e6f3";
}
.nc-icon-outline.ui-2_link-71:before {
    content: "\e6f4";
}
.nc-icon-outline.ui-2_link-72:before {
    content: "\e6f5";
}
.nc-icon-outline.ui-2_link-broken-70:before {
    content: "\e6f6";
}
.nc-icon-outline.ui-2_link-broken-73:before {
    content: "\e6f7";
}
.nc-icon-outline.ui-2_menu-34:before {
    content: "\e6f8";
}
.nc-icon-outline.ui-2_menu-35:before {
    content: "\e6f9";
}
.nc-icon-outline.ui-2_menu-bold:before {
    content: "\e6fa";
}
.nc-icon-outline.ui-2_menu-dots:before {
    content: "\e6fb";
}
.nc-icon-outline.ui-2_menu-square:before {
    content: "\e6fc";
}
.nc-icon-outline.ui-2_node:before {
    content: "\e6fd";
}
.nc-icon-outline.ui-2_paragraph:before {
    content: "\e6fe";
}
.nc-icon-outline.ui-2_phone:before {
    content: "\e6ff";
}
.nc-icon-outline.ui-2_settings-90:before {
    content: "\e700";
}
.nc-icon-outline.ui-2_settings-91:before {
    content: "\e701";
}
.nc-icon-outline.ui-2_share-bold:before {
    content: "\e702";
}
.nc-icon-outline.ui-2_share:before {
    content: "\e703";
}
.nc-icon-outline.ui-2_small-add:before {
    content: "\e704";
}
.nc-icon-outline.ui-2_small-delete:before {
    content: "\e705";
}
.nc-icon-outline.ui-2_small-remove:before {
    content: "\e706";
}
.nc-icon-outline.ui-2_square-add-08:before {
    content: "\e707";
}
.nc-icon-outline.ui-2_square-add-11:before {
    content: "\e708";
}
.nc-icon-outline.ui-2_square-delete-10:before {
    content: "\e709";
}
.nc-icon-outline.ui-2_square-delete-13:before {
    content: "\e70a";
}
.nc-icon-outline.ui-2_square-remove-09:before {
    content: "\e70b";
}
.nc-icon-outline.ui-2_square-remove-12:before {
    content: "\e70c";
}
.nc-icon-outline.ui-2_target:before {
    content: "\e70d";
}
.nc-icon-outline.ui-2_tile-55:before {
    content: "\e70e";
}
.nc-icon-outline.ui-2_tile-56:before {
    content: "\e70f";
}
.nc-icon-outline.ui-2_time-alarm:before {
    content: "\e710";
}
.nc-icon-outline.ui-2_time-clock:before {
    content: "\e711";
}
.nc-icon-outline.ui-2_time-countdown:before {
    content: "\e712";
}
.nc-icon-outline.ui-2_time:before {
    content: "\e713";
}
.nc-icon-outline.ui-2_webpage:before {
    content: "\e714";
}
.nc-icon-outline.ui-2_window-add:before {
    content: "\e715";
}
.nc-icon-outline.ui-2_window-delete:before {
    content: "\e716";
}
.nc-icon-outline.transportation_air-baloon:before {
    content: "\e717";
}
.nc-icon-outline.transportation_bike-sport:before {
    content: "\e718";
}
.nc-icon-outline.transportation_bike:before {
    content: "\e719";
}
.nc-icon-outline.transportation_boat-front:before {
    content: "\e71a";
}
.nc-icon-outline.transportation_boat-small-02:before {
    content: "\e71b";
}
.nc-icon-outline.transportation_boat-small-03:before {
    content: "\e71c";
}
.nc-icon-outline.transportation_boat:before {
    content: "\e71d";
}
.nc-icon-outline.transportation_bus-front-10:before {
    content: "\e71e";
}
.nc-icon-outline.transportation_bus-front-12:before {
    content: "\e71f";
}
.nc-icon-outline.transportation_bus:before {
    content: "\e720";
}
.nc-icon-outline.transportation_car-front:before {
    content: "\e721";
}
.nc-icon-outline.transportation_car-simple:before {
    content: "\e722";
}
.nc-icon-outline.transportation_car-sport:before {
    content: "\e723";
}
.nc-icon-outline.transportation_car-taxi:before {
    content: "\e724";
}
.nc-icon-outline.transportation_car:before {
    content: "\e725";
}
.nc-icon-outline.transportation_helicopter:before {
    content: "\e726";
}
.nc-icon-outline.transportation_helmet:before {
    content: "\e727";
}
.nc-icon-outline.transportation_light-traffic:before {
    content: "\e728";
}
.nc-icon-outline.transportation_moto:before {
    content: "\e729";
}
.nc-icon-outline.transportation_plane-17:before {
    content: "\e72a";
}
.nc-icon-outline.transportation_plane-18:before {
    content: "\e72b";
}
.nc-icon-outline.transportation_road:before {
    content: "\e72c";
}
.nc-icon-outline.transportation_skateboard:before {
    content: "\e72d";
}
.nc-icon-outline.transportation_tractor:before {
    content: "\e72e";
}
.nc-icon-outline.transportation_train-speed:before {
    content: "\e72f";
}
.nc-icon-outline.transportation_train:before {
    content: "\e730";
}
.nc-icon-outline.transportation_tram:before {
    content: "\e731";
}
.nc-icon-outline.transportation_truck-front:before {
    content: "\e732";
}
.nc-icon-outline.transportation_vespa-front:before {
    content: "\e733";
}
.nc-icon-outline.transportation_vespa:before {
    content: "\e734";
}
.nc-icon-outline.tech_cable-49:before {
    content: "\e735";
}
.nc-icon-outline.tech_cable-50:before {
    content: "\e736";
}
.nc-icon-outline.tech_cd-reader:before {
    content: "\e737";
}
.nc-icon-outline.tech_computer-monitor:before {
    content: "\e738";
}
.nc-icon-outline.tech_computer-old:before {
    content: "\e739";
}
.nc-icon-outline.tech_computer:before {
    content: "\e73a";
}
.nc-icon-outline.tech_controller-modern:before {
    content: "\e73b";
}
.nc-icon-outline.tech_controller:before {
    content: "\e73c";
}
.nc-icon-outline.tech_desktop-screen:before {
    content: "\e73d";
}
.nc-icon-outline.tech_desktop:before {
    content: "\e73e";
}
.nc-icon-outline.tech_disk-reader:before {
    content: "\e73f";
}
.nc-icon-outline.tech_disk:before {
    content: "\e740";
}
.nc-icon-outline.tech_gopro:before {
    content: "\e741";
}
.nc-icon-outline.tech_headphones:before {
    content: "\e742";
}
.nc-icon-outline.tech_keyboard-mouse:before {
    content: "\e743";
}
.nc-icon-outline.tech_keyboard-wifi:before {
    content: "\e744";
}
.nc-icon-outline.tech_keyboard:before {
    content: "\e745";
}
.nc-icon-outline.tech_laptop-camera:before {
    content: "\e746";
}
.nc-icon-outline.tech_laptop-front:before {
    content: "\e747";
}
.nc-icon-outline.tech_laptop:before {
    content: "\e748";
}
.nc-icon-outline.tech_mobile-button:before {
    content: "\e749";
}
.nc-icon-outline.tech_mobile-camera:before {
    content: "\e74a";
}
.nc-icon-outline.tech_mobile-recharger-08:before {
    content: "\e74b";
}
.nc-icon-outline.tech_mobile-recharger-09:before {
    content: "\e74c";
}
.nc-icon-outline.tech_mobile-toolbar:before {
    content: "\e74d";
}
.nc-icon-outline.tech_mobile:before {
    content: "\e74e";
}
.nc-icon-outline.tech_music:before {
    content: "\e74f";
}
.nc-icon-outline.tech_navigation:before {
    content: "\e750";
}
.nc-icon-outline.tech_player-19:before {
    content: "\e751";
}
.nc-icon-outline.tech_player-48:before {
    content: "\e752";
}
.nc-icon-outline.tech_print-fold:before {
    content: "\e753";
}
.nc-icon-outline.tech_print-round-fold:before {
    content: "\e754";
}
.nc-icon-outline.tech_print-round:before {
    content: "\e755";
}
.nc-icon-outline.tech_print:before {
    content: "\e756";
}
.nc-icon-outline.tech_ram:before {
    content: "\e757";
}
.nc-icon-outline.tech_remote:before {
    content: "\e758";
}
.nc-icon-outline.tech_signal:before {
    content: "\e759";
}
.nc-icon-outline.tech_socket:before {
    content: "\e75a";
}
.nc-icon-outline.tech_sync:before {
    content: "\e75b";
}
.nc-icon-outline.tech_tablet-button:before {
    content: "\e75c";
}
.nc-icon-outline.tech_tablet-reader-31:before {
    content: "\e75d";
}
.nc-icon-outline.tech_tablet-reader-42:before {
    content: "\e75e";
}
.nc-icon-outline.tech_tablet-toolbar:before {
    content: "\e75f";
}
.nc-icon-outline.tech_tablet:before {
    content: "\e760";
}
.nc-icon-outline.tech_tv-old:before {
    content: "\e761";
}
.nc-icon-outline.tech_tv:before {
    content: "\e762";
}
.nc-icon-outline.tech_watch-circle:before {
    content: "\e763";
}
.nc-icon-outline.tech_watch-time:before {
    content: "\e764";
}
.nc-icon-outline.tech_watch:before {
    content: "\e765";
}
.nc-icon-outline.tech_webcam-38:before {
    content: "\e766";
}
.nc-icon-outline.tech_webcam-39:before {
    content: "\e767";
}
.nc-icon-outline.tech_wifi-router:before {
    content: "\e768";
}
.nc-icon-outline.tech_wifi:before {
    content: "\e769";
}
.nc-icon-outline.shopping_award:before {
    content: "\e76a";
}
.nc-icon-outline.shopping_bag-09:before {
    content: "\e76b";
}
.nc-icon-outline.shopping_bag-16:before {
    content: "\e76c";
}
.nc-icon-outline.shopping_bag-17:before {
    content: "\e76d";
}
.nc-icon-outline.shopping_bag-20:before {
    content: "\e76e";
}
.nc-icon-outline.shopping_bag-add-18:before {
    content: "\e76f";
}
.nc-icon-outline.shopping_bag-add-21:before {
    content: "\e770";
}
.nc-icon-outline.shopping_bag-edit:before {
    content: "\e771";
}
.nc-icon-outline.shopping_bag-remove-19:before {
    content: "\e772";
}
.nc-icon-outline.shopping_bag-remove-22:before {
    content: "\e773";
}
.nc-icon-outline.shopping_barcode-scan:before {
    content: "\e774";
}
.nc-icon-outline.shopping_barcode:before {
    content: "\e775";
}
.nc-icon-outline.shopping_bardcode-qr:before {
    content: "\e776";
}
.nc-icon-outline.shopping_basket-add:before {
    content: "\e777";
}
.nc-icon-outline.shopping_basket-edit:before {
    content: "\e778";
}
.nc-icon-outline.shopping_basket-remove:before {
    content: "\e779";
}
.nc-icon-outline.shopping_basket-simple-add:before {
    content: "\e77a";
}
.nc-icon-outline.shopping_basket-simple-remove:before {
    content: "\e77b";
}
.nc-icon-outline.shopping_basket-simple:before {
    content: "\e77c";
}
.nc-icon-outline.shopping_basket:before {
    content: "\e77d";
}
.nc-icon-outline.shopping_bitcoin:before {
    content: "\e77e";
}
.nc-icon-outline.shopping_board:before {
    content: "\e77f";
}
.nc-icon-outline.shopping_box-3d-50:before {
    content: "\e780";
}
.nc-icon-outline.shopping_box-3d-67:before {
    content: "\e781";
}
.nc-icon-outline.shopping_box-ribbon:before {
    content: "\e782";
}
.nc-icon-outline.shopping_box:before {
    content: "\e783";
}
.nc-icon-outline.shopping_cart-add:before {
    content: "\e784";
}
.nc-icon-outline.shopping_cart-modern-add:before {
    content: "\e785";
}
.nc-icon-outline.shopping_cart-modern-in:before {
    content: "\e786";
}
.nc-icon-outline.shopping_cart-modern-remove:before {
    content: "\e787";
}
.nc-icon-outline.shopping_cart-modern:before {
    content: "\e788";
}
.nc-icon-outline.shopping_cart-remove:before {
    content: "\e789";
}
.nc-icon-outline.shopping_cart-simple-add:before {
    content: "\e78a";
}
.nc-icon-outline.shopping_cart-simple-in:before {
    content: "\e78b";
}
.nc-icon-outline.shopping_cart-simple-remove:before {
    content: "\e78c";
}
.nc-icon-outline.shopping_cart-simple:before {
    content: "\e78d";
}
.nc-icon-outline.shopping_cart:before {
    content: "\e78e";
}
.nc-icon-outline.shopping_cash-register:before {
    content: "\e78f";
}
.nc-icon-outline.shopping_chart:before {
    content: "\e790";
}
.nc-icon-outline.shopping_credit-card-in:before {
    content: "\e791";
}
.nc-icon-outline.shopping_credit-card:before {
    content: "\e792";
}
.nc-icon-outline.shopping_credit-locked:before {
    content: "\e793";
}
.nc-icon-outline.shopping_delivery-fast:before {
    content: "\e794";
}
.nc-icon-outline.shopping_delivery-time:before {
    content: "\e795";
}
.nc-icon-outline.shopping_delivery-track:before {
    content: "\e796";
}
.nc-icon-outline.shopping_delivery:before {
    content: "\e797";
}
.nc-icon-outline.shopping_discount:before {
    content: "\e798";
}
.nc-icon-outline.shopping_gift:before {
    content: "\e799";
}
.nc-icon-outline.shopping_hand-card:before {
    content: "\e79a";
}
.nc-icon-outline.shopping_list:before {
    content: "\e79b";
}
.nc-icon-outline.shopping_mobile-card:before {
    content: "\e79c";
}
.nc-icon-outline.shopping_mobile-cart:before {
    content: "\e79d";
}
.nc-icon-outline.shopping_mobile-touch:before {
    content: "\e79e";
}
.nc-icon-outline.shopping_newsletter:before {
    content: "\e79f";
}
.nc-icon-outline.shopping_pos:before {
    content: "\e7a0";
}
.nc-icon-outline.shopping_receipt-list-42:before {
    content: "\e7a1";
}
.nc-icon-outline.shopping_receipt-list-43:before {
    content: "\e7a2";
}
.nc-icon-outline.shopping_receipt:before {
    content: "\e7a3";
}
.nc-icon-outline.shopping_shop-location:before {
    content: "\e7a4";
}
.nc-icon-outline.shopping_shop:before {
    content: "\e7a5";
}
.nc-icon-outline.shopping_stock:before {
    content: "\e7a6";
}
.nc-icon-outline.shopping_tag-content:before {
    content: "\e7a7";
}
.nc-icon-outline.shopping_tag-cut:before {
    content: "\e7a8";
}
.nc-icon-outline.shopping_tag-line:before {
    content: "\e7a9";
}
.nc-icon-outline.shopping_tag-sale:before {
    content: "\e7aa";
}
.nc-icon-outline.shopping_tag:before {
    content: "\e7ab";
}
.nc-icon-outline.shopping_wallet:before {
    content: "\e7ac";
}
.nc-icon-outline.education_abc:before {
    content: "\e7ad";
}
.nc-icon-outline.education_agenda-bookmark:before {
    content: "\e7ae";
}
.nc-icon-outline.education_atom:before {
    content: "\e7af";
}
.nc-icon-outline.education_award-55:before {
    content: "\e7b0";
}
.nc-icon-outline.education_backpack-57:before {
    content: "\e7b1";
}
.nc-icon-outline.education_backpack-58:before {
    content: "\e7b2";
}
.nc-icon-outline.education_ball-basket:before {
    content: "\e7b3";
}
.nc-icon-outline.education_ball-soccer:before {
    content: "\e7b4";
}
.nc-icon-outline.education_board-51:before {
    content: "\e7b5";
}
.nc-icon-outline.education_book-39:before {
    content: "\e7b6";
}
.nc-icon-outline.education_book-bookmark:before {
    content: "\e7b7";
}
.nc-icon-outline.education_book-open:before {
    content: "\e7b8";
}
.nc-icon-outline.education_books-46:before {
    content: "\e7b9";
}
.nc-icon-outline.education_chalkboard:before {
    content: "\e7ba";
}
.nc-icon-outline.education_flask:before {
    content: "\e7bb";
}
.nc-icon-outline.education_glasses:before {
    content: "\e7bc";
}
.nc-icon-outline.education_grammar-check:before {
    content: "\e7bd";
}
.nc-icon-outline.education_hat:before {
    content: "\e7be";
}
.nc-icon-outline.education_language:before {
    content: "\e7bf";
}
.nc-icon-outline.education_microscope:before {
    content: "\e7c0";
}
.nc-icon-outline.education_molecule:before {
    content: "\e7c1";
}
.nc-icon-outline.education_notepad:before {
    content: "\e7c2";
}
.nc-icon-outline.education_paper-diploma:before {
    content: "\e7c3";
}
.nc-icon-outline.education_paper:before {
    content: "\e7c4";
}
.nc-icon-outline.education_pencil-47:before {
    content: "\e7c5";
}
.nc-icon-outline.education_school:before {
    content: "\e7c6";
}
.nc-icon-outline.objects_alien-29:before {
    content: "\e7c7";
}
.nc-icon-outline.objects_alien-33:before {
    content: "\e7c8";
}
.nc-icon-outline.objects_anchor:before {
    content: "\e7c9";
}
.nc-icon-outline.objects_astronaut:before {
    content: "\e7ca";
}
.nc-icon-outline.objects_axe:before {
    content: "\e7cb";
}
.nc-icon-outline.objects_baby-bottle:before {
    content: "\e7cc";
}
.nc-icon-outline.objects_baby:before {
    content: "\e7cd";
}
.nc-icon-outline.objects_baloon:before {
    content: "\e7ce";
}
.nc-icon-outline.objects_battery:before {
    content: "\e7cf";
}
.nc-icon-outline.objects_bear:before {
    content: "\e7d0";
}
.nc-icon-outline.objects_billiard:before {
    content: "\e7d1";
}
.nc-icon-outline.objects_binocular:before {
    content: "\e7d2";
}
.nc-icon-outline.objects_bow:before {
    content: "\e7d3";
}
.nc-icon-outline.objects_bowling:before {
    content: "\e7d4";
}
.nc-icon-outline.objects_broom:before {
    content: "\e7d5";
}
.nc-icon-outline.objects_cone:before {
    content: "\e7d6";
}
.nc-icon-outline.objects_controller:before {
    content: "\e7d7";
}
.nc-icon-outline.objects_diamond:before {
    content: "\e7d8";
}
.nc-icon-outline.objects_dice:before {
    content: "\e7d9";
}
.nc-icon-outline.objects_globe:before {
    content: "\e7da";
}
.nc-icon-outline.objects_hut:before {
    content: "\e7db";
}
.nc-icon-outline.objects_key-25:before {
    content: "\e7dc";
}
.nc-icon-outline.objects_key-26:before {
    content: "\e7dd";
}
.nc-icon-outline.objects_lamp:before {
    content: "\e7de";
}
.nc-icon-outline.objects_leaf-36:before {
    content: "\e7df";
}
.nc-icon-outline.objects_leaf-38:before {
    content: "\e7e0";
}
.nc-icon-outline.objects_light:before {
    content: "\e7e1";
}
.nc-icon-outline.objects_pipe:before {
    content: "\e7e2";
}
.nc-icon-outline.objects_planet:before {
    content: "\e7e3";
}
.nc-icon-outline.objects_puzzle-09:before {
    content: "\e7e4";
}
.nc-icon-outline.objects_puzzle-10:before {
    content: "\e7e5";
}
.nc-icon-outline.objects_shovel:before {
    content: "\e7e6";
}
.nc-icon-outline.objects_skull:before {
    content: "\e7e7";
}
.nc-icon-outline.objects_spaceship:before {
    content: "\e7e8";
}
.nc-icon-outline.objects_spray:before {
    content: "\e7e9";
}
.nc-icon-outline.objects_support-16:before {
    content: "\e7ea";
}
.nc-icon-outline.objects_support-17:before {
    content: "\e7eb";
}
.nc-icon-outline.objects_umbrella-13:before {
    content: "\e7ec";
}
.nc-icon-outline.objects_umbrella-14:before {
    content: "\e7ed";
}
.nc-icon-outline.objects_wool-ball:before {
    content: "\e7ee";
}
.nc-icon-outline.media-1_3d:before {
    content: "\e7ef";
}
.nc-icon-outline.media-1_action-73:before {
    content: "\e7f0";
}
.nc-icon-outline.media-1_action-74:before {
    content: "\e7f1";
}
.nc-icon-outline.media-1_album:before {
    content: "\e7f2";
}
.nc-icon-outline.media-1_audio-91:before {
    content: "\e7f3";
}
.nc-icon-outline.media-1_audio-92:before {
    content: "\e7f4";
}
.nc-icon-outline.media-1_balance:before {
    content: "\e7f5";
}
.nc-icon-outline.media-1_brightness-46:before {
    content: "\e7f6";
}
.nc-icon-outline.media-1_brightness-47:before {
    content: "\e7f7";
}
.nc-icon-outline.media-1_button-circle-pause:before {
    content: "\e7f8";
}
.nc-icon-outline.media-1_button-circle-play:before {
    content: "\e7f9";
}
.nc-icon-outline.media-1_button-circle-stop:before {
    content: "\e7fa";
}
.nc-icon-outline.media-1_button-eject:before {
    content: "\e7fb";
}
.nc-icon-outline.media-1_button-next:before {
    content: "\e7fc";
}
.nc-icon-outline.media-1_button-pause:before {
    content: "\e7fd";
}
.nc-icon-outline.media-1_button-play:before {
    content: "\e7fe";
}
.nc-icon-outline.media-1_button-power:before {
    content: "\e7ff";
}
.nc-icon-outline.media-1_button-previous:before {
    content: "\e800";
}
.nc-icon-outline.media-1_button-record:before {
    content: "\e801";
}
.nc-icon-outline.media-1_button-rewind:before {
    content: "\e802";
}
.nc-icon-outline.media-1_button-skip:before {
    content: "\e803";
}
.nc-icon-outline.media-1_button-stop:before {
    content: "\e804";
}
.nc-icon-outline.media-1_camera-18:before {
    content: "\e805";
}
.nc-icon-outline.media-1_camera-19:before {
    content: "\e806";
}
.nc-icon-outline.media-1_camera-20:before {
    content: "\e807";
}
.nc-icon-outline.media-1_camera-ban-36:before {
    content: "\e808";
}
.nc-icon-outline.media-1_camera-ban-37:before {
    content: "\e809";
}
.nc-icon-outline.media-1_camera-compact:before {
    content: "\e80a";
}
.nc-icon-outline.media-1_camera-screen:before {
    content: "\e80b";
}
.nc-icon-outline.media-1_camera-square-57:before {
    content: "\e80c";
}
.nc-icon-outline.media-1_camera-square-58:before {
    content: "\e80d";
}
.nc-icon-outline.media-1_camera-time:before {
    content: "\e80e";
}
.nc-icon-outline.media-1_countdown-34:before {
    content: "\e80f";
}
.nc-icon-outline.media-1_countdown-35:before {
    content: "\e810";
}
.nc-icon-outline.media-1_edit-color:before {
    content: "\e811";
}
.nc-icon-outline.media-1_edit-contrast-42:before {
    content: "\e812";
}
.nc-icon-outline.media-1_edit-contrast-43:before {
    content: "\e813";
}
.nc-icon-outline.media-1_edit-saturation:before {
    content: "\e814";
}
.nc-icon-outline.media-1_flash-21:before {
    content: "\e815";
}
.nc-icon-outline.media-1_flash-24:before {
    content: "\e816";
}
.nc-icon-outline.media-1_flash-29:before {
    content: "\e817";
}
.nc-icon-outline.media-1_flash-auto-22:before {
    content: "\e818";
}
.nc-icon-outline.media-1_flash-auto-25:before {
    content: "\e819";
}
.nc-icon-outline.media-1_flash-off-23:before {
    content: "\e81a";
}
.nc-icon-outline.media-1_flash-off-26:before {
    content: "\e81b";
}
.nc-icon-outline.media-1_focus-32:before {
    content: "\e81c";
}
.nc-icon-outline.media-1_focus-38:before {
    content: "\e81d";
}
.nc-icon-outline.media-1_focus-40:before {
    content: "\e81e";
}
.nc-icon-outline.media-1_focus-circle:before {
    content: "\e81f";
}
.nc-icon-outline.media-1_frame-12:before {
    content: "\e820";
}
.nc-icon-outline.media-1_frame-41:before {
    content: "\e821";
}
.nc-icon-outline.media-1_grid:before {
    content: "\e822";
}
.nc-icon-outline.media-1_image-01:before {
    content: "\e823";
}
.nc-icon-outline.media-1_image-02:before {
    content: "\e824";
}
.nc-icon-outline.media-1_image-05:before {
    content: "\e825";
}
.nc-icon-outline.media-1_image-add:before {
    content: "\e826";
}
.nc-icon-outline.media-1_image-delete:before {
    content: "\e827";
}
.nc-icon-outline.media-1_image-location:before {
    content: "\e828";
}
.nc-icon-outline.media-1_kid:before {
    content: "\e829";
}
.nc-icon-outline.media-1_layers:before {
    content: "\e82a";
}
.nc-icon-outline.media-1_lens-31:before {
    content: "\e82b";
}
.nc-icon-outline.media-1_lens-56:before {
    content: "\e82c";
}
.nc-icon-outline.media-1_macro:before {
    content: "\e82d";
}
.nc-icon-outline.media-1_movie-61:before {
    content: "\e82e";
}
.nc-icon-outline.media-1_movie-62:before {
    content: "\e82f";
}
.nc-icon-outline.media-1_night:before {
    content: "\e830";
}
.nc-icon-outline.media-1_picture:before {
    content: "\e831";
}
.nc-icon-outline.media-1_play-68:before {
    content: "\e832";
}
.nc-icon-outline.media-1_play-69:before {
    content: "\e833";
}
.nc-icon-outline.media-1_player:before {
    content: "\e834";
}
.nc-icon-outline.media-1_polaroid-add:before {
    content: "\e835";
}
.nc-icon-outline.media-1_polaroid-delete:before {
    content: "\e836";
}
.nc-icon-outline.media-1_polaroid-multiple:before {
    content: "\e837";
}
.nc-icon-outline.media-1_polaroid-user:before {
    content: "\e838";
}
.nc-icon-outline.media-1_polaroid:before {
    content: "\e839";
}
.nc-icon-outline.media-1_roll:before {
    content: "\e83a";
}
.nc-icon-outline.media-1_rotate-left:before {
    content: "\e83b";
}
.nc-icon-outline.media-1_rotate-right:before {
    content: "\e83c";
}
.nc-icon-outline.media-1_sd:before {
    content: "\e83d";
}
.nc-icon-outline.media-1_selfie:before {
    content: "\e83e";
}
.nc-icon-outline.media-1_shake:before {
    content: "\e83f";
}
.nc-icon-outline.media-1_speaker:before {
    content: "\e840";
}
.nc-icon-outline.media-1_sport:before {
    content: "\e841";
}
.nc-icon-outline.media-1_ticket-75:before {
    content: "\e842";
}
.nc-icon-outline.media-1_ticket-76:before {
    content: "\e843";
}
.nc-icon-outline.media-1_touch:before {
    content: "\e844";
}
.nc-icon-outline.media-1_tripod:before {
    content: "\e845";
}
.nc-icon-outline.media-1_video-64:before {
    content: "\e846";
}
.nc-icon-outline.media-1_video-65:before {
    content: "\e847";
}
.nc-icon-outline.media-1_video-66:before {
    content: "\e848";
}
.nc-icon-outline.media-1_video-67:before {
    content: "\e849";
}
.nc-icon-outline.media-1_videocamera-71:before {
    content: "\e84a";
}
.nc-icon-outline.media-1_videocamera-72:before {
    content: "\e84b";
}
.nc-icon-outline.media-1_volume-93:before {
    content: "\e84c";
}
.nc-icon-outline.media-1_volume-97:before {
    content: "\e84d";
}
.nc-icon-outline.media-1_volume-98:before {
    content: "\e84e";
}
.nc-icon-outline.media-1_volume-ban:before {
    content: "\e84f";
}
.nc-icon-outline.media-1_volume-down:before {
    content: "\e850";
}
.nc-icon-outline.media-1_volume-off:before {
    content: "\e851";
}
.nc-icon-outline.media-1_volume-up:before {
    content: "\e852";
}
.nc-icon-outline.media-2_guitar:before {
    content: "\e853";
}
.nc-icon-outline.media-2_headphones-mic:before {
    content: "\e854";
}
.nc-icon-outline.media-2_headphones:before {
    content: "\e855";
}
.nc-icon-outline.media-2_knob:before {
    content: "\e856";
}
.nc-icon-outline.media-2_mic:before {
    content: "\e857";
}
.nc-icon-outline.media-2_music-album:before {
    content: "\e858";
}
.nc-icon-outline.media-2_music-cloud:before {
    content: "\e859";
}
.nc-icon-outline.media-2_note-03:before {
    content: "\e85a";
}
.nc-icon-outline.media-2_note-04:before {
    content: "\e85b";
}
.nc-icon-outline.media-2_piano:before {
    content: "\e85c";
}
.nc-icon-outline.media-2_radio:before {
    content: "\e85d";
}
.nc-icon-outline.media-2_remix:before {
    content: "\e85e";
}
.nc-icon-outline.media-2_sound-wave:before {
    content: "\e85f";
}
.nc-icon-outline.media-2_speaker-01:before {
    content: "\e860";
}
.nc-icon-outline.media-2_speaker-05:before {
    content: "\e861";
}
.nc-icon-outline.media-2_tape:before {
    content: "\e862";
}
.nc-icon-outline.location_appointment:before {
    content: "\e863";
}
.nc-icon-outline.location_bookmark-add:before {
    content: "\e864";
}
.nc-icon-outline.location_bookmark-remove:before {
    content: "\e865";
}
.nc-icon-outline.location_bookmark:before {
    content: "\e866";
}
.nc-icon-outline.location_compass-04:before {
    content: "\e867";
}
.nc-icon-outline.location_compass-05:before {
    content: "\e868";
}
.nc-icon-outline.location_compass-06:before {
    content: "\e869";
}
.nc-icon-outline.location_crosshair:before {
    content: "\e86a";
}
.nc-icon-outline.location_explore-user:before {
    content: "\e86b";
}
.nc-icon-outline.location_explore:before {
    content: "\e86c";
}
.nc-icon-outline.location_flag-complex:before {
    content: "\e86d";
}
.nc-icon-outline.location_flag-diagonal-33:before {
    content: "\e86e";
}
.nc-icon-outline.location_flag-diagonal-34:before {
    content: "\e86f";
}
.nc-icon-outline.location_flag-points-31:before {
    content: "\e870";
}
.nc-icon-outline.location_flag-points-32:before {
    content: "\e871";
}
.nc-icon-outline.location_flag-simple:before {
    content: "\e872";
}
.nc-icon-outline.location_flag-triangle:before {
    content: "\e873";
}
.nc-icon-outline.location_flag:before {
    content: "\e874";
}
.nc-icon-outline.location_gps:before {
    content: "\e875";
}
.nc-icon-outline.location_map-big:before {
    content: "\e876";
}
.nc-icon-outline.location_map-compass:before {
    content: "\e877";
}
.nc-icon-outline.location_map-gps:before {
    content: "\e878";
}
.nc-icon-outline.location_map-marker:before {
    content: "\e879";
}
.nc-icon-outline.location_map-pin:before {
    content: "\e87a";
}
.nc-icon-outline.location_map:before {
    content: "\e87b";
}
.nc-icon-outline.location_marker:before {
    content: "\e87c";
}
.nc-icon-outline.location_pin-add:before {
    content: "\e87d";
}
.nc-icon-outline.location_pin-copy:before {
    content: "\e87e";
}
.nc-icon-outline.location_pin-remove:before {
    content: "\e87f";
}
.nc-icon-outline.location_pin:before {
    content: "\e880";
}
.nc-icon-outline.location_pins:before {
    content: "\e881";
}
.nc-icon-outline.location_position-marker:before {
    content: "\e882";
}
.nc-icon-outline.location_position-pin:before {
    content: "\e883";
}
.nc-icon-outline.location_position-user:before {
    content: "\e884";
}
.nc-icon-outline.location_radar:before {
    content: "\e885";
}
.nc-icon-outline.location_road:before {
    content: "\e886";
}
.nc-icon-outline.location_route-alert:before {
    content: "\e887";
}
.nc-icon-outline.location_route-close:before {
    content: "\e888";
}
.nc-icon-outline.location_route-open:before {
    content: "\e889";
}
.nc-icon-outline.location_square-marker:before {
    content: "\e88a";
}
.nc-icon-outline.location_square-pin:before {
    content: "\e88b";
}
.nc-icon-outline.location_treasure-map-21:before {
    content: "\e88c";
}
.nc-icon-outline.location_treasure-map-40:before {
    content: "\e88d";
}
.nc-icon-outline.location_worl-marker:before {
    content: "\e88e";
}
.nc-icon-outline.location_world-pin:before {
    content: "\e88f";
}
.nc-icon-outline.location_world:before {
    content: "\e890";
}
.nc-icon-outline.health_ambulance:before {
    content: "\e891";
}
.nc-icon-outline.health_apple:before {
    content: "\e892";
}
.nc-icon-outline.health_bag-49:before {
    content: "\e893";
}
.nc-icon-outline.health_bag-50:before {
    content: "\e894";
}
.nc-icon-outline.health_brain:before {
    content: "\e895";
}
.nc-icon-outline.health_dna-27:before {
    content: "\e896";
}
.nc-icon-outline.health_dna-38:before {
    content: "\e897";
}
.nc-icon-outline.health_doctor:before {
    content: "\e898";
}
.nc-icon-outline.health_flask:before {
    content: "\e899";
}
.nc-icon-outline.health_heartbeat-16:before {
    content: "\e89a";
}
.nc-icon-outline.health_height:before {
    content: "\e89b";
}
.nc-icon-outline.health_hospital-32:before {
    content: "\e89c";
}
.nc-icon-outline.health_hospital-33:before {
    content: "\e89d";
}
.nc-icon-outline.health_hospital-34:before {
    content: "\e89e";
}
.nc-icon-outline.health_humidity-26:before {
    content: "\e89f";
}
.nc-icon-outline.health_humidity-52:before {
    content: "\e8a0";
}
.nc-icon-outline.health_intestine:before {
    content: "\e8a1";
}
.nc-icon-outline.health_lungs:before {
    content: "\e8a2";
}
.nc-icon-outline.health_molecule-39:before {
    content: "\e8a3";
}
.nc-icon-outline.health_molecule-40:before {
    content: "\e8a4";
}
.nc-icon-outline.health_notebook:before {
    content: "\e8a5";
}
.nc-icon-outline.health_nurse:before {
    content: "\e8a6";
}
.nc-icon-outline.health_patch-46:before {
    content: "\e8a7";
}
.nc-icon-outline.health_pill-42:before {
    content: "\e8a8";
}
.nc-icon-outline.health_pill-43:before {
    content: "\e8a9";
}
.nc-icon-outline.health_pill-container-44:before {
    content: "\e8aa";
}
.nc-icon-outline.health_pill-container-47:before {
    content: "\e8ab";
}
.nc-icon-outline.health_pulse-chart:before {
    content: "\e8ac";
}
.nc-icon-outline.health_pulse-phone:before {
    content: "\e8ad";
}
.nc-icon-outline.health_pulse-sleep:before {
    content: "\e8ae";
}
.nc-icon-outline.health_pulse-watch:before {
    content: "\e8af";
}
.nc-icon-outline.health_pulse:before {
    content: "\e8b0";
}
.nc-icon-outline.health_sleep:before {
    content: "\e8b1";
}
.nc-icon-outline.health_steps:before {
    content: "\e8b2";
}
.nc-icon-outline.health_syringe:before {
    content: "\e8b3";
}
.nc-icon-outline.health_temperature-23:before {
    content: "\e8b4";
}
.nc-icon-outline.health_temperature-24:before {
    content: "\e8b5";
}
.nc-icon-outline.health_tooth:before {
    content: "\e8b6";
}
.nc-icon-outline.health_weed:before {
    content: "\e8b7";
}
.nc-icon-outline.health_weight:before {
    content: "\e8b8";
}
.nc-icon-outline.health_wheelchair:before {
    content: "\e8b9";
}
.nc-icon-outline.health_woman:before {
    content: "\e8ba";
}
.nc-icon-outline.furniture_air-conditioner:before {
    content: "\e8bb";
}
.nc-icon-outline.furniture_armchair:before {
    content: "\e8bc";
}
.nc-icon-outline.furniture_bath-tub:before {
    content: "\e8bd";
}
.nc-icon-outline.furniture_bed-09:before {
    content: "\e8be";
}
.nc-icon-outline.furniture_bed-23:before {
    content: "\e8bf";
}
.nc-icon-outline.furniture_bed-side:before {
    content: "\e8c0";
}
.nc-icon-outline.furniture_cabinet:before {
    content: "\e8c1";
}
.nc-icon-outline.furniture_cactus:before {
    content: "\e8c2";
}
.nc-icon-outline.furniture_chair:before {
    content: "\e8c3";
}
.nc-icon-outline.furniture_coat-hanger:before {
    content: "\e8c4";
}
.nc-icon-outline.furniture_coffee:before {
    content: "\e8c5";
}
.nc-icon-outline.furniture_cradle:before {
    content: "\e8c6";
}
.nc-icon-outline.furniture_curtain:before {
    content: "\e8c7";
}
.nc-icon-outline.furniture_desk-drawer:before {
    content: "\e8c8";
}
.nc-icon-outline.furniture_desk:before {
    content: "\e8c9";
}
.nc-icon-outline.furniture_door:before {
    content: "\e8ca";
}
.nc-icon-outline.furniture_drawer:before {
    content: "\e8cb";
}
.nc-icon-outline.furniture_fridge:before {
    content: "\e8cc";
}
.nc-icon-outline.furniture_hanger-clothes:before {
    content: "\e8cd";
}
.nc-icon-outline.furniture_hanger:before {
    content: "\e8ce";
}
.nc-icon-outline.furniture_heater:before {
    content: "\e8cf";
}
.nc-icon-outline.furniture_iron:before {
    content: "\e8d0";
}
.nc-icon-outline.furniture_lamp-floor:before {
    content: "\e8d1";
}
.nc-icon-outline.furniture_lamp:before {
    content: "\e8d2";
}
.nc-icon-outline.furniture_library:before {
    content: "\e8d3";
}
.nc-icon-outline.furniture_light:before {
    content: "\e8d4";
}
.nc-icon-outline.furniture_mixer:before {
    content: "\e8d5";
}
.nc-icon-outline.furniture_oven:before {
    content: "\e8d6";
}
.nc-icon-outline.furniture_shower:before {
    content: "\e8d7";
}
.nc-icon-outline.furniture_sink-wash:before {
    content: "\e8d8";
}
.nc-icon-outline.furniture_sink:before {
    content: "\e8d9";
}
.nc-icon-outline.furniture_sofa:before {
    content: "\e8da";
}
.nc-icon-outline.furniture_storage-hanger:before {
    content: "\e8db";
}
.nc-icon-outline.furniture_storage:before {
    content: "\e8dc";
}
.nc-icon-outline.furniture_table:before {
    content: "\e8dd";
}
.nc-icon-outline.furniture_toilet-paper:before {
    content: "\e8de";
}
.nc-icon-outline.furniture_toilet:before {
    content: "\e8df";
}
.nc-icon-outline.furniture_tv:before {
    content: "\e8e0";
}
.nc-icon-outline.furniture_wardrobe:before {
    content: "\e8e1";
}
.nc-icon-outline.furniture_wash:before {
    content: "\e8e2";
}
.nc-icon-outline.files_add:before {
    content: "\e8e3";
}
.nc-icon-outline.files_archive-3d-check:before {
    content: "\e8e4";
}
.nc-icon-outline.files_archive-3d-content:before {
    content: "\e8e5";
}
.nc-icon-outline.files_archive-check:before {
    content: "\e8e6";
}
.nc-icon-outline.files_archive-content:before {
    content: "\e8e7";
}
.nc-icon-outline.files_archive-paper-check:before {
    content: "\e8e8";
}
.nc-icon-outline.files_archive-paper:before {
    content: "\e8e9";
}
.nc-icon-outline.files_archive:before {
    content: "\e8ea";
}
.nc-icon-outline.files_audio:before {
    content: "\e8eb";
}
.nc-icon-outline.files_book-07:before {
    content: "\e8ec";
}
.nc-icon-outline.files_book-08:before {
    content: "\e8ed";
}
.nc-icon-outline.files_bookmark:before {
    content: "\e8ee";
}
.nc-icon-outline.files_box:before {
    content: "\e8ef";
}
.nc-icon-outline.files_chart-bar:before {
    content: "\e8f0";
}
.nc-icon-outline.files_chart-pie:before {
    content: "\e8f1";
}
.nc-icon-outline.files_check:before {
    content: "\e8f2";
}
.nc-icon-outline.files_cloud:before {
    content: "\e8f3";
}
.nc-icon-outline.files_copy:before {
    content: "\e8f4";
}
.nc-icon-outline.files_dev:before {
    content: "\e8f5";
}
.nc-icon-outline.files_download:before {
    content: "\e8f6";
}
.nc-icon-outline.files_drawer:before {
    content: "\e8f7";
}
.nc-icon-outline.files_edit:before {
    content: "\e8f8";
}
.nc-icon-outline.files_exclamation:before {
    content: "\e8f9";
}
.nc-icon-outline.files_folder-13:before {
    content: "\e8fa";
}
.nc-icon-outline.files_folder-14:before {
    content: "\e8fb";
}
.nc-icon-outline.files_folder-15:before {
    content: "\e8fc";
}
.nc-icon-outline.files_folder-16:before {
    content: "\e8fd";
}
.nc-icon-outline.files_folder-17:before {
    content: "\e8fe";
}
.nc-icon-outline.files_folder-18:before {
    content: "\e8ff";
}
.nc-icon-outline.files_folder-19:before {
    content: "\e900";
}
.nc-icon-outline.files_folder-add:before {
    content: "\e901";
}
.nc-icon-outline.files_folder-audio:before {
    content: "\e902";
}
.nc-icon-outline.files_folder-bookmark:before {
    content: "\e903";
}
.nc-icon-outline.files_folder-chart-bar:before {
    content: "\e904";
}
.nc-icon-outline.files_folder-chart-pie:before {
    content: "\e905";
}
.nc-icon-outline.files_folder-check:before {
    content: "\e906";
}
.nc-icon-outline.files_folder-cloud:before {
    content: "\e907";
}
.nc-icon-outline.files_folder-dev:before {
    content: "\e908";
}
.nc-icon-outline.files_folder-download:before {
    content: "\e909";
}
.nc-icon-outline.files_folder-edit:before {
    content: "\e90a";
}
.nc-icon-outline.files_folder-exclamation:before {
    content: "\e90b";
}
.nc-icon-outline.files_folder-gallery:before {
    content: "\e90c";
}
.nc-icon-outline.files_folder-heart:before {
    content: "\e90d";
}
.nc-icon-outline.files_folder-image:before {
    content: "\e90e";
}
.nc-icon-outline.files_folder-info:before {
    content: "\e90f";
}
.nc-icon-outline.files_folder-link:before {
    content: "\e910";
}
.nc-icon-outline.files_folder-locked:before {
    content: "\e911";
}
.nc-icon-outline.files_folder-money:before {
    content: "\e912";
}
.nc-icon-outline.files_folder-music:before {
    content: "\e913";
}
.nc-icon-outline.files_folder-no-access:before {
    content: "\e914";
}
.nc-icon-outline.files_folder-play:before {
    content: "\e915";
}
.nc-icon-outline.files_folder-question:before {
    content: "\e916";
}
.nc-icon-outline.files_folder-refresh:before {
    content: "\e917";
}
.nc-icon-outline.files_folder-remove:before {
    content: "\e918";
}
.nc-icon-outline.files_folder-search:before {
    content: "\e919";
}
.nc-icon-outline.files_folder-settings-81:before {
    content: "\e91a";
}
.nc-icon-outline.files_folder-settings-97:before {
    content: "\e91b";
}
.nc-icon-outline.files_folder-shared:before {
    content: "\e91c";
}
.nc-icon-outline.files_folder-star:before {
    content: "\e91d";
}
.nc-icon-outline.files_folder-time:before {
    content: "\e91e";
}
.nc-icon-outline.files_folder-upload:before {
    content: "\e91f";
}
.nc-icon-outline.files_folder-user:before {
    content: "\e920";
}
.nc-icon-outline.files_folder-vector:before {
    content: "\e921";
}
.nc-icon-outline.files_gallery:before {
    content: "\e922";
}
.nc-icon-outline.files_heart:before {
    content: "\e923";
}
.nc-icon-outline.files_image:before {
    content: "\e924";
}
.nc-icon-outline.files_info:before {
    content: "\e925";
}
.nc-icon-outline.files_link:before {
    content: "\e926";
}
.nc-icon-outline.files_locked:before {
    content: "\e927";
}
.nc-icon-outline.files_money:before {
    content: "\e928";
}
.nc-icon-outline.files_music:before {
    content: "\e929";
}
.nc-icon-outline.files_no-access:before {
    content: "\e92a";
}
.nc-icon-outline.files_notebook:before {
    content: "\e92b";
}
.nc-icon-outline.files_paper:before {
    content: "\e92c";
}
.nc-icon-outline.files_play:before {
    content: "\e92d";
}
.nc-icon-outline.files_question:before {
    content: "\e92e";
}
.nc-icon-outline.files_refresh:before {
    content: "\e92f";
}
.nc-icon-outline.files_remove:before {
    content: "\e930";
}
.nc-icon-outline.files_replace-folder:before {
    content: "\e931";
}
.nc-icon-outline.files_replace:before {
    content: "\e932";
}
.nc-icon-outline.files_search:before {
    content: "\e933";
}
.nc-icon-outline.files_settings-46:before {
    content: "\e934";
}
.nc-icon-outline.files_settings-99:before {
    content: "\e935";
}
.nc-icon-outline.files_shared:before {
    content: "\e936";
}
.nc-icon-outline.files_single-content-02:before {
    content: "\e937";
}
.nc-icon-outline.files_single-content-03:before {
    content: "\e938";
}
.nc-icon-outline.files_single-copies:before {
    content: "\e939";
}
.nc-icon-outline.files_single-copy-04:before {
    content: "\e93a";
}
.nc-icon-outline.files_single-copy-06:before {
    content: "\e93b";
}
.nc-icon-outline.files_single-folded-content:before {
    content: "\e93c";
}
.nc-icon-outline.files_single-folded:before {
    content: "\e93d";
}
.nc-icon-outline.files_single-paragraph:before {
    content: "\e93e";
}
.nc-icon-outline.files_single:before {
    content: "\e93f";
}
.nc-icon-outline.files_star:before {
    content: "\e940";
}
.nc-icon-outline.files_time:before {
    content: "\e941";
}
.nc-icon-outline.files_upload:before {
    content: "\e942";
}
.nc-icon-outline.files_user:before {
    content: "\e943";
}
.nc-icon-outline.files_vector:before {
    content: "\e944";
}
.nc-icon-outline.files_zip-54:before {
    content: "\e945";
}
.nc-icon-outline.files_zip-55:before {
    content: "\e946";
}
.nc-icon-outline.design_album:before {
    content: "\e947";
}
.nc-icon-outline.design_align-bottom:before {
    content: "\e948";
}
.nc-icon-outline.design_align-center-horizontal:before {
    content: "\e949";
}
.nc-icon-outline.design_align-center-vertical:before {
    content: "\e94a";
}
.nc-icon-outline.design_align-left:before {
    content: "\e94b";
}
.nc-icon-outline.design_align-right:before {
    content: "\e94c";
}
.nc-icon-outline.design_align-top:before {
    content: "\e94d";
}
.nc-icon-outline.design_app:before {
    content: "\e94e";
}
.nc-icon-outline.design_artboard:before {
    content: "\e94f";
}
.nc-icon-outline.design_blend:before {
    content: "\e950";
}
.nc-icon-outline.design_book-bookmark:before {
    content: "\e951";
}
.nc-icon-outline.design_book-open:before {
    content: "\e952";
}
.nc-icon-outline.design_brush:before {
    content: "\e953";
}
.nc-icon-outline.design_bug:before {
    content: "\e954";
}
.nc-icon-outline.design_bullet-list-67:before {
    content: "\e955";
}
.nc-icon-outline.design_bullet-list-68:before {
    content: "\e956";
}
.nc-icon-outline.design_bullet-list-69:before {
    content: "\e957";
}
.nc-icon-outline.design_bullet-list-70:before {
    content: "\e958";
}
.nc-icon-outline.design_clone:before {
    content: "\e959";
}
.nc-icon-outline.design_code-editor:before {
    content: "\e95a";
}
.nc-icon-outline.design_code:before {
    content: "\e95b";
}
.nc-icon-outline.design_collection:before {
    content: "\e95c";
}
.nc-icon-outline.design_command:before {
    content: "\e95d";
}
.nc-icon-outline.design_compass:before {
    content: "\e95e";
}
.nc-icon-outline.design_contrast:before {
    content: "\e95f";
}
.nc-icon-outline.design_copy:before {
    content: "\e960";
}
.nc-icon-outline.design_crop:before {
    content: "\e961";
}
.nc-icon-outline.design_cursor-48:before {
    content: "\e962";
}
.nc-icon-outline.design_cursor-49:before {
    content: "\e963";
}
.nc-icon-outline.design_design-dev:before {
    content: "\e964";
}
.nc-icon-outline.design_design-responsive:before {
    content: "\e965";
}
.nc-icon-outline.design_design:before {
    content: "\e966";
}
.nc-icon-outline.design_distribute-horizontal:before {
    content: "\e967";
}
.nc-icon-outline.design_distribute-vertical:before {
    content: "\e968";
}
.nc-icon-outline.design_drag:before {
    content: "\e969";
}
.nc-icon-outline.design_eraser-32:before {
    content: "\e96a";
}
.nc-icon-outline.design_eraser-33:before {
    content: "\e96b";
}
.nc-icon-outline.design_eraser-46:before {
    content: "\e96c";
}
.nc-icon-outline.design_flip-horizontal:before {
    content: "\e96d";
}
.nc-icon-outline.design_flip-vertical:before {
    content: "\e96e";
}
.nc-icon-outline.design_image:before {
    content: "\e96f";
}
.nc-icon-outline.design_magnet:before {
    content: "\e970";
}
.nc-icon-outline.design_marker:before {
    content: "\e971";
}
.nc-icon-outline.design_measure-02:before {
    content: "\e972";
}
.nc-icon-outline.design_measure-17:before {
    content: "\e973";
}
.nc-icon-outline.design_measure-big:before {
    content: "\e974";
}
.nc-icon-outline.design_mobile-design:before {
    content: "\e975";
}
.nc-icon-outline.design_mobile-dev:before {
    content: "\e976";
}
.nc-icon-outline.design_mouse-08:before {
    content: "\e977";
}
.nc-icon-outline.design_mouse-09:before {
    content: "\e978";
}
.nc-icon-outline.design_mouse-10:before {
    content: "\e979";
}
.nc-icon-outline.design_newsletter-dev:before {
    content: "\e97a";
}
.nc-icon-outline.design_note-code:before {
    content: "\e97b";
}
.nc-icon-outline.design_paint-16:before {
    content: "\e97c";
}
.nc-icon-outline.design_paint-37:before {
    content: "\e97d";
}
.nc-icon-outline.design_paint-38:before {
    content: "\e97e";
}
.nc-icon-outline.design_paint-bucket-39:before {
    content: "\e97f";
}
.nc-icon-outline.design_paint-bucket-40:before {
    content: "\e980";
}
.nc-icon-outline.design_palette:before {
    content: "\e981";
}
.nc-icon-outline.design_pantone:before {
    content: "\e982";
}
.nc-icon-outline.design_paper-design:before {
    content: "\e983";
}
.nc-icon-outline.design_paper-dev:before {
    content: "\e984";
}
.nc-icon-outline.design_patch-19:before {
    content: "\e985";
}
.nc-icon-outline.design_patch-34:before {
    content: "\e986";
}
.nc-icon-outline.design_path-exclude:before {
    content: "\e987";
}
.nc-icon-outline.design_path-intersect:before {
    content: "\e988";
}
.nc-icon-outline.design_path-minus:before {
    content: "\e989";
}
.nc-icon-outline.design_path-unite:before {
    content: "\e98a";
}
.nc-icon-outline.design_pen-01:before {
    content: "\e98b";
}
.nc-icon-outline.design_pen-23:before {
    content: "\e98c";
}
.nc-icon-outline.design_pen-tool:before {
    content: "\e98d";
}
.nc-icon-outline.design_phone:before {
    content: "\e98e";
}
.nc-icon-outline.design_photo-editor:before {
    content: "\e98f";
}
.nc-icon-outline.design_scissors-dashed:before {
    content: "\e990";
}
.nc-icon-outline.design_scissors:before {
    content: "\e991";
}
.nc-icon-outline.design_shape-adjust:before {
    content: "\e992";
}
.nc-icon-outline.design_shape-circle:before {
    content: "\e993";
}
.nc-icon-outline.design_shape-polygon:before {
    content: "\e994";
}
.nc-icon-outline.design_shape-square:before {
    content: "\e995";
}
.nc-icon-outline.design_shape-triangle:before {
    content: "\e996";
}
.nc-icon-outline.design_shapes:before {
    content: "\e997";
}
.nc-icon-outline.design_sharpener:before {
    content: "\e998";
}
.nc-icon-outline.design_slice:before {
    content: "\e999";
}
.nc-icon-outline.design_spray:before {
    content: "\e99a";
}
.nc-icon-outline.design_stamp:before {
    content: "\e99b";
}
.nc-icon-outline.design_tablet-mobile:before {
    content: "\e99c";
}
.nc-icon-outline.design_tablet:before {
    content: "\e99d";
}
.nc-icon-outline.design_text:before {
    content: "\e99e";
}
.nc-icon-outline.design_todo:before {
    content: "\e99f";
}
.nc-icon-outline.design_usb:before {
    content: "\e9a0";
}
.nc-icon-outline.design_vector:before {
    content: "\e9a1";
}
.nc-icon-outline.design_wand-11:before {
    content: "\e9a2";
}
.nc-icon-outline.design_wand-99:before {
    content: "\e9a3";
}
.nc-icon-outline.design_watch-dev:before {
    content: "\e9a4";
}
.nc-icon-outline.design_web-design:before {
    content: "\e9a5";
}
.nc-icon-outline.design_webpage:before {
    content: "\e9a6";
}
.nc-icon-outline.design_window-code:before {
    content: "\e9a7";
}
.nc-icon-outline.design_window-dev:before {
    content: "\e9a8";
}
.nc-icon-outline.design_window-paragraph:before {
    content: "\e9a9";
}
.nc-icon-outline.design_window-responsive:before {
    content: "\e9aa";
}
.nc-icon-outline.clothes_baby:before {
    content: "\e9ab";
}
.nc-icon-outline.clothes_backpack:before {
    content: "\e9ac";
}
.nc-icon-outline.clothes_bag-21:before {
    content: "\e9ad";
}
.nc-icon-outline.clothes_bag-22:before {
    content: "\e9ae";
}
.nc-icon-outline.clothes_belt:before {
    content: "\e9af";
}
.nc-icon-outline.clothes_boot-woman:before {
    content: "\e9b0";
}
.nc-icon-outline.clothes_boot:before {
    content: "\e9b1";
}
.nc-icon-outline.clothes_bra:before {
    content: "\e9b2";
}
.nc-icon-outline.clothes_button:before {
    content: "\e9b3";
}
.nc-icon-outline.clothes_cap:before {
    content: "\e9b4";
}
.nc-icon-outline.clothes_coat:before {
    content: "\e9b5";
}
.nc-icon-outline.clothes_corset:before {
    content: "\e9b6";
}
.nc-icon-outline.clothes_dress-man:before {
    content: "\e9b7";
}
.nc-icon-outline.clothes_dress-woman:before {
    content: "\e9b8";
}
.nc-icon-outline.clothes_flip:before {
    content: "\e9b9";
}
.nc-icon-outline.clothes_glasses:before {
    content: "\e9ba";
}
.nc-icon-outline.clothes_gloves:before {
    content: "\e9bb";
}
.nc-icon-outline.clothes_hat-top:before {
    content: "\e9bc";
}
.nc-icon-outline.clothes_hat:before {
    content: "\e9bd";
}
.nc-icon-outline.clothes_hoodie:before {
    content: "\e9be";
}
.nc-icon-outline.clothes_iron-dont:before {
    content: "\e9bf";
}
.nc-icon-outline.clothes_iron:before {
    content: "\e9c0";
}
.nc-icon-outline.clothes_jeans-41:before {
    content: "\e9c1";
}
.nc-icon-outline.clothes_jeans-43:before {
    content: "\e9c2";
}
.nc-icon-outline.clothes_jeans-pocket:before {
    content: "\e9c3";
}
.nc-icon-outline.clothes_kitchen:before {
    content: "\e9c4";
}
.nc-icon-outline.clothes_long-sleeve:before {
    content: "\e9c5";
}
.nc-icon-outline.clothes_makeup:before {
    content: "\e9c6";
}
.nc-icon-outline.clothes_needle:before {
    content: "\e9c7";
}
.nc-icon-outline.clothes_pajamas:before {
    content: "\e9c8";
}
.nc-icon-outline.clothes_ring:before {
    content: "\e9c9";
}
.nc-icon-outline.clothes_scarf:before {
    content: "\e9ca";
}
.nc-icon-outline.clothes_shirt-business:before {
    content: "\e9cb";
}
.nc-icon-outline.clothes_shirt-buttons:before {
    content: "\e9cc";
}
.nc-icon-outline.clothes_shirt-neck:before {
    content: "\e9cd";
}
.nc-icon-outline.clothes_shirt:before {
    content: "\e9ce";
}
.nc-icon-outline.clothes_shoe-man:before {
    content: "\e9cf";
}
.nc-icon-outline.clothes_shoe-sport:before {
    content: "\e9d0";
}
.nc-icon-outline.clothes_shoe-woman:before {
    content: "\e9d1";
}
.nc-icon-outline.clothes_skirt:before {
    content: "\e9d2";
}
.nc-icon-outline.clothes_slacks-12:before {
    content: "\e9d3";
}
.nc-icon-outline.clothes_slacks-13:before {
    content: "\e9d4";
}
.nc-icon-outline.clothes_sock:before {
    content: "\e9d5";
}
.nc-icon-outline.clothes_tie-bow:before {
    content: "\e9d6";
}
.nc-icon-outline.clothes_tshirt-53:before {
    content: "\e9d7";
}
.nc-icon-outline.clothes_tshirt-54:before {
    content: "\e9d8";
}
.nc-icon-outline.clothes_tshirt-sport:before {
    content: "\e9d9";
}
.nc-icon-outline.clothes_underwear-man:before {
    content: "\e9da";
}
.nc-icon-outline.clothes_underwear:before {
    content: "\e9db";
}
.nc-icon-outline.clothes_vest-sport:before {
    content: "\e9dc";
}
.nc-icon-outline.clothes_vest:before {
    content: "\e9dd";
}
.nc-icon-outline.clothes_wash-30:before {
    content: "\e9de";
}
.nc-icon-outline.clothes_wash-60:before {
    content: "\e9df";
}
.nc-icon-outline.clothes_wash-90:before {
    content: "\e9e0";
}
.nc-icon-outline.clothes_wash-hand:before {
    content: "\e9e1";
}
.nc-icon-outline.clothes_wash:before {
    content: "\e9e2";
}
.nc-icon-outline.business_agenda:before {
    content: "\e9e3";
}
.nc-icon-outline.business_atm:before {
    content: "\e9e4";
}
.nc-icon-outline.business_award-48:before {
    content: "\e9e5";
}
.nc-icon-outline.business_award-49:before {
    content: "\e9e6";
}
.nc-icon-outline.business_award-74:before {
    content: "\e9e7";
}
.nc-icon-outline.business_badge:before {
    content: "\e9e8";
}
.nc-icon-outline.business_bank:before {
    content: "\e9e9";
}
.nc-icon-outline.business_board-27:before {
    content: "\e9ea";
}
.nc-icon-outline.business_board-28:before {
    content: "\e9eb";
}
.nc-icon-outline.business_board-29:before {
    content: "\e9ec";
}
.nc-icon-outline.business_board-30:before {
    content: "\e9ed";
}
.nc-icon-outline.business_books:before {
    content: "\e9ee";
}
.nc-icon-outline.business_briefcase-24:before {
    content: "\e9ef";
}
.nc-icon-outline.business_briefcase-25:before {
    content: "\e9f0";
}
.nc-icon-outline.business_briefcase-26:before {
    content: "\e9f1";
}
.nc-icon-outline.business_building:before {
    content: "\e9f2";
}
.nc-icon-outline.business_bulb-61:before {
    content: "\e9f3";
}
.nc-icon-outline.business_bulb-62:before {
    content: "\e9f4";
}
.nc-icon-outline.business_bulb-63:before {
    content: "\e9f5";
}
.nc-icon-outline.business_business-contact-85:before {
    content: "\e9f6";
}
.nc-icon-outline.business_business-contact-86:before {
    content: "\e9f7";
}
.nc-icon-outline.business_business-contact-87:before {
    content: "\e9f8";
}
.nc-icon-outline.business_business-contact-88:before {
    content: "\e9f9";
}
.nc-icon-outline.business_business-contact-89:before {
    content: "\e9fa";
}
.nc-icon-outline.business_businessman-03:before {
    content: "\e9fb";
}
.nc-icon-outline.business_businessman-04:before {
    content: "\e9fc";
}
.nc-icon-outline.business_calculator:before {
    content: "\e9fd";
}
.nc-icon-outline.business_chair:before {
    content: "\e9fe";
}
.nc-icon-outline.business_chart-bar-32:before {
    content: "\e9ff";
}
.nc-icon-outline.business_chart-bar-33:before {
    content: "\ea00";
}
.nc-icon-outline.business_chart-growth:before {
    content: "\ea01";
}
.nc-icon-outline.business_chart-pie-35:before {
    content: "\ea02";
}
.nc-icon-outline.business_chart-pie-36:before {
    content: "\ea03";
}
.nc-icon-outline.business_chart:before {
    content: "\ea04";
}
.nc-icon-outline.business_cheque:before {
    content: "\ea05";
}
.nc-icon-outline.business_coins:before {
    content: "\ea06";
}
.nc-icon-outline.business_connect:before {
    content: "\ea07";
}
.nc-icon-outline.business_contacts:before {
    content: "\ea08";
}
.nc-icon-outline.business_currency-dollar:before {
    content: "\ea09";
}
.nc-icon-outline.business_currency-euro:before {
    content: "\ea0a";
}
.nc-icon-outline.business_currency-pound:before {
    content: "\ea0b";
}
.nc-icon-outline.business_currency-yen:before {
    content: "\ea0c";
}
.nc-icon-outline.business_factory:before {
    content: "\ea0d";
}
.nc-icon-outline.business_globe:before {
    content: "\ea0e";
}
.nc-icon-outline.business_goal-64:before {
    content: "\ea0f";
}
.nc-icon-outline.business_goal-65:before {
    content: "\ea10";
}
.nc-icon-outline.business_gold:before {
    content: "\ea11";
}
.nc-icon-outline.business_hammer:before {
    content: "\ea12";
}
.nc-icon-outline.business_handout:before {
    content: "\ea13";
}
.nc-icon-outline.business_handshake:before {
    content: "\ea14";
}
.nc-icon-outline.business_hat:before {
    content: "\ea15";
}
.nc-icon-outline.business_hierarchy-53:before {
    content: "\ea16";
}
.nc-icon-outline.business_hierarchy-54:before {
    content: "\ea17";
}
.nc-icon-outline.business_hierarchy-55:before {
    content: "\ea18";
}
.nc-icon-outline.business_hierarchy-56:before {
    content: "\ea19";
}
.nc-icon-outline.business_laptop-71:before {
    content: "\ea1a";
}
.nc-icon-outline.business_laptop-72:before {
    content: "\ea1b";
}
.nc-icon-outline.business_laptop-91:before {
    content: "\ea1c";
}
.nc-icon-outline.business_law:before {
    content: "\ea1d";
}
.nc-icon-outline.business_math:before {
    content: "\ea1e";
}
.nc-icon-outline.business_money-11:before {
    content: "\ea1f";
}
.nc-icon-outline.business_money-12:before {
    content: "\ea20";
}
.nc-icon-outline.business_money-13:before {
    content: "\ea21";
}
.nc-icon-outline.business_money-bag:before {
    content: "\ea22";
}
.nc-icon-outline.business_money-coins:before {
    content: "\ea23";
}
.nc-icon-outline.business_money-growth:before {
    content: "\ea24";
}
.nc-icon-outline.business_money-time:before {
    content: "\ea25";
}
.nc-icon-outline.business_net:before {
    content: "\ea26";
}
.nc-icon-outline.business_notes:before {
    content: "\ea27";
}
.nc-icon-outline.business_payment:before {
    content: "\ea28";
}
.nc-icon-outline.business_percentage-38:before {
    content: "\ea29";
}
.nc-icon-outline.business_percentage-39:before {
    content: "\ea2a";
}
.nc-icon-outline.business_pig:before {
    content: "\ea2b";
}
.nc-icon-outline.business_pin:before {
    content: "\ea2c";
}
.nc-icon-outline.business_plug:before {
    content: "\ea2d";
}
.nc-icon-outline.business_progress:before {
    content: "\ea2e";
}
.nc-icon-outline.business_round-dollar:before {
    content: "\ea2f";
}
.nc-icon-outline.business_round-euro:before {
    content: "\ea30";
}
.nc-icon-outline.business_round-pound:before {
    content: "\ea31";
}
.nc-icon-outline.business_round-yen:before {
    content: "\ea32";
}
.nc-icon-outline.business_safe:before {
    content: "\ea33";
}
.nc-icon-outline.business_scale:before {
    content: "\ea34";
}
.nc-icon-outline.business_sign:before {
    content: "\ea35";
}
.nc-icon-outline.business_signature:before {
    content: "\ea36";
}
.nc-icon-outline.business_stock:before {
    content: "\ea37";
}
.nc-icon-outline.business_strategy:before {
    content: "\ea38";
}
.nc-icon-outline.business_tie-01:before {
    content: "\ea39";
}
.nc-icon-outline.business_tie-02:before {
    content: "\ea3a";
}
.nc-icon-outline.business_wallet-43:before {
    content: "\ea3b";
}
.nc-icon-outline.business_wallet-44:before {
    content: "\ea3c";
}
.nc-icon-outline.business_wallet-90:before {
    content: "\ea3d";
}
.nc-icon-outline.arrows-1_back-78:before {
    content: "\ea3e";
}
.nc-icon-outline.arrows-1_back-80:before {
    content: "\ea3f";
}
.nc-icon-outline.arrows-1_bold-direction:before {
    content: "\ea40";
}
.nc-icon-outline.arrows-1_bold-down:before {
    content: "\ea41";
}
.nc-icon-outline.arrows-1_bold-left:before {
    content: "\ea42";
}
.nc-icon-outline.arrows-1_bold-right:before {
    content: "\ea43";
}
.nc-icon-outline.arrows-1_bold-up:before {
    content: "\ea44";
}
.nc-icon-outline.arrows-1_circle-down-12:before {
    content: "\ea45";
}
.nc-icon-outline.arrows-1_circle-down-40:before {
    content: "\ea46";
}
.nc-icon-outline.arrows-1_circle-left-10:before {
    content: "\ea47";
}
.nc-icon-outline.arrows-1_circle-left-38:before {
    content: "\ea48";
}
.nc-icon-outline.arrows-1_circle-right-09:before {
    content: "\ea49";
}
.nc-icon-outline.arrows-1_circle-right-37:before {
    content: "\ea4a";
}
.nc-icon-outline.arrows-1_circle-up-11:before {
    content: "\ea4b";
}
.nc-icon-outline.arrows-1_circle-up-39:before {
    content: "\ea4c";
}
.nc-icon-outline.arrows-1_cloud-download-93:before {
    content: "\ea4d";
}
.nc-icon-outline.arrows-1_cloud-download-95:before {
    content: "\ea4e";
}
.nc-icon-outline.arrows-1_cloud-upload-94:before {
    content: "\ea4f";
}
.nc-icon-outline.arrows-1_cloud-upload-96:before {
    content: "\ea50";
}
.nc-icon-outline.arrows-1_curved-next:before {
    content: "\ea51";
}
.nc-icon-outline.arrows-1_curved-previous:before {
    content: "\ea52";
}
.nc-icon-outline.arrows-1_direction-53:before {
    content: "\ea53";
}
.nc-icon-outline.arrows-1_direction-56:before {
    content: "\ea54";
}
.nc-icon-outline.arrows-1_double-left:before {
    content: "\ea55";
}
.nc-icon-outline.arrows-1_double-right:before {
    content: "\ea56";
}
.nc-icon-outline.arrows-1_download:before {
    content: "\ea57";
}
.nc-icon-outline.arrows-1_enlarge-diagonal-43:before {
    content: "\ea58";
}
.nc-icon-outline.arrows-1_enlarge-diagonal-44:before {
    content: "\ea59";
}
.nc-icon-outline.arrows-1_enlarge-horizontal:before {
    content: "\ea5a";
}
.nc-icon-outline.arrows-1_enlarge-vertical:before {
    content: "\ea5b";
}
.nc-icon-outline.arrows-1_fit-horizontal:before {
    content: "\ea5c";
}
.nc-icon-outline.arrows-1_fit-vertical:before {
    content: "\ea5d";
}
.nc-icon-outline.arrows-1_fullscreen-70:before {
    content: "\ea5e";
}
.nc-icon-outline.arrows-1_fullscreen-71:before {
    content: "\ea5f";
}
.nc-icon-outline.arrows-1_fullscreen-76:before {
    content: "\ea60";
}
.nc-icon-outline.arrows-1_fullscreen-77:before {
    content: "\ea61";
}
.nc-icon-outline.arrows-1_fullscreen-double-74:before {
    content: "\ea62";
}
.nc-icon-outline.arrows-1_fullscreen-double-75:before {
    content: "\ea63";
}
.nc-icon-outline.arrows-1_fullscreen-split-72:before {
    content: "\ea64";
}
.nc-icon-outline.arrows-1_fullscreen-split-73:before {
    content: "\ea65";
}
.nc-icon-outline.arrows-1_log-in:before {
    content: "\ea66";
}
.nc-icon-outline.arrows-1_log-out:before {
    content: "\ea67";
}
.nc-icon-outline.arrows-1_loop-82:before {
    content: "\ea68";
}
.nc-icon-outline.arrows-1_loop-83:before {
    content: "\ea69";
}
.nc-icon-outline.arrows-1_minimal-down:before {
    content: "\ea6a";
}
.nc-icon-outline.arrows-1_minimal-left:before {
    content: "\ea6b";
}
.nc-icon-outline.arrows-1_minimal-right:before {
    content: "\ea6c";
}
.nc-icon-outline.arrows-1_minimal-up:before {
    content: "\ea6d";
}
.nc-icon-outline.arrows-1_redo-79:before {
    content: "\ea6e";
}
.nc-icon-outline.arrows-1_redo-81:before {
    content: "\ea6f";
}
.nc-icon-outline.arrows-1_refresh-68:before {
    content: "\ea70";
}
.nc-icon-outline.arrows-1_refresh-69:before {
    content: "\ea71";
}
.nc-icon-outline.arrows-1_round-down:before {
    content: "\ea72";
}
.nc-icon-outline.arrows-1_round-left:before {
    content: "\ea73";
}
.nc-icon-outline.arrows-1_round-right:before {
    content: "\ea74";
}
.nc-icon-outline.arrows-1_round-up:before {
    content: "\ea75";
}
.nc-icon-outline.arrows-1_share-66:before {
    content: "\ea76";
}
.nc-icon-outline.arrows-1_share-91:before {
    content: "\ea77";
}
.nc-icon-outline.arrows-1_share-92:before {
    content: "\ea78";
}
.nc-icon-outline.arrows-1_shuffle-97:before {
    content: "\ea79";
}
.nc-icon-outline.arrows-1_shuffle-98:before {
    content: "\ea7a";
}
.nc-icon-outline.arrows-1_simple-down:before {
    content: "\ea7b";
}
.nc-icon-outline.arrows-1_simple-left:before {
    content: "\ea7c";
}
.nc-icon-outline.arrows-1_simple-right:before {
    content: "\ea7d";
}
.nc-icon-outline.arrows-1_simple-up:before {
    content: "\ea7e";
}
.nc-icon-outline.arrows-1_small-triangle-down:before {
    content: "\ea7f";
}
.nc-icon-outline.arrows-1_small-triangle-left:before {
    content: "\ea80";
}
.nc-icon-outline.arrows-1_small-triangle-right:before {
    content: "\ea81";
}
.nc-icon-outline.arrows-1_small-triangle-up:before {
    content: "\ea82";
}
.nc-icon-outline.arrows-1_square-down:before {
    content: "\ea83";
}
.nc-icon-outline.arrows-1_square-left:before {
    content: "\ea84";
}
.nc-icon-outline.arrows-1_square-right:before {
    content: "\ea85";
}
.nc-icon-outline.arrows-1_square-up:before {
    content: "\ea86";
}
.nc-icon-outline.arrows-1_strong-down:before {
    content: "\ea87";
}
.nc-icon-outline.arrows-1_strong-left:before {
    content: "\ea88";
}
.nc-icon-outline.arrows-1_strong-right:before {
    content: "\ea89";
}
.nc-icon-outline.arrows-1_strong-up:before {
    content: "\ea8a";
}
.nc-icon-outline.arrows-1_tail-down:before {
    content: "\ea8b";
}
.nc-icon-outline.arrows-1_tail-left:before {
    content: "\ea8c";
}
.nc-icon-outline.arrows-1_tail-right:before {
    content: "\ea8d";
}
.nc-icon-outline.arrows-1_tail-triangle-down:before {
    content: "\ea8e";
}
.nc-icon-outline.arrows-1_tail-triangle-left:before {
    content: "\ea8f";
}
.nc-icon-outline.arrows-1_tail-triangle-right:before {
    content: "\ea90";
}
.nc-icon-outline.arrows-1_tail-triangle-up:before {
    content: "\ea91";
}
.nc-icon-outline.arrows-1_tail-up:before {
    content: "\ea92";
}
.nc-icon-outline.arrows-1_trend-down:before {
    content: "\ea93";
}
.nc-icon-outline.arrows-1_trend-up:before {
    content: "\ea94";
}
.nc-icon-outline.arrows-1_triangle-down-20:before {
    content: "\ea95";
}
.nc-icon-outline.arrows-1_triangle-down-65:before {
    content: "\ea96";
}
.nc-icon-outline.arrows-1_triangle-left-18:before {
    content: "\ea97";
}
.nc-icon-outline.arrows-1_triangle-left-63:before {
    content: "\ea98";
}
.nc-icon-outline.arrows-1_triangle-right-17:before {
    content: "\ea99";
}
.nc-icon-outline.arrows-1_triangle-right-62:before {
    content: "\ea9a";
}
.nc-icon-outline.arrows-1_triangle-up-19:before {
    content: "\ea9b";
}
.nc-icon-outline.arrows-1_triangle-up-64:before {
    content: "\ea9c";
}
.nc-icon-outline.arrows-1_window-zoom-in:before {
    content: "\ea9d";
}
.nc-icon-outline.arrows-1_window-zoom-out:before {
    content: "\ea9e";
}
.nc-icon-outline.arrows-1_zoom-88:before {
    content: "\ea9f";
}
.nc-icon-outline.arrows-1_zoom-99:before {
    content: "\eaa0";
}
.nc-icon-outline.arrows-1_zoom-100:before {
    content: "\eaa1";
}
.nc-icon-outline.arrows-2_block-down:before {
    content: "\eaa2";
}
.nc-icon-outline.arrows-2_block-left:before {
    content: "\eaa3";
}
.nc-icon-outline.arrows-2_block-right:before {
    content: "\eaa4";
}
.nc-icon-outline.arrows-2_block-up:before {
    content: "\eaa5";
}
.nc-icon-outline.arrows-2_circle-in:before {
    content: "\eaa6";
}
.nc-icon-outline.arrows-2_circle-out:before {
    content: "\eaa7";
}
.nc-icon-outline.arrows-2_circuit-round:before {
    content: "\eaa8";
}
.nc-icon-outline.arrows-2_circuit:before {
    content: "\eaa9";
}
.nc-icon-outline.arrows-2_computer-upload:before {
    content: "\eaaa";
}
.nc-icon-outline.arrows-2_conversion:before {
    content: "\eaab";
}
.nc-icon-outline.arrows-2_corner-down-round:before {
    content: "\eaac";
}
.nc-icon-outline.arrows-2_corner-down:before {
    content: "\eaad";
}
.nc-icon-outline.arrows-2_corner-left-down:before {
    content: "\eaae";
}
.nc-icon-outline.arrows-2_corner-left-round:before {
    content: "\eaaf";
}
.nc-icon-outline.arrows-2_corner-left:before {
    content: "\eab0";
}
.nc-icon-outline.arrows-2_corner-right-down:before {
    content: "\eab1";
}
.nc-icon-outline.arrows-2_corner-right-round:before {
    content: "\eab2";
}
.nc-icon-outline.arrows-2_corner-right:before {
    content: "\eab3";
}
.nc-icon-outline.arrows-2_corner-up-left:before {
    content: "\eab4";
}
.nc-icon-outline.arrows-2_corner-up-right:before {
    content: "\eab5";
}
.nc-icon-outline.arrows-2_corner-up-round:before {
    content: "\eab6";
}
.nc-icon-outline.arrows-2_corner-up:before {
    content: "\eab7";
}
.nc-icon-outline.arrows-2_cross-down:before {
    content: "\eab8";
}
.nc-icon-outline.arrows-2_cross-horizontal:before {
    content: "\eab9";
}
.nc-icon-outline.arrows-2_cross-left:before {
    content: "\eaba";
}
.nc-icon-outline.arrows-2_cross-right:before {
    content: "\eabb";
}
.nc-icon-outline.arrows-2_cross-up:before {
    content: "\eabc";
}
.nc-icon-outline.arrows-2_cross-vertical:before {
    content: "\eabd";
}
.nc-icon-outline.arrows-2_curve-circuit:before {
    content: "\eabe";
}
.nc-icon-outline.arrows-2_curve-directions:before {
    content: "\eabf";
}
.nc-icon-outline.arrows-2_curve-split:before {
    content: "\eac0";
}
.nc-icon-outline.arrows-2_delete-49:before {
    content: "\eac1";
}
.nc-icon-outline.arrows-2_delete-50:before {
    content: "\eac2";
}
.nc-icon-outline.arrows-2_direction:before {
    content: "\eac3";
}
.nc-icon-outline.arrows-2_dots-download:before {
    content: "\eac4";
}
.nc-icon-outline.arrows-2_dots-upload:before {
    content: "\eac5";
}
.nc-icon-outline.arrows-2_eject:before {
    content: "\eac6";
}
.nc-icon-outline.arrows-2_enlarge-circle:before {
    content: "\eac7";
}
.nc-icon-outline.arrows-2_file-download-87:before {
    content: "\eac8";
}
.nc-icon-outline.arrows-2_file-download-89:before {
    content: "\eac9";
}
.nc-icon-outline.arrows-2_file-download-94:before {
    content: "\eaca";
}
.nc-icon-outline.arrows-2_file-upload-86:before {
    content: "\eacb";
}
.nc-icon-outline.arrows-2_file-upload-88:before {
    content: "\eacc";
}
.nc-icon-outline.arrows-2_file-upload-93:before {
    content: "\eacd";
}
.nc-icon-outline.arrows-2_fork-round:before {
    content: "\eace";
}
.nc-icon-outline.arrows-2_fork:before {
    content: "\eacf";
}
.nc-icon-outline.arrows-2_hit-down:before {
    content: "\ead0";
}
.nc-icon-outline.arrows-2_hit-left:before {
    content: "\ead1";
}
.nc-icon-outline.arrows-2_hit-right:before {
    content: "\ead2";
}
.nc-icon-outline.arrows-2_hit-up:before {
    content: "\ead3";
}
.nc-icon-outline.arrows-2_lines:before {
    content: "\ead4";
}
.nc-icon-outline.arrows-2_log-out:before {
    content: "\ead5";
}
.nc-icon-outline.arrows-2_loop:before {
    content: "\ead6";
}
.nc-icon-outline.arrows-2_merge-round:before {
    content: "\ead7";
}
.nc-icon-outline.arrows-2_merge:before {
    content: "\ead8";
}
.nc-icon-outline.arrows-2_move-05:before {
    content: "\ead9";
}
.nc-icon-outline.arrows-2_move-06:before {
    content: "\eada";
}
.nc-icon-outline.arrows-2_move-92:before {
    content: "\eadb";
}
.nc-icon-outline.arrows-2_move-down-right:before {
    content: "\eadc";
}
.nc-icon-outline.arrows-2_move-down:before {
    content: "\eadd";
}
.nc-icon-outline.arrows-2_move-left:before {
    content: "\eade";
}
.nc-icon-outline.arrows-2_move-right:before {
    content: "\eadf";
}
.nc-icon-outline.arrows-2_move-up-left:before {
    content: "\eae0";
}
.nc-icon-outline.arrows-2_move-up:before {
    content: "\eae1";
}
.nc-icon-outline.arrows-2_push-next:before {
    content: "\eae2";
}
.nc-icon-outline.arrows-2_push-previous:before {
    content: "\eae3";
}
.nc-icon-outline.arrows-2_reload:before {
    content: "\eae4";
}
.nc-icon-outline.arrows-2_replay:before {
    content: "\eae5";
}
.nc-icon-outline.arrows-2_rotate-left:before {
    content: "\eae6";
}
.nc-icon-outline.arrows-2_rotate-right:before {
    content: "\eae7";
}
.nc-icon-outline.arrows-2_round-left-down:before {
    content: "\eae8";
}
.nc-icon-outline.arrows-2_round-right-down:before {
    content: "\eae9";
}
.nc-icon-outline.arrows-2_round-up-left:before {
    content: "\eaea";
}
.nc-icon-outline.arrows-2_round-up-right:before {
    content: "\eaeb";
}
.nc-icon-outline.arrows-2_select-83:before {
    content: "\eaec";
}
.nc-icon-outline.arrows-2_select-84:before {
    content: "\eaed";
}
.nc-icon-outline.arrows-2_separate-round:before {
    content: "\eaee";
}
.nc-icon-outline.arrows-2_separate:before {
    content: "\eaef";
}
.nc-icon-outline.arrows-2_share-left:before {
    content: "\eaf0";
}
.nc-icon-outline.arrows-2_share-right:before {
    content: "\eaf1";
}
.nc-icon-outline.arrows-2_skew-down:before {
    content: "\eaf2";
}
.nc-icon-outline.arrows-2_skew-left:before {
    content: "\eaf3";
}
.nc-icon-outline.arrows-2_skew-right:before {
    content: "\eaf4";
}
.nc-icon-outline.arrows-2_skew-up:before {
    content: "\eaf5";
}
.nc-icon-outline.arrows-2_small-left:before {
    content: "\eaf6";
}
.nc-icon-outline.arrows-2_small-right:before {
    content: "\eaf7";
}
.nc-icon-outline.arrows-2_split-horizontal:before {
    content: "\eaf8";
}
.nc-icon-outline.arrows-2_split-round:before {
    content: "\eaf9";
}
.nc-icon-outline.arrows-2_split-vertical:before {
    content: "\eafa";
}
.nc-icon-outline.arrows-2_split:before {
    content: "\eafb";
}
.nc-icon-outline.arrows-2_square-download:before {
    content: "\eafc";
}
.nc-icon-outline.arrows-2_square-upload:before {
    content: "\eafd";
}
.nc-icon-outline.arrows-2_time:before {
    content: "\eafe";
}
.nc-icon-outline.arrows-2_triangle-down:before {
    content: "\eaff";
}
.nc-icon-outline.arrows-2_triangle-left:before {
    content: "\eb00";
}
.nc-icon-outline.arrows-2_triangle-right:before {
    content: "\eb01";
}
.nc-icon-outline.arrows-2_triangle-up:before {
    content: "\eb02";
}
.nc-icon-outline.arrows-2_unite-round:before {
    content: "\eb03";
}
.nc-icon-outline.arrows-2_unite:before {
    content: "\eb04";
}
.nc-icon-outline.arrows-2_zoom:before {
    content: "\eb05";
}
.nc-icon-outline.arrows-3_circle-down:before {
    content: "\eb06";
}
.nc-icon-outline.arrows-3_circle-left:before {
    content: "\eb07";
}
.nc-icon-outline.arrows-3_circle-right:before {
    content: "\eb08";
}
.nc-icon-outline.arrows-3_circle-simple-down:before {
    content: "\eb09";
}
.nc-icon-outline.arrows-3_circle-simple-left:before {
    content: "\eb0a";
}
.nc-icon-outline.arrows-3_circle-simple-right:before {
    content: "\eb0b";
}
.nc-icon-outline.arrows-3_circle-simple-up:before {
    content: "\eb0c";
}
.nc-icon-outline.arrows-3_circle-up:before {
    content: "\eb0d";
}
.nc-icon-outline.arrows-3_cloud-refresh:before {
    content: "\eb0e";
}
.nc-icon-outline.arrows-3_separate:before {
    content: "\eb0f";
}
.nc-icon-outline.arrows-3_small-down:before {
    content: "\eb10";
}
.nc-icon-outline.arrows-3_small-up:before {
    content: "\eb11";
}
.nc-icon-outline.arrows-3_square-corner-down-left-17:before {
    content: "\eb12";
}
.nc-icon-outline.arrows-3_square-corner-down-left-18:before {
    content: "\eb13";
}
.nc-icon-outline.arrows-3_square-corner-up-left:before {
    content: "\eb14";
}
.nc-icon-outline.arrows-3_square-corner-up-right:before {
    content: "\eb15";
}
.nc-icon-outline.arrows-3_square-down-06:before {
    content: "\eb16";
}
.nc-icon-outline.arrows-3_square-down-22:before {
    content: "\eb17";
}
.nc-icon-outline.arrows-3_square-enlarge:before {
    content: "\eb18";
}
.nc-icon-outline.arrows-3_square-left-04:before {
    content: "\eb19";
}
.nc-icon-outline.arrows-3_square-left-20:before {
    content: "\eb1a";
}
.nc-icon-outline.arrows-3_square-right-03:before {
    content: "\eb1b";
}
.nc-icon-outline.arrows-3_square-right-19:before {
    content: "\eb1c";
}
.nc-icon-outline.arrows-3_square-simple-down:before {
    content: "\eb1d";
}
.nc-icon-outline.arrows-3_square-simple-left:before {
    content: "\eb1e";
}
.nc-icon-outline.arrows-3_square-simple-right:before {
    content: "\eb1f";
}
.nc-icon-outline.arrows-3_square-simple-up:before {
    content: "\eb20";
}
.nc-icon-outline.arrows-3_square-up-05:before {
    content: "\eb21";
}
.nc-icon-outline.arrows-3_square-up-21:before {
    content: "\eb22";
}
.nc-icon-outline.arrows-3_square-zoom:before {
    content: "\eb23";
}
.nc-icon-outline.arrows-3_super-bold-down:before {
    content: "\eb24";
}
.nc-icon-outline.arrows-3_super-bold-left:before {
    content: "\eb25";
}
.nc-icon-outline.arrows-3_super-bold-right:before {
    content: "\eb26";
}
.nc-icon-outline.arrows-3_super-bold-up:before {
    content: "\eb27";
}

@font-face {
    font-family: 'Nucleo Mini';
    src: url('../assets/fonts/nucleo/source/nucleo-mini.eot');
    src: url('../assets/fonts/nucleo/source/nucleo-mini.eot') format('embedded-opentype'),
    url('../assets/fonts/nucleo/source/nucleo-mini.woff2') format('woff2'),
    url('../assets/fonts/nucleo/source/nucleo-mini.woff') format('woff'),
    url('../assets/fonts/nucleo/source/nucleo-mini.ttf') format('truetype'),
    url('../assets/fonts/nucleo/source/nucleo-mini.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.nc-icon-mini {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Mini';
    font-size: inherit;
    speak: none;
    text-transform: none;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.nc-icon-mini.envir_bulb-saver:before {
    content: "\ee5c";
}
.nc-icon-mini.envir_bulb:before {
    content: "\ee5d";
}
.nc-icon-mini.envir_car:before {
    content: "\ee5e";
}
.nc-icon-mini.envir_fuel-electric:before {
    content: "\ee5f";
}
.nc-icon-mini.envir_fuel:before {
    content: "\ee60";
}
.nc-icon-mini.envir_home:before {
    content: "\ee61";
}
.nc-icon-mini.envir_level:before {
    content: "\ee62";
}
.nc-icon-mini.envir_panel:before {
    content: "\ee63";
}
.nc-icon-mini.envir_radiation:before {
    content: "\ee64";
}
.nc-icon-mini.envir_recycling:before {
    content: "\ee65";
}
.nc-icon-mini.envir_save-planet:before {
    content: "\ee66";
}
.nc-icon-mini.envir_waste-danger:before {
    content: "\ee67";
}
.nc-icon-mini.envir_waste-recycling:before {
    content: "\ee68";
}
.nc-icon-mini.envir_waste:before {
    content: "\ee69";
}
.nc-icon-mini.envir_water-hand:before {
    content: "\ee6a";
}
.nc-icon-mini.envir_water-sink:before {
    content: "\ee6b";
}
.nc-icon-mini.envir_water:before {
    content: "\ee6c";
}
.nc-icon-mini.envir_wind:before {
    content: "\ee6d";
}
.nc-icon-mini.arrows-1_back-78:before {
    content: "\e900";
}
.nc-icon-mini.arrows-1_back-80:before {
    content: "\e901";
}
.nc-icon-mini.arrows-1_bold-down:before {
    content: "\e902";
}
.nc-icon-mini.arrows-1_bold-left:before {
    content: "\e903";
}
.nc-icon-mini.arrows-1_bold-right:before {
    content: "\e904";
}
.nc-icon-mini.arrows-1_bold-up:before {
    content: "\e905";
}
.nc-icon-mini.arrows-1_circle-down-12:before {
    content: "\e906";
}
.nc-icon-mini.arrows-1_circle-down-40:before {
    content: "\e907";
}
.nc-icon-mini.arrows-1_circle-left-10:before {
    content: "\e908";
}
.nc-icon-mini.arrows-1_circle-left-38:before {
    content: "\e909";
}
.nc-icon-mini.arrows-1_circle-right-09:before {
    content: "\e90a";
}
.nc-icon-mini.arrows-1_circle-right-37:before {
    content: "\e90b";
}
.nc-icon-mini.arrows-1_circle-up-11:before {
    content: "\e90c";
}
.nc-icon-mini.arrows-1_circle-up-39:before {
    content: "\e90d";
}
.nc-icon-mini.arrows-1_cloud-download-95:before {
    content: "\e90e";
}
.nc-icon-mini.arrows-1_cloud-upload-96:before {
    content: "\e90f";
}
.nc-icon-mini.arrows-1_curved-next:before {
    content: "\e910";
}
.nc-icon-mini.arrows-1_curved-previous:before {
    content: "\e911";
}
.nc-icon-mini.arrows-1_direction-53:before {
    content: "\e912";
}
.nc-icon-mini.arrows-1_direction-56:before {
    content: "\e913";
}
.nc-icon-mini.arrows-1_double-left:before {
    content: "\e914";
}
.nc-icon-mini.arrows-1_double-right:before {
    content: "\e915";
}
.nc-icon-mini.arrows-1_download:before {
    content: "\e916";
}
.nc-icon-mini.arrows-1_enlarge-diagonal-43:before {
    content: "\e917";
}
.nc-icon-mini.arrows-1_enlarge-diagonal-44:before {
    content: "\e918";
}
.nc-icon-mini.arrows-1_enlarge-horizontal:before {
    content: "\e919";
}
.nc-icon-mini.arrows-1_enlarge-vertical:before {
    content: "\e91a";
}
.nc-icon-mini.arrows-1_fullscreen-70:before {
    content: "\e91b";
}
.nc-icon-mini.arrows-1_fullscreen-71:before {
    content: "\e91c";
}
.nc-icon-mini.arrows-1_fullscreen-76:before {
    content: "\e91d";
}
.nc-icon-mini.arrows-1_fullscreen-77:before {
    content: "\e91e";
}
.nc-icon-mini.arrows-1_fullscreen-double-74:before {
    content: "\e91f";
}
.nc-icon-mini.arrows-1_fullscreen-double-75:before {
    content: "\e920";
}
.nc-icon-mini.arrows-1_fullscreen-split-72:before {
    content: "\e921";
}
.nc-icon-mini.arrows-1_fullscreen-split-73:before {
    content: "\e922";
}
.nc-icon-mini.arrows-1_log-in:before {
    content: "\e923";
}
.nc-icon-mini.arrows-1_log-out:before {
    content: "\e924";
}
.nc-icon-mini.arrows-1_loop-82:before {
    content: "\e925";
}
.nc-icon-mini.arrows-1_minimal-down:before {
    content: "\e926";
}
.nc-icon-mini.arrows-1_minimal-left:before {
    content: "\e927";
}
.nc-icon-mini.arrows-1_minimal-right:before {
    content: "\e928";
}
.nc-icon-mini.arrows-1_minimal-up:before {
    content: "\e929";
}
.nc-icon-mini.arrows-1_redo-79:before {
    content: "\e92a";
}
.nc-icon-mini.arrows-1_redo-81:before {
    content: "\e92b";
}
.nc-icon-mini.arrows-1_refresh-68:before {
    content: "\e92c";
}
.nc-icon-mini.arrows-1_refresh-69:before {
    content: "\e92d";
}
.nc-icon-mini.arrows-1_round-down:before {
    content: "\e92e";
}
.nc-icon-mini.arrows-1_round-left:before {
    content: "\e92f";
}
.nc-icon-mini.arrows-1_round-right:before {
    content: "\e930";
}
.nc-icon-mini.arrows-1_round-up:before {
    content: "\e931";
}
.nc-icon-mini.arrows-1_share-66:before {
    content: "\e932";
}
.nc-icon-mini.arrows-1_share-91:before {
    content: "\e933";
}
.nc-icon-mini.arrows-1_share-92:before {
    content: "\e934";
}
.nc-icon-mini.arrows-1_shuffle-97:before {
    content: "\e935";
}
.nc-icon-mini.arrows-1_shuffle-98:before {
    content: "\e936";
}
.nc-icon-mini.arrows-1_simple-down:before {
    content: "\e937";
}
.nc-icon-mini.arrows-1_simple-left:before {
    content: "\e938";
}
.nc-icon-mini.arrows-1_simple-right:before {
    content: "\e939";
}
.nc-icon-mini.arrows-1_simple-up:before {
    content: "\e93a";
}
.nc-icon-mini.arrows-1_small-triangle-down:before {
    content: "\e93b";
}
.nc-icon-mini.arrows-1_small-triangle-left:before {
    content: "\e93c";
}
.nc-icon-mini.arrows-1_small-triangle-right:before {
    content: "\e93d";
}
.nc-icon-mini.arrows-1_small-triangle-up:before {
    content: "\e93e";
}
.nc-icon-mini.arrows-1_square-down:before {
    content: "\e93f";
}
.nc-icon-mini.arrows-1_square-left:before {
    content: "\e940";
}
.nc-icon-mini.arrows-1_square-right:before {
    content: "\e941";
}
.nc-icon-mini.arrows-1_square-up:before {
    content: "\e942";
}
.nc-icon-mini.arrows-1_strong-down:before {
    content: "\e943";
}
.nc-icon-mini.arrows-1_strong-left:before {
    content: "\e944";
}
.nc-icon-mini.arrows-1_strong-right:before {
    content: "\e945";
}
.nc-icon-mini.arrows-1_strong-up:before {
    content: "\e946";
}
.nc-icon-mini.arrows-1_tail-down:before {
    content: "\e947";
}
.nc-icon-mini.arrows-1_tail-left:before {
    content: "\e948";
}
.nc-icon-mini.arrows-1_tail-right:before {
    content: "\e949";
}
.nc-icon-mini.arrows-1_tail-triangle-down:before {
    content: "\e94a";
}
.nc-icon-mini.arrows-1_tail-triangle-left:before {
    content: "\e94b";
}
.nc-icon-mini.arrows-1_tail-triangle-right:before {
    content: "\e94c";
}
.nc-icon-mini.arrows-1_tail-triangle-up:before {
    content: "\e94d";
}
.nc-icon-mini.arrows-1_tail-up:before {
    content: "\e94e";
}
.nc-icon-mini.arrows-1_trend-down:before {
    content: "\e94f";
}
.nc-icon-mini.arrows-1_trend-up:before {
    content: "\e950";
}
.nc-icon-mini.arrows-1_triangle-down-20:before {
    content: "\e951";
}
.nc-icon-mini.arrows-1_triangle-down-65:before {
    content: "\e952";
}
.nc-icon-mini.arrows-1_triangle-left-18:before {
    content: "\e953";
}
.nc-icon-mini.arrows-1_triangle-left-63:before {
    content: "\e954";
}
.nc-icon-mini.arrows-1_triangle-right-17:before {
    content: "\e955";
}
.nc-icon-mini.arrows-1_triangle-right-62:before {
    content: "\e956";
}
.nc-icon-mini.arrows-1_triangle-up-19:before {
    content: "\e957";
}
.nc-icon-mini.arrows-1_triangle-up-64:before {
    content: "\e958";
}
.nc-icon-mini.arrows-1_zoom-88:before {
    content: "\e959";
}
.nc-icon-mini.arrows-2_block-down:before {
    content: "\e95a";
}
.nc-icon-mini.arrows-2_block-left:before {
    content: "\e95b";
}
.nc-icon-mini.arrows-2_block-right:before {
    content: "\e95c";
}
.nc-icon-mini.arrows-2_block-up:before {
    content: "\e95d";
}
.nc-icon-mini.arrows-2_conversion:before {
    content: "\e95e";
}
.nc-icon-mini.arrows-2_corner-down-round:before {
    content: "\e95f";
}
.nc-icon-mini.arrows-2_corner-down:before {
    content: "\e960";
}
.nc-icon-mini.arrows-2_corner-left-down:before {
    content: "\e961";
}
.nc-icon-mini.arrows-2_corner-left-round:before {
    content: "\e962";
}
.nc-icon-mini.arrows-2_corner-left:before {
    content: "\e963";
}
.nc-icon-mini.arrows-2_corner-right-down:before {
    content: "\e964";
}
.nc-icon-mini.arrows-2_corner-right-round:before {
    content: "\e965";
}
.nc-icon-mini.arrows-2_corner-right:before {
    content: "\e966";
}
.nc-icon-mini.arrows-2_corner-up-left:before {
    content: "\e967";
}
.nc-icon-mini.arrows-2_corner-up-right:before {
    content: "\e968";
}
.nc-icon-mini.arrows-2_corner-up-round:before {
    content: "\e969";
}
.nc-icon-mini.arrows-2_corner-up:before {
    content: "\e96a";
}
.nc-icon-mini.arrows-2_cross-down:before {
    content: "\e96b";
}
.nc-icon-mini.arrows-2_cross-left:before {
    content: "\e96c";
}
.nc-icon-mini.arrows-2_cross-right:before {
    content: "\e96d";
}
.nc-icon-mini.arrows-2_cross-up:before {
    content: "\e96e";
}
.nc-icon-mini.arrows-2_delete-49:before {
    content: "\e96f";
}
.nc-icon-mini.arrows-2_delete-50:before {
    content: "\e970";
}
.nc-icon-mini.arrows-2_direction:before {
    content: "\e971";
}
.nc-icon-mini.arrows-2_dots-download:before {
    content: "\e972";
}
.nc-icon-mini.arrows-2_dots-upload:before {
    content: "\e973";
}
.nc-icon-mini.arrows-2_eject:before {
    content: "\e974";
}
.nc-icon-mini.arrows-2_enlarge-circle:before {
    content: "\e975";
}
.nc-icon-mini.arrows-2_file-download-87:before {
    content: "\e976";
}
.nc-icon-mini.arrows-2_file-upload-86:before {
    content: "\e977";
}
.nc-icon-mini.arrows-2_hit-down:before {
    content: "\e978";
}
.nc-icon-mini.arrows-2_hit-left:before {
    content: "\e979";
}
.nc-icon-mini.arrows-2_hit-right:before {
    content: "\e97a";
}
.nc-icon-mini.arrows-2_hit-up:before {
    content: "\e97b";
}
.nc-icon-mini.arrows-2_log-out:before {
    content: "\e97c";
}
.nc-icon-mini.arrows-2_move-down-right:before {
    content: "\e97d";
}
.nc-icon-mini.arrows-2_move-down:before {
    content: "\e97e";
}
.nc-icon-mini.arrows-2_move-left:before {
    content: "\e97f";
}
.nc-icon-mini.arrows-2_move-right:before {
    content: "\e980";
}
.nc-icon-mini.arrows-2_move-up-left:before {
    content: "\e981";
}
.nc-icon-mini.arrows-2_move-up:before {
    content: "\e982";
}
.nc-icon-mini.arrows-2_push-next:before {
    content: "\e983";
}
.nc-icon-mini.arrows-2_push-previous:before {
    content: "\e984";
}
.nc-icon-mini.arrows-2_replay:before {
    content: "\e985";
}
.nc-icon-mini.arrows-2_round-left-down:before {
    content: "\e986";
}
.nc-icon-mini.arrows-2_round-right-down:before {
    content: "\e987";
}
.nc-icon-mini.arrows-2_round-up-left:before {
    content: "\e988";
}
.nc-icon-mini.arrows-2_round-up-right:before {
    content: "\e989";
}
.nc-icon-mini.arrows-2_select-83:before {
    content: "\e98a";
}
.nc-icon-mini.arrows-2_select-84:before {
    content: "\e98b";
}
.nc-icon-mini.arrows-2_skew-down:before {
    content: "\e98c";
}
.nc-icon-mini.arrows-2_skew-left:before {
    content: "\e98d";
}
.nc-icon-mini.arrows-2_skew-right:before {
    content: "\e98e";
}
.nc-icon-mini.arrows-2_skew-up:before {
    content: "\e98f";
}
.nc-icon-mini.arrows-2_small-left:before {
    content: "\e990";
}
.nc-icon-mini.arrows-2_small-right:before {
    content: "\e991";
}
.nc-icon-mini.arrows-2_square-download:before {
    content: "\e992";
}
.nc-icon-mini.arrows-2_square-upload:before {
    content: "\e993";
}
.nc-icon-mini.arrows-2_triangle-down:before {
    content: "\e994";
}
.nc-icon-mini.arrows-2_triangle-left:before {
    content: "\e995";
}
.nc-icon-mini.arrows-2_triangle-right:before {
    content: "\e996";
}
.nc-icon-mini.arrows-2_triangle-up:before {
    content: "\e997";
}
.nc-icon-mini.arrows-2_zoom:before {
    content: "\e998";
}
.nc-icon-mini.arrows-3_circle-simple-down:before {
    content: "\e999";
}
.nc-icon-mini.arrows-3_circle-simple-left:before {
    content: "\e99a";
}
.nc-icon-mini.arrows-3_circle-simple-right:before {
    content: "\e99b";
}
.nc-icon-mini.arrows-3_circle-simple-up:before {
    content: "\e99c";
}
.nc-icon-mini.arrows-3_small-down:before {
    content: "\e99d";
}
.nc-icon-mini.arrows-3_small-up:before {
    content: "\e99e";
}
.nc-icon-mini.arrows-3_square-corner-down-left:before {
    content: "\e99f";
}
.nc-icon-mini.arrows-3_square-corner-down-right:before {
    content: "\e9a0";
}
.nc-icon-mini.arrows-3_square-corner-up-left:before {
    content: "\e9a1";
}
.nc-icon-mini.arrows-3_square-corner-up-right:before {
    content: "\e9a2";
}
.nc-icon-mini.arrows-3_square-down-06:before {
    content: "\e9a3";
}
.nc-icon-mini.arrows-3_square-left-04:before {
    content: "\e9a4";
}
.nc-icon-mini.arrows-3_square-right-03:before {
    content: "\e9a5";
}
.nc-icon-mini.arrows-3_square-simple-down:before {
    content: "\e9a6";
}
.nc-icon-mini.arrows-3_square-simple-left:before {
    content: "\e9a7";
}
.nc-icon-mini.arrows-3_square-simple-right:before {
    content: "\e9a8";
}
.nc-icon-mini.arrows-3_square-simple-up:before {
    content: "\e9a9";
}
.nc-icon-mini.arrows-3_square-up-05:before {
    content: "\e9aa";
}
.nc-icon-mini.arrows-e_archive-e-download:before {
    content: "\e9ab";
}
.nc-icon-mini.arrows-e_archive-e-upload:before {
    content: "\e9ac";
}
.nc-icon-mini.arrows-e_circle-e-down-04:before {
    content: "\e9ad";
}
.nc-icon-mini.arrows-e_circle-e-down-12:before {
    content: "\e9ae";
}
.nc-icon-mini.arrows-e_circle-e-left-02:before {
    content: "\e9af";
}
.nc-icon-mini.arrows-e_circle-e-left-10:before {
    content: "\e9b0";
}
.nc-icon-mini.arrows-e_circle-e-right-01:before {
    content: "\e9b1";
}
.nc-icon-mini.arrows-e_circle-e-right-09:before {
    content: "\e9b2";
}
.nc-icon-mini.arrows-e_circle-e-up-03:before {
    content: "\e9b3";
}
.nc-icon-mini.arrows-e_circle-e-up-11:before {
    content: "\e9b4";
}
.nc-icon-mini.arrows-e_enlarge-21:before {
    content: "\e9b5";
}
.nc-icon-mini.arrows-e_enlarge-22:before {
    content: "\e9b6";
}
.nc-icon-mini.arrows-e_expand:before {
    content: "\e9b7";
}
.nc-icon-mini.arrows-e_move-bottom-right:before {
    content: "\e9b8";
}
.nc-icon-mini.arrows-e_move-top-left:before {
    content: "\e9b9";
}
.nc-icon-mini.arrows-e_refresh-19:before {
    content: "\e9ba";
}
.nc-icon-mini.arrows-e_refresh-20:before {
    content: "\e9bb";
}
.nc-icon-mini.arrows-e_resize-h:before {
    content: "\e9bc";
}
.nc-icon-mini.arrows-e_resize-v:before {
    content: "\e9bd";
}
.nc-icon-mini.arrows-e_share-26:before {
    content: "\e9be";
}
.nc-icon-mini.arrows-e_share-27:before {
    content: "\e9bf";
}
.nc-icon-mini.arrows-e_square-e-down:before {
    content: "\e9c0";
}
.nc-icon-mini.arrows-e_square-e-left:before {
    content: "\e9c1";
}
.nc-icon-mini.arrows-e_square-e-right:before {
    content: "\e9c2";
}
.nc-icon-mini.arrows-e_square-e-up:before {
    content: "\e9c3";
}
.nc-icon-mini.arrows-e_zoom-circle:before {
    content: "\e9c4";
}
.nc-icon-mini.arrows-e_zoom-e:before {
    content: "\e9c5";
}
.nc-icon-mini.arrows-e_zoom-square:before {
    content: "\e9c6";
}
.nc-icon-mini.arrows-e_zoom-triangles:before {
    content: "\e9c7";
}
.nc-icon-mini.weather_celsius:before {
    content: "\e9c8";
}
.nc-icon-mini.weather_cloud-drop:before {
    content: "\e9c9";
}
.nc-icon-mini.weather_cloud-fog-31:before {
    content: "\e9ca";
}
.nc-icon-mini.weather_cloud-fog-32:before {
    content: "\e9cb";
}
.nc-icon-mini.weather_cloud-hail:before {
    content: "\e9cc";
}
.nc-icon-mini.weather_cloud-light:before {
    content: "\e9cd";
}
.nc-icon-mini.weather_cloud-moon:before {
    content: "\e9ce";
}
.nc-icon-mini.weather_cloud-rain:before {
    content: "\e9cf";
}
.nc-icon-mini.weather_cloud-snow-34:before {
    content: "\e9d0";
}
.nc-icon-mini.weather_cloud-snow-42:before {
    content: "\e9d1";
}
.nc-icon-mini.weather_cloud-sun-17:before {
    content: "\e9d2";
}
.nc-icon-mini.weather_compass:before {
    content: "\e9d3";
}
.nc-icon-mini.weather_drop-15:before {
    content: "\e9d4";
}
.nc-icon-mini.weather_drops:before {
    content: "\e9d5";
}
.nc-icon-mini.weather_eclipse:before {
    content: "\e9d6";
}
.nc-icon-mini.weather_fahrenheit:before {
    content: "\e9d7";
}
.nc-icon-mini.weather_fog:before {
    content: "\e9d8";
}
.nc-icon-mini.weather_forecast:before {
    content: "\e9d9";
}
.nc-icon-mini.weather_hurricane-44:before {
    content: "\e9da";
}
.nc-icon-mini.weather_hurricane-45:before {
    content: "\e9db";
}
.nc-icon-mini.weather_moon-cloud-drop:before {
    content: "\e9dc";
}
.nc-icon-mini.weather_moon-cloud-fog:before {
    content: "\e9dd";
}
.nc-icon-mini.weather_moon-cloud-hail:before {
    content: "\e9de";
}
.nc-icon-mini.weather_moon-cloud-light:before {
    content: "\e9df";
}
.nc-icon-mini.weather_moon-cloud-rain:before {
    content: "\e9e0";
}
.nc-icon-mini.weather_moon-cloud-snow-61:before {
    content: "\e9e1";
}
.nc-icon-mini.weather_moon-cloud-snow-62:before {
    content: "\e9e2";
}
.nc-icon-mini.weather_moon-fog:before {
    content: "\e9e3";
}
.nc-icon-mini.weather_moon-full:before {
    content: "\e9e4";
}
.nc-icon-mini.weather_moon-stars:before {
    content: "\e9e5";
}
.nc-icon-mini.weather_moon:before {
    content: "\e9e6";
}
.nc-icon-mini.weather_rain-hail:before {
    content: "\e9e7";
}
.nc-icon-mini.weather_rain:before {
    content: "\e9e8";
}
.nc-icon-mini.weather_rainbow:before {
    content: "\e9e9";
}
.nc-icon-mini.weather_snow:before {
    content: "\e9ea";
}
.nc-icon-mini.weather_sun-cloud-drop:before {
    content: "\e9eb";
}
.nc-icon-mini.weather_sun-cloud-fog:before {
    content: "\e9ec";
}
.nc-icon-mini.weather_sun-cloud-hail:before {
    content: "\e9ed";
}
.nc-icon-mini.weather_sun-cloud-light:before {
    content: "\e9ee";
}
.nc-icon-mini.weather_sun-cloud-rain:before {
    content: "\e9ef";
}
.nc-icon-mini.weather_sun-cloud-snow-54:before {
    content: "\e9f0";
}
.nc-icon-mini.weather_sun-cloud-snow-55:before {
    content: "\e9f1";
}
.nc-icon-mini.weather_sun-cloud:before {
    content: "\e9f2";
}
.nc-icon-mini.weather_sun-fog-30:before {
    content: "\e9f3";
}
.nc-icon-mini.weather_sun-fog-43:before {
    content: "\e9f4";
}
.nc-icon-mini.weather_wind:before {
    content: "\e9f5";
}
.nc-icon-mini.weather-e_cloud-01:before {
    content: "\e9f6";
}
.nc-icon-mini.weather-e_cloud-02:before {
    content: "\e9f7";
}
.nc-icon-mini.users_add-27:before {
    content: "\e9f8";
}
.nc-icon-mini.users_add-29:before {
    content: "\e9f9";
}
.nc-icon-mini.users_badge-13:before {
    content: "\e9fa";
}
.nc-icon-mini.users_badge-14:before {
    content: "\e9fb";
}
.nc-icon-mini.users_badge-15:before {
    content: "\e9fc";
}
.nc-icon-mini.users_circle-08:before {
    content: "\e9fd";
}
.nc-icon-mini.users_circle-09:before {
    content: "\e9fe";
}
.nc-icon-mini.users_circle-10:before {
    content: "\e9ff";
}
.nc-icon-mini.users_delete-28:before {
    content: "\ea00";
}
.nc-icon-mini.users_delete-30:before {
    content: "\ea01";
}
.nc-icon-mini.users_man-20:before {
    content: "\ea02";
}
.nc-icon-mini.users_multiple-11:before {
    content: "\ea03";
}
.nc-icon-mini.users_multiple-19:before {
    content: "\ea04";
}
.nc-icon-mini.users_single-01:before {
    content: "\ea05";
}
.nc-icon-mini.users_single-02:before {
    content: "\ea06";
}
.nc-icon-mini.users_single-03:before {
    content: "\ea07";
}
.nc-icon-mini.users_single-04:before {
    content: "\ea08";
}
.nc-icon-mini.users_single-05:before {
    content: "\ea09";
}
.nc-icon-mini.users_single-body:before {
    content: "\ea0a";
}
.nc-icon-mini.users_square-31:before {
    content: "\ea0b";
}
.nc-icon-mini.users_square-32:before {
    content: "\ea0c";
}
.nc-icon-mini.users_square-33:before {
    content: "\ea0d";
}
.nc-icon-mini.users_woman-21:before {
    content: "\ea0e";
}
.nc-icon-mini.ui-1_analytics-88:before {
    content: "\ea0f";
}
.nc-icon-mini.ui-1_analytics-89:before {
    content: "\ea10";
}
.nc-icon-mini.ui-1_attach-86:before {
    content: "\ea11";
}
.nc-icon-mini.ui-1_attach-87:before {
    content: "\ea12";
}
.nc-icon-mini.ui-1_bell-53:before {
    content: "\ea13";
}
.nc-icon-mini.ui-1_bell-54:before {
    content: "\ea14";
}
.nc-icon-mini.ui-1_bell-55:before {
    content: "\ea15";
}
.nc-icon-mini.ui-1_bold-add:before {
    content: "\ea16";
}
.nc-icon-mini.ui-1_bold-delete:before {
    content: "\ea17";
}
.nc-icon-mini.ui-1_bold-remove:before {
    content: "\ea18";
}
.nc-icon-mini.ui-1_bookmark-add:before {
    content: "\ea19";
}
.nc-icon-mini.ui-1_bookmark-remove:before {
    content: "\ea1a";
}
.nc-icon-mini.ui-1_calendar-57:before {
    content: "\ea1b";
}
.nc-icon-mini.ui-1_calendar-60:before {
    content: "\ea1c";
}
.nc-icon-mini.ui-1_check-bold:before {
    content: "\ea1d";
}
.nc-icon-mini.ui-1_check-circle-07:before {
    content: "\ea1e";
}
.nc-icon-mini.ui-1_check-circle-08:before {
    content: "\ea1f";
}
.nc-icon-mini.ui-1_check-curve:before {
    content: "\ea20";
}
.nc-icon-mini.ui-1_check-simple:before {
    content: "\ea21";
}
.nc-icon-mini.ui-1_check-small:before {
    content: "\ea22";
}
.nc-icon-mini.ui-1_check-square-09:before {
    content: "\ea23";
}
.nc-icon-mini.ui-1_check-square-11:before {
    content: "\ea24";
}
.nc-icon-mini.ui-1_check:before {
    content: "\ea25";
}
.nc-icon-mini.ui-1_circle-add:before {
    content: "\ea26";
}
.nc-icon-mini.ui-1_circle-bold-add:before {
    content: "\ea27";
}
.nc-icon-mini.ui-1_circle-bold-remove:before {
    content: "\ea28";
}
.nc-icon-mini.ui-1_circle-delete:before {
    content: "\ea29";
}
.nc-icon-mini.ui-1_circle-remove:before {
    content: "\ea2a";
}
.nc-icon-mini.ui-1_dashboard-29:before {
    content: "\ea2b";
}
.nc-icon-mini.ui-1_dashboard-30:before {
    content: "\ea2c";
}
.nc-icon-mini.ui-1_dashboard-half:before {
    content: "\ea2d";
}
.nc-icon-mini.ui-1_dashboard-level:before {
    content: "\ea2e";
}
.nc-icon-mini.ui-1_database:before {
    content: "\ea2f";
}
.nc-icon-mini.ui-1_drop:before {
    content: "\ea30";
}
.nc-icon-mini.ui-1_edit-71:before {
    content: "\ea31";
}
.nc-icon-mini.ui-1_edit-72:before {
    content: "\ea32";
}
.nc-icon-mini.ui-1_edit-73:before {
    content: "\ea33";
}
.nc-icon-mini.ui-1_edit-74:before {
    content: "\ea34";
}
.nc-icon-mini.ui-1_edit-75:before {
    content: "\ea35";
}
.nc-icon-mini.ui-1_edit-76:before {
    content: "\ea36";
}
.nc-icon-mini.ui-1_edit-77:before {
    content: "\ea37";
}
.nc-icon-mini.ui-1_edit-78:before {
    content: "\ea38";
}
.nc-icon-mini.ui-1_email-83:before {
    content: "\ea39";
}
.nc-icon-mini.ui-1_email-84:before {
    content: "\ea3a";
}
.nc-icon-mini.ui-1_eye-17:before {
    content: "\ea3b";
}
.nc-icon-mini.ui-1_eye-19:before {
    content: "\ea3c";
}
.nc-icon-mini.ui-1_eye-ban-18:before {
    content: "\ea3d";
}
.nc-icon-mini.ui-1_eye-ban-20:before {
    content: "\ea3e";
}
.nc-icon-mini.ui-1_flame:before {
    content: "\ea3f";
}
.nc-icon-mini.ui-1_home-51:before {
    content: "\ea40";
}
.nc-icon-mini.ui-1_home-52:before {
    content: "\ea41";
}
.nc-icon-mini.ui-1_home-minimal:before {
    content: "\ea42";
}
.nc-icon-mini.ui-1_home-simple:before {
    content: "\ea43";
}
.nc-icon-mini.ui-1_leaf-80:before {
    content: "\ea44";
}
.nc-icon-mini.ui-1_leaf-81:before {
    content: "\ea45";
}
.nc-icon-mini.ui-1_leaf-edit:before {
    content: "\ea46";
}
.nc-icon-mini.ui-1_lock-circle-open:before {
    content: "\ea47";
}
.nc-icon-mini.ui-1_lock-circle:before {
    content: "\ea48";
}
.nc-icon-mini.ui-1_lock-open:before {
    content: "\ea49";
}
.nc-icon-mini.ui-1_lock:before {
    content: "\ea4a";
}
.nc-icon-mini.ui-1_notification-69:before {
    content: "\ea4b";
}
.nc-icon-mini.ui-1_pencil:before {
    content: "\ea4c";
}
.nc-icon-mini.ui-1_preferences-circle-rotate:before {
    content: "\ea4d";
}
.nc-icon-mini.ui-1_preferences-circle:before {
    content: "\ea4e";
}
.nc-icon-mini.ui-1_preferences-container-circle-rotate:before {
    content: "\ea4f";
}
.nc-icon-mini.ui-1_preferences-container-circle:before {
    content: "\ea50";
}
.nc-icon-mini.ui-1_preferences-container-rotate:before {
    content: "\ea51";
}
.nc-icon-mini.ui-1_preferences-container:before {
    content: "\ea52";
}
.nc-icon-mini.ui-1_preferences-rotate:before {
    content: "\ea53";
}
.nc-icon-mini.ui-1_preferences:before {
    content: "\ea54";
}
.nc-icon-mini.ui-1_send:before {
    content: "\ea55";
}
.nc-icon-mini.ui-1_settings-gear-63:before {
    content: "\ea56";
}
.nc-icon-mini.ui-1_settings-gear-64:before {
    content: "\ea57";
}
.nc-icon-mini.ui-1_settings-gear-65:before {
    content: "\ea58";
}
.nc-icon-mini.ui-1_settings-tool-66:before {
    content: "\ea59";
}
.nc-icon-mini.ui-1_simple-add:before {
    content: "\ea5a";
}
.nc-icon-mini.ui-1_simple-delete:before {
    content: "\ea5b";
}
.nc-icon-mini.ui-1_simple-remove:before {
    content: "\ea5c";
}
.nc-icon-mini.ui-1_trash-simple:before {
    content: "\ea5d";
}
.nc-icon-mini.ui-1_trash:before {
    content: "\ea5e";
}
.nc-icon-mini.ui-1_ui-03:before {
    content: "\ea5f";
}
.nc-icon-mini.ui-1_ui-04:before {
    content: "\ea60";
}
.nc-icon-mini.ui-1_zoom-bold-in:before {
    content: "\ea61";
}
.nc-icon-mini.ui-1_zoom-bold-out:before {
    content: "\ea62";
}
.nc-icon-mini.ui-1_zoom-bold:before {
    content: "\ea63";
}
.nc-icon-mini.ui-1_zoom-in:before {
    content: "\ea64";
}
.nc-icon-mini.ui-1_zoom-out:before {
    content: "\ea65";
}
.nc-icon-mini.ui-1_zoom:before {
    content: "\ea66";
}
.nc-icon-mini.ui-2_alert:before {
    content: "\ea67";
}
.nc-icon-mini.ui-2_alert-:before {
    content: "\ea68";
}
.nc-icon-mini.ui-2_alert-circle:before {
    content: "\ea69";
}
.nc-icon-mini.ui-2_alert-circle-:before {
    content: "\ea6a";
}
.nc-icon-mini.ui-2_alert-circle-i:before {
    content: "\ea6b";
}
.nc-icon-mini.ui-2_alert-i:before {
    content: "\ea6c";
}
.nc-icon-mini.ui-2_alert-square:before {
    content: "\ea6d";
}
.nc-icon-mini.ui-2_alert-square-:before {
    content: "\ea6e";
}
.nc-icon-mini.ui-2_alert-square-i:before {
    content: "\ea6f";
}
.nc-icon-mini.ui-2_archive:before {
    content: "\ea70";
}
.nc-icon-mini.ui-2_ban:before {
    content: "\ea71";
}
.nc-icon-mini.ui-2_battery-81:before {
    content: "\ea72";
}
.nc-icon-mini.ui-2_battery-83:before {
    content: "\ea73";
}
.nc-icon-mini.ui-2_battery-half:before {
    content: "\ea74";
}
.nc-icon-mini.ui-2_battery-low:before {
    content: "\ea75";
}
.nc-icon-mini.ui-2_bluetooth:before {
    content: "\ea76";
}
.nc-icon-mini.ui-2_book:before {
    content: "\ea77";
}
.nc-icon-mini.ui-2_chart-bar-52:before {
    content: "\ea78";
}
.nc-icon-mini.ui-2_chart-bar-53:before {
    content: "\ea79";
}
.nc-icon-mini.ui-2_chat-content:before {
    content: "\ea7a";
}
.nc-icon-mini.ui-2_chat-round-content:before {
    content: "\ea7b";
}
.nc-icon-mini.ui-2_chat-round:before {
    content: "\ea7c";
}
.nc-icon-mini.ui-2_chat:before {
    content: "\ea7d";
}
.nc-icon-mini.ui-2_circle-bold-delete:before {
    content: "\ea7e";
}
.nc-icon-mini.ui-2_cloud-25:before {
    content: "\ea7f";
}
.nc-icon-mini.ui-2_cloud-26:before {
    content: "\ea80";
}
.nc-icon-mini.ui-2_disk:before {
    content: "\ea81";
}
.nc-icon-mini.ui-2_enlarge-57:before {
    content: "\ea82";
}
.nc-icon-mini.ui-2_enlarge-58:before {
    content: "\ea83";
}
.nc-icon-mini.ui-2_favourite-28:before {
    content: "\ea84";
}
.nc-icon-mini.ui-2_favourite-31:before {
    content: "\ea85";
}
.nc-icon-mini.ui-2_filter:before {
    content: "\ea86";
}
.nc-icon-mini.ui-2_fullsize:before {
    content: "\ea87";
}
.nc-icon-mini.ui-2_grid-45:before {
    content: "\ea88";
}
.nc-icon-mini.ui-2_grid-46:before {
    content: "\ea89";
}
.nc-icon-mini.ui-2_grid-48:before {
    content: "\ea8a";
}
.nc-icon-mini.ui-2_grid-50:before {
    content: "\ea8b";
}
.nc-icon-mini.ui-2_grid-square:before {
    content: "\ea8c";
}
.nc-icon-mini.ui-2_hourglass:before {
    content: "\ea8d";
}
.nc-icon-mini.ui-2_lab:before {
    content: "\ea8e";
}
.nc-icon-mini.ui-2_layers:before {
    content: "\ea8f";
}
.nc-icon-mini.ui-2_like:before {
    content: "\ea90";
}
.nc-icon-mini.ui-2_link-66:before {
    content: "\ea91";
}
.nc-icon-mini.ui-2_link-68:before {
    content: "\ea92";
}
.nc-icon-mini.ui-2_link-69:before {
    content: "\ea93";
}
.nc-icon-mini.ui-2_link-72:before {
    content: "\ea94";
}
.nc-icon-mini.ui-2_link-broken-70:before {
    content: "\ea95";
}
.nc-icon-mini.ui-2_link-broken-73:before {
    content: "\ea96";
}
.nc-icon-mini.ui-2_menu-34:before {
    content: "\ea97";
}
.nc-icon-mini.ui-2_menu-35:before {
    content: "\ea98";
}
.nc-icon-mini.ui-2_menu-bold:before {
    content: "\ea99";
}
.nc-icon-mini.ui-2_menu-dots:before {
    content: "\ea9a";
}
.nc-icon-mini.ui-2_menu-square:before {
    content: "\ea9b";
}
.nc-icon-mini.ui-2_node:before {
    content: "\ea9c";
}
.nc-icon-mini.ui-2_paragraph:before {
    content: "\ea9d";
}
.nc-icon-mini.ui-2_phone:before {
    content: "\ea9e";
}
.nc-icon-mini.ui-2_share-bold:before {
    content: "\ea9f";
}
.nc-icon-mini.ui-2_share:before {
    content: "\eaa0";
}
.nc-icon-mini.ui-2_small-add:before {
    content: "\eaa1";
}
.nc-icon-mini.ui-2_small-delete:before {
    content: "\eaa2";
}
.nc-icon-mini.ui-2_small-remove:before {
    content: "\eaa3";
}
.nc-icon-mini.ui-2_square-add-08:before {
    content: "\eaa4";
}
.nc-icon-mini.ui-2_square-add-11:before {
    content: "\eaa5";
}
.nc-icon-mini.ui-2_square-delete-10:before {
    content: "\eaa6";
}
.nc-icon-mini.ui-2_square-delete-13:before {
    content: "\eaa7";
}
.nc-icon-mini.ui-2_square-remove-09:before {
    content: "\eaa8";
}
.nc-icon-mini.ui-2_square-remove-12:before {
    content: "\eaa9";
}
.nc-icon-mini.ui-2_target:before {
    content: "\eaaa";
}
.nc-icon-mini.ui-2_tile-55:before {
    content: "\eaab";
}
.nc-icon-mini.ui-2_tile-56:before {
    content: "\eaac";
}
.nc-icon-mini.ui-2_time-alarm:before {
    content: "\eaad";
}
.nc-icon-mini.ui-2_time-clock:before {
    content: "\eaae";
}
.nc-icon-mini.ui-2_time-countdown:before {
    content: "\eaaf";
}
.nc-icon-mini.ui-2_time:before {
    content: "\eab0";
}
.nc-icon-mini.ui-2_webpage:before {
    content: "\eab1";
}
.nc-icon-mini.ui-e_round-e-alert:before {
    content: "\eab2";
}
.nc-icon-mini.ui-e_round-e-help:before {
    content: "\eab3";
}
.nc-icon-mini.ui-e_round-e-info:before {
    content: "\eab4";
}
.nc-icon-mini.ui-e_square-e-alert:before {
    content: "\eab5";
}
.nc-icon-mini.ui-e_square-e-help:before {
    content: "\eab6";
}
.nc-icon-mini.ui-e_square-e-info:before {
    content: "\eab7";
}
.nc-icon-mini.ui-e_star-half:before {
    content: "\eab8";
}
.nc-icon-mini.travel_backpack:before {
    content: "\eab9";
}
.nc-icon-mini.travel_bag:before {
    content: "\eaba";
}
.nc-icon-mini.travel_camping:before {
    content: "\eabb";
}
.nc-icon-mini.travel_drink:before {
    content: "\eabc";
}
.nc-icon-mini.travel_explore:before {
    content: "\eabd";
}
.nc-icon-mini.travel_fire:before {
    content: "\eabe";
}
.nc-icon-mini.travel_hotel-bell:before {
    content: "\eabf";
}
.nc-icon-mini.travel_hotel-symbol:before {
    content: "\eac0";
}
.nc-icon-mini.travel_hotel:before {
    content: "\eac1";
}
.nc-icon-mini.travel_igloo:before {
    content: "\eac2";
}
.nc-icon-mini.travel_jellyfish:before {
    content: "\eac3";
}
.nc-icon-mini.travel_lamp:before {
    content: "\eac4";
}
.nc-icon-mini.travel_luggage:before {
    content: "\eac5";
}
.nc-icon-mini.travel_octopus:before {
    content: "\eac6";
}
.nc-icon-mini.travel_passport:before {
    content: "\eac7";
}
.nc-icon-mini.travel_pickaxe:before {
    content: "\eac8";
}
.nc-icon-mini.travel_pool:before {
    content: "\eac9";
}
.nc-icon-mini.travel_rackets:before {
    content: "\eaca";
}
.nc-icon-mini.travel_road-sign-left:before {
    content: "\eacb";
}
.nc-icon-mini.travel_road-sign-right:before {
    content: "\eacc";
}
.nc-icon-mini.travel_rowing:before {
    content: "\eacd";
}
.nc-icon-mini.travel_sea-mask:before {
    content: "\eace";
}
.nc-icon-mini.travel_shark:before {
    content: "\eacf";
}
.nc-icon-mini.travel_spa:before {
    content: "\ead0";
}
.nc-icon-mini.travel_sunglasses:before {
    content: "\ead1";
}
.nc-icon-mini.travel_surf:before {
    content: "\ead2";
}
.nc-icon-mini.travel_swimwear:before {
    content: "\ead3";
}
.nc-icon-mini.travel_swiss-knife:before {
    content: "\ead4";
}
.nc-icon-mini.travel_trolley:before {
    content: "\ead5";
}
.nc-icon-mini.travel_world:before {
    content: "\ead6";
}
.nc-icon-mini.transportation_air-baloon:before {
    content: "\ead7";
}
.nc-icon-mini.transportation_bike:before {
    content: "\ead8";
}
.nc-icon-mini.transportation_boat-small-02:before {
    content: "\ead9";
}
.nc-icon-mini.transportation_boat-small-03:before {
    content: "\eada";
}
.nc-icon-mini.transportation_boat:before {
    content: "\eadb";
}
.nc-icon-mini.transportation_bus-front-10:before {
    content: "\eadc";
}
.nc-icon-mini.transportation_bus-front-12:before {
    content: "\eadd";
}
.nc-icon-mini.transportation_car-front:before {
    content: "\eade";
}
.nc-icon-mini.transportation_car-taxi:before {
    content: "\eadf";
}
.nc-icon-mini.transportation_car:before {
    content: "\eae0";
}
.nc-icon-mini.transportation_helicopter:before {
    content: "\eae1";
}
.nc-icon-mini.transportation_helmet:before {
    content: "\eae2";
}
.nc-icon-mini.transportation_light-traffic:before {
    content: "\eae3";
}
.nc-icon-mini.transportation_moto:before {
    content: "\eae4";
}
.nc-icon-mini.transportation_plane-17:before {
    content: "\eae5";
}
.nc-icon-mini.transportation_plane-18:before {
    content: "\eae6";
}
.nc-icon-mini.transportation_road:before {
    content: "\eae7";
}
.nc-icon-mini.transportation_skateboard:before {
    content: "\eae8";
}
.nc-icon-mini.transportation_tractor:before {
    content: "\eae9";
}
.nc-icon-mini.transportation_train:before {
    content: "\eaea";
}
.nc-icon-mini.transportation_tram:before {
    content: "\eaeb";
}
.nc-icon-mini.transportation_truck-front:before {
    content: "\eaec";
}
.nc-icon-mini.transportation_vespa-front:before {
    content: "\eaed";
}
.nc-icon-mini.gestures_2x-drag-down:before {
    content: "\eaee";
}
.nc-icon-mini.gestures_2x-drag-up:before {
    content: "\eaef";
}
.nc-icon-mini.gestures_active-38:before {
    content: "\eaf0";
}
.nc-icon-mini.gestures_active-40:before {
    content: "\eaf1";
}
.nc-icon-mini.gestures_camera:before {
    content: "\eaf2";
}
.nc-icon-mini.gestures_double-tap:before {
    content: "\eaf3";
}
.nc-icon-mini.gestures_drag-21:before {
    content: "\eaf4";
}
.nc-icon-mini.gestures_drag-31:before {
    content: "\eaf5";
}
.nc-icon-mini.gestures_drag-down:before {
    content: "\eaf6";
}
.nc-icon-mini.gestures_drag-left:before {
    content: "\eaf7";
}
.nc-icon-mini.gestures_drag-right:before {
    content: "\eaf8";
}
.nc-icon-mini.gestures_drag-up:before {
    content: "\eaf9";
}
.nc-icon-mini.gestures_grab:before {
    content: "\eafa";
}
.nc-icon-mini.gestures_pin:before {
    content: "\eafb";
}
.nc-icon-mini.gestures_pinch:before {
    content: "\eafc";
}
.nc-icon-mini.gestures_rotate-22:before {
    content: "\eafd";
}
.nc-icon-mini.gestures_scan:before {
    content: "\eafe";
}
.nc-icon-mini.gestures_stretch:before {
    content: "\eaff";
}
.nc-icon-mini.gestures_swipe-bottom:before {
    content: "\eb00";
}
.nc-icon-mini.gestures_swipe-left:before {
    content: "\eb01";
}
.nc-icon-mini.gestures_swipe-right:before {
    content: "\eb02";
}
.nc-icon-mini.gestures_swipe-up:before {
    content: "\eb03";
}
.nc-icon-mini.gestures_tap-01:before {
    content: "\eb04";
}
.nc-icon-mini.gestures_tap-02:before {
    content: "\eb05";
}
.nc-icon-mini.text_align-center:before {
    content: "\eb06";
}
.nc-icon-mini.text_align-justify:before {
    content: "\eb07";
}
.nc-icon-mini.text_align-left:before {
    content: "\eb08";
}
.nc-icon-mini.text_align-right:before {
    content: "\eb09";
}
.nc-icon-mini.text_background:before {
    content: "\eb0a";
}
.nc-icon-mini.text_bold:before {
    content: "\eb0b";
}
.nc-icon-mini.text_capitalize:before {
    content: "\eb0c";
}
.nc-icon-mini.text_caps-small:before {
    content: "\eb0d";
}
.nc-icon-mini.text_color:before {
    content: "\eb0e";
}
.nc-icon-mini.text_edit:before {
    content: "\eb0f";
}
.nc-icon-mini.text_italic:before {
    content: "\eb10";
}
.nc-icon-mini.text_line-height:before {
    content: "\eb11";
}
.nc-icon-mini.text_list-bullet:before {
    content: "\eb12";
}
.nc-icon-mini.text_list-numbers:before {
    content: "\eb13";
}
.nc-icon-mini.text_margin-left:before {
    content: "\eb14";
}
.nc-icon-mini.text_margin-right:before {
    content: "\eb15";
}
.nc-icon-mini.text_quote:before {
    content: "\eb16";
}
.nc-icon-mini.text_scale-horizontal:before {
    content: "\eb17";
}
.nc-icon-mini.text_scale-vertical:before {
    content: "\eb18";
}
.nc-icon-mini.text_size:before {
    content: "\eb19";
}
.nc-icon-mini.text_strikethrough:before {
    content: "\eb1a";
}
.nc-icon-mini.text_subscript:before {
    content: "\eb1b";
}
.nc-icon-mini.text_superscript:before {
    content: "\eb1c";
}
.nc-icon-mini.text_tracking:before {
    content: "\eb1d";
}
.nc-icon-mini.text_underline:before {
    content: "\eb1e";
}
.nc-icon-mini.tech_cable-49:before {
    content: "\eb1f";
}
.nc-icon-mini.tech_cd-reader:before {
    content: "\eb20";
}
.nc-icon-mini.tech_computer-monitor:before {
    content: "\eb21";
}
.nc-icon-mini.tech_computer-old:before {
    content: "\eb22";
}
.nc-icon-mini.tech_computer:before {
    content: "\eb23";
}
.nc-icon-mini.tech_controller-modern:before {
    content: "\eb24";
}
.nc-icon-mini.tech_controller:before {
    content: "\eb25";
}
.nc-icon-mini.tech_desktop-screen:before {
    content: "\eb26";
}
.nc-icon-mini.tech_desktop:before {
    content: "\eb27";
}
.nc-icon-mini.tech_disk-reader:before {
    content: "\eb28";
}
.nc-icon-mini.tech_disk:before {
    content: "\eb29";
}
.nc-icon-mini.tech_headphones:before {
    content: "\eb2a";
}
.nc-icon-mini.tech_keyboard-wifi:before {
    content: "\eb2b";
}
.nc-icon-mini.tech_keyboard:before {
    content: "\eb2c";
}
.nc-icon-mini.tech_laptop-camera:before {
    content: "\eb2d";
}
.nc-icon-mini.tech_laptop-front:before {
    content: "\eb2e";
}
.nc-icon-mini.tech_laptop:before {
    content: "\eb2f";
}
.nc-icon-mini.tech_mobile-button:before {
    content: "\eb30";
}
.nc-icon-mini.tech_mobile-camera:before {
    content: "\eb31";
}
.nc-icon-mini.tech_mobile-recharger-08:before {
    content: "\eb32";
}
.nc-icon-mini.tech_mobile-recharger-09:before {
    content: "\eb33";
}
.nc-icon-mini.tech_mobile-toolbar:before {
    content: "\eb34";
}
.nc-icon-mini.tech_mobile:before {
    content: "\eb35";
}
.nc-icon-mini.tech_music:before {
    content: "\eb36";
}
.nc-icon-mini.tech_navigation:before {
    content: "\eb37";
}
.nc-icon-mini.tech_player-19:before {
    content: "\eb38";
}
.nc-icon-mini.tech_player-48:before {
    content: "\eb39";
}
.nc-icon-mini.tech_print-round:before {
    content: "\eb3a";
}
.nc-icon-mini.tech_print:before {
    content: "\eb3b";
}
.nc-icon-mini.tech_ram:before {
    content: "\eb3c";
}
.nc-icon-mini.tech_remote:before {
    content: "\eb3d";
}
.nc-icon-mini.tech_signal:before {
    content: "\eb3e";
}
.nc-icon-mini.tech_socket:before {
    content: "\eb3f";
}
.nc-icon-mini.tech_sync:before {
    content: "\eb40";
}
.nc-icon-mini.tech_tablet-button:before {
    content: "\eb41";
}
.nc-icon-mini.tech_tablet-reader-31:before {
    content: "\eb42";
}
.nc-icon-mini.tech_tablet-reader-42:before {
    content: "\eb43";
}
.nc-icon-mini.tech_tablet-toolbar:before {
    content: "\eb44";
}
.nc-icon-mini.tech_tablet:before {
    content: "\eb45";
}
.nc-icon-mini.tech_tv-old:before {
    content: "\eb46";
}
.nc-icon-mini.tech_tv:before {
    content: "\eb47";
}
.nc-icon-mini.tech_watch-circle:before {
    content: "\eb48";
}
.nc-icon-mini.tech_watch-time:before {
    content: "\eb49";
}
.nc-icon-mini.tech_watch:before {
    content: "\eb4a";
}
.nc-icon-mini.tech_webcam-38:before {
    content: "\eb4b";
}
.nc-icon-mini.tech_webcam-39:before {
    content: "\eb4c";
}
.nc-icon-mini.tech_wifi-router:before {
    content: "\eb4d";
}
.nc-icon-mini.tech_wifi:before {
    content: "\eb4e";
}
.nc-icon-mini.sport_badminton:before {
    content: "\eb4f";
}
.nc-icon-mini.sport_baseball-ball:before {
    content: "\eb50";
}
.nc-icon-mini.sport_baseball-bat:before {
    content: "\eb51";
}
.nc-icon-mini.sport_basketball-12:before {
    content: "\eb52";
}
.nc-icon-mini.sport_boxing:before {
    content: "\eb53";
}
.nc-icon-mini.sport_cardio:before {
    content: "\eb54";
}
.nc-icon-mini.sport_cricket:before {
    content: "\eb55";
}
.nc-icon-mini.sport_crown:before {
    content: "\eb56";
}
.nc-icon-mini.sport_dart:before {
    content: "\eb57";
}
.nc-icon-mini.sport_dumbbells:before {
    content: "\eb58";
}
.nc-icon-mini.sport_fencing:before {
    content: "\eb59";
}
.nc-icon-mini.sport_fishing:before {
    content: "\eb5a";
}
.nc-icon-mini.sport_flag-finish:before {
    content: "\eb5b";
}
.nc-icon-mini.sport_football-headguard:before {
    content: "\eb5c";
}
.nc-icon-mini.sport_golf:before {
    content: "\eb5d";
}
.nc-icon-mini.sport_helmet:before {
    content: "\eb5e";
}
.nc-icon-mini.sport_hockey:before {
    content: "\eb5f";
}
.nc-icon-mini.sport_kettlebell:before {
    content: "\eb60";
}
.nc-icon-mini.sport_ping-pong:before {
    content: "\eb61";
}
.nc-icon-mini.sport_podium:before {
    content: "\eb62";
}
.nc-icon-mini.sport_rope:before {
    content: "\eb63";
}
.nc-icon-mini.sport_rugby:before {
    content: "\eb64";
}
.nc-icon-mini.sport_shaker:before {
    content: "\eb65";
}
.nc-icon-mini.sport_skateboard:before {
    content: "\eb66";
}
.nc-icon-mini.sport_snowboard:before {
    content: "\eb67";
}
.nc-icon-mini.sport_soccer-field:before {
    content: "\eb68";
}
.nc-icon-mini.sport_steering-wheel:before {
    content: "\eb69";
}
.nc-icon-mini.sport_supplement:before {
    content: "\eb6a";
}
.nc-icon-mini.sport_surf:before {
    content: "\eb6b";
}
.nc-icon-mini.sport_tactic:before {
    content: "\eb6c";
}
.nc-icon-mini.sport_tennis-ball:before {
    content: "\eb6d";
}
.nc-icon-mini.sport_tennis:before {
    content: "\eb6e";
}
.nc-icon-mini.sport_trophy:before {
    content: "\eb6f";
}
.nc-icon-mini.sport_user-run:before {
    content: "\eb70";
}
.nc-icon-mini.sport_volleyball:before {
    content: "\eb71";
}
.nc-icon-mini.sport_whistle:before {
    content: "\eb72";
}
.nc-icon-mini.social_logo-500px:before {
    content: "\eb73";
}
.nc-icon-mini.social_logo-angellist:before {
    content: "\eb74";
}
.nc-icon-mini.social_logo-behance:before {
    content: "\eb75";
}
.nc-icon-mini.social_logo-blogger:before {
    content: "\eb76";
}
.nc-icon-mini.social_logo-buffer:before {
    content: "\eb77";
}
.nc-icon-mini.social_logo-buysellads:before {
    content: "\eb78";
}
.nc-icon-mini.social_logo-codepen:before {
    content: "\eb79";
}
.nc-icon-mini.social_logo-creative-market:before {
    content: "\eb7a";
}
.nc-icon-mini.social_logo-crunchbase:before {
    content: "\eb7b";
}
.nc-icon-mini.social_logo-deviantart:before {
    content: "\eb7c";
}
.nc-icon-mini.social_logo-dribbble:before {
    content: "\eb7d";
}
.nc-icon-mini.social_logo-dropbox:before {
    content: "\eb7e";
}
.nc-icon-mini.social_logo-envato:before {
    content: "\eb7f";
}
.nc-icon-mini.social_logo-evernote:before {
    content: "\eb80";
}
.nc-icon-mini.social_logo-facebook:before {
    content: "\eb81";
}
.nc-icon-mini.social_logo-fb-simple:before {
    content: "\eb82";
}
.nc-icon-mini.social_logo-feedly:before {
    content: "\eb83";
}
.nc-icon-mini.social_logo-flickr:before {
    content: "\eb84";
}
.nc-icon-mini.social_logo-github:before {
    content: "\eb85";
}
.nc-icon-mini.social_logo-google-plus:before {
    content: "\eb86";
}
.nc-icon-mini.social_logo-instagram:before {
    content: "\eb87";
}
.nc-icon-mini.social_logo-lastfm:before {
    content: "\eb88";
}
.nc-icon-mini.social_logo-linkedin:before {
    content: "\eb89";
}
.nc-icon-mini.social_logo-meetup:before {
    content: "\eb8a";
}
.nc-icon-mini.social_logo-myspace:before {
    content: "\eb8b";
}
.nc-icon-mini.social_logo-paypal:before {
    content: "\eb8c";
}
.nc-icon-mini.social_logo-pinterest:before {
    content: "\eb8d";
}
.nc-icon-mini.social_logo-product-hunt:before {
    content: "\eb8e";
}
.nc-icon-mini.social_logo-reddit:before {
    content: "\eb8f";
}
.nc-icon-mini.social_logo-rss:before {
    content: "\eb90";
}
.nc-icon-mini.social_logo-shopify:before {
    content: "\eb91";
}
.nc-icon-mini.social_logo-skype:before {
    content: "\eb92";
}
.nc-icon-mini.social_logo-slack:before {
    content: "\eb93";
}
.nc-icon-mini.social_logo-soundcloud:before {
    content: "\eb94";
}
.nc-icon-mini.social_logo-spotify:before {
    content: "\eb95";
}
.nc-icon-mini.social_logo-trello:before {
    content: "\eb96";
}
.nc-icon-mini.social_logo-tumblr:before {
    content: "\eb97";
}
.nc-icon-mini.social_logo-twitter:before {
    content: "\eb98";
}
.nc-icon-mini.social_logo-vimeo:before {
    content: "\eb99";
}
.nc-icon-mini.social_logo-vine:before {
    content: "\eb9a";
}
.nc-icon-mini.social_logo-whatsapp:before {
    content: "\eb9b";
}
.nc-icon-mini.social_logo-wordpress:before {
    content: "\eb9c";
}
.nc-icon-mini.social_logo-yelp:before {
    content: "\eb9d";
}
.nc-icon-mini.social_logo-youtube:before {
    content: "\eb9e";
}
.nc-icon-mini.shopping_award:before {
    content: "\eb9f";
}
.nc-icon-mini.shopping_bag-09:before {
    content: "\eba0";
}
.nc-icon-mini.shopping_bag-16:before {
    content: "\eba1";
}
.nc-icon-mini.shopping_bag-17:before {
    content: "\eba2";
}
.nc-icon-mini.shopping_bag-20:before {
    content: "\eba3";
}
.nc-icon-mini.shopping_bag-add-18:before {
    content: "\eba4";
}
.nc-icon-mini.shopping_bag-add-21:before {
    content: "\eba5";
}
.nc-icon-mini.shopping_bag-remove-19:before {
    content: "\eba6";
}
.nc-icon-mini.shopping_bag-remove-22:before {
    content: "\eba7";
}
.nc-icon-mini.shopping_barcode:before {
    content: "\eba8";
}
.nc-icon-mini.shopping_bardcode-qr:before {
    content: "\eba9";
}
.nc-icon-mini.shopping_basket-simple-add:before {
    content: "\ebaa";
}
.nc-icon-mini.shopping_basket-simple-remove:before {
    content: "\ebab";
}
.nc-icon-mini.shopping_basket-simple:before {
    content: "\ebac";
}
.nc-icon-mini.shopping_basket:before {
    content: "\ebad";
}
.nc-icon-mini.shopping_bitcoin:before {
    content: "\ebae";
}
.nc-icon-mini.shopping_box-ribbon:before {
    content: "\ebaf";
}
.nc-icon-mini.shopping_box:before {
    content: "\ebb0";
}
.nc-icon-mini.shopping_cart-modern-in:before {
    content: "\ebb1";
}
.nc-icon-mini.shopping_cart-modern:before {
    content: "\ebb2";
}
.nc-icon-mini.shopping_cart-simple-add:before {
    content: "\ebb3";
}
.nc-icon-mini.shopping_cart-simple-in:before {
    content: "\ebb4";
}
.nc-icon-mini.shopping_cart-simple-remove:before {
    content: "\ebb5";
}
.nc-icon-mini.shopping_cart-simple:before {
    content: "\ebb6";
}
.nc-icon-mini.shopping_cart:before {
    content: "\ebb7";
}
.nc-icon-mini.shopping_cash-register:before {
    content: "\ebb8";
}
.nc-icon-mini.shopping_chart:before {
    content: "\ebb9";
}
.nc-icon-mini.shopping_credit-card-in:before {
    content: "\ebba";
}
.nc-icon-mini.shopping_credit-card:before {
    content: "\ebbb";
}
.nc-icon-mini.shopping_delivery-fast:before {
    content: "\ebbc";
}
.nc-icon-mini.shopping_discount:before {
    content: "\ebbd";
}
.nc-icon-mini.shopping_gift:before {
    content: "\ebbe";
}
.nc-icon-mini.shopping_list:before {
    content: "\ebbf";
}
.nc-icon-mini.shopping_newsletter:before {
    content: "\ebc0";
}
.nc-icon-mini.shopping_receipt-list-42:before {
    content: "\ebc1";
}
.nc-icon-mini.shopping_receipt-list-43:before {
    content: "\ebc2";
}
.nc-icon-mini.shopping_receipt:before {
    content: "\ebc3";
}
.nc-icon-mini.shopping_shop:before {
    content: "\ebc4";
}
.nc-icon-mini.shopping_stock:before {
    content: "\ebc5";
}
.nc-icon-mini.shopping_tag-content:before {
    content: "\ebc6";
}
.nc-icon-mini.shopping_tag-cut:before {
    content: "\ebc7";
}
.nc-icon-mini.shopping_tag:before {
    content: "\ebc8";
}
.nc-icon-mini.shopping_wallet:before {
    content: "\ebc9";
}
.nc-icon-mini.education_agenda-bookmark:before {
    content: "\ebca";
}
.nc-icon-mini.education_atom:before {
    content: "\ebcb";
}
.nc-icon-mini.education_award-55:before {
    content: "\ebcc";
}
.nc-icon-mini.education_backpack-57:before {
    content: "\ebcd";
}
.nc-icon-mini.education_backpack-58:before {
    content: "\ebce";
}
.nc-icon-mini.education_ball-basket:before {
    content: "\ebcf";
}
.nc-icon-mini.education_ball-soccer:before {
    content: "\ebd0";
}
.nc-icon-mini.education_board-51:before {
    content: "\ebd1";
}
.nc-icon-mini.education_book-39:before {
    content: "\ebd2";
}
.nc-icon-mini.education_book-bookmark:before {
    content: "\ebd3";
}
.nc-icon-mini.education_book-open:before {
    content: "\ebd4";
}
.nc-icon-mini.education_books-46:before {
    content: "\ebd5";
}
.nc-icon-mini.education_flask:before {
    content: "\ebd6";
}
.nc-icon-mini.education_glasses:before {
    content: "\ebd7";
}
.nc-icon-mini.education_hat:before {
    content: "\ebd8";
}
.nc-icon-mini.education_language:before {
    content: "\ebd9";
}
.nc-icon-mini.education_molecule:before {
    content: "\ebda";
}
.nc-icon-mini.education_notepad:before {
    content: "\ebdb";
}
.nc-icon-mini.education_paper-diploma:before {
    content: "\ebdc";
}
.nc-icon-mini.education_paper:before {
    content: "\ebdd";
}
.nc-icon-mini.education_pencil-47:before {
    content: "\ebde";
}
.nc-icon-mini.education_school:before {
    content: "\ebdf";
}
.nc-icon-mini.objects_alien-29:before {
    content: "\ebe0";
}
.nc-icon-mini.objects_alien-33:before {
    content: "\ebe1";
}
.nc-icon-mini.objects_anchor:before {
    content: "\ebe2";
}
.nc-icon-mini.objects_astronaut:before {
    content: "\ebe3";
}
.nc-icon-mini.objects_axe:before {
    content: "\ebe4";
}
.nc-icon-mini.objects_baby-bottle:before {
    content: "\ebe5";
}
.nc-icon-mini.objects_baby:before {
    content: "\ebe6";
}
.nc-icon-mini.objects_baloon:before {
    content: "\ebe7";
}
.nc-icon-mini.objects_battery:before {
    content: "\ebe8";
}
.nc-icon-mini.objects_bear:before {
    content: "\ebe9";
}
.nc-icon-mini.objects_billiard:before {
    content: "\ebea";
}
.nc-icon-mini.objects_binocular:before {
    content: "\ebeb";
}
.nc-icon-mini.objects_bow:before {
    content: "\ebec";
}
.nc-icon-mini.objects_bowling:before {
    content: "\ebed";
}
.nc-icon-mini.objects_broom:before {
    content: "\ebee";
}
.nc-icon-mini.objects_cone:before {
    content: "\ebef";
}
.nc-icon-mini.objects_controller:before {
    content: "\ebf0";
}
.nc-icon-mini.objects_diamond:before {
    content: "\ebf1";
}
.nc-icon-mini.objects_dice:before {
    content: "\ebf2";
}
.nc-icon-mini.objects_globe:before {
    content: "\ebf3";
}
.nc-icon-mini.objects_hut:before {
    content: "\ebf4";
}
.nc-icon-mini.objects_key-25:before {
    content: "\ebf5";
}
.nc-icon-mini.objects_key-26:before {
    content: "\ebf6";
}
.nc-icon-mini.objects_lamp:before {
    content: "\ebf7";
}
.nc-icon-mini.objects_leaf-36:before {
    content: "\ebf8";
}
.nc-icon-mini.objects_light:before {
    content: "\ebf9";
}
.nc-icon-mini.objects_planet:before {
    content: "\ebfa";
}
.nc-icon-mini.objects_puzzle-09:before {
    content: "\ebfb";
}
.nc-icon-mini.objects_puzzle-10:before {
    content: "\ebfc";
}
.nc-icon-mini.objects_shovel:before {
    content: "\ebfd";
}
.nc-icon-mini.objects_skull:before {
    content: "\ebfe";
}
.nc-icon-mini.objects_spaceship:before {
    content: "\ebff";
}
.nc-icon-mini.objects_support-16:before {
    content: "\ec00";
}
.nc-icon-mini.objects_support-17:before {
    content: "\ec01";
}
.nc-icon-mini.objects_umbrella-13:before {
    content: "\ec02";
}
.nc-icon-mini.objects_umbrella-14:before {
    content: "\ec03";
}
.nc-icon-mini.objects_wool-ball:before {
    content: "\ec04";
}
.nc-icon-mini.media-1_3d:before {
    content: "\ec05";
}
.nc-icon-mini.media-1_album:before {
    content: "\ec06";
}
.nc-icon-mini.media-1_audio-91:before {
    content: "\ec07";
}
.nc-icon-mini.media-1_audio-92:before {
    content: "\ec08";
}
.nc-icon-mini.media-1_balance:before {
    content: "\ec09";
}
.nc-icon-mini.media-1_brightness-46:before {
    content: "\ec0a";
}
.nc-icon-mini.media-1_brightness-47:before {
    content: "\ec0b";
}
.nc-icon-mini.media-1_button-eject:before {
    content: "\ec0c";
}
.nc-icon-mini.media-1_button-next:before {
    content: "\ec0d";
}
.nc-icon-mini.media-1_button-pause:before {
    content: "\ec0e";
}
.nc-icon-mini.media-1_button-play:before {
    content: "\ec0f";
}
.nc-icon-mini.media-1_button-power:before {
    content: "\ec10";
}
.nc-icon-mini.media-1_button-previous:before {
    content: "\ec11";
}
.nc-icon-mini.media-1_button-record:before {
    content: "\ec12";
}
.nc-icon-mini.media-1_button-rewind:before {
    content: "\ec13";
}
.nc-icon-mini.media-1_button-skip:before {
    content: "\ec14";
}
.nc-icon-mini.media-1_button-stop:before {
    content: "\ec15";
}
.nc-icon-mini.media-1_camera-18:before {
    content: "\ec16";
}
.nc-icon-mini.media-1_camera-19:before {
    content: "\ec17";
}
.nc-icon-mini.media-1_camera-20:before {
    content: "\ec18";
}
.nc-icon-mini.media-1_camera-ban-37:before {
    content: "\ec19";
}
.nc-icon-mini.media-1_camera-compact:before {
    content: "\ec1a";
}
.nc-icon-mini.media-1_camera-square-57:before {
    content: "\ec1b";
}
.nc-icon-mini.media-1_camera-time:before {
    content: "\ec1c";
}
.nc-icon-mini.media-1_countdown-34:before {
    content: "\ec1d";
}
.nc-icon-mini.media-1_edit-color:before {
    content: "\ec1e";
}
.nc-icon-mini.media-1_edit-contrast-42:before {
    content: "\ec1f";
}
.nc-icon-mini.media-1_edit-contrast-43:before {
    content: "\ec20";
}
.nc-icon-mini.media-1_edit-saturation:before {
    content: "\ec21";
}
.nc-icon-mini.media-1_flash-21:before {
    content: "\ec22";
}
.nc-icon-mini.media-1_flash-24:before {
    content: "\ec23";
}
.nc-icon-mini.media-1_flash-29:before {
    content: "\ec24";
}
.nc-icon-mini.media-1_focus-32:before {
    content: "\ec25";
}
.nc-icon-mini.media-1_focus-38:before {
    content: "\ec26";
}
.nc-icon-mini.media-1_focus-40:before {
    content: "\ec27";
}
.nc-icon-mini.media-1_focus-circle:before {
    content: "\ec28";
}
.nc-icon-mini.media-1_frame-12:before {
    content: "\ec29";
}
.nc-icon-mini.media-1_frame-41:before {
    content: "\ec2a";
}
.nc-icon-mini.media-1_grid:before {
    content: "\ec2b";
}
.nc-icon-mini.media-1_image-01:before {
    content: "\ec2c";
}
.nc-icon-mini.media-1_image-02:before {
    content: "\ec2d";
}
.nc-icon-mini.media-1_image-05:before {
    content: "\ec2e";
}
.nc-icon-mini.media-1_layers:before {
    content: "\ec2f";
}
.nc-icon-mini.media-1_lens-31:before {
    content: "\ec30";
}
.nc-icon-mini.media-1_lens-56:before {
    content: "\ec31";
}
.nc-icon-mini.media-1_macro:before {
    content: "\ec32";
}
.nc-icon-mini.media-1_movie-61:before {
    content: "\ec33";
}
.nc-icon-mini.media-1_movie-62:before {
    content: "\ec34";
}
.nc-icon-mini.media-1_night:before {
    content: "\ec35";
}
.nc-icon-mini.media-1_picture:before {
    content: "\ec36";
}
.nc-icon-mini.media-1_play-68:before {
    content: "\ec37";
}
.nc-icon-mini.media-1_play-69:before {
    content: "\ec38";
}
.nc-icon-mini.media-1_player:before {
    content: "\ec39";
}
.nc-icon-mini.media-1_polaroid-add:before {
    content: "\ec3a";
}
.nc-icon-mini.media-1_polaroid-delete:before {
    content: "\ec3b";
}
.nc-icon-mini.media-1_polaroid-multiple:before {
    content: "\ec3c";
}
.nc-icon-mini.media-1_polaroid:before {
    content: "\ec3d";
}
.nc-icon-mini.media-1_roll:before {
    content: "\ec3e";
}
.nc-icon-mini.media-1_sd:before {
    content: "\ec3f";
}
.nc-icon-mini.media-1_ticket-75:before {
    content: "\ec40";
}
.nc-icon-mini.media-1_ticket-76:before {
    content: "\ec41";
}
.nc-icon-mini.media-1_touch:before {
    content: "\ec42";
}
.nc-icon-mini.media-1_tripod:before {
    content: "\ec43";
}
.nc-icon-mini.media-1_video-64:before {
    content: "\ec44";
}
.nc-icon-mini.media-1_video-65:before {
    content: "\ec45";
}
.nc-icon-mini.media-1_video-66:before {
    content: "\ec46";
}
.nc-icon-mini.media-1_video-67:before {
    content: "\ec47";
}
.nc-icon-mini.media-1_videocamera-71:before {
    content: "\ec48";
}
.nc-icon-mini.media-1_videocamera-72:before {
    content: "\ec49";
}
.nc-icon-mini.media-1_volume-93:before {
    content: "\ec4a";
}
.nc-icon-mini.media-1_volume-97:before {
    content: "\ec4b";
}
.nc-icon-mini.media-1_volume-down:before {
    content: "\ec4c";
}
.nc-icon-mini.media-1_volume-up:before {
    content: "\ec4d";
}
.nc-icon-mini.media-2_headphones-mic:before {
    content: "\ec4e";
}
.nc-icon-mini.media-2_headphones:before {
    content: "\ec4f";
}
.nc-icon-mini.media-2_knob:before {
    content: "\ec50";
}
.nc-icon-mini.media-2_mic:before {
    content: "\ec51";
}
.nc-icon-mini.media-2_music-album:before {
    content: "\ec52";
}
.nc-icon-mini.media-2_note-03:before {
    content: "\ec53";
}
.nc-icon-mini.media-2_note-04:before {
    content: "\ec54";
}
.nc-icon-mini.media-2_radio:before {
    content: "\ec55";
}
.nc-icon-mini.media-2_sound-wave:before {
    content: "\ec56";
}
.nc-icon-mini.media-2_speaker-01:before {
    content: "\ec57";
}
.nc-icon-mini.media-2_speaker-05:before {
    content: "\ec58";
}
.nc-icon-mini.media-2_tape:before {
    content: "\ec59";
}
.nc-icon-mini.location_appointment:before {
    content: "\ec5a";
}
.nc-icon-mini.location_bookmark-add:before {
    content: "\ec5b";
}
.nc-icon-mini.location_bookmark-remove:before {
    content: "\ec5c";
}
.nc-icon-mini.location_bookmark:before {
    content: "\ec5d";
}
.nc-icon-mini.location_compass-04:before {
    content: "\ec5e";
}
.nc-icon-mini.location_compass-05:before {
    content: "\ec5f";
}
.nc-icon-mini.location_compass-06:before {
    content: "\ec60";
}
.nc-icon-mini.location_crosshair:before {
    content: "\ec61";
}
.nc-icon-mini.location_explore:before {
    content: "\ec62";
}
.nc-icon-mini.location_flag-diagonal-33:before {
    content: "\ec63";
}
.nc-icon-mini.location_flag-diagonal-34:before {
    content: "\ec64";
}
.nc-icon-mini.location_flag-points-31:before {
    content: "\ec65";
}
.nc-icon-mini.location_flag-points-32:before {
    content: "\ec66";
}
.nc-icon-mini.location_flag-simple:before {
    content: "\ec67";
}
.nc-icon-mini.location_flag-triangle:before {
    content: "\ec68";
}
.nc-icon-mini.location_flag:before {
    content: "\ec69";
}
.nc-icon-mini.location_gps:before {
    content: "\ec6a";
}
.nc-icon-mini.location_map:before {
    content: "\ec6b";
}
.nc-icon-mini.location_marker:before {
    content: "\ec6c";
}
.nc-icon-mini.location_pin-add:before {
    content: "\ec6d";
}
.nc-icon-mini.location_pin-copy:before {
    content: "\ec6e";
}
.nc-icon-mini.location_pin-remove:before {
    content: "\ec6f";
}
.nc-icon-mini.location_pin:before {
    content: "\ec70";
}
.nc-icon-mini.location_pins:before {
    content: "\ec71";
}
.nc-icon-mini.location_position-marker:before {
    content: "\ec72";
}
.nc-icon-mini.location_radar:before {
    content: "\ec73";
}
.nc-icon-mini.location_treasure-map-40:before {
    content: "\ec74";
}
.nc-icon-mini.location_world:before {
    content: "\ec75";
}
.nc-icon-mini.location-e_bookmark-add:before {
    content: "\ec76";
}
.nc-icon-mini.location-e_bookmark-remove:before {
    content: "\ec77";
}
.nc-icon-mini.location-e_flag-06:before {
    content: "\ec78";
}
.nc-icon-mini.location-e_flag-07:before {
    content: "\ec79";
}
.nc-icon-mini.location-e_gps:before {
    content: "\ec7a";
}
.nc-icon-mini.location-e_pin-add:before {
    content: "\ec7b";
}
.nc-icon-mini.location-e_pin-remove:before {
    content: "\ec7c";
}
.nc-icon-mini.location-e_pin:before {
    content: "\ec7d";
}
.nc-icon-mini.holidays_bat:before {
    content: "\ec7e";
}
.nc-icon-mini.holidays_bones:before {
    content: "\ec7f";
}
.nc-icon-mini.holidays_boot:before {
    content: "\ec80";
}
.nc-icon-mini.holidays_candy:before {
    content: "\ec81";
}
.nc-icon-mini.holidays_cat:before {
    content: "\ec82";
}
.nc-icon-mini.holidays_cauldron:before {
    content: "\ec83";
}
.nc-icon-mini.holidays_chimney:before {
    content: "\ec84";
}
.nc-icon-mini.holidays_cockade:before {
    content: "\ec85";
}
.nc-icon-mini.holidays_coffin:before {
    content: "\ec86";
}
.nc-icon-mini.holidays_deer:before {
    content: "\ec87";
}
.nc-icon-mini.holidays_egg-38:before {
    content: "\ec88";
}
.nc-icon-mini.holidays_egg-39:before {
    content: "\ec89";
}
.nc-icon-mini.holidays_ghost:before {
    content: "\ec8a";
}
.nc-icon-mini.holidays_gift:before {
    content: "\ec8b";
}
.nc-icon-mini.holidays_glove:before {
    content: "\ec8c";
}
.nc-icon-mini.holidays_grave:before {
    content: "\ec8d";
}
.nc-icon-mini.holidays_light:before {
    content: "\ec8e";
}
.nc-icon-mini.holidays_message:before {
    content: "\ec8f";
}
.nc-icon-mini.holidays_owl:before {
    content: "\ec90";
}
.nc-icon-mini.holidays_pumpkin:before {
    content: "\ec91";
}
.nc-icon-mini.holidays_rabbit:before {
    content: "\ec92";
}
.nc-icon-mini.holidays_santa-hat:before {
    content: "\ec93";
}
.nc-icon-mini.holidays_sickle:before {
    content: "\ec94";
}
.nc-icon-mini.holidays_snow-ball:before {
    content: "\ec95";
}
.nc-icon-mini.holidays_snowman:before {
    content: "\ec96";
}
.nc-icon-mini.holidays_soak:before {
    content: "\ec97";
}
.nc-icon-mini.holidays_spider:before {
    content: "\ec98";
}
.nc-icon-mini.holidays_tree-ball:before {
    content: "\ec99";
}
.nc-icon-mini.holidays_tree:before {
    content: "\ec9a";
}
.nc-icon-mini.holidays_vampire:before {
    content: "\ec9b";
}
.nc-icon-mini.holidays_witch-hat:before {
    content: "\ec9c";
}
.nc-icon-mini.holidays_wolf:before {
    content: "\ec9d";
}
.nc-icon-mini.holidays_zombie:before {
    content: "\ec9e";
}
.nc-icon-mini.health_apple:before {
    content: "\ec9f";
}
.nc-icon-mini.health_bag-49:before {
    content: "\eca0";
}
.nc-icon-mini.health_bag-50:before {
    content: "\eca1";
}
.nc-icon-mini.health_brain:before {
    content: "\eca2";
}
.nc-icon-mini.health_dna-27:before {
    content: "\eca3";
}
.nc-icon-mini.health_dna-38:before {
    content: "\eca4";
}
.nc-icon-mini.health_flask:before {
    content: "\eca5";
}
.nc-icon-mini.health_heartbeat-16:before {
    content: "\eca6";
}
.nc-icon-mini.health_height:before {
    content: "\eca7";
}
.nc-icon-mini.health_hospital-32:before {
    content: "\eca8";
}
.nc-icon-mini.health_hospital-33:before {
    content: "\eca9";
}
.nc-icon-mini.health_hospital-34:before {
    content: "\ecaa";
}
.nc-icon-mini.health_humidity-26:before {
    content: "\ecab";
}
.nc-icon-mini.health_humidity-52:before {
    content: "\ecac";
}
.nc-icon-mini.health_molecule-39:before {
    content: "\ecad";
}
.nc-icon-mini.health_notebook:before {
    content: "\ecae";
}
.nc-icon-mini.health_patch-46:before {
    content: "\ecaf";
}
.nc-icon-mini.health_pill-42:before {
    content: "\ecb0";
}
.nc-icon-mini.health_pill-43:before {
    content: "\ecb1";
}
.nc-icon-mini.health_pill-container-44:before {
    content: "\ecb2";
}
.nc-icon-mini.health_pill-container-47:before {
    content: "\ecb3";
}
.nc-icon-mini.health_pulse-chart:before {
    content: "\ecb4";
}
.nc-icon-mini.health_pulse-sleep:before {
    content: "\ecb5";
}
.nc-icon-mini.health_pulse:before {
    content: "\ecb6";
}
.nc-icon-mini.health_steps:before {
    content: "\ecb7";
}
.nc-icon-mini.health_syringe:before {
    content: "\ecb8";
}
.nc-icon-mini.health_temperature-23:before {
    content: "\ecb9";
}
.nc-icon-mini.health_temperature-24:before {
    content: "\ecba";
}
.nc-icon-mini.health_tooth:before {
    content: "\ecbb";
}
.nc-icon-mini.health_weed:before {
    content: "\ecbc";
}
.nc-icon-mini.health_weight:before {
    content: "\ecbd";
}
.nc-icon-mini.health_wheelchair:before {
    content: "\ecbe";
}
.nc-icon-mini.health_woman:before {
    content: "\ecbf";
}
.nc-icon-mini.furniture_air-conditioner:before {
    content: "\ecc0";
}
.nc-icon-mini.furniture_armchair:before {
    content: "\ecc1";
}
.nc-icon-mini.furniture_bed-09:before {
    content: "\ecc2";
}
.nc-icon-mini.furniture_bed-23:before {
    content: "\ecc3";
}
.nc-icon-mini.furniture_cabinet:before {
    content: "\ecc4";
}
.nc-icon-mini.furniture_cactus:before {
    content: "\ecc5";
}
.nc-icon-mini.furniture_chair:before {
    content: "\ecc6";
}
.nc-icon-mini.furniture_coat-hanger:before {
    content: "\ecc7";
}
.nc-icon-mini.furniture_coffee:before {
    content: "\ecc8";
}
.nc-icon-mini.furniture_cradle:before {
    content: "\ecc9";
}
.nc-icon-mini.furniture_curtain:before {
    content: "\ecca";
}
.nc-icon-mini.furniture_desk:before {
    content: "\eccb";
}
.nc-icon-mini.furniture_door:before {
    content: "\eccc";
}
.nc-icon-mini.furniture_drawer:before {
    content: "\eccd";
}
.nc-icon-mini.furniture_fridge:before {
    content: "\ecce";
}
.nc-icon-mini.furniture_hanger:before {
    content: "\eccf";
}
.nc-icon-mini.furniture_iron:before {
    content: "\ecd0";
}
.nc-icon-mini.furniture_lamp-floor:before {
    content: "\ecd1";
}
.nc-icon-mini.furniture_lamp:before {
    content: "\ecd2";
}
.nc-icon-mini.furniture_library:before {
    content: "\ecd3";
}
.nc-icon-mini.furniture_light:before {
    content: "\ecd4";
}
.nc-icon-mini.furniture_mixer:before {
    content: "\ecd5";
}
.nc-icon-mini.furniture_oven:before {
    content: "\ecd6";
}
.nc-icon-mini.furniture_shower:before {
    content: "\ecd7";
}
.nc-icon-mini.furniture_sink-wash:before {
    content: "\ecd8";
}
.nc-icon-mini.furniture_sink:before {
    content: "\ecd9";
}
.nc-icon-mini.furniture_storage-hanger:before {
    content: "\ecda";
}
.nc-icon-mini.furniture_storage:before {
    content: "\ecdb";
}
.nc-icon-mini.furniture_toilet-paper:before {
    content: "\ecdc";
}
.nc-icon-mini.furniture_toilet:before {
    content: "\ecdd";
}
.nc-icon-mini.furniture_tv:before {
    content: "\ecde";
}
.nc-icon-mini.furniture_wardrobe:before {
    content: "\ecdf";
}
.nc-icon-mini.furniture_wash:before {
    content: "\ece0";
}
.nc-icon-mini.food_baby:before {
    content: "\ece1";
}
.nc-icon-mini.food_bacon:before {
    content: "\ece2";
}
.nc-icon-mini.food_banana:before {
    content: "\ece3";
}
.nc-icon-mini.food_barbecue-tools:before {
    content: "\ece4";
}
.nc-icon-mini.food_beer-95:before {
    content: "\ece5";
}
.nc-icon-mini.food_beer-96:before {
    content: "\ece6";
}
.nc-icon-mini.food_beverage:before {
    content: "\ece7";
}
.nc-icon-mini.food_bottle-wine:before {
    content: "\ece8";
}
.nc-icon-mini.food_bottle:before {
    content: "\ece9";
}
.nc-icon-mini.food_bowl:before {
    content: "\ecea";
}
.nc-icon-mini.food_bread:before {
    content: "\eceb";
}
.nc-icon-mini.food_broccoli:before {
    content: "\ecec";
}
.nc-icon-mini.food_cake-13:before {
    content: "\eced";
}
.nc-icon-mini.food_cake-slice:before {
    content: "\ecee";
}
.nc-icon-mini.food_candle:before {
    content: "\ecef";
}
.nc-icon-mini.food_candy:before {
    content: "\ecf0";
}
.nc-icon-mini.food_carrot:before {
    content: "\ecf1";
}
.nc-icon-mini.food_champagne:before {
    content: "\ecf2";
}
.nc-icon-mini.food_cheese-24:before {
    content: "\ecf3";
}
.nc-icon-mini.food_cheese-87:before {
    content: "\ecf4";
}
.nc-icon-mini.food_cheeseburger:before {
    content: "\ecf5";
}
.nc-icon-mini.food_chef-hat:before {
    content: "\ecf6";
}
.nc-icon-mini.food_cherry:before {
    content: "\ecf7";
}
.nc-icon-mini.food_chicken:before {
    content: "\ecf8";
}
.nc-icon-mini.food_chili:before {
    content: "\ecf9";
}
.nc-icon-mini.food_chinese:before {
    content: "\ecfa";
}
.nc-icon-mini.food_chips:before {
    content: "\ecfb";
}
.nc-icon-mini.food_chocolate:before {
    content: "\ecfc";
}
.nc-icon-mini.food_cocktail:before {
    content: "\ecfd";
}
.nc-icon-mini.food_coffe-long:before {
    content: "\ecfe";
}
.nc-icon-mini.food_coffee-long:before {
    content: "\ecff";
}
.nc-icon-mini.food_coffee:before {
    content: "\ed00";
}
.nc-icon-mini.food_cookies:before {
    content: "\ed01";
}
.nc-icon-mini.food_course:before {
    content: "\ed02";
}
.nc-icon-mini.food_crab:before {
    content: "\ed03";
}
.nc-icon-mini.food_croissant:before {
    content: "\ed04";
}
.nc-icon-mini.food_cutlery-75:before {
    content: "\ed05";
}
.nc-icon-mini.food_cutlery-76:before {
    content: "\ed06";
}
.nc-icon-mini.food_cutlery-77:before {
    content: "\ed07";
}
.nc-icon-mini.food_donut:before {
    content: "\ed08";
}
.nc-icon-mini.food_drink:before {
    content: "\ed09";
}
.nc-icon-mini.food_egg:before {
    content: "\ed0a";
}
.nc-icon-mini.food_energy-drink:before {
    content: "\ed0b";
}
.nc-icon-mini.food_fish:before {
    content: "\ed0c";
}
.nc-icon-mini.food_glass:before {
    content: "\ed0d";
}
.nc-icon-mini.food_grape:before {
    content: "\ed0e";
}
.nc-icon-mini.food_hob:before {
    content: "\ed0f";
}
.nc-icon-mini.food_hot-dog:before {
    content: "\ed10";
}
.nc-icon-mini.food_ice-cream-22:before {
    content: "\ed11";
}
.nc-icon-mini.food_ice-cream-72:before {
    content: "\ed12";
}
.nc-icon-mini.food_kettle:before {
    content: "\ed13";
}
.nc-icon-mini.food_knife:before {
    content: "\ed14";
}
.nc-icon-mini.food_lighter:before {
    content: "\ed15";
}
.nc-icon-mini.food_matches:before {
    content: "\ed16";
}
.nc-icon-mini.food_measuring-cup:before {
    content: "\ed17";
}
.nc-icon-mini.food_microwave:before {
    content: "\ed18";
}
.nc-icon-mini.food_milk:before {
    content: "\ed19";
}
.nc-icon-mini.food_moka:before {
    content: "\ed1a";
}
.nc-icon-mini.food_muffin:before {
    content: "\ed1b";
}
.nc-icon-mini.food_mug:before {
    content: "\ed1c";
}
.nc-icon-mini.food_pan:before {
    content: "\ed1d";
}
.nc-icon-mini.food_pizza-slice:before {
    content: "\ed1e";
}
.nc-icon-mini.food_plate:before {
    content: "\ed1f";
}
.nc-icon-mini.food_pot:before {
    content: "\ed20";
}
.nc-icon-mini.food_recipe-book-46:before {
    content: "\ed21";
}
.nc-icon-mini.food_recipe-book-47:before {
    content: "\ed22";
}
.nc-icon-mini.food_rolling-pin:before {
    content: "\ed23";
}
.nc-icon-mini.food_sausage:before {
    content: "\ed24";
}
.nc-icon-mini.food_scale:before {
    content: "\ed25";
}
.nc-icon-mini.food_steak:before {
    content: "\ed26";
}
.nc-icon-mini.food_strawberry:before {
    content: "\ed27";
}
.nc-icon-mini.food_sushi:before {
    content: "\ed28";
}
.nc-icon-mini.food_tacos:before {
    content: "\ed29";
}
.nc-icon-mini.food_tea:before {
    content: "\ed2a";
}
.nc-icon-mini.food_watermelon:before {
    content: "\ed2b";
}
.nc-icon-mini.food_whisk:before {
    content: "\ed2c";
}
.nc-icon-mini.files_add:before {
    content: "\ed2d";
}
.nc-icon-mini.files_archive-3d-content:before {
    content: "\ed2e";
}
.nc-icon-mini.files_archive-check:before {
    content: "\ed2f";
}
.nc-icon-mini.files_archive-content:before {
    content: "\ed30";
}
.nc-icon-mini.files_archive-paper:before {
    content: "\ed31";
}
.nc-icon-mini.files_archive:before {
    content: "\ed32";
}
.nc-icon-mini.files_book-07:before {
    content: "\ed33";
}
.nc-icon-mini.files_box:before {
    content: "\ed34";
}
.nc-icon-mini.files_copy:before {
    content: "\ed35";
}
.nc-icon-mini.files_drawer:before {
    content: "\ed36";
}
.nc-icon-mini.files_folder-13:before {
    content: "\ed37";
}
.nc-icon-mini.files_folder-14:before {
    content: "\ed38";
}
.nc-icon-mini.files_folder-15:before {
    content: "\ed39";
}
.nc-icon-mini.files_folder-16:before {
    content: "\ed3a";
}
.nc-icon-mini.files_folder-17:before {
    content: "\ed3b";
}
.nc-icon-mini.files_folder-18:before {
    content: "\ed3c";
}
.nc-icon-mini.files_folder-add:before {
    content: "\ed3d";
}
.nc-icon-mini.files_folder-remove:before {
    content: "\ed3e";
}
.nc-icon-mini.files_notebook:before {
    content: "\ed3f";
}
.nc-icon-mini.files_paper:before {
    content: "\ed40";
}
.nc-icon-mini.files_remove:before {
    content: "\ed41";
}
.nc-icon-mini.files_single-content-02:before {
    content: "\ed42";
}
.nc-icon-mini.files_single-content-03:before {
    content: "\ed43";
}
.nc-icon-mini.files_single-copies:before {
    content: "\ed44";
}
.nc-icon-mini.files_single-copy-04:before {
    content: "\ed45";
}
.nc-icon-mini.files_single-copy-06:before {
    content: "\ed46";
}
.nc-icon-mini.files_single-folded-content:before {
    content: "\ed47";
}
.nc-icon-mini.files_single-folded:before {
    content: "\ed48";
}
.nc-icon-mini.files_single-paragraph:before {
    content: "\ed49";
}
.nc-icon-mini.files_single:before {
    content: "\ed4a";
}
.nc-icon-mini.files-e_add:before {
    content: "\ed4b";
}
.nc-icon-mini.files-e_book:before {
    content: "\ed4c";
}
.nc-icon-mini.files-e_folder-02:before {
    content: "\ed4d";
}
.nc-icon-mini.files-e_folder-03:before {
    content: "\ed4e";
}
.nc-icon-mini.files-e_folder-add:before {
    content: "\ed4f";
}
.nc-icon-mini.files-e_folder-remove:before {
    content: "\ed50";
}
.nc-icon-mini.files-e_remove:before {
    content: "\ed51";
}
.nc-icon-mini.emoticons_angry-10:before {
    content: "\ed52";
}
.nc-icon-mini.emoticons_angry-44:before {
    content: "\ed53";
}
.nc-icon-mini.emoticons_big-eyes:before {
    content: "\ed54";
}
.nc-icon-mini.emoticons_big-smile:before {
    content: "\ed55";
}
.nc-icon-mini.emoticons_bigmouth:before {
    content: "\ed56";
}
.nc-icon-mini.emoticons_bomb:before {
    content: "\ed57";
}
.nc-icon-mini.emoticons_cake:before {
    content: "\ed58";
}
.nc-icon-mini.emoticons_cry-15:before {
    content: "\ed59";
}
.nc-icon-mini.emoticons_cute:before {
    content: "\ed5a";
}
.nc-icon-mini.emoticons_devil:before {
    content: "\ed5b";
}
.nc-icon-mini.emoticons_fist:before {
    content: "\ed5c";
}
.nc-icon-mini.emoticons_ghost:before {
    content: "\ed5d";
}
.nc-icon-mini.emoticons_happy-sun:before {
    content: "\ed5e";
}
.nc-icon-mini.emoticons_kiss:before {
    content: "\ed5f";
}
.nc-icon-mini.emoticons_laugh-35:before {
    content: "\ed60";
}
.nc-icon-mini.emoticons_like-no:before {
    content: "\ed61";
}
.nc-icon-mini.emoticons_like:before {
    content: "\ed62";
}
.nc-icon-mini.emoticons_manga-62:before {
    content: "\ed63";
}
.nc-icon-mini.emoticons_manga-63:before {
    content: "\ed64";
}
.nc-icon-mini.emoticons_monster:before {
    content: "\ed65";
}
.nc-icon-mini.emoticons_nerd-22:before {
    content: "\ed66";
}
.nc-icon-mini.emoticons_poop:before {
    content: "\ed67";
}
.nc-icon-mini.emoticons_puzzled:before {
    content: "\ed68";
}
.nc-icon-mini.emoticons_quite-happy:before {
    content: "\ed69";
}
.nc-icon-mini.emoticons_robot:before {
    content: "\ed6a";
}
.nc-icon-mini.emoticons_sad:before {
    content: "\ed6b";
}
.nc-icon-mini.emoticons_satisfied:before {
    content: "\ed6c";
}
.nc-icon-mini.emoticons_shark:before {
    content: "\ed6d";
}
.nc-icon-mini.emoticons_shy:before {
    content: "\ed6e";
}
.nc-icon-mini.emoticons_skull:before {
    content: "\ed6f";
}
.nc-icon-mini.emoticons_smile:before {
    content: "\ed70";
}
.nc-icon-mini.emoticons_speechless:before {
    content: "\ed71";
}
.nc-icon-mini.emoticons_sunglasses-48:before {
    content: "\ed72";
}
.nc-icon-mini.emoticons_sunglasses-49:before {
    content: "\ed73";
}
.nc-icon-mini.emoticons_surprise:before {
    content: "\ed74";
}
.nc-icon-mini.emoticons_virus:before {
    content: "\ed75";
}
.nc-icon-mini.emoticons_what:before {
    content: "\ed76";
}
.nc-icon-mini.emoticons-e_angry-e-08:before {
    content: "\ed77";
}
.nc-icon-mini.emoticons-e_angry-e-17:before {
    content: "\ed78";
}
.nc-icon-mini.emoticons-e_ghost-e:before {
    content: "\ed79";
}
.nc-icon-mini.emoticons-e_kiss-e:before {
    content: "\ed7a";
}
.nc-icon-mini.emoticons-e_laugh-e:before {
    content: "\ed7b";
}
.nc-icon-mini.emoticons-e_monster-e:before {
    content: "\ed7c";
}
.nc-icon-mini.emoticons-e_puzzled-e:before {
    content: "\ed7d";
}
.nc-icon-mini.emoticons-e_quite-happy-e:before {
    content: "\ed7e";
}
.nc-icon-mini.emoticons-e_robot-e:before {
    content: "\ed7f";
}
.nc-icon-mini.emoticons-e_sad-e:before {
    content: "\ed80";
}
.nc-icon-mini.emoticons-e_satisfied-e:before {
    content: "\ed81";
}
.nc-icon-mini.emoticons-e_shark-e:before {
    content: "\ed82";
}
.nc-icon-mini.emoticons-e_shy-e:before {
    content: "\ed83";
}
.nc-icon-mini.emoticons-e_smile-e:before {
    content: "\ed84";
}
.nc-icon-mini.emoticons-e_speechless-e:before {
    content: "\ed85";
}
.nc-icon-mini.emoticons-e_surprise-e:before {
    content: "\ed86";
}
.nc-icon-mini.emoticons-e_what-e:before {
    content: "\ed87";
}
.nc-icon-mini.design_album:before {
    content: "\ed88";
}
.nc-icon-mini.design_align-bottom:before {
    content: "\ed89";
}
.nc-icon-mini.design_align-center-horizontal:before {
    content: "\ed8a";
}
.nc-icon-mini.design_align-center-vertical:before {
    content: "\ed8b";
}
.nc-icon-mini.design_align-left:before {
    content: "\ed8c";
}
.nc-icon-mini.design_align-right:before {
    content: "\ed8d";
}
.nc-icon-mini.design_align-top:before {
    content: "\ed8e";
}
.nc-icon-mini.design_app:before {
    content: "\ed8f";
}
.nc-icon-mini.design_artboard:before {
    content: "\ed90";
}
.nc-icon-mini.design_blend:before {
    content: "\ed91";
}
.nc-icon-mini.design_book-bookmark:before {
    content: "\ed92";
}
.nc-icon-mini.design_book-open:before {
    content: "\ed93";
}
.nc-icon-mini.design_brush:before {
    content: "\ed94";
}
.nc-icon-mini.design_bug:before {
    content: "\ed95";
}
.nc-icon-mini.design_bullet-list-67:before {
    content: "\ed96";
}
.nc-icon-mini.design_bullet-list-68:before {
    content: "\ed97";
}
.nc-icon-mini.design_bullet-list-69:before {
    content: "\ed98";
}
.nc-icon-mini.design_bullet-list-70:before {
    content: "\ed99";
}
.nc-icon-mini.design_clone:before {
    content: "\ed9a";
}
.nc-icon-mini.design_code:before {
    content: "\ed9b";
}
.nc-icon-mini.design_collection:before {
    content: "\ed9c";
}
.nc-icon-mini.design_command:before {
    content: "\ed9d";
}
.nc-icon-mini.design_compass:before {
    content: "\ed9e";
}
.nc-icon-mini.design_contrast:before {
    content: "\ed9f";
}
.nc-icon-mini.design_copy:before {
    content: "\eda0";
}
.nc-icon-mini.design_crop:before {
    content: "\eda1";
}
.nc-icon-mini.design_cursor-48:before {
    content: "\eda2";
}
.nc-icon-mini.design_cursor-49:before {
    content: "\eda3";
}
.nc-icon-mini.design_design:before {
    content: "\eda4";
}
.nc-icon-mini.design_distribute-horizontal:before {
    content: "\eda5";
}
.nc-icon-mini.design_distribute-vertical:before {
    content: "\eda6";
}
.nc-icon-mini.design_eraser-32:before {
    content: "\eda7";
}
.nc-icon-mini.design_eraser-33:before {
    content: "\eda8";
}
.nc-icon-mini.design_eraser-46:before {
    content: "\eda9";
}
.nc-icon-mini.design_flip-horizontal:before {
    content: "\edaa";
}
.nc-icon-mini.design_flip-vertical:before {
    content: "\edab";
}
.nc-icon-mini.design_image:before {
    content: "\edac";
}
.nc-icon-mini.design_magnet:before {
    content: "\edad";
}
.nc-icon-mini.design_marker:before {
    content: "\edae";
}
.nc-icon-mini.design_measure-02:before {
    content: "\edaf";
}
.nc-icon-mini.design_measure-17:before {
    content: "\edb0";
}
.nc-icon-mini.design_measure-big:before {
    content: "\edb1";
}
.nc-icon-mini.design_mouse-08:before {
    content: "\edb2";
}
.nc-icon-mini.design_mouse-09:before {
    content: "\edb3";
}
.nc-icon-mini.design_mouse-10:before {
    content: "\edb4";
}
.nc-icon-mini.design_note-code:before {
    content: "\edb5";
}
.nc-icon-mini.design_paint-16:before {
    content: "\edb6";
}
.nc-icon-mini.design_paint-37:before {
    content: "\edb7";
}
.nc-icon-mini.design_paint-38:before {
    content: "\edb8";
}
.nc-icon-mini.design_paint-bucket-39:before {
    content: "\edb9";
}
.nc-icon-mini.design_paint-bucket-40:before {
    content: "\edba";
}
.nc-icon-mini.design_palette:before {
    content: "\edbb";
}
.nc-icon-mini.design_pantone:before {
    content: "\edbc";
}
.nc-icon-mini.design_patch-19:before {
    content: "\edbd";
}
.nc-icon-mini.design_patch-34:before {
    content: "\edbe";
}
.nc-icon-mini.design_path-exclude:before {
    content: "\edbf";
}
.nc-icon-mini.design_path-intersect:before {
    content: "\edc0";
}
.nc-icon-mini.design_path-minus:before {
    content: "\edc1";
}
.nc-icon-mini.design_path-unite:before {
    content: "\edc2";
}
.nc-icon-mini.design_pen-01:before {
    content: "\edc3";
}
.nc-icon-mini.design_pen-23:before {
    content: "\edc4";
}
.nc-icon-mini.design_pen-tool:before {
    content: "\edc5";
}
.nc-icon-mini.design_phone:before {
    content: "\edc6";
}
.nc-icon-mini.design_scissors:before {
    content: "\edc7";
}
.nc-icon-mini.design_shape-adjust:before {
    content: "\edc8";
}
.nc-icon-mini.design_shape-circle:before {
    content: "\edc9";
}
.nc-icon-mini.design_shape-polygon:before {
    content: "\edca";
}
.nc-icon-mini.design_shape-square:before {
    content: "\edcb";
}
.nc-icon-mini.design_shape-triangle:before {
    content: "\edcc";
}
.nc-icon-mini.design_shapes:before {
    content: "\edcd";
}
.nc-icon-mini.design_sharpener:before {
    content: "\edce";
}
.nc-icon-mini.design_slice:before {
    content: "\edcf";
}
.nc-icon-mini.design_spray:before {
    content: "\edd0";
}
.nc-icon-mini.design_stamp:before {
    content: "\edd1";
}
.nc-icon-mini.design_tablet:before {
    content: "\edd2";
}
.nc-icon-mini.design_text:before {
    content: "\edd3";
}
.nc-icon-mini.design_todo:before {
    content: "\edd4";
}
.nc-icon-mini.design_usb:before {
    content: "\edd5";
}
.nc-icon-mini.design_vector:before {
    content: "\edd6";
}
.nc-icon-mini.design_wand:before {
    content: "\edd7";
}
.nc-icon-mini.design_webpage:before {
    content: "\edd8";
}
.nc-icon-mini.design_window-code:before {
    content: "\edd9";
}
.nc-icon-mini.design_window-paragraph:before {
    content: "\edda";
}
.nc-icon-mini.design_window-responsive:before {
    content: "\eddb";
}
.nc-icon-mini.clothes_baby:before {
    content: "\eddc";
}
.nc-icon-mini.clothes_backpack:before {
    content: "\eddd";
}
.nc-icon-mini.clothes_bag-21:before {
    content: "\edde";
}
.nc-icon-mini.clothes_bag-22:before {
    content: "\eddf";
}
.nc-icon-mini.clothes_belt:before {
    content: "\ede0";
}
.nc-icon-mini.clothes_boot-woman:before {
    content: "\ede1";
}
.nc-icon-mini.clothes_boot:before {
    content: "\ede2";
}
.nc-icon-mini.clothes_bra:before {
    content: "\ede3";
}
.nc-icon-mini.clothes_button:before {
    content: "\ede4";
}
.nc-icon-mini.clothes_cap:before {
    content: "\ede5";
}
.nc-icon-mini.clothes_corset:before {
    content: "\ede6";
}
.nc-icon-mini.clothes_dress-woman:before {
    content: "\ede7";
}
.nc-icon-mini.clothes_flip:before {
    content: "\ede8";
}
.nc-icon-mini.clothes_glasses:before {
    content: "\ede9";
}
.nc-icon-mini.clothes_hat-top:before {
    content: "\edea";
}
.nc-icon-mini.clothes_hat:before {
    content: "\edeb";
}
.nc-icon-mini.clothes_iron:before {
    content: "\edec";
}
.nc-icon-mini.clothes_jeans-41:before {
    content: "\eded";
}
.nc-icon-mini.clothes_jeans-pocket:before {
    content: "\edee";
}
.nc-icon-mini.clothes_kitchen:before {
    content: "\edef";
}
.nc-icon-mini.clothes_long-sleeve:before {
    content: "\edf0";
}
.nc-icon-mini.clothes_makeup:before {
    content: "\edf1";
}
.nc-icon-mini.clothes_ring:before {
    content: "\edf2";
}
.nc-icon-mini.clothes_scarf:before {
    content: "\edf3";
}
.nc-icon-mini.clothes_shirt-buttons:before {
    content: "\edf4";
}
.nc-icon-mini.clothes_shirt-neck:before {
    content: "\edf5";
}
.nc-icon-mini.clothes_shirt:before {
    content: "\edf6";
}
.nc-icon-mini.clothes_shoe-man:before {
    content: "\edf7";
}
.nc-icon-mini.clothes_shoe-sport:before {
    content: "\edf8";
}
.nc-icon-mini.clothes_shoe-woman:before {
    content: "\edf9";
}
.nc-icon-mini.clothes_skirt:before {
    content: "\edfa";
}
.nc-icon-mini.clothes_slacks-12:before {
    content: "\edfb";
}
.nc-icon-mini.clothes_sock:before {
    content: "\edfc";
}
.nc-icon-mini.clothes_tie-bow:before {
    content: "\edfd";
}
.nc-icon-mini.clothes_tshirt-53:before {
    content: "\edfe";
}
.nc-icon-mini.clothes_tshirt-54:before {
    content: "\edff";
}
.nc-icon-mini.clothes_underwear-man:before {
    content: "\ee00";
}
.nc-icon-mini.clothes_underwear:before {
    content: "\ee01";
}
.nc-icon-mini.clothes_vest:before {
    content: "\ee02";
}
.nc-icon-mini.clothes_wash:before {
    content: "\ee03";
}
.nc-icon-mini.business_agenda:before {
    content: "\ee04";
}
.nc-icon-mini.business_atm:before {
    content: "\ee05";
}
.nc-icon-mini.business_award-48:before {
    content: "\ee06";
}
.nc-icon-mini.business_award-49:before {
    content: "\ee07";
}
.nc-icon-mini.business_award-74:before {
    content: "\ee08";
}
.nc-icon-mini.business_badge:before {
    content: "\ee09";
}
.nc-icon-mini.business_bank:before {
    content: "\ee0a";
}
.nc-icon-mini.business_board-27:before {
    content: "\ee0b";
}
.nc-icon-mini.business_board-28:before {
    content: "\ee0c";
}
.nc-icon-mini.business_books:before {
    content: "\ee0d";
}
.nc-icon-mini.business_briefcase-24:before {
    content: "\ee0e";
}
.nc-icon-mini.business_briefcase-25:before {
    content: "\ee0f";
}
.nc-icon-mini.business_briefcase-26:before {
    content: "\ee10";
}
.nc-icon-mini.business_building:before {
    content: "\ee11";
}
.nc-icon-mini.business_bulb-61:before {
    content: "\ee12";
}
.nc-icon-mini.business_bulb-62:before {
    content: "\ee13";
}
.nc-icon-mini.business_bulb-63:before {
    content: "\ee14";
}
.nc-icon-mini.business_businessman-03:before {
    content: "\ee15";
}
.nc-icon-mini.business_businessman-04:before {
    content: "\ee16";
}
.nc-icon-mini.business_calculator:before {
    content: "\ee17";
}
.nc-icon-mini.business_chair:before {
    content: "\ee18";
}
.nc-icon-mini.business_chart-bar-32:before {
    content: "\ee19";
}
.nc-icon-mini.business_chart-growth:before {
    content: "\ee1a";
}
.nc-icon-mini.business_chart-pie-35:before {
    content: "\ee1b";
}
.nc-icon-mini.business_chart-pie-36:before {
    content: "\ee1c";
}
.nc-icon-mini.business_chart:before {
    content: "\ee1d";
}
.nc-icon-mini.business_cheque:before {
    content: "\ee1e";
}
.nc-icon-mini.business_coins:before {
    content: "\ee1f";
}
.nc-icon-mini.business_connect:before {
    content: "\ee20";
}
.nc-icon-mini.business_contacts:before {
    content: "\ee21";
}
.nc-icon-mini.business_currency-dollar:before {
    content: "\ee22";
}
.nc-icon-mini.business_currency-euro:before {
    content: "\ee23";
}
.nc-icon-mini.business_currency-pound:before {
    content: "\ee24";
}
.nc-icon-mini.business_currency-yen:before {
    content: "\ee25";
}
.nc-icon-mini.business_factory:before {
    content: "\ee26";
}
.nc-icon-mini.business_globe:before {
    content: "\ee27";
}
.nc-icon-mini.business_goal-64:before {
    content: "\ee28";
}
.nc-icon-mini.business_goal-65:before {
    content: "\ee29";
}
.nc-icon-mini.business_hammer:before {
    content: "\ee2a";
}
.nc-icon-mini.business_handout:before {
    content: "\ee2b";
}
.nc-icon-mini.business_hat:before {
    content: "\ee2c";
}
.nc-icon-mini.business_hierarchy-53:before {
    content: "\ee2d";
}
.nc-icon-mini.business_math:before {
    content: "\ee2e";
}
.nc-icon-mini.business_money-11:before {
    content: "\ee2f";
}
.nc-icon-mini.business_money-12:before {
    content: "\ee30";
}
.nc-icon-mini.business_money-13:before {
    content: "\ee31";
}
.nc-icon-mini.business_money-bag:before {
    content: "\ee32";
}
.nc-icon-mini.business_net:before {
    content: "\ee33";
}
.nc-icon-mini.business_notes:before {
    content: "\ee34";
}
.nc-icon-mini.business_percentage-39:before {
    content: "\ee35";
}
.nc-icon-mini.business_pin:before {
    content: "\ee36";
}
.nc-icon-mini.business_plug:before {
    content: "\ee37";
}
.nc-icon-mini.business_progress:before {
    content: "\ee38";
}
.nc-icon-mini.business_safe:before {
    content: "\ee39";
}
.nc-icon-mini.business_sign:before {
    content: "\ee3a";
}
.nc-icon-mini.business_signature:before {
    content: "\ee3b";
}
.nc-icon-mini.business_stock:before {
    content: "\ee3c";
}
.nc-icon-mini.business_strategy:before {
    content: "\ee3d";
}
.nc-icon-mini.business_tie-01:before {
    content: "\ee3e";
}
.nc-icon-mini.business_tie-02:before {
    content: "\ee3f";
}
.nc-icon-mini.business_wallet-43:before {
    content: "\ee40";
}
.nc-icon-mini.business_wallet-44:before {
    content: "\ee41";
}
.nc-icon-mini.nature_bee:before {
    content: "\ee42";
}
.nc-icon-mini.nature_butterfly:before {
    content: "\ee43";
}
.nc-icon-mini.nature_chicken:before {
    content: "\ee44";
}
.nc-icon-mini.nature_clover:before {
    content: "\ee45";
}
.nc-icon-mini.nature_collar:before {
    content: "\ee46";
}
.nc-icon-mini.nature_cow:before {
    content: "\ee47";
}
.nc-icon-mini.nature_dog-house:before {
    content: "\ee48";
}
.nc-icon-mini.nature_dog:before {
    content: "\ee49";
}
.nc-icon-mini.nature_flower-05:before {
    content: "\ee4a";
}
.nc-icon-mini.nature_flower-06:before {
    content: "\ee4b";
}
.nc-icon-mini.nature_flower-07:before {
    content: "\ee4c";
}
.nc-icon-mini.nature_food-dog:before {
    content: "\ee4d";
}
.nc-icon-mini.nature_food:before {
    content: "\ee4e";
}
.nc-icon-mini.nature_mountain:before {
    content: "\ee4f";
}
.nc-icon-mini.nature_mushroom:before {
    content: "\ee50";
}
.nc-icon-mini.nature_panda:before {
    content: "\ee51";
}
.nc-icon-mini.nature_paw:before {
    content: "\ee52";
}
.nc-icon-mini.nature_pig:before {
    content: "\ee53";
}
.nc-icon-mini.nature_plant-ground:before {
    content: "\ee54";
}
.nc-icon-mini.nature_plant-vase:before {
    content: "\ee55";
}
.nc-icon-mini.nature_rat:before {
    content: "\ee56";
}
.nc-icon-mini.nature_tree-01:before {
    content: "\ee57";
}
.nc-icon-mini.nature_tree-02:before {
    content: "\ee58";
}
.nc-icon-mini.nature_tree-03:before {
    content: "\ee59";
}
.nc-icon-mini.nature_turtle:before {
    content: "\ee5a";
}
.nc-icon-mini.nature_wood:before {
    content: "\ee5b";
}
@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/roboto/source/Roboto-Regular-webfont.eot');
    src: url('../assets/fonts/roboto/source/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/roboto/source/Roboto-Regular-webfont.woff') format('woff'),
    url('../assets/fonts/roboto/source/Roboto-Regular-webfont.ttf') format('truetype'),
    url('../assets/fonts/roboto/source/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/roboto/source/Roboto-Thin-webfont.eot');
    src: url('../assets/fonts/roboto/source/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/roboto/source/Roboto-Thin-webfont.woff') format('woff'),
    url('../assets/fonts/roboto/source/Roboto-Thin-webfont.ttf') format('truetype'),
    url('../assets/fonts/roboto/source/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/roboto/source/Roboto-Light-webfont.eot');
    src: url('../assets/fonts/roboto/source/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/roboto/source/Roboto-Light-webfont.woff') format('woff'),
    url('../assets/fonts/roboto/source/Roboto-Light-webfont.ttf') format('truetype'),
    url('../assets/fonts/roboto/source/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/roboto/source/Roboto-Regular-webfont.eot');
    src: url('../assets/fonts/roboto/source/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/roboto/source/Roboto-Regular-webfont.woff') format('woff'),
    url('../assets/fonts/roboto/source/Roboto-Regular-webfont.ttf') format('truetype'),
    url('../assets/fonts/roboto/source/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/roboto/source/Roboto-Medium-webfont.eot');
    src: url('../assets/fonts/roboto/source/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/roboto/source/Roboto-Medium-webfont.woff') format('woff'),
    url('../assets/fonts/roboto/source/Roboto-Medium-webfont.ttf') format('truetype'),
    url('../assets/fonts/roboto/source/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/roboto/source/Roboto-Bold-webfont.eot');
    src: url('../assets/fonts/roboto/source/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/roboto/source/Roboto-Bold-webfont.woff') format('woff'),
    url('../assets/fonts/roboto/source/Roboto-Bold-webfont.ttf') format('truetype'),
    url('../assets/fonts/roboto/source/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;

}


@font-face {
  font-family: "mondoInIconFont";
  src: url("../assets/MondoInIconFont/fonts/mondoInIconFont_4505b8d7d3ec9cdfd1ee3de6bcc967a8.eot?") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "mondoInIconFont";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
       url("../assets/MondoInIconFont/fonts/mondoInIconFont_4505b8d7d3ec9cdfd1ee3de6bcc967a8.ttf") format("truetype"),
       url("../assets/MondoInIconFont/fonts/mondoInIconFont_4505b8d7d3ec9cdfd1ee3de6bcc967a8.svg#mondoInIconFont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "mondoInIconFont";
    src: url("../assets/MondoInIconFont/fonts/mondoInIconFont_4505b8d7d3ec9cdfd1ee3de6bcc967a8.svg#mondoInIconFont") format("svg");
  }
}

[data-icon]:before { content: attr(data-icon); }

[data-icon]:before,
.mi-contentType_artifact:before,
.mi-contentType_audio:before,
.mi-contentType_audio-cd:before,
.mi-contentType_audioBook-cd:before,
.mi-contentType_audioBook-k7:before,
.mi-contentType_bibliographicData:before,
.mi-contentType_book:before,
.mi-contentType_book-largePrint:before,
.mi-contentType_cartographicMap:before,
.mi-contentType_citation:before,
.mi-contentType_collection:before,
.mi-contentType_comics:before,
.mi-contentType_computerFile:before,
.mi-contentType_computerGame:before,
.mi-contentType_computerProgram:before,
.mi-contentType_configuration:before,
.mi-contentType_digitalResource:before,
.mi-contentType_discussion:before,
.mi-contentType_ebook:before,
.mi-contentType_ejournal:before,
.mi-contentType_error:before,
.mi-contentType_event:before,
.mi-contentType_faq:before,
.mi-contentType_file:before,
.mi-contentType_file-Blank:before,
.mi-contentType_file-CSV:before,
.mi-contentType_file-DOCX:before,
.mi-contentType_file-EXCEL:before,
.mi-contentType_file-HTML:before,
.mi-contentType_file-ISO2709:before,
.mi-contentType_file-MARC:before,
.mi-contentType_file-PDF:before,
.mi-contentType_file-PowerPoint:before,
.mi-contentType_file-RIS:before,
.mi-contentType_file-TSV:before,
.mi-contentType_file-Word:before,
.mi-contentType_file-XML:before,
.mi-contentType_file-XMLMARC:before,
.mi-contentType_file-ZIP:before,
.mi-contentType_file-text:before,
.mi-contentType_folder:before,
.mi-contentType_globe:before,
.mi-contentType_group:before,
.mi-contentType_interview:before,
.mi-contentType_kit:before,
.mi-contentType_link:before,
.mi-contentType_list:before,
.mi-contentType_manuscript:before,
.mi-contentType_mapAtlas:before,
.mi-contentType_microFilm:before,
.mi-contentType_microForm:before,
.mi-contentType_mixed:before,
.mi-contentType_movie:before,
.mi-contentType_music-cd:before,
.mi-contentType_music-k7:before,
.mi-contentType_music-notated:before,
.mi-contentType_music-recording:before,
.mi-contentType_nonMusical-rec:before,
.mi-contentType_nonProjected-graphic:before,
.mi-contentType_numericData:before,
.mi-contentType_patron:before,
.mi-contentType_person:before,
.mi-contentType_projection:before,
.mi-contentType_publisher:before,
.mi-contentType_serial:before,
.mi-contentType_serialComponent:before,
.mi-contentType_slide:before,
.mi-contentType_source:before,
.mi-contentType_track:before,
.mi-contentType_tree:before,
.mi-contentType_unknown:before,
.mi-contentType_video:before,
.mi-contentType_video-disk:before,
.mi-contentType_video-k7Movie:before,
.mi-contentType_website:before,
.mi-contentType_wiki:before,
.mi-display_gallery:before,
.mi-display_list:before,
.mi-display_mosaic:before,
.mi-display_shelf:before,
.mi-display_timeline:before,
.mi-function_adds:before,
.mi-function_alphabetsearch:before,
.mi-function_cart:before,
.mi-function_cartIn:before,
.mi-function_cartOut:before,
.mi-function_dispo:before,
.mi-function_download:before,
.mi-function_facebook:before,
.mi-function_favori:before,
.mi-function_interest:before,
.mi-function_message:before,
.mi-function_notification:before,
.mi-function_permalink:before,
.mi-function_print:before,
.mi-function_read:before,
.mi-function_reservation:before,
.mi-function_rss:before,
.mi-function_save:before,
.mi-function_toRead:before,
.mi-function_translation:before,
.mi-function_twit:before,
.mi-widget_toFullWidth:before,
.mi-widget_toHalfWidth:before {
  display: inline-block;
  font-family: "mondoInIconFont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.mi-contentType_artifact:before { content: "\f100"; }
.mi-contentType_audio:before { content: "\f101"; }
.mi-contentType_audio-cd:before { content: "\f15d"; }
.mi-contentType_audioBook-cd:before { content: "\f102"; }
.mi-contentType_audioBook-k7:before { content: "\f103"; }
.mi-contentType_bibliographicData:before { content: "\f104"; }
.mi-contentType_book:before { content: "\f105"; }
.mi-contentType_book-largePrint:before { content: "\f106"; }
.mi-contentType_cartographicMap:before { content: "\f107"; }
.mi-contentType_citation:before { content: "\f155"; }
.mi-contentType_collection:before { content: "\f108"; }
.mi-contentType_comics:before { content: "\f109"; }
.mi-contentType_computerFile:before { content: "\f10a"; }
.mi-contentType_computerGame:before { content: "\f10b"; }
.mi-contentType_computerProgram:before { content: "\f10c"; }
.mi-contentType_configuration:before { content: "\f10d"; }
.mi-contentType_digitalResource:before { content: "\f156"; }
.mi-contentType_discussion:before { content: "\f10e"; }
.mi-contentType_ebook:before { content: "\f10f"; }
.mi-contentType_ejournal:before { content: "\f110"; }
.mi-contentType_error:before { content: "\f111"; }
.mi-contentType_event:before { content: "\f112"; }
.mi-contentType_faq:before { content: "\f113"; }
.mi-contentType_file:before { content: "\f114"; }
.mi-contentType_file-Blank:before { content: "\f15f"; }
.mi-contentType_file-CSV:before { content: "\f115"; }
.mi-contentType_file-DOCX:before { content: "\f160"; }
.mi-contentType_file-EXCEL:before { content: "\f116"; }
.mi-contentType_file-HTML:before { content: "\f161"; }
.mi-contentType_file-ISO2709:before { content: "\f162"; }
.mi-contentType_file-MARC:before { content: "\f163"; }
.mi-contentType_file-PDF:before { content: "\f117"; }
.mi-contentType_file-PowerPoint:before { content: "\f118"; }
.mi-contentType_file-RIS:before { content: "\f164"; }
.mi-contentType_file-TSV:before { content: "\f165"; }
.mi-contentType_file-Word:before { content: "\f119"; }
.mi-contentType_file-XML:before { content: "\f166"; }
.mi-contentType_file-XMLMARC:before { content: "\f167"; }
.mi-contentType_file-ZIP:before { content: "\f168"; }
.mi-contentType_file-text:before { content: "\f11a"; }
.mi-contentType_folder:before { content: "\f11b"; }
.mi-contentType_globe:before { content: "\f11c"; }
.mi-contentType_group:before { content: "\f11d"; }
.mi-contentType_interview:before { content: "\f11e"; }
.mi-contentType_kit:before { content: "\f11f"; }
.mi-contentType_link:before { content: "\f120"; }
.mi-contentType_list:before { content: "\f121"; }
.mi-contentType_manuscript:before { content: "\f122"; }
.mi-contentType_mapAtlas:before { content: "\f123"; }
.mi-contentType_microFilm:before { content: "\f124"; }
.mi-contentType_microForm:before { content: "\f125"; }
.mi-contentType_mixed:before { content: "\f126"; }
.mi-contentType_movie:before { content: "\f127"; }
.mi-contentType_music-cd:before { content: "\f128"; }
.mi-contentType_music-k7:before { content: "\f129"; }
.mi-contentType_music-notated:before { content: "\f12a"; }
.mi-contentType_music-recording:before { content: "\f12b"; }
.mi-contentType_nonMusical-rec:before { content: "\f12c"; }
.mi-contentType_nonProjected-graphic:before { content: "\f12d"; }
.mi-contentType_numericData:before { content: "\f12e"; }
.mi-contentType_patron:before { content: "\f157"; }
.mi-contentType_person:before { content: "\f12f"; }
.mi-contentType_projection:before { content: "\f130"; }
.mi-contentType_publisher:before { content: "\f158"; }
.mi-contentType_serial:before { content: "\f131"; }
.mi-contentType_serialComponent:before { content: "\f132"; }
.mi-contentType_slide:before { content: "\f133"; }
.mi-contentType_source:before { content: "\f134"; }
.mi-contentType_track:before { content: "\f15e"; }
.mi-contentType_tree:before { content: "\f135"; }
.mi-contentType_unknown:before { content: "\f136"; }
.mi-contentType_video:before { content: "\f137"; }
.mi-contentType_video-disk:before { content: "\f138"; }
.mi-contentType_video-k7Movie:before { content: "\f139"; }
.mi-contentType_website:before { content: "\f13a"; }
.mi-contentType_wiki:before { content: "\f13b"; }
.mi-display_gallery:before { content: "\f13d"; }
.mi-display_list:before { content: "\f13e"; }
.mi-display_mosaic:before { content: "\f13f"; }
.mi-display_shelf:before { content: "\f140"; }
.mi-display_timeline:before { content: "\f141"; }
.mi-function_adds:before { content: "\f142"; }
.mi-function_alphabetsearch:before { content: "\f159"; }
.mi-function_cart:before { content: "\f143"; }
.mi-function_cartIn:before { content: "\f144"; }
.mi-function_cartOut:before { content: "\f145"; }
.mi-function_dispo:before { content: "\f146"; }
.mi-function_download:before { content: "\f147"; }
.mi-function_facebook:before { content: "\f148"; }
.mi-function_favori:before { content: "\f149"; }
.mi-function_interest:before { content: "\f14a"; }
.mi-function_message:before { content: "\f14b"; }
.mi-function_notification:before { content: "\f15a"; }
.mi-function_permalink:before { content: "\f14c"; }
.mi-function_print:before { content: "\f14d"; }
.mi-function_read:before { content: "\f14e"; }
.mi-function_reservation:before { content: "\f14f"; }
.mi-function_rss:before { content: "\f150"; }
.mi-function_save:before { content: "\f15b"; }
.mi-function_toRead:before { content: "\f151"; }
.mi-function_translation:before { content: "\f15c"; }
.mi-function_twit:before { content: "\f152"; }
.mi-widget_toFullWidth:before { content: "\f153"; }
.mi-widget_toHalfWidth:before { content: "\f154"; }

