.fa.fa-pull-left, .fa.pull-left {
  margin-right: .3em;
}

.fa, .fa-stack, .wi {
  display: inline-block;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[class*=" ti-"], [class^=ti-] {
  font-family: themify;
  speak: none;
  font-variant: normal;
  text-transform: none;
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

.icon-action-redo, .icon-action-undo, .icon-anchor, .icon-arrow-down, .icon-arrow-down-circle, .icon-arrow-left, .icon-arrow-left-circle, .icon-arrow-right, .icon-arrow-right-circle, .icon-arrow-up, .icon-arrow-up-circle, .icon-badge, .icon-bag, .icon-ban, .icon-basket, .icon-basket-loaded, .icon-bell, .icon-book-open, .icon-briefcase, .icon-bubble, .icon-bubbles, .icon-bulb, .icon-calculator, .icon-calender, .icon-call-end, .icon-call-in, .icon-call-out, .icon-camera, .icon-camrecorder, .icon-chart, .icon-check, .icon-chemistry, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-compass, .icon-control-end, .icon-control-forward, .icon-control-pause, .icon-control-play, .icon-control-rewind, .icon-control-start, .icon-credit-card, .icon-crop, .icon-cup, .icon-cursor, .icon-cursor-move, .icon-diamond, .icon-direction, .icon-directions, .icon-disc, .icon-dislike, .icon-doc, .icon-docs, .icon-drawar, .icon-drop, .icon-earphones, .icon-earphones-alt, .icon-emotsmile, .icon-energy, .icon-envelope, .icon-envelope-letter, .icon-envelope-open, .icon-equalizer, .icon-eye, .icon-eyeglass, .icon-feed, .icon-film, .icon-fire, .icon-flag, .icon-folder, .icon-folder-alt, .icon-frame, .icon-game-controller, .icon-ghost, .icon-globe, .icon-globe-alt, .icon-graduation, .icon-graph, .icon-grid, .icon-handbag, .icon-heart, .icon-home, .icon-hourglass, .icon-info, .icon-key, .icon-layers, .icon-like, .icon-link, .icon-list, .icon-location-pin, .icon-lock, .icon-lock-open, .icon-login, .icon-logout, .icon-loop, .icon-magic-wand, .icon-magnet, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-map, .icon-menu, .icon-microphone, .icon-mouse, .icon-music-tone, .icon-music-tone-alt, .icon-mustache, .icon-note, .icon-notebook, .icon-options, .icon-options-vertical, .icon-paper-clip, .icon-paper-plane, .icon-paypal, .icon-pencil, .icon-people, .icon-phone, .icon-picture, .icon-pie-chart, .icon-pin, .icon-plane, .icon-playlist, .icon-plus, .icon-power, .icon-present, .icon-printer, .icon-puzzle, .icon-question, .icon-refresh, .icon-reload, .icon-rocket, .icon-screen-desktop, .icon-screen-smartphone, .icon-screen-tablet, .icon-settings, .icon-share, .icon-share-alt, .icon-shield, .icon-shuffle, .icon-size-actual, .icon-size-fullscreen, .icon-social-behance, .icon-social-dribbble, .icon-social-dropbox, .icon-social-facebook, .icon-social-foursqare, .icon-social-github, .icon-social-gplus, .icon-social-instagram, .icon-social-linkedin, .icon-social-pintarest, .icon-social-reddit, .icon-social-skype, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-tumblr, .icon-social-twitter, .icon-social-youtube, .icon-speech, .icon-speedometer, .icon-star, .icon-support, .icon-symble-female, .icon-symbol-male, .icon-tag, .icon-target, .icon-trash, .icon-trophy, .icon-umbrella, .icon-user, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-vector, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-wallet, .icon-wrench {
  font-family: simple-line-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\e005";
}

.icon-people:before {
  content: "\e001";
}

.icon-user-female:before {
  content: "\e000";
}

.icon-user-follow:before {
  content: "\e002";
}

.icon-user-following:before {
  content: "\e003";
}

.icon-user-unfollow:before {
  content: "\e004";
}

.icon-login:before {
  content: "\e066";
}

.icon-logout:before {
  content: "\e065";
}

.icon-emotsmile:before {
  content: "\e021";
}

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

.icon-call-end:before {
  content: "\e048";
}

.icon-call-in:before {
  content: "\e047";
}

.icon-call-out:before {
  content: "\e046";
}

.icon-map:before {
  content: "\e033";
}

.icon-location-pin:before {
  content: "\e096";
}

.icon-direction:before {
  content: "\e042";
}

.icon-directions:before {
  content: "\e041";
}

.icon-compass:before {
  content: "\e045";
}

.icon-layers:before {
  content: "\e034";
}

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

.icon-list:before {
  content: "\e067";
}

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

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

.icon-arrow-down:before {
  content: "\e604";
}

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

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

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

.icon-arrow-up-circle:before {
  content: "\e078";
}

.icon-arrow-left-circle:before {
  content: "\e07a";
}

.icon-arrow-right-circle:before {
  content: "\e079";
}

.icon-arrow-down-circle:before {
  content: "\e07b";
}

.icon-check:before {
  content: "\e080";
}

.icon-clock:before {
  content: "\e081";
}

.icon-plus:before {
  content: "\e095";
}

.icon-close:before {
  content: "\e082";
}

.icon-trophy:before {
  content: "\e006";
}

.icon-screen-smartphone:before {
  content: "\e010";
}

.icon-screen-desktop:before {
  content: "\e011";
}

.icon-plane:before {
  content: "\e012";
}

.icon-notebook:before {
  content: "\e013";
}

.icon-mustache:before {
  content: "\e014";
}

.icon-mouse:before {
  content: "\e015";
}

.icon-magnet:before {
  content: "\e016";
}

.icon-energy:before {
  content: "\e020";
}

.icon-disc:before {
  content: "\e022";
}

.icon-cursor:before {
  content: "\e06e";
}

.icon-cursor-move:before {
  content: "\e023";
}

.icon-crop:before {
  content: "\e024";
}

.icon-chemistry:before {
  content: "\e026";
}

.icon-speedometer:before {
  content: "\e007";
}

.icon-shield:before {
  content: "\e00e";
}

.icon-screen-tablet:before {
  content: "\e00f";
}

.icon-magic-wand:before {
  content: "\e017";
}

.icon-hourglass:before {
  content: "\e018";
}

.icon-graduation:before {
  content: "\e019";
}

.icon-ghost:before {
  content: "\e01a";
}

.icon-game-controller:before {
  content: "\e01b";
}

.icon-fire:before {
  content: "\e01c";
}

.icon-eyeglass:before {
  content: "\e01d";
}

.icon-envelope-open:before {
  content: "\e01e";
}

.icon-envelope-letter:before {
  content: "\e01f";
}

.icon-bell:before {
  content: "\e027";
}

.icon-badge:before {
  content: "\e028";
}

.icon-anchor:before {
  content: "\e029";
}

.icon-wallet:before {
  content: "\e02a";
}

.icon-vector:before {
  content: "\e02b";
}

.icon-speech:before {
  content: "\e02c";
}

.icon-puzzle:before {
  content: "\e02d";
}

.icon-printer:before {
  content: "\e02e";
}

.icon-present:before {
  content: "\e02f";
}

.icon-playlist:before {
  content: "\e030";
}

.icon-pin:before {
  content: "\e031";
}

.icon-picture:before {
  content: "\e032";
}

.icon-handbag:before {
  content: "\e035";
}

.icon-globe-alt:before {
  content: "\e036";
}

.icon-globe:before {
  content: "\e037";
}

.icon-folder-alt:before {
  content: "\e039";
}

.icon-folder:before {
  content: "\e089";
}

.icon-film:before {
  content: "\e03a";
}

.icon-feed:before {
  content: "\e03b";
}

.icon-drop:before {
  content: "\e03e";
}

.icon-drawar:before {
  content: "\e03f";
}

.icon-docs:before {
  content: "\e040";
}

.icon-doc:before {
  content: "\e085";
}

.icon-diamond:before {
  content: "\e043";
}

.icon-cup:before {
  content: "\e044";
}

.icon-calculator:before {
  content: "\e049";
}

.icon-bubbles:before {
  content: "\e04a";
}

.icon-briefcase:before {
  content: "\e04b";
}

.icon-book-open:before {
  content: "\e04c";
}

.icon-basket-loaded:before {
  content: "\e04d";
}

.icon-basket:before {
  content: "\e04e";
}

.icon-bag:before {
  content: "\e04f";
}

.icon-action-undo:before {
  content: "\e050";
}

.icon-action-redo:before {
  content: "\e051";
}

.icon-wrench:before {
  content: "\e052";
}

.icon-umbrella:before {
  content: "\e053";
}

.icon-trash:before {
  content: "\e054";
}

.icon-tag:before {
  content: "\e055";
}

.icon-support:before {
  content: "\e056";
}

.icon-frame:before {
  content: "\e038";
}

.icon-size-fullscreen:before {
  content: "\e057";
}

.icon-size-actual:before {
  content: "\e058";
}

.icon-shuffle:before {
  content: "\e059";
}

.icon-share-alt:before {
  content: "\e05a";
}

.icon-share:before {
  content: "\e05b";
}

.icon-rocket:before {
  content: "\e05c";
}

.icon-question:before {
  content: "\e05d";
}

.icon-pie-chart:before {
  content: "\e05e";
}

.icon-pencil:before {
  content: "\e05f";
}

.icon-note:before {
  content: "\e060";
}

.icon-loop:before {
  content: "\e064";
}

.icon-home:before {
  content: "\e069";
}

.icon-grid:before {
  content: "\e06a";
}

.icon-graph:before {
  content: "\e06b";
}

.icon-microphone:before {
  content: "\e063";
}

.icon-music-tone-alt:before {
  content: "\e061";
}

.icon-music-tone:before {
  content: "\e062";
}

.icon-earphones-alt:before {
  content: "\e03c";
}

.icon-earphones:before {
  content: "\e03d";
}

.icon-equalizer:before {
  content: "\e06c";
}

.icon-like:before {
  content: "\e068";
}

.icon-dislike:before {
  content: "\e06d";
}

.icon-control-start:before {
  content: "\e06f";
}

.icon-control-rewind:before {
  content: "\e070";
}

.icon-control-play:before {
  content: "\e071";
}

.icon-control-pause:before {
  content: "\e072";
}

.icon-control-forward:before {
  content: "\e073";
}

.icon-control-end:before {
  content: "\e074";
}

.icon-volume-1:before {
  content: "\e09f";
}

.icon-volume-2:before {
  content: "\e0a0";
}

.icon-volume-off:before {
  content: "\e0a1";
}

.icon-calender:before {
  content: "\e075";
}

.icon-bulb:before {
  content: "\e076";
}

.icon-chart:before {
  content: "\e077";
}

.icon-ban:before {
  content: "\e07c";
}

.icon-bubble:before {
  content: "\e07d";
}

.icon-camrecorder:before {
  content: "\e07e";
}

.icon-camera:before {
  content: "\e07f";
}

.icon-cloud-download:before {
  content: "\e083";
}

.icon-cloud-upload:before {
  content: "\e084";
}

.icon-envelope:before {
  content: "\e086";
}

.icon-eye:before {
  content: "\e087";
}

.icon-flag:before {
  content: "\e088";
}

.icon-heart:before {
  content: "\e08a";
}

.icon-info:before {
  content: "\e08b";
}

.icon-key:before {
  content: "\e08c";
}

.icon-link:before {
  content: "\e08d";
}

.icon-lock:before {
  content: "\e08e";
}

.icon-lock-open:before {
  content: "\e08f";
}

.icon-magnifier:before {
  content: "\e090";
}

.icon-magnifier-add:before {
  content: "\e091";
}

.icon-magnifier-remove:before {
  content: "\e092";
}

.icon-paper-clip:before {
  content: "\e093";
}

.icon-paper-plane:before {
  content: "\e094";
}

.icon-power:before {
  content: "\e097";
}

.icon-refresh:before {
  content: "\e098";
}

.icon-reload:before {
  content: "\e099";
}

.icon-settings:before {
  content: "\e09a";
}

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

.icon-symble-female:before {
  content: "\e09c";
}

.icon-symbol-male:before {
  content: "\e09d";
}

.icon-target:before {
  content: "\e09e";
}

.icon-credit-card:before {
  content: "\e025";
}

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

.icon-social-tumblr:before {
  content: "\e00a";
}

.icon-social-twitter:before {
  content: "\e009";
}

.icon-social-facebook:before {
  content: "\e00b";
}

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

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

.icon-social-pintarest:before {
  content: "\e60b";
}

.icon-social-github:before {
  content: "\e60c";
}

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

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

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

.icon-social-dribbble:before {
  content: "\e00d";
}

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

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

.icon-social-soundcloud:before {
  content: "\e612";
}

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

.icon-social-stumbleupon:before {
  content: "\e614";
}

.icon-social-youtube:before {
  content: "\e008";
}

.icon-social-dropbox:before {
  content: "\e00c";
}

/* !
 *  linea Icons 2.0 */

.linea-aerrow[data-icon]:before {
  font-family: linea-arrows-10!important;
  content: attr(data-icon);
}

.icon-arrows-anticlockwise:before {
  content: "\e000";
}

.icon-arrows-anticlockwise-dashed:before {
  content: "\e001";
}

.icon-arrows-button-down:before {
  content: "\e002";
}

.icon-arrows-button-off:before {
  content: "\e003";
}

.icon-arrows-button-on:before {
  content: "\e004";
}

.icon-arrows-button-up:before {
  content: "\e005";
}

.icon-arrows-check:before {
  content: "\e006";
}

.icon-arrows-circle-check:before {
  content: "\e007";
}

.icon-arrows-circle-down:before {
  content: "\e008";
}

.icon-arrows-circle-downleft:before {
  content: "\e009";
}

.icon-arrows-circle-downright:before {
  content: "\e00a";
}

.icon-arrows-circle-left:before {
  content: "\e00b";
}

.icon-arrows-circle-minus:before {
  content: "\e00c";
}

.icon-arrows-circle-plus:before {
  content: "\e00d";
}

.icon-arrows-circle-remove:before {
  content: "\e00e";
}

.icon-arrows-circle-right:before {
  content: "\e00f";
}

.icon-arrows-circle-up:before {
  content: "\e010";
}

.icon-arrows-circle-upleft:before {
  content: "\e011";
}

.icon-arrows-circle-upright:before {
  content: "\e012";
}

.icon-arrows-clockwise:before {
  content: "\e013";
}

.icon-arrows-clockwise-dashed:before {
  content: "\e014";
}

.icon-arrows-compress:before {
  content: "\e015";
}

.icon-arrows-deny:before {
  content: "\e016";
}

.icon-arrows-diagonal:before {
  content: "\e017";
}

.icon-arrows-diagonal2:before {
  content: "\e018";
}

.icon-arrows-down:before {
  content: "\e019";
}

.icon-arrows-down-double:before {
  content: "\e01a";
}

.icon-arrows-downleft:before {
  content: "\e01b";
}

.icon-arrows-downright:before {
  content: "\e01c";
}

.icon-arrows-drag-down:before {
  content: "\e01d";
}

.icon-arrows-drag-down-dashed:before {
  content: "\e01e";
}

.icon-arrows-drag-horiz:before {
  content: "\e01f";
}

.icon-arrows-drag-left:before {
  content: "\e020";
}

.icon-arrows-drag-left-dashed:before {
  content: "\e021";
}

.icon-arrows-drag-right:before {
  content: "\e022";
}

.icon-arrows-drag-right-dashed:before {
  content: "\e023";
}

.icon-arrows-drag-up:before {
  content: "\e024";
}

.icon-arrows-drag-up-dashed:before {
  content: "\e025";
}

.icon-arrows-drag-vert:before {
  content: "\e026";
}

.icon-arrows-exclamation:before {
  content: "\e027";
}

.icon-arrows-expand:before {
  content: "\e028";
}

.icon-arrows-expand-diagonal1:before {
  content: "\e029";
}

.icon-arrows-expand-horizontal1:before {
  content: "\e02a";
}

.icon-arrows-expand-vertical1:before {
  content: "\e02b";
}

.icon-arrows-fit-horizontal:before {
  content: "\e02c";
}

.icon-arrows-fit-vertical:before {
  content: "\e02d";
}

.icon-arrows-glide:before {
  content: "\e02e";
}

.icon-arrows-glide-horizontal:before {
  content: "\e02f";
}

.icon-arrows-glide-vertical:before {
  content: "\e030";
}

.icon-arrows-hamburger1:before {
  content: "\e031";
}

.icon-arrows-hamburger-2:before {
  content: "\e032";
}

.icon-arrows-horizontal:before {
  content: "\e033";
}

.icon-arrows-info:before {
  content: "\e034";
}

.icon-arrows-keyboard-alt:before {
  content: "\e035";
}

.icon-arrows-keyboard-cmd:before {
  content: "\e036";
}

.icon-arrows-keyboard-delete:before {
  content: "\e037";
}

.icon-arrows-keyboard-down:before {
  content: "\e038";
}

.icon-arrows-keyboard-left:before {
  content: "\e039";
}

.icon-arrows-keyboard-return:before {
  content: "\e03a";
}

.icon-arrows-keyboard-right:before {
  content: "\e03b";
}

.icon-arrows-keyboard-shift:before {
  content: "\e03c";
}

.icon-arrows-keyboard-tab:before {
  content: "\e03d";
}

.icon-arrows-keyboard-up:before {
  content: "\e03e";
}

.icon-arrows-left:before {
  content: "\e03f";
}

.icon-arrows-left-double-32:before {
  content: "\e040";
}

.icon-arrows-minus:before {
  content: "\e041";
}

.icon-arrows-move:before {
  content: "\e042";
}

.icon-arrows-move2:before {
  content: "\e043";
}

.icon-arrows-move-bottom:before {
  content: "\e044";
}

.icon-arrows-move-left:before {
  content: "\e045";
}

.icon-arrows-move-right:before {
  content: "\e046";
}

.icon-arrows-move-top:before {
  content: "\e047";
}

.icon-arrows-plus:before {
  content: "\e048";
}

.icon-arrows-question:before {
  content: "\e049";
}

.icon-arrows-remove:before {
  content: "\e04a";
}

.icon-arrows-right:before {
  content: "\e04b";
}

.icon-arrows-right-double:before {
  content: "\e04c";
}

.icon-arrows-rotate:before {
  content: "\e04d";
}

.icon-arrows-rotate-anti:before {
  content: "\e04e";
}

.icon-arrows-rotate-anti-dashed:before {
  content: "\e04f";
}

.icon-arrows-rotate-dashed:before {
  content: "\e050";
}

.icon-arrows-shrink:before {
  content: "\e051";
}

.icon-arrows-shrink-diagonal1:before {
  content: "\e052";
}

.icon-arrows-shrink-diagonal2:before {
  content: "\e053";
}

.icon-arrows-shrink-horizonal2:before {
  content: "\e054";
}

.icon-arrows-shrink-horizontal1:before {
  content: "\e055";
}

.icon-arrows-shrink-vertical1:before {
  content: "\e056";
}

.icon-arrows-shrink-vertical2:before {
  content: "\e057";
}

.icon-arrows-sign-down:before {
  content: "\e058";
}

.icon-arrows-sign-left:before {
  content: "\e059";
}

.icon-arrows-sign-right:before {
  content: "\e05a";
}

.icon-arrows-sign-up:before {
  content: "\e05b";
}

.icon-arrows-slide-down1:before {
  content: "\e05c";
}

.icon-arrows-slide-down2:before {
  content: "\e05d";
}

.icon-arrows-slide-left1:before {
  content: "\e05e";
}

.icon-arrows-slide-left2:before {
  content: "\e05f";
}

.icon-arrows-slide-right1:before {
  content: "\e060";
}

.icon-arrows-slide-right2:before {
  content: "\e061";
}

.icon-arrows-slide-up1:before {
  content: "\e062";
}

.icon-arrows-slide-up2:before {
  content: "\e063";
}

.icon-arrows-slim-down:before {
  content: "\e064";
}

.icon-arrows-slim-down-dashed:before {
  content: "\e065";
}

.icon-arrows-slim-left:before {
  content: "\e066";
}

.icon-arrows-slim-left-dashed:before {
  content: "\e067";
}

.icon-arrows-slim-right:before {
  content: "\e068";
}

.icon-arrows-slim-right-dashed:before {
  content: "\e069";
}

.icon-arrows-slim-up:before {
  content: "\e06a";
}

.icon-arrows-slim-up-dashed:before {
  content: "\e06b";
}

.icon-arrows-square-check:before {
  content: "\e06c";
}

.icon-arrows-square-down:before {
  content: "\e06d";
}

.icon-arrows-square-downleft:before {
  content: "\e06e";
}

.icon-arrows-square-downright:before {
  content: "\e06f";
}

.icon-arrows-square-left:before {
  content: "\e070";
}

.icon-arrows-square-minus:before {
  content: "\e071";
}

.icon-arrows-square-plus:before {
  content: "\e072";
}

.icon-arrows-square-remove:before {
  content: "\e073";
}

.icon-arrows-square-right:before {
  content: "\e074";
}

.icon-arrows-square-up:before {
  content: "\e075";
}

.icon-arrows-square-upleft:before {
  content: "\e076";
}

.icon-arrows-square-upright:before {
  content: "\e077";
}

.icon-arrows-squares:before {
  content: "\e078";
}

.icon-arrows-stretch-diagonal1:before {
  content: "\e079";
}

.icon-arrows-stretch-diagonal2:before {
  content: "\e07a";
}

.icon-arrows-stretch-diagonal3:before {
  content: "\e07b";
}

.icon-arrows-stretch-diagonal4:before {
  content: "\e07c";
}

.icon-arrows-stretch-horizontal1:before {
  content: "\e07d";
}

.icon-arrows-stretch-horizontal2:before {
  content: "\e07e";
}

.icon-arrows-stretch-vertical1:before {
  content: "\e07f";
}

.icon-arrows-stretch-vertical2:before {
  content: "\e080";
}

.icon-arrows-switch-horizontal:before {
  content: "\e081";
}

.icon-arrows-switch-vertical:before {
  content: "\e082";
}

.icon-arrows-up:before {
  content: "\e083";
}

.icon-arrows-up-double-33:before {
  content: "\e084";
}

.icon-arrows-upleft:before {
  content: "\e085";
}

.icon-arrows-upright:before {
  content: "\e086";
}

.icon-arrows-vertical:before {
  content: "\e087";
}

.linea-basic[data-icon]:before {
  font-family: linea-basic-10!important;
  content: attr(data-icon);
}

.icon-basic-accelerator:before {
  content: "a";
}

.icon-basic-alarm:before {
  content: "b";
}

.icon-basic-anchor:before {
  content: "c";
}

.icon-basic-anticlockwise:before {
  content: "d";
}

.icon-basic-archive:before {
  content: "e";
}

.icon-basic-archive-full:before {
  content: "f";
}

.icon-basic-ban:before {
  content: "g";
}

.icon-basic-battery-charge:before {
  content: "h";
}

.icon-basic-battery-empty:before {
  content: "i";
}

.icon-basic-battery-full:before {
  content: "j";
}

.icon-basic-battery-half:before {
  content: "k";
}

.icon-basic-bolt:before {
  content: "l";
}

.icon-basic-book:before {
  content: "m";
}

.icon-basic-book-pen:before {
  content: "n";
}

.icon-basic-book-pencil:before {
  content: "o";
}

.icon-basic-bookmark:before {
  content: "p";
}

.icon-basic-calculator:before {
  content: "q";
}

.icon-basic-calendar:before {
  content: "r";
}

.icon-basic-cards-diamonds:before {
  content: "s";
}

.icon-basic-cards-hearts:before {
  content: "t";
}

.icon-basic-case:before {
  content: "u";
}

.icon-basic-chronometer:before {
  content: "v";
}

.icon-basic-clessidre:before {
  content: "w";
}

.icon-basic-clock:before {
  content: "x";
}

.icon-basic-clockwise:before {
  content: "y";
}

.icon-basic-cloud:before {
  content: "z";
}

.icon-basic-clubs:before {
  content: "A";
}

.icon-basic-compass:before {
  content: "B";
}

.icon-basic-cup:before {
  content: "C";
}

.icon-basic-diamonds:before {
  content: "D";
}

.icon-basic-display:before {
  content: "E";
}

.icon-basic-download:before {
  content: "F";
}

.icon-basic-exclamation:before {
  content: "G";
}

.icon-basic-eye:before {
  content: "H";
}

.icon-basic-eye-closed:before {
  content: "I";
}

.icon-basic-female:before {
  content: "J";
}

.icon-basic-flag1:before {
  content: "K";
}

.icon-basic-flag2:before {
  content: "L";
}

.icon-basic-floppydisk:before {
  content: "M";
}

.icon-basic-folder:before {
  content: "N";
}

.icon-basic-folder-multiple:before {
  content: "O";
}

.icon-basic-gear:before {
  content: "P";
}

.icon-basic-geolocalize-01:before {
  content: "Q";
}

.icon-basic-geolocalize-05:before {
  content: "R";
}

.icon-basic-globe:before {
  content: "S";
}

.icon-basic-gunsight:before {
  content: "T";
}

.icon-basic-hammer:before {
  content: "U";
}

.icon-basic-headset:before {
  content: "V";
}

.icon-basic-heart:before {
  content: "W";
}

.icon-basic-heart-broken:before {
  content: "X";
}

.icon-basic-helm:before {
  content: "Y";
}

.icon-basic-home:before {
  content: "Z";
}

.icon-basic-info:before {
  content: "0";
}

.icon-basic-ipod:before {
  content: "1";
}

.icon-basic-joypad:before {
  content: "2";
}

.icon-basic-key:before {
  content: "3";
}

.icon-basic-keyboard:before {
  content: "4";
}

.icon-basic-laptop:before {
  content: "5";
}

.icon-basic-life-buoy:before {
  content: "6";
}

.icon-basic-lightbulb:before {
  content: "7";
}

.icon-basic-link:before {
  content: "8";
}

.icon-basic-lock:before {
  content: "9";
}

.icon-basic-lock-open:before {
  content: "!";
}

.icon-basic-magic-mouse:before {
  content: "\"";
}

.icon-basic-magnifier:before {
  content: "#";
}

.icon-basic-magnifier-minus:before {
  content: "$";
}

.icon-basic-magnifier-plus:before {
  content: "%";
}

.icon-basic-mail:before {
  content: "&";
}

.icon-basic-mail-multiple:before {
  content: "'";
}

.icon-basic-mail-open:before {
  content: "(";
}

.icon-basic-mail-open-text:before {
  content: ")";
}

.icon-basic-male:before {
  content: "*";
}

.icon-basic-map:before {
  content: "+";
}

.icon-basic-message:before {
  content: ",";
}

.icon-basic-message-multiple:before {
  content: "-";
}

.icon-basic-message-txt:before {
  content: ".";
}

.icon-basic-mixer2:before {
  content: "/";
}

.icon-basic-mouse:before {
  content: ":";
}

.icon-basic-notebook:before {
  content: ";";
}

.icon-basic-notebook-pen:before {
  content: "<";
}

.icon-basic-notebook-pencil:before {
  content: "=";
}

.icon-basic-paperplane:before {
  content: ">";
}

.icon-basic-pencil-ruler:before {
  content: "?";
}

.icon-basic-pencil-ruler-pen:before {
  content: "@";
}

.icon-basic-photo:before {
  content: "[";
}

.icon-basic-picture:before {
  content: "]";
}

.icon-basic-picture-multiple:before {
  content: "^";
}

.icon-basic-pin1:before {
  content: "_";
}

.icon-basic-pin2:before {
  content: "`";
}

.icon-basic-postcard:before {
}

.icon-basic-postcard-multiple:before {
  content: "|";
}

.icon-basic-printer:before {
}

.icon-basic-question:before {
  content: "~";
}

.icon-basic-rss:before {
}

.icon-basic-elaboration-document-remove:before {
  content: "#";
}

.icon-basic-elaboration-document-search:before {
  content: "$";
}

.icon-basic-elaboration-document-star:before {
  content: "%";
}

.icon-basic-elaboration-document-upload:before {
  content: "&";
}

.icon-basic-elaboration-folder-check:before {
  content: "'";
}

.icon-basic-elaboration-folder-cloud:before {
  content: "(";
}

.icon-basic-elaboration-folder-document:before {
  content: ")";
}

.icon-basic-elaboration-folder-download:before {
  content: "*";
}

.icon-basic-elaboration-folder-flagged:before {
  content: "+";
}

.icon-basic-elaboration-folder-graph:before {
  content: ",";
}

.icon-basic-elaboration-folder-heart:before {
  content: "-";
}

.icon-basic-elaboration-folder-minus:before {
  content: ".";
}

.icon-basic-elaboration-folder-next:before {
  content: "/";
}

.icon-basic-elaboration-folder-noaccess:before {
  content: ":";
}

.icon-basic-elaboration-folder-note:before {
  content: ";";
}

.icon-basic-elaboration-folder-pencil:before {
  content: "<";
}

.icon-basic-elaboration-folder-picture:before {
  content: "=";
}

.icon-basic-elaboration-folder-plus:before {
  content: ">";
}

.icon-basic-elaboration-folder-previous:before {
  content: "?";
}

.icon-basic-elaboration-folder-refresh:before {
  content: "@";
}

.icon-basic-elaboration-folder-remove:before {
  content: "[";
}

.icon-basic-elaboration-folder-search:before {
  content: "]";
}

.icon-basic-elaboration-folder-star:before {
  content: "^";
}

.icon-basic-elaboration-folder-upload:before {
  content: "_";
}

.icon-basic-elaboration-mail-check:before {
  content: "`";
}

.icon-basic-elaboration-mail-cloud:before {
}

.icon-basic-elaboration-mail-document:before {
  content: "|";
}

.icon-basic-elaboration-mail-download:before {
}

.icon-basic-elaboration-mail-flagged:before {
  content: "~";
}

.icon-basic-elaboration-mail-heart:before {
}

.icon-ecommerce-receipt-naira:before {
  content: "#";
}

.icon-ecommerce-receipt-pesos:before {
  content: "$";
}

.icon-ecommerce-receipt-pound:before {
  content: "%";
}

.icon-ecommerce-receipt-rublo:before {
  content: "&";
}

.icon-ecommerce-receipt-rupee:before {
  content: "'";
}

.icon-ecommerce-receipt-tugrik:before {
  content: "(";
}

.icon-ecommerce-receipt-won:before {
  content: ")";
}

.icon-ecommerce-receipt-yen:before {
  content: "*";
}

.icon-ecommerce-receipt-yen2:before {
  content: "+";
}

.icon-ecommerce-recept-colon:before {
  content: ",";
}

.icon-ecommerce-rublo:before {
  content: "-";
}

.icon-ecommerce-rupee:before {
  content: ".";
}

.icon-ecommerce-safe:before {
  content: "/";
}

.icon-ecommerce-sale:before {
  content: ":";
}

.icon-ecommerce-sales:before {
  content: ";";
}

.icon-ecommerce-ticket:before {
  content: "<";
}

.icon-ecommerce-tugriks:before {
  content: "=";
}

.icon-ecommerce-wallet:before {
  content: ">";
}

.icon-ecommerce-won:before {
  content: "?";
}

.icon-ecommerce-yen:before {
  content: "@";
}

.icon-ecommerce-yen2:before {
  content: "[";
}

.linea-music[data-icon]:before {
  font-family: linea-music-10!important;
  content: attr(data-icon);
}

.icon-music-beginning-button:before {
  content: "a";
}

.icon-music-bell:before {
  content: "b";
}

.icon-music-cd:before {
  content: "c";
}

.icon-music-diapason:before {
  content: "d";
}

.icon-music-eject-button:before {
  content: "e";
}

.icon-music-end-button:before {
  content: "f";
}

.icon-music-fastforward-button:before {
  content: "g";
}

.icon-music-headphones:before {
  content: "h";
}

.icon-music-ipod:before {
  content: "i";
}

.icon-music-loudspeaker:before {
  content: "j";
}

.icon-music-microphone:before {
  content: "k";
}

.icon-music-microphone-old:before {
  content: "l";
}

.icon-music-mixer:before {
  content: "m";
}

.icon-music-mute:before {
  content: "n";
}

.icon-music-note-multiple:before {
  content: "o";
}

.icon-music-note-single:before {
  content: "p";
}

.icon-music-pause-button:before {
  content: "q";
}

.icon-music-play-button:before {
  content: "r";
}

.icon-music-playlist:before {
  content: "s";
}

.icon-music-radio-ghettoblaster:before {
  content: "t";
}

.icon-music-radio-portable:before {
  content: "u";
}

.icon-music-record:before {
  content: "v";
}

.icon-music-recordplayer:before {
  content: "w";
}

.icon-music-repeat-button:before {
  content: "x";
}

.icon-music-rewind-button:before {
  content: "y";
}

.icon-music-shuffle-button:before {
  content: "z";
}

.icon-music-stop-button:before {
  content: "A";
}

.icon-music-tape:before {
  content: "B";
}

.icon-music-volume-down:before {
  content: "C";
}

.icon-music-volume-up:before {
  content: "D";
}

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

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

.icon-software-add-vectorpoint:before {
  content: "a";
}

.icon-software-box-oval:before {
  content: "b";
}

.icon-software-box-polygon:before {
  content: "c";
}

.icon-software-box-rectangle:before {
  content: "d";
}

.icon-software-box-roundedrectangle:before {
  content: "e";
}

.icon-software-character:before {
  content: "f";
}

.icon-software-crop:before {
  content: "g";
}

.icon-software-eyedropper:before {
  content: "h";
}

.icon-software-font-allcaps:before {
  content: "i";
}

.icon-software-font-baseline-shift:before {
  content: "j";
}

.icon-software-font-horizontal-scale:before {
  content: "k";
}

.icon-software-font-kerning:before {
  content: "l";
}

.icon-software-font-leading:before {
  content: "m";
}

.icon-software-font-size:before {
  content: "n";
}

.icon-software-font-smallcapital:before {
  content: "o";
}

.icon-software-font-smallcaps:before {
  content: "p";
}

.icon-software-font-strikethrough:before {
  content: "q";
}

.icon-software-font-tracking:before {
  content: "r";
}

.icon-software-font-underline:before {
  content: "s";
}

.icon-software-font-vertical-scale:before {
  content: "t";
}

.icon-software-horizontal-align-center:before {
  content: "u";
}

.icon-software-horizontal-align-left:before {
  content: "v";
}

.icon-software-horizontal-align-right:before {
  content: "w";
}

.icon-software-horizontal-distribute-center:before {
  content: "x";
}

.icon-software-horizontal-distribute-left:before {
  content: "y";
}

.icon-software-horizontal-distribute-right:before {
  content: "z";
}

.icon-software-indent-firstline:before {
  content: "A";
}

.icon-software-indent-left:before {
  content: "B";
}

.icon-software-indent-right:before {
  content: "C";
}

.icon-software-lasso:before {
  content: "D";
}

.icon-software-layers1:before {
  content: "E";
}

.icon-software-layers2:before {
  content: "F";
}

.icon-software-layout:before {
  content: "G";
}

.icon-software-layout-2columns:before {
  content: "H";
}

.icon-software-layout-3columns:before {
  content: "I";
}

.icon-software-layout-4boxes:before {
  content: "J";
}

.icon-software-layout-4columns:before {
  content: "K";
}

.icon-software-layout-4lines:before {
  content: "L";
}

.icon-software-layout-8boxes:before {
  content: "M";
}

.icon-software-layout-header:before {
  content: "N";
}

.icon-software-layout-header-2columns:before {
  content: "O";
}

.icon-software-layout-header-3columns:before {
  content: "P";
}

.icon-software-layout-header-4boxes:before {
  content: "Q";
}

.icon-software-layout-header-4columns:before {
  content: "R";
}

.icon-software-layout-header-complex:before {
  content: "S";
}

.icon-software-layout-header-complex2:before {
  content: "T";
}

.icon-software-layout-header-complex3:before {
  content: "U";
}

.icon-software-layout-header-complex4:before {
  content: "V";
}

.icon-software-layout-header-sideleft:before {
  content: "W";
}

.icon-software-layout-header-sideright:before {
  content: "X";
}

.icon-software-layout-sidebar-left:before {
  content: "Y";
}

.icon-software-layout-sidebar-right:before {
  content: "Z";
}

.icon-software-magnete:before {
  content: "0";
}

.icon-software-pages:before {
  content: "1";
}

.icon-software-paintbrush:before {
  content: "2";
}

.icon-software-paintbucket:before {
  content: "3";
}

.icon-software-paintroller:before {
  content: "4";
}

.icon-software-paragraph:before {
  content: "5";
}

.icon-software-paragraph-align-left:before {
  content: "6";
}

.icon-software-paragraph-align-right:before {
  content: "7";
}

.icon-software-paragraph-center:before {
  content: "8";
}

.icon-software-paragraph-justify-all:before {
  content: "9";
}

.icon-software-paragraph-justify-center:before {
  content: "!";
}

.icon-software-paragraph-justify-left:before {
  content: "\"";
}

.icon-software-paragraph-justify-right:before {
  content: "#";
}

.icon-software-paragraph-space-after:before {
  content: "$";
}

.icon-software-paragraph-space-before:before {
  content: "%";
}

.icon-software-pathfinder-exclude:before {
  content: "&";
}

.icon-software-pathfinder-intersect:before {
  content: "'";
}

.icon-software-pathfinder-subtract:before {
  content: "(";
}

.icon-software-pathfinder-unite:before {
  content: ")";
}

.icon-software-pen:before {
  content: "*";
}

.icon-software-pen-add:before {
  content: "+";
}

.icon-software-pen-remove:before {
  content: ",";
}

.icon-software-pencil:before {
  content: "-";
}

.icon-software-polygonallasso:before {
  content: ".";
}

.icon-software-reflect-horizontal:before {
  content: "/";
}

.icon-software-reflect-vertical:before {
  content: ":";
}

.icon-software-remove-vectorpoint:before {
  content: ";";
}

.icon-software-scale-expand:before {
  content: "<";
}

.icon-software-scale-reduce:before {
  content: "=";
}

.icon-software-selection-oval:before {
  content: ">";
}

.icon-software-selection-polygon:before {
  content: "?";
}

.icon-software-selection-rectangle:before {
  content: "@";
}

.icon-software-selection-roundedrectangle:before {
  content: "[";
}

.icon-software-shape-oval:before {
  content: "]";
}

.icon-software-shape-polygon:before {
  content: "^";
}

.icon-software-shape-rectangle:before {
  content: "_";
}

.icon-software-shape-roundedrectangle:before {
  content: "`";
}

.icon-software-slice:before {
}

.icon-software-transform-bezier:before {
  content: "|";
}

.icon-software-vector-box:before {
}

.icon-software-vector-composite:before {
  content: "~";
}

.icon-software-vector-line:before {
}

/* !* Feather Icons (https://feathericons.com/)
* Licensed under MIT */

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

.icon-feather-activity:before {
  content: "\e900";
}

.icon-feather-airplay:before {
  content: "\e901";
}

.icon-feather-alert-circle:before {
  content: "\e902";
}

.icon-feather-alert-octagon:before {
  content: "\e903";
}

.icon-feather-alert-triangle:before {
  content: "\e904";
}

.icon-feather-align-center:before {
  content: "\e905";
}

.icon-feather-align-justify:before {
  content: "\e906";
}

.icon-feather-align-left:before {
  content: "\e907";
}

.icon-feather-align-right:before {
  content: "\e908";
}

.icon-feather-anchor:before {
  content: "\e909";
}

.icon-feather-aperture:before {
  content: "\e90a";
}

.icon-feather-archive:before {
  content: "\e90b";
}

.icon-feather-arrow-down:before {
  content: "\e90c";
}

.icon-feather-arrow-down-circle:before {
  content: "\e90d";
}

.icon-feather-arrow-down-left:before {
  content: "\e90e";
}

.icon-feather-arrow-down-right:before {
  content: "\e90f";
}

.icon-feather-arrow-left:before {
  content: "\e910";
}

.icon-feather-arrow-left-circle:before {
  content: "\e911";
}

.icon-feather-arrow-right:before {
  content: "\e912";
}

.icon-feather-arrow-right-circle:before {
  content: "\e913";
}

.icon-feather-arrow-up:before {
  content: "\e914";
}

.icon-feather-arrow-up-circle:before {
  content: "\e915";
}

.icon-feather-arrow-up-left:before {
  content: "\e916";
}

.icon-feather-arrow-up-right:before {
  content: "\e917";
}

.icon-feather-at-sign:before {
  content: "\e918";
}

.icon-feather-award:before {
  content: "\e919";
}

.icon-feather-bar-chart:before {
  content: "\e91a";
}

.icon-feather-bar-chart-2:before {
  content: "\e91b";
}

.icon-feather-battery:before {
  content: "\e91c";
}

.icon-feather-battery-charging:before {
  content: "\e91d";
}

.icon-feather-bell:before {
  content: "\e91e";
}

.icon-feather-bell-off:before {
  content: "\e91f";
}

.icon-feather-bluetooth:before {
  content: "\e920";
}

.icon-feather-bold:before {
  content: "\e921";
}

.icon-feather-book:before {
  content: "\e922";
}

.icon-feather-book-open:before {
  content: "\e923";
}

.icon-feather-bookmark:before {
  content: "\e924";
}

.icon-feather-box:before {
  content: "\e925";
}

.icon-feather-briefcase:before {
  content: "\e926";
}

.icon-feather-calendar:before {
  content: "\e927";
}

.icon-feather-camera:before {
  content: "\e928";
}

.icon-feather-camera-off:before {
  content: "\e929";
}

.icon-feather-cast:before {
  content: "\e92a";
}

.icon-feather-check:before {
  content: "\e92b";
}

.icon-feather-check-circle:before {
  content: "\e92c";
}

.icon-feather-check-square:before {
  content: "\e92d";
}

.icon-feather-chevron-down:before {
  content: "\e92e";
}

.icon-feather-chevron-left:before {
  content: "\e92f";
}

.icon-feather-chevron-right:before {
  content: "\e930";
}

.icon-feather-chevron-up:before {
  content: "\e931";
}

.icon-feather-chevrons-down:before {
  content: "\e932";
}

.icon-feather-chevrons-left:before {
  content: "\e933";
}

.icon-feather-chevrons-right:before {
  content: "\e934";
}

.icon-feather-chevrons-up:before {
  content: "\e935";
}

.icon-feather-chrome:before {
  content: "\e936";
}

.icon-feather-circle:before {
  content: "\e937";
}

.icon-feather-clipboard:before {
  content: "\e938";
}

.icon-feather-clock:before {
  content: "\e939";
}

.icon-feather-cloud:before {
  content: "\e93a";
}

.icon-feather-cloud-drizzle:before {
  content: "\e93b";
}

.icon-feather-cloud-lightning:before {
  content: "\e93c";
}

.icon-feather-cloud-off:before {
  content: "\e93d";
}

.icon-feather-cloud-rain:before {
  content: "\e93e";
}

.icon-feather-cloud-snow:before {
  content: "\e93f";
}

.icon-feather-code:before {
  content: "\e940";
}

.icon-feather-codepen:before {
  content: "\e941";
}

.icon-feather-command:before {
  content: "\e942";
}

.icon-feather-compass:before {
  content: "\e943";
}

.icon-feather-copy:before {
  content: "\e944";
}

.icon-feather-corner-down-left:before {
  content: "\e945";
}

.icon-feather-corner-down-right:before {
  content: "\e946";
}

.icon-feather-corner-left-down:before {
  content: "\e947";
}

.icon-feather-corner-left-up:before {
  content: "\e948";
}

.icon-feather-corner-right-down:before {
  content: "\e949";
}

.icon-feather-corner-right-up:before {
  content: "\e94a";
}

.icon-feather-corner-up-left:before {
  content: "\e94b";
}

.icon-feather-corner-up-right:before {
  content: "\e94c";
}

.icon-feather-cpu:before {
  content: "\e94d";
}

.icon-feather-credit-card:before {
  content: "\e94e";
}

.icon-feather-crop:before {
  content: "\e94f";
}

.icon-feather-crosshair:before {
  content: "\e950";
}

.icon-feather-database:before {
  content: "\e951";
}

.icon-feather-delete:before {
  content: "\e952";
}

.icon-feather-disc:before {
  content: "\e953";
}

.icon-feather-dollar-sign:before {
  content: "\e954";
}

.icon-feather-download:before {
  content: "\e955";
}

.icon-feather-download-cloud:before {
  content: "\e956";
}

.icon-feather-droplet:before {
  content: "\e957";
}

.icon-feather-edit:before {
  content: "\e958";
}

.icon-feather-edit-2:before {
  content: "\e959";
}

.icon-feather-edit-3:before {
  content: "\e95a";
}

.icon-feather-external-link:before {
  content: "\e95b";
}

.icon-feather-eye:before {
  content: "\e95c";
}

.icon-feather-eye-off:before {
  content: "\e95d";
}

.icon-feather-facebook:before {
  content: "\e95e";
}

.icon-feather-fast-forward:before {
  content: "\e95f";
}

.icon-feather-feather:before {
  content: "\e960";
}

.icon-feather-file:before {
  content: "\e961";
}

.icon-feather-file-minus:before {
  content: "\e962";
}

.icon-feather-file-plus:before {
  content: "\e963";
}

.icon-feather-file-text:before {
  content: "\e964";
}

.icon-feather-film:before {
  content: "\e965";
}

.icon-feather-filter:before {
  content: "\e966";
}

.icon-feather-flag:before {
  content: "\e967";
}

.icon-feather-folder:before {
  content: "\e968";
}

.icon-feather-folder-minus:before {
  content: "\e969";
}

.icon-feather-folder-plus:before {
  content: "\e96a";
}

.icon-feather-gift:before {
  content: "\e96b";
}

.icon-feather-git-branch:before {
  content: "\e96c";
}

.icon-feather-git-commit:before {
  content: "\e96d";
}

.icon-feather-git-merge:before {
  content: "\e96e";
}

.icon-feather-git-pull-request:before {
  content: "\e96f";
}

.icon-feather-github:before {
  content: "\e970";
}

.icon-feather-gitlab:before {
  content: "\e971";
}

.icon-feather-globe:before {
  content: "\e972";
}

.icon-feather-grid:before {
  content: "\e973";
}

.icon-feather-hard-drive:before {
  content: "\e974";
}

.icon-feather-hash:before {
  content: "\e975";
}

.icon-feather-headphones:before {
  content: "\e976";
}

.icon-feather-heart:before {
  content: "\e977";
}

.icon-feather-help-circle:before {
  content: "\e978";
}

.icon-feather-home:before {
  content: "\e979";
}

.icon-feather-image:before {
  content: "\e97a";
}

.icon-feather-inbox:before {
  content: "\e97b";
}

.icon-feather-info:before {
  content: "\e97c";
}

.icon-feather-instagram:before {
  content: "\e97d";
}

.icon-feather-italic:before {
  content: "\e97e";
}

.icon-feather-layers:before {
  content: "\e97f";
}

.icon-feather-layout:before {
  content: "\e980";
}

.icon-feather-life-buoy:before {
  content: "\e981";
}

.icon-feather-link:before {
  content: "\e982";
}

.icon-feather-link-2:before {
  content: "\e983";
}

.icon-feather-linkedin:before {
  content: "\e984";
}

.icon-feather-list:before {
  content: "\e985";
}

.icon-feather-loader:before {
  content: "\e986";
}

.icon-feather-lock:before {
  content: "\e987";
}

.icon-feather-log-in:before {
  content: "\e988";
}

.icon-feather-log-out:before {
  content: "\e989";
}

.icon-feather-mail:before {
  content: "\e98a";
}

.icon-feather-map:before {
  content: "\e98b";
}

.icon-feather-map-pin:before {
  content: "\e98c";
}

.icon-feather-maximize:before {
  content: "\e98d";
}

.icon-feather-maximize-2:before {
  content: "\e98e";
}

.icon-feather-menu:before {
  content: "\e98f";
}

.icon-feather-message-circle:before {
  content: "\e990";
}

.icon-feather-message-square:before {
  content: "\e991";
}

.icon-feather-mic:before {
  content: "\e992";
}

.icon-feather-mic-off:before {
  content: "\e993";
}

.icon-feather-minimize:before {
  content: "\e994";
}

.icon-feather-minimize-2:before {
  content: "\e995";
}

.icon-feather-minus:before {
  content: "\e996";
}

.icon-feather-minus-circle:before {
  content: "\e997";
}

.icon-feather-minus-square:before {
  content: "\e998";
}

.icon-feather-monitor:before {
  content: "\e999";
}

.icon-feather-moon:before {
  content: "\e99a";
}

.icon-feather-more-horizontal:before {
  content: "\e99b";
}

.icon-feather-more-vertical:before {
  content: "\e99c";
}

.icon-feather-move:before {
  content: "\e99d";
}

.icon-feather-music:before {
  content: "\e99e";
}

.icon-feather-navigation:before {
  content: "\e99f";
}

.icon-feather-navigation-2:before {
  content: "\e9a0";
}

.icon-feather-octagon:before {
  content: "\e9a1";
}

.icon-feather-package:before {
  content: "\e9a2";
}

.icon-feather-paperclip:before {
  content: "\e9a3";
}

.icon-feather-pause:before {
  content: "\e9a4";
}

.icon-feather-pause-circle:before {
  content: "\e9a5";
}

.icon-feather-percent:before {
  content: "\e9a6";
}

.icon-feather-phone:before {
  content: "\e9a7";
}

.icon-feather-phone-call:before {
  content: "\e9a8";
}

.icon-feather-phone-forwarded:before {
  content: "\e9a9";
}

.icon-feather-phone-incoming:before {
  content: "\e9aa";
}

.icon-feather-phone-missed:before {
  content: "\e9ab";
}

.icon-feather-phone-off:before {
  content: "\e9ac";
}

.icon-feather-phone-outgoing:before {
  content: "\e9ad";
}

.icon-feather-pie-chart:before {
  content: "\e9ae";
}

.icon-feather-play:before {
  content: "\e9af";
}

.icon-feather-play-circle:before {
  content: "\e9b0";
}

.icon-feather-plus:before {
  content: "\e9b1";
}

.icon-feather-plus-circle:before {
  content: "\e9b2";
}

.icon-feather-plus-square:before {
  content: "\e9b3";
}

.icon-feather-pocket:before {
  content: "\e9b4";
}

.icon-feather-power:before {
  content: "\e9b5";
}

.icon-feather-printer:before {
  content: "\e9b6";
}

.icon-feather-radio:before {
  content: "\e9b7";
}

.icon-feather-refresh-ccw:before {
  content: "\e9b8";
}

.icon-feather-refresh-cw:before {
  content: "\e9b9";
}

.icon-feather-repeat:before {
  content: "\e9ba";
}

.icon-feather-rewind:before {
  content: "\e9bb";
}

.icon-feather-rotate-ccw:before {
  content: "\e9bc";
}

.icon-feather-rotate-cw:before {
  content: "\e9bd";
}

.icon-feather-rss:before {
  content: "\e9be";
}

.icon-feather-save:before {
  content: "\e9bf";
}

.icon-feather-scissors:before {
  content: "\e9c0";
}

.icon-feather-search:before {
  content: "\e9c1";
}

.icon-feather-send:before {
  content: "\e9c2";
}

.icon-feather-server:before {
  content: "\e9c3";
}

.icon-feather-settings:before {
  content: "\e9c4";
}

.icon-feather-share:before {
  content: "\e9c5";
}

.icon-feather-share-2:before {
  content: "\e9c6";
}

.icon-feather-shield:before {
  content: "\e9c7";
}

.icon-feather-shield-off:before {
  content: "\e9c8";
}

.icon-feather-shopping-bag:before {
  content: "\e9c9";
}

.icon-feather-shopping-cart:before {
  content: "\e9ca";
}

.icon-feather-shuffle:before {
  content: "\e9cb";
}

.icon-feather-sidebar:before {
  content: "\e9cc";
}

.icon-feather-skip-back:before {
  content: "\e9cd";
}

.icon-feather-skip-forward:before {
  content: "\e9ce";
}

.icon-feather-slack:before {
  content: "\e9cf";
}

.icon-feather-slash:before {
  content: "\e9d0";
}

.icon-feather-sliders:before {
  content: "\e9d1";
}

.icon-feather-smartphone:before {
  content: "\e9d2";
}

.icon-feather-speaker:before {
  content: "\e9d3";
}

.icon-feather-square:before {
  content: "\e9d4";
}

.icon-feather-star:before {
  content: "\e9d5";
}

.icon-feather-stop-circle:before {
  content: "\e9d6";
}

.icon-feather-sun:before {
  content: "\e9d7";
}

.icon-feather-sunrise:before {
  content: "\e9d8";
}

.icon-feather-sunset:before {
  content: "\e9d9";
}

.icon-feather-tablet:before {
  content: "\e9da";
}

.icon-feather-tag:before {
  content: "\e9db";
}

.icon-feather-target:before {
  content: "\e9dc";
}

.icon-feather-terminal:before {
  content: "\e9dd";
}

.icon-feather-thermometer:before {
  content: "\e9de";
}

.icon-feather-thumbs-down:before {
  content: "\e9df";
}

.icon-feather-thumbs-up:before {
  content: "\e9e0";
}

.icon-feather-toggle-left:before {
  content: "\e9e1";
}

.icon-feather-toggle-right:before {
  content: "\e9e2";
}

.icon-feather-trash:before {
  content: "\e9e3";
}

.icon-feather-trash-2:before {
  content: "\e9e4";
}

.icon-feather-trending-down:before {
  content: "\e9e5";
}

.icon-feather-trending-up:before {
  content: "\e9e6";
}

.icon-feather-triangle:before {
  content: "\e9e7";
}

.icon-feather-truck:before {
  content: "\e9e8";
}

.icon-feather-tv:before {
  content: "\e9e9";
}

.icon-feather-twitter:before {
  content: "\e9ea";
}

.icon-feather-type:before {
  content: "\e9eb";
}

.icon-feather-umbrella:before {
  content: "\e9ec";
}

.icon-feather-underline:before {
  content: "\e9ed";
}

.icon-feather-unlock:before {
  content: "\e9ee";
}

.icon-feather-upload:before {
  content: "\e9ef";
}

.icon-feather-upload-cloud:before {
  content: "\e9f0";
}

.icon-feather-user:before {
  content: "\e9f1";
}

.icon-feather-user-check:before {
  content: "\e9f2";
}

.icon-feather-user-minus:before {
  content: "\e9f3";
}

.icon-feather-user-plus:before {
  content: "\e9f4";
}

.icon-feather-user-x:before {
  content: "\e9f5";
}

.icon-feather-users:before {
  content: "\e9f6";
}

.icon-feather-video:before {
  content: "\e9f7";
}

.icon-feather-video-off:before {
  content: "\e9f8";
}

.icon-feather-voicemail:before {
  content: "\e9f9";
}

.icon-feather-volume:before {
  content: "\e9fa";
}

.icon-feather-volume-1:before {
  content: "\e9fb";
}

.icon-feather-volume-2:before {
  content: "\e9fc";
}

.icon-feather-volume-x:before {
  content: "\e9fd";
}

.icon-feather-watch:before {
  content: "\e9fe";
}

.icon-feather-wifi:before {
  content: "\e9ff";
}

.icon-feather-wifi-off:before {
  content: "\ea00";
}

.icon-feather-wind:before {
  content: "\ea01";
}

.icon-feather-x:before {
  content: "\ea02";
}

.icon-feather-x-circle:before {
  content: "\ea03";
}

.icon-feather-x-square:before {
  content: "\ea04";
}

.icon-feather-youtube:before {
  content: "\ea05";
}

.icon-feather-zap:before {
  content: "\ea06";
}

.icon-feather-zap-off:before {
  content: "\ea07";
}

.icon-feather-zoom-in:before {
  content: "\ea08";
}

.icon-feather-zoom-out:before {
  content: "\ea09";
}

/* !
*  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome */

.la, .la-stack {
  display: inline-block;
}

.la-fw, .la-li {
  text-align: center;
}

.la {
  font: normal normal normal 16px/1 LineAwesome;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.la-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.la-2x {
  font-size: 2em;
}

.la-3x {
  font-size: 3em;
}

.la-4x {
  font-size: 4em;
}

.la-5x {
  font-size: 5em;
}

.la-fw {
  width: 1.28571429em;
}

.la-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.la-ul > li {
  position: relative;
}

.la-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
}

.la-li.la-lg {
  left: -1.85714286em;
}

.la-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.li.pull-left {
  margin-right: .3em;
}

.li.pull-right {
  margin-left: .3em;
}

.la-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.la-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.la-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.la-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.la-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);
}

