/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

a[class*='menu-fa'] .menu-fa {display: inline-block;}
.menu-fa {
  display: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
a.menu-fa-lg .menu-fa {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
a.menu-fa-2x .menu-fa {
  font-size: 2em;
}
a.menu-fa-3x .menu-fa {
  font-size: 3em;
}
a.menu-fa-4x .menu-fa {
  font-size: 4em;
}
a.menu-fa-5x .menu-fa {
  font-size: 5em;
}
a.menu-fa-fw .menu-fa {
  width: 1.28571429em;
  text-align: center;
}
a.menu-fa-ul .menu-fa {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
a.menu-fa-ul > li .menu-fa {
  position: relative;
}
a.menu-fa-li .menu-fa {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
a.menu-fa-lia.menu-fa-lg {
  left: -1.85714286em;
}
.fa-border .menu-fa {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

a.menu-fa-spin .menu-fa { 
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-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);
  }
}
a.menu-fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
a.menu-fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
a.menu-fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
a.menu-fa-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);
}
a.menu-fa-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 a.menu-fa-rotate-90,
:root a.menu-fa-rotate-180,
:root a.menu-fa-rotate-270,
:root a.menu-fa-flip-horizontal,
:root a.menu-fa-flip-vertical {
  filter: none;
}
a.menu-fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
a.menu-fa-stack-1x,
a.menu-fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
a.menu-fa-stack-1x {
  line-height: inherit;
}
a.menu-fa-stack-2x {
  font-size: 2em;
}
a.menu-fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
a.menu-fa-glass .menu-fa:before {
  content: "\f000";
}
a.menu-fa-music .menu-fa:before {
  content: "\f001";
}
a.menu-fa-search .menu-fa:before {
  content: "\f002";
}
a.menu-fa-envelope-o .menu-fa:before {
  content: "\f003";
}
a.menu-fa-heart .menu-fa:before {
  content: "\f004";
}
a.menu-fa-star .menu-fa:before {
  content: "\f005";
}
a.menu-fa-star-o .menu-fa:before {
  content: "\f006";
}
a.menu-fa-user .menu-fa:before {
  content: "\f007";
}
a.menu-fa-film .menu-fa:before {
  content: "\f008";
}
a.menu-fa-th-large .menu-fa:before {
  content: "\f009";
}
a.menu-fa-th .menu-fa:before {
  content: "\f00a";
}
a.menu-fa-th-list .menu-fa:before {
  content: "\f00b";
}
a.menu-fa-check .menu-fa:before {
  content: "\f00c";
}
a.menu-fa-remove .menu-fa:before,
a.menu-fa-close .menu-fa:before,
a.menu-fa-times .menu-fa:before {
  content: "\f00d";
}
a.menu-fa-search-plus .menu-fa:before {
  content: "\f00e";
}
a.menu-fa-search-minus .menu-fa:before {
  content: "\f010";
}
a.menu-fa-power-off .menu-fa:before {
  content: "\f011";
}
a.menu-fa-signal .menu-fa:before {
  content: "\f012";
}
a.menu-fa-gear .menu-fa:before,
a.menu-fa-cog .menu-fa:before {
  content: "\f013";
}
a.menu-fa-trash-o .menu-fa:before {
  content: "\f014";
}
a.menu-fa-home .menu-fa:before {
  content: "\f015";
}
a.menu-fa-file-o .menu-fa:before {
  content: "\f016";
}
a.menu-fa-clock-o .menu-fa:before {
  content: "\f017";
}
a.menu-fa-road .menu-fa:before {
  content: "\f018";
}
a.menu-fa-download .menu-fa:before {
  content: "\f019";
}
a.menu-fa-arrow-circle-o-down .menu-fa:before {
  content: "\f01a";
}
a.menu-fa-arrow-circle-o-up .menu-fa:before {
  content: "\f01b";
}
a.menu-fa-inbox .menu-fa:before {
  content: "\f01c";
}
a.menu-fa-play-circle-o .menu-fa:before {
  content: "\f01d";
}
a.menu-fa-rotate-right .menu-fa:before,
a.menu-fa-repeat .menu-fa:before {
  content: "\f01e";
}
a.menu-fa-refresh .menu-fa:before {
  content: "\f021";
}
a.menu-fa-list-alt .menu-fa:before {
  content: "\f022";
}
a.menu-fa-lock .menu-fa:before {
  content: "\f023";
}
a.menu-fa-flag .menu-fa:before {
  content: "\f024";
}
a.menu-fa-headphones .menu-fa:before {
  content: "\f025";
}
a.menu-fa-volume-off .menu-fa:before {
  content: "\f026";
}
a.menu-fa-volume-down .menu-fa:before {
  content: "\f027";
}
a.menu-fa-volume-up .menu-fa:before {
  content: "\f028";
}
a.menu-fa-qrcode .menu-fa:before {
  content: "\f029";
}
a.menu-fa-barcode .menu-fa:before {
  content: "\f02a";
}
a.menu-fa-tag .menu-fa:before {
  content: "\f02b";
}
a.menu-fa-tags .menu-fa:before {
  content: "\f02c";
}
a.menu-fa-book .menu-fa:before {
  content: "\f02d";
}
a.menu-fa-bookmark .menu-fa:before {
  content: "\f02e";
}
a.menu-fa-print .menu-fa:before {
  content: "\f02f";
}
a.menu-fa-camera .menu-fa:before {
  content: "\f030";
}
a.menu-fa-font .menu-fa:before {
  content: "\f031";
}
a.menu-fa-bold .menu-fa:before {
  content: "\f032";
}
a.menu-fa-italic .menu-fa:before {
  content: "\f033";
}
a.menu-fa-text-height .menu-fa:before {
  content: "\f034";
}
a.menu-fa-text-width .menu-fa:before {
  content: "\f035";
}
a.menu-fa-align-left .menu-fa:before {
  content: "\f036";
}
a.menu-fa-align-center .menu-fa:before {
  content: "\f037";
}
a.menu-fa-align-right .menu-fa:before {
  content: "\f038";
}
a.menu-fa-align-justify .menu-fa:before {
  content: "\f039";
}
a.menu-fa-list .menu-fa:before {
  content: "\f03a";
}
a.menu-fa-dedent .menu-fa:before,
a.menu-fa-outdent .menu-fa:before {
  content: "\f03b";
}
a.menu-fa-indent .menu-fa:before {
  content: "\f03c";
}
a.menu-fa-video-camera .menu-fa:before {
  content: "\f03d";
}
a.menu-fa-photo .menu-fa:before,
a.menu-fa-image .menu-fa:before,
a.menu-fa-picture-o .menu-fa:before {
  content: "\f03e";
}
a.menu-fa-pencil .menu-fa:before {
  content: "\f040";
}
a.menu-fa-map-marker .menu-fa:before {
  content: "\f041";
}
a.menu-fa-adjust .menu-fa:before {
  content: "\f042";
}
a.menu-fa-tint .menu-fa:before {
  content: "\f043";
}
a.menu-fa-edit .menu-fa:before,
a.menu-fa-pencil-square-o .menu-fa:before {
  content: "\f044";
}
a.menu-fa-share-square-o .menu-fa:before {
  content: "\f045";
}
a.menu-fa-check-square-o .menu-fa:before {
  content: "\f046";
}
a.menu-fa-arrows .menu-fa:before {
  content: "\f047";
}
a.menu-fa-step-backward .menu-fa:before {
  content: "\f048";
}
a.menu-fa-fast-backward .menu-fa:before {
  content: "\f049";
}
a.menu-fa-backward .menu-fa:before {
  content: "\f04a";
}
a.menu-fa-play .menu-fa:before {
  content: "\f04b";
}
a.menu-fa-pause .menu-fa:before {
  content: "\f04c";
}
a.menu-fa-stop .menu-fa:before {
  content: "\f04d";
}
a.menu-fa-forward .menu-fa:before {
  content: "\f04e";
}
a.menu-fa-fast-forward .menu-fa:before {
  content: "\f050";
}
a.menu-fa-step-forward .menu-fa:before {
  content: "\f051";
}
a.menu-fa-eject .menu-fa:before {
  content: "\f052";
}
a.menu-fa-chevron-left .menu-fa:before {
  content: "\f053";
}
a.menu-fa-chevron-right .menu-fa:before {
  content: "\f054";
}
a.menu-fa-plus-circle .menu-fa:before {
  content: "\f055";
}
a.menu-fa-minus-circle .menu-fa:before {
  content: "\f056";
}
a.menu-fa-times-circle .menu-fa:before {
  content: "\f057";
}
a.menu-fa-check-circle .menu-fa:before {
  content: "\f058";
}
a.menu-fa-question-circle .menu-fa:before {
  content: "\f059";
}
a.menu-fa-info-circle .menu-fa:before {
  content: "\f05a";
}
a.menu-fa-crosshairs .menu-fa:before {
  content: "\f05b";
}
a.menu-fa-times-circle-o .menu-fa:before {
  content: "\f05c";
}
a.menu-fa-check-circle-o .menu-fa:before {
  content: "\f05d";
}
a.menu-fa-ban .menu-fa:before {
  content: "\f05e";
}
a.menu-fa-arrow-left .menu-fa:before {
  content: "\f060";
}
a.menu-fa-arrow-right .menu-fa:before {
  content: "\f061";
}
a.menu-fa-arrow-up .menu-fa:before {
  content: "\f062";
}
a.menu-fa-arrow-down .menu-fa:before {
  content: "\f063";
}
a.menu-fa-mail-forward .menu-fa:before,
a.menu-fa-share .menu-fa:before {
  content: "\f064";
}
a.menu-fa-expand .menu-fa:before {
  content: "\f065";
}
a.menu-fa-compress .menu-fa:before {
  content: "\f066";
}
a.menu-fa-plus .menu-fa:before {
  content: "\f067";
}
a.menu-fa-minus .menu-fa:before {
  content: "\f068";
}
a.menu-fa-asterisk .menu-fa:before {
  content: "\f069";
}
a.menu-fa-exclamation-circle .menu-fa:before {
  content: "\f06a";
}
a.menu-fa-gift .menu-fa:before {
  content: "\f06b";
}
a.menu-fa-leaf .menu-fa:before {
  content: "\f06c";
}
a.menu-fa-fire .menu-fa:before {
  content: "\f06d";
}
a.menu-fa-eye .menu-fa:before {
  content: "\f06e";
}
a.menu-fa-eye-slash .menu-fa:before {
  content: "\f070";
}
a.menu-fa-warning .menu-fa:before,
a.menu-fa-exclamation-triangle .menu-fa:before {
  content: "\f071";
}
a.menu-fa-plane .menu-fa:before {
  content: "\f072";
}
a.menu-fa-calendar .menu-fa:before {
  content: "\f073";
}
a.menu-fa-random .menu-fa:before {
  content: "\f074";
}
a.menu-fa-comment .menu-fa:before {
  content: "\f075";
}
a.menu-fa-magnet .menu-fa:before {
  content: "\f076";
}
a.menu-fa-chevron-up .menu-fa:before {
  content: "\f077";
}
a.menu-fa-chevron-down .menu-fa:before {
  content: "\f078";
}
a.menu-fa-retweet .menu-fa:before {
  content: "\f079";
}
a.menu-fa-shopping-cart .menu-fa:before {
  content: "\f07a";
}
a.menu-fa-folder .menu-fa:before {
  content: "\f07b";
}
a.menu-fa-folder-open .menu-fa:before {
  content: "\f07c";
}
a.menu-fa-arrows-v .menu-fa:before {
  content: "\f07d";
}
a.menu-fa-arrows-h .menu-fa:before {
  content: "\f07e";
}
a.menu-fa-bar-chart-o .menu-fa:before,
a.menu-fa-bar-chart .menu-fa:before {
  content: "\f080";
}
a.menu-fa-twitter-square .menu-fa:before {
  content: "\f081";
}
a.menu-fa-facebook-square .menu-fa:before {
  content: "\f082";
}
a.menu-fa-camera-retro .menu-fa:before {
  content: "\f083";
}
a.menu-fa-key .menu-fa:before {
  content: "\f084";
}
a.menu-fa-gears .menu-fa:before,
a.menu-fa-cogs .menu-fa:before {
  content: "\f085";
}
a.menu-fa-comments .menu-fa:before {
  content: "\f086";
}
a.menu-fa-thumbs-o-up .menu-fa:before {
  content: "\f087";
}
a.menu-fa-thumbs-o-down .menu-fa:before {
  content: "\f088";
}
a.menu-fa-star-half .menu-fa:before {
  content: "\f089";
}
a.menu-fa-heart-o .menu-fa:before {
  content: "\f08a";
}
a.menu-fa-sign-out .menu-fa:before {
  content: "\f08b";
}
a.menu-fa-linkedin-square .menu-fa:before {
  content: "\f08c";
}
a.menu-fa-thumb-tack .menu-fa:before {
  content: "\f08d";
}
a.menu-fa-external-link .menu-fa:before {
  content: "\f08e";
}
a.menu-fa-sign-in .menu-fa:before {
  content: "\f090";
}
a.menu-fa-trophy .menu-fa:before {
  content: "\f091";
}
a.menu-fa-github-square .menu-fa:before {
  content: "\f092";
}
a.menu-fa-upload .menu-fa:before {
  content: "\f093";
}
a.menu-fa-lemon-o .menu-fa:before {
  content: "\f094";
}
a.menu-fa-phone .menu-fa:before {
  content: "\f095";
}
a.menu-fa-square-o .menu-fa:before {
  content: "\f096";
}
a.menu-fa-bookmark-o .menu-fa:before {
  content: "\f097";
}
a.menu-fa-phone-square .menu-fa:before {
  content: "\f098";
}
a.menu-fa-twitter .menu-fa:before {
  content: "\f099";
}
a.menu-fa-facebook .menu-fa:before {
  content: "\f09a";
}
a.menu-fa-github .menu-fa:before {
  content: "\f09b";
}
a.menu-fa-unlock .menu-fa:before {
  content: "\f09c";
}
a.menu-fa-credit-card .menu-fa:before {
  content: "\f09d";
}
a.menu-fa-rss .menu-fa:before {
  content: "\f09e";
}
a.menu-fa-hdd-o .menu-fa:before {
  content: "\f0a0";
}
a.menu-fa-bullhorn .menu-fa:before {
  content: "\f0a1";
}
a.menu-fa-bell .menu-fa:before {
  content: "\f0f3";
}
a.menu-fa-certificate .menu-fa:before {
  content: "\f0a3";
}
a.menu-fa-hand-o-right .menu-fa:before {
  content: "\f0a4";
}
a.menu-fa-hand-o-left .menu-fa:before {
  content: "\f0a5";
}
a.menu-fa-hand-o-up .menu-fa:before {
  content: "\f0a6";
}
a.menu-fa-hand-o-down .menu-fa:before {
  content: "\f0a7";
}
a.menu-fa-arrow-circle-left .menu-fa:before {
  content: "\f0a8";
}
a.menu-fa-arrow-circle-right .menu-fa:before {
  content: "\f0a9";
}
a.menu-fa-arrow-circle-up .menu-fa:before {
  content: "\f0aa";
}
a.menu-fa-arrow-circle-down .menu-fa:before {
  content: "\f0ab";
}
a.menu-fa-globe .menu-fa:before {
  content: "\f0ac";
}
a.menu-fa-wrench .menu-fa:before {
  content: "\f0ad";
}
a.menu-fa-tasks .menu-fa:before {
  content: "\f0ae";
}
a.menu-fa-filter .menu-fa:before {
  content: "\f0b0";
}
a.menu-fa-briefcase .menu-fa:before {
  content: "\f0b1";
}
a.menu-fa-arrows-alt .menu-fa:before {
  content: "\f0b2";
}
a.menu-fa-group .menu-fa:before,
a.menu-fa-users .menu-fa:before {
  content: "\f0c0";
}
a.menu-fa-chain .menu-fa:before,
a.menu-fa-link .menu-fa:before {
  content: "\f0c1";
}
a.menu-fa-cloud .menu-fa:before {
  content: "\f0c2";
}
a.menu-fa-flask .menu-fa:before {
  content: "\f0c3";
}
a.menu-fa-cut .menu-fa:before,
a.menu-fa-scissors .menu-fa:before {
  content: "\f0c4";
}
a.menu-fa-copy .menu-fa:before,
a.menu-fa-files-o .menu-fa:before {
  content: "\f0c5";
}
a.menu-fa-paperclip .menu-fa:before {
  content: "\f0c6";
}
a.menu-fa-save .menu-fa:before,
a.menu-fa-floppy-o .menu-fa:before {
  content: "\f0c7";
}
a.menu-fa-square .menu-fa:before {
  content: "\f0c8";
}
a.menu-fa-navicon .menu-fa:before,
a.menu-fa-reorder .menu-fa:before,
a.menu-fa-bars .menu-fa:before {
  content: "\f0c9";
}
a.menu-fa-list-ul .menu-fa:before {
  content: "\f0ca";
}
a.menu-fa-list-ol .menu-fa:before {
  content: "\f0cb";
}
a.menu-fa-strikethrough .menu-fa:before {
  content: "\f0cc";
}
a.menu-fa-underline .menu-fa:before {
  content: "\f0cd";
}
a.menu-fa-table .menu-fa:before {
  content: "\f0ce";
}
a.menu-fa-magic .menu-fa:before {
  content: "\f0d0";
}
a.menu-fa-truck .menu-fa:before {
  content: "\f0d1";
}
a.menu-fa-pinterest .menu-fa:before {
  content: "\f0d2";
}
a.menu-fa-pinterest-square .menu-fa:before {
  content: "\f0d3";
}
a.menu-fa-google-plus-square .menu-fa:before {
  content: "\f0d4";
}
a.menu-fa-google-plus .menu-fa:before {
  content: "\f0d5";
}
a.menu-fa-money .menu-fa:before {
  content: "\f0d6";
}
a.menu-fa-caret-down .menu-fa:before {
  content: "\f0d7";
}
a.menu-fa-caret-up .menu-fa:before {
  content: "\f0d8";
}
a.menu-fa-caret-left .menu-fa:before {
  content: "\f0d9";
}
a.menu-fa-caret-right .menu-fa:before {
  content: "\f0da";
}
a.menu-fa-columns .menu-fa:before {
  content: "\f0db";
}
a.menu-fa-unsorted .menu-fa:before,
a.menu-fa-sort .menu-fa:before {
  content: "\f0dc";
}
a.menu-fa-sort-down .menu-fa:before,
a.menu-fa-sort-desc .menu-fa:before {
  content: "\f0dd";
}
a.menu-fa-sort-up .menu-fa:before,
a.menu-fa-sort-asc .menu-fa:before {
  content: "\f0de";
}
a.menu-fa-envelope .menu-fa:before {
  content: "\f0e0";
}
a.menu-fa-linkedin .menu-fa:before {
  content: "\f0e1";
}
a.menu-fa-rotate-left .menu-fa:before,
a.menu-fa-undo .menu-fa:before {
  content: "\f0e2";
}
a.menu-fa-legal .menu-fa:before,
a.menu-fa-gavel .menu-fa:before {
  content: "\f0e3";
}
a.menu-fa-dashboard .menu-fa:before,
a.menu-fa-tachometer .menu-fa:before {
  content: "\f0e4";
}
a.menu-fa-comment-o .menu-fa:before {
  content: "\f0e5";
}
a.menu-fa-comments-o .menu-fa:before {
  content: "\f0e6";
}
a.menu-fa-flash .menu-fa:before,
a.menu-fa-bolt .menu-fa:before {
  content: "\f0e7";
}
a.menu-fa-sitemap .menu-fa:before {
  content: "\f0e8";
}
a.menu-fa-umbrella .menu-fa:before {
  content: "\f0e9";
}
a.menu-fa-paste .menu-fa:before,
a.menu-fa-clipboard .menu-fa:before {
  content: "\f0ea";
}
a.menu-fa-lightbulb-o .menu-fa:before {
  content: "\f0eb";
}
a.menu-fa-exchange .menu-fa:before {
  content: "\f0ec";
}
a.menu-fa-cloud-download .menu-fa:before {
  content: "\f0ed";
}
a.menu-fa-cloud-upload .menu-fa:before {
  content: "\f0ee";
}
a.menu-fa-user-md .menu-fa:before {
  content: "\f0f0";
}
a.menu-fa-stethoscope .menu-fa:before {
  content: "\f0f1";
}
a.menu-fa-suitcase .menu-fa:before {
  content: "\f0f2";
}
a.menu-fa-bell-o .menu-fa:before {
  content: "\f0a2";
}
a.menu-fa-coffee .menu-fa:before {
  content: "\f0f4";
}
a.menu-fa-cutlery .menu-fa:before {
  content: "\f0f5";
}
a.menu-fa-file-text-o .menu-fa:before {
  content: "\f0f6";
}
a.menu-fa-building-o .menu-fa:before {
  content: "\f0f7";
}
a.menu-fa-hospital-o .menu-fa:before {
  content: "\f0f8";
}
a.menu-fa-ambulance .menu-fa:before {
  content: "\f0f9";
}
a.menu-fa-medkit .menu-fa:before {
  content: "\f0fa";
}
a.menu-fa-fighter-jet .menu-fa:before {
  content: "\f0fb";
}
a.menu-fa-beer .menu-fa:before {
  content: "\f0fc";
}
a.menu-fa-h-square .menu-fa:before {
  content: "\f0fd";
}
a.menu-fa-plus-square .menu-fa:before {
  content: "\f0fe";
}
a.menu-fa-angle-double-left .menu-fa:before {
  content: "\f100";
}
a.menu-fa-angle-double-right .menu-fa:before {
  content: "\f101";
}
a.menu-fa-angle-double-up .menu-fa:before {
  content: "\f102";
}
a.menu-fa-angle-double-down .menu-fa:before {
  content: "\f103";
}
a.menu-fa-angle-left .menu-fa:before {
  content: "\f104";
}
a.menu-fa-angle-right .menu-fa:before {
  content: "\f105";
}
a.menu-fa-angle-up .menu-fa:before {
  content: "\f106";
}
a.menu-fa-angle-down .menu-fa:before {
  content: "\f107";
}
a.menu-fa-desktop .menu-fa:before {
  content: "\f108";
}
a.menu-fa-laptop .menu-fa:before {
  content: "\f109";
}
a.menu-fa-tablet .menu-fa:before {
  content: "\f10a";
}
a.menu-fa-mobile-phone .menu-fa:before,
a.menu-fa-mobile .menu-fa:before {
  content: "\f10b";
}
a.menu-fa-circle-o .menu-fa:before {
  content: "\f10c";
}
a.menu-fa-quote-left .menu-fa:before {
  content: "\f10d";
}
a.menu-fa-quote-right .menu-fa:before {
  content: "\f10e";
}
a.menu-fa-spinner .menu-fa:before {
  content: "\f110";
}
a.menu-fa-circle .menu-fa:before {
  content: "\f111";
}
a.menu-fa-mail-reply .menu-fa:before,
a.menu-fa-reply .menu-fa:before {
  content: "\f112";
}
a.menu-fa-github-alt .menu-fa:before {
  content: "\f113";
}
a.menu-fa-folder-o .menu-fa:before {
  content: "\f114";
}
a.menu-fa-folder-open-o .menu-fa:before {
  content: "\f115";
}
a.menu-fa-smile-o .menu-fa:before {
  content: "\f118";
}
a.menu-fa-frown-o .menu-fa:before {
  content: "\f119";
}
a.menu-fa-meh-o .menu-fa:before {
  content: "\f11a";
}
a.menu-fa-gamepad .menu-fa:before {
  content: "\f11b";
}
a.menu-fa-keyboard-o .menu-fa:before {
  content: "\f11c";
}
a.menu-fa-flag-o .menu-fa:before {
  content: "\f11d";
}
a.menu-fa-flag-checkered .menu-fa:before {
  content: "\f11e";
}
a.menu-fa-terminal .menu-fa:before {
  content: "\f120";
}
a.menu-fa-code .menu-fa:before {
  content: "\f121";
}
a.menu-fa-mail-reply-all .menu-fa:before,
a.menu-fa-reply-all .menu-fa:before {
  content: "\f122";
}
a.menu-fa-star-half-empty .menu-fa:before,
a.menu-fa-star-half-full .menu-fa:before,
a.menu-fa-star-half-o .menu-fa:before {
  content: "\f123";
}
a.menu-fa-location-arrow .menu-fa:before {
  content: "\f124";
}
a.menu-fa-crop .menu-fa:before {
  content: "\f125";
}
a.menu-fa-code-fork .menu-fa:before {
  content: "\f126";
}
a.menu-fa-unlink .menu-fa:before,
a.menu-fa-chain-broken .menu-fa:before {
  content: "\f127";
}
a.menu-fa-question .menu-fa:before {
  content: "\f128";
}
a.menu-fa-info .menu-fa:before {
  content: "\f129";
}
a.menu-fa-exclamation .menu-fa:before {
  content: "\f12a";
}
a.menu-fa-superscript .menu-fa:before {
  content: "\f12b";
}
a.menu-fa-subscript .menu-fa:before {
  content: "\f12c";
}
a.menu-fa-eraser .menu-fa:before {
  content: "\f12d";
}
a.menu-fa-puzzle-piece .menu-fa:before {
  content: "\f12e";
}
a.menu-fa-microphone .menu-fa:before {
  content: "\f130";
}
a.menu-fa-microphone-slash .menu-fa:before {
  content: "\f131";
}
a.menu-fa-shield .menu-fa:before {
  content: "\f132";
}
a.menu-fa-calendar-o .menu-fa:before {
  content: "\f133";
}
a.menu-fa-fire-extinguisher .menu-fa:before {
  content: "\f134";
}
a.menu-fa-rocket .menu-fa:before {
  content: "\f135";
}
a.menu-fa-maxcdn .menu-fa:before {
  content: "\f136";
}
a.menu-fa-chevron-circle-left .menu-fa:before {
  content: "\f137";
}
a.menu-fa-chevron-circle-right .menu-fa:before {
  content: "\f138";
}
a.menu-fa-chevron-circle-up .menu-fa:before {
  content: "\f139";
}
a.menu-fa-chevron-circle-down .menu-fa:before {
  content: "\f13a";
}
a.menu-fa-html5 .menu-fa:before {
  content: "\f13b";
}
a.menu-fa-css3 .menu-fa:before {
  content: "\f13c";
}
a.menu-fa-anchor .menu-fa:before {
  content: "\f13d";
}
a.menu-fa-unlock-alt .menu-fa:before {
  content: "\f13e";
}
a.menu-fa-bullseye .menu-fa:before {
  content: "\f140";
}
a.menu-fa-ellipsis-h .menu-fa:before {
  content: "\f141";
}
a.menu-fa-ellipsis-v .menu-fa:before {
  content: "\f142";
}
a.menu-fa-rss-square .menu-fa:before {
  content: "\f143";
}
a.menu-fa-play-circle .menu-fa:before {
  content: "\f144";
}
a.menu-fa-ticket .menu-fa:before {
  content: "\f145";
}
a.menu-fa-minus-square .menu-fa:before {
  content: "\f146";
}
a.menu-fa-minus-square-o .menu-fa:before {
  content: "\f147";
}
a.menu-fa-level-up .menu-fa:before {
  content: "\f148";
}
a.menu-fa-level-down .menu-fa:before {
  content: "\f149";
}
a.menu-fa-check-square .menu-fa:before {
  content: "\f14a";
}
a.menu-fa-pencil-square .menu-fa:before {
  content: "\f14b";
}
a.menu-fa-external-link-square .menu-fa:before {
  content: "\f14c";
}
a.menu-fa-share-square .menu-fa:before {
  content: "\f14d";
}
a.menu-fa-compass .menu-fa:before {
  content: "\f14e";
}
a.menu-fa-toggle-down .menu-fa:before,
a.menu-fa-caret-square-o-down .menu-fa:before {
  content: "\f150";
}
a.menu-fa-toggle-up .menu-fa:before,
a.menu-fa-caret-square-o-up .menu-fa:before {
  content: "\f151";
}
a.menu-fa-toggle-right .menu-fa:before,
a.menu-fa-caret-square-o-right .menu-fa:before {
  content: "\f152";
}
a.menu-fa-euro .menu-fa:before,
a.menu-fa-eur .menu-fa:before {
  content: "\f153";
}
a.menu-fa-gbp .menu-fa:before {
  content: "\f154";
}
a.menu-fa-dollar .menu-fa:before,
a.menu-fa-usd .menu-fa:before {
  content: "\f155";
}
a.menu-fa-rupee .menu-fa:before,
a.menu-fa-inr .menu-fa:before {
  content: "\f156";
}
a.menu-fa-cny .menu-fa:before,
a.menu-fa-rmb .menu-fa:before,
a.menu-fa-yen .menu-fa:before,
a.menu-fa-jpy .menu-fa:before {
  content: "\f157";
}
a.menu-fa-ruble .menu-fa:before,
a.menu-fa-rouble .menu-fa:before,
a.menu-fa-rub .menu-fa:before {
  content: "\f158";
}
a.menu-fa-won .menu-fa:before,
a.menu-fa-krw .menu-fa:before {
  content: "\f159";
}
a.menu-fa-bitcoin .menu-fa:before,
a.menu-fa-btc .menu-fa:before {
  content: "\f15a";
}
a.menu-fa-file .menu-fa:before {
  content: "\f15b";
}
a.menu-fa-file-text .menu-fa:before {
  content: "\f15c";
}
a.menu-fa-sort-alpha-asc .menu-fa:before {
  content: "\f15d";
}
a.menu-fa-sort-alpha-desc .menu-fa:before {
  content: "\f15e";
}
a.menu-fa-sort-amount-asc .menu-fa:before {
  content: "\f160";
}
a.menu-fa-sort-amount-desc .menu-fa:before {
  content: "\f161";
}
a.menu-fa-sort-numeric-asc .menu-fa:before {
  content: "\f162";
}
a.menu-fa-sort-numeric-desc .menu-fa:before {
  content: "\f163";
}
a.menu-fa-thumbs-up .menu-fa:before {
  content: "\f164";
}
a.menu-fa-thumbs-down .menu-fa:before {
  content: "\f165";
}
a.menu-fa-youtube-square .menu-fa:before {
  content: "\f166";
}
a.menu-fa-youtube .menu-fa:before {
  content: "\f167";
}
a.menu-fa-xing .menu-fa:before {
  content: "\f168";
}
a.menu-fa-xing-square .menu-fa:before {
  content: "\f169";
}
a.menu-fa-youtube-play .menu-fa:before {
  content: "\f16a";
}
a.menu-fa-dropbox .menu-fa:before {
  content: "\f16b";
}
a.menu-fa-stack-overflow .menu-fa:before {
  content: "\f16c";
}
a.menu-fa-instagram .menu-fa:before {
  content: "\f16d";
}
a.menu-fa-flickr .menu-fa:before {
  content: "\f16e";
}
a.menu-fa-adn .menu-fa:before {
  content: "\f170";
}
a.menu-fa-bitbucket .menu-fa:before {
  content: "\f171";
}
a.menu-fa-bitbucket-square .menu-fa:before {
  content: "\f172";
}
a.menu-fa-tumblr .menu-fa:before {
  content: "\f173";
}
a.menu-fa-tumblr-square .menu-fa:before {
  content: "\f174";
}
a.menu-fa-long-arrow-down .menu-fa:before {
  content: "\f175";
}
a.menu-fa-long-arrow-up .menu-fa:before {
  content: "\f176";
}
a.menu-fa-long-arrow-left .menu-fa:before {
  content: "\f177";
}
a.menu-fa-long-arrow-right .menu-fa:before {
  content: "\f178";
}
a.menu-fa-apple .menu-fa:before {
  content: "\f179";
}
a.menu-fa-windows .menu-fa:before {
  content: "\f17a";
}
a.menu-fa-android .menu-fa:before {
  content: "\f17b";
}
a.menu-fa-linux .menu-fa:before {
  content: "\f17c";
}
a.menu-fa-dribbble .menu-fa:before {
  content: "\f17d";
}
a.menu-fa-skype .menu-fa:before {
  content: "\f17e";
}
a.menu-fa-foursquare .menu-fa:before {
  content: "\f180";
}
a.menu-fa-trello .menu-fa:before {
  content: "\f181";
}
a.menu-fa-female .menu-fa:before {
  content: "\f182";
}
a.menu-fa-male .menu-fa:before {
  content: "\f183";
}
a.menu-fa-gittip .menu-fa:before {
  content: "\f184";
}
a.menu-fa-sun-o .menu-fa:before {
  content: "\f185";
}
a.menu-fa-moon-o .menu-fa:before {
  content: "\f186";
}
a.menu-fa-archive .menu-fa:before {
  content: "\f187";
}
a.menu-fa-bug .menu-fa:before {
  content: "\f188";
}
a.menu-fa-vk .menu-fa:before {
  content: "\f189";
}
a.menu-fa-weibo .menu-fa:before {
  content: "\f18a";
}
a.menu-fa-renren .menu-fa:before {
  content: "\f18b";
}
a.menu-fa-pagelines .menu-fa:before {
  content: "\f18c";
}
a.menu-fa-stack-exchange .menu-fa:before {
  content: "\f18d";
}
a.menu-fa-arrow-circle-o-right .menu-fa:before {
  content: "\f18e";
}
a.menu-fa-arrow-circle-o-left .menu-fa:before {
  content: "\f190";
}
a.menu-fa-toggle-left .menu-fa:before,
a.menu-fa-caret-square-o-left .menu-fa:before {
  content: "\f191";
}
a.menu-fa-dot-circle-o .menu-fa:before {
  content: "\f192";
}
a.menu-fa-wheelchair .menu-fa:before {
  content: "\f193";
}
a.menu-fa-vimeo-square .menu-fa:before {
  content: "\f194";
}
a.menu-fa-turkish-lira .menu-fa:before,
a.menu-fa-try .menu-fa:before {
  content: "\f195";
}
a.menu-fa-plus-square-o .menu-fa:before {
  content: "\f196";
}
a.menu-fa-space-shuttle .menu-fa:before {
  content: "\f197";
}
a.menu-fa-slack .menu-fa:before {
  content: "\f198";
}
a.menu-fa-envelope-square .menu-fa:before {
  content: "\f199";
}
a.menu-fa-wordpress .menu-fa:before {
  content: "\f19a";
}
a.menu-fa-openid .menu-fa:before {
  content: "\f19b";
}
a.menu-fa-institution .menu-fa:before,
a.menu-fa-bank .menu-fa:before,
a.menu-fa-university .menu-fa:before {
  content: "\f19c";
}
a.menu-fa-mortar-board .menu-fa:before,
a.menu-fa-graduation-cap .menu-fa:before {
  content: "\f19d";
}
a.menu-fa-yahoo .menu-fa:before {
  content: "\f19e";
}
a.menu-fa-google .menu-fa:before {
  content: "\f1a0";
}
a.menu-fa-reddit .menu-fa:before {
  content: "\f1a1";
}
a.menu-fa-reddit-square .menu-fa:before {
  content: "\f1a2";
}
a.menu-fa-stumbleupon-circle .menu-fa:before {
  content: "\f1a3";
}
a.menu-fa-stumbleupon .menu-fa:before {
  content: "\f1a4";
}
a.menu-fa-delicious .menu-fa:before {
  content: "\f1a5";
}
a.menu-fa-digg .menu-fa:before {
  content: "\f1a6";
}
a.menu-fa-pied-piper .menu-fa:before {
  content: "\f1a7";
}
a.menu-fa-pied-piper-alt .menu-fa:before {
  content: "\f1a8";
}
a.menu-fa-drupal .menu-fa:before {
  content: "\f1a9";
}
a.menu-fa-joomla .menu-fa:before {
  content: "\f1aa";
}
a.menu-fa-language .menu-fa:before {
  content: "\f1ab";
}
a.menu-fa-fax .menu-fa:before {
  content: "\f1ac";
}
a.menu-fa-building .menu-fa:before {
  content: "\f1ad";
}
a.menu-fa-child .menu-fa:before {
  content: "\f1ae";
}
a.menu-fa-paw .menu-fa:before {
  content: "\f1b0";
}
a.menu-fa-spoon .menu-fa:before {
  content: "\f1b1";
}
a.menu-fa-cube .menu-fa:before {
  content: "\f1b2";
}
a.menu-fa-cubes .menu-fa:before {
  content: "\f1b3";
}
a.menu-fa-behance .menu-fa:before {
  content: "\f1b4";
}
a.menu-fa-behance-square .menu-fa:before {
  content: "\f1b5";
}
a.menu-fa-steam .menu-fa:before {
  content: "\f1b6";
}
a.menu-fa-steam-square .menu-fa:before {
  content: "\f1b7";
}
a.menu-fa-recycle .menu-fa:before {
  content: "\f1b8";
}
a.menu-fa-automobile .menu-fa:before,
a.menu-fa-car .menu-fa:before {
  content: "\f1b9";
}
a.menu-fa-cab .menu-fa:before,
a.menu-fa-taxi .menu-fa:before {
  content: "\f1ba";
}
a.menu-fa-tree .menu-fa:before {
  content: "\f1bb";
}
a.menu-fa-spotify .menu-fa:before {
  content: "\f1bc";
}
a.menu-fa-deviantart .menu-fa:before {
  content: "\f1bd";
}
a.menu-fa-soundcloud .menu-fa:before {
  content: "\f1be";
}
a.menu-fa-database .menu-fa:before {
  content: "\f1c0";
}
a.menu-fa-file-pdf-o .menu-fa:before {
  content: "\f1c1";
}
a.menu-fa-file-word-o .menu-fa:before {
  content: "\f1c2";
}
a.menu-fa-file-excel-o .menu-fa:before {
  content: "\f1c3";
}
a.menu-fa-file-powerpoint-o .menu-fa:before {
  content: "\f1c4";
}
a.menu-fa-file-photo-o .menu-fa:before,
a.menu-fa-file-picture-o .menu-fa:before,
a.menu-fa-file-image-o .menu-fa:before {
  content: "\f1c5";
}
a.menu-fa-file-zip-o .menu-fa:before,
a.menu-fa-file-archive-o .menu-fa:before {
  content: "\f1c6";
}
a.menu-fa-file-sound-o .menu-fa:before,
a.menu-fa-file-audio-o .menu-fa:before {
  content: "\f1c7";
}
a.menu-fa-file-movie-o .menu-fa:before,
a.menu-fa-file-video-o .menu-fa:before {
  content: "\f1c8";
}
a.menu-fa-file-code-o .menu-fa:before {
  content: "\f1c9";
}
a.menu-fa-vine .menu-fa:before {
  content: "\f1ca";
}
a.menu-fa-codepen .menu-fa:before {
  content: "\f1cb";
}
a.menu-fa-jsfiddle .menu-fa:before {
  content: "\f1cc";
}
a.menu-fa-life-bouy .menu-fa:before,
a.menu-fa-life-buoy .menu-fa:before,
a.menu-fa-life-saver .menu-fa:before,
a.menu-fa-support .menu-fa:before,
a.menu-fa-life-ring .menu-fa:before {
  content: "\f1cd";
}
a.menu-fa-circle-o-notch .menu-fa:before {
  content: "\f1ce";
}
a.menu-fa-ra .menu-fa:before,
a.menu-fa-rebel .menu-fa:before {
  content: "\f1d0";
}
a.menu-fa-ge .menu-fa:before,
a.menu-fa-empire .menu-fa:before {
  content: "\f1d1";
}
a.menu-fa-git-square .menu-fa:before {
  content: "\f1d2";
}
a.menu-fa-git .menu-fa:before {
  content: "\f1d3";
}
a.menu-fa-hacker-news .menu-fa:before {
  content: "\f1d4";
}
a.menu-fa-tencent-weibo .menu-fa:before {
  content: "\f1d5";
}
a.menu-fa-qq .menu-fa:before {
  content: "\f1d6";
}
a.menu-fa-wechat .menu-fa:before,
a.menu-fa-weixin .menu-fa:before {
  content: "\f1d7";
}
a.menu-fa-send .menu-fa:before,
a.menu-fa-paper-plane .menu-fa:before {
  content: "\f1d8";
}
a.menu-fa-send-o .menu-fa:before,
a.menu-fa-paper-plane-o .menu-fa:before {
  content: "\f1d9";
}
a.menu-fa-history .menu-fa:before {
  content: "\f1da";
}
a.menu-fa-circle-thin .menu-fa:before {
  content: "\f1db";
}
a.menu-fa-header .menu-fa:before {
  content: "\f1dc";
}
a.menu-fa-paragraph .menu-fa:before {
  content: "\f1dd";
}
a.menu-fa-sliders .menu-fa:before {
  content: "\f1de";
}
a.menu-fa-share-alt .menu-fa:before {
  content: "\f1e0";
}
a.menu-fa-share-alt-square .menu-fa:before {
  content: "\f1e1";
}
a.menu-fa-bomb .menu-fa:before {
  content: "\f1e2";
}
a.menu-fa-soccer-ball-o .menu-fa:before,
a.menu-fa-futbol-o .menu-fa:before {
  content: "\f1e3";
}
a.menu-fa-tty .menu-fa:before {
  content: "\f1e4";
}
a.menu-fa-binoculars .menu-fa:before {
  content: "\f1e5";
}
a.menu-fa-plug .menu-fa:before {
  content: "\f1e6";
}
a.menu-fa-slideshare .menu-fa:before {
  content: "\f1e7";
}
a.menu-fa-twitch .menu-fa:before {
  content: "\f1e8";
}
a.menu-fa-yelp .menu-fa:before {
  content: "\f1e9";
}
a.menu-fa-newspaper-o .menu-fa:before {
  content: "\f1ea";
}
a.menu-fa-wifi .menu-fa:before {
  content: "\f1eb";
}
a.menu-fa-calculator .menu-fa:before {
  content: "\f1ec";
}
a.menu-fa-paypal .menu-fa:before {
  content: "\f1ed";
}
a.menu-fa-google-wallet .menu-fa:before {
  content: "\f1ee";
}
a.menu-fa-cc-visa .menu-fa:before {
  content: "\f1f0";
}
a.menu-fa-cc-mastercard .menu-fa:before {
  content: "\f1f1";
}
a.menu-fa-cc-discover .menu-fa:before {
  content: "\f1f2";
}
a.menu-fa-cc-amex .menu-fa:before {
  content: "\f1f3";
}
a.menu-fa-cc-paypal .menu-fa:before {
  content: "\f1f4";
}
a.menu-fa-cc-stripe .menu-fa:before {
  content: "\f1f5";
}
a.menu-fa-bell-slash .menu-fa:before {
  content: "\f1f6";
}
a.menu-fa-bell-slash-o .menu-fa:before {
  content: "\f1f7";
}
a.menu-fa-trash .menu-fa:before {
  content: "\f1f8";
}
a.menu-fa-copyright .menu-fa:before {
  content: "\f1f9";
}
a.menu-fa-at .menu-fa:before {
  content: "\f1fa";
}
a.menu-fa-eyedropper .menu-fa:before {
  content: "\f1fb";
}
a.menu-fa-paint-brush .menu-fa:before {
  content: "\f1fc";
}
a.menu-fa-birthday-cake .menu-fa:before {
  content: "\f1fd";
}
a.menu-fa-area-chart .menu-fa:before {
  content: "\f1fe";
}
a.menu-fa-pie-chart .menu-fa:before {
  content: "\f200";
}
a.menu-fa-line-chart .menu-fa:before {
  content: "\f201";
}
a.menu-fa-lastfm .menu-fa:before {
  content: "\f202";
}
a.menu-fa-lastfm-square .menu-fa:before {
  content: "\f203";
}
a.menu-fa-toggle-off .menu-fa:before {
  content: "\f204";
}
a.menu-fa-toggle-on .menu-fa:before {
  content: "\f205";
}
a.menu-fa-bicycle .menu-fa:before {
  content: "\f206";
}
a.menu-fa-bus .menu-fa:before {
  content: "\f207";
}
a.menu-fa-ioxhost .menu-fa:before {
  content: "\f208";
}
a.menu-fa-angellist .menu-fa:before {
  content: "\f209";
}
a.menu-fa-cc .menu-fa:before {
  content: "\f20a";
}
a.menu-fa-shekel .menu-fa:before,
a.menu-fa-sheqel .menu-fa:before,
a.menu-fa-ils .menu-fa:before {
  content: "\f20b";
}
a.menu-fa-meanpath .menu-fa:before {
  content: "\f20c";
}
