/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=3.1.0');
  src: url('font/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'),
       url('font/fontawesome-webfont.woff?v=3.1.0') format('woff'),
       url('font/fontawesome-webfont.ttf?v=3.1.0') format('truetype'),
       url('font/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
/* includes sprites.less reset */
[class^="icon-"],
[class*=" icon-"],
.socials li.social-twitter a:before,
.socials li.social-facebook a:before,
.socials li.social-google a:before,
.socials li.social-rss a:before,
.socials li.social-linkedin a:before,
.socials li.social-pinterest a:before,
.socials li.social-mail a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.mt-button [class^="icon-"],
.mt-button [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
  line-height: .6em;
  margin-left: .3em;
}
.mt-button [class^="icon-"].icon-spin,
.mt-button [class*=" icon-"].icon-spin {
  display: inline-block;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */

  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}
@-o-keyframes spin {
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); }
}
@-ms-keyframes spin {
  0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}
/* additional custom styles for navigation */
.separator-icon [class^="icon-"]:before,.separator-icon [class*=" icon-"]:before {
  font-size:40px !important;
}
.navigation-wrapper [class^="icon-"] > a > span:before, .navigation-wrapper [class*="icon-"] > a > span:before  { 
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  float:none;
  text-decoration: inherit;
  margin-right:.5em;
  font-size:1em;
}
.navigation-wrapper [class^="icon-"]:before, .navigation-wrapper [class*="icon-"]:before { display:none !important; }

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before, .navigation-wrapper li.icon-glass > a > span:before                { content: "\f000"; }
.icon-music:before, .navigation-wrapper li.icon-music > a > span:before                { content: "\f001"; }
.icon-search:before, .navigation-wrapper li.icon-search > a > span:before               { content: "\f002"; }
.icon-envelope:before, .navigation-wrapper li.icon-envelope > a > span:before             { content: "\f003"; }
.icon-heart:before, .navigation-wrapper li.icon-heart > a > span:before                { content: "\f004"; }
.icon-star:before, .navigation-wrapper li.icon-star > a > span:before                 { content: "\f005"; }
.icon-star-empty:before, .navigation-wrapper li.icon-star-empty > a > span:before           { content: "\f006"; }
.icon-user:before, .navigation-wrapper li.icon-user > a > span:before                 { content: "\f007"; }
.icon-film:before, .navigation-wrapper li.icon-film > a > span:before                 { content: "\f008"; }
.icon-th-large:before, .navigation-wrapper li.icon-th-large > a > span:before             { content: "\f009"; }
.icon-th:before, .navigation-wrapper li.icon-th > a > span:before                   { content: "\f00a"; }
.icon-th-list:before, .navigation-wrapper li.icon-th-list > a > span:before              { content: "\f00b"; }
.icon-ok:before, .navigation-wrapper li.icon-ok > a > span:before                   { content: "\f00c"; }
.icon-remove:before, .navigation-wrapper li.icon-remove > a > span:before               { content: "\f00d"; }
.icon-zoom-in:before, .navigation-wrapper li.icon-zoom-in > a > span:before              { content: "\f00e"; }