.la-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 .la-flip-horizontal, :root .la-flip-vertical, :root .la-rotate-180, :root .la-rotate-270, :root .la-rotate-90 {
  filter: none;
}

.la-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.la-stack-1x, .la-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.la-stack-1x {
  line-height: inherit;
}

.la-stack-2x {
  font-size: 2em;
}

.la-inverse {
  color: #fff;
}

.la-500px:before {
  content: "\f100";
}

.la-adjust:before {
  content: "\f101";
}

.la-adn:before {
  content: "\f102";
}

.la-align-center:before {
  content: "\f103";
}

.la-align-justify:before {
  content: "\f104";
}

.la-align-left:before {
  content: "\f105";
}

.la-align-right:before {
  content: "\f106";
}

.la-amazon:before {
  content: "\f107";
}

.la-ambulance:before {
  content: "\f108";
}

.la-anchor:before {
  content: "\f109";
}

.la-android:before {
  content: "\f10a";
}

.la-angellist:before {
  content: "\f10b";
}

.la-angle-double-down:before {
  content: "\f10c";
}

.la-angle-double-left:before {
  content: "\f10d";
}

.la-angle-double-right:before {
  content: "\f10e";
}

.la-angle-double-up:before {
  content: "\f10f";
}

.la-angle-down:before {
  content: "\f110";
}

