@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "themespiders" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "themespiders" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  display: inline-block;
  font: normal normal normal 14px/1 themespiders;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icon-ul > li {
  position: relative;
}
.icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.icon-li.icon-lg {
  left: -1.85714286em;
}
.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.icon.pull-left {
  margin-right: .3em;
}
.icon.pull-right {
  margin-left: .3em;
}
.icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none;
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stack-1x {
  line-height: inherit;
}
.icon-stack-2x {
  font-size: 2em;
}
.icon-inverse {
  color: #ffffff;
}


/* Start Icon Select Class */
.icon-500px:before {
  content: "\61";
}
.icon-adjust:before {
  content: "\63";
}
.icon-adn:before {
  content: "\64";
}
.icon-align-center:before {
  content: "\65";
}
.icon-align-justify:before {
  content: "\66";
}
.icon-align-left:before {
  content: "\67";
}
.icon-align-right:before {
  content: "\68";
}
.icon-amazon:before {
  content: "\69";
}
.icon-ambulance:before {
  content: "\6a";
}
.icon-anchor:before {
  content: "\6b";
}
.icon-android:before {
  content: "\6c";
}
.icon-angellist:before {
  content: "\6d";
}
.icon-angle-double-down:before {
  content: "\6e";
}
.icon-angle-double-left:before {
  content: "\6f";
}
.icon-angle-double-right:before {
  content: "\70";
}
.icon-angle-double-up:before {
  content: "\71";
}
.icon-angle-down:before {
  content: "\72";
}
.icon-angle-left:before {
  content: "\73";
}
.icon-angle-right:before {
  content: "\74";
}
.icon-angle-up:before {
  content: "\75";
}
.icon-apple:before {
  content: "\76";
}
.icon-archive:before {
  content: "\77";
}
.icon-area-chart:before {
  content: "\78";
}
.icon-arrow-circle-down:before {
  content: "\79";
}
.icon-arrow-circle-left:before {
  content: "\7a";
}
.icon-arrow-circle-o-down:before {
  content: "\41";
}
.icon-arrow-circle-o-left:before {
  content: "\42";
}
.icon-arrow-circle-o-right:before {
  content: "\43";
}
.icon-arrow-circle-o-up:before {
  content: "\44";
}
.icon-arrow-circle-right:before {
  content: "\45";
}
.icon-arrow-circle-up:before {
  content: "\46";
}
.icon-arrow-down:before {
  content: "\47";
}
.icon-arrow-left:before {
  content: "\48";
}
.icon-arrow-right:before {
  content: "\49";
}
.icon-arrow-up:before {
  content: "\4a";
}
.icon-arrows:before {
  content: "\4b";
}
.icon-arrows-alt:before {
  content: "\4c";
}
.icon-arrows-h:before {
  content: "\4d";
}
.icon-arrows-v:before {
  content: "\4e";
}
.icon-asterisk:before {
  content: "\4f";
}
.icon-at:before {
  content: "\50";
}
.icon-backward:before {
  content: "\51";
}
.icon-balance-scale:before {
  content: "\52";
}
.icon-ban:before {
  content: "\53";
}
.icon-bar-chart:before {
  content: "\54";
}
.icon-barcode:before {
  content: "\55";
}
.icon-bars:before {
  content: "\56";
}
.icon-battery-empty:before {
  content: "\57";
}
.icon-battery-full:before {
  content: "\58";
}
.icon-battery-half:before {
  content: "\59";
}
.icon-battery-quarter:before {
  content: "\5a";
}
.icon-battery-three-quarters:before {
  content: "\30";
}
.icon-bed:before {
  content: "\31";
}
.icon-beer:before {
  content: "\32";
}
.icon-behance:before {
  content: "\33";
}
.icon-behance-square:before {
  content: "\34";
}
.icon-bell:before {
  content: "\35";
}
.icon-bell-o:before {
  content: "\36";
}
.icon-bell-slash:before {
  content: "\37";
}
.icon-bell-slash-o:before {
  content: "\38";
}
.icon-bicycle:before {
  content: "\39";
}
.icon-binoculars:before {
  content: "\21";
}
.icon-birthday-cake:before {
  content: "\22";
}
.icon-bitbucket:before {
  content: "\23";
}
.icon-bitbucket-square:before {
  content: "\24";
}
.icon-black-tie:before {
  content: "\25";
}
.icon-bold:before {
  content: "\26";
}
.icon-bolt:before {
  content: "\27";
}
.icon-bomb:before {
  content: "\28";
}
.icon-book:before {
  content: "\29";
}
.icon-bookmark:before {
  content: "\2a";
}
.icon-bookmark-o:before {
  content: "\2b";
}
.icon-briefcase:before {
  content: "\2c";
}
.icon-btc:before {
  content: "\2d";
}
.icon-bug:before {
  content: "\2e";
}
.icon-building:before {
  content: "\2f";
}
.icon-building-o:before {
  content: "\3a";
}
.icon-bullhorn:before {
  content: "\3b";
}
.icon-bullseye:before {
  content: "\3c";
}
.icon-bus:before {
  content: "\3d";
}
.icon-buysellads:before {
  content: "\3e";
}
.icon-calculator:before {
  content: "\3f";
}
.icon-calendar:before {
  content: "\40";
}
.icon-calendar-check-o:before {
  content: "\5b";
}
.icon-calendar-minus-o:before {
  content: "\5d";
}
.icon-calendar-o:before {
  content: "\5e";
}
.icon-calendar-plus-o:before {
  content: "\5f";
}
.icon-calendar-times-o:before {
  content: "\60";
}
.icon-camera:before {
  content: "\7b";
}
.icon-camera-retro:before {
  content: "\7c";
}
.icon-car:before {
  content: "\7d";
}
.icon-caret-down:before {
  content: "\7e";
}
.icon-caret-left:before {
  content: "\5c";
}
.icon-caret-right:before {
  content: "\e000";
}
.icon-caret-square-o-down:before {
  content: "\e001";
}
.icon-caret-square-o-left:before {
  content: "\e002";
}
.icon-caret-square-o-right:before {
  content: "\e003";
}
.icon-caret-square-o-up:before {
  content: "\e004";
}
.icon-caret-up:before {
  content: "\e005";
}
.icon-cart-arrow-down:before {
  content: "\e006";
}
.icon-cart-plus:before {
  content: "\e007";
}
.icon-cc:before {
  content: "\e008";
}
.icon-cc-amex:before {
  content: "\e009";
}
.icon-cc-diners-club:before {
  content: "\e00a";
}
.icon-cc-discover:before {
  content: "\e00b";
}
.icon-cc-jcb:before {
  content: "\e00c";
}
.icon-cc-mastercard:before {
  content: "\e00d";
}
.icon-cc-paypal:before {
  content: "\e00e";
}
.icon-cc-stripe:before {
  content: "\e00f";
}
.icon-cc-visa:before {
  content: "\e010";
}
.icon-certificate:before {
  content: "\e011";
}
.icon-chain-broken:before {
  content: "\e012";
}
.icon-check:before {
  content: "\e013";
}
.icon-check-circle:before {
  content: "\e014";
}
.icon-check-circle-o:before {
  content: "\e015";
}
.icon-check-square:before {
  content: "\e016";
}
.icon-check-square-o:before {
  content: "\e017";
}
.icon-chevron-circle-down:before {
  content: "\e018";
}
.icon-chevron-circle-left:before {
  content: "\e019";
}
.icon-chevron-circle-right:before {
  content: "\e01a";
}
.icon-chevron-circle-up:before {
  content: "\e01b";
}
.icon-chevron-down:before {
  content: "\e01c";
}
.icon-chevron-left:before {
  content: "\e01d";
}
.icon-chevron-right:before {
  content: "\e01e";
}
.icon-chevron-up:before {
  content: "\e01f";
}
.icon-child:before {
  content: "\e020";
}
.icon-chrome:before {
  content: "\e021";
}
.icon-circle:before {
  content: "\e022";
}
.icon-circle-o:before {
  content: "\e023";
}
.icon-circle-o-notch:before {
  content: "\e024";
}
.icon-circle-thin:before {
  content: "\e025";
}
.icon-clipboard:before {
  content: "\e026";
}
.icon-clock-o:before {
  content: "\e027";
}
.icon-clone:before {
  content: "\e028";
}
.icon-cloud:before {
  content: "\e029";
}
.icon-cloud-download:before {
  content: "\e02a";
}
.icon-cloud-upload:before {
  content: "\e02b";
}
.icon-code:before {
  content: "\e02c";
}
.icon-code-fork:before {
  content: "\e02d";
}
.icon-codepen:before {
  content: "\e02e";
}
.icon-coffee:before {
  content: "\e02f";
}
.icon-cog:before {
  content: "\e030";
}
.icon-cogs:before {
  content: "\e031";
}
.icon-columns:before {
  content: "\e032";
}
.icon-comment:before {
  content: "\e033";
}
.icon-comment-o:before {
  content: "\e034";
}
.icon-commenting:before {
  content: "\e035";
}
.icon-commenting-o:before {
  content: "\e036";
}
.icon-comments:before {
  content: "\e037";
}
.icon-comments-o:before {
  content: "\e038";
}
.icon-compass:before {
  content: "\e039";
}
.icon-compress:before {
  content: "\e03a";
}
.icon-connectdevelop:before {
  content: "\e03b";
}
.icon-contao:before {
  content: "\e03c";
}
.icon-copyright:before {
  content: "\e03d";
}
.icon-creative-commons:before {
  content: "\e03e";
}
.icon-credit-card:before {
  content: "\e03f";
}
.icon-crop:before {
  content: "\e040";
}
.icon-crosshairs:before {
  content: "\e041";
}
.icon-css3:before {
  content: "\e042";
}
.icon-cube:before {
  content: "\e043";
}
.icon-cubes:before {
  content: "\e044";
}
.icon-cutlery:before {
  content: "\e045";
}
.icon-dashcube:before {
  content: "\e046";
}
.icon-database:before {
  content: "\e047";
}
.icon-delicious:before {
  content: "\e048";
}
.icon-desktop:before {
  content: "\e049";
}
.icon-deviantart:before {
  content: "\e04a";
}
.icon-diamond:before {
  content: "\e04b";
}
.icon-digg:before {
  content: "\e04c";
}
.icon-dot-circle-o:before {
  content: "\e04d";
}
.icon-download:before {
  content: "\e04e";
}
.icon-dribbble:before {
  content: "\e04f";
}
.icon-dropbox:before {
  content: "\e050";
}
.icon-drupal:before {
  content: "\e051";
}
.icon-eject:before {
  content: "\e052";
}
.icon-ellipsis-h:before {
  content: "\e053";
}
.icon-ellipsis-v:before {
  content: "\e054";
}
.icon-empire:before {
  content: "\e055";
}
.icon-envelope:before {
  content: "\e056";
}
.icon-envelope-o:before {
  content: "\e057";
}
.icon-envelope-square:before {
  content: "\e058";
}
.icon-eraser:before {
  content: "\e059";
}
.icon-eur:before {
  content: "\e05a";
}
.icon-exchange:before {
  content: "\e05b";
}
.icon-exclamation:before {
  content: "\e05c";
}
.icon-exclamation-circle:before {
  content: "\e05d";
}
.icon-exclamation-triangle:before {
  content: "\e05e";
}
.icon-expand:before {
  content: "\e05f";
}
.icon-expeditedssl:before {
  content: "\e060";
}
.icon-external-link:before {
  content: "\e061";
}
.icon-external-link-square:before {
  content: "\e062";
}
.icon-eye:before {
  content: "\e063";
}
.icon-eye-slash:before {
  content: "\e064";
}
.icon-eyedropper:before {
  content: "\e065";
}
.icon-facebook:before {
  content: "\e066";
}
.icon-facebook-official:before {
  content: "\e067";
}
.icon-facebook-square:before {
  content: "\e068";
}
.icon-fast-backward:before {
  content: "\e069";
}
.icon-fast-forward:before {
  content: "\e06a";
}
.icon-fax:before {
  content: "\e06b";
}
.icon-female:before {
  content: "\e06c";
}
.icon-fighter-jet:before {
  content: "\e06d";
}
.icon-file:before {
  content: "\e06e";
}
.icon-file-archive-o:before {
  content: "\e06f";
}
.icon-file-audio-o:before {
  content: "\e070";
}
.icon-file-code-o:before {
  content: "\e071";
}
.icon-file-excel-o:before {
  content: "\e072";
}
.icon-file-image-o:before {
  content: "\e073";
}
.icon-file-o:before {
  content: "\e074";
}
.icon-file-pdf-o:before {
  content: "\e075";
}
.icon-file-powerpoint-o:before {
  content: "\e076";
}
.icon-file-text:before {
  content: "\e077";
}
.icon-file-text-o:before {
  content: "\e078";
}
.icon-file-video-o:before {
  content: "\e079";
}
.icon-file-word-o:before {
  content: "\e07a";
}
.icon-files-o:before {
  content: "\e07b";
}
.icon-film:before {
  content: "\e07c";
}
.icon-filter:before {
  content: "\e07d";
}
.icon-fire:before {
  content: "\e07e";
}
.icon-fire-extinguisher:before {
  content: "\e07f";
}
.icon-firefox:before {
  content: "\e080";
}
.icon-flag:before {
  content: "\e081";
}
.icon-flag-checkered:before {
  content: "\e082";
}
.icon-flag-o:before {
  content: "\e083";
}
.icon-flask:before {
  content: "\e084";
}
.icon-flickr:before {
  content: "\e085";
}
.icon-floppy-o:before {
  content: "\e086";
}
.icon-folder:before {
  content: "\e087";
}
.icon-folder-o:before {
  content: "\e088";
}
.icon-folder-open:before {
  content: "\e089";
}
.icon-folder-open-o:before {
  content: "\e08a";
}
.icon-font:before {
  content: "\e08b";
}
.icon-fonticons:before {
  content: "\e08c";
}
.icon-forumbee:before {
  content: "\e08d";
}
.icon-forward:before {
  content: "\e08e";
}
.icon-foursquare:before {
  content: "\e08f";
}
.icon-frown-o:before {
  content: "\e090";
}
.icon-futbol-o:before {
  content: "\e091";
}
.icon-gamepad:before {
  content: "\e092";
}
.icon-gavel:before {
  content: "\e093";
}
.icon-gbp:before {
  content: "\e094";
}
.icon-genderless:before {
  content: "\e095";
}
.icon-get-pocket:before {
  content: "\e096";
}
.icon-gg:before {
  content: "\e097";
}
.icon-gg-circle:before {
  content: "\e098";
}
.icon-gift:before {
  content: "\e099";
}
.icon-git:before {
  content: "\e09a";
}
.icon-git-square:before {
  content: "\e09b";
}
.icon-github:before {
  content: "\e09c";
}
.icon-github-alt:before {
  content: "\e09d";
}
.icon-github-square:before {
  content: "\e09e";
}
.icon-glass:before {
  content: "\e09f";
}
.icon-globe:before {
  content: "\e0a0";
}
.icon-google:before {
  content: "\e0a1";
}
.icon-google-plus:before {
  content: "\e0a2";
}
.icon-google-plus-square:before {
  content: "\e0a3";
}
.icon-google-wallet:before {
  content: "\e0a4";
}
.icon-graduation-cap:before {
  content: "\e0a5";
}
.icon-gratipay:before {
  content: "\e0a6";
}
.icon-h-square:before {
  content: "\e0a7";
}
.icon-hacker-news:before {
  content: "\e0a8";
}
.icon-hand-lizard-o:before {
  content: "\e0a9";
}
.icon-hand-o-down:before {
  content: "\e0aa";
}
.icon-hand-o-left:before {
  content: "\e0ab";
}
.icon-hand-o-right:before {
  content: "\e0ac";
}
.icon-hand-o-up:before {
  content: "\e0ad";
}
.icon-hand-paper-o:before {
  content: "\e0ae";
}
.icon-hand-peace-o:before {
  content: "\e0af";
}
.icon-hand-pointer-o:before {
  content: "\e0b0";
}
.icon-hand-rock-o:before {
  content: "\e0b1";
}
.icon-hand-scissors-o:before {
  content: "\e0b2";
}
.icon-hand-spock-o:before {
  content: "\e0b3";
}
.icon-hdd-o:before {
  content: "\e0b4";
}
.icon-header:before {
  content: "\e0b5";
}
.icon-headphones:before {
  content: "\e0b6";
}
.icon-heart:before {
  content: "\e0b7";
}
.icon-heart-o:before {
  content: "\e0b8";
}
.icon-heartbeat:before {
  content: "\e0b9";
}
.icon-history:before {
  content: "\e0ba";
}
.icon-home:before {
  content: "\e0bb";
}
.icon-hospital-o:before {
  content: "\e0bc";
}
.icon-hourglass:before {
  content: "\e0bd";
}
.icon-hourglass-end:before {
  content: "\e0be";
}
.icon-hourglass-half:before {
  content: "\e0bf";
}
.icon-hourglass-o:before {
  content: "\e0c0";
}
.icon-hourglass-start:before {
  content: "\e0c1";
}
.icon-houzz:before {
  content: "\e0c2";
}
.icon-html5:before {
  content: "\e0c3";
}
.icon-i-cursor:before {
  content: "\e0c4";
}
.icon-ils:before {
  content: "\e0c5";
}
.icon-inbox:before {
  content: "\e0c6";
}
.icon-indent:before {
  content: "\e0c7";
}
.icon-industry:before {
  content: "\e0c8";
}
.icon-info:before {
  content: "\e0c9";
}
.icon-info-circle:before {
  content: "\e0ca";
}
.icon-inr:before {
  content: "\e0cb";
}
.icon-instagram:before {
  content: "\e0cc";
}
.icon-internet-explorer:before {
  content: "\e0cd";
}
.icon-ioxhost:before {
  content: "\e0ce";
}
.icon-italic:before {
  content: "\e0cf";
}
.icon-joomla:before {
  content: "\e0d0";
}
.icon-jpy:before {
  content: "\e0d1";
}
.icon-jsfiddle:before {
  content: "\e0d2";
}
.icon-key:before {
  content: "\e0d3";
}
.icon-keyboard-o:before {
  content: "\e0d4";
}
.icon-krw:before {
  content: "\e0d5";
}
.icon-language:before {
  content: "\e0d6";
}
.icon-laptop:before {
  content: "\e0d7";
}
.icon-lastfm:before {
  content: "\e0d8";
}
.icon-lastfm-square:before {
  content: "\e0d9";
}
.icon-leaf:before {
  content: "\e0da";
}
.icon-leanpub:before {
  content: "\e0db";
}
.icon-lemon-o:before {
  content: "\e0dc";
}
.icon-level-down:before {
  content: "\e0dd";
}
.icon-level-up:before {
  content: "\e0de";
}
.icon-life-ring:before {
  content: "\e0df";
}
.icon-lightbulb-o:before {
  content: "\e0e0";
}
.icon-line-chart:before {
  content: "\e0e1";
}
.icon-link:before {
  content: "\e0e2";
}
.icon-linkedin:before {
  content: "\e0e3";
}
.icon-linkedin-square:before {
  content: "\e0e4";
}
.icon-linux:before {
  content: "\e0e5";
}
.icon-list:before {
  content: "\e0e6";
}
.icon-list-alt:before {
  content: "\e0e7";
}
.icon-list-ol:before {
  content: "\e0e8";
}
.icon-list-ul:before {
  content: "\e0e9";
}
.icon-location-arrow:before {
  content: "\e0ea";
}
.icon-lock:before {
  content: "\e0eb";
}
.icon-long-arrow-down:before {
  content: "\e0ec";
}
.icon-long-arrow-left:before {
  content: "\e0ed";
}
.icon-long-arrow-right:before {
  content: "\e0ee";
}
.icon-long-arrow-up:before {
  content: "\e0ef";
}
.icon-magic:before {
  content: "\e0f0";
}
.icon-magnet:before {
  content: "\e0f1";
}
.icon-male:before {
  content: "\e0f2";
}
.icon-map:before {
  content: "\e0f3";
}
.icon-map-marker:before {
  content: "\e0f4";
}
.icon-map-o:before {
  content: "\e0f5";
}
.icon-map-pin:before {
  content: "\e0f6";
}
.icon-map-signs:before {
  content: "\e0f7";
}
.icon-mars:before {
  content: "\e0f8";
}
.icon-mars-double:before {
  content: "\e0f9";
}
.icon-mars-stroke:before {
  content: "\e0fa";
}
.icon-mars-stroke-h:before {
  content: "\e0fb";
}
.icon-mars-stroke-v:before {
  content: "\e0fc";
}
.icon-maxcdn:before {
  content: "\e0fd";
}
.icon-meanpath:before {
  content: "\e0fe";
}
.icon-medium:before {
  content: "\e0ff";
}
.icon-medkit:before {
  content: "\e100";
}
.icon-meh-o:before {
  content: "\e101";
}
.icon-mercury:before {
  content: "\e102";
}
.icon-microphone:before {
  content: "\e103";
}
.icon-microphone-slash:before {
  content: "\e104";
}
.icon-minus:before {
  content: "\e105";
}
.icon-minus-circle:before {
  content: "\e106";
}
.icon-minus-square:before {
  content: "\e107";
}
.icon-minus-square-o:before {
  content: "\e108";
}
.icon-mobile:before {
  content: "\e109";
}
.icon-money:before {
  content: "\e10a";
}
.icon-moon-o:before {
  content: "\e10b";
}
.icon-motorcycle:before {
  content: "\e10c";
}
.icon-mouse-pointer:before {
  content: "\e10d";
}
.icon-music:before {
  content: "\e10e";
}
.icon-neuter:before {
  content: "\e10f";
}
.icon-newspaper-o:before {
  content: "\e110";
}
.icon-object-group:before {
  content: "\e111";
}
.icon-object-ungroup:before {
  content: "\e112";
}
.icon-odnoklassniki:before {
  content: "\e113";
}
.icon-odnoklassniki-square:before {
  content: "\e114";
}
.icon-opencart:before {
  content: "\e115";
}
.icon-openid:before {
  content: "\e116";
}
.icon-opera:before {
  content: "\e117";
}
.icon-optin-monster:before {
  content: "\e118";
}
.icon-outdent:before {
  content: "\e119";
}
.icon-pagelines:before {
  content: "\e11a";
}
.icon-paint-brush:before {
  content: "\e11b";
}
.icon-paper-plane:before {
  content: "\e11c";
}
.icon-paper-plane-o:before {
  content: "\e11d";
}
.icon-paperclip:before {
  content: "\e11e";
}
.icon-paragraph:before {
  content: "\e11f";
}
.icon-pause:before {
  content: "\e120";
}
.icon-paw:before {
  content: "\e121";
}
.icon-paypal:before {
  content: "\e122";
}
.icon-pencil:before {
  content: "\e123";
}
.icon-pencil-square:before {
  content: "\e124";
}
.icon-pencil-square-o:before {
  content: "\e125";
}
.icon-phone:before {
  content: "\e126";
}
.icon-phone-square:before {
  content: "\e127";
}
.icon-picture-o:before {
  content: "\e128";
}
.icon-pie-chart:before {
  content: "\e129";
}
.icon-pied-piper:before {
  content: "\e12a";
}
.icon-pied-piper-alt:before {
  content: "\e12b";
}
.icon-pinterest:before {
  content: "\e12c";
}
.icon-pinterest-p:before {
  content: "\e12d";
}
.icon-pinterest-square:before {
  content: "\e12e";
}
.icon-plane:before {
  content: "\e12f";
}
.icon-play:before {
  content: "\e130";
}
.icon-play-circle:before {
  content: "\e131";
}
.icon-play-circle-o:before {
  content: "\e132";
}
.icon-plug:before {
  content: "\e133";
}
.icon-plus:before {
  content: "\e134";
}
.icon-plus-circle:before {
  content: "\e135";
}
.icon-plus-square:before {
  content: "\e136";
}
.icon-plus-square-o:before {
  content: "\e137";
}
.icon-power-off:before {
  content: "\e138";
}
.icon-print:before {
  content: "\e139";
}
.icon-puzzle-piece:before {
  content: "\e13a";
}
.icon-qq:before {
  content: "\e13b";
}
.icon-qrcode:before {
  content: "\e13c";
}
.icon-question:before {
  content: "\e13d";
}
.icon-question-circle:before {
  content: "\e13e";
}
.icon-quote-left:before {
  content: "\e13f";
}
.icon-quote-right:before {
  content: "\e140";
}
.icon-random:before {
  content: "\e141";
}
.icon-rebel:before {
  content: "\e142";
}
.icon-recycle:before {
  content: "\e143";
}
.icon-reddit:before {
  content: "\e144";
}
.icon-reddit-square:before {
  content: "\e145";
}
.icon-refresh:before {
  content: "\e146";
}
.icon-registered:before {
  content: "\e147";
}
.icon-renren:before {
  content: "\e148";
}
.icon-repeat:before {
  content: "\e149";
}
.icon-reply:before {
  content: "\e14a";
}
.icon-reply-all:before {
  content: "\e14b";
}
.icon-retweet:before {
  content: "\e14c";
}
.icon-road:before {
  content: "\e14d";
}
.icon-rocket:before {
  content: "\e14e";
}
.icon-rss:before {
  content: "\e14f";
}
.icon-rss-square:before {
  content: "\e150";
}
.icon-rub:before {
  content: "\e151";
}
.icon-safari:before {
  content: "\e152";
}
.icon-scissors:before {
  content: "\e153";
}
.icon-search:before {
  content: "\e154";
}
.icon-search-minus:before {
  content: "\e155";
}
.icon-search-plus:before {
  content: "\e156";
}
.icon-sellsy:before {
  content: "\e157";
}
.icon-server:before {
  content: "\e158";
}
.icon-share:before {
  content: "\e159";
}
.icon-share-alt:before {
  content: "\e15a";
}
.icon-share-alt-square:before {
  content: "\e15b";
}
.icon-share-square:before {
  content: "\e15c";
}
.icon-share-square-o:before {
  content: "\e15d";
}
.icon-shield:before {
  content: "\e15e";
}
.icon-ship:before {
  content: "\e15f";
}
.icon-shirtsinbulk:before {
  content: "\e160";
}
.icon-shopping-cart:before {
  content: "\e161";
}
.icon-sign-in:before {
  content: "\e162";
}
.icon-sign-out:before {
  content: "\e163";
}
.icon-signal:before {
  content: "\e164";
}
.icon-simplybuilt:before {
  content: "\e165";
}
.icon-sitemap:before {
  content: "\e166";
}
.icon-skyatlas:before {
  content: "\e167";
}
.icon-skype:before {
  content: "\e168";
}
.icon-slack:before {
  content: "\e169";
}
.icon-sliders:before {
  content: "\e16a";
}
.icon-slideshare:before {
  content: "\e16b";
}
.icon-smile-o:before {
  content: "\e16c";
}
.icon-sort:before {
  content: "\e16d";
}
.icon-sort-alpha-asc:before {
  content: "\e16e";
}
.icon-sort-alpha-desc:before {
  content: "\e16f";
}
.icon-sort-amount-asc:before {
  content: "\e170";
}
.icon-sort-amount-desc:before {
  content: "\e171";
}
.icon-sort-asc:before {
  content: "\e172";
}
.icon-sort-desc:before {
  content: "\e173";
}
.icon-sort-numeric-asc:before {
  content: "\e174";
}
.icon-sort-numeric-desc:before {
  content: "\e175";
}
.icon-soundcloud:before {
  content: "\e176";
}
.icon-space-shuttle:before {
  content: "\e177";
}
.icon-spinner:before {
  content: "\e178";
}
.icon-spoon:before {
  content: "\e179";
}
.icon-spotify:before {
  content: "\e17a";
}
.icon-square:before {
  content: "\e17b";
}
.icon-square-o:before {
  content: "\e17c";
}
.icon-stack-exchange:before {
  content: "\e17d";
}
.icon-stack-overflow:before {
  content: "\e17e";
}
.icon-star:before {
  content: "\e17f";
}
.icon-star-half:before {
  content: "\e180";
}
.icon-star-half-o:before {
  content: "\e181";
}
.icon-star-o:before {
  content: "\e182";
}
.icon-steam:before {
  content: "\e183";
}
.icon-steam-square:before {
  content: "\e184";
}
.icon-step-backward:before {
  content: "\e185";
}
.icon-step-forward:before {
  content: "\e186";
}
.icon-stethoscope:before {
  content: "\e187";
}
.icon-sticky-note:before {
  content: "\e188";
}
.icon-sticky-note-o:before {
  content: "\e189";
}
.icon-stop:before {
  content: "\e18a";
}
.icon-street-view:before {
  content: "\e18b";
}
.icon-strikethrough:before {
  content: "\e18c";
}
.icon-stumbleupon:before {
  content: "\e18d";
}
.icon-stumbleupon-circle:before {
  content: "\e18e";
}
.icon-subscript:before {
  content: "\e18f";
}
.icon-subway:before {
  content: "\e190";
}
.icon-suitcase:before {
  content: "\e191";
}
.icon-sun-o:before {
  content: "\e192";
}
.icon-superscript:before {
  content: "\e193";
}
.icon-table:before {
  content: "\e194";
}
.icon-tablet:before {
  content: "\e195";
}
.icon-tachometer:before {
  content: "\e196";
}
.icon-tag:before {
  content: "\e197";
}
.icon-tags:before {
  content: "\e198";
}
.icon-tasks:before {
  content: "\e199";
}
.icon-taxi:before {
  content: "\e19a";
}
.icon-television:before {
  content: "\e19b";
}
.icon-tencent-weibo:before {
  content: "\e19c";
}
.icon-terminal:before {
  content: "\e19d";
}
.icon-text-height:before {
  content: "\e19e";
}
.icon-text-width:before {
  content: "\e19f";
}
.icon-th:before {
  content: "\e1a0";
}
.icon-th-large:before {
  content: "\e1a1";
}
.icon-th-list:before {
  content: "\e1a2";
}
.icon-thumb-tack:before {
  content: "\e1a3";
}
.icon-thumbs-down:before {
  content: "\e1a4";
}
.icon-thumbs-o-down:before {
  content: "\e1a5";
}
.icon-thumbs-o-up:before {
  content: "\e1a6";
}
.icon-thumbs-up:before {
  content: "\e1a7";
}
.icon-ticket:before {
  content: "\e1a8";
}
.icon-times:before {
  content: "\e1a9";
}
.icon-times-circle:before {
  content: "\e1aa";
}
.icon-times-circle-o:before {
  content: "\e1ab";
}
.icon-tint:before {
  content: "\e1ac";
}
.icon-toggle-off:before {
  content: "\e1ad";
}
.icon-toggle-on:before {
  content: "\e1ae";
}
.icon-trademark:before {
  content: "\e1af";
}
.icon-train:before {
  content: "\e1b0";
}
.icon-transgender:before {
  content: "\e1b1";
}
.icon-transgender-alt:before {
  content: "\e1b2";
}
.icon-trash:before {
  content: "\e1b3";
}
.icon-trash-o:before {
  content: "\e1b4";
}
.icon-tree:before {
  content: "\e1b5";
}
.icon-trello:before {
  content: "\e1b6";
}
.icon-tripadvisor:before {
  content: "\e1b7";
}
.icon-trophy:before {
  content: "\e1b8";
}
.icon-truck:before {
  content: "\e1b9";
}
.icon-try:before {
  content: "\e1ba";
}
.icon-tty:before {
  content: "\e1bb";
}
.icon-tumblr:before {
  content: "\e1bc";
}
.icon-tumblr-square:before {
  content: "\e1bd";
}
.icon-twitch:before {
  content: "\e1be";
}
.icon-twitter:before {
  content: "\e1bf";
}
.icon-twitter-square:before {
  content: "\e1c0";
}
.icon-umbrella:before {
  content: "\e1c1";
}
.icon-underline:before {
  content: "\e1c2";
}
.icon-undo:before {
  content: "\e1c3";
}
.icon-university:before {
  content: "\e1c4";
}
.icon-unlock:before {
  content: "\e1c5";
}
.icon-unlock-alt:before {
  content: "\e1c6";
}
.icon-upload:before {
  content: "\e1c7";
}
.icon-usd:before {
  content: "\e1c8";
}
.icon-user:before {
  content: "\e1c9";
}
.icon-user-md:before {
  content: "\e1ca";
}
.icon-user-plus:before {
  content: "\e1cb";
}
.icon-user-secret:before {
  content: "\e1cc";
}
.icon-user-times:before {
  content: "\e1cd";
}
.icon-users:before {
  content: "\e1ce";
}
.icon-venus:before {
  content: "\e1cf";
}
.icon-venus-double:before {
  content: "\e1d0";
}
.icon-venus-mars:before {
  content: "\e1d1";
}
.icon-viacoin:before {
  content: "\e1d2";
}
.icon-video-camera:before {
  content: "\e1d3";
}
.icon-vimeo:before {
  content: "\e1d4";
}
.icon-vimeo-square:before {
  content: "\e1d5";
}
.icon-vine:before {
  content: "\e1d6";
}
.icon-vk:before {
  content: "\e1d7";
}
.icon-volume-down:before {
  content: "\e1d8";
}
.icon-volume-off:before {
  content: "\e1d9";
}
.icon-volume-up:before {
  content: "\e1da";
}
.icon-weibo:before {
  content: "\e1db";
}
.icon-weixin:before {
  content: "\e1dc";
}
.icon-whatsapp:before {
  content: "\e1dd";
}
.icon-wheelchair:before {
  content: "\e1de";
}
.icon-wifi:before {
  content: "\e1df";
}
.icon-wikipedia-w:before {
  content: "\e1e0";
}
.icon-windows:before {
  content: "\e1e1";
}
.icon-wordpress:before {
  content: "\e1e2";
}
.icon-wrench:before {
  content: "\e1e3";
}
.icon-xing:before {
  content: "\e1e4";
}
.icon-xing-square:before {
  content: "\e1e5";
}
.icon-y-combinator:before {
  content: "\e1e6";
}
.icon-yahoo:before {
  content: "\e1e7";
}
.icon-yelp:before {
  content: "\e1e8";
}
.icon-youtube:before {
  content: "\e1e9";
}
.icon-youtube-play:before {
  content: "\e1ea";
}
.icon-youtube-square:before {
  content: "\e1eb";
}
.icon-armchair-chair-streamline:before {
  content: "\e1ec";
}
.icon-arrow-streamline-target:before {
  content: "\e1ed";
}
.icon-backpack-streamline-trekking:before {
  content: "\e1ee";
}
.icon-bag-shopping-streamline:before {
  content: "\e1ef";
}
.icon-barbecue-eat-food-streamline:before {
  content: "\e1f0";
}
.icon-barista-coffee-espresso-streamline:before {
  content: "\e1f1";
}
.icon-bomb-bug:before {
  content: "\e1f2";
}
.icon-book-dowload-streamline:before {
  content: "\e1f3";
}
.icon-book-read-streamline:before {
  content: "\e1f4";
}
.icon-browser-streamline-window:before {
  content: "\e1f5";
}
.icon-brush-paint-streamline:before {
  content: "\e1f6";
}
.icon-bubble-comment-streamline-talk:before {
  content: "\e1f7";
}
.icon-bubble-love-streamline-talk:before {
  content: "\e1f8";
}
.icon-caddie-shop-shopping-streamline:before {
  content: "\e1f9";
}
.icon-caddie-shopping-streamline:before {
  content: "\e1fa";
}
.icon-camera-photo-polaroid-streamline:before {
  content: "\e1fb";
}
.icon-camera-photo-streamline:before {
  content: "\e1fc";
}
.icon-camera-streamline-video:before {
  content: "\e1fd";
}
.icon-chaplin-hat-movie-streamline:before {
  content: "\e1fe";
}
.icon-chef-food-restaurant-streamline:before {
  content: "\e1ff";
}
.icon-clock-streamline-time:before {
  content: "\e200";
}
.icon-cocktail-mojito-streamline:before {
  content: "\e201";
}
.icon-coffee-streamline:before {
  content: "\e202";
}
.icon-computer-imac:before {
  content: "\e203";
}
.icon-computer-imac-2:before {
  content: "\e204";
}
.icon-computer-macintosh-vintage:before {
  content: "\e205";
}
.icon-computer-network-streamline:before {
  content: "\e206";
}
.icon-computer-streamline:before {
  content: "\e207";
}
.icon-cook-pan-pot-streamline:before {
  content: "\e208";
}
.icon-crop-streamline:before {
  content: "\e209";
}
.icon-crown-king-streamline:before {
  content: "\e20a";
}
.icon-danger-death-delete-destroy-skull-stream:before {
  content: "\e20b";
}
.icon-dashboard-speed-streamline:before {
  content: "\e20c";
}
.icon-database-streamline:before {
  content: "\e20d";
}
.icon-delete-garbage-streamline:before {
  content: "\e20e";
}
.icon-design-graphic-tablet-streamline-tablet:before {
  content: "\e20f";
}
.icon-design-pencil-rule-streamline:before {
  content: "\e210";
}
.icon-diving-leisure-sea-sport-streamline:before {
  content: "\e211";
}
.icon-drug-medecine-streamline-syringue:before {
  content: "\e212";
}
.icon-earth-globe-streamline:before {
  content: "\e213";
}
.icon-eat-food-fork-knife-streamline:before {
  content: "\e214";
}
.icon-eat-food-hotdog-streamline:before {
  content: "\e215";
}
.icon-edit-modify-streamline:before {
  content: "\e216";
}
.icon-email-mail-streamline:before {
  content: "\e217";
}
.icon-envellope-mail-streamline:before {
  content: "\e218";
}
.icon-eye-dropper-streamline:before {
  content: "\e219";
}
.icon-factory-lift-streamline-warehouse:before {
  content: "\e21a";
}
.icon-first-aid-medecine-shield-streamline:before {
  content: "\e21b";
}
.icon-food-ice-cream-streamline:before {
  content: "\e21c";
}
.icon-frame-picture-streamline:before {
  content: "\e21d";
}
.icon-grid-lines-streamline:before {
  content: "\e21e";
}
.icon-handle-streamline-vector:before {
  content: "\e21f";
}
.icon-happy-smiley-streamline:before {
  content: "\e220";
}
.icon-headset-sound-streamline:before {
  content: "\e221";
}
.icon-home-house-streamline:before {
  content: "\e222";
}
.icon-ibook-laptop:before {
  content: "\e223";
}
.icon-ink-pen-streamline:before {
  content: "\e224";
}
.icon-ipad-streamline:before {
  content: "\e225";
}
.icon-iphone-streamline:before {
  content: "\e226";
}
.icon-ipod-mini-music-streamline:before {
  content: "\e227";
}
.icon-ipod-music-streamline:before {
  content: "\e228";
}
.icon-ipod-streamline:before {
  content: "\e229";
}
.icon-japan-streamline-tea:before {
  content: "\e22a";
}
.icon-laptop-macbook-streamline:before {
  content: "\e22b";
}
.icon-like-love-streamline:before {
  content: "\e22c";
}
.icon-link-streamline:before {
  content: "\e22d";
}
.icon-lock-locker-streamline:before {
  content: "\e22e";
}
.icon-locker-streamline-unlock:before {
  content: "\e22f";
}
.icon-macintosh:before {
  content: "\e230";
}
.icon-magic-magic-wand-streamline:before {
  content: "\e231";
}
.icon-magnet-streamline:before {
  content: "\e232";
}
.icon-man-people-streamline-user:before {
  content: "\e233";
}
.icon-map-pin-streamline:before {
  content: "\e234";
}
.icon-map-streamline-user:before {
  content: "\e235";
}
.icon-micro-record-streamline:before {
  content: "\e236";
}
.icon-monocle-mustache-streamline:before {
  content: "\e237";
}
.icon-music-note-streamline:before {
  content: "\e238";
}
.icon-music-speaker-streamline:before {
  content: "\e239";
}
.icon-notebook-streamline:before {
  content: "\e23a";
}
.icon-paint-bucket-streamline:before {
  content: "\e23b";
}
.icon-painting-pallet-streamline:before {
  content: "\e23c";
}
.icon-painting-roll-streamline:before {
  content: "\e23d";
}
.icon-pen-streamline:before {
  content: "\e23e";
}
.icon-pen-streamline-1:before {
  content: "\e23f";
}
.icon-pen-streamline-2:before {
  content: "\e240";
}
.icon-pen-streamline-3:before {
  content: "\e241";
}
.icon-photo-pictures-streamline:before {
  content: "\e242";
}
.icon-picture-streamline:before {
  content: "\e243";
}
.icon-picture-streamline-1:before {
  content: "\e244";
}
.icon-receipt-shopping-streamline:before {
  content: "\e245";
}
.icon-remote-control-streamline:before {
  content: "\e246";
}
.icon-settings-streamline:before {
  content: "\e247";
}
.icon-settings-streamline-1:before {
  content: "\e248";
}
.icon-settings-streamline-2:before {
  content: "\e249";
}
.icon-shoes-snickers-streamline:before {
  content: "\e24a";
}
.icon-speech-streamline-talk-user:before {
  content: "\e24b";
}
.icon-stamp-streamline:before {
  content: "\e24c";
}
.icon-streamline-suitcase-travel:before {
  content: "\e24d";
}
.icon-streamline-sync:before {
  content: "\e24e";
}
.icon-streamline-umbrella-weather:before {
  content: "\e24f";
}
.icon-align-center-1:before {
  content: "\e36a";
}
.icon-align-justify-1:before {
  content: "\e36b";
}
.icon-align-left-1:before {
  content: "\e36c";
}
.icon-align-right-1:before {
  content: "\e36d";
}
.icon-archive-2:before {
  content: "\e36e";
}
.icon-arrow-down-1:before {
  content: "\e36f";
}
.icon-arrow-left-1:before {
  content: "\e370";
}
.icon-arrow-right-1:before {
  content: "\e371";
}
.icon-arrow-up-1:before {
  content: "\e372";
}
.icon-atom:before {
  content: "\e373";
}
.icon-bag-1:before {
  content: "\e374";
}
.icon-bank-notes:before {
  content: "\e375";
}
.icon-barbell:before {
  content: "\e376";
}
.icon-bars-1:before {
  content: "\e377";
}
.icon-battery-0:before {
  content: "\e378";
}
.icon-battery-1:before {
  content: "\e379";
}
.icon-battery-2:before {
  content: "\e37a";
}
.icon-battery-3:before {
  content: "\e37b";
}
.icon-battery-4:before {
  content: "\e37c";
}
.icon-battery-power:before {
  content: "\e37d";
}
.icon-beer-1:before {
  content: "\e37e";
}
.icon-bolt-1:before {
  content: "\e37f";
}
.icon-bones:before {
  content: "\e380";
}
.icon-book-close:before {
  content: "\e381";
}
.icon-book-open-1:before {
  content: "\e382";
}
.icon-bookmark-2:before {
  content: "\e383";
}
.icon-box-1:before {
  content: "\e384";
}
.icon-browser:before {
  content: "\e385";
}
.icon-bubble:before {
  content: "\e386";
}
.icon-bubble-1:before {
  content: "\e387";
}
.icon-bubble-2:before {
  content: "\e388";
}
.icon-bubble-3:before {
  content: "\e389";
}
.icon-bucket-1:before {
  content: "\e38a";
}
.icon-calculator-1:before {
  content: "\e38b";
}
.icon-calendar-2:before {
  content: "\e38c";
}
.icon-camera-2:before {
  content: "\e38d";
}
.icon-cardiac-pulse:before {
  content: "\e38e";
}
.icon-cd-1:before {
  content: "\e38f";
}
.icon-character:before {
  content: "\e390";
}
.icon-checkbox-checked:before {
  content: "\e391";
}
.icon-checkmark:before {
  content: "\e392";
}
.icon-clipboard-2:before {
  content: "\e393";
}
.icon-clock-1:before {
  content: "\e394";
}
.icon-cloud-2:before {
  content: "\e395";
}
.icon-coffee-1:before {
  content: "\e396";
}
.icon-comment-2:before {
  content: "\e397";
}
.icon-connection-0:before {
  content: "\e398";
}
.icon-connection-1:before {
  content: "\e399";
}
.icon-connection-2:before {
  content: "\e39a";
}
.icon-connection-3:before {
  content: "\e39b";
}
.icon-connection-4:before {
  content: "\e39c";
}
.icon-credit-cards:before {
  content: "\e39d";
}
.icon-crop-1:before {
  content: "\e39e";
}
.icon-cube-1:before {
  content: "\e39f";
}
.icon-diamond-1:before {
  content: "\e3a0";
}
.icon-download-2:before {
  content: "\e3a1";
}
.icon-email:before {
  content: "\e3a2";
}
.icon-email-plane:before {
  content: "\e3a3";
}
.icon-enter:before {
  content: "\e3a4";
}
.icon-envelope-1:before {
  content: "\e3a5";
}
.icon-eyedropper-1:before {
  content: "\e3a6";
}
.icon-file-1:before {
  content: "\e3a7";
}
.icon-file-add:before {
  content: "\e3a8";
}
.icon-file-broken:before {
  content: "\e3a9";
}
.icon-file-settings:before {
  content: "\e3aa";
}
.icon-files:before {
  content: "\e3ab";
}
.icon-flag-2:before {
  content: "\e3ac";
}
.icon-folder-2:before {
  content: "\e3ad";
}
.icon-folder-add:before {
  content: "\e3ae";
}
.icon-folder-check:before {
  content: "\e3af";
}
.icon-folder-settings:before {
  content: "\e3b0";
}
.icon-forbidden:before {
  content: "\e3b1";
}
.icon-frames:before {
  content: "\e3b2";
}
.icon-glass-1:before {
  content: "\e3b3";
}
.icon-graph:before {
  content: "\e3b4";
}
.icon-grid:before {
  content: "\e3b5";
}
.icon-heart-2:before {
  content: "\e3b6";
}
.icon-home-2:before {
  content: "\e3b7";
}
.icon-id-card:before {
  content: "\e3b8";
}
.icon-invoice:before {
  content: "\e3b9";
}
.icon-ipad:before {
  content: "\e3ba";
}
.icon-ipad-2:before {
  content: "\e3bb";
}
.icon-lab:before {
  content: "\e3bc";
}
.icon-laptop-1:before {
  content: "\e3bd";
}
.icon-list-2:before {
  content: "\e3be";
}
.icon-lock-2:before {
  content: "\e3bf";
}
.icon-locked:before {
  content: "\e3c0";
}
.icon-map-2:before {
  content: "\e3c1";
}
.icon-measure:before {
  content: "\e3c2";
}
.icon-meter:before {
  content: "\e3c3";
}
.icon-micro:before {
  content: "\e3c4";
}
.icon-micro-mute:before {
  content: "\e3c5";
}
.icon-microwave:before {
  content: "\e3c6";
}
.icon-minus-2:before {
  content: "\e3c7";
}
.icon-modem:before {
  content: "\e3c8";
}
.icon-mute-1:before {
  content: "\e3c9";
}
.icon-newspaper-1:before {
  content: "\e3ca";
}
.icon-paperclip-1:before {
  content: "\e3cb";
}
.icon-pencil-2:before {
  content: "\e3cc";
}
.icon-phone-2:before {
  content: "\e3cd";
}
.icon-phone-2-1:before {
  content: "\e3ce";
}
.icon-phone-3:before {
  content: "\e3cf";
}
.icon-picture-1:before {
  content: "\e3d0";
}
.icon-pie-chart-1:before {
  content: "\e3d1";
}
.icon-pill:before {
  content: "\e3d2";
}
.icon-pin:before {
  content: "\e3d3";
}
.icon-power:before {
  content: "\e3d4";
}
.icon-printer-1:before {
  content: "\e3d5";
}
.icon-printer-2:before {
  content: "\e3d6";
}
.icon-refresh-1:before {
  content: "\e3d7";
}
.icon-reload:before {
  content: "\e3d8";
}
.icon-screen:before {
  content: "\e3d9";
}
.icon-select:before {
  content: "\e3da";
}
.icon-set:before {
  content: "\e3db";
}
.icon-settings:before {
  content: "\e3dc";
}
.icon-share-2:before {
  content: "\e3dd";
}
.icon-share-outline:before {
  content: "\e3de";
}
.icon-shorts:before {
  content: "\e3df";
}
.icon-speaker:before {
  content: "\e3e0";
}
.icon-star-2:before {
  content: "\e3e1";
}
.icon-stopwatch:before {
  content: "\e3e2";
}
.icon-sun:before {
  content: "\e3e3";
}
.icon-syringe:before {
  content: "\e3e4";
}
.icon-tag-2:before {
  content: "\e3e5";
}
.icon-train-1:before {
  content: "\e3e6";
}
.icon-trash-2:before {
  content: "\e3e7";
}
.icon-unlocked:before {
  content: "\e3e8";
}
.icon-user-2:before {
  content: "\e3e9";
}
.icon-user-outline:before {
  content: "\e3ea";
}
.icon-users-2:before {
  content: "\e3eb";
}
.icon-users-outline:before {
  content: "\e3ec";
}
.icon-volume-1:before {
  content: "\e3ed";
}
.icon-volume-down-1:before {
  content: "\e3ee";
}
.icon-volume-up-1:before {
  content: "\e3ef";
}
.icon-wifi-1:before {
  content: "\e3f0";
}
.icon-wifi-2:before {
  content: "\e3f1";
}
.icon-wifi-3:before {
  content: "\e3f2";
}
.icon-window-delete:before {
  content: "\e3f3";
}
.icon-windows-1:before {
  content: "\e3f4";
}
.icon-zoom:before {
  content: "\e3f5";
}
.icon-zoom-in:before {
  content: "\e3f6";
}
.icon-zoom-out:before {
  content: "\e3f7";
}
.icon-linea-basic-10:before {
  content: "\e428";
}
.icon-linea-basic-10-1:before {
  content: "\e429";
}
.icon-linea-basic-10-2:before {
  content: "\e42a";
}
.icon-linea-basic-10-3:before {
  content: "\e42b";
}
.icon-linea-basic-10-4:before {
  content: "\e42c";
}
.icon-linea-basic-10-5:before {
  content: "\e42d";
}
.icon-linea-basic-10-6:before {
  content: "\e42e";
}
.icon-linea-basic-10-7:before {
  content: "\e42f";
}
.icon-linea-basic-10-8:before {
  content: "\e430";
}
.icon-linea-basic-10-9:before {
  content: "\e431";
}
.icon-linea-basic-10-10:before {
  content: "\e432";
}
.icon-linea-basic-10-11:before {
  content: "\e433";
}
.icon-linea-basic-10-12:before {
  content: "\e434";
}
.icon-linea-basic-10-13:before {
  content: "\e435";
}
.icon-linea-basic-10-14:before {
  content: "\e436";
}
.icon-linea-basic-10-15:before {
  content: "\e437";
}
.icon-linea-basic-10-16:before {
  content: "\e438";
}
.icon-linea-basic-10-17:before {
  content: "\e439";
}
.icon-linea-basic-10-18:before {
  content: "\e43a";
}
.icon-linea-basic-10-19:before {
  content: "\e43b";
}
.icon-linea-basic-10-20:before {
  content: "\e43c";
}
.icon-linea-basic-10-21:before {
  content: "\e43d";
}
.icon-linea-basic-10-22:before {
  content: "\e43e";
}
.icon-linea-basic-10-23:before {
  content: "\e43f";
}
.icon-linea-basic-10-24:before {
  content: "\e440";
}
.icon-linea-basic-10-25:before {
  content: "\e441";
}
.icon-linea-basic-10-26:before {
  content: "\e442";
}
.icon-linea-basic-10-27:before {
  content: "\e443";
}
.icon-linea-basic-10-28:before {
  content: "\e444";
}
.icon-linea-basic-10-29:before {
  content: "\e445";
}
.icon-linea-basic-10-30:before {
  content: "\e446";
}
.icon-linea-basic-10-31:before {
  content: "\e447";
}
.icon-linea-basic-10-32:before {
  content: "\e448";
}
.icon-linea-basic-10-33:before {
  content: "\e449";
}
.icon-linea-basic-10-34:before {
  content: "\e44a";
}
.icon-linea-basic-10-35:before {
  content: "\e44b";
}
.icon-linea-basic-10-36:before {
  content: "\e44c";
}
.icon-linea-basic-10-37:before {
  content: "\e44d";
}
.icon-linea-basic-10-38:before {
  content: "\e44e";
}
.icon-linea-basic-10-39:before {
  content: "\e44f";
}
.icon-linea-basic-10-40:before {
  content: "\e450";
}
.icon-linea-basic-10-41:before {
  content: "\e451";
}
.icon-linea-basic-10-42:before {
  content: "\e452";
}
.icon-linea-basic-10-43:before {
  content: "\e453";
}
.icon-linea-basic-10-44:before {
  content: "\e454";
}
.icon-linea-basic-10-45:before {
  content: "\e455";
}
.icon-linea-basic-10-46:before {
  content: "\e456";
}
.icon-linea-basic-10-47:before {
  content: "\e457";
}
.icon-linea-basic-10-48:before {
  content: "\e458";
}
.icon-linea-basic-10-49:before {
  content: "\e459";
}
.icon-linea-basic-10-50:before {
  content: "\e45a";
}
.icon-linea-basic-10-51:before {
  content: "\e45b";
}
.icon-linea-basic-10-52:before {
  content: "\e45c";
}
.icon-linea-basic-10-53:before {
  content: "\e45d";
}
.icon-linea-basic-10-54:before {
  content: "\e45e";
}
.icon-linea-basic-10-55:before {
  content: "\e45f";
}
.icon-linea-basic-10-56:before {
  content: "\e460";
}
.icon-linea-basic-10-57:before {
  content: "\e461";
}
.icon-linea-basic-10-58:before {
  content: "\e462";
}
.icon-linea-basic-10-59:before {
  content: "\e463";
}
.icon-linea-basic-10-60:before {
  content: "\e464";
}
.icon-linea-basic-10-61:before {
  content: "\e465";
}
.icon-linea-basic-10-62:before {
  content: "\e466";
}
.icon-linea-basic-10-63:before {
  content: "\e467";
}
.icon-linea-basic-10-64:before {
  content: "\e468";
}
.icon-linea-basic-10-65:before {
  content: "\e469";
}
.icon-linea-basic-10-66:before {
  content: "\e46a";
}
.icon-linea-basic-10-67:before {
  content: "\e46b";
}
.icon-linea-basic-10-68:before {
  content: "\e46c";
}
.icon-linea-basic-10-69:before {
  content: "\e46d";
}
.icon-linea-basic-10-70:before {
  content: "\e46e";
}
.icon-linea-basic-10-71:before {
  content: "\e46f";
}
.icon-linea-basic-10-72:before {
  content: "\e470";
}
.icon-linea-basic-10-73:before {
  content: "\e471";
}
.icon-linea-basic-10-74:before {
  content: "\e472";
}
.icon-linea-basic-10-75:before {
  content: "\e473";
}
.icon-linea-basic-10-76:before {
  content: "\e474";
}
.icon-linea-basic-10-77:before {
  content: "\e475";
}
.icon-linea-basic-10-78:before {
  content: "\e476";
}
.icon-linea-basic-10-79:before {
  content: "\e477";
}
.icon-linea-basic-10-80:before {
  content: "\e478";
}
.icon-linea-basic-10-81:before {
  content: "\e479";
}
.icon-linea-basic-10-82:before {
  content: "\e47a";
}
.icon-linea-basic-10-83:before {
  content: "\e47b";
}
.icon-linea-basic-10-84:before {
  content: "\e47c";
}
.icon-linea-basic-10-85:before {
  content: "\e47d";
}
.icon-linea-basic-10-86:before {
  content: "\e47e";
}
.icon-linea-basic-10-87:before {
  content: "\e47f";
}
.icon-linea-basic-10-88:before {
  content: "\e480";
}
.icon-linea-basic-10-89:before {
  content: "\e481";
}
.icon-linea-basic-10-90:before {
  content: "\e482";
}
.icon-linea-basic-10-91:before {
  content: "\e483";
}
.icon-linea-basic-10-92:before {
  content: "\e484";
}
.icon-linea-basic-10-93:before {
  content: "\e485";
}
.icon-linea-basic-10-94:before {
  content: "\e486";
}
.icon-linea-basic-10-95:before {
  content: "\e487";
}
.icon-linea-basic-10-96:before {
  content: "\e488";
}
.icon-linea-basic-10-97:before {
  content: "\e489";
}
.icon-linea-basic-10-98:before {
  content: "\e48a";
}
.icon-linea-basic-10-99:before {
  content: "\e48b";
}
.icon-linea-basic-10-100:before {
  content: "\e48c";
}
.icon-linea-basic-10-101:before {
  content: "\e48d";
}
.icon-linea-basic-10-102:before {
  content: "\e48e";
}
.icon-linea-basic-10-103:before {
  content: "\e48f";
}
.icon-linea-basic-10-104:before {
  content: "\e490";
}
.icon-linea-basic-10-105:before {
  content: "\e491";
}
.icon-linea-basic-10-106:before {
  content: "\e492";
}
.icon-linea-basic-10-107:before {
  content: "\e493";
}
.icon-linea-basic-10-108:before {
  content: "\e494";
}
.icon-linea-basic-10-109:before {
  content: "\e495";
}
.icon-linea-basic-10-110:before {
  content: "\e496";
}
.icon-linea-basic-10-111:before {
  content: "\e497";
}
.icon-linea-basic-10-112:before {
  content: "\e498";
}
.icon-linea-basic-10-113:before {
  content: "\e499";
}
.icon-linea-basic-10-114:before {
  content: "\e49a";
}
.icon-linea-basic-10-115:before {
  content: "\e49b";
}
.icon-linea-basic-10-116:before {
  content: "\e49c";
}
.icon-linea-basic-10-117:before {
  content: "\e49d";
}
.icon-linea-basic-10-118:before {
  content: "\e49e";
}
.icon-linea-basic-10-119:before {
  content: "\e49f";
}
.icon-linea-basic-10-120:before {
  content: "\e4a0";
}
.icon-linea-basic-10-121:before {
  content: "\e4a1";
}
.icon-linea-basic-10-122:before {
  content: "\e4a2";
}
.icon-linea-basic-10-123:before {
  content: "\e4a3";
}
.icon-linea-basic-10-124:before {
  content: "\e4a4";
}
.icon-linea-basic-10-125:before {
  content: "\e4a5";
}
.icon-linea-basic-10-126:before {
  content: "\e4a6";
}
.icon-linea-basic-10-127:before {
  content: "\e4a7";
}
.icon-linea-basic-10-128:before {
  content: "\e4a8";
}
.icon-linea-basic-10-129:before {
  content: "\e4a9";
}
.icon-linea-basic-10-130:before {
  content: "\e4aa";
}
.icon-linea-basic-10-131:before {
  content: "\e4ab";
}
.icon-linea-basic-10-132:before {
  content: "\e4ac";
}
.icon-linea-basic-10-133:before {
  content: "\e4ad";
}
.icon-linea-basic-10-134:before {
  content: "\e4ae";
}
.icon-eleganticons:before {
  content: "\e4af";
}
.icon-eleganticons-1:before {
  content: "\e4b0";
}
.icon-eleganticons-2:before {
  content: "\e4b1";
}
.icon-eleganticons-3:before {
  content: "\e4b2";
}
.icon-eleganticons-4:before {
  content: "\e4b3";
}
.icon-eleganticons-5:before {
  content: "\e4b4";
}
.icon-eleganticons-6:before {
  content: "\e4b5";
}
.icon-eleganticons-7:before {
  content: "\e4b6";
}
.icon-eleganticons-8:before {
  content: "\e4b7";
}
.icon-eleganticons-9:before {
  content: "\e4b8";
}
.icon-eleganticons-10:before {
  content: "\e4b9";
}
.icon-eleganticons-11:before {
  content: "\e4ba";
}
.icon-eleganticons-12:before {
  content: "\e4bb";
}
.icon-eleganticons-13:before {
  content: "\e4bc";
}
.icon-eleganticons-14:before {
  content: "\e4bd";
}
.icon-eleganticons-15:before {
  content: "\e4be";
}
.icon-eleganticons-16:before {
  content: "\e4bf";
}
.icon-eleganticons-17:before {
  content: "\e4c0";
}
.icon-eleganticons-18:before {
  content: "\e4c1";
}
.icon-eleganticons-19:before {
  content: "\e4c2";
}
.icon-eleganticons-20:before {
  content: "\e4c3";
}
.icon-eleganticons-21:before {
  content: "\e4c4";
}
.icon-eleganticons-22:before {
  content: "\e4c5";
}
.icon-eleganticons-23:before {
  content: "\e4c6";
}
.icon-eleganticons-24:before {
  content: "\e4c7";
}
.icon-eleganticons-25:before {
  content: "\e4c8";
}
.icon-eleganticons-26:before {
  content: "\e4c9";
}
.icon-eleganticons-27:before {
  content: "\e4ca";
}
.icon-eleganticons-28:before {
  content: "\e4cb";
}
.icon-eleganticons-29:before {
  content: "\e4cc";
}
.icon-eleganticons-30:before {
  content: "\e4cd";
}
.icon-eleganticons-31:before {
  content: "\e4ce";
}
.icon-eleganticons-32:before {
  content: "\e4cf";
}
.icon-eleganticons-33:before {
  content: "\e4d0";
}
.icon-eleganticons-34:before {
  content: "\e4d1";
}
.icon-eleganticons-35:before {
  content: "\e4d2";
}
.icon-eleganticons-36:before {
  content: "\e4d3";
}
.icon-eleganticons-37:before {
  content: "\e4d4";
}
.icon-eleganticons-38:before {
  content: "\e4d5";
}
.icon-eleganticons-39:before {
  content: "\e4d6";
}
.icon-eleganticons-40:before {
  content: "\e4d7";
}
.icon-eleganticons-41:before {
  content: "\e4d8";
}
.icon-eleganticons-42:before {
  content: "\e4d9";
}
.icon-eleganticons-43:before {
  content: "\e4da";
}
.icon-eleganticons-44:before {
  content: "\e4db";
}
.icon-eleganticons-45:before {
  content: "\e4dc";
}
.icon-eleganticons-46:before {
  content: "\e4dd";
}
.icon-eleganticons-47:before {
  content: "\e4de";
}
.icon-eleganticons-48:before {
  content: "\e4df";
}
.icon-eleganticons-49:before {
  content: "\e4e0";
}
.icon-eleganticons-50:before {
  content: "\e4e1";
}
.icon-eleganticons-51:before {
  content: "\e4e2";
}
.icon-eleganticons-52:before {
  content: "\e4e3";
}
.icon-eleganticons-53:before {
  content: "\e4e4";
}
.icon-eleganticons-54:before {
  content: "\e4e5";
}
.icon-eleganticons-55:before {
  content: "\e4e6";
}
.icon-eleganticons-56:before {
  content: "\e4e7";
}
.icon-eleganticons-57:before {
  content: "\e4e8";
}
.icon-eleganticons-58:before {
  content: "\e4e9";
}
.icon-eleganticons-59:before {
  content: "\e4ea";
}
.icon-eleganticons-60:before {
  content: "\e4eb";
}
.icon-eleganticons-61:before {
  content: "\e4ec";
}
.icon-eleganticons-62:before {
  content: "\e4ed";
}
.icon-eleganticons-63:before {
  content: "\e4ee";
}
.icon-eleganticons-64:before {
  content: "\e4ef";
}
.icon-eleganticons-65:before {
  content: "\e4f0";
}
.icon-eleganticons-66:before {
  content: "\e4f1";
}
.icon-eleganticons-67:before {
  content: "\e4f2";
}
.icon-eleganticons-68:before {
  content: "\e4f3";
}
.icon-eleganticons-69:before {
  content: "\e4f4";
}
.icon-eleganticons-70:before {
  content: "\e4f5";
}
.icon-eleganticons-71:before {
  content: "\e4f6";
}
.icon-eleganticons-72:before {
  content: "\e4f7";
}
.icon-eleganticons-73:before {
  content: "\e4f8";
}
.icon-eleganticons-74:before {
  content: "\e4f9";
}
.icon-eleganticons-75:before {
  content: "\e4fa";
}
.icon-eleganticons-76:before {
  content: "\e4fb";
}
.icon-eleganticons-77:before {
  content: "\e4fc";
}
.icon-eleganticons-78:before {
  content: "\e4fd";
}
.icon-eleganticons-79:before {
  content: "\e4fe";
}
.icon-eleganticons-80:before {
  content: "\e4ff";
}
.icon-eleganticons-81:before {
  content: "\e500";
}
.icon-eleganticons-82:before {
  content: "\e501";
}
.icon-eleganticons-83:before {
  content: "\e502";
}
.icon-eleganticons-84:before {
  content: "\e503";
}
.icon-eleganticons-85:before {
  content: "\e504";
}
.icon-eleganticons-86:before {
  content: "\e505";
}
.icon-eleganticons-87:before {
  content: "\e506";
}
.icon-eleganticons-88:before {
  content: "\e507";
}
.icon-eleganticons-89:before {
  content: "\e508";
}
.icon-eleganticons-90:before {
  content: "\e509";
}
.icon-eleganticons-91:before {
  content: "\e50a";
}
.icon-eleganticons-92:before {
  content: "\e50b";
}
.icon-eleganticons-93:before {
  content: "\e50c";
}
.icon-eleganticons-94:before {
  content: "\e50d";
}
.icon-eleganticons-95:before {
  content: "\e50e";
}
.icon-eleganticons-96:before {
  content: "\e50f";
}
.icon-eleganticons-97:before {
  content: "\e510";
}
.icon-eleganticons-98:before {
  content: "\e511";
}
.icon-eleganticons-99:before {
  content: "\e512";
}
.icon-eleganticons-100:before {
  content: "\e513";
}
.icon-eleganticons-101:before {
  content: "\e514";
}
.icon-eleganticons-102:before {
  content: "\e515";
}
.icon-eleganticons-103:before {
  content: "\e516";
}
.icon-eleganticons-104:before {
  content: "\e517";
}
.icon-eleganticons-105:before {
  content: "\e518";
}
.icon-eleganticons-106:before {
  content: "\e519";
}
.icon-eleganticons-107:before {
  content: "\e51a";
}
.icon-eleganticons-108:before {
  content: "\e51b";
}
.icon-eleganticons-109:before {
  content: "\e51c";
}
.icon-eleganticons-110:before {
  content: "\e51d";
}
.icon-eleganticons-111:before {
  content: "\e51e";
}
.icon-eleganticons-112:before {
  content: "\e51f";
}
.icon-eleganticons-113:before {
  content: "\e520";
}
.icon-eleganticons-114:before {
  content: "\e521";
}
.icon-eleganticons-115:before {
  content: "\e522";
}
.icon-eleganticons-116:before {
  content: "\e523";
}
.icon-eleganticons-117:before {
  content: "\e524";
}
.icon-eleganticons-118:before {
  content: "\e525";
}
.icon-eleganticons-119:before {
  content: "\e526";
}
.icon-eleganticons-120:before {
  content: "\e527";
}
.icon-eleganticons-121:before {
  content: "\e528";
}
.icon-eleganticons-122:before {
  content: "\e529";
}
.icon-eleganticons-123:before {
  content: "\e52a";
}
.icon-eleganticons-124:before {
  content: "\e52b";
}
.icon-eleganticons-125:before {
  content: "\e52c";
}
.icon-eleganticons-126:before {
  content: "\e52d";
}
.icon-eleganticons-127:before {
  content: "\e52e";
}
.icon-eleganticons-128:before {
  content: "\e52f";
}
.icon-eleganticons-129:before {
  content: "\e530";
}
.icon-eleganticons-130:before {
  content: "\e531";
}
.icon-eleganticons-131:before {
  content: "\e532";
}
.icon-eleganticons-132:before {
  content: "\e533";
}
.icon-eleganticons-133:before {
  content: "\e534";
}
.icon-eleganticons-134:before {
  content: "\e535";
}
.icon-eleganticons-135:before {
  content: "\e536";
}
.icon-eleganticons-136:before {
  content: "\e537";
}
.icon-eleganticons-137:before {
  content: "\e538";
}
.icon-eleganticons-138:before {
  content: "\e539";
}
.icon-eleganticons-139:before {
  content: "\e53a";
}
.icon-eleganticons-140:before {
  content: "\e53b";
}
.icon-eleganticons-141:before {
  content: "\e53c";
}
.icon-eleganticons-142:before {
  content: "\e53d";
}
.icon-eleganticons-143:before {
  content: "\e53e";
}
.icon-eleganticons-144:before {
  content: "\e53f";
}
.icon-eleganticons-145:before {
  content: "\e540";
}
.icon-eleganticons-146:before {
  content: "\e541";
}
.icon-eleganticons-147:before {
  content: "\e542";
}
.icon-eleganticons-148:before {
  content: "\e543";
}
.icon-eleganticons-149:before {
  content: "\e544";
}
.icon-eleganticons-150:before {
  content: "\e545";
}
.icon-eleganticons-151:before {
  content: "\e546";
}
.icon-eleganticons-152:before {
  content: "\e547";
}
.icon-eleganticons-153:before {
  content: "\e548";
}
.icon-eleganticons-154:before {
  content: "\e549";
}
.icon-eleganticons-155:before {
  content: "\e54a";
}
.icon-eleganticons-156:before {
  content: "\e54b";
}
.icon-eleganticons-157:before {
  content: "\e54c";
}
.icon-eleganticons-158:before {
  content: "\e54d";
}
.icon-eleganticons-159:before {
  content: "\e54e";
}
.icon-eleganticons-160:before {
  content: "\e54f";
}
.icon-eleganticons-161:before {
  content: "\e550";
}
.icon-eleganticons-162:before {
  content: "\e551";
}
.icon-eleganticons-163:before {
  content: "\e552";
}
.icon-eleganticons-164:before {
  content: "\e553";
}
.icon-eleganticons-165:before {
  content: "\e554";
}
.icon-eleganticons-166:before {
  content: "\e555";
}
.icon-eleganticons-167:before {
  content: "\e556";
}
.icon-eleganticons-168:before {
  content: "\e557";
}
.icon-eleganticons-169:before {
  content: "\e558";
}
.icon-eleganticons-170:before {
  content: "\e559";
}
.icon-eleganticons-171:before {
  content: "\e55a";
}
.icon-eleganticons-172:before {
  content: "\e55b";
}
.icon-eleganticons-173:before {
  content: "\e55c";
}
.icon-eleganticons-174:before {
  content: "\e55d";
}
.icon-eleganticons-175:before {
  content: "\e55e";
}
.icon-eleganticons-176:before {
  content: "\e55f";
}
.icon-eleganticons-177:before {
  content: "\e560";
}
.icon-eleganticons-178:before {
  content: "\e561";
}
.icon-eleganticons-179:before {
  content: "\e562";
}
.icon-eleganticons-180:before {
  content: "\e563";
}
.icon-eleganticons-181:before {
  content: "\e564";
}
.icon-eleganticons-182:before {
  content: "\e565";
}
.icon-eleganticons-183:before {
  content: "\e566";
}
.icon-eleganticons-184:before {
  content: "\e567";
}
.icon-eleganticons-185:before {
  content: "\e568";
}
.icon-eleganticons-186:before {
  content: "\e569";
}
.icon-eleganticons-187:before {
  content: "\e56a";
}
.icon-eleganticons-188:before {
  content: "\e56b";
}
.icon-eleganticons-189:before {
  content: "\e56c";
}
.icon-eleganticons-190:before {
  content: "\e56d";
}
.icon-eleganticons-191:before {
  content: "\e56e";
}
.icon-eleganticons-192:before {
  content: "\e56f";
}
.icon-eleganticons-193:before {
  content: "\e570";
}
.icon-eleganticons-194:before {
  content: "\e571";
}
.icon-eleganticons-195:before {
  content: "\e572";
}
.icon-eleganticons-196:before {
  content: "\e573";
}
.icon-eleganticons-197:before {
  content: "\e574";
}
.icon-eleganticons-198:before {
  content: "\e575";
}
.icon-eleganticons-199:before {
  content: "\e576";
}
.icon-eleganticons-200:before {
  content: "\e577";
}
.icon-eleganticons-201:before {
  content: "\e578";
}
.icon-eleganticons-202:before {
  content: "\e579";
}
.icon-eleganticons-203:before {
  content: "\e57a";
}
.icon-eleganticons-204:before {
  content: "\e57b";
}
.icon-eleganticons-205:before {
  content: "\e57c";
}
.icon-eleganticons-206:before {
  content: "\e57d";
}
.icon-eleganticons-207:before {
  content: "\e57e";
}
.icon-eleganticons-208:before {
  content: "\e57f";
}
.icon-eleganticons-209:before {
  content: "\e580";
}
.icon-eleganticons-210:before {
  content: "\e581";
}
.icon-eleganticons-211:before {
  content: "\e582";
}
.icon-eleganticons-212:before {
  content: "\e583";
}
.icon-eleganticons-213:before {
  content: "\e584";
}
.icon-eleganticons-214:before {
  content: "\e585";
}
.icon-eleganticons-215:before {
  content: "\e586";
}
.icon-eleganticons-216:before {
  content: "\e587";
}
.icon-eleganticons-217:before {
  content: "\e588";
}
.icon-eleganticons-218:before {
  content: "\e589";
}
.icon-eleganticons-219:before {
  content: "\e58a";
}
.icon-eleganticons-220:before {
  content: "\e58b";
}
.icon-eleganticons-221:before {
  content: "\e58c";
}
.icon-eleganticons-222:before {
  content: "\e58d";
}
.icon-eleganticons-223:before {
  content: "\e58e";
}
.icon-eleganticons-224:before {
  content: "\e58f";
}
.icon-eleganticons-225:before {
  content: "\e590";
}
.icon-eleganticons-226:before {
  content: "\e591";
}
.icon-eleganticons-227:before {
  content: "\e592";
}
.icon-eleganticons-228:before {
  content: "\e593";
}
.icon-eleganticons-229:before {
  content: "\e594";
}
.icon-eleganticons-230:before {
  content: "\e595";
}
.icon-eleganticons-231:before {
  content: "\e596";
}
.icon-eleganticons-232:before {
  content: "\e597";
}
.icon-eleganticons-233:before {
  content: "\e598";
}
.icon-eleganticons-234:before {
  content: "\e599";
}
.icon-eleganticons-235:before {
  content: "\e59a";
}
.icon-eleganticons-236:before {
  content: "\e59b";
}
.icon-eleganticons-237:before {
  content: "\e59c";
}
.icon-eleganticons-238:before {
  content: "\e59d";
}
.icon-eleganticons-239:before {
  content: "\e59e";
}
.icon-eleganticons-240:before {
  content: "\e59f";
}
.icon-eleganticons-241:before {
  content: "\e5a0";
}
.icon-eleganticons-242:before {
  content: "\e5a1";
}
.icon-eleganticons-243:before {
  content: "\e5a2";
}
.icon-eleganticons-244:before {
  content: "\e5a3";
}
.icon-eleganticons-245:before {
  content: "\e5a4";
}
.icon-eleganticons-246:before {
  content: "\e5a5";
}
.icon-eleganticons-247:before {
  content: "\e5a6";
}
.icon-eleganticons-248:before {
  content: "\e5a7";
}
.icon-eleganticons-249:before {
  content: "\e5a8";
}
.icon-eleganticons-250:before {
  content: "\e5a9";
}
.icon-eleganticons-251:before {
  content: "\e5aa";
}
.icon-eleganticons-252:before {
  content: "\e5ab";
}
.icon-eleganticons-253:before {
  content: "\e5ac";
}
.icon-eleganticons-254:before {
  content: "\e5ad";
}
.icon-eleganticons-255:before {
  content: "\e5ae";
}
.icon-eleganticons-256:before {
  content: "\e5af";
}
.icon-eleganticons-257:before {
  content: "\e5b0";
}
.icon-eleganticons-258:before {
  content: "\e5b1";
}
.icon-eleganticons-259:before {
  content: "\e5b2";
}
.icon-eleganticons-260:before {
  content: "\e5b3";
}
.icon-eleganticons-261:before {
  content: "\e5b4";
}
.icon-eleganticons-262:before {
  content: "\e5b5";
}
.icon-eleganticons-263:before {
  content: "\e5b6";
}
.icon-eleganticons-264:before {
  content: "\e5b7";
}
.icon-eleganticons-265:before {
  content: "\e5b8";
}
.icon-eleganticons-266:before {
  content: "\e5b9";
}
.icon-eleganticons-267:before {
  content: "\e5ba";
}
.icon-eleganticons-268:before {
  content: "\e5bb";
}
.icon-eleganticons-269:before {
  content: "\e5bc";
}
.icon-eleganticons-270:before {
  content: "\e5bd";
}
.icon-eleganticons-271:before {
  content: "\e5be";
}
.icon-eleganticons-272:before {
  content: "\e5bf";
}
.icon-eleganticons-273:before {
  content: "\e5c0";
}
.icon-eleganticons-274:before {
  content: "\e5c1";
}
.icon-eleganticons-275:before {
  content: "\e5c2";
}
.icon-eleganticons-276:before {
  content: "\e5c3";
}
.icon-eleganticons-277:before {
  content: "\e5c4";
}
.icon-eleganticons-278:before {
  content: "\e5c5";
}
.icon-eleganticons-279:before {
  content: "\e5c6";
}
.icon-eleganticons-280:before {
  content: "\e5c7";
}
.icon-eleganticons-281:before {
  content: "\e5c8";
}
.icon-eleganticons-282:before {
  content: "\e5c9";
}
.icon-eleganticons-283:before {
  content: "\e5ca";
}
.icon-eleganticons-284:before {
  content: "\e5cb";
}
.icon-eleganticons-285:before {
  content: "\e5cc";
}
.icon-eleganticons-286:before {
  content: "\e5cd";
}
.icon-eleganticons-287:before {
  content: "\e5ce";
}
.icon-eleganticons-288:before {
  content: "\e5cf";
}
.icon-eleganticons-289:before {
  content: "\e5d0";
}
.icon-eleganticons-290:before {
  content: "\e5d1";
}
.icon-eleganticons-291:before {
  content: "\e5d2";
}
.icon-eleganticons-292:before {
  content: "\e5d3";
}
.icon-eleganticons-293:before {
  content: "\e5d4";
}
.icon-eleganticons-294:before {
  content: "\e5d5";
}
.icon-eleganticons-295:before {
  content: "\e5d6";
}
.icon-eleganticons-296:before {
  content: "\e5d7";
}
.icon-eleganticons-297:before {
  content: "\e5d8";
}
.icon-eleganticons-298:before {
  content: "\e5d9";
}
.icon-eleganticons-299:before {
  content: "\e5da";
}
.icon-eleganticons-300:before {
  content: "\e5db";
}
.icon-eleganticons-301:before {
  content: "\e5dc";
}
.icon-eleganticons-302:before {
  content: "\e5dd";
}
.icon-eleganticons-303:before {
  content: "\e5de";
}
.icon-eleganticons-304:before {
  content: "\e5df";
}
.icon-eleganticons-305:before {
  content: "\e5e0";
}
.icon-eleganticons-306:before {
  content: "\e5e1";
}
.icon-eleganticons-307:before {
  content: "\e5e2";
}
.icon-eleganticons-308:before {
  content: "\e5e3";
}
.icon-eleganticons-309:before {
  content: "\e5e4";
}
.icon-eleganticons-310:before {
  content: "\e5e5";
}
.icon-eleganticons-311:before {
  content: "\e5e6";
}
.icon-eleganticons-312:before {
  content: "\e5e7";
}
.icon-eleganticons-313:before {
  content: "\e5e8";
}
.icon-eleganticons-314:before {
  content: "\e5e9";
}
.icon-eleganticons-315:before {
  content: "\e5ea";
}
.icon-eleganticons-316:before {
  content: "\e5eb";
}
.icon-eleganticons-317:before {
  content: "\e5ec";
}
.icon-eleganticons-318:before {
  content: "\e5ed";
}
.icon-eleganticons-319:before {
  content: "\e5ee";
}
.icon-eleganticons-320:before {
  content: "\e5ef";
}
.icon-eleganticons-321:before {
  content: "\e5f0";
}
.icon-eleganticons-322:before {
  content: "\e5f1";
}
.icon-eleganticons-323:before {
  content: "\e5f2";
}
.icon-eleganticons-324:before {
  content: "\e5f3";
}
.icon-eleganticons-325:before {
  content: "\e5f4";
}
.icon-eleganticons-326:before {
  content: "\e5f5";
}
.icon-eleganticons-327:before {
  content: "\e5f6";
}
.icon-eleganticons-328:before {
  content: "\e5f7";
}
.icon-eleganticons-329:before {
  content: "\e5f8";
}
.icon-eleganticons-330:before {
  content: "\e5f9";
}
.icon-eleganticons-331:before {
  content: "\e5fa";
}
.icon-eleganticons-332:before {
  content: "\e5fb";
}
.icon-eleganticons-333:before {
  content: "\e5fc";
}
.icon-eleganticons-334:before {
  content: "\e5fd";
}
.icon-eleganticons-335:before {
  content: "\e5fe";
}
.icon-eleganticons-336:before {
  content: "\e5ff";
}
.icon-eleganticons-337:before {
  content: "\e600";
}
.icon-eleganticons-338:before {
  content: "\e601";
}
.icon-eleganticons-339:before {
  content: "\e602";
}
.icon-eleganticons-340:before {
  content: "\e603";
}
.icon-eleganticons-341:before {
  content: "\e604";
}
.icon-eleganticons-342:before {
  content: "\e605";
}
.icon-eleganticons-343:before {
  content: "\e606";
}
.icon-eleganticons-344:before {
  content: "\e607";
}
.icon-eleganticons-345:before {
  content: "\e608";
}
.icon-eleganticons-346:before {
  content: "\e609";
}
.icon-eleganticons-347:before {
  content: "\e60a";
}
.icon-eleganticons-348:before {
  content: "\e60b";
}
.icon-eleganticons-349:before {
  content: "\e60c";
}
.icon-eleganticons-350:before {
  content: "\e60d";
}
.icon-eleganticons-351:before {
  content: "\e60e";
}
.icon-eleganticons-352:before {
  content: "\e60f";
}
.icon-eleganticons-353:before {
  content: "\e610";
}
.icon-eleganticons-354:before {
  content: "\e611";
}
.icon-eleganticons-355:before {
  content: "\e612";
}
.icon-eleganticons-356:before {
  content: "\e613";
}
.icon-eleganticons-357:before {
  content: "\e614";
}
.icon-eleganticons-358:before {
  content: "\e615";
}
.icon-eleganticons-359:before {
  content: "\e616";
}
.icon-social-wordpress-outline:before {
  content: "\62";
}
.icon-social-wordpress:before {
  content: "\e250";
}
.icon-social-windows-outline:before {
  content: "\e251";
}
.icon-social-windows:before {
  content: "\e252";
}
.icon-social-youtube-outline:before {
  content: "\e253";
}
.icon-social-youtube:before {
  content: "\e254";
}
.icon-social-yen-outline:before {
  content: "\e255";
}
.icon-social-yen:before {
  content: "\e256";
}
.icon-social-yahoo-outline:before {
  content: "\e257";
}
.icon-social-yahoo:before {
  content: "\e258";
}
.icon-social-whatsapp-outline:before {
  content: "\e259";
}
.icon-social-whatsapp:before {
  content: "\e25a";
}
.icon-social-vimeo-outline:before {
  content: "\e25b";
}
.icon-social-vimeo:before {
  content: "\e25c";
}
.icon-social-usd-outline:before {
  content: "\e25d";
}
.icon-social-usd:before {
  content: "\e25e";
}
.icon-social-twitter-outline:before {
  content: "\e25f";
}
.icon-social-twitter:before {
  content: "\e260";
}
.icon-social-twitch-outline:before {
  content: "\e261";
}
.icon-social-twitch:before {
  content: "\e262";
}
.icon-social-python:before {
  content: "\e263";
}
.icon-social-reddit:before {
  content: "\e264";
}
.icon-social-reddit-outline:before {
  content: "\e265";
}
.icon-social-rss:before {
  content: "\e266";
}
.icon-social-rss-outline:before {
  content: "\e267";
}
.icon-social-sass:before {
  content: "\e268";
}
.icon-social-skype:before {
  content: "\e269";
}
.icon-social-skype-outline:before {
  content: "\e26a";
}
.icon-social-snapchat:before {
  content: "\e26b";
}
.icon-social-snapchat-outline:before {
  content: "\e26c";
}
.icon-social-tumblr:before {
  content: "\e26d";
}
.icon-social-tumblr-outline:before {
  content: "\e26e";
}
.icon-social-tux:before {
  content: "\e26f";
}
.icon-social-pinterest-outline:before {
  content: "\e270";
}
.icon-social-pinterest:before {
  content: "\e271";
}
.icon-social-octocat:before {
  content: "\e272";
}
.icon-social-nodejs:before {
  content: "\e273";
}
.icon-social-markdown:before {
  content: "\e274";
}
.icon-social-linkedin-outline:before {
  content: "\e275";
}
.icon-social-linkedin:before {
  content: "\e276";
}
.icon-social-javascript-outline:before {
  content: "\e277";
}
.icon-social-javascript:before {
  content: "\e278";
}
.icon-social-instagram-outline:before {
  content: "\e279";
}
.icon-social-instagram:before {
  content: "\e27a";
}
.icon-social-html5-outline:before {
  content: "\e27b";
}
.icon-social-html5:before {
  content: "\e27c";
}
.icon-social-hackernews-outline:before {
  content: "\e27d";
}
.icon-social-euro-outline:before {
  content: "\e27e";
}
.icon-social-euro:before {
  content: "\e27f";
}
.icon-social-hackernews:before {
  content: "\e280";
}
.icon-social-googleplus-outline:before {
  content: "\e281";
}
.icon-social-dropbox-outline:before {
  content: "\e282";
}
.icon-social-dropbox:before {
  content: "\e283";
}
.icon-social-googleplus:before {
  content: "\e284";
}
.icon-social-google-outline:before {
  content: "\e285";
}
.icon-social-dribbble-outline:before {
  content: "\e286";
}
.icon-social-dribbble:before {
  content: "\e287";
}
.icon-social-google:before {
  content: "\e288";
}
.icon-social-github-outline:before {
  content: "\e289";
}
.icon-social-designernews-outline:before {
  content: "\e28a";
}
.icon-social-designernews:before {
  content: "\e28b";
}
.icon-social-github:before {
  content: "\e28c";
}
.icon-social-freebsd-devil:before {
  content: "\e28d";
}
.icon-social-css3-outline:before {
  content: "\e28e";
}
.icon-social-css3:before {
  content: "\e28f";
}
.icon-social-foursquare-outline:before {
  content: "\e290";
}
.icon-social-foursquare:before {
  content: "\e291";
}
.icon-social-codepen-outline:before {
  content: "\e292";
}
.icon-social-codepen:before {
  content: "\e293";
}
.icon-social-facebook-outline:before {
  content: "\e294";
}
.icon-social-facebook:before {
  content: "\e295";
}
.icon-social-chrome-outline:before {
  content: "\e296";
}
.icon-social-chrome:before {
  content: "\e297";
}
.icon-social-buffer-outline:before {
  content: "\e298";
}
.icon-social-buffer:before {
  content: "\e299";
}
.icon-social-bitcoin-outline:before {
  content: "\e29a";
}
.icon-social-bitcoin:before {
  content: "\e29b";
}
.icon-social-apple-outline:before {
  content: "\e29c";
}
.icon-social-apple:before {
  content: "\e29d";
}
.icon-social-angular-outline:before {
  content: "\e29e";
}
.icon-social-angular:before {
  content: "\e29f";
}
.icon-social-android-outline:before {
  content: "\e2a0";
}
.icon-social-android:before {
  content: "\e2a1";
}
