/*  Font Awesome 3.0
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    • The Font Awesome font is licensed under the SIL Open Font License - 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
    • The Font Awesome pictograms are licensed under the 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://fortawesome.github.com/Font-Awesome"

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: Lead Product Designer @ http://kyruus.com

    */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff') format('woff'),
    url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
/* includes sprites.less reset */
.jsn-bootstrap [class^="icon-"],.jsn-bootstrap [class^="icon-"]:before,.jsn-bootstrap [class*=" icon-"],.jsn-bootstrap [class*=" icon-"]:before{font-family:FontAwesome;font-weight:400;font-style:normal;text-decoration:inherit;display:inline-block;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none!important;background-position:0 0;background-repeat:repeat;}.jsn-bootstrap [class^=icon-]:before,.jsn-bootstrap [class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}.jsn-bootstrap a [class^=icon-],.jsn-bootstrap a [class*=" icon-"]{display:inline-block;}.jsn-bootstrap .icon-large:before{vertical-align:-10%;font-size:1.3333333333333em;}.jsn-bootstrap .btn [class^=icon-].icon-spin,.jsn-bootstrap .nav [class^=icon-].icon-spin,.jsn-bootstrap .btn [class*=" icon-"].icon-spin,.jsn-bootstrap .nav [class*=" icon-"].icon-spin{display:inline-block;}.jsn-bootstrap .jsn-bootstrap li [class^=icon-],.jsn-bootstrap .jsn-bootstrap li [class*=" icon-"]{display:inline-block;width:1.25em;text-align:center;}.jsn-bootstrap li [class^=icon-].icon-large,.jsn-bootstrap li [class*=" icon-"].icon-large{width:1.5625em;}.jsn-bootstrap ul.icons{list-style-type:none;text-indent:-.75em;}.jsn-bootstrap ul.icons li [class^=icon-],.jsn-bootstrap ul.icons li [class*=" icon-"]{width:.75em;}.jsn-bootstrap .icon-muted{color:#eee;}.jsn-bootstrap .icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.jsn-bootstrap .icon-2x{font-size:2em;}.jsn-bootstrap .icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.jsn-bootstrap .icon-3x{font-size:3em;}.jsn-bootstrap .icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.jsn-bootstrap .icon-4x{font-size:4em;}.jsn-bootstrap .icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.pull-right{float:right;}.pull-left{float:left;}.jsn-bootstrap [class^=icon-].pull-left,.jsn-bootstrap [class*=" icon-"].pull-left{margin-right:.35em;}.jsn-bootstrap [class^=icon-].pull-right,.jsn-bootstrap [class*=" icon-"].pull-right{margin-left:.35em;}.jsn-bootstrap .btn [class^=icon-].pull-left.icon-2x,.jsn-bootstrap .btn [class*=" icon-"].pull-left.icon-2x,.jsn-bootstrap .btn [class^=icon-].pull-right.icon-2x,.jsn-bootstrap .btn [class*=" icon-"].pull-right.icon-2x{margin-top:.35em;}.jsn-bootstrap .btn [class^=icon-].icon-spin.icon-large,.jsn-bootstrap .btn [class*=" icon-"].icon-spin.icon-large{height:.75em;}.jsn-bootstrap .btn.btn-small [class^=icon-].pull-left.icon-2x,.jsn-bootstrap .btn.btn-small [class*=" icon-"].pull-left.icon-2x,.jsn-bootstrap .btn.btn-small [class^=icon-].pull-right.icon-2x,.jsn-bootstrap .btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.45em;}.jsn-bootstrap .btn.btn-large [class^=icon-].pull-left.icon-2x,.jsn-bootstrap .btn.btn-large [class*=" icon-"].pull-left.icon-2x,.jsn-bootstrap .btn.btn-large [class^=icon-].pull-right.icon-2x,.jsn-bootstrap .btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.2em;}.jsn-bootstrap .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);}}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.jsn-bootstrap .icon-glass:before{content:"\f000";}.jsn-bootstrap .icon-music:before{content:"\f001";}.jsn-bootstrap .icon-search:before{content:"\f002";}.jsn-bootstrap .icon-envelope:before{content:"\f003";}.jsn-bootstrap .icon-heart:before{content:"\f004";}.jsn-bootstrap .icon-star:before{content:"\f005";}.jsn-bootstrap .icon-star-empty:before{content:"\f006";}.jsn-bootstrap .icon-user:before{content:"\f007";}.jsn-bootstrap .icon-film:before{content:"\f008";}.jsn-bootstrap .icon-th-large:before{content:"\f009";}.jsn-bootstrap .icon-th:before{content:"\f00a";}.jsn-bootstrap .icon-th-list:before{content:"\f00b";}.jsn-bootstrap .icon-ok:before,.jsn-bootstrap .icon-publish:before,.jsn-bootstrap .icon-menu-2:before{content:"\f00c";}.jsn-bootstrap .icon-remove:before{content:"\f00d";}.jsn-bootstrap .icon-zoom-in:before{content:"\f00e";}.jsn-bootstrap .icon-zoom-out:before{content:"\f010";}.jsn-bootstrap .icon-off:before{content:"\f011";}.jsn-bootstrap .icon-signal:before{content:"\f012";}.jsn-bootstrap .icon-cog:before{content:"\f013";}.jsn-bootstrap .icon-trash:before{content:"\f014";}.jsn-bootstrap .icon-home:before{content:"\f015";}.jsn-bootstrap .icon-file:before{content:"\f016";}.jsn-bootstrap .icon-time:before{content:"\f017";}.jsn-bootstrap .icon-road:before{content:"\f018";}.jsn-bootstrap .icon-download-alt:before{content:"\f019";}.jsn-bootstrap .icon-download:before{content:"\f01a";}.jsn-bootstrap .icon-upload:before{content:"\f01b";}.jsn-bootstrap .icon-inbox:before{content:"\f01c";}.jsn-bootstrap .icon-play-circle:before{content:"\f01d";}.jsn-bootstrap .icon-repeat:before{content:"\f01e";}.jsn-bootstrap .icon-refresh:before{content:"\f021";}.jsn-bootstrap .icon-list-alt:before{content:"\f022";}.jsn-bootstrap .icon-lock:before{content:"\f023";}.jsn-bootstrap .icon-flag:before{content:"\f024";}.jsn-bootstrap .icon-headphones:before{content:"\f025";}.jsn-bootstrap .icon-volume-off:before{content:"\f026";}.jsn-bootstrap .icon-volume-down:before{content:"\f027";}.jsn-bootstrap .icon-volume-up:before{content:"\f028";}.jsn-bootstrap .icon-qrcode:before{content:"\f029";}.jsn-bootstrap .icon-barcode:before{content:"\f02a";}.jsn-bootstrap .icon-tag:before{content:"\f02b";}.jsn-bootstrap .icon-tags:before{content:"\f02c";}.jsn-bootstrap .icon-book:before{content:"\f02d";}.jsn-bootstrap .icon-bookmark:before{content:"\f02e";}.jsn-bootstrap .icon-print:before{content:"\f02f";}.jsn-bootstrap .icon-camera:before{content:"\f030";}.jsn-bootstrap .icon-font:before{content:"\f031";}.jsn-bootstrap .icon-bold:before{content:"\f032";}.jsn-bootstrap .icon-italic:before{content:"\f033";}.jsn-bootstrap .icon-text-height:before{content:"\f034";}.jsn-bootstrap .icon-text-width:before{content:"\f035";}.jsn-bootstrap .icon-align-left:before{content:"\f036";}.jsn-bootstrap .icon-align-center:before{content:"\f037";}.jsn-bootstrap .icon-align-right:before{content:"\f038";}.jsn-bootstrap .icon-align-justify:before{content:"\f039";}.jsn-bootstrap .icon-list:before{content:"\f03a";}.jsn-bootstrap .icon-indent-left:before{content:"\f03b";}.jsn-bootstrap .icon-indent-right:before{content:"\f03c";}.jsn-bootstrap .icon-facetime-video:before{content:"\f03d";}.jsn-bootstrap .icon-picture:before{content:"\f03e";}.jsn-bootstrap .icon-pencil:before{content:"\f040";}.jsn-bootstrap .icon-map-marker:before{content:"\f041";}.jsn-bootstrap .icon-adjust:before{content:"\f042";}.jsn-bootstrap .icon-tint:before{content:"\f043";}.jsn-bootstrap .icon-edit:before{content:"\f044";}.jsn-bootstrap .icon-share:before{content:"\f045";}.jsn-bootstrap .icon-check:before{content:"\f046";}.jsn-bootstrap .icon-move:before{content:"\f047";}.jsn-bootstrap .icon-step-backward:before{content:"\f048";}.jsn-bootstrap .icon-fast-backward:before{content:"\f049";}.jsn-bootstrap .icon-backward:before{content:"\f04a";}.jsn-bootstrap .icon-play:before{content:"\f04b";}.jsn-bootstrap .icon-pause:before{content:"\f04c";}.jsn-bootstrap .icon-stop:before{content:"\f04d";}.jsn-bootstrap .icon-forward:before{content:"\f04e";}.jsn-bootstrap .icon-fast-forward:before{content:"\f050";}.jsn-bootstrap .icon-step-forward:before{content:"\f051";}.jsn-bootstrap .icon-eject:before{content:"\f052";}.jsn-bootstrap .icon-chevron-left:before{content:"\f053";}.jsn-bootstrap .icon-chevron-right:before{content:"\f054";}.jsn-bootstrap .icon-plus-sign:before{content:"\f055";}.jsn-bootstrap .icon-minus-sign:before{content:"\f056";}.jsn-bootstrap .icon-remove-sign:before,.jsn-bootstrap .icon-unpublish:before{content:"\f057";}.jsn-bootstrap .icon-ok-sign:before{content:"\f058";}.jsn-bootstrap .icon-question-sign:before{content:"\f059";}.jsn-bootstrap .icon-info-sign:before{content:"\f05a";}.jsn-bootstrap .icon-screenshot:before{content:"\f05b";}.jsn-bootstrap .icon-remove-circle:before{content:"\f05c";}.jsn-bootstrap .icon-ok-circle:before{content:"\f05d";}.jsn-bootstrap .icon-ban-circle:before{content:"\f05e";}.jsn-bootstrap .icon-arrow-left:before{content:"\f060";}.jsn-bootstrap .icon-arrow-right:before{content:"\f061";}.jsn-bootstrap .icon-arrow-up:before{content:"\f062";}.jsn-bootstrap .icon-arrow-down:before{content:"\f063";}.jsn-bootstrap .icon-share-alt:before{content:"\f064";}.jsn-bootstrap .icon-resize-full:before{content:"\f065";}.jsn-bootstrap .icon-resize-small:before{content:"\f066";}.jsn-bootstrap .icon-plus:before{content:"\f067";}.jsn-bootstrap .icon-minus:before{content:"\f068";}.jsn-bootstrap .icon-asterisk:before{content:"\f069";}.jsn-bootstrap .icon-exclamation-sign:before{content:"\f06a";}.jsn-bootstrap .icon-gift:before{content:"\f06b";}.jsn-bootstrap .icon-leaf:before{content:"\f06c";}.jsn-bootstrap .icon-fire:before{content:"\f06d";}.jsn-bootstrap .icon-eye-open:before{content:"\f06e";}.jsn-bootstrap .icon-eye-close:before{content:"\f070";}.jsn-bootstrap .icon-warning-sign:before{content:"\f071";}.jsn-bootstrap .icon-plane:before{content:"\f072";}.jsn-bootstrap .icon-calendar:before{content:"\f073";}.jsn-bootstrap .icon-random:before{content:"\f074";}.jsn-bootstrap .icon-comment:before{content:"\f075";}.jsn-bootstrap .icon-magnet:before{content:"\f076";}.jsn-bootstrap .icon-chevron-up:before,.jsn-bootstrap .icon-uparrow:before{content:"\f077";}.jsn-bootstrap .icon-chevron-down:before,.jsn-bootstrap .icon-downarrow:before{content:"\f078";}.jsn-bootstrap .icon-retweet:before{content:"\f079";}.jsn-bootstrap .icon-shopping-cart:before{content:"\f07a";}.jsn-bootstrap .icon-folder-close:before{content:"\f07b";}.jsn-bootstrap .icon-folder-open:before{content:"\f07c";}.jsn-bootstrap .icon-resize-vertical:before{content:"\f07d";}.jsn-bootstrap .icon-resize-horizontal:before{content:"\f07e";}.jsn-bootstrap .icon-bar-chart:before{content:"\f080";}.jsn-bootstrap .icon-twitter-sign:before{content:"\f081";}.jsn-bootstrap .icon-facebook-sign:before{content:"\f082";}.jsn-bootstrap .icon-camera-retro:before{content:"\f083";}.jsn-bootstrap .icon-key:before{content:"\f084";}.jsn-bootstrap .icon-cogs:before{content:"\f085";}.jsn-bootstrap .icon-comments:before{content:"\f086";}.jsn-bootstrap .icon-thumbs-up:before{content:"\f087";}.jsn-bootstrap .icon-thumbs-down:before{content:"\f088";}.jsn-bootstrap .icon-star-half:before{content:"\f089";}.jsn-bootstrap .icon-heart-empty:before{content:"\f08a";}.jsn-bootstrap .icon-signout:before{content:"\f08b";}.jsn-bootstrap .icon-linkedin-sign:before{content:"\f08c";}.jsn-bootstrap .icon-pushpin:before{content:"\f08d";}.jsn-bootstrap .icon-external-link:before{content:"\f08e";}.jsn-bootstrap .icon-signin:before{content:"\f090";}.jsn-bootstrap .icon-trophy:before{content:"\f091";}.jsn-bootstrap .icon-github-sign:before{content:"\f092";}.jsn-bootstrap .icon-upload-alt:before{content:"\f093";}.jsn-bootstrap .icon-lemon:before{content:"\f094";}.jsn-bootstrap .icon-phone:before{content:"\f095";}.jsn-bootstrap .icon-check-empty:before{content:"\f096";}.jsn-bootstrap .icon-bookmark-empty:before{content:"\f097";}.jsn-bootstrap .icon-phone-sign:before{content:"\f098";}.jsn-bootstrap .icon-twitter:before{content:"\f099";}.jsn-bootstrap .icon-facebook:before{content:"\f09a";}.jsn-bootstrap .icon-github:before{content:"\f09b";}.jsn-bootstrap .icon-unlock:before{content:"\f09c";}.jsn-bootstrap .icon-credit-card:before{content:"\f09d";}.jsn-bootstrap .icon-rss:before{content:"\f09e";}.jsn-bootstrap .icon-hdd:before{content:"\f0a0";}.jsn-bootstrap .icon-bullhorn:before{content:"\f0a1";}.jsn-bootstrap .icon-bell:before{content:"\f0a2";}.jsn-bootstrap .icon-certificate:before{content:"\f0a3";}.jsn-bootstrap .icon-hand-right:before{content:"\f0a4";}.jsn-bootstrap .icon-hand-left:before{content:"\f0a5";}.jsn-bootstrap .icon-hand-up:before{content:"\f0a6";}.jsn-bootstrap .icon-hand-down:before{content:"\f0a7";}.jsn-bootstrap .icon-circle-arrow-left:before{content:"\f0a8";}.jsn-bootstrap .icon-circle-arrow-right:before{content:"\f0a9";}.jsn-bootstrap .icon-circle-arrow-up:before{content:"\f0aa";}.jsn-bootstrap .icon-circle-arrow-down:before{content:"\f0ab";}.jsn-bootstrap .icon-globe:before{content:"\f0ac";}.jsn-bootstrap .icon-wrench:before{content:"\f0ad";}.jsn-bootstrap .icon-tasks:before{content:"\f0ae";}.jsn-bootstrap .icon-filter:before{content:"\f0b0";}.jsn-bootstrap .icon-briefcase:before{content:"\f0b1";}.jsn-bootstrap .icon-fullscreen:before{content:"\f0b2";}.jsn-bootstrap .icon-group:before{content:"\f0c0";}.jsn-bootstrap .icon-link:before{content:"\f0c1";}.jsn-bootstrap .icon-cloud:before{content:"\f0c2";}.jsn-bootstrap .icon-beaker:before{content:"\f0c3";}.jsn-bootstrap .icon-cut:before{content:"\f0c4";}.jsn-bootstrap .icon-copy:before{content:"\f0c5";}.jsn-bootstrap .icon-paper-clip:before{content:"\f0c6";}.jsn-bootstrap .icon-save:before{content:"\f0c7";}.jsn-bootstrap .icon-sign-blank:before{content:"\f0c8";}.jsn-bootstrap .icon-reorder:before{content:"\f0c9";}.jsn-bootstrap .icon-list-ul:before{content:"\f0ca";}.jsn-bootstrap .icon-list-ol:before{content:"\f0cb";}.jsn-bootstrap .icon-strikethrough:before{content:"\f0cc";}.jsn-bootstrap .icon-underline:before{content:"\f0cd";}.jsn-bootstrap .icon-table:before{content:"\f0ce";}.jsn-bootstrap .icon-magic:before{content:"\f0d0";}.jsn-bootstrap .icon-truck:before{content:"\f0d1";}.jsn-bootstrap .icon-pinterest:before{content:"\f0d2";}.jsn-bootstrap .icon-pinterest-sign:before{content:"\f0d3";}.jsn-bootstrap .icon-google-plus-sign:before{content:"\f0d4";}.jsn-bootstrap .icon-google-plus:before{content:"\f0d5";}.jsn-bootstrap .icon-money:before{content:"\f0d6";}.jsn-bootstrap .icon-caret-down:before{content:"\f0d7";}.jsn-bootstrap .icon-caret-up:before{content:"\f0d8";}.jsn-bootstrap .icon-caret-left:before{content:"\f0d9";}.jsn-bootstrap .icon-caret-right:before{content:"\f0da";}.jsn-bootstrap .icon-columns:before{content:"\f0db";}.jsn-bootstrap .icon-sort:before{content:"\f0dc";}.jsn-bootstrap .icon-sort-down:before{content:"\f0dd";}.jsn-bootstrap .icon-sort-up:before{content:"\f0de";}.jsn-bootstrap .icon-envelope-alt:before{content:"\f0e0";}.jsn-bootstrap .icon-linkedin:before{content:"\f0e1";}.jsn-bootstrap .icon-undo:before{content:"\f0e2";}.jsn-bootstrap .icon-legal:before{content:"\f0e3";}.jsn-bootstrap .icon-dashboard:before{content:"\f0e4";}.jsn-bootstrap .icon-comment-alt:before{content:"\f0e5";}.jsn-bootstrap .icon-comments-alt:before{content:"\f0e6";}.jsn-bootstrap .icon-bolt:before{content:"\f0e7";}.jsn-bootstrap .icon-sitemap:before{content:"\f0e8";}.jsn-bootstrap .icon-umbrella:before{content:"\f0e9";}.jsn-bootstrap .icon-paste:before{content:"\f0ea";}.jsn-bootstrap .icon-lightbulb:before{content:"\f0eb";}.jsn-bootstrap .icon-exchange:before{content:"\f0ec";}.jsn-bootstrap .icon-cloud-download:before{content:"\f0ed";}.jsn-bootstrap .icon-cloud-upload:before{content:"\f0ee";}.jsn-bootstrap .icon-user-md:before{content:"\f0f0";}.jsn-bootstrap .icon-stethoscope:before{content:"\f0f1";}.jsn-bootstrap .icon-suitcase:before{content:"\f0f2";}.jsn-bootstrap .icon-bell-alt:before{content:"\f0f3";}.jsn-bootstrap .icon-coffee:before{content:"\f0f4";}.jsn-bootstrap .icon-food:before{content:"\f0f5";}.jsn-bootstrap .icon-file-alt:before{content:"\f0f6";}.jsn-bootstrap .icon-building:before{content:"\f0f7";}.jsn-bootstrap .icon-hospital:before{content:"\f0f8";}.jsn-bootstrap .icon-ambulance:before{content:"\f0f9";}.jsn-bootstrap .icon-medkit:before{content:"\f0fa";}.jsn-bootstrap .icon-fighter-jet:before{content:"\f0fb";}.jsn-bootstrap .icon-beer:before{content:"\f0fc";}.jsn-bootstrap .icon-h-sign:before{content:"\f0fd";}.jsn-bootstrap .icon-plus-sign-alt:before{content:"\f0fe";}.jsn-bootstrap .icon-double-angle-left:before{content:"\f100";}.jsn-bootstrap .icon-double-angle-right:before{content:"\f101";}.jsn-bootstrap .icon-double-angle-up:before{content:"\f102";}.jsn-bootstrap .icon-double-angle-down:before{content:"\f103";}.jsn-bootstrap .icon-angle-left:before{content:"\f104";}.jsn-bootstrap .icon-angle-right:before{content:"\f105";}.jsn-bootstrap .icon-angle-up:before{content:"\f106";}.jsn-bootstrap .icon-angle-down:before{content:"\f107";}.jsn-bootstrap .icon-desktop:before{content:"\f108";}.jsn-bootstrap .icon-laptop:before{content:"\f109";}.jsn-bootstrap .icon-tablet:before{content:"\f10a";}.jsn-bootstrap .icon-mobile-phone:before{content:"\f10b";}.jsn-bootstrap .icon-circle-blank:before{content:"\f10c";}.jsn-bootstrap .icon-quote-left:before{content:"\f10d";}.jsn-bootstrap .icon-quote-right:before{content:"\f10e";}.jsn-bootstrap .icon-spinner:before{content:"\f110";}.jsn-bootstrap .icon-circle:before{content:"\f111";}.jsn-bootstrap .icon-reply:before{content:"\f112";}.jsn-bootstrap .icon-github-alt:before{content:"\f113";}.jsn-bootstrap .icon-folder-close-alt:before{content:"\f114";}.jsn-bootstrap .icon-folder-open-alt:before{content:"\f115";}