.la-angle-left:before {
  content: "\f111";
}

.la-angle-right:before {
  content: "\f112";
}

.la-angle-up:before {
  content: "\f113";
}

.la-apple:before {
  content: "\f114";
}

.la-archive:before {
  content: "\f115";
}

.la-area-chart:before {
  content: "\f116";
}

.la-arrow-circle-down:before {
  content: "\f117";
}

.la-arrow-circle-left:before {
  content: "\f118";
}

.la-arrow-circle-o-down:before {
  content: "\f119";
}

.la-arrow-circle-o-left:before {
  content: "\f11a";
}

.la-arrow-circle-o-right:before {
  content: "\f11b";
}

.la-arrow-circle-o-up:before {
  content: "\f11c";
}

.la-arrow-circle-right:before {
  content: "\f11d";
}

.la-arrow-circle-up:before {
  content: "\f11e";
}

.la-arrow-down:before {
  content: "\f11f";
}

.la-arrow-left:before {
  content: "\f120";
}

.la-arrow-right:before {
  content: "\f121";
}

.la-arrow-up:before {
  content: "\f122";
}

.la-arrows:before {
  content: "\f123";
}

.la-arrows-alt:before {
  content: "\f124";
}

.la-arrows-h:before {
  content: "\f125";
}

.la-arrows-v:before {
  content: "\f126";
}