.icon-zoom-out:before, .navigation-wrapper li.icon-zoom-out > a > span:before             { content: "\f010"; }
.icon-off:before, .navigation-wrapper li.icon-off > a > span:before                  { content: "\f011"; }
.icon-signal:before, .navigation-wrapper li.icon-signal > a > span:before               { content: "\f012"; }
.icon-cog:before, .navigation-wrapper li.icon-cog > a > span:before                  { content: "\f013"; }
.icon-trash:before, .navigation-wrapper li.icon-trash > a > span:before                { content: "\f014"; }
.icon-home:before, .navigation-wrapper li.icon-home > a > span:before                 { content: "\f015"; }
.icon-file:before, .navigation-wrapper li.icon-file > a > span:before                 { content: "\f016"; }
.icon-time:before, .navigation-wrapper li.icon-time > a > span:before                 { content: "\f017"; }
.icon-road:before, .navigation-wrapper li.icon-road > a > span:before                 { content: "\f018"; }
.icon-download-alt:before, .navigation-wrapper li.icon-download-alt > a > span:before         { content: "\f019"; }
.icon-download:before, .navigation-wrapper li.icon-download > a > span:before             { content: "\f01a"; }
.icon-upload:before, .navigation-wrapper li.icon-upload > a > span:before               { content: "\f01b"; }
.icon-inbox:before, .navigation-wrapper li.icon-inbox > a > span:before                { content: "\f01c"; }
.icon-play-circle:before, .navigation-wrapper li.icon-play-circle > a > span:before          { content: "\f01d"; }
.icon-repeat:before, .navigation-wrapper li.icon-repeat > a > span:before,
.icon-rotate-right:before, .navigation-wrapper li.icon-rotate-right > a > span:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before, .navigation-wrapper li.icon-refresh > a > span:before              { content: "\f021"; }
.icon-list-alt:before, .navigation-wrapper li.icon-list-alt > a > span:before             { content: "\f022"; }
.icon-lock:before, .navigation-wrapper li.icon-lock > a > span:before                 { content: "\f023"; }
.icon-flag:before, .navigation-wrapper li.icon-flag > a > span:before                 { content: "\f024"; }
.icon-headphones:before, .navigation-wrapper li.icon-headphones > a > span:before           { content: "\f025"; }
.icon-volume-off:before, .navigation-wrapper li.icon-volume-off > a > span:before           { content: "\f026"; }
.icon-volume-down:before, .navigation-wrapper li.icon-volume-down > a > span:before          { content: "\f027"; }
.icon-volume-up:before, .navigation-wrapper li.icon-volume-up > a > span:before            { content: "\f028"; }
.icon-qrcode:before, .navigation-wrapper li.icon-qrcode > a > span:before               { content: "\f029"; }
.icon-barcode:before, .navigation-wrapper li.icon-barcode > a > span:before              { content: "\f02a"; }
.icon-tag:before, .navigation-wrapper li.icon-tag > a > span:before                  { content: "\f02b"; }
.icon-tags:before, .navigation-wrapper li.icon-tags > a > span:before                 { content: "\f02c"; }
.icon-book:before, .navigation-wrapper li.icon-book > a > span:before                 { content: "\f02d"; }
.icon-bookmark:before, .navigation-wrapper li.icon-bookmark > a > span:before             { content: "\f02e"; }
.icon-print:before, .navigation-wrapper li.icon-print > a > span:before                { content: "\f02f"; }

.icon-camera:before, .navigation-wrapper li.icon-camera > a > span:before               { content: "\f030"; }
.icon-font:before, .navigation-wrapper li.icon-font > a > span:before                 { content: "\f031"; }
.icon-bold:before, .navigation-wrapper li.icon-bold > a > span:before                 { content: "\f032"; }
.icon-italic:before, .navigation-wrapper li.icon-italic > a > span:before               { content: "\f033"; }
.icon-text-height:before, .navigation-wrapper li.icon-text-height > a > span:before          { content: "\f034"; }
.icon-text-width:before, .navigation-wrapper li.icon-text-width > a > span:before           { content: "\f035"; }
.icon-align-left:before, .navigation-wrapper li.icon-align-left > a > span:before           { content: "\f036"; }
.icon-align-center:before, .navigation-wrapper li.icon-align-center > a > span:before         { content: "\f037"; }
.icon-align-right:before, .navigation-wrapper li.icon-align-right > a > span:before          { content: "\f038"; }
.icon-align-justify:before, .navigation-wrapper li.icon-align-justify > a > span:before        { content: "\f039"; }
.icon-list:before, .navigation-wrapper li.icon-list > a > span:before                 { content: "\f03a"; }
.icon-indent-left:before, .navigation-wrapper li.icon-indent-left > a > span:before          { content: "\f03b"; }
.icon-indent-right:before, .navigation-wrapper li.icon-indent-right > a > span:before         { content: "\f03c"; }
.icon-facetime-video:before, .navigation-wrapper li.icon-facetime-video > a > span:before       { content: "\f03d"; }
.icon-picture:before, .navigation-wrapper li.icon-picture > a > span:before              { content: "\f03e"; }

.icon-pencil:before, .navigation-wrapper li.icon-pencil > a > span:before               { content: "\f040"; }
.icon-map-marker:before, .navigation-wrapper li.icon-map-marker > a > span:before           { content: "\f041"; }
.icon-adjust:before, .navigation-wrapper li.icon-adjust > a > span:before               { content: "\f042"; }
.icon-tint:before, .navigation-wrapper li.icon-tint > a > span:before                 { content: "\f043"; }
.icon-edit:before, .navigation-wrapper li.icon-edit > a > span:before                 { content: "\f044"; }
.icon-share:before, .navigation-wrapper li.icon-share > a > span:before                { content: "\f045"; }
.icon-check:before, .navigation-wrapper li.icon-check > a > span:before                { content: "\f046"; }
.icon-move:before, .navigation-wrapper li.icon-move > a > span:before                 { content: "\f047"; }
.icon-step-backward:before, .navigation-wrapper li.icon-step-backward > a > span:before        { content: "\f048"; }
.icon-fast-backward:before, .navigation-wrapper li.icon-fast-backward > a > span:before        { content: "\f049"; }
.icon-backward:before, .navigation-wrapper li.icon-backward > a > span:before             { content: "\f04a"; }
.icon-play:before, .navigation-wrapper li.icon-play > a > span:before                 { content: "\f04b"; }
.icon-pause:before, .navigation-wrapper li.icon-pause > a > span:before                { content: "\f04c"; }
.icon-stop:before, .navigation-wrapper li.icon-stop > a > span:before                 { content: "\f04d"; }
.icon-forward:before, .navigation-wrapper li.icon-forward > a > span:before              { content: "\f04e"; }

