/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  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.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.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;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-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-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 {
  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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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-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-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
  content: "\f122";
}
.fa-mail-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 {
  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";
}












@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-8uknos');
	src:url('../fonts/icomoon.eot?#iefix-8uknos') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-8uknos') format('woff'),
		url('../fonts/icomoon.ttf?-8uknos') format('truetype'),
		url('../fonts/icomoon.svg?-8uknos#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-heart:before {
	content: "\e600";
}
.icon-cloud:before {
	content: "\e601";
}
.icon-star:before {
	content: "\e602";
}
.icon-tv:before {
	content: "\e603";
}
.icon-sound:before {
	content: "\e604";
}
.icon-video:before {
	content: "\e605";
}
.icon-trash:before {
	content: "\e606";
}
.icon-user:before {
	content: "\e607";
}
.icon-key:before {
	content: "\e608";
}
.icon-search:before {
	content: "\e609";
}
.icon-settings:before {
	content: "\e60a";
}
.icon-camera:before {
	content: "\e60b";
}
.icon-tag:before {
	content: "\e60c";
}
.icon-lock:before {
	content: "\e60d";
}
.icon-bulb:before {
	content: "\e60e";
}
.icon-pen:before {
	content: "\e60f";
}
.icon-diamond:before {
	content: "\e610";
}
.icon-display:before {
	content: "\e611";
}
.icon-location:before {
	content: "\e612";
}
.icon-eye:before {
	content: "\e613";
}
.icon-bubble:before {
	content: "\e614";
}
.icon-stack:before {
	content: "\e615";
}
.icon-cup:before {
	content: "\e616";
}
.icon-phone:before {
	content: "\e617";
}
.icon-news:before {
	content: "\e618";
}
.icon-mail:before {
	content: "\e619";
}
.icon-like:before {
	content: "\e61a";
}
.icon-photo:before {
	content: "\e61b";
}
.icon-note:before {
	content: "\e61c";
}
.icon-clock:before {
	content: "\e61d";
}
.icon-paperplane:before {
	content: "\e61e";
}
.icon-params:before {
	content: "\e61f";
}
.icon-banknote:before {
	content: "\e620";
}
.icon-data:before {
	content: "\e621";
}
.icon-music:before {
	content: "\e622";
}
.icon-megaphone:before {
	content: "\e623";
}
.icon-study:before {
	content: "\e624";
}
.icon-lab:before {
	content: "\e625";
}
.icon-food:before {
	content: "\e626";
}
.icon-t-shirt:before {
	content: "\e627";
}
.icon-fire:before {
	content: "\e628";
}
.icon-clip:before {
	content: "\e629";
}
.icon-shop:before {
	content: "\e62a";
}
.icon-calendar:before {
	content: "\e62b";
}
.icon-wallet:before {
	content: "\e62c";
}
.icon-vynil:before {
	content: "\e62d";
}
.icon-truck:before {
	content: "\e62e";
}
.icon-world:before {
	content: "\e62f";
}
.icon-store2:before {
	content: "\f2f5";
}
.icon-out:before {
	content: "\f2f6";
}
.icon-in:before {
	content: "\f2f7";
}
.icon-in-alt:before {
	content: "\f2f8";
}
.icon-home9:before {
	content: "\f2f9";
}
.icon-light-bulb:before {
	content: "\f2fa";
}
.icon-anchor2:before {
	content: "\f2fb";
}
.icon-feather:before {
	content: "\f2fc";
}
.icon-expand4:before {
	content: "\f2fd";
}
.icon-maximize2:before {
	content: "\f2fe";
}
.icon-search6:before {
	content: "\f2ff";
}
.icon-zoom-in4:before {
	content: "\f300";
}
.icon-zoom-out4:before {
	content: "\f301";
}
.icon-add:before {
	content: "\f302";
}
.icon-subtract:before {
	content: "\f303";
}
.icon-exclamation2:before {
	content: "\f304";
}
.icon-question4:before {
	content: "\f305";
}
.icon-close2:before {
	content: "\f306";
}
.icon-cmd2:before {
	content: "\f307";
}
.icon-forbid:before {
	content: "\f308";
}
.icon-book5:before {
	content: "\f309";
}
.icon-spinner8:before {
	content: "\f30a";
}
.icon-play9:before {
	content: "\f30b";
}
.icon-stop7:before {
	content: "\f30c";
}
.icon-pause7:before {
	content: "\f30d";
}
.icon-forward7:before {
	content: "\f30e";
}
.icon-rewind2:before {
	content: "\f30f";
}
.icon-sound2:before {
	content: "\f310";
}
.icon-sound-alt:before {
	content: "\f311";
}
.icon-sound-off:before {
	content: "\f312";
}
.icon-task:before {
	content: "\f313";
}
.icon-inbox5:before {
	content: "\f314";
}
.icon-inbox-alt:before {
	content: "\f315";
}
.icon-envelope4:before {
	content: "\f316";
}
.icon-compose:before {
	content: "\f317";
}
.icon-newspaper3:before {
	content: "\f318";
}
.icon-newspaper-alt:before {
	content: "\f319";
}
.icon-clipboard:before {
	content: "\f31a";
}
.icon-calendar9:before {
	content: "\f31b";
}
.icon-hyperlink:before {
	content: "\f31c";
}
.icon-trash4:before {
	content: "\f31d";
}
.icon-trash-alt:before {
	content: "\f31e";
}
.icon-grid4:before {
	content: "\f31f";
}
.icon-grid-alt:before {
	content: "\f320";
}
.icon-menu4:before {
	content: "\f321";
}
.icon-list8:before {
	content: "\f322";
}
.icon-gallery:before {
	content: "\f323";
}
.icon-calculator3:before {
	content: "\f324";
}
.icon-windows4:before {
	content: "\f325";
}
.icon-browser2:before {
	content: "\f326";
}
.icon-alarm6:before {
	content: "\f327";
}
.icon-clock8:before {
	content: "\f328";
}
.icon-attachment2:before {
	content: "\f329";
}
.icon-settings6:before {
	content: "\f32a";
}
.icon-portfolio:before {
	content: "\f32b";
}
.icon-user10:before {
	content: "\f32c";
}
.icon-users4:before {
	content: "\f32d";
}
.icon-heart6:before {
	content: "\f32e";
}
.icon-chat4:before {
	content: "\f32f";
}
.icon-comments2:before {
	content: "\f330";
}
.icon-screen2:before {
	content: "\f331";
}
.icon-iphone3:before {
	content: "\f332";
}
.icon-ipad:before {
	content: "\f333";
}
.icon-fork-andspoon:before {
	content: "\f334";
}
.icon-fork-andknife:before {
	content: "\f335";
}
.icon-instagram5:before {
	content: "\f336";
}
.icon-facebook7:before {
	content: "\f337";
}
.icon-delicious3:before {
	content: "\f338";
}
.icon-googleplus2:before {
	content: "\f339";
}
.icon-dribbble7:before {
	content: "\f33a";
}
.icon-pin4:before {
	content: "\f33b";
}
.icon-pin-alt:before {
	content: "\f33c";
}
.icon-camera9:before {
	content: "\f33d";
}
.icon-brightness3:before {
	content: "\f33e";
}
.icon-brightness-half:before {
	content: "\f33f";
}
.icon-moon5:before {
	content: "\f340";
}
.icon-cloud12:before {
	content: "\f341";
}
.icon-circle-full:before {
	content: "\f342";
}
.icon-circle-half:before {
	content: "\f343";
}
.icon-globe4:before {
	content: "\f344";
}
.icon-phone2:before {
	content: "\e630";
}
.icon-mobile:before {
	content: "\e631";
}
.icon-mouse:before {
	content: "\e632";
}
.icon-directions:before {
	content: "\e633";
}
.icon-mail2:before {
	content: "\e634";
}
.icon-paperplane2:before {
	content: "\e635";
}
.icon-pencil:before {
	content: "\e636";
}
.icon-feather2:before {
	content: "\e637";
}
.icon-paperclip:before {
	content: "\e638";
}
.icon-drawer:before {
	content: "\e639";
}
.icon-reply:before {
	content: "\e63a";
}
.icon-reply-all:before {
	content: "\e63b";
}
.icon-forward:before {
	content: "\e63c";
}
.icon-user2:before {
	content: "\e63d";
}
.icon-users:before {
	content: "\e63e";
}
.icon-user-add:before {
	content: "\e63f";
}
.icon-vcard:before {
	content: "\e640";
}
.icon-export:before {
	content: "\e641";
}
.icon-location2:before {
	content: "\e642";
}
.icon-map:before {
	content: "\e643";
}
.icon-compass:before {
	content: "\e644";
}
.icon-location3:before {
	content: "\e645";
}
.icon-target:before {
	content: "\e646";
}
.icon-share:before {
	content: "\e647";
}
.icon-sharable:before {
	content: "\e648";
}
.icon-heart2:before {
	content: "\e649";
}
.icon-heart3:before {
	content: "\e64a";
}
.icon-star2:before {
	content: "\e64b";
}
.icon-star3:before {
	content: "\e64c";
}
.icon-thumbs-up:before {
	content: "\e64d";
}
.icon-thumbs-down:before {
	content: "\e64e";
}
.icon-chat:before {
	content: "\e64f";
}
.icon-comment:before {
	content: "\e650";
}
.icon-quote:before {
	content: "\e651";
}
.icon-house:before {
	content: "\e652";
}
.icon-popup:before {
	content: "\e653";
}
.icon-search2:before {
	content: "\e654";
}
.icon-flashlight:before {
	content: "\e655";
}
.icon-printer:before {
	content: "\e656";
}
.icon-bell:before {
	content: "\e657";
}
.icon-link:before {
	content: "\e658";
}
.icon-flag:before {
	content: "\e659";
}
.icon-cog:before {
	content: "\e65a";
}
.icon-tools:before {
	content: "\e65b";
}
.icon-trophy:before {
	content: "\e65c";
}
.icon-tag2:before {
	content: "\e65d";
}
.icon-camera2:before {
	content: "\e65e";
}
.icon-megaphone2:before {
	content: "\e65f";
}
.icon-moon:before {
	content: "\e660";
}
.icon-palette:before {
	content: "\e661";
}
.icon-leaf:before {
	content: "\e662";
}
.icon-music2:before {
	content: "\e663";
}
.icon-music3:before {
	content: "\e664";
}
.icon-new:before {
	content: "\e665";
}
.icon-graduation:before {
	content: "\e666";
}
.icon-book:before {
	content: "\e667";
}
.icon-newspaper:before {
	content: "\e668";
}
.icon-bag:before {
	content: "\e669";
}
.icon-airplane:before {
	content: "\e66a";
}
.icon-lifebuoy:before {
	content: "\e66b";
}
.icon-eye2:before {
	content: "\e66c";
}
.icon-clock2:before {
	content: "\e66d";
}
.icon-microphone:before {
	content: "\e66e";
}
.icon-calendar2:before {
	content: "\e66f";
}
.icon-bolt:before {
	content: "\e670";
}
.icon-thunder:before {
	content: "\e671";
}
.icon-droplet:before {
	content: "\e672";
}
.icon-cd:before {
	content: "\e673";
}
.icon-briefcase:before {
	content: "\e674";
}
.icon-air:before {
	content: "\e675";
}
.icon-hourglass:before {
	content: "\e676";
}
.icon-gauge:before {
	content: "\e677";
}
.icon-language:before {
	content: "\e678";
}
.icon-network:before {
	content: "\e679";
}
.icon-key2:before {
	content: "\e67a";
}
.icon-battery:before {
	content: "\e67b";
}
.icon-bucket:before {
	content: "\e67c";
}
.icon-magnet:before {
	content: "\e67d";
}
.icon-drive:before {
	content: "\e67e";
}
.icon-cup2:before {
	content: "\e67f";
}
.icon-rocket:before {
	content: "\e680";
}
.icon-brush:before {
	content: "\e681";
}
.icon-suitcase:before {
	content: "\e682";
}
.icon-cone:before {
	content: "\e683";
}
.icon-earth:before {
	content: "\e684";
}
.icon-keyboard:before {
	content: "\e685";
}
.icon-browser:before {
	content: "\e686";
}
.icon-publish:before {
	content: "\e687";
}
.icon-progress-3:before {
	content: "\e688";
}
.icon-progress-2:before {
	content: "\e689";
}
.icon-brogress-1:before {
	content: "\e68a";
}
.icon-progress-0:before {
	content: "\e68b";
}
.icon-sun:before {
	content: "\e68c";
}
.icon-sun2:before {
	content: "\e68d";
}
.icon-adjust:before {
	content: "\e68e";
}
.icon-code:before {
	content: "\e68f";
}
.icon-screen:before {
	content: "\e690";
}
.icon-infinity:before {
	content: "\e691";
}
.icon-light-bulb2:before {
	content: "\e692";
}
.icon-credit-card:before {
	content: "\e693";
}
.icon-database:before {
	content: "\e694";
}
.icon-voicemail:before {
	content: "\e695";
}
.icon-clipboard2:before {
	content: "\e696";
}
.icon-cart:before {
	content: "\e697";
}
.icon-box:before {
	content: "\e698";
}
.icon-ticket:before {
	content: "\e699";
}
.icon-rss:before {
	content: "\e69a";
}
.icon-signal:before {
	content: "\e69b";
}
.icon-thermometer:before {
	content: "\e69c";
}
.icon-droplets:before {
	content: "\e69d";
}
.icon-uniE69E:before {
	content: "\e69e";
}
.icon-statistics:before {
	content: "\e69f";
}
.icon-pie:before {
	content: "\e6a0";
}
.icon-bars:before {
	content: "\e6a1";
}
.icon-graph:before {
	content: "\e6a2";
}
.icon-lock2:before {
	content: "\e6a3";
}
.icon-lock-open:before {
	content: "\e6a4";
}
.icon-logout:before {
	content: "\e6a5";
}
.icon-login:before {
	content: "\e6a6";
}
.icon-checkmark:before {
	content: "\e6a7";
}
.icon-cross:before {
	content: "\e6a8";
}
.icon-minus:before {
	content: "\e6a9";
}
.icon-plus:before {
	content: "\e6aa";
}
.icon-cross2:before {
	content: "\e6ab";
}
.icon-minus2:before {
	content: "\e6ac";
}
.icon-plus2:before {
	content: "\e6ad";
}
.icon-cross3:before {
	content: "\e6ae";
}
.icon-minus3:before {
	content: "\e6af";
}
.icon-plus3:before {
	content: "\e6b0";
}
.icon-erase:before {
	content: "\e6b1";
}
.icon-blocked:before {
	content: "\e6b2";
}
.icon-info:before {
	content: "\e6b3";
}
.icon-info2:before {
	content: "\e6b4";
}
.icon-question:before {
	content: "\e6b5";
}
.icon-help:before {
	content: "\e6b6";
}
.icon-warning:before {
	content: "\e6b7";
}
.icon-cycle:before {
	content: "\e6b8";
}
.icon-cw:before {
	content: "\e6b9";
}
.icon-ccw:before {
	content: "\e6ba";
}
.icon-shuffle:before {
	content: "\e6bb";
}
.icon-arrow:before {
	content: "\e6bc";
}
.icon-arrow2:before {
	content: "\e6bd";
}
.icon-retweet:before {
	content: "\e6be";
}
.icon-loop:before {
	content: "\e6bf";
}
.icon-history:before {
	content: "\e6c0";
}
.icon-back:before {
	content: "\e6c1";
}
.icon-switch:before {
	content: "\e6c2";
}
.icon-list:before {
	content: "\e6c3";
}
.icon-add-to-list:before {
	content: "\e6c4";
}
.icon-layout:before {
	content: "\e6c5";
}
.icon-list2:before {
	content: "\e6c6";
}
.icon-text:before {
	content: "\e6c7";
}
.icon-text2:before {
	content: "\e6c8";
}
.icon-document:before {
	content: "\e6c9";
}
.icon-docs:before {
	content: "\e6ca";
}
.icon-landscape:before {
	content: "\e6cb";
}
.icon-pictures:before {
	content: "\e6cc";
}
.icon-video2:before {
	content: "\e6cd";
}
.icon-music4:before {
	content: "\e6ce";
}
.icon-folder:before {
	content: "\e6cf";
}
.icon-archive:before {
	content: "\e6d0";
}
.icon-trash2:before {
	content: "\e6d1";
}
.icon-upload:before {
	content: "\e6d2";
}
.icon-download:before {
	content: "\e6d3";
}
.icon-disk:before {
	content: "\e6d4";
}
.icon-install:before {
	content: "\e6d5";
}
.icon-cloud2:before {
	content: "\e6d6";
}
.icon-upload2:before {
	content: "\e6d7";
}
.icon-bookmark:before {
	content: "\e6d8";
}
.icon-bookmarks:before {
	content: "\e6d9";
}
.icon-book2:before {
	content: "\e6da";
}
.icon-play:before {
	content: "\e6db";
}
.icon-pause:before {
	content: "\e6dc";
}
.icon-record:before {
	content: "\e6dd";
}
.icon-stop:before {
	content: "\e6de";
}
.icon-next:before {
	content: "\e6df";
}
.icon-previous:before {
	content: "\e6e0";
}
.icon-first:before {
	content: "\e6e1";
}
.icon-last:before {
	content: "\e6e2";
}
.icon-resize-enlarge:before {
	content: "\e6e3";
}
.icon-resize-shrink:before {
	content: "\e6e4";
}
.icon-volume:before {
	content: "\e6e5";
}
.icon-sound3:before {
	content: "\e6e6";
}
.icon-mute:before {
	content: "\e6e7";
}
.icon-flow-cascade:before {
	content: "\e6e8";
}
.icon-flow-branch:before {
	content: "\e6e9";
}
.icon-flow-tree:before {
	content: "\e6ea";
}
.icon-flow-line:before {
	content: "\e6eb";
}
.icon-flow-parallel:before {
	content: "\e6ec";
}
.icon-arrow-left:before {
	content: "\e6ed";
}
.icon-arrow-down:before {
	content: "\e6ee";
}
.icon-arrow-up--upload:before {
	content: "\e6ef";
}
.icon-arrow-right:before {
	content: "\e6f0";
}
.icon-arrow-left2:before {
	content: "\e6f1";
}
.icon-arrow-down2:before {
	content: "\e6f2";
}
.icon-arrow-up:before {
	content: "\e6f3";
}
.icon-arrow-right2:before {
	content: "\e6f4";
}
.icon-arrow-left3:before {
	content: "\e6f5";
}
.icon-arrow-down3:before {
	content: "\e6f6";
}
.icon-arrow-up2:before {
	content: "\e6f7";
}
.icon-arrow-right3:before {
	content: "\e6f8";
}
.icon-arrow-left4:before {
	content: "\e6f9";
}
.icon-arrow-down4:before {
	content: "\e6fa";
}
.icon-arrow-up3:before {
	content: "\e6fb";
}
.icon-arrow-right4:before {
	content: "\e6fc";
}
.icon-arrow-left5:before {
	content: "\e6fd";
}
.icon-arrow-down5:before {
	content: "\e6fe";
}
.icon-arrow-up4:before {
	content: "\e6ff";
}
.icon-arrow-right5:before {
	content: "\e700";
}
.icon-arrow-left6:before {
	content: "\e701";
}
.icon-arrow-down6:before {
	content: "\e702";
}
.icon-arrow-up5:before {
	content: "\e703";
}
.icon-arrow-right6:before {
	content: "\e704";
}
.icon-arrow-left7:before {
	content: "\e705";
}
.icon-arrow-down7:before {
	content: "\e706";
}
.icon-arrow-up6:before {
	content: "\e707";
}
.icon-uniE708:before {
	content: "\e708";
}
.icon-arrow-left8:before {
	content: "\e709";
}
.icon-arrow-down8:before {
	content: "\e70a";
}
.icon-arrow-up7:before {
	content: "\e70b";
}
.icon-arrow-right7:before {
	content: "\e70c";
}
.icon-menu:before {
	content: "\e70d";
}
.icon-ellipsis:before {
	content: "\e70e";
}
.icon-dots:before {
	content: "\e70f";
}
.icon-dot:before {
	content: "\e710";
}
.icon-cc:before {
	content: "\e711";
}
.icon-cc-by:before {
	content: "\e712";
}
.icon-cc-nc:before {
	content: "\e713";
}
.icon-cc-nc-eu:before {
	content: "\e714";
}
.icon-cc-nc-jp:before {
	content: "\e715";
}
.icon-cc-sa:before {
	content: "\e716";
}
.icon-cc-nd:before {
	content: "\e717";
}
.icon-cc-pd:before {
	content: "\e718";
}
.icon-cc-zero:before {
	content: "\e719";
}
.icon-cc-share:before {
	content: "\e71a";
}
.icon-cc-share2:before {
	content: "\e71b";
}
.icon-daniel-bruce:before {
	content: "\e71c";
}
.icon-daniel-bruce2:before {
	content: "\e71d";
}
.icon-github:before {
	content: "\e71e";
}
.icon-github2:before {
	content: "\e71f";
}
.icon-flickr:before {
	content: "\e720";
}
.icon-flickr2:before {
	content: "\e721";
}
.icon-vimeo:before {
	content: "\e722";
}
.icon-vimeo2:before {
	content: "\e723";
}
.icon-twitter:before {
	content: "\e724";
}
.icon-twitter2:before {
	content: "\e725";
}
.icon-facebook:before {
	content: "\e726";
}
.icon-facebook2:before {
	content: "\e727";
}
.icon-facebook3:before {
	content: "\e728";
}
.icon-googleplus:before {
	content: "\e729";
}
.icon-googleplus3:before {
	content: "\e72a";
}
.icon-pinterest:before {
	content: "\e72b";
}
.icon-pinterest2:before {
	content: "\e72c";
}
.icon-tumblr:before {
	content: "\e72d";
}
.icon-tumblr2:before {
	content: "\e72e";
}
.icon-linkedin:before {
	content: "\e72f";
}
.icon-linkedin2:before {
	content: "\e730";
}
.icon-dribbble:before {
	content: "\e731";
}
.icon-dribbble2:before {
	content: "\e732";
}
.icon-stumbleupon:before {
	content: "\e733";
}
.icon-stumbleupon2:before {
	content: "\e734";
}
.icon-lastfm:before {
	content: "\e735";
}
.icon-lastfm2:before {
	content: "\e736";
}
.icon-rdio:before {
	content: "\e737";
}
.icon-rdio2:before {
	content: "\e738";
}
.icon-spotify:before {
	content: "\e739";
}
.icon-spotify2:before {
	content: "\e73a";
}
.icon-qq:before {
	content: "\e73b";
}
.icon-instagram:before {
	content: "\e73c";
}
.icon-dropbox:before {
	content: "\e73d";
}
.icon-evernote:before {
	content: "\e73e";
}
.icon-flattr:before {
	content: "\e73f";
}
.icon-skype:before {
	content: "\e740";
}
.icon-skype2:before {
	content: "\e741";
}
.icon-renren:before {
	content: "\e742";
}
.icon-sina-weibo:before {
	content: "\e743";
}
.icon-paypal:before {
	content: "\e744";
}
.icon-picasa:before {
	content: "\e745";
}
.icon-soundcloud:before {
	content: "\e746";
}
.icon-mixi:before {
	content: "\e747";
}
.icon-behance:before {
	content: "\e748";
}
.icon-circles:before {
	content: "\e749";
}
.icon-vk:before {
	content: "\e74a";
}
.icon-smashing:before {
	content: "\e74b";
}
.icon-number:before {
	content: "\f407";
}
.icon-number2:before {
	content: "\f408";
}
.icon-number3:before {
	content: "\f409";
}
.icon-number4:before {
	content: "\f40a";
}
.icon-number5:before {
	content: "\f40b";
}
.icon-number6:before {
	content: "\f40c";
}
.icon-number7:before {
	content: "\f40d";
}
.icon-number8:before {
	content: "\f40e";
}
.icon-number9:before {
	content: "\f40f";
}
.icon-number10:before {
	content: "\f410";
}
.icon-number11:before {
	content: "\f411";
}
.icon-number12:before {
	content: "\f412";
}
.icon-number13:before {
	content: "\f413";
}
.icon-number14:before {
	content: "\f414";
}
.icon-number15:before {
	content: "\f415";
}
.icon-number16:before {
	content: "\f416";
}
.icon-number17:before {
	content: "\f417";
}
.icon-number18:before {
	content: "\f418";
}
.icon-number19:before {
	content: "\f419";
}
.icon-number20:before {
	content: "\f41a";
}
.icon-quote3:before {
	content: "\f41b";
}
.icon-quote4:before {
	content: "\f41c";
}
.icon-tag7:before {
	content: "\f41d";
}
.icon-tag:before {
	content: "\e603";
}
.icon-link:before {
	content: "\e604";
}
.icon-link2:before {
	content: "\e605";
}
.icon-cabinet:before {
	content: "\e606";
}
.icon-cabinet2:before {
	content: "\e607";
}
.icon-calendar:before {
	content: "\e608";
}
.icon-calendar2:before {
	content: "\e609";
}
.icon-calendar3:before {
	content: "\e60a";
}
.icon-file:before {
	content: "\e60b";
}
.icon-file2:before {
	content: "\e60c";
}
.icon-file3:before {
	content: "\e60d";
}
.icon-files:before {
	content: "\e60e";
}
.icon-phone:before {
	content: "\e60f";
}
.icon-tablet:before {
	content: "\e610";
}
.icon-window:before {
	content: "\e611";
}
.icon-monitor:before {
	content: "\e612";
}
.icon-ipod:before {
	content: "\e613";
}
.icon-tv:before {
	content: "\e614";
}
.icon-camera:before {
	content: "\e615";
}
.icon-camera2:before {
	content: "\e616";
}
.icon-camera3:before {
	content: "\e617";
}
.icon-film:before {
	content: "\e618";
}
.icon-film2:before {
	content: "\e619";
}
.icon-film3:before {
	content: "\e61a";
}
.icon-microphone:before {
	content: "\e61b";
}
.icon-microphone2:before {
	content: "\e61c";
}
.icon-microphone3:before {
	content: "\e61d";
}
.icon-drink:before {
	content: "\e61e";
}
.icon-drink2:before {
	content: "\e61f";
}
.icon-drink3:before {
	content: "\e620";
}
.icon-drink4:before {
	content: "\e621";
}
.icon-coffee:before {
	content: "\e622";
}
.icon-mug:before {
	content: "\e623";
}
.icon-ice-cream:before {
	content: "\e624";
}
.icon-cake:before {
	content: "\e625";
}
.icon-inbox:before {
	content: "\e626";
}
.icon-download:before {
	content: "\e627";
}
.icon-upload:before {
	content: "\e628";
}
.icon-inbox2:before {
	content: "\e629";
}
.icon-checkmark:before {
	content: "\e62a";
}
.icon-checkmark2:before {
	content: "\e62b";
}
.icon-cancel:before {
	content: "\e62c";
}
.icon-cancel2:before {
	content: "\e62d";
}
.icon-plus:before {
	content: "\e62e";
}
.icon-plus2:before {
	content: "\e62f";
}
.icon-minus:before {
	content: "\e630";
}
.icon-minus2:before {
	content: "\e631";
}
.icon-notice:before {
	content: "\e632";
}
.icon-notice2:before {
	content: "\e633";
}
.icon-cog:before {
	content: "\e634";
}
.icon-cogs:before {
	content: "\e635";
}
.icon-cog2:before {
	content: "\e636";
}
.icon-warning:before {
	content: "\e637";
}
.icon-health:before {
	content: "\e638";
}
.icon-suitcase:before {
	content: "\e639";
}
.icon-suitcase2:before {
	content: "\e63a";
}
.icon-suitcase3:before {
	content: "\e63b";
}
.icon-picture:before {
	content: "\e63c";
}
.icon-pictures:before {
	content: "\e63d";
}
.icon-pictures2:before {
	content: "\e63e";
}
.icon-android:before {
	content: "\e63f";
}
.icon-marvin:before {
	content: "\e640";
}
.icon-pacman:before {
	content: "\e641";
}
.icon-cassette:before {
	content: "\e642";
}
.icon-watch:before {
	content: "\e643";
}
.icon-chronometer:before {
	content: "\e644";
}
.icon-watch2:before {
	content: "\e645";
}
.icon-alarm-clock:before {
	content: "\e646";
}
.icon-time:before {
	content: "\e647";
}
.icon-time2:before {
	content: "\e648";
}
.icon-headphones:before {
	content: "\e649";
}
.icon-wallet:before {
	content: "\e64a";
}
.icon-checkmark3:before {
	content: "\e64b";
}
.icon-cancel3:before {
	content: "\e64c";
}
.icon-eye:before {
	content: "\e64d";
}
.icon-position:before {
	content: "\e64e";
}
.icon-site-map:before {
	content: "\e64f";
}
.icon-site-map2:before {
	content: "\e650";
}
.icon-cloud:before {
	content: "\e651";
}
.icon-upload2:before {
	content: "\e652";
}
.icon-chart:before {
	content: "\e653";
}
.icon-chart2:before {
	content: "\e654";
}
.icon-chart3:before {
	content: "\e655";
}
.icon-chart4:before {
	content: "\e656";
}
.icon-chart5:before {
	content: "\e657";
}
.icon-chart6:before {
	content: "\e658";
}
.icon-location:before {
	content: "\e659";
}
.icon-download2:before {
	content: "\e65a";
}
.icon-basket:before {
	content: "\e65b";
}
.icon-folder:before {
	content: "\e65c";
}
.icon-gamepad:before {
	content: "\e65d";
}
.icon-alarm:before {
	content: "\e65e";
}
.icon-alarm-cancel:before {
	content: "\e65f";
}
.icon-phone2:before {
	content: "\e660";
}
.icon-phone3:before {
	content: "\e661";
}
.icon-image:before {
	content: "\e662";
}
.icon-open:before {
	content: "\e663";
}
.icon-sale:before {
	content: "\e664";
}
.icon-direction:before {
	content: "\e665";
}
.icon-map:before {
	content: "\e666";
}
.icon-trashcan:before {
	content: "\e667";
}
.icon-vote:before {
	content: "\e668";
}
.icon-graduate:before {
	content: "\e669";
}
.icon-lab:before {
	content: "\e66a";
}
.icon-tie:before {
	content: "\e66b";
}
.icon-football:before {
	content: "\e66c";
}
.icon-eight-ball:before {
	content: "\e66d";
}
.icon-bowling:before {
	content: "\e66e";
}
.icon-bowling-pin:before {
	content: "\e66f";
}
.icon-baseball:before {
	content: "\e670";
}
.icon-soccer:before {
	content: "\e671";
}
.icon-3d-glasses:before {
	content: "\e672";
}
.icon-microwave:before {
	content: "\e673";
}
.icon-refrigerator:before {
	content: "\e674";
}
.icon-oven:before {
	content: "\e675";
}
.icon-washing-machine:before {
	content: "\e676";
}
.icon-mouse:before {
	content: "\e677";
}
.icon-smiley:before {
	content: "\e678";
}
.icon-sad:before {
	content: "\e679";
}
.icon-mute:before {
	content: "\e67a";
}
.icon-hand:before {
	content: "\e67b";
}
.icon-radio:before {
	content: "\e67c";
}
.icon-satellite:before {
	content: "\e67d";
}
.icon-medal:before {
	content: "\e67e";
}
.icon-medal2:before {
	content: "\e67f";
}
.icon-switch:before {
	content: "\e680";
}
.icon-key:before {
	content: "\e681";
}
.icon-cord:before {
	content: "\e682";
}
.icon-locked:before {
	content: "\e683";
}
.icon-unlocked:before {
	content: "\e684";
}
.icon-locked2:before {
	content: "\e685";
}
.icon-unlocked2:before {
	content: "\e686";
}
.icon-magnifier:before {
	content: "\e687";
}
.icon-zoom-in:before {
	content: "\e688";
}
.icon-zoom-out:before {
	content: "\e689";
}
.icon-stack:before {
	content: "\e68a";
}
.icon-stack2:before {
	content: "\e68b";
}
.icon-stack3:before {
	content: "\e68c";
}
.icon-david-star:before {
	content: "\e68d";
}
.icon-cross:before {
	content: "\e68e";
}
.icon-moon-andstar:before {
	content: "\e68f";
}
.icon-transformers:before {
	content: "\e690";
}
.icon-batman:before {
	content: "\e691";
}
.icon-space-invaders:before {
	content: "\e692";
}
.icon-skeletor:before {
	content: "\e693";
}
.icon-lamp:before {
	content: "\e694";
}
.icon-lamp2:before {
	content: "\e695";
}
.icon-umbrella:before {
	content: "\e696";
}
.icon-street-light:before {
	content: "\e697";
}
.icon-bomb:before {
	content: "\e698";
}
.icon-archive:before {
	content: "\e699";
}
.icon-battery:before {
	content: "\e69a";
}
.icon-battery2:before {
	content: "\e69b";
}
.icon-battery3:before {
	content: "\e69c";
}
.icon-battery4:before {
	content: "\e69d";
}
.icon-battery5:before {
	content: "\e69e";
}
.icon-megaphone:before {
	content: "\e69f";
}
.icon-megaphone2:before {
	content: "\e6a0";
}
.icon-patch:before {
	content: "\e6a1";
}
.icon-pil:before {
	content: "\e6a2";
}
.icon-injection:before {
	content: "\e6a3";
}
.icon-thermometer:before {
	content: "\e6a4";
}
.icon-lamp3:before {
	content: "\e6a5";
}
.icon-lamp4:before {
	content: "\e6a6";
}
.icon-lamp5:before {
	content: "\e6a7";
}
.icon-cube:before {
	content: "\e6a8";
}
.icon-box:before {
	content: "\e6a9";
}
.icon-box2:before {
	content: "\e6aa";
}
.icon-diamond:before {
	content: "\e6ab";
}
.icon-bag:before {
	content: "\e6ac";
}
.icon-money-bag:before {
	content: "\e6ad";
}
.icon-grid:before {
	content: "\e6ae";
}
.icon-grid2:before {
	content: "\e6af";
}
.icon-list:before {
	content: "\e6b0";
}
.icon-list2:before {
	content: "\e6b1";
}
.icon-ruler:before {
	content: "\e6b2";
}
.icon-ruler2:before {
	content: "\e6b3";
}
.icon-layout:before {
	content: "\e6b4";
}
.icon-layout2:before {
	content: "\e6b5";
}
.icon-layout3:before {
	content: "\e6b6";
}
.icon-layout4:before {
	content: "\e6b7";
}
.icon-layout5:before {
	content: "\e6b8";
}
.icon-layout6:before {
	content: "\e6b9";
}
.icon-layout7:before {
	content: "\e6ba";
}
.icon-layout8:before {
	content: "\e6bb";
}
.icon-layout9:before {
	content: "\e6bc";
}
.icon-layout10:before {
	content: "\e6bd";
}
.icon-layout11:before {
	content: "\e6be";
}
.icon-layout12:before {
	content: "\e6bf";
}
.icon-layout13:before {
	content: "\e6c0";
}
.icon-layout14:before {
	content: "\e6c1";
}
.icon-tools:before {
	content: "\e6c2";
}
.icon-screwdriver:before {
	content: "\e6c3";
}
.icon-paint:before {
	content: "\e6c4";
}
.icon-hammer:before {
	content: "\e6c5";
}
.icon-brush:before {
	content: "\e6c6";
}
.icon-pen:before {
	content: "\e6c7";
}
.icon-chat:before {
	content: "\e6c8";
}
.icon-comments:before {
	content: "\e6c9";
}
.icon-chat2:before {
	content: "\e6ca";
}
.icon-chat3:before {
	content: "\e6cb";
}
.icon-volume:before {
	content: "\e6cc";
}
.icon-volume2:before {
	content: "\e6cd";
}
.icon-volume3:before {
	content: "\e6ce";
}
.icon-equalizer:before {
	content: "\e6cf";
}
.icon-resize:before {
	content: "\e6d0";
}
.icon-resize2:before {
	content: "\e6d1";
}
.icon-stretch:before {
	content: "\e6d2";
}
.icon-narrow:before {
	content: "\e6d3";
}
.icon-resize3:before {
	content: "\e6d4";
}
.icon-download3:before {
	content: "\e6d5";
}
.icon-calculator:before {
	content: "\e6d6";
}
.icon-library:before {
	content: "\e6d7";
}
.icon-auction:before {
	content: "\e6d8";
}
.icon-justice:before {
	content: "\e6d9";
}
.icon-stats:before {
	content: "\e6da";
}
.icon-stats2:before {
	content: "\e6db";
}
.icon-attachment:before {
	content: "\e6dc";
}
.icon-hourglass:before {
	content: "\e6dd";
}
.icon-abacus:before {
	content: "\e6de";
}
.icon-pencil:before {
	content: "\e6df";
}
.icon-pen2:before {
	content: "\e6e0";
}
.icon-pin:before {
	content: "\e6e1";
}
.icon-pin2:before {
	content: "\e6e2";
}
.icon-discout:before {
	content: "\e6e3";
}
.icon-edit:before {
	content: "\e6e4";
}
.icon-scissors:before {
	content: "\e6e5";
}
.icon-profile:before {
	content: "\e6e6";
}
.icon-profile2:before {
	content: "\e6e7";
}
.icon-profile3:before {
	content: "\e6e8";
}
.icon-rotate:before {
	content: "\e6e9";
}
.icon-rotate2:before {
	content: "\e6ea";
}
.icon-reply:before {
	content: "\e6eb";
}
.icon-forward:before {
	content: "\e6ec";
}
.icon-retweet:before {
	content: "\e6ed";
}
.icon-shuffle:before {
	content: "\e6ee";
}
.icon-loop:before {
	content: "\e6ef";
}
.icon-crop:before {
	content: "\e6f0";
}
.icon-square:before {
	content: "\e6f1";
}
.icon-square2:before {
	content: "\e6f2";
}
.icon-circle:before {
	content: "\e6f3";
}
.icon-dollar:before {
	content: "\e6f4";
}
.icon-dollar2:before {
	content: "\e6f5";
}
.icon-coins:before {
	content: "\e6f6";
}
.icon-pig:before {
	content: "\e6f7";
}
.icon-bookmark:before {
	content: "\e6f8";
}
.icon-bookmark2:before {
	content: "\e6f9";
}
.icon-address-book:before {
	content: "\e6fa";
}
.icon-address-book2:before {
	content: "\e6fb";
}
.icon-safe:before {
	content: "\e6fc";
}
.icon-envelope:before {
	content: "\e6fd";
}
.icon-envelope2:before {
	content: "\e6fe";
}
.icon-radio-active:before {
	content: "\e6ff";
}
.icon-music:before {
	content: "\e700";
}
.icon-presentation:before {
	content: "\e701";
}
.icon-male:before {
	content: "\e702";
}
.icon-female:before {
	content: "\e703";
}
.icon-aids:before {
	content: "\e704";
}
.icon-heart:before {
	content: "\e705";
}
.icon-info:before {
	content: "\e706";
}
.icon-info2:before {
	content: "\e707";
}
.icon-piano:before {
	content: "\e708";
}
.icon-rain:before {
	content: "\e709";
}
.icon-snow:before {
	content: "\e70a";
}
.icon-lightning:before {
	content: "\e70b";
}
.icon-sun:before {
	content: "\e70c";
}
.icon-moon:before {
	content: "\e70d";
}
.icon-cloudy:before {
	content: "\e70e";
}
.icon-cloudy2:before {
	content: "\e70f";
}
.icon-car:before {
	content: "\e710";
}
.icon-bike:before {
	content: "\e711";
}
.icon-truck:before {
	content: "\e712";
}
.icon-bus:before {
	content: "\e713";
}
.icon-bike2:before {
	content: "\e714";
}
.icon-plane:before {
	content: "\e715";
}
.icon-paper-plane:before {
	content: "\e716";
}
.icon-rocket:before {
	content: "\e717";
}
.icon-book:before {
	content: "\e718";
}
.icon-book2:before {
	content: "\e719";
}
.icon-barcode:before {
	content: "\e71a";
}
.icon-barcode2:before {
	content: "\e71b";
}
.icon-expand:before {
	content: "\e71c";
}
.icon-collapse:before {
	content: "\e71d";
}
.icon-pop-out:before {
	content: "\e71e";
}
.icon-pop-in:before {
	content: "\e71f";
}
.icon-target:before {
	content: "\e720";
}
.icon-badge:before {
	content: "\e721";
}
.icon-badge2:before {
	content: "\e722";
}
.icon-ticket:before {
	content: "\e723";
}
.icon-ticket2:before {
	content: "\e724";
}
.icon-ticket3:before {
	content: "\e725";
}
.icon-microphone4:before {
	content: "\e726";
}
.icon-cone:before {
	content: "\e727";
}
.icon-blocked:before {
	content: "\e728";
}
.icon-stop:before {
	content: "\e729";
}
.icon-keyboard:before {
	content: "\e72a";
}
.icon-keyboard2:before {
	content: "\e72b";
}
.icon-radio2:before {
	content: "\e72c";
}
.icon-printer:before {
	content: "\e72d";
}
.icon-checked:before {
	content: "\e72e";
}
.icon-error:before {
	content: "\e72f";
}
.icon-add:before {
	content: "\e730";
}
.icon-minus3:before {
	content: "\e731";
}
.icon-alert:before {
	content: "\e732";
}
.icon-pictures3:before {
	content: "\e733";
}
.icon-atom:before {
	content: "\e734";
}
.icon-eyedropper:before {
	content: "\e735";
}
.icon-globe:before {
	content: "\e736";
}
.icon-globe2:before {
	content: "\e737";
}
.icon-shipping:before {
	content: "\e738";
}
.icon-ying-yang:before {
	content: "\e739";
}
.icon-compass:before {
	content: "\e73a";
}
.icon-zip:before {
	content: "\e73b";
}
.icon-zip2:before {
	content: "\e73c";
}
.icon-anchor:before {
	content: "\e73d";
}
.icon-locked-heart:before {
	content: "\e73e";
}
.icon-magnet:before {
	content: "\e73f";
}
.icon-navigation:before {
	content: "\e740";
}
.icon-tags:before {
	content: "\e741";
}
.icon-heart2:before {
	content: "\e742";
}
.icon-heart3:before {
	content: "\e743";
}
.icon-usb:before {
	content: "\e744";
}
.icon-clipboard:before {
	content: "\e745";
}
.icon-clipboard2:before {
	content: "\e746";
}
.icon-clipboard3:before {
	content: "\e747";
}
.icon-switch2:before {
	content: "\e748";
}
.icon-ruler3:before {
	content: "\e749";
}
.icon-times:before {
	content: "\e74a";
}
.icon-tick:before {
	content: "\e74b";
}
.icon-plus3:before {
	content: "\e74c";
}
.icon-minus4:before {
	content: "\e74d";
}
.icon-equals:before {
	content: "\e74e";
}
.icon-divide:before {
	content: "\e74f";
}
.icon-chevron-right:before {
	content: "\e750";
}
.icon-chevron-left:before {
	content: "\e751";
}
.icon-arrow-right-thick:before {
	content: "\e752";
}
.icon-arrow-left-thick:before {
	content: "\e753";
}
.icon-th-small:before {
	content: "\e754";
}
.icon-th-menu:before {
	content: "\e755";
}
.icon-th-list:before {
	content: "\e756";
}
.icon-th-large:before {
	content: "\e757";
}
.icon-home:before {
	content: "\e758";
}
.icon-arrow-forward:before {
	content: "\e759";
}
.icon-arrow-back:before {
	content: "\e75a";
}
.icon-rss:before {
	content: "\e75b";
}
.icon-location2:before {
	content: "\e75c";
}
.icon-link3:before {
	content: "\e75d";
}
.icon-image2:before {
	content: "\e75e";
}
.icon-arrow-up-thick:before {
	content: "\e75f";
}
.icon-arrow-down-thick:before {
	content: "\e760";
}
.icon-starburst:before {
	content: "\e761";
}
.icon-starburst-outline:before {
	content: "\e762";
}
.icon-star:before {
	content: "\e763";
}
.icon-flow-children:before {
	content: "\e764";
}
.icon-export:before {
	content: "\e765";
}
.icon-delete:before {
	content: "\e766";
}
.icon-delete-outline:before {
	content: "\e767";
}
.icon-cloud-storage:before {
	content: "\e768";
}
.icon-wi-fi:before {
	content: "\e769";
}
.icon-heart4:before {
	content: "\e76a";
}
.icon-flash:before {
	content: "\e76b";
}
.icon-cancel4:before {
	content: "\e76c";
}
.icon-backspace:before {
	content: "\e76d";
}
.icon-attachment2:before {
	content: "\e76e";
}
.icon-arrow-move:before {
	content: "\e76f";
}
.icon-warning2:before {
	content: "\e770";
}
.icon-user:before {
	content: "\e771";
}
.icon-radar:before {
	content: "\e772";
}
.icon-lock-open:before {
	content: "\e773";
}
.icon-lock-closed:before {
	content: "\e774";
}
.icon-location-arrow:before {
	content: "\e775";
}
.icon-info3:before {
	content: "\e776";
}
.icon-user-delete:before {
	content: "\e777";
}
.icon-user-add:before {
	content: "\e778";
}
.icon-media-pause:before {
	content: "\e779";
}
.icon-group:before {
	content: "\e77a";
}
.icon-chart-pie:before {
	content: "\e77b";
}
.icon-chart-line:before {
	content: "\e77c";
}
.icon-chart-bar:before {
	content: "\e77d";
}
.icon-chart-area:before {
	content: "\e77e";
}
.icon-video:before {
	content: "\e77f";
}
.icon-point-of-interest:before {
	content: "\e780";
}
.icon-infinity:before {
	content: "\e781";
}
.icon-globe3:before {
	content: "\e782";
}
.icon-eye2:before {
	content: "\e783";
}
.icon-cog3:before {
	content: "\e784";
}
.icon-camera4:before {
	content: "\e785";
}
.icon-upload3:before {
	content: "\e786";
}
.icon-scissors2:before {
	content: "\e787";
}
.icon-refresh:before {
	content: "\e788";
}
.icon-pin3:before {
	content: "\e789";
}
.icon-key2:before {
	content: "\e78a";
}
.icon-info-large:before {
	content: "\e78b";
}
.icon-eject:before {
	content: "\e78c";
}
.icon-download4:before {
	content: "\e78d";
}
.icon-zoom:before {
	content: "\e78e";
}
.icon-zoom-out2:before {
	content: "\e78f";
}
.icon-zoom-in2:before {
	content: "\e790";
}
.icon-sort-numerically:before {
	content: "\e791";
}
.icon-sort-alphabetically:before {
	content: "\e792";
}
.icon-input-checked:before {
	content: "\e793";
}
.icon-calender:before {
	content: "\e794";
}
.icon-world:before {
	content: "\e795";
}
.icon-notes:before {
	content: "\e796";
}
.icon-code:before {
	content: "\e797";
}
.icon-arrow-sync:before {
	content: "\e798";
}
.icon-arrow-shuffle:before {
	content: "\e799";
}
.icon-arrow-repeat:before {
	content: "\e79a";
}
.icon-arrow-minimise:before {
	content: "\e79b";
}
.icon-arrow-maximise:before {
	content: "\e79c";
}
.icon-arrow-loop:before {
	content: "\e79d";
}
.icon-anchor2:before {
	content: "\e79e";
}
.icon-spanner:before {
	content: "\e79f";
}
.icon-puzzle:before {
	content: "\e7a0";
}
.icon-power:before {
	content: "\e7a1";
}
.icon-plane2:before {
	content: "\e7a2";
}
.icon-pi:before {
	content: "\e7a3";
}
.icon-phone4:before {
	content: "\e7a4";
}
.icon-microphone5:before {
	content: "\e7a5";
}
.icon-media-rewind:before {
	content: "\e7a6";
}
.icon-flag:before {
	content: "\e7a7";
}
.icon-adjust-brightness:before {
	content: "\e7a8";
}
.icon-waves:before {
	content: "\e7a9";
}
.icon-social-twitter:before {
	content: "\e7aa";
}
.icon-social-facebook:before {
	content: "\e7ab";
}
.icon-social-dribbble:before {
	content: "\e7ac";
}
.icon-media-stop:before {
	content: "\e7ad";
}
.icon-media-record:before {
	content: "\e7ae";
}
.icon-media-play:before {
	content: "\e7af";
}
.icon-media-fast-forward:before {
	content: "\e7b0";
}
.icon-media-eject:before {
	content: "\e7b1";
}
.icon-social-vimeo:before {
	content: "\e7b2";
}
.icon-social-tumbler:before {
	content: "\e7b3";
}
.icon-social-skype:before {
	content: "\e7b4";
}
.icon-social-pinterest:before {
	content: "\e7b5";
}
.icon-social-linkedin:before {
	content: "\e7b6";
}
.icon-social-last-fm:before {
	content: "\e7b7";
}
.icon-social-github:before {
	content: "\e7b8";
}
.icon-social-flickr:before {
	content: "\e7b9";
}
.icon-at:before {
	content: "\e7ba";
}
.icon-times-outline:before {
	content: "\e7bb";
}
.icon-plus-outline:before {
	content: "\e7bc";
}
.icon-minus-outline:before {
	content: "\e7bd";
}
.icon-tick-outline:before {
	content: "\e7be";
}
.icon-th-large-outline:before {
	content: "\e7bf";
}
.icon-equals-outline:before {
	content: "\e7c0";
}
.icon-divide-outline:before {
	content: "\e7c1";
}
.icon-chevron-right-outline:before {
	content: "\e7c2";
}
.icon-chevron-left-outline:before {
	content: "\e7c3";
}
.icon-arrow-right-outline:before {
	content: "\e7c4";
}
.icon-arrow-left-outline:before {
	content: "\e7c5";
}
.icon-th-small-outline:before {
	content: "\e7c6";
}
.icon-th-menu-outline:before {
	content: "\e7c7";
}
.icon-th-list-outline:before {
	content: "\e7c8";
}
.icon-news:before {
	content: "\e7c9";
}
.icon-home-outline:before {
	content: "\e7ca";
}
.icon-arrow-up-outline:before {
	content: "\e7cb";
}
.icon-arrow-forward-outline:before {
	content: "\e7cc";
}
.icon-arrow-down-outline:before {
	content: "\e7cd";
}
.icon-arrow-back-outline:before {
	content: "\e7ce";
}
.icon-trash:before {
	content: "\e7cf";
}
.icon-rss-outline:before {
	content: "\e7d0";
}
.icon-message:before {
	content: "\e7d1";
}
.icon-location-outline:before {
	content: "\e7d2";
}
.icon-link-outline:before {
	content: "\e7d3";
}
.icon-image-outline:before {
	content: "\e7d4";
}
.icon-export-outline:before {
	content: "\e7d5";
}
.icon-cross2:before {
	content: "\e7d6";
}
.icon-wi-fi-outline:before {
	content: "\e7d7";
}
.icon-star-outline:before {
	content: "\e7d8";
}
.icon-media-pause-outline:before {
	content: "\e7d9";
}
.icon-mail:before {
	content: "\e7da";
}
.icon-heart-outline:before {
	content: "\e7db";
}
.icon-flash-outline:before {
	content: "\e7dc";
}
.icon-cancel-outline:before {
	content: "\e7dd";
}
.icon-beaker:before {
	content: "\e7de";
}
.icon-arrow-move-outline:before {
	content: "\e7df";
}
.icon-watch3:before {
	content: "\e7e0";
}
.icon-warning-outline:before {
	content: "\e7e1";
}
.icon-time3:before {
	content: "\e7e2";
}
.icon-radar-outline:before {
	content: "\e7e3";
}
.icon-lock-open-outline:before {
	content: "\e7e4";
}
.icon-location-arrow-outline:before {
	content: "\e7e5";
}
.icon-info-outline:before {
	content: "\e7e6";
}
.icon-backspace-outline:before {
	content: "\e7e7";
}
.icon-attachment-outline:before {
	content: "\e7e8";
}
.icon-user-outline:before {
	content: "\e7e9";
}
.icon-user-delete-outline:before {
	content: "\e7ea";
}
.icon-user-add-outline:before {
	content: "\e7eb";
}
.icon-lock-closed-outline:before {
	content: "\e7ec";
}
.icon-group-outline:before {
	content: "\e7ed";
}
.icon-chart-pie-outline:before {
	content: "\e7ee";
}
.icon-chart-line-outline:before {
	content: "\e7ef";
}
.icon-chart-bar-outline:before {
	content: "\e7f0";
}
.icon-chart-area-outline:before {
	content: "\e7f1";
}
.icon-video-outline:before {
	content: "\e7f2";
}
.icon-point-of-interest-outline:before {
	content: "\e7f3";
}
.icon-map2:before {
	content: "\e7f4";
}
.icon-key-outline:before {
	content: "\e7f5";
}
.icon-infinity-outline:before {
	content: "\e7f6";
}
.icon-globe-outline:before {
	content: "\e7f7";
}
.icon-eye-outline:before {
	content: "\e7f8";
}
.icon-cog-outline:before {
	content: "\e7f9";
}
.icon-camera-outline:before {
	content: "\e7fa";
}
.icon-upload-outline:before {
	content: "\e7fb";
}
.icon-support:before {
	content: "\e7fc";
}
.icon-scissors-outline:before {
	content: "\e7fd";
}
.icon-refresh-outline:before {
	content: "\e7fe";
}
.icon-info-large-outline:before {
	content: "\e7ff";
}
.icon-eject-outline:before {
	content: "\e800";
}
.icon-download-outline:before {
	content: "\e801";
}
.icon-battery-mid:before {
	content: "\e802";
}
.icon-battery-low:before {
	content: "\e803";
}
.icon-battery-high:before {
	content: "\e804";
}
.icon-zoom-outline:before {
	content: "\e805";
}
.icon-zoom-out-outline:before {
	content: "\e806";
}
.icon-zoom-in-outline:before {
	content: "\e807";
}
.icon-tag2:before {
	content: "\e808";
}
.icon-tabs-outline:before {
	content: "\e809";
}
.icon-pin-outline:before {
	content: "\e80a";
}
.icon-message-typing:before {
	content: "\e80b";
}
.icon-directions:before {
	content: "\e80c";
}
.icon-battery-full:before {
	content: "\e80d";
}
.icon-battery-charge:before {
	content: "\e80e";
}
.icon-pipette:before {
	content: "\e80f";
}
.icon-pencil2:before {
	content: "\e810";
}
.icon-folder2:before {
	content: "\e811";
}
.icon-folder-delete:before {
	content: "\e812";
}
.icon-folder-add:before {
	content: "\e813";
}
.icon-edit2:before {
	content: "\e814";
}
.icon-document:before {
	content: "\e815";
}
.icon-document-delete:before {
	content: "\e816";
}
.icon-document-add:before {
	content: "\e817";
}
.icon-brush2:before {
	content: "\e818";
}
.icon-thumbs-up:before {
	content: "\e819";
}
.icon-thumbs-down:before {
	content: "\e81a";
}
.icon-pen3:before {
	content: "\e81b";
}
.icon-sort-numerically-outline:before {
	content: "\e81c";
}
.icon-sort-alphabetically-outline:before {
	content: "\e81d";
}
.icon-social-last-fm-circular:before {
	content: "\e81e";
}
.icon-social-github-circular:before {
	content: "\e81f";
}
.icon-compass2:before {
	content: "\e820";
}
.icon-bookmark3:before {
	content: "\e821";
}
.icon-input-checked-outline:before {
	content: "\e822";
}
.icon-code-outline:before {
	content: "\e823";
}
.icon-calender-outline:before {
	content: "\e824";
}
.icon-business-card:before {
	content: "\e825";
}
.icon-arrow-up:before {
	content: "\e826";
}
.icon-arrow-sync-outline:before {
	content: "\e827";
}
.icon-arrow-right:before {
	content: "\e828";
}
.icon-arrow-repeat-outline:before {
	content: "\e829";
}
.icon-arrow-loop-outline:before {
	content: "\e82a";
}
.icon-arrow-left:before {
	content: "\e82b";
}
.icon-flow-switch:before {
	content: "\e82c";
}
.icon-flow-parallel:before {
	content: "\e82d";
}
.icon-flow-merge:before {
	content: "\e82e";
}
.icon-document-text:before {
	content: "\e82f";
}
.icon-clipboard4:before {
	content: "\e830";
}
.icon-calculator2:before {
	content: "\e831";
}
.icon-arrow-minimise-outline:before {
	content: "\e832";
}
.icon-arrow-maximise-outline:before {
	content: "\e833";
}
.icon-arrow-down:before {
	content: "\e834";
}
.icon-gift:before {
	content: "\e835";
}
.icon-film4:before {
	content: "\e836";
}
.icon-database:before {
	content: "\e837";
}
.icon-bell:before {
	content: "\e838";
}
.icon-anchor-outline:before {
	content: "\e839";
}
.icon-adjust-contrast:before {
	content: "\e83a";
}
.icon-world-outline:before {
	content: "\e83b";
}
.icon-shopping-bag:before {
	content: "\e83c";
}
.icon-power-outline:before {
	content: "\e83d";
}
.icon-notes-outline:before {
	content: "\e83e";
}
.icon-device-tablet:before {
	content: "\e83f";
}
.icon-device-phone:before {
	content: "\e840";
}
.icon-device-laptop:before {
	content: "\e841";
}
.icon-device-desktop:before {
	content: "\e842";
}
.icon-briefcase:before {
	content: "\e843";
}
.icon-stopwatch:before {
	content: "\e844";
}
.icon-spanner-outline:before {
	content: "\e845";
}
.icon-puzzle-outline:before {
	content: "\e846";
}
.icon-printer2:before {
	content: "\e847";
}
.icon-pi-outline:before {
	content: "\e848";
}
.icon-lightbulb:before {
	content: "\e849";
}
.icon-flag-outline:before {
	content: "\e84a";
}
.icon-contacts:before {
	content: "\e84b";
}
.icon-archive2:before {
	content: "\e84c";
}
.icon-weather-stormy:before {
	content: "\e84d";
}
.icon-weather-shower:before {
	content: "\e84e";
}
.icon-weather-partly-sunny:before {
	content: "\e84f";
}
.icon-weather-downpour:before {
	content: "\e850";
}
.icon-weather-cloudy:before {
	content: "\e851";
}
.icon-plane-outline:before {
	content: "\e852";
}
.icon-phone-outline:before {
	content: "\e853";
}
.icon-microphone-outline:before {
	content: "\e854";
}
.icon-weather-windy:before {
	content: "\e855";
}
.icon-weather-windy-cloudy:before {
	content: "\e856";
}
.icon-weather-sunny:before {
	content: "\e857";
}
.icon-weather-snow:before {
	content: "\e858";
}
.icon-weather-night:before {
	content: "\e859";
}
.icon-media-stop-outline:before {
	content: "\e85a";
}
.icon-media-rewind-outline:before {
	content: "\e85b";
}
.icon-media-record-outline:before {
	content: "\e85c";
}
.icon-media-play-outline:before {
	content: "\e85d";
}
.icon-media-fast-forward-outline:before {
	content: "\e85e";
}
.icon-media-eject-outline:before {
	content: "\e85f";
}
.icon-wine:before {
	content: "\e860";
}
.icon-waves-outline:before {
	content: "\e861";
}
.icon-ticket4:before {
	content: "\e862";
}
.icon-tags2:before {
	content: "\e863";
}
.icon-plug:before {
	content: "\e864";
}
.icon-headphones2:before {
	content: "\e865";
}
.icon-credit-card:before {
	content: "\e866";
}
.icon-coffee2:before {
	content: "\e867";
}
.icon-book3:before {
	content: "\e868";
}
.icon-beer:before {
	content: "\e869";
}
.icon-volume4:before {
	content: "\e86a";
}
.icon-volume-up:before {
	content: "\e86b";
}
.icon-volume-mute:before {
	content: "\e86c";
}
.icon-volume-down:before {
	content: "\e86d";
}
.icon-social-vimeo-circular:before {
	content: "\e86e";
}
.icon-social-twitter-circular:before {
	content: "\e86f";
}
.icon-social-pinterest-circular:before {
	content: "\e870";
}
.icon-social-linkedin-circular:before {
	content: "\e871";
}
.icon-social-facebook-circular:before {
	content: "\e872";
}
.icon-social-dribbble-circular:before {
	content: "\e873";
}
.icon-tree:before {
	content: "\e874";
}
.icon-thermometer2:before {
	content: "\e875";
}
.icon-social-tumbler-circular:before {
	content: "\e876";
}
.icon-social-skype-outline:before {
	content: "\e877";
}
.icon-social-flickr-circular:before {
	content: "\e878";
}
.icon-social-at-circular:before {
	content: "\e879";
}
.icon-shopping-cart:before {
	content: "\e87a";
}
.icon-messages:before {
	content: "\e87b";
}
.icon-leaf:before {
	content: "\e87c";
}
.icon-feather:before {
	content: "\e87d";
}
.icon-type:before {
	content: "\e87e";
}
.icon-box3:before {
	content: "\e87f";
}
.icon-archive3:before {
	content: "\e880";
}
.icon-envelope3:before {
	content: "\e881";
}
.icon-email:before {
	content: "\e882";
}
.icon-files2:before {
	content: "\e883";
}
.icon-uniE884:before {
	content: "\e884";
}
.icon-file-settings:before {
	content: "\e885";
}
.icon-file-add:before {
	content: "\e886";
}
.icon-file4:before {
	content: "\e887";
}
.icon-align-left:before {
	content: "\e888";
}
.icon-align-right:before {
	content: "\e889";
}
.icon-align-center:before {
	content: "\e88a";
}
.icon-align-justify:before {
	content: "\e88b";
}
.icon-file-broken:before {
	content: "\e88c";
}
.icon-browser:before {
	content: "\e88d";
}
.icon-windows:before {
	content: "\e88e";
}
.icon-window2:before {
	content: "\e88f";
}
.icon-folder3:before {
	content: "\e890";
}
.icon-folder-add2:before {
	content: "\e891";
}
.icon-folder-settings:before {
	content: "\e892";
}
.icon-folder-check:before {
	content: "\e893";
}
.icon-wifi-low:before {
	content: "\e894";
}
.icon-wifi-mid:before {
	content: "\e895";
}
.icon-wifi-full:before {
	content: "\e896";
}
.icon-connection-empty:before {
	content: "\e897";
}
.icon-connection-25:before {
	content: "\e898";
}
.icon-connection-50:before {
	content: "\e899";
}
.icon-connection-75:before {
	content: "\e89a";
}
.icon-connection-full:before {
	content: "\e89b";
}
.icon-list3:before {
	content: "\e89c";
}
.icon-grid3:before {
	content: "\e89d";
}
.icon-uniE89E:before {
	content: "\e89e";
}
.icon-battery-charging:before {
	content: "\e89f";
}
.icon-battery-empty:before {
	content: "\e8a0";
}
.icon-battery-25:before {
	content: "\e8a1";
}
.icon-battery-50:before {
	content: "\e8a2";
}
.icon-battery-75:before {
	content: "\e8a3";
}
.icon-battery-full2:before {
	content: "\e8a4";
}
.icon-settings:before {
	content: "\e8a5";
}
.icon-arrow-left2:before {
	content: "\e8a6";
}
.icon-arrow-up2:before {
	content: "\e8a7";
}
.icon-arrow-down2:before {
	content: "\e8a8";
}
.icon-arrow-right2:before {
	content: "\e8a9";
}
.icon-reload:before {
	content: "\e8aa";
}
.icon-refresh2:before {
	content: "\e8ab";
}
.icon-volume5:before {
	content: "\e8ac";
}
.icon-volume-increase:before {
	content: "\e8ad";
}
.icon-volume-decrease:before {
	content: "\e8ae";
}
.icon-mute2:before {
	content: "\e8af";
}
.icon-microphone6:before {
	content: "\e8b0";
}
.icon-microphone-off:before {
	content: "\e8b1";
}
.icon-book4:before {
	content: "\e8b2";
}
.icon-checkmark4:before {
	content: "\e8b3";
}
.icon-checkbox-checked:before {
	content: "\e8b4";
}
.icon-checkbox:before {
	content: "\e8b5";
}
.icon-paperclip:before {
	content: "\e8b6";
}
.icon-download5:before {
	content: "\e8b7";
}
.icon-tag3:before {
	content: "\e8b8";
}
.icon-trashcan2:before {
	content: "\e8b9";
}
.icon-search:before {
	content: "\e8ba";
}
.icon-zoom-in3:before {
	content: "\e8bb";
}
.icon-zoom-out3:before {
	content: "\e8bc";
}
.icon-chat4:before {
	content: "\e8bd";
}
.icon-chat-1:before {
	content: "\e8be";
}
.icon-chat-2:before {
	content: "\e8bf";
}
.icon-chat-3:before {
	content: "\e8c0";
}
.icon-comment:before {
	content: "\e8c1";
}
.icon-calendar4:before {
	content: "\e8c2";
}
.icon-bookmark4:before {
	content: "\e8c3";
}
.icon-email2:before {
	content: "\e8c4";
}
.icon-heart5:before {
	content: "\e8c5";
}
.icon-enter:before {
	content: "\e8c6";
}
.icon-cloud2:before {
	content: "\e8c7";
}
.icon-book5:before {
	content: "\e8c8";
}
.icon-star2:before {
	content: "\e8c9";
}
.icon-clock:before {
	content: "\e8ca";
}
.icon-printer3:before {
	content: "\e8cb";
}
.icon-home2:before {
	content: "\e8cc";
}
.icon-flag2:before {
	content: "\e8cd";
}
.icon-meter:before {
	content: "\e8ce";
}
.icon-switch3:before {
	content: "\e8cf";
}
.icon-forbidden:before {
	content: "\e8d0";
}
.icon-lock:before {
	content: "\e8d1";
}
.icon-unlocked3:before {
	content: "\e8d2";
}
.icon-unlocked4:before {
	content: "\e8d3";
}
.icon-users:before {
	content: "\e8d4";
}
.icon-user2:before {
	content: "\e8d5";
}
.icon-users2:before {
	content: "\e8d6";
}
.icon-user3:before {
	content: "\e8d7";
}
.icon-bullhorn:before {
	content: "\e8d8";
}
.icon-share:before {
	content: "\e8d9";
}
.icon-screen:before {
	content: "\e8da";
}
.icon-phone5:before {
	content: "\e8db";
}
.icon-phone-portrait:before {
	content: "\e8dc";
}
.icon-phone-landscape:before {
	content: "\e8dd";
}
.icon-tablet2:before {
	content: "\e8de";
}
.icon-tablet-landscape:before {
	content: "\e8df";
}
.icon-laptop:before {
	content: "\e8e0";
}
.icon-camera5:before {
	content: "\e8e1";
}
.icon-microwave-oven:before {
	content: "\e8e2";
}
.icon-credit-cards:before {
	content: "\e8e3";
}
.icon-calculator3:before {
	content: "\e8e4";
}
.icon-bag2:before {
	content: "\e8e5";
}
.icon-diamond2:before {
	content: "\e8e6";
}
.icon-drink5:before {
	content: "\e8e7";
}
.icon-shorts:before {
	content: "\e8e8";
}
.icon-vcard:before {
	content: "\e8e9";
}
.icon-sun2:before {
	content: "\e8ea";
}
.icon-bill:before {
	content: "\e8eb";
}
.icon-coffee3:before {
	content: "\e8ec";
}
.icon-uniE8ED:before {
	content: "\e8ed";
}
.icon-newspaper:before {
	content: "\e8ee";
}
.icon-stack4:before {
	content: "\e8ef";
}
.icon-map-marker:before {
	content: "\e8f0";
}
.icon-map3:before {
	content: "\e8f1";
}
.icon-support2:before {
	content: "\e8f2";
}
.icon-uniE8F3:before {
	content: "\e8f3";
}
.icon-barbell:before {
	content: "\e8f4";
}
.icon-stopwatch2:before {
	content: "\e8f5";
}
.icon-atom2:before {
	content: "\e8f6";
}
.icon-syringe:before {
	content: "\e8f7";
}
.icon-health2:before {
	content: "\e8f8";
}
.icon-bolt:before {
	content: "\e8f9";
}
.icon-pill:before {
	content: "\e8fa";
}
.icon-bones:before {
	content: "\e8fb";
}
.icon-lab2:before {
	content: "\e8fc";
}
.icon-clipboard5:before {
	content: "\e8fd";
}
.icon-mug2:before {
	content: "\e8fe";
}
.icon-bucket:before {
	content: "\e8ff";
}
.icon-select:before {
	content: "\e900";
}
.icon-graph:before {
	content: "\e901";
}
.icon-crop2:before {
	content: "\e902";
}
.icon-image3:before {
	content: "\e903";
}
.icon-cube2:before {
	content: "\e904";
}
.icon-bars:before {
	content: "\e905";
}
.icon-chart7:before {
	content: "\e906";
}
.icon-pencil3:before {
	content: "\e907";
}
.icon-measure:before {
	content: "\e908";
}
.icon-eyedropper2:before {
	content: "\e909";
}
.icon-warning3:before {
	content: "\f0c9";
}
.icon-cloud10:before {
	content: "\f0ca";
}
.icon-locked22:before {
	content: "\f0cb";
}
.icon-inbox4:before {
	content: "\f0cc";
}
.icon-comment9:before {
	content: "\f0cd";
}
.icon-mic:before {
	content: "\f0ce";
}
.icon-envelope22:before {
	content: "\f0cf";
}
.icon-briefcase5:before {
	content: "\f0d0";
}
.icon-cart2:before {
	content: "\f0d1";
}
.icon-contrast2:before {
	content: "\f0d2";
}
.icon-clock5:before {
	content: "\f0d3";
}
.icon-user5:before {
	content: "\f0d4";
}
.icon-cog32:before {
	content: "\f0d5";
}
.icon-music3:before {
	content: "\f0d6";
}
.icon-twitter3:before {
	content: "\f0d7";
}
.icon-pencil22:before {
	content: "\f0d8";
}
.icon-frame2:before {
	content: "\f0d9";
}
.icon-switch22:before {
	content: "\f0da";
}
.icon-star3:before {
	content: "\f0db";
}
.icon-key3:before {
	content: "\f0dc";
}
.icon-chart22:before {
	content: "\f0dd";
}
.icon-apple2:before {
	content: "\f0de";
}
.icon-file42:before {
	content: "\f0df";
}
.icon-plus5:before {
	content: "\f0e0";
}
.icon-minus5:before {
	content: "\f0e1";
}
.icon-picture3:before {
	content: "\f0e2";
}
.icon-folder4:before {
	content: "\f0e3";
}
.icon-camera52:before {
	content: "\f0e4";
}
.icon-search4:before {
	content: "\f0e5";
}
.icon-dribbble3:before {
	content: "\f0e6";
}
.icon-forrst2:before {
	content: "\f0e7";
}
.icon-feed:before {
	content: "\f0e8";
}
.icon-blocked2:before {
	content: "\f0e9";
}
.icon-target3:before {
	content: "\f0ea";
}
.icon-play5:before {
	content: "\f0eb";
}
.icon-pause4:before {
	content: "\f0ec";
}
.icon-bug3:before {
	content: "\f0ed";
}
.icon-console:before {
	content: "\f0ee";
}
.icon-film32:before {
	content: "\f0ef";
}
.icon-type2:before {
	content: "\f0f0";
}
.icon-home5:before {
	content: "\f0f1";
}
.icon-earth2:before {
	content: "\f0f2";
}
.icon-location3:before {
	content: "\f0f3";
}
.icon-info4:before {
	content: "\f0f4";
}
.icon-eye4:before {
	content: "\f0f5";
}
.icon-heart32:before {
	content: "\f0f6";
}
.icon-bookmark32:before {
	content: "\f0f7";
}
.icon-wrench4:before {
	content: "\f0f8";
}
.icon-calendar6:before {
	content: "\f0f9";
}
.icon-window3:before {
	content: "\f0fa";
}
.icon-monitor2:before {
	content: "\f0fb";
}
.icon-mobile4:before {
	content: "\f0fc";
}
.icon-droplet:before {
	content: "\f0fd";
}
.icon-mouse3:before {
	content: "\f0fe";
}
.icon-refresh3:before {
	content: "\f0ff";
}
.icon-location22:before {
	content: "\f100";
}
.icon-tag4:before {
	content: "\f101";
}
.icon-phone52:before {
	content: "\f102";
}
.icon-star4:before {
	content: "\f103";
}
.icon-pointer:before {
	content: "\f104";
}
.icon-thumbs-up3:before {
	content: "\f105";
}
.icon-thumbs-down3:before {
	content: "\f106";
}
.icon-headphones4:before {
	content: "\f107";
}
.icon-move4:before {
	content: "\f108";
}
.icon-checkmark32:before {
	content: "\f109";
}
.icon-cancel22:before {
	content: "\f10a";
}
.icon-skype3:before {
	content: "\f10b";
}
.icon-gift3:before {
	content: "\f10c";
}
.icon-cone2:before {
	content: "\f10d";
}
.icon-alarm3:before {
	content: "\f10e";
}
.icon-coffee32:before {
	content: "\f10f";
}
.icon-basket2:before {
	content: "\f110";
}
.icon-flag3:before {
	content: "\f111";
}
.icon-ipod2:before {
	content: "\f112";
}
.icon-trashcan3:before {
	content: "\f113";
}
.icon-bolt3:before {
	content: "\f114";
}
.icon-ampersand2:before {
	content: "\f115";
}
.icon-compass6:before {
	content: "\f116";
}
.icon-list5:before {
	content: "\f117";
}
.icon-grid32:before {
	content: "\f118";
}
.icon-volume22:before {
	content: "\f119";
}
.icon-volume32:before {
	content: "\f11a";
}
.icon-stats3:before {
	content: "\f11b";
}
.icon-target4:before {
	content: "\f11c";
}
.icon-forward3:before {
	content: "\f11d";
}
.icon-paperclip5:before {
	content: "\f11e";
}
.icon-keyboard4:before {
	content: "\f11f";
}
.icon-crop4:before {
	content: "\f120";
}
.icon-floppy:before {
	content: "\f121";
}
.icon-filter3:before {
	content: "\f122";
}
.icon-trophy3:before {
	content: "\f123";
}
.icon-diary:before {
	content: "\f124";
}
.icon-address-book3:before {
	content: "\f125";
}
.icon-stop4:before {
	content: "\f126";
}
.icon-smiley2:before {
	content: "\f127";
}
.icon-shit:before {
	content: "\f128";
}
.icon-bookmark42:before {
	content: "\f129";
}
.icon-camera6:before {
	content: "\f12a";
}
.icon-lamp22:before {
	content: "\f12b";
}
.icon-disk:before {
	content: "\f12c";
}
.icon-button:before {
	content: "\f12d";
}
.icon-database2:before {
	content: "\f12e";
}
.icon-credit-card2:before {
	content: "\f12f";
}
.icon-atom3:before {
	content: "\f130";
}
.icon-winsows:before {
	content: "\f131";
}
.icon-target5:before {
	content: "\f132";
}
.icon-battery6:before {
	content: "\f133";
}
.icon-code2:before {
	content: "\f134";
}
.icon-home6:before {
	content: "\e600";
}
.icon-home7:before {
	content: "\f135";
}
.icon-home8:before {
	content: "\e601";
}
.icon-office:before {
	content: "\f136";
}
.icon-newspaper2:before {
	content: "\f137";
}
.icon-pencil32:before {
	content: "\f138";
}
.icon-pencil4:before {
	content: "\f139";
}
.icon-quill:before {
	content: "\f13a";
}
.icon-pen32:before {
	content: "\f13b";
}
.icon-blog:before {
	content: "\f13c";
}
.icon-droplet2:before {
	content: "\f13d";
}
.icon-paint-format:before {
	content: "\f13e";
}
.icon-image32:before {
	content: "\f13f";
}
.icon-image4:before {
	content: "\f140";
}
.icon-images2:before {
	content: "\f141";
}
.icon-camera7:before {
	content: "\e602";
}
.icon-music4:before {
	content: "\f142";
}
.icon-headphones5:before {
	content: "\f143";
}
.icon-play6:before {
	content: "\f144";
}
.icon-film42:before {
	content: "\f145";
}
.icon-camera8:before {
	content: "\f146";
}
.icon-dice:before {
	content: "\f147";
}
.icon-pacman2:before {
	content: "\f148";
}
.icon-spades2:before {
	content: "\f149";
}
.icon-clubs2:before {
	content: "\f14a";
}
.icon-diamonds2:before {
	content: "\f14b";
}
.icon-pawn2:before {
	content: "\f14c";
}
.icon-bullhorn2:before {
	content: "\f14d";
}
.icon-connection:before {
	content: "\f14e";
}
.icon-podcast2:before {
	content: "\f14f";
}
.icon-feed2:before {
	content: "\f150";
}
.icon-book42:before {
	content: "\f151";
}
.icon-books:before {
	content: "\f152";
}
.icon-library2:before {
	content: "\f153";
}
.icon-file5:before {
	content: "\f154";
}
.icon-profile4:before {
	content: "\f155";
}
.icon-file6:before {
	content: "\f156";
}
.icon-file7:before {
	content: "\f157";
}
.icon-file8:before {
	content: "\f158";
}
.icon-copy3:before {
	content: "\f159";
}
.icon-copy4:before {
	content: "\f15a";
}
.icon-copy5:before {
	content: "\f15b";
}
.icon-paste3:before {
	content: "\f15c";
}
.icon-paste4:before {
	content: "\f15d";
}
.icon-paste5:before {
	content: "\f15e";
}
.icon-stack5:before {
	content: "\f15f";
}
.icon-folder22:before {
	content: "\f160";
}
.icon-folder-open2:before {
	content: "\f161";
}
.icon-tag5:before {
	content: "\f162";
}
.icon-tags22:before {
	content: "\f163";
}
.icon-barcode3:before {
	content: "\f164";
}
.icon-qrcode3:before {
	content: "\f165";
}
.icon-ticket32:before {
	content: "\f166";
}
.icon-cart3:before {
	content: "\f167";
}
.icon-cart4:before {
	content: "\f168";
}
.icon-cart5:before {
	content: "\f169";
}
.icon-coin:before {
	content: "\f16a";
}
.icon-credit2:before {
	content: "\f16b";
}
.icon-calculate:before {
	content: "\f16c";
}
.icon-support3:before {
	content: "\f16d";
}
.icon-phone6:before {
	content: "\f16e";
}
.icon-phone-hang-up:before {
	content: "\f16f";
}
.icon-address-book22:before {
	content: "\f170";
}
.icon-notebook:before {
	content: "\f171";
}
.icon-envelope32:before {
	content: "\f172";
}
.icon-pushpin2:before {
	content: "\f173";
}
.icon-location32:before {
	content: "\f174";
}
.icon-location4:before {
	content: "\f175";
}
.icon-compass7:before {
	content: "\f176";
}
.icon-map4:before {
	content: "\f177";
}
.icon-map22:before {
	content: "\f178";
}
.icon-history:before {
	content: "\f179";
}
.icon-clock6:before {
	content: "\f17a";
}
.icon-clock7:before {
	content: "\f17b";
}
.icon-alarm4:before {
	content: "\f17c";
}
.icon-alarm5:before {
	content: "\f17d";
}
.icon-bell3:before {
	content: "\f17e";
}
.icon-stopwatch22:before {
	content: "\f17f";
}
.icon-calendar7:before {
	content: "\f180";
}
.icon-calendar8:before {
	content: "\f181";
}
.icon-print3:before {
	content: "\f182";
}
.icon-keyboard5:before {
	content: "\f183";
}
.icon-screen2:before {
	content: "\f184";
}
.icon-laptop3:before {
	content: "\f185";
}
.icon-mobile5:before {
	content: "\f186";
}
.icon-mobile6:before {
	content: "\f187";
}
.icon-tablet3:before {
	content: "\f188";
}
.icon-tv2:before {
	content: "\f189";
}
.icon-cabinet3:before {
	content: "\f18a";
}
.icon-drawer:before {
	content: "\f18b";
}
.icon-drawer2:before {
	content: "\f18c";
}
.icon-drawer3:before {
	content: "\f18d";
}
.icon-box-add:before {
	content: "\f18e";
}
.icon-box-remove:before {
	content: "\f18f";
}
.icon-download42:before {
	content: "\f190";
}
.icon-upload4:before {
	content: "\f191";
}
.icon-disk2:before {
	content: "\f192";
}
.icon-storage:before {
	content: "\f193";
}
.icon-undo4:before {
	content: "\f194";
}
.icon-redo2:before {
	content: "\f195";
}
.icon-flip:before {
	content: "\f196";
}
.icon-flip2:before {
	content: "\f197";
}
.icon-undo5:before {
	content: "\f198";
}
.icon-redo3:before {
	content: "\f199";
}
.icon-forward4:before {
	content: "\f19a";
}
.icon-reply3:before {
	content: "\f19b";
}
.icon-bubble:before {
	content: "\f19c";
}
.icon-bubbles:before {
	content: "\f19d";
}
.icon-bubbles2:before {
	content: "\f19e";
}
.icon-bubble2:before {
	content: "\f19f";
}
.icon-bubbles3:before {
	content: "\f1a0";
}
.icon-bubbles4:before {
	content: "\f1a1";
}
.icon-user6:before {
	content: "\f1a2";
}
.icon-users22:before {
	content: "\f1a3";
}
.icon-user7:before {
	content: "\f1a4";
}
.icon-users3:before {
	content: "\f1a5";
}
.icon-user8:before {
	content: "\f1a6";
}
.icon-user9:before {
	content: "\f1a7";
}
.icon-quotes-left:before {
	content: "\f1a8";
}
.icon-busy:before {
	content: "\f1a9";
}
.icon-spinner2:before {
	content: "\f1aa";
}
.icon-spinner3:before {
	content: "\f1ab";
}
.icon-spinner4:before {
	content: "\f1ac";
}
.icon-spinner5:before {
	content: "\f1ad";
}
.icon-spinner6:before {
	content: "\f1ae";
}
.icon-spinner7:before {
	content: "\f1af";
}
.icon-binoculars2:before {
	content: "\f1b0";
}
.icon-search5:before {
	content: "\f1b1";
}
.icon-zoom-in32:before {
	content: "\f1b2";
}
.icon-zoom-out32:before {
	content: "\f1b3";
}
.icon-expand2:before {
	content: "\f1b4";
}
.icon-contract:before {
	content: "\f1b5";
}
.icon-expand3:before {
	content: "\f1b6";
}
.icon-contract2:before {
	content: "\f1b7";
}
.icon-key4:before {
	content: "\f1b8";
}
.icon-key5:before {
	content: "\f1b9";
}
.icon-lock3:before {
	content: "\f1ba";
}
.icon-lock4:before {
	content: "\f1bb";
}
.icon-unlocked5:before {
	content: "\f1bc";
}
.icon-wrench5:before {
	content: "\f1bd";
}
.icon-settings2:before {
	content: "\f1be";
}
.icon-equalizer4:before {
	content: "\f1bf";
}
.icon-cog4:before {
	content: "\f1c0";
}
.icon-cogs2:before {
	content: "\f1c1";
}
.icon-cog5:before {
	content: "\f1c2";
}
.icon-hammer2:before {
	content: "\f1c3";
}
.icon-wand2:before {
	content: "\f1c4";
}
.icon-aid:before {
	content: "\f1c5";
}
.icon-bug4:before {
	content: "\f1c6";
}
.icon-pie:before {
	content: "\f1c7";
}
.icon-stats22:before {
	content: "\f1c8";
}
.icon-bars2:before {
	content: "\f1c9";
}
.icon-bars3:before {
	content: "\f1ca";
}
.icon-gift4:before {
	content: "\f1cb";
}
.icon-trophy4:before {
	content: "\f1cc";
}
.icon-glass2:before {
	content: "\f1cd";
}
.icon-mug22:before {
	content: "\f1ce";
}
.icon-food2:before {
	content: "\f1cf";
}
.icon-leaf2:before {
	content: "\f1d0";
}
.icon-rocket3:before {
	content: "\f1d1";
}
.icon-meter2:before {
	content: "\f1d2";
}
.icon-meter22:before {
	content: "\f1d3";
}
.icon-dashboard2:before {
	content: "\f1d4";
}
.icon-hammer3:before {
	content: "\f1d5";
}
.icon-fire3:before {
	content: "\f1d6";
}
.icon-lab3:before {
	content: "\f1d7";
}
.icon-magnet3:before {
	content: "\f1d8";
}
.icon-remove2:before {
	content: "\f1d9";
}
.icon-remove3:before {
	content: "\f1da";
}
.icon-briefcase6:before {
	content: "\f1db";
}
.icon-airplane2:before {
	content: "\f1dc";
}
.icon-truck3:before {
	content: "\f1dd";
}
.icon-road3:before {
	content: "\f1de";
}
.icon-accessibility:before {
	content: "\f1df";
}
.icon-target6:before {
	content: "\f1e0";
}
.icon-shield2:before {
	content: "\f1e1";
}
.icon-lightning7:before {
	content: "\f1e2";
}
.icon-switch32:before {
	content: "\f1e3";
}
.icon-power-cord:before {
	content: "\f1e4";
}
.icon-signup:before {
	content: "\f1e5";
}
.icon-list6:before {
	content: "\f1e6";
}
.icon-list7:before {
	content: "\f1e7";
}
.icon-numbered-list:before {
	content: "\f1e8";
}
.icon-menu2:before {
	content: "\f1e9";
}
.icon-menu3:before {
	content: "\f1ea";
}
.icon-tree2:before {
	content: "\f1eb";
}
.icon-cloud11:before {
	content: "\f1ec";
}
.icon-cloud-download3:before {
	content: "\f1ed";
}
.icon-cloud-upload3:before {
	content: "\f1ee";
}
.icon-download52:before {
	content: "\f1ef";
}
.icon-upload5:before {
	content: "\f1f0";
}
.icon-download6:before {
	content: "\f1f1";
}
.icon-upload6:before {
	content: "\f1f2";
}
.icon-globe32:before {
	content: "\f1f3";
}
.icon-earth3:before {
	content: "\f1f4";
}
.icon-link4:before {
	content: "\f1f5";
}
.icon-flag4:before {
	content: "\f1f6";
}
.icon-attachment3:before {
	content: "\f1f7";
}
.icon-eye5:before {
	content: "\f1f8";
}
.icon-eye-blocked:before {
	content: "\f1f9";
}
.icon-eye6:before {
	content: "\f1fa";
}
.icon-bookmark5:before {
	content: "\f1fb";
}
.icon-bookmarks:before {
	content: "\f1fc";
}
.icon-brightness-medium:before {
	content: "\f1fd";
}
.icon-brightness-contrast:before {
	content: "\f1fe";
}
.icon-contrast3:before {
	content: "\f1ff";
}
.icon-star5:before {
	content: "\f200";
}
.icon-star6:before {
	content: "\f201";
}
.icon-star7:before {
	content: "\f202";
}
.icon-heart42:before {
	content: "\f203";
}
.icon-heart52:before {
	content: "\f204";
}
.icon-heart-broken:before {
	content: "\f205";
}
.icon-thumbs-up4:before {
	content: "\f206";
}
.icon-thumbs-up5:before {
	content: "\f207";
}
.icon-happy2:before {
	content: "\f208";
}
.icon-happy3:before {
	content: "\f209";
}
.icon-smiley22:before {
	content: "\f20a";
}
.icon-smiley3:before {
	content: "\f20b";
}
.icon-tongue:before {
	content: "\f20c";
}
.icon-tongue2:before {
	content: "\f20d";
}
.icon-sad2:before {
	content: "\f20e";
}
.icon-sad3:before {
	content: "\f20f";
}
.icon-wink:before {
	content: "\f210";
}
.icon-wink2:before {
	content: "\f211";
}
.icon-grin:before {
	content: "\f212";
}
.icon-grin2:before {
	content: "\f213";
}
.icon-cool:before {
	content: "\f214";
}
.icon-cool2:before {
	content: "\f215";
}
.icon-angry:before {
	content: "\f216";
}
.icon-angry2:before {
	content: "\f217";
}
.icon-evil:before {
	content: "\f218";
}
.icon-evil2:before {
	content: "\f219";
}
.icon-shocked:before {
	content: "\f21a";
}
.icon-shocked2:before {
	content: "\f21b";
}
.icon-confused:before {
	content: "\f21c";
}
.icon-confused2:before {
	content: "\f21d";
}
.icon-neutral:before {
	content: "\f21e";
}
.icon-neutral2:before {
	content: "\f21f";
}
.icon-wondering:before {
	content: "\f220";
}
.icon-wondering2:before {
	content: "\f221";
}
.icon-point-up:before {
	content: "\f222";
}
.icon-point-right:before {
	content: "\f223";
}
.icon-point-down:before {
	content: "\f224";
}
.icon-point-left:before {
	content: "\f225";
}
.icon-warning22:before {
	content: "\f226";
}
.icon-notification:before {
	content: "\f227";
}
.icon-question3:before {
	content: "\f228";
}
.icon-info5:before {
	content: "\f229";
}
.icon-info6:before {
	content: "\f22a";
}
.icon-blocked22:before {
	content: "\f22b";
}
.icon-cancel-circle:before {
	content: "\f22c";
}
.icon-checkmark-circle:before {
	content: "\f22d";
}
.icon-spam3:before {
	content: "\f22e";
}
.icon-close:before {
	content: "\f22f";
}
.icon-checkmark42:before {
	content: "\f230";
}
.icon-checkmark5:before {
	content: "\f231";
}
.icon-spell-check:before {
	content: "\f232";
}
.icon-minus6:before {
	content: "\f233";
}
.icon-plus6:before {
	content: "\f234";
}
.icon-enter2:before {
	content: "\f235";
}
.icon-exit2:before {
	content: "\f236";
}
.icon-play7:before {
	content: "\f237";
}
.icon-pause5:before {
	content: "\f238";
}
.icon-stop5:before {
	content: "\f239";
}
.icon-backward2:before {
	content: "\f23a";
}
.icon-forward5:before {
	content: "\f23b";
}
.icon-play8:before {
	content: "\f23c";
}
.icon-pause6:before {
	content: "\f23d";
}
.icon-stop6:before {
	content: "\f23e";
}
.icon-backward3:before {
	content: "\f23f";
}
.icon-forward6:before {
	content: "\f240";
}
.icon-first2:before {
	content: "\f241";
}
.icon-last2:before {
	content: "\f242";
}
.icon-previous3:before {
	content: "\f243";
}
.icon-next3:before {
	content: "\f244";
}
.icon-eject4:before {
	content: "\f245";
}
.icon-volume-high:before {
	content: "\f246";
}
.icon-volume-medium:before {
	content: "\f247";
}
.icon-volume-low:before {
	content: "\f248";
}
.icon-volume-mute2:before {
	content: "\f249";
}
.icon-volume-mute3:before {
	content: "\f24a";
}
.icon-volume-increase2:before {
	content: "\f24b";
}
.icon-volume-decrease2:before {
	content: "\f24c";
}
.icon-loop2:before {
	content: "\f24d";
}
.icon-loop3:before {
	content: "\f24e";
}
.icon-loop4:before {
	content: "\f24f";
}
.icon-shuffle2:before {
	content: "\f250";
}
.icon-arrow-up-left:before {
	content: "\f251";
}
.icon-arrow-up3:before {
	content: "\f252";
}
.icon-arrow-up-right:before {
	content: "\f253";
}
.icon-arrow-right3:before {
	content: "\f254";
}
.icon-arrow-down-right:before {
	content: "\f255";
}
.icon-arrow-down3:before {
	content: "\f256";
}
.icon-arrow-down-left:before {
	content: "\f257";
}
.icon-arrow-left3:before {
	content: "\f258";
}
.icon-arrow-up-left2:before {
	content: "\f259";
}
.icon-arrow-up4:before {
	content: "\f25a";
}
.icon-arrow-up-right2:before {
	content: "\f25b";
}
.icon-arrow-right4:before {
	content: "\f25c";
}
.icon-arrow-down-right2:before {
	content: "\f25d";
}
.icon-arrow-down4:before {
	content: "\f25e";
}
.icon-arrow-down-left2:before {
	content: "\f25f";
}
.icon-arrow-left4:before {
	content: "\f260";
}
.icon-arrow-up-left3:before {
	content: "\f261";
}
.icon-arrow-up5:before {
	content: "\f262";
}
.icon-arrow-up-right3:before {
	content: "\f263";
}
.icon-arrow-right5:before {
	content: "\f264";
}
.icon-arrow-down-right3:before {
	content: "\f265";
}
.icon-arrow-down5:before {
	content: "\f266";
}
.icon-arrow-down-left3:before {
	content: "\f267";
}
.icon-arrow-left5:before {
	content: "\f268";
}
.icon-tab:before {
	content: "\f269";
}
.icon-checkbox-checked2:before {
	content: "\f26a";
}
.icon-checkbox-unchecked:before {
	content: "\f26b";
}
.icon-checkbox-partial:before {
	content: "\f26c";
}
.icon-radio-checked:before {
	content: "\f26d";
}
.icon-radio-unchecked:before {
	content: "\f26e";
}
.icon-crop5:before {
	content: "\f26f";
}
.icon-scissors3:before {
	content: "\f270";
}
.icon-filter4:before {
	content: "\f271";
}
.icon-filter5:before {
	content: "\f272";
}
.icon-font3:before {
	content: "\f273";
}
.icon-text-height2:before {
	content: "\f274";
}
.icon-text-width2:before {
	content: "\f275";
}
.icon-bold3:before {
	content: "\f276";
}
.icon-underline3:before {
	content: "\f277";
}
.icon-italic3:before {
	content: "\f278";
}
.icon-strikethrough3:before {
	content: "\f279";
}
.icon-omega:before {
	content: "\f27a";
}
.icon-sigma:before {
	content: "\f27b";
}
.icon-table2:before {
	content: "\f27c";
}
.icon-table3:before {
	content: "\f27d";
}
.icon-insert-template:before {
	content: "\f27e";
}
.icon-pilcrow3:before {
	content: "\f27f";
}
.icon-left-toright:before {
	content: "\f280";
}
.icon-right-toleft:before {
	content: "\f281";
}
.icon-paragraph-left:before {
	content: "\f282";
}
.icon-paragraph-center:before {
	content: "\f283";
}
.icon-paragraph-right:before {
	content: "\f284";
}
.icon-paragraph-justify:before {
	content: "\f285";
}
.icon-paragraph-left2:before {
	content: "\f286";
}
.icon-paragraph-center2:before {
	content: "\f287";
}
.icon-paragraph-right2:before {
	content: "\f288";
}
.icon-paragraph-justify2:before {
	content: "\f289";
}
.icon-indent-increase:before {
	content: "\f28a";
}
.icon-indent-decrease:before {
	content: "\f28b";
}
.icon-new-tab:before {
	content: "\f28c";
}
.icon-embed:before {
	content: "\f28d";
}
.icon-code3:before {
	content: "\f28e";
}
.icon-console2:before {
	content: "\f28f";
}
.icon-share6:before {
	content: "\f290";
}
.icon-mail2:before {
	content: "\f291";
}
.icon-mail3:before {
	content: "\f292";
}
.icon-mail4:before {
	content: "\f293";
}
.icon-mail5:before {
	content: "\f294";
}
.icon-google:before {
	content: "\f295";
}
.icon-google-plus3:before {
	content: "\f296";
}
.icon-google-plus4:before {
	content: "\f297";
}
.icon-google-plus5:before {
	content: "\f298";
}
.icon-google-plus6:before {
	content: "\f299";
}
.icon-google-drive:before {
	content: "\f29a";
}
.icon-facebook4:before {
	content: "\f29b";
}
.icon-facebook5:before {
	content: "\f29c";
}
.icon-facebook6:before {
	content: "\f29d";
}
.icon-instagram4:before {
	content: "\f29e";
}
.icon-twitter4:before {
	content: "\f29f";
}
.icon-twitter5:before {
	content: "\f2a0";
}
.icon-twitter6:before {
	content: "\f2a1";
}
.icon-feed3:before {
	content: "\f2a2";
}
.icon-feed4:before {
	content: "\f2a3";
}
.icon-feed5:before {
	content: "\f2a4";
}
.icon-youtube3:before {
	content: "\f2a5";
}
.icon-youtube4:before {
	content: "\f2a6";
}
.icon-vimeo2:before {
	content: "\f2a7";
}
.icon-vimeo22:before {
	content: "\f2a8";
}
.icon-vimeo3:before {
	content: "\f2a9";
}
.icon-lanyrd:before {
	content: "\f2aa";
}
.icon-flickr3:before {
	content: "\f2ab";
}
.icon-flickr4:before {
	content: "\f2ac";
}
.icon-flickr5:before {
	content: "\f2ad";
}
.icon-flickr6:before {
	content: "\f2ae";
}
.icon-picassa:before {
	content: "\f2af";
}
.icon-picassa2:before {
	content: "\f2b0";
}
.icon-dribbble4:before {
	content: "\f2b1";
}
.icon-dribbble5:before {
	content: "\f2b2";
}
.icon-dribbble6:before {
	content: "\f2b3";
}
.icon-forrst3:before {
	content: "\f2b4";
}
.icon-forrst4:before {
	content: "\f2b5";
}
.icon-deviantart:before {
	content: "\f2b6";
}
.icon-deviantart2:before {
	content: "\f2b7";
}
.icon-steam2:before {
	content: "\f2b8";
}
.icon-steam3:before {
	content: "\f2b9";
}
.icon-github3:before {
	content: "\f2ba";
}
.icon-github4:before {
	content: "\f2bb";
}
.icon-github5:before {
	content: "\f2bc";
}
.icon-github6:before {
	content: "\f2bd";
}
.icon-github7:before {
	content: "\f2be";
}
.icon-wordpress2:before {
	content: "\f2bf";
}
.icon-wordpress3:before {
	content: "\f2c0";
}
.icon-joomla2:before {
	content: "\f2c1";
}
.icon-blogger2:before {
	content: "\f2c2";
}
.icon-blogger3:before {
	content: "\f2c3";
}
.icon-tumblr3:before {
	content: "\f2c4";
}
.icon-tumblr4:before {
	content: "\f2c5";
}
.icon-yahoo2:before {
	content: "\f2c6";
}
.icon-tux:before {
	content: "\f2c7";
}
.icon-apple3:before {
	content: "\f2c8";
}
.icon-finder2:before {
	content: "\f2c9";
}
.icon-android3:before {
	content: "\f2ca";
}
.icon-windows3:before {
	content: "\f2cb";
}
.icon-windows8:before {
	content: "\f2cc";
}
.icon-soundcloud:before {
	content: "\f2cd";
}
.icon-soundcloud2:before {
	content: "\f2ce";
}
.icon-skype4:before {
	content: "\f2cf";
}
.icon-reddit2:before {
	content: "\f2d0";
}
.icon-linkedin3:before {
	content: "\f2d1";
}
.icon-lastfm2:before {
	content: "\f2d2";
}
.icon-lastfm3:before {
	content: "\f2d3";
}
.icon-delicious2:before {
	content: "\f2d4";
}
.icon-stumbleupon2:before {
	content: "\f2d5";
}
.icon-stumbleupon3:before {
	content: "\f2d6";
}
.icon-stackoverflow:before {
	content: "\f2d7";
}
.icon-pinterest2:before {
	content: "\f2d8";
}
.icon-pinterest3:before {
	content: "\f2d9";
}
.icon-xing2:before {
	content: "\f2da";
}
.icon-xing3:before {
	content: "\f2db";
}
.icon-flattr:before {
	content: "\f2dc";
}
.icon-foursquare3:before {
	content: "\f2dd";
}
.icon-foursquare4:before {
	content: "\f2de";
}
.icon-paypal2:before {
	content: "\f2df";
}
.icon-paypal3:before {
	content: "\f2e0";
}
.icon-paypal4:before {
	content: "\f2e1";
}
.icon-yelp:before {
	content: "\f2e2";
}
.icon-libreoffice:before {
	content: "\f2e3";
}
.icon-file-pdf:before {
	content: "\f2e4";
}
.icon-file-openoffice:before {
	content: "\f2e5";
}
.icon-file-word:before {
	content: "\f2e6";
}
.icon-file-excel:before {
	content: "\f2e7";
}
.icon-file-zip:before {
	content: "\f2e8";
}
.icon-file-powerpoint:before {
	content: "\f2e9";
}
.icon-file-xml:before {
	content: "\f2ea";
}
.icon-file-css:before {
	content: "\f2eb";
}
.icon-html53:before {
	content: "\f2ec";
}
.icon-html54:before {
	content: "\f2ed";
}
.icon-css33:before {
	content: "\f2ee";
}
.icon-chrome2:before {
	content: "\f2ef";
}
.icon-firefox2:before {
	content: "\f2f0";
}
.icon-IE:before {
	content: "\f2f1";
}
.icon-opera:before {
	content: "\f2f2";
}
.icon-safari:before {
	content: "\f2f3";
}
.icon-IcoMoon:before {
	content: "\f2f4";
}
.icon-chat3:before {
	content: "\f01d";
}
.icon-chat-alt-stroke:before {
	content: "\f01e";
}
.icon-chat-alt-fill:before {
	content: "\f01f";
}
.icon-comment-alt1-stroke:before {
	content: "\f020";
}
.icon-comment8:before {
	content: "\f021";
}
.icon-comment-stroke:before {
	content: "\f022";
}
.icon-comment-fill:before {
	content: "\f023";
}
.icon-comment-alt2-stroke:before {
	content: "\f024";
}
.icon-comment-alt2-fill:before {
	content: "\f025";
}
.icon-checkmark2:before {
	content: "\f026";
}
.icon-check-alt:before {
	content: "\f027";
}
.icon-x2:before {
	content: "\f028";
}
.icon-x-altx-alt:before {
	content: "\f029";
}
.icon-denied:before {
	content: "\f02a";
}
.icon-cursor2:before {
	content: "\f02b";
}
.icon-rss3:before {
	content: "\f02c";
}
.icon-rss-alt:before {
	content: "\f02d";
}
.icon-wrench3:before {
	content: "\f02e";
}
.icon-dial:before {
	content: "\f02f";
}
.icon-cog2:before {
	content: "\f030";
}
.icon-calendar5:before {
	content: "\f031";
}
.icon-calendar-alt-stroke:before {
	content: "\f032";
}
.icon-calendar-alt-fill:before {
	content: "\f033";
}
.icon-share5:before {
	content: "\f034";
}
.icon-mail:before {
	content: "\f035";
}
.icon-heart-stroke:before {
	content: "\f036";
}
.icon-heart-fill:before {
	content: "\f037";
}
.icon-movie:before {
	content: "\f038";
}
.icon-document-alt-stroke:before {
	content: "\f039";
}
.icon-document-alt-fill:before {
	content: "\f03a";
}
.icon-document-stroke:before {
	content: "\f03b";
}
.icon-document-fill:before {
	content: "\f03c";
}
.icon-plus4:before {
	content: "\f03d";
}
.icon-plus-alt:before {
	content: "\f03e";
}
.icon-minus4:before {
	content: "\f03f";
}
.icon-minus-alt:before {
	content: "\f040";
}
.icon-pin3:before {
	content: "\f041";
}
.icon-link3:before {
	content: "\f042";
}
.icon-bolt2:before {
	content: "\f043";
}
.icon-move3:before {
	content: "\f044";
}
.icon-move-alt1:before {
	content: "\f045";
}
.icon-move-alt2:before {
	content: "\f046";
}
.icon-equalizer3:before {
	content: "\f047";
}
.icon-award-fill:before {
	content: "\f048";
}
.icon-award-stroke:before {
	content: "\f049";
}
.icon-magnifying-glass:before {
	content: "\f04a";
}
.icon-trash-stroke:before {
	content: "\f04b";
}
.icon-trash-fill:before {
	content: "\f04c";
}
.icon-beaker-alt:before {
	content: "\f04d";
}
.icon-beaker2:before {
	content: "\f04e";
}
.icon-key-stroke:before {
	content: "\f04f";
}
.icon-key-fill:before {
	content: "\f050";
}
.icon-new-window:before {
	content: "\f051";
}
.icon-lightbulb3:before {
	content: "\f052";
}
.icon-spin-alt:before {
	content: "\f053";
}
.icon-spin:before {
	content: "\f054";
}
.icon-curved-arrow:before {
	content: "\f055";
}
.icon-undo3:before {
	content: "\f056";
}
.icon-reload:before {
	content: "\f057";
}
.icon-reload-alt:before {
	content: "\f058";
}
.icon-loop:before {
	content: "\f059";
}
.icon-loop-alt1:before {
	content: "\f05a";
}
.icon-loop-alt2:before {
	content: "\f05b";
}
.icon-loop-alt3:before {
	content: "\f05c";
}
.icon-loop-alt4:before {
	content: "\f05d";
}
.icon-transfer:before {
	content: "\f05e";
}
.icon-move-vertical:before {
	content: "\f05f";
}
.icon-move-vertical-alt1:before {
	content: "\f060";
}
.icon-move-vertical-alt2:before {
	content: "\f061";
}
.icon-move-horizontal:before {
	content: "\f062";
}
.icon-move-horizontal-alt1:before {
	content: "\f063";
}
.icon-move-horizontal-alt2:before {
	content: "\f064";
}
.icon-arrow-left2:before {
	content: "\f065";
}
.icon-arrow-left-alt1:before {
	content: "\f066";
}
.icon-arrow-left-alt2:before {
	content: "\f067";
}
.icon-arrow-right2:before {
	content: "\f068";
}
.icon-arrow-right-alt1:before {
	content: "\f069";
}
.icon-arrow-right-alt2:before {
	content: "\f06a";
}
.icon-arrow-up2:before {
	content: "\f06b";
}
.icon-arrow-up-alt1:before {
	content: "\f06c";
}
.icon-arrow-up-alt2:before {
	content: "\f06d";
}
.icon-arrow-down2:before {
	content: "\f06e";
}
.icon-arrow-down-alt1:before {
	content: "\f06f";
}
.icon-arrow-down-alt2:before {
	content: "\f070";
}
.icon-cd2:before {
	content: "\f071";
}
.icon-steering-wheel:before {
	content: "\f072";
}
.icon-microphone3:before {
	content: "\f073";
}
.icon-headphones3:before {
	content: "\f074";
}
.icon-volume:before {
	content: "\f075";
}
.icon-volume-mute:before {
	content: "\f076";
}
.icon-play4:before {
	content: "\f077";
}
.icon-pause3:before {
	content: "\f078";
}
.icon-stop3:before {
	content: "\f079";
}
.icon-eject3:before {
	content: "\f07a";
}
.icon-first:before {
	content: "\f07b";
}
.icon-last:before {
	content: "\f07c";
}
.icon-play-alt:before {
	content: "\f07d";
}
.icon-fullscreen-exit:before {
	content: "\f07e";
}
.icon-fullscreen-exit-alt:before {
	content: "\f07f";
}
.icon-fullscreen2:before {
	content: "\f080";
}
.icon-fullscreen-alt:before {
	content: "\f081";
}
.icon-iphone2:before {
	content: "\f082";
}
.icon-battery-empty:before {
	content: "\f083";
}
.icon-battery-half:before {
	content: "\f084";
}
.icon-battery-full:before {
	content: "\f085";
}
.icon-battery-charging:before {
	content: "\f086";
}
.icon-compass5:before {
	content: "\f087";
}
.icon-box:before {
	content: "\f088";
}
.icon-folder-stroke:before {
	content: "\f089";
}
.icon-folder-fill:before {
	content: "\f08a";
}
.icon-at2:before {
	content: "\f08b";
}
.icon-ampersand:before {
	content: "\f08c";
}
.icon-info3:before {
	content: "\f08d";
}
.icon-question-mark:before {
	content: "\f08e";
}
.icon-pilcrow2:before {
	content: "\f08f";
}
.icon-hash:before {
	content: "\f090";
}
.icon-left-quote:before {
	content: "\f091";
}
.icon-right-quote:before {
	content: "\f092";
}
.icon-left-quote-alt:before {
	content: "\f093";
}
.icon-right-quote-alt:before {
	content: "\f094";
}
.icon-article:before {
	content: "\f095";
}
.icon-read-more:before {
	content: "\f096";
}
.icon-list4:before {
	content: "\f097";
}
.icon-list-nested:before {
	content: "\f098";
}
.icon-book3:before {
	content: "\f099";
}
.icon-book-alt:before {
	content: "\f09a";
}
.icon-book-alt2:before {
	content: "\f09b";
}
.icon-pen2:before {
	content: "\f09c";
}
.icon-pen-alt-stroke:before {
	content: "\f09d";
}
.icon-pen-alt-fill:before {
	content: "\f09e";
}
.icon-pen-alt2:before {
	content: "\f09f";
}
.icon-brush2:before {
	content: "\f0a0";
}
.icon-brush-alt:before {
	content: "\f0a1";
}
.icon-eyedropper2:before {
	content: "\f0a2";
}
.icon-layers-alt:before {
	content: "\f0a3";
}
.icon-layers3:before {
	content: "\f0a4";
}
.icon-image2:before {
	content: "\f0a5";
}
.icon-camera4:before {
	content: "\f0a6";
}
.icon-aperture2:before {
	content: "\f0a7";
}
.icon-aperture-alt:before {
	content: "\f0a8";
}
.icon-chart:before {
	content: "\f0a9";
}
.icon-chart-alt:before {
	content: "\f0aa";
}
.icon-bars:before {
	content: "\f0ab";
}
.icon-bars-alt:before {
	content: "\f0ac";
}
.icon-eye3:before {
	content: "\f0ad";
}
.icon-user4:before {
	content: "\f0ae";
}
.icon-home4:before {
	content: "\f0af";
}
.icon-clock4:before {
	content: "\f0b0";
}
.icon-lock-stroke:before {
	content: "\f0b1";
}
.icon-lock-fill:before {
	content: "\f0b2";
}
.icon-unlock-stroke:before {
	content: "\f0b3";
}
.icon-unlock-fill:before {
	content: "\f0b4";
}
.icon-tag-stroke:before {
	content: "\f0b5";
}
.icon-tag-fill:before {
	content: "\f0b6";
}
.icon-sun-stroke:before {
	content: "\f0b7";
}
.icon-sun-fill:before {
	content: "\f0b8";
}
.icon-moon-stroke:before {
	content: "\f0b9";
}
.icon-moon-fill:before {
	content: "\f0ba";
}
.icon-cloud9:before {
	content: "\f0bb";
}
.icon-rain2:before {
	content: "\f0bc";
}
.icon-umbrella3:before {
	content: "\f0bd";
}
.icon-star2:before {
	content: "\f0be";
}
.icon-map-pin-stroke:before {
	content: "\f0bf";
}
.icon-map-pin-fill:before {
	content: "\f0c0";
}
.icon-map-pin-alt:before {
	content: "\f0c1";
}
.icon-target2:before {
	content: "\f0c2";
}
.icon-download3:before {
	content: "\f0c3";
}
.icon-upload3:before {
	content: "\f0c4";
}
.icon-cloud-download2:before {
	content: "\f0c5";
}
.icon-cloud-upload2:before {
	content: "\f0c6";
}
.icon-fork2:before {
	content: "\f0c7";
}
.icon-paperclip4:before {
	content: "\f0c8";
}
.icon-facebook8:before {
	content: "\f36d";
}
.icon-twitter-old:before {
	content: "\f36e";
}
.icon-share8:before {
	content: "\f36f";
}
.icon-feed7:before {
	content: "\f370";
}
.icon-bird:before {
	content: "\f371";
}
.icon-chat6:before {
	content: "\f372";
}
.icon-envelope5:before {
	content: "\f373";
}
.icon-envelope6:before {
	content: "\f374";
}
.icon-phone7:before {
	content: "\f375";
}
.icon-phone8:before {
	content: "\f376";
}
.icon-phone9:before {
	content: "\f377";
}
.icon-mobile8:before {
	content: "\f378";
}
.icon-ipod3:before {
	content: "\f379";
}
.icon-monitor3:before {
	content: "\f37a";
}
.icon-laptop4:before {
	content: "\f37b";
}
.icon-modem:before {
	content: "\f37c";
}
.icon-speaker3:before {
	content: "\f37d";
}
.icon-window2:before {
	content: "\f37e";
}
.icon-server2:before {
	content: "\f37f";
}
.icon-hdd3:before {
	content: "\f380";
}
.icon-keyboard6:before {
	content: "\f381";
}
.icon-mouse4:before {
	content: "\f382";
}
.icon-cd3:before {
	content: "\f383";
}
.icon-floppy2:before {
	content: "\f384";
}
.icon-hardware:before {
	content: "\f385";
}
.icon-usb4:before {
	content: "\f386";
}
.icon-cord:before {
	content: "\f387";
}
.icon-socket:before {
	content: "\f388";
}
.icon-socket2:before {
	content: "\f389";
}
.icon-socket3:before {
	content: "\f38a";
}
.icon-printer:before {
	content: "\f38b";
}
.icon-camera10:before {
	content: "\f38c";
}
.icon-pictures2:before {
	content: "\f38d";
}
.icon-eye7:before {
	content: "\f38e";
}
.icon-uniF38F:before {
	content: "\f38f";
}
.icon-film5:before {
	content: "\f390";
}
.icon-camera11:before {
	content: "\f391";
}
.icon-movie2:before {
	content: "\f392";
}
.icon-tv3:before {
	content: "\f393";
}
.icon-camera12:before {
	content: "\f394";
}
.icon-camera13:before {
	content: "\f395";
}
.icon-volume4:before {
	content: "\f396";
}
.icon-music5:before {
	content: "\f397";
}
.icon-microphone4:before {
	content: "\f398";
}
.icon-radio2:before {
	content: "\f399";
}
.icon-ipod4:before {
	content: "\f39a";
}
.icon-headphone:before {
	content: "\f39b";
}
.icon-cassette2:before {
	content: "\f39c";
}
.icon-broadcast:before {
	content: "\f39d";
}
.icon-broadcast2:before {
	content: "\f39e";
}
.icon-calculator4:before {
	content: "\f39f";
}
.icon-gamepad2:before {
	content: "\f3a0";
}
.icon-gamepad3:before {
	content: "\f3a1";
}
.icon-cog7:before {
	content: "\f3a2";
}
.icon-shield3:before {
	content: "\f3a3";
}
.icon-skull2:before {
	content: "\f3a4";
}
.icon-bug5:before {
	content: "\f3a5";
}
.icon-mine:before {
	content: "\f3a6";
}
.icon-earth5:before {
	content: "\f3a7";
}
.icon-globe5:before {
	content: "\f3a8";
}
.icon-planet:before {
	content: "\f3a9";
}
.icon-battery2:before {
	content: "\f3aa";
}
.icon-battery-low:before {
	content: "\f3ab";
}
.icon-battery3:before {
	content: "\f3ac";
}
.icon-battery-full2:before {
	content: "\f3ad";
}
.icon-folder3:before {
	content: "\f3ae";
}
.icon-search8:before {
	content: "\f3af";
}
.icon-zoom-out5:before {
	content: "\f3b0";
}
.icon-zoom-in5:before {
	content: "\f3b1";
}
.icon-binocular:before {
	content: "\f3b2";
}
.icon-location6:before {
	content: "\f3b3";
}
.icon-pin5:before {
	content: "\f3b4";
}
.icon-file10:before {
	content: "\f3b5";
}
.icon-tag6:before {
	content: "\f3b6";
}
.icon-quote2:before {
	content: "\f3b7";
}
.icon-attachment3:before {
	content: "\f3b8";
}
.icon-bookmark7:before {
	content: "\f3b9";
}
.icon-bookmark8:before {
	content: "\f3ba";
}
.icon-newspaper4:before {
	content: "\f3bb";
}
.icon-notebook2:before {
	content: "\f3bc";
}
.icon-address-book3:before {
	content: "\f3bd";
}
.icon-clipboard2:before {
	content: "\f3be";
}
.icon-clipboard3:before {
	content: "\f3bf";
}
.icon-board:before {
	content: "\f3c0";
}
.icon-pencil7:before {
	content: "\f3c1";
}
.icon-pen4:before {
	content: "\f3c2";
}
.icon-user12:before {
	content: "\f3c3";
}
.icon-user13:before {
	content: "\f3c4";
}
.icon-user14:before {
	content: "\f3c5";
}
.icon-trashcan3:before {
	content: "\f3c6";
}
.icon-cart6:before {
	content: "\f3c7";
}
.icon-bag2:before {
	content: "\f3c8";
}
.icon-suitcase2:before {
	content: "\f3c9";
}
.icon-card:before {
	content: "\f3ca";
}
.icon-book6:before {
	content: "\f3cb";
}
.icon-gift5:before {
	content: "\f3cc";
}
.icon-lamp3:before {
	content: "\f3cd";
}
.icon-settings7:before {
	content: "\f3ce";
}
.icon-support4:before {
	content: "\f3cf";
}
.icon-medicine:before {
	content: "\f3d0";
}
.icon-cone2:before {
	content: "\f3d1";
}
.icon-locked4:before {
	content: "\f3d2";
}
.icon-unlocked3:before {
	content: "\f3d3";
}
.icon-key6:before {
	content: "\f3d4";
}
.icon-info8:before {
	content: "\f3d5";
}
.icon-clock10:before {
	content: "\f3d6";
}
.icon-timer:before {
	content: "\f3d7";
}
.icon-food3:before {
	content: "\f3d8";
}
.icon-drink:before {
	content: "\f3d9";
}
.icon-mug3:before {
	content: "\f3da";
}
.icon-cup2:before {
	content: "\f3db";
}
.icon-drink2:before {
	content: "\f3dc";
}
.icon-mug4:before {
	content: "\f3dd";
}
.icon-lollipop:before {
	content: "\f3de";
}
.icon-lab2:before {
	content: "\f3df";
}
.icon-puzzle2:before {
	content: "\f3e0";
}
.icon-flag5:before {
	content: "\f3e1";
}
.icon-star9:before {
	content: "\f3e2";
}
.icon-heart8:before {
	content: "\f3e3";
}
.icon-badge:before {
	content: "\f3e4";
}
.icon-cup3:before {
	content: "\f3e5";
}
.icon-scissors2:before {
	content: "\f3e6";
}
.icon-snowflake2:before {
	content: "\f3e7";
}
.icon-cloud13:before {
	content: "\f3e8";
}
.icon-lightning8:before {
	content: "\f3e9";
}
.icon-night:before {
	content: "\f3ea";
}
.icon-sunny:before {
	content: "\f3eb";
}
.icon-droplet3:before {
	content: "\f3ec";
}
.icon-umbrella4:before {
	content: "\f3ed";
}
.icon-truck4:before {
	content: "\f3ee";
}
.icon-car:before {
	content: "\f3ef";
}
.icon-gas-pump:before {
	content: "\f3f0";
}
.icon-factory2:before {
	content: "\f3f1";
}
.icon-tree2:before {
	content: "\f3f2";
}
.icon-leaf3:before {
	content: "\f3f3";
}
.icon-flower2:before {
	content: "\f3f4";
}
.icon-direction:before {
	content: "\f3f5";
}
.icon-thumbs-up6:before {
	content: "\f3f6";
}
.icon-thumbs-down4:before {
	content: "\f3f7";
}
.icon-pointer2:before {
	content: "\f3f8";
}
.icon-pointer3:before {
	content: "\f3f9";
}
.icon-pointer4:before {
	content: "\f3fa";
}
.icon-pointer5:before {
	content: "\f3fb";
}
.icon-arrow-up6:before {
	content: "\f3fc";
}
.icon-arrow-down6:before {
	content: "\f3fd";
}
.icon-arrow-left6:before {
	content: "\f3fe";
}
.icon-arrow-right6:before {
	content: "\f3ff";
}
.icon-arrow-top-right:before {
	content: "\f400";
}
.icon-arrow-top-left:before {
	content: "\f401";
}
.icon-arrow-bottom-right:before {
	content: "\f402";
}
.icon-arrow-bottom-left:before {
	content: "\f403";
}
.icon-contract4:before {
	content: "\f404";
}
.icon-enlarge:before {
	content: "\f405";
}
.icon-refresh5:before {
	content: "\f406";
}
.icon-sunrise:before {
	content: "\efbc";
}
.icon-sun3:before {
	content: "\efbd";
}
.icon-moon3:before {
	content: "\efbe";
}
.icon-sun4:before {
	content: "\efbf";
}
.icon-windy:before {
	content: "\efc0";
}
.icon-wind2:before {
	content: "\efc1";
}
.icon-snowflake:before {
	content: "\efc2";
}
.icon-cloudy:before {
	content: "\efc3";
}
.icon-cloud3:before {
	content: "\efc4";
}
.icon-weather:before {
	content: "\efc5";
}
.icon-weather2:before {
	content: "\efc6";
}
.icon-weather3:before {
	content: "\efc7";
}
.icon-lines:before {
	content: "\efc8";
}
.icon-cloud4:before {
	content: "\efc9";
}
.icon-lightning:before {
	content: "\efca";
}
.icon-lightning3:before {
	content: "\efcb";
}
.icon-rainy:before {
	content: "\efcc";
}
.icon-rainy2:before {
	content: "\efcd";
}
.icon-windy2:before {
	content: "\efce";
}
.icon-windy3:before {
	content: "\efcf";
}
.icon-snowy:before {
	content: "\efd0";
}
.icon-snowy2:before {
	content: "\efd1";
}
.icon-snowy3:before {
	content: "\efd2";
}
.icon-weather4:before {
	content: "\efd3";
}
.icon-cloudy2:before {
	content: "\efd4";
}
.icon-cloud5:before {
	content: "\efd5";
}
.icon-lightning4:before {
	content: "\efd6";
}
.icon-sun5:before {
	content: "\efd7";
}
.icon-moon4:before {
	content: "\efd8";
}
.icon-cloudy3:before {
	content: "\efd9";
}
.icon-cloud6:before {
	content: "\efda";
}
.icon-cloud7:before {
	content: "\efdb";
}
.icon-lightning5:before {
	content: "\efdc";
}
.icon-rainy3:before {
	content: "\efdd";
}
.icon-rainy4:before {
	content: "\efde";
}
.icon-windy4:before {
	content: "\efdf";
}
.icon-windy5:before {
	content: "\efe0";
}
.icon-snowy4:before {
	content: "\efe1";
}
.icon-snowy5:before {
	content: "\efe2";
}
.icon-weather5:before {
	content: "\efe3";
}
.icon-cloudy4:before {
	content: "\efe4";
}
.icon-lightning6:before {
	content: "\efe5";
}
.icon-thermometer:before {
	content: "\efe6";
}
.icon-compass3:before {
	content: "\efe7";
}
.icon-none:before {
	content: "\efe8";
}
.icon-Celsius:before {
	content: "\efe9";
}
.icon-Fahrenheit:before {
	content: "\efea";
}
.icon-earth:before {
	content: "\efeb";
}
.icon-clock3:before {
	content: "\efec";
}
.icon-minus3:before {
	content: "\efed";
}
.icon-plus3:before {
	content: "\efee";
}
.icon-cancel:before {
	content: "\efef";
}
.icon-question2:before {
	content: "\eff0";
}
.icon-comment7:before {
	content: "\eff1";
}
.icon-chat2:before {
	content: "\eff2";
}
.icon-speaker2:before {
	content: "\eff3";
}
.icon-heart2:before {
	content: "\eff4";
}
.icon-list3:before {
	content: "\eff5";
}
.icon-edit4:before {
	content: "\eff6";
}
.icon-trash3:before {
	content: "\eff7";
}
.icon-briefcase4:before {
	content: "\eff8";
}
.icon-newspaper:before {
	content: "\eff9";
}
.icon-calendar4:before {
	content: "\effa";
}
.icon-inbox3:before {
	content: "\effb";
}
.icon-facebook3:before {
	content: "\effc";
}
.icon-google-plus2:before {
	content: "\effd";
}
.icon-instagram3:before {
	content: "\effe";
}
.icon-contrast:before {
	content: "\efff";
}
.icon-brightness2:before {
	content: "\f000";
}
.icon-user3:before {
	content: "\f001";
}
.icon-users:before {
	content: "\f002";
}
.icon-sent:before {
	content: "\f003";
}
.icon-archive3:before {
	content: "\f004";
}
.icon-desktop2:before {
	content: "\f005";
}
.icon-reply2:before {
	content: "\f006";
}
.icon-popup:before {
	content: "\f007";
}
.icon-grid2:before {
	content: "\f008";
}
.icon-email3:before {
	content: "\f009";
}
.icon-tag3:before {
	content: "\f00a";
}
.icon-film2:before {
	content: "\f00b";
}
.icon-share4:before {
	content: "\f00c";
}
.icon-picture2:before {
	content: "\f00d";
}
.icon-frame:before {
	content: "\f00e";
}
.icon-wand:before {
	content: "\f00f";
}
.icon-mobile3:before {
	content: "\f010";
}
.icon-crop3:before {
	content: "\f011";
}
.icon-marquee:before {
	content: "\f012";
}
.icon-locked:before {
	content: "\f013";
}
.icon-pin2:before {
	content: "\f014";
}
.icon-zoom-in2:before {
	content: "\f015";
}
.icon-zoom-out2:before {
	content: "\f016";
}
.icon-search3:before {
	content: "\f017";
}
.icon-home3:before {
	content: "\f018";
}
.icon-cart:before {
	content: "\f019";
}
.icon-camera3:before {
	content: "\f01a";
}
.icon-compass4:before {
	content: "\f01b";
}
.icon-cloud8:before {
	content: "\f01c";
}
.icon-download7:before {
	content: "\f345";
}
.icon-chat5:before {
	content: "\f346";
}
.icon-archive4:before {
	content: "\f347";
}
.icon-user11:before {
	content: "\f348";
}
.icon-users5:before {
	content: "\f349";
}
.icon-archive5:before {
	content: "\f34a";
}
.icon-earth4:before {
	content: "\f34b";
}
.icon-location5:before {
	content: "\f34c";
}
.icon-contract3:before {
	content: "\f34d";
}
.icon-mobile7:before {
	content: "\f34e";
}
.icon-screen3:before {
	content: "\f34f";
}
.icon-mail6:before {
	content: "\f350";
}
.icon-support2:before {
	content: "\f351";
}
.icon-help:before {
	content: "\f352";
}
.icon-videos:before {
	content: "\f353";
}
.icon-pictures:before {
	content: "\f354";
}
.icon-link5:before {
	content: "\f355";
}
.icon-search7:before {
	content: "\f356";
}
.icon-cog6:before {
	content: "\f357";
}
.icon-trashcan2:before {
	content: "\f358";
}
.icon-pencil5:before {
	content: "\f359";
}
.icon-info7:before {
	content: "\f35a";
}
.icon-article2:before {
	content: "\f35b";
}
.icon-clock9:before {
	content: "\f35c";
}
.icon-photoshop2:before {
	content: "\f35d";
}
.icon-illustrator2:before {
	content: "\f35e";
}
.icon-star8:before {
	content: "\f35f";
}
.icon-heart7:before {
	content: "\f360";
}
.icon-bookmark6:before {
	content: "\f361";
}
.icon-file9:before {
	content: "\f362";
}
.icon-feed6:before {
	content: "\f363";
}
.icon-locked3:before {
	content: "\f364";
}
.icon-unlocked2:before {
	content: "\f365";
}
.icon-refresh4:before {
	content: "\f366";
}
.icon-list9:before {
	content: "\f367";
}
.icon-share7:before {
	content: "\f368";
}
.icon-archive6:before {
	content: "\f369";
}
.icon-images3:before {
	content: "\f36a";
}
.icon-images4:before {
	content: "\f36b";
}
.icon-pencil6:before {
	content: "\f36c";
}
.icon-glass:before {
	content: "\e603";
}
.icon-music:before {
	content: "\e604";
}
.icon-search:before {
	content: "\e605";
}
.icon-envelope:before {
	content: "\e606";
}
.icon-heart:before {
	content: "\e607";
}
.icon-star:before {
	content: "\e608";
}
.icon-star-empty:before {
	content: "\e609";
}
.icon-user:before {
	content: "\e60a";
}
.icon-film:before {
	content: "\e60b";
}
.icon-th-large:before {
	content: "\e60c";
}
.icon-th:before {
	content: "\e60d";
}
.icon-th-list:before {
	content: "\e60e";
}
.icon-ok:before {
	content: "\e60f";
}
.icon-remove:before {
	content: "\e610";
}
.icon-zoom-in:before {
	content: "\e611";
}
.icon-zoom-out:before {
	content: "\e612";
}
.icon-off:before {
	content: "\e613";
}
.icon-signal:before {
	content: "\e614";
}
.icon-cog:before {
	content: "\e615";
}
.icon-trash:before {
	content: "\e616";
}
.icon-home:before {
	content: "\e617";
}
.icon-file:before {
	content: "\e618";
}
.icon-time:before {
	content: "\e619";
}
.icon-road:before {
	content: "\e61a";
}
.icon-download-alt:before {
	content: "\e61b";
}
.icon-download:before {
	content: "\e61c";
}
.icon-upload:before {
	content: "\e61d";
}
.icon-inbox:before {
	content: "\e61e";
}
.icon-play-circle:before {
	content: "\e61f";
}
.icon-repeat:before {
	content: "\e620";
}
.icon-refresh:before {
	content: "\e621";
}
.icon-list-alt:before {
	content: "\e622";
}
.icon-lock:before {
	content: "\e623";
}
.icon-flag:before {
	content: "\e624";
}
.icon-headphones:before {
	content: "\e625";
}
.icon-volume-off:before {
	content: "\e626";
}
.icon-volume-down:before {
	content: "\e627";
}
.icon-volume-up:before {
	content: "\e628";
}
.icon-qrcode:before {
	content: "\e629";
}
.icon-barcode:before {
	content: "\e62a";
}
.icon-tag:before {
	content: "\e62b";
}
.icon-tags:before {
	content: "\e62c";
}
.icon-book:before {
	content: "\e62d";
}
.icon-bookmark:before {
	content: "\e62e";
}
.icon-print:before {
	content: "\e62f";
}
.icon-camera:before {
	content: "\e630";
}
.icon-font:before {
	content: "\e631";
}
.icon-bold:before {
	content: "\e632";
}
.icon-italic:before {
	content: "\e633";
}
.icon-text-height:before {
	content: "\e634";
}
.icon-text-width:before {
	content: "\e635";
}
.icon-align-left:before {
	content: "\e636";
}
.icon-align-center:before {
	content: "\e637";
}
.icon-align-right:before {
	content: "\e638";
}
.icon-align-justify:before {
	content: "\e639";
}
.icon-list:before {
	content: "\e63a";
}
.icon-indent-left:before {
	content: "\e63b";
}
.icon-indent-right:before {
	content: "\e63c";
}
.icon-facetime-video:before {
	content: "\e63d";
}
.icon-picture:before {
	content: "\e63e";
}
.icon-pencil:before {
	content: "\e63f";
}
.icon-map-marker:before {
	content: "\e640";
}
.icon-adjust:before {
	content: "\e641";
}
.icon-tint:before {
	content: "\e642";
}
.icon-edit:before {
	content: "\e643";
}
.icon-share:before {
	content: "\e644";
}
.icon-check:before {
	content: "\e645";
}
.icon-move:before {
	content: "\e646";
}
.icon-step-backward:before {
	content: "\e647";
}
.icon-fast-backward:before {
	content: "\e648";
}
.icon-backward:before {
	content: "\e649";
}
.icon-play:before {
	content: "\e64a";
}
.icon-pause:before {
	content: "\e64b";
}
.icon-stop:before {
	content: "\e64c";
}
.icon-forward:before {
	content: "\e64d";
}
.icon-fast-forward:before {
	content: "\e64e";
}
.icon-step-forward:before {
	content: "\e64f";
}
.icon-eject:before {
	content: "\e650";
}
.icon-chevron-left:before {
	content: "\e651";
}
.icon-chevron-right:before {
	content: "\e652";
}
.icon-plus-sign:before {
	content: "\e653";
}
.icon-minus-sign:before {
	content: "\e654";
}
.icon-remove-sign:before {
	content: "\e655";
}
.icon-ok-sign:before {
	content: "\e656";
}
.icon-question-sign:before {
	content: "\e657";
}
.icon-info-sign:before {
	content: "\e658";
}
.icon-screenshot:before {
	content: "\e659";
}
.icon-remove-circle:before {
	content: "\e65a";
}
.icon-ok-circle:before {
	content: "\e65b";
}
.icon-ban-circle:before {
	content: "\e65c";
}
.icon-arrow-left:before {
	content: "\e65d";
}
.icon-arrow-right:before {
	content: "\e65e";
}
.icon-arrow-up:before {
	content: "\e65f";
}
.icon-arrow-down:before {
	content: "\e660";
}
.icon-share-alt:before {
	content: "\e661";
}
.icon-resize-full:before {
	content: "\e662";
}
.icon-resize-small:before {
	content: "\e663";
}
.icon-plus:before {
	content: "\e664";
}
.icon-minus:before {
	content: "\e665";
}
.icon-asterisk:before {
	content: "\e666";
}
.icon-exclamation-sign:before {
	content: "\e667";
}
.icon-gift:before {
	content: "\e668";
}
.icon-leaf:before {
	content: "\e669";
}
.icon-fire:before {
	content: "\e66a";
}
.icon-eye-open:before {
	content: "\e66b";
}
.icon-eye-close:before {
	content: "\e66c";
}
.icon-warning-sign:before {
	content: "\e66d";
}
.icon-plane:before {
	content: "\e66e";
}
.icon-calendar:before {
	content: "\e66f";
}
.icon-random:before {
	content: "\e670";
}
.icon-comment:before {
	content: "\e671";
}
.icon-magnet:before {
	content: "\e672";
}
.icon-chevron-up:before {
	content: "\e673";
}
.icon-chevron-down:before {
	content: "\e674";
}
.icon-retweet:before {
	content: "\e675";
}
.icon-shopping-cart:before {
	content: "\e676";
}
.icon-folder-close:before {
	content: "\e677";
}
.icon-folder-open:before {
	content: "\e678";
}
.icon-resize-vertical:before {
	content: "\e679";
}
.icon-resize-horizontal:before {
	content: "\e67a";
}
.icon-bar-chart:before {
	content: "\e67b";
}
.icon-twitter-sign:before {
	content: "\e67c";
}
.icon-facebook-sign:before {
	content: "\e67d";
}
.icon-camera-retro:before {
	content: "\e67e";
}
.icon-key:before {
	content: "\e67f";
}
.icon-cogs:before {
	content: "\e680";
}
.icon-comments:before {
	content: "\e681";
}
.icon-thumbs-up:before {
	content: "\e682";
}
.icon-thumbs-down:before {
	content: "\e683";
}
.icon-star-half:before {
	content: "\e684";
}
.icon-heart-empty:before {
	content: "\e685";
}
.icon-signout:before {
	content: "\e686";
}
.icon-linkedin-sign:before {
	content: "\e687";
}
.icon-pushpin:before {
	content: "\e688";
}
.icon-external-link:before {
	content: "\e689";
}
.icon-signin:before {
	content: "\e68a";
}
.icon-trophy:before {
	content: "\e68b";
}
.icon-github-sign:before {
	content: "\e68c";
}
.icon-upload-alt:before {
	content: "\e68d";
}
.icon-lemon:before {
	content: "\e68e";
}
.icon-phone:before {
	content: "\e68f";
}
.icon-check-empty:before {
	content: "\e690";
}
.icon-bookmark-empty:before {
	content: "\e691";
}
.icon-phone-sign:before {
	content: "\e692";
}
.icon-twitter:before {
	content: "\e693";
}
.icon-facebook:before {
	content: "\e694";
}
.icon-github:before {
	content: "\e695";
}
.icon-unlock:before {
	content: "\e696";
}
.icon-credit:before {
	content: "\e697";
}
.icon-rss:before {
	content: "\e698";
}
.icon-hdd:before {
	content: "\e699";
}
.icon-bullhorn:before {
	content: "\e69a";
}
.icon-bell:before {
	content: "\e69b";
}
.icon-certificate:before {
	content: "\e69c";
}
.icon-hand-right:before {
	content: "\e69d";
}
.icon-hand-left:before {
	content: "\e69e";
}
.icon-hand-up:before {
	content: "\e69f";
}
.icon-hand-down:before {
	content: "\e6a0";
}
.icon-circle-arrow-left:before {
	content: "\e6a1";
}
.icon-circle-arrow-right:before {
	content: "\e6a2";
}
.icon-circle-arrow-up:before {
	content: "\e6a3";
}
.icon-circle-arrow-down:before {
	content: "\e6a4";
}
.icon-globe:before {
	content: "\e6a5";
}
.icon-wrench:before {
	content: "\e6a6";
}
.icon-tasks:before {
	content: "\e6a7";
}
.icon-filter:before {
	content: "\e6a8";
}
.icon-briefcase:before {
	content: "\e6a9";
}
.icon-fullscreen:before {
	content: "\e6aa";
}
.icon-group:before {
	content: "\e6ab";
}
.icon-link:before {
	content: "\e6ac";
}
.icon-cloud:before {
	content: "\e6ad";
}
.icon-beaker:before {
	content: "\e6ae";
}
.icon-cut:before {
	content: "\e6af";
}
.icon-copy:before {
	content: "\e6b0";
}
.icon-paper-clip:before {
	content: "\e6b1";
}
.icon-save:before {
	content: "\e6b2";
}
.icon-sign-blank:before {
	content: "\e6b3";
}
.icon-reorder:before {
	content: "\e6b4";
}
.icon-list-ul:before {
	content: "\e6b5";
}
.icon-list-ol:before {
	content: "\e6b6";
}
.icon-strikethrough:before {
	content: "\e6b7";
}
.icon-underline:before {
	content: "\e6b8";
}
.icon-table:before {
	content: "\e6b9";
}
.icon-magic:before {
	content: "\e6ba";
}
.icon-truck:before {
	content: "\e6bb";
}
.icon-pinterest:before {
	content: "\e6bc";
}
.icon-pinterest-sign:before {
	content: "\e6bd";
}
.icon-google-plus-sign:before {
	content: "\e6be";
}
.icon-google-plus:before {
	content: "\e6bf";
}
.icon-money:before {
	content: "\e6c0";
}
.icon-caret-down:before {
	content: "\e6c1";
}
.icon-caret-up:before {
	content: "\e6c2";
}
.icon-caret-left:before {
	content: "\e6c3";
}
.icon-caret-right:before {
	content: "\e6c4";
}
.icon-columns:before {
	content: "\e6c5";
}
.icon-sort:before {
	content: "\e6c6";
}
.icon-sort-down:before {
	content: "\e6c7";
}
.icon-sort-up:before {
	content: "\e6c8";
}
.icon-envelope-alt:before {
	content: "\e6c9";
}
.icon-linkedin:before {
	content: "\e6ca";
}
.icon-undo:before {
	content: "\e6cb";
}
.icon-legal:before {
	content: "\e6cc";
}
.icon-dashboard:before {
	content: "\e6cd";
}
.icon-comment-alt:before {
	content: "\e6ce";
}
.icon-comments-alt:before {
	content: "\e6cf";
}
.icon-bolt:before {
	content: "\e6d0";
}
.icon-sitemap:before {
	content: "\e6d1";
}
.icon-umbrella:before {
	content: "\e6d2";
}
.icon-paste:before {
	content: "\e6d3";
}
.icon-lightbulb:before {
	content: "\e6d4";
}
.icon-exchange:before {
	content: "\e6d5";
}
.icon-cloud-download:before {
	content: "\e6d6";
}
.icon-cloud-upload:before {
	content: "\e6d7";
}
.icon-user-md:before {
	content: "\e6d8";
}
.icon-stethoscope:before {
	content: "\e6d9";
}
.icon-suitcase:before {
	content: "\e6da";
}
.icon-bell-alt:before {
	content: "\e6db";
}
.icon-coffee:before {
	content: "\e6dc";
}
.icon-food:before {
	content: "\e6dd";
}
.icon-file-alt:before {
	content: "\e6de";
}
.icon-building:before {
	content: "\e6df";
}
.icon-hospital:before {
	content: "\e6e0";
}
.icon-ambulance:before {
	content: "\e6e1";
}
.icon-medkit:before {
	content: "\e6e2";
}
.icon-fighter-jet:before {
	content: "\e6e3";
}
.icon-beer:before {
	content: "\e6e4";
}
.icon-h-sign:before {
	content: "\e6e5";
}
.icon-plus-sign2:before {
	content: "\e6e6";
}
.icon-double-angle-left:before {
	content: "\e6e7";
}
.icon-double-angle-right:before {
	content: "\e6e8";
}
.icon-double-angle-up:before {
	content: "\e6e9";
}
.icon-double-angle-down:before {
	content: "\e6ea";
}
.icon-angle-left:before {
	content: "\e6eb";
}
.icon-angle-right:before {
	content: "\e6ec";
}
.icon-angle-up:before {
	content: "\e6ed";
}
.icon-angle-down:before {
	content: "\e6ee";
}
.icon-desktop:before {
	content: "\e6ef";
}
.icon-laptop:before {
	content: "\e6f0";
}
.icon-tablet:before {
	content: "\e6f1";
}
.icon-mobile:before {
	content: "\e6f2";
}
.icon-circle-blank:before {
	content: "\e6f3";
}
.icon-quote-left:before {
	content: "\e6f4";
}
.icon-quote-right:before {
	content: "\e6f5";
}
.icon-spinner:before {
	content: "\e6f6";
}
.icon-circle:before {
	content: "\e6f7";
}
.icon-reply:before {
	content: "\e6f8";
}
.icon-github-alt:before {
	content: "\e6f9";
}
.icon-folder-close-alt:before {
	content: "\e6fa";
}
.icon-folder-open-alt:before {
	content: "\e6fb";
}
.icon-expand-alt:before {
	content: "\e6fc";
}
.icon-collapse-alt:before {
	content: "\e6fd";
}
.icon-smile:before {
	content: "\e6fe";
}
.icon-frown:before {
	content: "\e6ff";
}
.icon-meh:before {
	content: "\e700";
}
.icon-gamepad:before {
	content: "\e701";
}
.icon-keyboard:before {
	content: "\e702";
}
.icon-flag-alt:before {
	content: "\e703";
}
.icon-flag-checkered:before {
	content: "\e704";
}
.icon-terminal:before {
	content: "\e705";
}
.icon-code:before {
	content: "\e706";
}
.icon-reply-all:before {
	content: "\e707";
}
.icon-star-half-full:before {
	content: "\e708";
}
.icon-location-arrow:before {
	content: "\e709";
}
.icon-crop:before {
	content: "\e70a";
}
.icon-code-fork:before {
	content: "\e70b";
}
.icon-unlink:before {
	content: "\e70c";
}
.icon-question:before {
	content: "\e70d";
}
.icon-info:before {
	content: "\e70e";
}
.icon-exclamation:before {
	content: "\e70f";
}
.icon-superscript:before {
	content: "\e710";
}
.icon-subscript:before {
	content: "\e711";
}
.icon-eraser:before {
	content: "\e712";
}
.icon-puzzle:before {
	content: "\e713";
}
.icon-microphone:before {
	content: "\e714";
}
.icon-microphone-off:before {
	content: "\e715";
}
.icon-shield:before {
	content: "\e716";
}
.icon-calendar-empty:before {
	content: "\e717";
}
.icon-fire-extinguisher:before {
	content: "\e718";
}
.icon-rocket:before {
	content: "\e719";
}
.icon-maxcdn:before {
	content: "\e71a";
}
.icon-chevron-sign-left:before {
	content: "\e71b";
}
.icon-chevron-sign-right:before {
	content: "\e71c";
}
.icon-chevron-sign-up:before {
	content: "\e71d";
}
.icon-chevron-sign-down:before {
	content: "\e71e";
}
.icon-html5:before {
	content: "\e71f";
}
.icon-css3:before {
	content: "\e720";
}
.icon-anchor:before {
	content: "\e721";
}
.icon-unlock-alt:before {
	content: "\e722";
}
.icon-bullseye:before {
	content: "\e723";
}
.icon-ellipsis-horizontal:before {
	content: "\e724";
}
.icon-ellipsis-vertical:before {
	content: "\e725";
}
.icon-rss-sign:before {
	content: "\e726";
}
.icon-play-sign:before {
	content: "\e727";
}
.icon-ticket:before {
	content: "\e728";
}
.icon-minus-sign-alt:before {
	content: "\e729";
}
.icon-check-minus:before {
	content: "\e72a";
}
.icon-level-up:before {
	content: "\e72b";
}
.icon-level-down:before {
	content: "\e72c";
}
.icon-check-sign:before {
	content: "\e72d";
}
.icon-edit-sign:before {
	content: "\e72e";
}
.icon-external-link-sign:before {
	content: "\e72f";
}
.icon-share-sign:before {
	content: "\e730";
}
.icon-compass:before {
	content: "\e731";
}
.icon-collapse:before {
	content: "\e732";
}
.icon-collapse-top:before {
	content: "\e733";
}
.icon-expand:before {
	content: "\e734";
}
.icon-euro:before {
	content: "\e735";
}
.icon-gbp:before {
	content: "\e736";
}
.icon-dollar:before {
	content: "\e737";
}
.icon-rupee:before {
	content: "\e738";
}
.icon-yen:before {
	content: "\e739";
}
.icon-renminbi:before {
	content: "\e73a";
}
.icon-won:before {
	content: "\e73b";
}
.icon-bitcoin:before {
	content: "\e73c";
}
.icon-file2:before {
	content: "\e73d";
}
.icon-file-text:before {
	content: "\e73e";
}
.icon-sort-by-alphabet:before {
	content: "\e73f";
}
.icon-sort-by-alphabet-alt:before {
	content: "\e740";
}
.icon-sort-by-attributes:before {
	content: "\e741";
}
.icon-sort-by-attributes-alt:before {
	content: "\e742";
}
.icon-sort-by-order:before {
	content: "\e743";
}
.icon-sort-by-order-alt:before {
	content: "\e744";
}
.icon-thumbs-up2:before {
	content: "\e745";
}
.icon-thumbs-down2:before {
	content: "\e746";
}
.icon-youtube-sign:before {
	content: "\e747";
}
.icon-youtube:before {
	content: "\e748";
}
.icon-xing:before {
	content: "\e749";
}
.icon-xing-sign:before {
	content: "\e74a";
}
.icon-youtube-play:before {
	content: "\e74b";
}
.icon-dropbox:before {
	content: "\e74c";
}
.icon-stackexchange:before {
	content: "\e74d";
}
.icon-instagram:before {
	content: "\e74e";
}
.icon-flickr:before {
	content: "\e74f";
}
.icon-adn:before {
	content: "\e750";
}
.icon-bitbucket:before {
	content: "\e751";
}
.icon-bitbucket-sign:before {
	content: "\e752";
}
.icon-tumblr:before {
	content: "\e753";
}
.icon-tumblr-sign:before {
	content: "\e754";
}
.icon-long-arrow-down:before {
	content: "\e755";
}
.icon-long-arrow-up:before {
	content: "\e756";
}
.icon-long-arrow-left:before {
	content: "\e757";
}
.icon-long-arrow-right:before {
	content: "\e758";
}
.icon-apple:before {
	content: "\e759";
}
.icon-windows:before {
	content: "\e75a";
}
.icon-android:before {
	content: "\e75b";
}
.icon-linux:before {
	content: "\e75c";
}
.icon-dribbble:before {
	content: "\e75d";
}
.icon-skype:before {
	content: "\e75e";
}
.icon-foursquare:before {
	content: "\e75f";
}
.icon-trello:before {
	content: "\e760";
}
.icon-female:before {
	content: "\e761";
}
.icon-male:before {
	content: "\e762";
}
.icon-gittip:before {
	content: "\e763";
}
.icon-sun:before {
	content: "\e764";
}
.icon-moon:before {
	content: "\e765";
}
.icon-archive:before {
	content: "\e766";
}
.icon-bug:before {
	content: "\e767";
}
.icon-vk:before {
	content: "\e768";
}
.icon-weibo:before {
	content: "\e769";
}
.icon-renren:before {
	content: "\e76a";
}