.la-asterisk:before {
  content: "\f127";
}

.la-at:before {
  content: "\f128";
}

.la-automobile:before {
  content: "\f129";
}

.la-backward:before {
  content: "\f12a";
}

.la-balance-scale:before {
  content: "\f12b";
}

.la-ban:before {
  content: "\f12c";
}

.la-bank:before {
  content: "\f12d";
}

.la-bar-chart:before {
  content: "\f12e";
}

.la-bar-chart-o:before {
  content: "\f12f";
}

.la-barcode:before {
  content: "\f130";
}

.la-bars:before {
  content: "\f131";
}

.la-battery-0:before {
  content: "\f132";
}

.la-battery-1:before {
  content: "\f133";
}

.la-battery-2:before {
  content: "\f134";
}

.la-battery-3:before {
  content: "\f135";
}

.la-battery-4:before {
  content: "\f136";
}

.la-battery-empty:before {
  content: "\f137";
}

.la-battery-full:before {
  content: "\f138";
}

.la-battery-half:before {
  content: "\f139";
}

.la-battery-quarter:before {
  content: "\f13a";
}

.la-battery-three-quarters:before {
  content: "\f13b";
}

.la-bed:before {
  content: "\f13c";
}

.la-beer:before {
  content: "\f13d";
}

.la-behance:before {
  content: "\f13e";
}