.icon-fast-forward:before, .navigation-wrapper li.icon-fast-forward > a > span:before         { content: "\f050"; }
.icon-step-forward:before, .navigation-wrapper li.icon-step-forward > a > span:before         { content: "\f051"; }
.icon-eject:before, .navigation-wrapper li.icon-eject > a > span:before                { content: "\f052"; }
.icon-chevron-left:before, .navigation-wrapper li.icon-chevron-left > a > span:before         { content: "\f053"; }
.icon-chevron-right:before, .navigation-wrapper li.icon-chevron-right > a > span:before        { content: "\f054"; }
.icon-plus-sign:before, .navigation-wrapper li.icon-plus-sign > a > span:before            { content: "\f055"; }
.icon-minus-sign:before, .navigation-wrapper li.icon-minus-sign > a > span:before           { content: "\f056"; }
.icon-remove-sign:before, .navigation-wrapper li.icon-remove-sign > a > span:before          { content: "\f057"; }
.icon-ok-sign:before, .navigation-wrapper li.icon-ok-sign > a > span:before              { content: "\f058"; }
.icon-question-sign:before, .navigation-wrapper li.icon-question-sign > a > span:before        { content: "\f059"; }
.icon-info-sign:before, .navigation-wrapper li.icon-info-sign > a > span:before            { content: "\f05a"; }
.icon-screenshot:before, .navigation-wrapper li.icon-screenshot > a > span:before           { content: "\f05b"; }
.icon-remove-circle:before, .navigation-wrapper li.icon-remove-circle > a > span:before        { content: "\f05c"; }
.icon-ok-circle:before, .navigation-wrapper li.icon-ok-circle > a > span:before            { content: "\f05d"; }
.icon-ban-circle:before, .navigation-wrapper li.icon-ban-circle > a > span:before           { content: "\f05e"; }

.icon-arrow-left:before, .navigation-wrapper li.icon-arrow-left > a > span:before           { content: "\f060"; }
.icon-arrow-right:before, .navigation-wrapper li.icon-arrow-right > a > span:before          { content: "\f061"; }
.icon-arrow-up:before, .navigation-wrapper li.icon-arrow-up > a > span:before             { content: "\f062"; }
.icon-arrow-down:before, .navigation-wrapper li.icon-arrow-down > a > span:before           { content: "\f063"; }
.icon-share-alt:before, .navigation-wrapper li.icon-share-alt > a > span:before,
.icon-mail-forward:before, .navigation-wrapper li.icon-mail-forward > a > span:before            { content: "\f064"; }
.icon-resize-full:before, .navigation-wrapper li.icon-resize-full > a > span:before          { content: "\f065"; }
.icon-resize-small:before, .navigation-wrapper li.icon-resize-small > a > span:before         { content: "\f066"; }
.icon-plus:before, .navigation-wrapper li.icon-plus > a > span:before                 { content: "\f067"; }
.icon-minus:before, .navigation-wrapper li.icon-minus > a > span:before                { content: "\f068"; }
.icon-asterisk:before, .navigation-wrapper li.icon-asterisk > a > span:before             { content: "\f069"; }
.icon-exclamation-sign:before, .navigation-wrapper li.icon-exclamation-sign > a > span:before     { content: "\f06a"; }
.icon-gift:before, .navigation-wrapper li.icon-gift > a > span:before                 { content: "\f06b"; }
.icon-leaf:before, .navigation-wrapper li.icon-leaf > a > span:before                 { content: "\f06c"; }
.icon-fire:before, .navigation-wrapper li.icon-fire > a > span:before                 { content: "\f06d"; }
.icon-eye-open:before, .navigation-wrapper li.icon-eye-open > a > span:before             { content: "\f06e"; }

