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