.la-behance-square:before {
  content: "\f13f";
}

.la-bell:before {
  content: "\f140";
}

.la-bell-o:before {
  content: "\f141";
}

.la-bell-slash:before {
  content: "\f142";
}

.la-bell-slash-o:before {
  content: "\f143";
}

.la-bicycle:before {
  content: "\f144";
}

.la-binoculars:before {
  content: "\f145";
}

.la-birthday-cake:before {
  content: "\f146";
}

.la-bitbucket:before {
  content: "\f147";
}

.la-bitbucket-square:before {
  content: "\f148";
}

.la-bitcoin:before {
  content: "\f149";
}

.la-black-tie:before {
  content: "\f14a";
}

.la-bold:before {
  content: "\f14b";
}

.la-bolt:before {
  content: "\f14c";
}

.la-bomb:before {
  content: "\f14d";
}

.la-book:before {
  content: "\f14e";
}

.la-bookmark:before {
  content: "\f14f";
}

.la-bookmark-o:before {
  content: "\f150";
}

.la-briefcase:before {
  content: "\f151";
}

.la-btc:before {
  content: "\f152";
}

.la-bug:before {
  content: "\f153";
}

.la-building:before {
  content: "\f154";
}

.la-building-o:before {
  content: "\f155";
}

.la-bullhorn:before {
  content: "\f156";
}

.la-bullseye:before {
  content: "\f157";
}

.la-bus:before {
  content: "\f158";
}

.la-buysellads:before {
  content: "\f159";
}

.la-cab:before {
  content: "\f15a";
}

.la-calculator:before {
  content: "\f15b";
}

.la-calendar:before {
  content: "\f15c";
}

.la-calendar-check-o:before {
  content: "\f15d";
}

.la-calendar-minus-o:before {
  content: "\f15e";
}

.la-calendar-o:before {
  content: "\f15f";
}

.la-calendar-plus-o:before {
  content: "\f160";
}

.la-calendar-times-o:before {
  content: "\f161";
}

.la-camera:before {
  content: "\f162";
}

.la-camera-retro:before {
  content: "\f163";
}

.la-car:before {
  content: "\f164";
}

.la-caret-down:before {
  content: "\f165";
}

.la-caret-left:before {
  content: "\f166";
}

.la-caret-right:before {
  content: "\f167";
}

.la-caret-square-o-down:before, .la-toggle-down:before {
  content: "\f168";
}

.la-caret-square-o-left:before, .la-toggle-left:before {
  content: "\f169";
}

.la-caret-square-o-right:before, .la-toggle-right:before {
  content: "\f16a";
}

.la-caret-square-o-up:before, .la-toggle-up:before {
  content: "\f16b";
}

.la-caret-up:before {
  content: "\f16c";
}

.la-cart-arrow-down:before {
  content: "\f16d";
}

.la-cart-plus:before {
  content: "\f16e";
}

.la-cc:before {
  content: "\f16f";
}

.la-cc-amex:before {
  content: "\f170";
}

.la-cc-diners-club:before {
  content: "\f171";
}

.la-cc-discover:before {
  content: "\f172";
}

.la-cc-jcb:before {
  content: "\f173";
}

.la-cc-mastercard:before {
  content: "\f174";
}

.la-cc-paypal:before {
  content: "\f175";
}

.la-cc-stripe:before {
  content: "\f176";
}

.la-cc-visa:before {
  content: "\f177";
}

.la-certificate:before {
  content: "\f178";
}

.la-chain:before {
  content: "\f179";
}

.la-chain-broken:before {
  content: "\f17a";
}

.la-check:before {
  content: "\f17b";
}

.la-check-circle:before {
  content: "\f17c";
}

.la-check-circle-o:before {
  content: "\f17d";
}

.la-check-square:before {
  content: "\f17e";
}

.la-check-square-o:before {
  content: "\f17f";
}

.la-chevron-circle-down:before {
  content: "\f180";
}

.la-chevron-circle-left:before {
  content: "\f181";
}

.la-chevron-circle-right:before {
  content: "\f182";
}

.la-chevron-circle-up:before {
  content: "\f183";
}

.la-chevron-down:before {
  content: "\f184";
}

.la-chevron-left:before {
  content: "\f185";
}

.la-chevron-right:before {
  content: "\f186";
}

.la-chevron-up:before {
  content: "\f187";
}

.la-child:before {
  content: "\f188";
}

.la-chrome:before {
  content: "\f189";
}

.la-circle:before {
  content: "\f18a";
}

.la-circle-o:before {
  content: "\f18b";
}

.la-circle-o-notch:before {
  content: "\f18c";
}

.la-circle-thin:before {
  content: "\f18d";
}

.la-clipboard:before {
  content: "\f18e";
}

.la-clock-o:before {
  content: "\f18f";
}

.la-clone:before {
  content: "\f190";
}

.la-close:before {
  content: "\f191";
}

.la-cloud:before {
  content: "\f192";
}

.la-cloud-download:before {
  content: "\f193";
}

.la-cloud-upload:before {
  content: "\f194";
}

.la-cny:before {
  content: "\f195";
}

.la-code:before {
  content: "\f196";
}

.la-code-fork:before {
  content: "\f197";
}

.la-codepen:before {
  content: "\f198";
}

.la-coffee:before {
  content: "\f199";
}

.la-cog:before {
  content: "\f19a";
}

.la-cogs:before {
  content: "\f19b";
}

.la-columns:before {
  content: "\f19c";
}

.la-comment:before {
  content: "\f19d";
}

.la-comment-o:before {
  content: "\f19e";
}

.la-commenting:before {
  content: "\f19f";
}

.la-commenting-o:before {
  content: "\f1a0";
}

.la-comments:before {
  content: "\f1a1";
}

.la-comments-o:before {
  content: "\f1a2";
}

.la-compass:before {
  content: "\f1a3";
}

.la-compress:before {
  content: "\f1a4";
}

.la-connectdevelop:before {
  content: "\f1a5";
}

.la-contao:before {
  content: "\f1a6";
}

.la-copy:before {
  content: "\f1a7";
}

.la-copyright:before {
  content: "\f1a8";
}

.la-creative-commons:before {
  content: "\f1a9";
}

.la-credit-card:before {
  content: "\f1aa";
}

.la-crop:before {
  content: "\f1ab";
}

.la-crosshairs:before {
  content: "\f1ac";
}

.la-css3:before {
  content: "\f1ad";
}

.la-cube:before {
  content: "\f1ae";
}

.la-cubes:before {
  content: "\f1af";
}

.la-cut:before {
  content: "\f1b0";
}

.la-cutlery:before {
  content: "\f1b1";
}

.la-dashboard:before {
  content: "\f1b2";
}

.la-dashcube:before {
  content: "\f1b3";
}

.la-database:before {
  content: "\f1b4";
}

.la-dedent:before {
  content: "\f1b5";
}

.la-delicious:before {
  content: "\f1b6";
}

.la-desktop:before {
  content: "\f1b7";
}

.la-deviantart:before {
  content: "\f1b8";
}

.la-diamond:before {
  content: "\f1b9";
}

.la-digg:before {
  content: "\f1ba";
}

.la-dollar:before {
  content: "\f1bb";
}

.la-dot-circle-o:before {
  content: "\f1bc";
}

.la-download:before {
  content: "\f1bd";
}

.la-dribbble:before {
  content: "\f1be";
}

.la-dropbox:before {
  content: "\f1bf";
}

.la-drupal:before {
  content: "\f1c0";
}

.la-edit:before {
  content: "\f1c1";
}

.la-eject:before {
  content: "\f1c2";
}

.la-ellipsis-h:before {
  content: "\f1c3";
}

.la-ellipsis-v:before {
  content: "\f1c4";
}

.la-empire:before, .la-ge:before {
  content: "\f1c5";
}

.la-envelope:before {
  content: "\f1c6";
}

.la-envelope-o:before {
  content: "\f1c7";
}

.la-envelope-square:before {
  content: "\f1c8";
}

.la-eraser:before {
  content: "\f1c9";
}

.la-eur:before {
  content: "\f1ca";
}

.la-euro:before {
  content: "\f1cb";
}

.la-exchange:before {
  content: "\f1cc";
}

.la-exclamation:before {
  content: "\f1cd";
}

.la-exclamation-circle:before {
  content: "\f1ce";
}

.la-exclamation-triangle:before {
  content: "\f1cf";
}

.la-expand:before {
  content: "\f1d0";
}

.la-expeditedssl:before {
  content: "\f1d1";
}

.la-external-link:before {
  content: "\f1d2";
}

.la-external-link-square:before {
  content: "\f1d3";
}

.la-eye:before {
  content: "\f1d4";
}

.la-eye-slash:before {
  content: "\f1d5";
}

.la-eyedropper:before {
  content: "\f1d6";
}

.la-facebook-f:before, .la-facebook:before {
  content: "\f1d7";
}

.la-facebook-official:before {
  content: "\f1d8";
}

.la-facebook-square:before {
  content: "\f1d9";
}

.la-fast-backward:before {
  content: "\f1da";
}

.la-fast-forward:before {
  content: "\f1db";
}

.la-fax:before {
  content: "\f1dc";
}

.la-female:before {
  content: "\f1dd";
}

.la-fighter-jet:before {
  content: "\f1de";
}

.la-file:before {
  content: "\f1df";
}

.la-file-archive-o:before {
  content: "\f1e0";
}

.la-file-audio-o:before {
  content: "\f1e1";
}

.la-file-code-o:before {
  content: "\f1e2";
}

.la-file-excel-o:before {
  content: "\f1e3";
}

.la-file-image-o:before {
  content: "\f1e4";
}

.la-file-movie-o:before {
  content: "\f1e5";
}

.la-file-o:before {
  content: "\f1e6";
}

.la-file-pdf-o:before {
  content: "\f1e7";
}

.la-file-photo-o:before {
  content: "\f1e8";
}

.la-file-picture-o:before {
  content: "\f1e9";
}

.la-file-powerpoint-o:before {
  content: "\f1ea";
}

.la-file-sound-o:before {
  content: "\f1eb";
}

.la-file-text:before {
  content: "\f1ec";
}

.la-file-text-o:before {
  content: "\f1ed";
}

.la-file-video-o:before {
  content: "\f1ee";
}

.la-file-word-o:before {
  content: "\f1ef";
}

.la-file-zip-o:before {
  content: "\f1f0";
}

.la-files-o:before {
  content: "\f1f1";
}

.la-film:before {
  content: "\f1f2";
}

.la-filter:before {
  content: "\f1f3";
}

.la-fire:before {
  content: "\f1f4";
}

.la-fire-extinguisher:before {
  content: "\f1f5";
}

.la-firefox:before {
  content: "\f1f6";
}

.la-flag:before {
  content: "\f1f7";
}

.la-flag-checkered:before {
  content: "\f1f8";
}

.la-flag-o:before {
  content: "\f1f9";
}

.la-flash:before {
  content: "\f1fa";
}

.la-flask:before {
  content: "\f1fb";
}

.la-flickr:before {
  content: "\f1fc";
}

.la-floppy-o:before {
  content: "\f1fd";
}

.la-folder:before {
  content: "\f1fe";
}

.la-folder-o:before {
  content: "\f1ff";
}

.la-folder-open:before {
  content: "\f200";
}

.la-folder-open-o:before {
  content: "\f201";
}

.la-font:before {
  content: "\f202";
}

.la-fonticons:before {
  content: "\f203";
}

.la-forumbee:before {
  content: "\f204";
}

.la-forward:before {
  content: "\f205";
}

.la-foursquare:before {
  content: "\f206";
}

.la-frown-o:before {
  content: "\f207";
}

.la-futbol-o:before, .la-soccer-ball-o:before {
  content: "\f208";
}

.la-gamepad:before {
  content: "\f209";
}

.la-gavel:before {
  content: "\f20a";
}

.la-gbp:before {
  content: "\f20b";
}

.la-gear:before {
  content: "\f20c";
}

.la-gears:before {
  content: "\f20d";
}

.la-genderless:before {
  content: "\f20e";
}

.la-get-pocket:before {
  content: "\f20f";
}

.la-gg:before {
  content: "\f210";
}

.la-gg-circle:before {
  content: "\f211";
}

.la-gift:before {
  content: "\f212";
}

.la-git:before {
  content: "\f213";
}

.la-git-square:before {
  content: "\f214";
}

.la-github:before {
  content: "\f215";
}

.la-github-alt:before {
  content: "\f216";
}

.la-github-square:before {
  content: "\f217";
}

.la-glass:before {
  content: "\f218";
}

.la-globe:before {
  content: "\f219";
}