.icon-eye-close:before, .navigation-wrapper li.icon-eye-close > a > span:before            { content: "\f070"; }
.icon-warning-sign:before, .navigation-wrapper li.icon-warning-sign > a > span:before         { content: "\f071"; }
.icon-plane:before, .navigation-wrapper li.icon-plane > a > span:before                { content: "\f072"; }
.icon-calendar:before, .navigation-wrapper li.icon-calendar > a > span:before             { content: "\f073"; }
.icon-random:before, .navigation-wrapper li.icon-random > a > span:before               { content: "\f074"; }
.icon-comment:before, .navigation-wrapper li.icon-comment > a > span:before              { content: "\f075"; }
.icon-magnet:before, .navigation-wrapper li.icon-magnet > a > span:before               { content: "\f076"; }
.icon-chevron-up:before, .navigation-wrapper li.icon-chevron-up > a > span:before           { content: "\f077"; }
.icon-chevron-down:before, .navigation-wrapper li.icon-chevron-down > a > span:before         { content: "\f078"; }
.icon-retweet:before, .navigation-wrapper li.icon-retweet > a > span:before              { content: "\f079"; }
.icon-shopping-cart:before, .navigation-wrapper li.icon-shopping-cart > a > span:before        { content: "\f07a"; }
.icon-folder-close:before, .navigation-wrapper li.icon-folder-close > a > span:before         { content: "\f07b"; }
.icon-folder-open:before, .navigation-wrapper li.icon-folder-open > a > span:before          { content: "\f07c"; }
.icon-resize-vertical:before, .navigation-wrapper li.icon-resize-vertical > a > span:before      { content: "\f07d"; }
.icon-resize-horizontal:before, .navigation-wrapper li.icon-resize-horizontal > a > span:before    { content: "\f07e"; }

.icon-bar-chart:before, .navigation-wrapper li.icon-bar-chart > a > span:before            { content: "\f080"; }
.icon-twitter-sign:before, .navigation-wrapper li.icon-twitter-sign > a > span:before         { content: "\f081"; }
.icon-facebook-sign:before, .navigation-wrapper li.icon-facebook-sign > a > span:before        { content: "\f082"; }
.icon-camera-retro:before, .navigation-wrapper li.icon-camera-retro > a > span:before         { content: "\f083"; }
.icon-key:before, .navigation-wrapper li.icon-key > a > span:before                  { content: "\f084"; }
.icon-cogs:before, .navigation-wrapper li.icon-cogs > a > span:before                 { content: "\f085"; }
.icon-comments:before, .navigation-wrapper li.icon-comments > a > span:before             { content: "\f086"; }
.icon-thumbs-up:before, .navigation-wrapper li.icon-thumbs-up > a > span:before            { content: "\f087"; }
.icon-thumbs-down:before, .navigation-wrapper li.icon-thumbs-down > a > span:before          { content: "\f088"; }
.icon-star-half:before, .navigation-wrapper li.icon-star-half > a > span:before            { content: "\f089"; }
.icon-heart-empty:before, .navigation-wrapper li.icon-heart-empty > a > span:before          { content: "\f08a"; }
.icon-signout:before, .navigation-wrapper li.icon-signout > a > span:before              { content: "\f08b"; }
.icon-linkedin-sign:before, .navigation-wrapper li.icon-linkedin-sign > a > span:before        { content: "\f08c"; }
.icon-pushpin:before, .navigation-wrapper li.icon-pushpin > a > span:before              { content: "\f08d"; }
.icon-external-link:before, .navigation-wrapper li.icon-external-link > a > span:before        { content: "\f08e"; }

.icon-signin:before, .navigation-wrapper li.icon-signin > a > span:before               { content: "\f090"; }
.icon-trophy:before, .navigation-wrapper li.icon-trophy > a > span:before               { content: "\f091"; }
.icon-github-sign:before, .navigation-wrapper li.icon-github-sign > a > span:before          { content: "\f092"; }
.icon-upload-alt:before, .navigation-wrapper li.icon-upload-alt > a > span:before           { content: "\f093"; }
.icon-lemon:before, .navigation-wrapper li.icon-lemon > a > span:before                { content: "\f094"; }
.icon-phone:before, .navigation-wrapper li.icon-phone > a > span:before                { content: "\f095"; }
.icon-check-empty:before, .navigation-wrapper li.icon-check-empty > a > span:before          { content: "\f096"; }
.icon-bookmark-empty:before, .navigation-wrapper li.icon-bookmark-empty > a > span:before       { content: "\f097"; }
.icon-phone-sign:before, .navigation-wrapper li.icon-phone-sign > a > span:before           { content: "\f098"; }
.icon-twitter:before, .navigation-wrapper li.icon-twitter > a > span:before, .socials li.social-twitter a:before              { content: "\f099"; }
.icon-facebook:before, .navigation-wrapper li.icon-facebook > a > span:before, .socials li.social-facebook a:before             { content: "\f09a"; }
.icon-github:before, .navigation-wrapper li.icon-github > a > span:before               { content: "\f09b"; }
.icon-unlock:before, .navigation-wrapper li.icon-unlock > a > span:before               { content: "\f09c"; }
.icon-credit-card:before, .navigation-wrapper li.icon-credit-card > a > span:before          { content: "\f09d"; }
.icon-rss:before, .navigation-wrapper li.icon-rss > a > span:before, .socials li.social-rss a:before                  { content: "\f09e"; }

.icon-hdd:before, .navigation-wrapper li.icon-hdd > a > span:before                  { content: "\f0a0"; }
.icon-bullhorn:before, .navigation-wrapper li.icon-bullhorn > a > span:before             { content: "\f0a1"; }
.icon-bell:before, .navigation-wrapper li.icon-bell > a > span:before                 { content: "\f0a2"; }
.icon-certificate:before, .navigation-wrapper li.icon-certificate > a > span:before          { content: "\f0a3"; }
.icon-hand-right:before, .navigation-wrapper li.icon-hand-right > a > span:before           { content: "\f0a4"; }
.icon-hand-left:before, .navigation-wrapper li.icon-hand-left > a > span:before            { content: "\f0a5"; }
.icon-hand-up:before, .navigation-wrapper li.icon-hand-up > a > span:before              { content: "\f0a6"; }
.icon-hand-down:before, .navigation-wrapper li.icon-hand-down > a > span:before            { content: "\f0a7"; }
.icon-circle-arrow-left:before, .navigation-wrapper li.icon-circle-arrow-left > a > span:before    { content: "\f0a8"; }
.icon-circle-arrow-right:before, .navigation-wrapper li.icon-circle-arrow-right > a > span:before   { content: "\f0a9"; }
.icon-circle-arrow-up:before, .navigation-wrapper li.icon-circle-arrow-up > a > span:before      { content: "\f0aa"; }
.icon-circle-arrow-down:before, .navigation-wrapper li.icon-circle-arrow-down > a > span:before    { content: "\f0ab"; }
.icon-globe:before, .navigation-wrapper li.icon-globe > a > span:before                { content: "\f0ac"; }
.icon-wrench:before, .navigation-wrapper li.icon-wrench > a > span:before               { content: "\f0ad"; }
.icon-tasks:before, .navigation-wrapper li.icon-tasks > a > span:before                { content: "\f0ae"; }

.icon-filter:before, .navigation-wrapper li.icon-filter > a > span:before               { content: "\f0b0"; }
.icon-briefcase:before, .navigation-wrapper li.icon-briefcase > a > span:before            { content: "\f0b1"; }
.icon-fullscreen:before, .navigation-wrapper li.icon-fullscreen > a > span:before           { content: "\f0b2"; }

.icon-group:before, .navigation-wrapper li.icon-group > a > span:before                { content: "\f0c0"; }
.icon-link:before, .navigation-wrapper li.icon-link > a > span:before                 { content: "\f0c1"; }
.icon-cloud:before, .navigation-wrapper li.icon-cloud > a > span:before                { content: "\f0c2"; }
.icon-beaker:before, .navigation-wrapper li.icon-beaker > a > span:before               { content: "\f0c3"; }
.icon-cut:before, .navigation-wrapper li.icon-cut > a > span:before                  { content: "\f0c4"; }
.icon-copy:before, .navigation-wrapper li.icon-copy > a > span:before                 { content: "\f0c5"; }
.icon-paper-clip:before, .navigation-wrapper li.icon-paper-clip > a > span:before           { content: "\f0c6"; }
.icon-save:before, .navigation-wrapper li.icon-save > a > span:before                 { content: "\f0c7"; }
.icon-sign-blank:before, .navigation-wrapper li.icon-sign-blank > a > span:before           { content: "\f0c8"; }
.icon-reorder:before, .navigation-wrapper li.icon-reorder > a > span:before              { content: "\f0c9"; }
.icon-list-ul:before, .navigation-wrapper li.icon-list-ul > a > span:before              { content: "\f0ca"; }
.icon-list-ol:before, .navigation-wrapper li.icon-list-ol > a > span:before              { content: "\f0cb"; }
.icon-strikethrough:before, .navigation-wrapper li.icon-strikethrough > a > span:before        { content: "\f0cc"; }
.icon-underline:before, .navigation-wrapper li.icon-underline > a > span:before            { content: "\f0cd"; }
.icon-table:before, .navigation-wrapper li.icon-table > a > span:before                { content: "\f0ce"; }