.la-google:before {
  content: "\f21a";
}

.la-google-plus:before {
  content: "\f21b";
}

.la-google-plus-square:before {
  content: "\f21c";
}

.la-google-wallet:before {
  content: "\f21d";
}

.la-graduation-cap:before {
  content: "\f21e";
}

.la-gittip:before, .la-gratipay:before {
  content: "\f21f";
}

.la-group:before {
  content: "\f220";
}

.la-h-square:before {
  content: "\f221";
}

.la-hacker-news:before {
  content: "\f222";
}

.la-hand-grab-o:before {
  content: "\f223";
}

.la-hand-lizard-o:before {
  content: "\f224";
}

.la-hand-o-down:before {
  content: "\f225";
}

.la-hand-o-left:before {
  content: "\f226";
}

.la-hand-o-right:before {
  content: "\f227";
}

.la-hand-o-up:before {
  content: "\f228";
}

.la-hand-paper-o:before {
  content: "\f229";
}

.la-hand-peace-o:before {
  content: "\f22a";
}

.la-hand-pointer-o:before {
  content: "\f22b";
}

.la-hand-rock-o:before {
  content: "\f22c";
}

.la-hand-scissors-o:before {
  content: "\f22d";
}

.la-hand-spock-o:before {
  content: "\f22e";
}

.la-hand-stop-o:before {
  content: "\f22f";
}

.la-hdd-o:before {
  content: "\f230";
}

.la-header:before {
  content: "\f231";
}

.la-headphones:before {
  content: "\f232";
}

.la-heart:before {
  content: "\f233";
}

.la-heart-o:before {
  content: "\f234";
}

.la-heartbeat:before {
  content: "\f235";
}

.la-history:before {
  content: "\f236";
}

.la-home:before {
  content: "\f237";
}

.la-hospital-o:before {
  content: "\f238";
}

.la-hotel:before {
  content: "\f239";
}

.la-hourglass:before {
  content: "\f23a";
}

.la-hourglass-1:before {
  content: "\f23b";
}

.la-hourglass-2:before {
  content: "\f23c";
}

.la-hourglass-3:before {
  content: "\f23d";
}

.la-hourglass-end:before {
  content: "\f23e";
}

.la-hourglass-half:before {
  content: "\f23f";
}

.la-hourglass-o:before {
  content: "\f240";
}

.la-hourglass-start:before {
  content: "\f241";
}

.la-houzz:before {
  content: "\f242";
}

.la-html5:before {
  content: "\f243";
}

.la-i-cursor:before {
  content: "\f244";
}

.la-ils:before {
  content: "\f245";
}

.la-image:before {
  content: "\f246";
}

.la-inbox:before {
  content: "\f247";
}

.la-indent:before {
  content: "\f248";
}

.la-industry:before {
  content: "\f249";
}

.la-info:before {
  content: "\f24a";
}

.la-info-circle:before {
  content: "\f24b";
}

.la-inr:before {
  content: "\f24c";
}

.la-instagram:before {
  content: "\f24d";
}

.la-institution:before {
  content: "\f24e";
}

.la-internet-explorer:before {
  content: "\f24f";
}

.la-ioxhost:before {
  content: "\f250";
}

.la-italic:before {
  content: "\f251";
}

.la-joomla:before {
  content: "\f252";
}

.la-jpy:before {
  content: "\f253";
}

.la-jsfiddle:before {
  content: "\f254";
}

.la-key:before {
  content: "\f255";
}

.la-keyboard-o:before {
  content: "\f256";
}

.la-krw:before {
  content: "\f257";
}

.la-language:before {
  content: "\f258";
}

.la-laptop:before {
  content: "\f259";
}

.la-lastfm:before {
  content: "\f25a";
}

.la-lastfm-square:before {
  content: "\f25b";
}

.la-leaf:before {
  content: "\f25c";
}

.la-leanpub:before {
  content: "\f25d";
}

.la-legal:before {
  content: "\f25e";
}

.la-lemon-o:before {
  content: "\f25f";
}

.la-level-down:before {
  content: "\f260";
}

.la-level-up:before {
  content: "\f261";
}

.la-life-bouy:before {
  content: "\f262";
}

.la-life-buoy:before {
  content: "\f263";
}

.la-life-ring:before, .la-support:before {
  content: "\f264";
}

.la-life-saver:before {
  content: "\f265";
}

.la-lightbulb-o:before {
  content: "\f266";
}

.la-line-chart:before {
  content: "\f267";
}

.la-link:before {
  content: "\f268";
}

.la-linkedin:before {
  content: "\f269";
}

.la-linkedin-square:before {
  content: "\f26a";
}

.la-linux:before {
  content: "\f26b";
}

.la-list:before {
  content: "\f26c";
}

.la-list-alt:before {
  content: "\f26d";
}

.la-list-ol:before {
  content: "\f26e";
}

.la-list-ul:before {
  content: "\f26f";
}

.la-location-arrow:before {
  content: "\f270";
}

.la-lock:before {
  content: "\f271";
}

.la-long-arrow-down:before {
  content: "\f272";
}

.la-long-arrow-left:before {
  content: "\f273";
}

.la-long-arrow-right:before {
  content: "\f274";
}

.la-long-arrow-up:before {
  content: "\f275";
}

.la-magic:before {
  content: "\f276";
}

.la-magnet:before {
  content: "\f277";
}

.la-mail-forward:before {
  content: "\f278";
}

.la-mail-reply:before {
  content: "\f279";
}

.la-mail-reply-all:before {
  content: "\f27a";
}

.la-male:before {
  content: "\f27b";
}

.la-map:before {
  content: "\f27c";
}

.la-map-marker:before {
  content: "\f27d";
}

.la-map-o:before {
  content: "\f27e";
}

.la-map-pin:before {
  content: "\f27f";
}

.la-map-signs:before {
  content: "\f280";
}

.la-mars:before {
  content: "\f281";
}

.la-mars-double:before {
  content: "\f282";
}

.la-mars-stroke:before {
  content: "\f283";
}

.la-mars-stroke-h:before {
  content: "\f284";
}

.la-mars-stroke-v:before {
  content: "\f285";
}

.la-maxcdn:before {
  content: "\f286";
}

.la-meanpath:before {
  content: "\f287";
}

.la-medium:before {
  content: "\f288";
}

.la-medkit:before {
  content: "\f289";
}

.la-meh-o:before {
  content: "\f28a";
}

.la-mercury:before {
  content: "\f28b";
}

.la-microphone:before {
  content: "\f28c";
}

.la-microphone-slash:before {
  content: "\f28d";
}

.la-minus:before {
  content: "\f28e";
}

.la-minus-circle:before {
  content: "\f28f";
}

.la-minus-square:before {
  content: "\f290";
}

.la-minus-square-o:before {
  content: "\f291";
}

.la-mobile:before {
  content: "\f292";
}

.la-mobile-phone:before {
  content: "\f293";
}

.la-money:before {
  content: "\f294";
}

.la-moon-o:before {
  content: "\f295";
}

.la-mortar-board:before {
  content: "\f296";
}

.la-motorcycle:before {
  content: "\f297";
}

.la-mouse-pointer:before {
  content: "\f298";
}

.la-music:before {
  content: "\f299";
}

.la-navicon:before {
  content: "\f29a";
}

.la-neuter:before {
  content: "\f29b";
}

.la-newspaper-o:before {
  content: "\f29c";
}

.la-object-group:before {
  content: "\f29d";
}

.la-object-ungroup:before {
  content: "\f29e";
}

.la-odnoklassniki:before {
  content: "\f29f";
}

.la-odnoklassniki-square:before {
  content: "\f2a0";
}

.la-opencart:before {
  content: "\f2a1";
}

.la-openid:before {
  content: "\f2a2";
}

.la-opera:before {
  content: "\f2a3";
}

.la-optin-monster:before {
  content: "\f2a4";
}

.la-outdent:before {
  content: "\f2a5";
}

.la-pagelines:before {
  content: "\f2a6";
}

.la-paint-brush:before {
  content: "\f2a7";
}

.la-paper-plane:before, .la-send:before {
  content: "\f2a8";
}

.la-paper-plane-o:before, .la-send-o:before {
  content: "\f2a9";
}

.la-paperclip:before {
  content: "\f2aa";
}

.la-paragraph:before {
  content: "\f2ab";
}

.la-paste:before {
  content: "\f2ac";
}

.la-pause:before {
  content: "\f2ad";
}

.la-paw:before {
  content: "\f2ae";
}

.la-paypal:before {
  content: "\f2af";
}

.la-pencil:before {
  content: "\f2b0";
}

.la-pencil-square:before {
  content: "\f2b1";
}

.la-pencil-square-o:before {
  content: "\f2b2";
}

.la-phone:before {
  content: "\f2b3";
}

.la-phone-square:before {
  content: "\f2b4";
}

.la-photo:before {
  content: "\f2b5";
}

.la-picture-o:before {
  content: "\f2b6";
}

.la-pie-chart:before {
  content: "\f2b7";
}

.la-pied-piper:before {
  content: "\f2b8";
}

.la-pied-piper-alt:before {
  content: "\f2b9";
}

.la-pinterest:before {
  content: "\f2ba";
}

.la-pinterest-p:before {
  content: "\f2bb";
}

.la-pinterest-square:before {
  content: "\f2bc";
}

.la-plane:before {
  content: "\f2bd";
}

.la-play:before {
  content: "\f2be";
}

.la-play-circle:before {
  content: "\f2bf";
}

.la-play-circle-o:before {
  content: "\f2c0";
}

.la-plug:before {
  content: "\f2c1";
}

.la-plus:before {
  content: "\f2c2";
}

.la-plus-circle:before {
  content: "\f2c3";
}

.la-plus-square:before {
  content: "\f2c4";
}

.la-plus-square-o:before {
  content: "\f2c5";
}

.la-power-off:before {
  content: "\f2c6";
}

.la-print:before {
  content: "\f2c7";
}

.la-puzzle-piece:before {
  content: "\f2c8";
}

.la-qq:before {
  content: "\f2c9";
}

.la-qrcode:before {
  content: "\f2ca";
}

.la-question:before {
  content: "\f2cb";
}

.la-question-circle:before {
  content: "\f2cc";
}

.la-quote-left:before {
  content: "\f2cd";
}

.la-quote-right:before {
  content: "\f2ce";
}

.la-ra:before {
  content: "\f2cf";
}

.la-random:before {
  content: "\f2d0";
}

.la-rebel:before {
  content: "\f2d1";
}

.la-recycle:before {
  content: "\f2d2";
}

.la-reddit:before {
  content: "\f2d3";
}

.la-reddit-square:before {
  content: "\f2d4";
}

.la-refresh:before {
  content: "\f2d5";
}

.la-registered:before {
  content: "\f2d6";
}

.la-renren:before {
  content: "\f2d7";
}

.la-reorder:before {
  content: "\f2d8";
}

.la-repeat:before {
  content: "\f2d9";
}

.la-reply:before {
  content: "\f2da";
}

.la-reply-all:before {
  content: "\f2db";
}

.la-retweet:before {
  content: "\f2dc";
}

.la-rmb:before {
  content: "\f2dd";
}

.la-road:before {
  content: "\f2de";
}

.la-rocket:before {
  content: "\f2df";
}

.la-rotate-left:before {
  content: "\f2e0";
}

.la-rotate-right:before {
  content: "\f2e1";
}

.la-rouble:before {
  content: "\f2e2";
}

.la-feed:before, .la-rss:before {
  content: "\f2e3";
}

.la-rss-square:before {
  content: "\f2e4";
}

.la-rub:before {
  content: "\f2e5";
}

.la-ruble:before {
  content: "\f2e6";
}

.la-rupee:before {
  content: "\f2e7";
}

.la-safari:before {
  content: "\f2e8";
}

.la-save:before {
  content: "\f2e9";
}

.la-scissors:before {
  content: "\f2ea";
}

.la-search:before {
  content: "\f2eb";
}

.la-search-minus:before {
  content: "\f2ec";
}

.la-search-plus:before {
  content: "\f2ed";
}

.la-sellsy:before {
  content: "\f2ee";
}

.la-server:before {
  content: "\f2ef";
}

.la-share:before {
  content: "\f2f0";
}

.la-share-alt:before {
  content: "\f2f1";
}

.la-share-alt-square:before {
  content: "\f2f2";
}

.la-share-square:before {
  content: "\f2f3";
}

.la-share-square-o:before {
  content: "\f2f4";
}

.la-shekel:before {
  content: "\f2f5";
}

.la-sheqel:before {
  content: "\f2f6";
}

.la-shield:before {
  content: "\f2f7";
}

.la-ship:before {
  content: "\f2f8";
}

.la-shirtsinbulk:before {
  content: "\f2f9";
}

.la-shopping-cart:before {
  content: "\f2fa";
}

.la-sign-in:before {
  content: "\f2fb";
}

.la-sign-out:before {
  content: "\f2fc";
}

.la-signal:before {
  content: "\f2fd";
}

.la-simplybuilt:before {
  content: "\f2fe";
}

.la-sitemap:before {
  content: "\f2ff";
}

.la-skyatlas:before {
  content: "\f300";
}

.la-skype:before {
  content: "\f301";
}

.la-slack:before {
  content: "\f302";
}

.la-sliders:before {
  content: "\f303";
}

.la-slideshare:before {
  content: "\f304";
}

.la-smile-o:before {
  content: "\f305";
}

.la-sort:before, .la-unsorted:before {
  content: "\f306";
}

.la-sort-alpha-asc:before {
  content: "\f307";
}

.la-sort-alpha-desc:before {
  content: "\f308";
}

.la-sort-amount-asc:before {
  content: "\f309";
}

.la-sort-amount-desc:before {
  content: "\f30a";
}

.la-sort-asc:before, .la-sort-up:before {
  content: "\f30b";
}

.la-sort-desc:before, .la-sort-down:before {
  content: "\f30c";
}

.la-sort-numeric-asc:before {
  content: "\f30d";
}

.la-sort-numeric-desc:before {
  content: "\f30e";
}

.la-soundcloud:before {
  content: "\f30f";
}

.la-space-shuttle:before {
  content: "\f310";
}

.la-spinner:before {
  content: "\f311";
}

.la-spoon:before {
  content: "\f312";
}

.la-spotify:before {
  content: "\f313";
}

.la-square:before {
  content: "\f314";
}

.la-square-o:before {
  content: "\f315";
}

.la-stack-exchange:before {
  content: "\f316";
}

.la-stack-overflow:before {
  content: "\f317";
}

.la-star:before {
  content: "\f318";
}

.la-star-half:before {
  content: "\f319";
}

.la-star-half-empty:before, .la-star-half-full:before, .la-star-half-o:before {
  content: "\f31a";
}