.icon-magic:before, .navigation-wrapper li.icon-magic > a > span:before                { content: "\f0d0"; }
.icon-truck:before, .navigation-wrapper li.icon-truck > a > span:before                { content: "\f0d1"; }
.icon-pinterest:before, .navigation-wrapper li.icon-pinterest > a > span:before, .socials li.social-pinterest a:before            { content: "\f0d2"; }
.icon-pinterest-sign:before, .navigation-wrapper li.icon-pinterest-sign > a > span:before       { content: "\f0d3"; }
.icon-google-plus-sign:before, .navigation-wrapper li.icon-google-plus-sign > a > span:before     { content: "\f0d4"; }
.icon-google-plus:before, .navigation-wrapper li.icon-google-plus > a > span:before, .socials li.social-google a:before          { content: "\f0d5"; }
.icon-money:before, .navigation-wrapper li.icon-money > a > span:before                { content: "\f0d6"; }
.icon-caret-down:before, .navigation-wrapper li.icon-caret-down > a > span:before           { content: "\f0d7"; }
.icon-caret-up:before, .navigation-wrapper li.icon-caret-up > a > span:before             { content: "\f0d8"; }
.icon-caret-left:before, .navigation-wrapper li.icon-caret-left > a > span:before           { content: "\f0d9"; }
.icon-caret-right:before, .navigation-wrapper li.icon-caret-right > a > span:before          { content: "\f0da"; }
.icon-columns:before, .navigation-wrapper li.icon-columns > a > span:before              { content: "\f0db"; }
.icon-sort:before, .navigation-wrapper li.icon-sort > a > span:before                 { content: "\f0dc"; }
.icon-sort-down:before, .navigation-wrapper li.icon-sort-down > a > span:before            { content: "\f0dd"; }
.icon-sort-up:before, .navigation-wrapper li.icon-sort-up > a > span:before              { content: "\f0de"; }

.icon-envelope-alt:before, .navigation-wrapper li.icon-envelope-alt > a > span:before, .socials li.social-mail a:before         { content: "\f0e0"; }
.icon-linkedin:before, .navigation-wrapper li.icon-linkedin > a > span:before, .socials li.social-linkedin a:before             { content: "\f0e1"; }
.icon-undo:before, .navigation-wrapper li.icon-undo > a > span:before,
.icon-rotate-left:before, .navigation-wrapper li.icon-rotate-left > a > span:before                 { content: "\f0e2"; }
.icon-legal:before, .navigation-wrapper li.icon-legal > a > span:before                { content: "\f0e3"; }
.icon-dashboard:before, .navigation-wrapper li.icon-dashboard > a > span:before            { content: "\f0e4"; }
.icon-comment-alt:before, .navigation-wrapper li.icon-comment-alt > a > span:before          { content: "\f0e5"; }
.icon-comments-alt:before, .navigation-wrapper li.icon-comments-alt > a > span:before         { content: "\f0e6"; }
.icon-bolt:before, .navigation-wrapper li.icon-bolt > a > span:before                 { content: "\f0e7"; }
.icon-sitemap:before, .navigation-wrapper li.icon-sitemap > a > span:before              { content: "\f0e8"; }
.icon-umbrella:before, .navigation-wrapper li.icon-umbrella > a > span:before             { content: "\f0e9"; }
.icon-paste:before, .navigation-wrapper li.icon-paste > a > span:before                { content: "\f0ea"; }
.icon-lightbulb:before, .navigation-wrapper li.icon-lightbulb > a > span:before            { content: "\f0eb"; }
.icon-exchange:before, .navigation-wrapper li.icon-exchange > a > span:before             { content: "\f0ec"; }
.icon-cloud-download:before, .navigation-wrapper li.icon-cloud-download > a > span:before       { content: "\f0ed"; }
.icon-cloud-upload:before, .navigation-wrapper li.icon-cloud-upload > a > span:before         { content: "\f0ee"; }

.icon-user-md:before, .navigation-wrapper li.icon-user-md > a > span:before              { content: "\f0f0"; }
.icon-stethoscope:before, .navigation-wrapper li.icon-stethoscope > a > span:before          { content: "\f0f1"; }
.icon-suitcase:before, .navigation-wrapper li.icon-suitcase > a > span:before             { content: "\f0f2"; }
.icon-bell-alt:before, .navigation-wrapper li.icon-bell-alt > a > span:before             { content: "\f0f3"; }
.icon-coffee:before, .navigation-wrapper li.icon-coffee > a > span:before               { content: "\f0f4"; }
.icon-food:before, .navigation-wrapper li.icon-food > a > span:before                 { content: "\f0f5"; }
.icon-file-alt:before, .navigation-wrapper li.icon-file-alt > a > span:before             { content: "\f0f6"; }
.icon-building:before, .navigation-wrapper li.icon-building > a > span:before             { content: "\f0f7"; }
.icon-hospital:before, .navigation-wrapper li.icon-hospital > a > span:before             { content: "\f0f8"; }
.icon-ambulance:before, .navigation-wrapper li.icon-ambulance > a > span:before            { content: "\f0f9"; }
.icon-medkit:before, .navigation-wrapper li.icon-medkit > a > span:before               { content: "\f0fa"; }
.icon-fighter-jet:before, .navigation-wrapper li.icon-fighter-jet > a > span:before          { content: "\f0fb"; }
.icon-beer:before, .navigation-wrapper li.icon-beer > a > span:before                 { content: "\f0fc"; }
.icon-h-sign:before, .navigation-wrapper li.icon-h-sign > a > span:before               { content: "\f0fd"; }
.icon-plus-sign-alt:before, .navigation-wrapper li.icon-plus-sign-alt > a > span:before        { content: "\f0fe"; }

.icon-double-angle-left:before, .navigation-wrapper li.icon-double-angle-left > a > span:before    { content: "\f100"; }
.icon-double-angle-right:before, .navigation-wrapper li.icon-double-angle-right > a > span:before   { content: "\f101"; }
.icon-double-angle-up:before, .navigation-wrapper li.icon-double-angle-up > a > span:before      { content: "\f102"; }
.icon-double-angle-down:before, .navigation-wrapper li.icon-double-angle-down > a > span:before    { content: "\f103"; }
.icon-angle-left:before, .navigation-wrapper li.icon-angle-left > a > span:before           { content: "\f104"; }
.icon-angle-right:before, .navigation-wrapper li.icon-angle-right > a > span:before          { content: "\f105"; }
.icon-angle-up:before, .navigation-wrapper li.icon-angle-up > a > span:before             { content: "\f106"; }
.icon-angle-down:before, .navigation-wrapper li.icon-angle-down > a > span:before           { content: "\f107"; }
.icon-desktop:before, .navigation-wrapper li.icon-desktop > a > span:before              { content: "\f108"; }
.icon-laptop:before, .navigation-wrapper li.icon-laptop > a > span:before               { content: "\f109"; }
.icon-tablet:before, .navigation-wrapper li.icon-tablet > a > span:before               { content: "\f10a"; }
.icon-mobile-phone:before, .navigation-wrapper li.icon-mobile-phone > a > span:before         { content: "\f10b"; }
.icon-circle-blank:before, .navigation-wrapper li.icon-circle-blank > a > span:before         { content: "\f10c"; }
.icon-quote-left:before, .navigation-wrapper li.icon-quote-left > a > span:before           { content: "\f10d"; }
.icon-quote-right:before, .navigation-wrapper li.icon-quote-right > a > span:before          { content: "\f10e"; }

.icon-spinner:before, .navigation-wrapper li.icon-spinner > a > span:before              { content: "\f110"; }
.icon-circle:before, .navigation-wrapper li.icon-circle > a > span:before               { content: "\f111"; }
.icon-reply:before, .navigation-wrapper li.icon-reply > a > span:before,
.icon-mail-reply:before, .navigation-wrapper li.icon-mail-reply > a > span:before                 { content: "\f112"; }
.icon-github-alt:before, .navigation-wrapper li.icon-github-alt > a > span:before           { content: "\f113"; }
.icon-folder-close-alt:before, .navigation-wrapper li.icon-folder-close-alt > a > span:before     { content: "\f114"; }
.icon-folder-open-alt:before, .navigation-wrapper li.icon-folder-open-alt > a > span:before      { content: "\f115"; }

/* NEW in 3.1.0 */
.icon-expand-alt:before, .navigation-wrapper li.icon-expand-alt > a > span:before {content: "\f116";}
.icon-collapse-alt:before, .navigation-wrapper li.icon-collapse-alt > a > span:before {content: "\f117";}
.icon-smile:before, .navigation-wrapper li.icon-smile > a > span:before {content: "\f118";}
.icon-frown:before, .navigation-wrapper li.icon-frown > a > span:before {content: "\f119";}
.icon-meh:before, .navigation-wrapper li.icon-meh > a > span:before {content: "\f11a";}
.icon-gamepad:before, .navigation-wrapper li.icon-gamepad > a > span:before {content: "\f11b";}
.icon-keyboard:before, .navigation-wrapper li.icon-keyboard > a > span:before {content: "\f11c";}
.icon-flag-alt:before, .navigation-wrapper li.icon-flag-alt > a > span:before {content: "\f11d";}
.icon-flag-checkered:before, .navigation-wrapper li.icon-flag-checkered > a > span:before {content: "\f11e";}
.icon-terminal:before, .navigation-wrapper li.icon-terminal > a > span:before {content: "\f120";}
.icon-code:before, .navigation-wrapper li.icon-code > a > span:before {content: "\f121";}
.icon-reply-all:before, .navigation-wrapper li.icon-reply-all > a > span:before {content: "\f122";}
.icon-mail-reply-all:before, .navigation-wrapper li.icon-mail-reply-all > a > span:before {content: "\f122";}
.icon-star-half-full:before, .navigation-wrapper li.icon-star-half-full > a > span:before,
.icon-star-half-empty:before, .navigation-wrapper li.icon-star-half-empty > a > span:before {content: "\f123";}
.icon-location-arrow:before, .navigation-wrapper li.icon-location-arrow > a > span:before {content: "\f124";}