.la-star-o:before {
  content: "\f31b";
}

.la-steam:before {
  content: "\f31c";
}

.la-steam-square:before {
  content: "\f31d";
}

.la-step-backward:before {
  content: "\f31e";
}

.la-step-forward:before {
  content: "\f31f";
}

.la-stethoscope:before {
  content: "\f320";
}

.la-sticky-note:before {
  content: "\f321";
}

.la-sticky-note-o:before {
  content: "\f322";
}

.la-stop:before {
  content: "\f323";
}

.la-street-view:before {
  content: "\f324";
}

.la-strikethrough:before {
  content: "\f325";
}

.la-stumbleupon:before {
  content: "\f326";
}

.la-stumbleupon-circle:before {
  content: "\f327";
}

.la-subscript:before {
  content: "\f328";
}

.la-subway:before {
  content: "\f329";
}

.la-suitcase:before {
  content: "\f32a";
}

.la-sun-o:before {
  content: "\f32b";
}

.la-superscript:before {
  content: "\f32c";
}

.la-table:before {
  content: "\f32d";
}

.la-tablet:before {
  content: "\f32e";
}

.la-tachometer:before {
  content: "\f32f";
}

.la-tag:before {
  content: "\f330";
}

.la-tags:before {
  content: "\f331";
}

.la-tasks:before {
  content: "\f332";
}

.la-taxi:before {
  content: "\f333";
}

.la-television:before, .la-tv:before {
  content: "\f334";
}

.la-tencent-weibo:before {
  content: "\f335";
}

.la-terminal:before {
  content: "\f336";
}

.la-text-height:before {
  content: "\f337";
}

.la-text-width:before {
  content: "\f338";
}

.la-th:before {
  content: "\f339";
}

.la-th-large:before {
  content: "\f33a";
}

.la-th-list:before {
  content: "\f33b";
}

.la-thumb-tack:before {
  content: "\f33c";
}

.la-thumbs-down:before {
  content: "\f33d";
}

.la-thumbs-o-down:before {
  content: "\f33e";
}

.la-thumbs-o-up:before {
  content: "\f33f";
}

.la-thumbs-up:before {
  content: "\f340";
}

.la-ticket:before {
  content: "\f341";
}

.la-remove:before, .la-times:before {
  content: "\f342";
}

.la-times-circle:before {
  content: "\f343";
}

.la-times-circle-o:before {
  content: "\f344";
}

.la-tint:before {
  content: "\f345";
}

.la-toggle-off:before {
  content: "\f346";
}

.la-toggle-on:before {
  content: "\f347";
}

.la-trademark:before {
  content: "\f348";
}

.la-train:before {
  content: "\f349";
}

.la-intersex:before, .la-transgender:before {
  content: "\f34a";
}

.la-transgender-alt:before {
  content: "\f34b";
}

.la-trash:before {
  content: "\f34c";
}

.la-trash-o:before {
  content: "\f34d";
}

.la-tree:before {
  content: "\f34e";
}

.la-trello:before {
  content: "\f34f";
}

.la-tripadvisor:before {
  content: "\f350";
}

.la-trophy:before {
  content: "\f351";
}

.la-truck:before {
  content: "\f352";
}

.la-try:before {
  content: "\f353";
}

.la-tty:before {
  content: "\f354";
}

.la-tumblr:before {
  content: "\f355";
}

.la-tumblr-square:before {
  content: "\f356";
}

.la-turkish-lira:before {
  content: "\f357";
}

.la-twitch:before {
  content: "\f358";
}

.la-twitter:before {
  content: "\f359";
}

.la-twitter-square:before {
  content: "\f35a";
}

.la-umbrella:before {
  content: "\f35b";
}

.la-underline:before {
  content: "\f35c";
}

.la-undo:before {
  content: "\f35d";
}

.la-university:before {
  content: "\f35e";
}

.la-unlink:before {
  content: "\f35f";
}

.la-unlock:before {
  content: "\f360";
}

.la-unlock-alt:before {
  content: "\f361";
}

.la-upload:before {
  content: "\f362";
}

.la-usd:before {
  content: "\f363";
}

.la-user:before {
  content: "\f364";
}

.la-user-md:before {
  content: "\f365";
}

.la-user-plus:before {
  content: "\f366";
}

.la-user-secret:before {
  content: "\f367";
}

.la-user-times:before {
  content: "\f368";
}

.la-users:before {
  content: "\f369";
}

.la-venus:before {
  content: "\f36a";
}

.la-venus-double:before {
  content: "\f36b";
}

.la-venus-mars:before {
  content: "\f36c";
}

.la-viacoin:before {
  content: "\f36d";
}

.la-video-camera:before {
  content: "\f36e";
}

.la-vimeo:before {
  content: "\f36f";
}

.la-vimeo-square:before {
  content: "\f370";
}

.la-vine:before {
  content: "\f371";
}

.la-vk:before {
  content: "\f372";
}

.la-volume-down:before {
  content: "\f373";
}

.la-volume-off:before {
  content: "\f374";
}

.la-volume-up:before {
  content: "\f375";
}

.la-warning:before {
  content: "\f376";
}

.la-wechat:before {
  content: "\f377";
}

.la-weibo:before {
  content: "\f378";
}

.la-weixin:before {
  content: "\f379";
}

.la-whatsapp:before {
  content: "\f37a";
}

.la-wheelchair:before {
  content: "\f37b";
}

.la-wifi:before {
  content: "\f37c";
}

.la-wikipedia-w:before {
  content: "\f37d";
}

.la-windows:before {
  content: "\f37e";
}

.la-won:before {
  content: "\f37f";
}

.la-wordpress:before {
  content: "\f380";
}

.la-wrench:before {
  content: "\f381";
}

.la-xing:before {
  content: "\f382";
}

.la-xing-square:before {
  content: "\f383";
}

.la-y-combinator:before {
  content: "\f384";
}

.la-y-combinator-square:before {
  content: "\f385";
}

.la-yahoo:before {
  content: "\f386";
}

.la-yc:before {
  content: "\f387";
}

.la-yc-square:before {
  content: "\f388";
}

.la-yelp:before {
  content: "\f389";
}

.la-yen:before {
  content: "\f38a";
}

.la-youtube:before {
  content: "\f38b";
}

.la-youtube-play:before {
  content: "\f38c";
}

.la-youtube-square:before {
  content: "\f38d";
}

/* !
*  Pe-icon-7-stroke */

[class*=" pe-7s-"], [class^=pe-7s-] {
  display: inline-block;
  font-family: Pe-icon-7-stroke;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
  content: "\e6aa";
}

.pe-7s-arc:before {
  content: "\e6ab";
}

.pe-7s-back-2:before {
  content: "\e6ac";
}

.pe-7s-bandaid:before {
  content: "\e6ad";
}

.pe-7s-car:before {
  content: "\e6ae";
}

.pe-7s-diamond:before {
  content: "\e6af";
}

.pe-7s-door-lock:before {
  content: "\e6b0";
}

.pe-7s-eyedropper:before {
  content: "\e6b1";
}

.pe-7s-female:before {
  content: "\e6b2";
}

.pe-7s-gym:before {
  content: "\e6b3";
}

.pe-7s-hammer:before {
  content: "\e6b4";
}

.pe-7s-headphones:before {
  content: "\e6b5";
}

.pe-7s-helm:before {
  content: "\e6b6";
}

.pe-7s-hourglass:before {
  content: "\e6b7";
}

.pe-7s-leaf:before {
  content: "\e6b8";
}

.pe-7s-magic-wand:before {
  content: "\e6b9";
}

.pe-7s-male:before {
  content: "\e6ba";
}

.pe-7s-map-2:before {
  content: "\e6bb";
}

.pe-7s-next-2:before {
  content: "\e6bc";
}

.pe-7s-paint-bucket:before {
  content: "\e6bd";
}

.pe-7s-pendrive:before {
  content: "\e6be";
}

.pe-7s-photo:before {
  content: "\e6bf";
}

.pe-7s-piggy:before {
  content: "\e6c0";
}

.pe-7s-plugin:before {
  content: "\e6c1";
}

.pe-7s-refresh-2:before {
  content: "\e6c2";
}

.pe-7s-rocket:before {
  content: "\e6c3";
}

.pe-7s-settings:before {
  content: "\e6c4";
}

.pe-7s-shield:before {
  content: "\e6c5";
}

.pe-7s-smile:before {
  content: "\e6c6";
}

.pe-7s-usb:before {
  content: "\e6c7";
}

.pe-7s-vector:before {
  content: "\e6c8";
}

.pe-7s-wine:before {
  content: "\e6c9";
}

.pe-7s-cloud-upload:before {
  content: "\e68a";
}

.pe-7s-cash:before {
  content: "\e68c";
}

.pe-7s-close:before {
  content: "\e680";
}

.pe-7s-bluetooth:before {
  content: "\e68d";
}

.pe-7s-cloud-download:before {
  content: "\e68b";
}

.pe-7s-way:before {
  content: "\e68e";
}

.pe-7s-close-circle:before {
  content: "\e681";
}

.pe-7s-id:before {
  content: "\e68f";
}

.pe-7s-angle-up:before {
  content: "\e682";
}

.pe-7s-wristwatch:before {
  content: "\e690";
}

.pe-7s-angle-up-circle:before {
  content: "\e683";
}

.pe-7s-world:before {
  content: "\e691";
}

.pe-7s-angle-right:before {
  content: "\e684";
}

.pe-7s-volume:before {
  content: "\e692";
}

.pe-7s-angle-right-circle:before {
  content: "\e685";
}

.pe-7s-users:before {
  content: "\e693";
}

.pe-7s-angle-left:before {
  content: "\e686";
}

.pe-7s-user-female:before {
  content: "\e694";
}

.pe-7s-angle-left-circle:before {
  content: "\e687";
}

.pe-7s-up-arrow:before {
  content: "\e695";
}

.pe-7s-angle-down:before {
  content: "\e688";
}

.pe-7s-switch:before {
  content: "\e696";
}

.pe-7s-angle-down-circle:before {
  content: "\e689";
}

.pe-7s-scissors:before {
  content: "\e697";
}

.pe-7s-wallet:before {
  content: "\e600";
}

.pe-7s-safe:before {
  content: "\e698";
}

.pe-7s-volume2:before {
  content: "\e601";
}

.pe-7s-volume1:before {
  content: "\e602";
}

.pe-7s-voicemail:before {
  content: "\e603";
}

.pe-7s-video:before {
  content: "\e604";
}

.pe-7s-user:before {
  content: "\e605";
}

.pe-7s-upload:before {
  content: "\e606";
}

.pe-7s-unlock:before {
  content: "\e607";
}

.pe-7s-umbrella:before {
  content: "\e608";
}

.pe-7s-trash:before {
  content: "\e609";
}

.pe-7s-tools:before {
  content: "\e60a";
}

.pe-7s-timer:before {
  content: "\e60b";
}

.pe-7s-ticket:before {
  content: "\e60c";
}

.pe-7s-target:before {
  content: "\e60d";
}

.pe-7s-sun:before {
  content: "\e60e";
}

.pe-7s-study:before {
  content: "\e60f";
}

.pe-7s-stopwatch:before {
  content: "\e610";
}

.pe-7s-star:before {
  content: "\e611";
}

.pe-7s-speaker:before {
  content: "\e612";
}

.pe-7s-signal:before {
  content: "\e613";
}

.pe-7s-shuffle:before {
  content: "\e614";
}

.pe-7s-shopbag:before {
  content: "\e615";
}

.pe-7s-share:before {
  content: "\e616";
}

.pe-7s-server:before {
  content: "\e617";
}

.pe-7s-search:before {
  content: "\e618";
}

.pe-7s-film:before {
  content: "\e6a5";
}

.pe-7s-science:before {
  content: "\e619";
}

.pe-7s-disk:before {
  content: "\e6a6";
}

.pe-7s-ribbon:before {
  content: "\e61a";
}

.pe-7s-repeat:before {
  content: "\e61b";
}

.pe-7s-refresh:before {
  content: "\e61c";
}

.pe-7s-add-user:before {
  content: "\e6a9";
}

.pe-7s-refresh-cloud:before {
  content: "\e61d";
}

.pe-7s-paperclip:before {
  content: "\e69c";
}

.pe-7s-radio:before {
  content: "\e61e";
}

.pe-7s-note2:before {
  content: "\e69d";
}

.pe-7s-print:before {
  content: "\e61f";
}

.pe-7s-network:before {
  content: "\e69e";
}

.pe-7s-prev:before {
  content: "\e620";
}

.pe-7s-mute:before {
  content: "\e69f";
}

.pe-7s-power:before {
  content: "\e621";
}

.pe-7s-medal:before {
  content: "\e6a0";
}

.pe-7s-portfolio:before {
  content: "\e622";
}

.pe-7s-like2:before {
  content: "\e6a1";
}

.pe-7s-plus:before {
  content: "\e623";
}

.pe-7s-left-arrow:before {
  content: "\e6a2";
}

.pe-7s-play:before {
  content: "\e624";
}

.pe-7s-key:before {
  content: "\e6a3";
}

.pe-7s-plane:before {
  content: "\e625";
}

.pe-7s-joy:before {
  content: "\e6a4";
}

.pe-7s-photo-gallery:before {
  content: "\e626";
}

.pe-7s-pin:before {
  content: "\e69b";
}

.pe-7s-phone:before {
  content: "\e627";
}

.pe-7s-plug:before {
  content: "\e69a";
}

.pe-7s-pen:before {
  content: "\e628";
}

.pe-7s-right-arrow:before {
  content: "\e699";
}

.pe-7s-paper-plane:before {
  content: "\e629";
}

.pe-7s-delete-user:before {
  content: "\e6a7";
}

.pe-7s-paint:before {
  content: "\e62a";
}

.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}

.pe-7s-notebook:before {
  content: "\e62b";
}

.pe-7s-note:before {
  content: "\e62c";
}

.pe-7s-next:before {
  content: "\e62d";
}

.pe-7s-news-paper:before {
  content: "\e62e";
}

.pe-7s-musiclist:before {
  content: "\e62f";
}

.pe-7s-music:before {
  content: "\e630";
}

.pe-7s-mouse:before {
  content: "\e631";
}

.pe-7s-more:before {
  content: "\e632";
}

.pe-7s-moon:before {
  content: "\e633";
}

.pe-7s-monitor:before {
  content: "\e634";
}

.pe-7s-micro:before {
  content: "\e635";
}

.pe-7s-menu:before {
  content: "\e636";
}

.pe-7s-map:before {
  content: "\e637";
}

.pe-7s-map-marker:before {
  content: "\e638";
}

.pe-7s-mail:before {
  content: "\e639";
}

.pe-7s-mail-open:before {
  content: "\e63a";
}

.pe-7s-mail-open-file:before {
  content: "\e63b";
}