.icon-crop:before, .navigation-wrapper li.icon-crop > a > span:before {content: "\f125";}
.icon-code-fork:before, .navigation-wrapper li.icon-code-fork > a > span:before {content: "\f126";}
.icon-unlink:before, .navigation-wrapper li.icon-unlink > a > span:before {content: "\f127";}
.icon-question:before, .navigation-wrapper li.icon-question > a > span:before {content: "\f128";}
.icon-info:before, .navigation-wrapper li.icon-info > a > span:before {content: "\f129";}
.icon-exclamation:before, .navigation-wrapper li.icon-exclamation > a > span:before {content: "\f12a";}
.icon-superscript:before, .navigation-wrapper li.icon-superscript > a > span:before {content: "\f12b";}
.icon-subscript:before, .navigation-wrapper li.icon-subscript > a > span:before {content: "\f12c";}
.icon-eraser:before, .navigation-wrapper li.icon-eraser > a > span:before {content: "\f12d";}
.icon-puzzle-piece:before, .navigation-wrapper li.icon-puzzle-piece > a > span:before {content: "\f12e";}
.icon-microphone:before, .navigation-wrapper li.icon-microphone > a > span:before {content: "\f130";}
.icon-microphone-off:before, .navigation-wrapper li.icon-microphone-off > a > span:before {content: "\f131";}
.icon-shield:before, .navigation-wrapper li.icon-shield > a > span:before {content: "\f132";}
.icon-calendar-empty:before, .navigation-wrapper li.icon-calendar-empty > a > span:before {content: "\f133";}
.icon-fire-extinguisher:before, .navigation-wrapper li.icon-fire-extinguisher > a > span:before {content: "\f134";}

.icon-rocket:before, .navigation-wrapper li.icon-rocket > a > span:before {content: "\f135";}
.icon-maxcdn:before, .navigation-wrapper li.icon-maxcdn > a > span:before {content: "\f136";}
.icon-chevron-sign-left:before, .navigation-wrapper li.icon-chevron-sign-left > a > span:before {content: "\f137";}
.icon-chevron-sign-right:before, .navigation-wrapper li.icon-chevron-sign-right > a > span:before {content: "\f138";}
.icon-chevron-sign-up:before, .navigation-wrapper li.icon-chevron-sign-up > a > span:before {content: "\f139";}
.icon-chevron-sign-down:before, .navigation-wrapper li.icon-chevron-sign-down > a > span:before {content: "\f13a";}
.icon-html5:before, .navigation-wrapper li.icon-html5 > a > span:before {content: "\f13b";}
.icon-css3:before, .navigation-wrapper li.icon-css3 > a > span:before {content: "\f13c";}
.icon-anchor:before, .navigation-wrapper li.icon-anchor > a > span:before {content: "\f13d";}
.icon-unlock-alt:before, .navigation-wrapper li.icon-unlock-alt > a > span:before {content: "\f13e";}
.icon-bullseye:before, .navigation-wrapper li.icon-bullseye > a > span:before {content: "\f140";}
.icon-ellipsis-horizontal:before, .navigation-wrapper li.icon-ellipsis-horizontal > a > span:before {content: "\f141";}
.icon-ellipsis-vertical:before, .navigation-wrapper li.icon-ellipsis-vertical > a > span:before {content: "\f142";}
.icon-rss-sign:before, .navigation-wrapper li.icon-rss-sign > a > span:before {content: "\f143";}
.icon-play-sign:before, .navigation-wrapper li.icon-play-sign > a > span:before {content: "\f144";}

.icon-ticket:before, .navigation-wrapper li.icon-ticket > a > span:before {content: "\f145";}
.icon-minus-sign-alt:before, .navigation-wrapper li.icon-minus-sign-alt > a > span:before {content: "\f146";}
.icon-check-minus:before, .navigation-wrapper li.icon-check-minus > a > span:before {content: "\f147";}
.icon-level-up:before, .navigation-wrapper li.icon-level-up > a > span:before {content: "\f148";}
.icon-level-down:before, .navigation-wrapper li.icon-level-down > a > span:before {content: "\f149";}
.icon-check-sign:before, .navigation-wrapper li.icon-check-sign > a > span:before {content: "\f14a";}
.icon-edit-sign:before, .navigation-wrapper li.icon-edit-sign > a > span:before {content: "\f14b";}
.icon-external-link-sign:before, .navigation-wrapper li.icon-external-link-sign > a > span:before {content: "\f14c";}
.icon-share-sign:before, .navigation-wrapper li.icon-share-sign > a > span:before {content: "\f14d";}