.pe-7s-magnet:before {
  content: "\e63c";
}

.pe-7s-loop:before {
  content: "\e63d";
}

.pe-7s-look:before {
  content: "\e63e";
}

.pe-7s-lock:before {
  content: "\e63f";
}

.pe-7s-lintern:before {
  content: "\e640";
}

.pe-7s-link:before {
  content: "\e641";
}

.pe-7s-like:before {
  content: "\e642";
}

.pe-7s-light:before {
  content: "\e643";
}

.pe-7s-less:before {
  content: "\e644";
}

.pe-7s-keypad:before {
  content: "\e645";
}

.pe-7s-junk:before {
  content: "\e646";
}

.pe-7s-info:before {
  content: "\e647";
}

.pe-7s-home:before {
  content: "\e648";
}

.pe-7s-help2:before {
  content: "\e649";
}

.pe-7s-help1:before {
  content: "\e64a";
}

.pe-7s-graph3:before {
  content: "\e64b";
}

.pe-7s-graph2:before {
  content: "\e64c";
}

.pe-7s-graph1:before {
  content: "\e64d";
}

.pe-7s-graph:before {
  content: "\e64e";
}

.pe-7s-global:before {
  content: "\e64f";
}

.pe-7s-gleam:before {
  content: "\e650";
}

.pe-7s-glasses:before {
  content: "\e651";
}

.pe-7s-gift:before {
  content: "\e652";
}

.pe-7s-folder:before {
  content: "\e653";
}

.pe-7s-flag:before {
  content: "\e654";
}

.pe-7s-filter:before {
  content: "\e655";
}

.pe-7s-file:before {
  content: "\e656";
}

.pe-7s-expand1:before {
  content: "\e657";
}

.pe-7s-exapnd2:before {
  content: "\e658";
}

.pe-7s-edit:before {
  content: "\e659";
}

.pe-7s-drop:before {
  content: "\e65a";
}

.pe-7s-drawer:before {
  content: "\e65b";
}

.pe-7s-download:before {
  content: "\e65c";
}

.pe-7s-display2:before {
  content: "\e65d";
}

.pe-7s-display1:before {
  content: "\e65e";
}

.pe-7s-diskette:before {
  content: "\e65f";
}

.pe-7s-date:before {
  content: "\e660";
}

.pe-7s-cup:before {
  content: "\e661";
}

.pe-7s-culture:before {
  content: "\e662";
}

.pe-7s-crop:before {
  content: "\e663";
}

.pe-7s-credit:before {
  content: "\e664";
}

.pe-7s-copy-file:before {
  content: "\e665";
}

.pe-7s-config:before {
  content: "\e666";
}

.pe-7s-compass:before {
  content: "\e667";
}

.pe-7s-comment:before {
  content: "\e668";
}

.pe-7s-coffee:before {
  content: "\e669";
}

.pe-7s-cloud:before {
  content: "\e66a";
}

.pe-7s-clock:before {
  content: "\e66b";
}

.pe-7s-check:before {
  content: "\e66c";
}

.pe-7s-chat:before {
  content: "\e66d";
}

.pe-7s-cart:before {
  content: "\e66e";
}

.pe-7s-camera:before {
  content: "\e66f";
}

.pe-7s-call:before {
  content: "\e670";
}

.pe-7s-calculator:before {
  content: "\e671";
}

.pe-7s-browser:before {
  content: "\e672";
}

.pe-7s-box2:before {
  content: "\e673";
}

.pe-7s-box1:before {
  content: "\e674";
}

.pe-7s-bookmarks:before {
  content: "\e675";
}

.pe-7s-bicycle:before {
  content: "\e676";
}

.pe-7s-bell:before {
  content: "\e677";
}

.pe-7s-battery:before {
  content: "\e678";
}

.pe-7s-ball:before {
  content: "\e679";
}

.pe-7s-back:before {
  content: "\e67a";
}

.pe-7s-attention:before {
  content: "\e67b";
}

.pe-7s-anchor:before {
  content: "\e67c";
}

.pe-7s-albums:before {
  content: "\e67d";
}

.pe-7s-alarm:before {
  content: "\e67e";
}

.pe-7s-airplay:before {
  content: "\e67f";
}

/* !* Material Icons (https://material.io/tools/icons/)
* Apache license version 2.0 */

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

.icon-material-outline-dashboard:before {
  content: "\e997";
}

.icon-material-outline-arrow-back:before {
  content: "\e993";
}

.icon-material-outline-arrow-forward:before {
  content: "\e994";
}

.icon-material-outline-arrow-right-alt:before {
  content: "\e995";
}

.icon-material-outline-gavel:before {
  content: "\e996";
}

.icon-material-baseline-mail-outline:before {
  content: "\e900";
}

.icon-material-baseline-notifications-none:before {
  content: "\e901";
}

.icon-material-baseline-star-border:before {
  content: "\e902";
}

.icon-material-outline-access-alarm:before {
  content: "\e903";
}

.icon-material-outline-access-time:before {
  content: "\e904";
}

.icon-material-outline-account-balance-wallet:before {
  content: "\e905";
}

.icon-material-outline-account-balance:before {
  content: "\e906";
}

.icon-material-outline-account-circle:before {
  content: "\e907";
}

.icon-material-outline-add-a-photo:before {
  content: "\e908";
}

.icon-material-outline-add-circle-outline:before {
  content: "\e909";
}

.icon-material-outline-add-location:before {
  content: "\e90a";
}

.icon-material-outline-add-photo-alternate:before {
  content: "\e90b";
}

.icon-material-outline-add-shopping-cart:before {
  content: "\e90c";
}

.icon-material-outline-add:before {
  content: "\e90d";
}

.icon-material-outline-alarm-add:before {
  content: "\e90e";
}

.icon-material-outline-alarm-off:before {
  content: "\e90f";
}

.icon-material-outline-alarm-on:before {
  content: "\e910";
}

.icon-material-outline-alarm:before {
  content: "\e911";
}

.icon-material-outline-announcement:before {
  content: "\e912";
}

.icon-material-outline-archive:before {
  content: "\e913";
}

.icon-material-outline-arrow-drop-down:before {
  content: "\e914";
}

.icon-material-outline-arrow-drop-up:before {
  content: "\e915";
}

.icon-material-outline-arrow-left:before {
  content: "\e916";
}

.icon-material-outline-arrow-right:before {
  content: "\e917";
}

.icon-material-outline-assessment:before {
  content: "\e918";
}

.icon-material-outline-assignment:before {
  content: "\e919";
}

.icon-material-outline-attach-file:before {
  content: "\e91a";
}

.icon-material-outline-autorenew:before {
  content: "\e91b";
}

.icon-material-outline-battery-charging-full:before {
  content: "\e91c";
}

.icon-material-outline-beach-access:before {
  content: "\e91d";
}

.icon-material-outline-book:before {
  content: "\e91e";
}

.icon-material-outline-bookmark-border:before {
  content: "\e91f";
}

.icon-material-outline-bookmarks:before {
  content: "\e920";
}

.icon-material-outline-broken-image:before {
  content: "\e921";
}

.icon-material-outline-brush:before {
  content: "\e922";
}

.icon-material-outline-bug-report:before {
  content: "\e923";
}

.icon-material-outline-business-center:before {
  content: "\e924";
}

.icon-material-outline-business:before {
  content: "\e925";
}

.icon-material-outline-cake:before {
  content: "\e926";
}

.icon-material-outline-check-circle:before {
  content: "\e927";
}

.icon-material-outline-check:before {
  content: "\e928";
}

.icon-material-outline-cloud:before {
  content: "\e929";
}

.icon-material-outline-code:before {
  content: "\e92a";
}

.icon-material-outline-compare-arrows:before {
  content: "\e92b";
}

.icon-material-outline-computer:before {
  content: "\e92c";
}

.icon-material-outline-contact-support:before {
  content: "\e92d";
}

.icon-material-outline-credit-card:before {
  content: "\e92e";
}

.icon-material-outline-crop-original:before {
  content: "\e92f";
}

.icon-material-outline-date-range:before {
  content: "\e930";
}

.icon-material-outline-delete:before {
  content: "\e931";
}

.icon-material-outline-description:before {
  content: "\e932";
}

.icon-material-outline-desktop-mac:before {
  content: "\e933";
}

.icon-material-outline-desktop-windows:before {
  content: "\e934";
}

.icon-material-outline-directions-car:before {
  content: "\e935";
}

.icon-material-outline-dns:before {
  content: "\e936";
}

.icon-material-outline-drafts:before {
  content: "\e937";
}

.icon-material-outline-email:before {
  content: "\e938";
}

.icon-material-outline-explore:before {
  content: "\e939";
}

.icon-material-outline-extension:before {
  content: "\e93a";
}

.icon-material-outline-face:before {
  content: "\e93b";
}

.icon-material-outline-favorite-border:before {
  content: "\e93c";
}

.icon-material-outline-favorite:before {
  content: "\e93d";
}

.icon-material-outline-feedback:before {
  content: "\e93e";
}

.icon-material-outline-file-copy:before {
  content: "\e93f";
}

.icon-material-outline-filter-none:before {
  content: "\e940";
}

.icon-material-outline-find-in-page:before {
  content: "\e941";
}

.icon-material-outline-fingerprint:before {
  content: "\e942";
}

.icon-material-outline-flight:before {
  content: "\e943";
}

.icon-material-outline-flip-to-back:before {
  content: "\e944";
}

.icon-material-outline-flip-to-front:before {
  content: "\e945";
}

.icon-material-outline-folder-shared:before {
  content: "\e946";
}

.icon-material-outline-folder:before {
  content: "\e947";
}

.icon-material-outline-format-quote:before {
  content: "\e948";
}

.icon-material-outline-format-shapes:before {
  content: "\e949";
}

.icon-material-outline-forum:before {
  content: "\e94a";
}

.icon-material-outline-free-breakfast:before {
  content: "\e94b";
}

.icon-material-outline-gps-fixed:before {
  content: "\e94c";
}

.icon-material-outline-group:before {
  content: "\e94d";
}

.icon-material-outline-help-outline:before {
  content: "\e94e";
}

.icon-material-outline-highlight-off:before {
  content: "\e94f";
}

.icon-material-outline-history:before {
  content: "\e950";
}

.icon-material-outline-home:before {
  content: "\e951";
}

.icon-material-outline-hotel:before {
  content: "\e952";
}

.icon-material-outline-https:before {
  content: "\e953";
}

.icon-material-outline-info:before {
  content: "\e954";
}

.icon-material-outline-input:before {
  content: "\e955";
}

.icon-material-outline-insert-photo:before {
  content: "\e956";
}

.icon-material-outline-keyboard-arrow-down:before {
  content: "\e957";
}

.icon-material-outline-keyboard-arrow-left:before {
  content: "\e958";
}

.icon-material-outline-keyboard-arrow-right:before {
  content: "\e959";
}

.icon-material-outline-keyboard-arrow-up:before {
  content: "\e95a";
}

.icon-material-outline-language:before {
  content: "\e95b";
}

.icon-material-outline-launch:before {
  content: "\e95c";
}

.icon-material-outline-layers:before {
  content: "\e95d";
}

.icon-material-outline-library-add:before {
  content: "\e95e";
}

.icon-material-outline-library-books:before {
  content: "\e95f";
}

.icon-material-outline-local-atm:before {
  content: "\e960";
}

.icon-material-outline-local-offer:before {
  content: "\e961";
}

.icon-material-outline-location-city:before {
  content: "\e962";
}

.icon-material-outline-location-off:before {
  content: "\e963";
}

.icon-material-outline-location-on:before {
  content: "\e964";
}

.icon-material-outline-lock-open:before {
  content: "\e965";
}

.icon-material-outline-lock:before {
  content: "\e966";
}

.icon-material-outline-loyalty:before {
  content: "\e967";
}

.icon-material-outline-map:before {
  content: "\e968";
}

.icon-material-outline-message-(1):before {
  content: "\e969";
}

.icon-material-outline-monetization-on:before {
  content: "\e96a";
}

.icon-material-outline-money:before {
  content: "\e96b";
}

.icon-material-outline-mouse:before {
  content: "\e96c";
}

.icon-material-outline-movie:before {
  content: "\e96d";
}

.icon-material-outline-my-location:before {
  content: "\e96e";
}

.icon-material-outline-note-add:before {
  content: "\e96f";
}

.icon-material-outline-notifications-active:before {
  content: "\e970";
}

.icon-material-outline-notifications-off:before {
  content: "\e971";
}

.icon-material-outline-notifications:before {
  content: "\e972";
}

.icon-material-outline-outlined-flag:before {
  content: "\e973";
}

.icon-material-outline-person-pin:before {
  content: "\e974";
}

.icon-material-outline-photo-library:before {
  content: "\e975";
}

.icon-material-outline-photo-size-select-actual:before {
  content: "\e976";
}

.icon-material-outline-picture-as-pdf:before {
  content: "\e977";
}

.icon-material-outline-power-settings-new:before {
  content: "\e978";
}

.icon-material-outline-print:before {
  content: "\e979";
}

.icon-material-outline-question-answer:before {
  content: "\e97a";
}

.icon-material-outline-rate-review:before {
  content: "\e97b";
}

.icon-material-outline-redo:before {
  content: "\e97c";
}

.icon-material-outline-reorder:before {
  content: "\e97d";
}

.icon-material-outline-restaurant:before {
  content: "\e97e";
}

.icon-material-outline-room:before {
  content: "\e97f";
}

.icon-material-outline-save-alt:before {
  content: "\e980";
}

.icon-material-outline-school:before {
  content: "\e981";
}

.icon-material-outline-search:before {
  content: "\e982";
}

.icon-material-outline-settings-input-component:before {
  content: "\e983";
}

.icon-material-outline-settings:before {
  content: "\e984";
}

.icon-material-outline-shopping-cart:before {
  content: "\e985";
}

.icon-material-outline-speaker-notes:before {
  content: "\e986";
}

.icon-material-outline-star-border:before {
  content: "\e987";
}

.icon-material-outline-star:before {
  content: "\e988";
}

.icon-material-outline-supervisor-account:before {
  content: "\e989";
}

.icon-material-outline-text-fields:before {
  content: "\e98a";
}

.icon-material-outline-textsms:before {
  content: "\e98b";
}

.icon-material-outline-thumb-down:before {
  content: "\e98c";
}

.icon-material-outline-thumb-up:before {
  content: "\e98d";
}

.icon-material-outline-undo:before {
  content: "\e98e";
}

.icon-material-outline-visibility:before {
  content: "\e98f";
}

.icon-material-outline-watch:before {
  content: "\e990";
}

.icon-material-outline-wb-incandescent:before {
  content: "\e991";
}

.icon-material-outline-where-to-vote:before {
  content: "\e992";
}

