/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=4.0.3');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.sdi {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="sdi-"],
[class*=" sdi-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="sdi-"]:before,
[class*=" sdi-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="sdi-"],
a [class*=" sdi-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="sdi-"].icon-fixed-width,
[class*=" sdi-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="sdi-"].icon-fixed-width.icon-large,
[class*=" sdi-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}

/* makes the font 33% larger relative to the icon container */
.sdi-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.sdi-2x {
  font-size: 2em;
}
.sdi-3x {
  font-size: 3em;
}
.sdi-4x {
  font-size: 4em;
}
.sdi-5x {
  font-size: 5em;
}
.sdi-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.sdi-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.sdi-ul > li {
  position: relative;
}
.sdi-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.sdi-li.sdi-lg {
  left: -1.8571428571428572em;
}
.sdi-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="sdi-"].pull-left,
[class*=" sdi-"].pull-left {
  margin-right: .3em;
}
[class^="sdi-"].pull-right,
[class*=" sdi-"].pull-right {
  margin-left: .3em;
}

.sdi.pull-left {
  margin-right: .3em;
}
.sdi.pull-right {
  margin-left: .3em;
}
.sdi-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-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);
  }
}
.sdi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sdi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sdi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sdi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.sdi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.sdi-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.sdi-stack-1x,
.sdi-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.sdi-stack-1x {
  line-height: inherit;
}
.sdi-stack-2x {
  font-size: 2em;
}
.sdi-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 */
.sdi-glass:before {
  content: "\f000";
}
.sdi-music:before {
  content: "\f001";
}
.sdi-search:before {
  content: "\f002";
}
.sdi-envelope-o:before {
  content: "\f003";
}
.sdi-heart:before {
  content: "\f004";
}
.sdi-star:before {
  content: "\f005";
}
.sdi-star-o:before {
  content: "\f006";
}
.sdi-user:before {
  content: "\f007";
}
.sdi-film:before {
  content: "\f008";
}
.sdi-th-large:before {
  content: "\f009";
}
.sdi-th:before {
  content: "\f00a";
}
.sdi-th-list:before {
  content: "\f00b";
}
.sdi-check:before {
  content: "\f00c";
}
.sdi-times:before {
  content: "\f00d";
}
.sdi-search-plus:before {
  content: "\f00e";
}
.sdi-search-minus:before {
  content: "\f010";
}
.sdi-power-off:before {
  content: "\f011";
}
.sdi-signal:before {
  content: "\f012";
}
.sdi-gear:before,
.sdi-cog:before {
  content: "\f013";
}
.sdi-trash-o:before {
  content: "\f014";
}
.sdi-home:before {
  content: "\f015";
}
.sdi-file-o:before {
  content: "\f016";
}
.sdi-clock-o:before {
  content: "\f017";
}
.sdi-road:before {
  content: "\f018";
}
.sdi-download:before {
  content: "\f019";
}
.sdi-arrow-circle-o-down:before {
  content: "\f01a";
}
.sdi-arrow-circle-o-up:before {
  content: "\f01b";
}
.sdi-inbox:before {
  content: "\f01c";
}
.sdi-play-circle-o:before {
  content: "\f01d";
}
.sdi-rotate-right:before,
.sdi-repeat:before {
  content: "\f01e";
}
.sdi-refresh:before {
  content: "\f021";
}
.sdi-list-alt:before {
  content: "\f022";
}
.sdi-lock:before {
  content: "\f023";
}
.sdi-flag:before {
  content: "\f024";
}
.sdi-headphones:before {
  content: "\f025";
}
.sdi-volume-off:before {
  content: "\f026";
}
.sdi-volume-down:before {
  content: "\f027";
}
.sdi-volume-up:before {
  content: "\f028";
}
.sdi-qrcode:before {
  content: "\f029";
}
.sdi-barcode:before {
  content: "\f02a";
}
.sdi-tag:before {
  content: "\f02b";
}
.sdi-tags:before {
  content: "\f02c";
}
.sdi-book:before {
  content: "\f02d";
}
.sdi-bookmark:before {
  content: "\f02e";
}
.sdi-print:before {
  content: "\f02f";
}
.sdi-camera:before {
  content: "\f030";
}
.sdi-font:before {
  content: "\f031";
}
.sdi-bold:before {
  content: "\f032";
}
.sdi-italic:before {
  content: "\f033";
}
.sdi-text-height:before {
  content: "\f034";
}
.sdi-text-width:before {
  content: "\f035";
}
.sdi-align-left:before {
  content: "\f036";
}
.sdi-align-center:before {
  content: "\f037";
}
.sdi-align-right:before {
  content: "\f038";
}
.sdi-align-justify:before {
  content: "\f039";
}
.sdi-list:before {
  content: "\f03a";
}
.sdi-dedent:before,
.sdi-outdent:before {
  content: "\f03b";
}
.sdi-indent:before {
  content: "\f03c";
}
.sdi-video-camera:before {
  content: "\f03d";
}
.sdi-picture-o:before {
  content: "\f03e";
}
.sdi-pencil:before {
  content: "\f040";
}
.sdi-map-marker:before {
  content: "\f041";
}
.sdi-adjust:before {
  content: "\f042";
}
.sdi-tint:before {
  content: "\f043";
}
.sdi-edit:before,
.sdi-pencil-square-o:before {
  content: "\f044";
}
.sdi-share-square-o:before {
  content: "\f045";
}
.sdi-check-square-o:before {
  content: "\f046";
}
.sdi-arrows:before {
  content: "\f047";
}
.sdi-step-backward:before {
  content: "\f048";
}
.sdi-fast-backward:before {
  content: "\f049";
}
.sdi-backward:before {
  content: "\f04a";
}
.sdi-play:before {
  content: "\f04b";
}
.sdi-pause:before {
  content: "\f04c";
}
.sdi-stop:before {
  content: "\f04d";
}
.sdi-forward:before {
  content: "\f04e";
}
.sdi-fast-forward:before {
  content: "\f050";
}
.sdi-step-forward:before {
  content: "\f051";
}
.sdi-eject:before {
  content: "\f052";
}
.sdi-chevron-left:before {
  content: "\f053";
}
.sdi-chevron-right:before {
  content: "\f054";
}
.sdi-plus-circle:before {
  content: "\f055";
}
.sdi-minus-circle:before {
  content: "\f056";
}
.sdi-times-circle:before {
  content: "\f057";
}
.sdi-check-circle:before {
  content: "\f058";
}
.sdi-question-circle:before {
  content: "\f059";
}
.sdi-info-circle:before {
  content: "\f05a";
}
.sdi-crosshairs:before {
  content: "\f05b";
}
.sdi-times-circle-o:before {
  content: "\f05c";
}
.sdi-check-circle-o:before {
  content: "\f05d";
}
.sdi-ban:before {
  content: "\f05e";
}
.sdi-arrow-left:before {
  content: "\f060";
}
.sdi-arrow-right:before {
  content: "\f061";
}
.sdi-arrow-up:before {
  content: "\f062";
}
.sdi-arrow-down:before {
  content: "\f063";
}
.sdi-mail-forward:before,
.sdi-share:before {
  content: "\f064";
}
.sdi-expand:before {
  content: "\f065";
}
.sdi-compress:before {
  content: "\f066";
}
.sdi-plus:before {
  content: "\f067";
}
.sdi-minus:before {
  content: "\f068";
}
.sdi-asterisk:before {
  content: "\f069";
}
.sdi-exclamation-circle:before {
  content: "\f06a";
}
.sdi-gift:before {
  content: "\f06b";
}
.sdi-leaf:before {
  content: "\f06c";
}
.sdi-fire:before {
  content: "\f06d";
}
.sdi-eye:before {
  content: "\f06e";
}
.sdi-eye-slash:before {
  content: "\f070";
}
.sdi-warning:before,
.sdi-exclamation-triangle:before {
  content: "\f071";
}
.sdi-plane:before {
  content: "\f072";
}
.sdi-calendar:before {
  content: "\f073";
}
.sdi-random:before {
  content: "\f074";
}
.sdi-comment:before {
  content: "\f075";
}
.sdi-magnet:before {
  content: "\f076";
}
.sdi-chevron-up:before {
  content: "\f077";
}
.sdi-chevron-down:before {
  content: "\f078";
}
.sdi-retweet:before {
  content: "\f079";
}
.sdi-shopping-cart:before {
  content: "\f07a";
}
.sdi-folder:before {
  content: "\f07b";
}
.sdi-folder-open:before {
  content: "\f07c";
}
.sdi-arrows-v:before {
  content: "\f07d";
}
.sdi-arrows-h:before {
  content: "\f07e";
}
.sdi-bar-chart-o:before {
  content: "\f080";
}
.sdi-twitter-square:before {
  content: "\f081";
}
.sdi-facebook-square:before {
  content: "\f082";
}
.sdi-camera-retro:before {
  content: "\f083";
}
.sdi-key:before {
  content: "\f084";
}
.sdi-gears:before,
.sdi-cogs:before {
  content: "\f085";
}
.sdi-comments:before {
  content: "\f086";
}
.sdi-thumbs-o-up:before {
  content: "\f087";
}
.sdi-thumbs-o-down:before {
  content: "\f088";
}
.sdi-star-half:before {
  content: "\f089";
}
.sdi-heart-o:before {
  content: "\f08a";
}
.sdi-sign-out:before {
  content: "\f08b";
}
.sdi-linkedin-square:before {
  content: "\f08c";
}
.sdi-thumb-tack:before {
  content: "\f08d";
}
.sdi-external-link:before {
  content: "\f08e";
}
.sdi-sign-in:before {
  content: "\f090";
}
.sdi-trophy:before {
  content: "\f091";
}
.sdi-github-square:before {
  content: "\f092";
}
.sdi-upload:before {
  content: "\f093";
}
.sdi-lemon-o:before {
  content: "\f094";
}
.sdi-phone:before {
  content: "\f095";
}
.sdi-square-o:before {
  content: "\f096";
}
.sdi-bookmark-o:before {
  content: "\f097";
}
.sdi-phone-square:before {
  content: "\f098";
}
.sdi-twitter:before {
  content: "\f099";
}
.sdi-facebook:before {
  content: "\f09a";
}
.sdi-github:before {
  content: "\f09b";
}
.sdi-unlock:before {
  content: "\f09c";
}
.sdi-credit-card:before {
  content: "\f09d";
}
.sdi-rss:before {
  content: "\f09e";
}
.sdi-hdd-o:before {
  content: "\f0a0";
}
.sdi-bullhorn:before {
  content: "\f0a1";
}
.sdi-bell:before {
  content: "\f0f3";
}
.sdi-certificate:before {
  content: "\f0a3";
}
.sdi-hand-o-right:before {
  content: "\f0a4";
}
.sdi-hand-o-left:before {
  content: "\f0a5";
}
.sdi-hand-o-up:before {
  content: "\f0a6";
}
.sdi-hand-o-down:before {
  content: "\f0a7";
}
.sdi-arrow-circle-left:before {
  content: "\f0a8";
}
.sdi-arrow-circle-right:before {
  content: "\f0a9";
}
.sdi-arrow-circle-up:before {
  content: "\f0aa";
}
.sdi-arrow-circle-down:before {
  content: "\f0ab";
}
.sdi-globe:before {
  content: "\f110";
}
.sdi-wrench:before {
  content: "\f0ad";
}
.sdi-tasks:before {
  content: "\f0ae";
}
.sdi-filter:before {
  content: "\f0b0";
}
.sdi-briefcase:before {
  content: "\f0b1";
}
.sdi-arrows-alt:before {
  content: "\f0b2";
}
.sdi-group:before,
.sdi-users:before {
  content: "\f0c0";
}
.sdi-chain:before,
.sdi-link:before {
  content: "\f0c1";
}
.sdi-cloud:before {
  content: "\f0c2";
}
.sdi-flask:before {
  content: "\f0c3";
}
.sdi-cut:before,
.sdi-scissors:before {
  content: "\f0c4";
}
.sdi-copy:before,
.sdi-files-o:before {
  content: "\f0c5";
}
.sdi-paperclip:before {
  content: "\f0c6";
}
.sdi-save:before,
.sdi-floppy-o:before {
  content: "\f0c7";
}
.sdi-square:before {
  content: "\f0c8";
}
.sdi-bars:before {
  content: "\f0c9";
}
.sdi-list-ul:before {
  content: "\f0ca";
}
.sdi-list-ol:before {
  content: "\f0cb";
}
.sdi-strikethrough:before {
  content: "\f0cc";
}
.sdi-underline:before {
  content: "\f0cd";
}
.sdi-table:before {
  content: "\f0ce";
}
.sdi-magic:before {
  content: "\f0d0";
}
.sdi-truck:before {
  content: "\f0d1";
}
.sdi-pinterest:before {
  content: "\f0d2";
}
.sdi-pinterest-square:before {
  content: "\f0d3";
}
.sdi-google-plus-square:before {
  content: "\f0d4";
}
.sdi-google-plus:before {
  content: "\f0d5";
}
.sdi-money:before {
  content: "\f0d6";
}
.sdi-caret-down:before {
  content: "\f0d7";
}
.sdi-caret-up:before {
  content: "\f0d8";
}
.sdi-caret-left:before {
  content: "\f0d9";
}
.sdi-caret-right:before {
  content: "\f0da";
}
.sdi-columns:before {
  content: "\f0db";
}
.sdi-unsorted:before,
.sdi-sort:before {
  content: "\f0dc";
}
.sdi-sort-down:before,
.sdi-sort-asc:before {
  content: "\f0dd";
}
.sdi-sort-up:before,
.sdi-sort-desc:before {
  content: "\f0de";
}
.sdi-envelope:before {
  content: "\f0e0";
}
.sdi-linkedin:before {
  content: "\f0e1";
}
.sdi-rotate-left:before,
.sdi-undo:before {
  content: "\f0e2";
}
.sdi-legal:before,
.sdi-gavel:before {
  content: "\f0e3";
}
.sdi-dashboard:before,
.sdi-tachometer:before {
  content: "\f0e4";
}
.sdi-comment-o:before {
  content: "\f0e5";
}
.sdi-comments-o:before {
  content: "\f0e6";
}
.sdi-flash:before,
.sdi-bolt:before {
  content: "\f0e7";
}
.sdi-sitemap:before {
  content: "\f0e8";
}
.sdi-umbrella:before {
  content: "\f0e9";
}
.sdi-paste:before,
.sdi-clipboard:before {
  content: "\f0ea";
}
.sdi-lightbulb-o:before {
  content: "\f0eb";
}
.sdi-exchange:before {
  content: "\f0ec";
}
.sdi-cloud-download:before {
  content: "\f0ed";
}
.sdi-cloud-upload:before {
  content: "\f0ee";
}
.sdi-user-md:before {
  content: "\f0f0";
}
.sdi-stethoscope:before {
  content: "\f0f1";
}
.sdi-suitcase:before {
  content: "\f0f2";
}
.sdi-bell-o:before {
  content: "\f0a2";
}
.sdi-coffee:before {
  content: "\f0f4";
}
.sdi-cutlery:before {
  content: "\f0f5";
}
.sdi-file-text-o:before {
  content: "\f0f6";
}
.sdi-building-o:before {
  content: "\f0f7";
}
.sdi-hospital-o:before {
  content: "\f0f8";
}
.sdi-ambulance:before {
  content: "\f0f9";
}
.sdi-medkit:before {
  content: "\f0fa";
}
.sdi-fighter-jet:before {
  content: "\f0fb";
}
.sdi-beer:before {
  content: "\f0fc";
}
.sdi-h-square:before {
  content: "\f0fd";
}
.sdi-plus-square:before {
  content: "\f0fe";
}
.sdi-angle-double-left:before {
  content: "\f100";
}
.sdi-angle-double-right:before {
  content: "\f101";
}
.sdi-angle-double-up:before {
  content: "\f102";
}
.sdi-angle-double-down:before {
  content: "\f103";
}
.sdi-angle-left:before {
  content: "\f104";
}
.sdi-angle-right:before {
  content: "\f105";
}
.sdi-angle-up:before {
  content: "\f106";
}
.sdi-angle-down:before {
  content: "\f107";
}
.sdi-desktop:before {
  content: "\f108";
}
.sdi-laptop:before {
  content: "\f109";
}
.sdi-tablet:before {
  content: "\f10a";
}
.sdi-mobile-phone:before,
.sdi-mobile:before {
  content: "\f10b";
}
.sdi-circle-o:before {
  content: "\f10c";
}
.sdi-quote-left:before {
  content: "\f10d";
}
.sdi-quote-right:before {
  content: "\f10e";
}
.sdi-spinner:before {
  content: "\f110";
}
.sdi-circle:before {
  content: "\f111";
}
.sdi-mail-reply:before,
.sdi-reply:before {
  content: "\f112";
}
.sdi-github-alt:before {
  content: "\f113";
}
.sdi-folder-o:before {
  content: "\f114";
}
.sdi-folder-open-o:before {
  content: "\f115";
}
.sdi-smile-o:before {
  content: "\f118";
}
.sdi-frown-o:before {
  content: "\f119";
}
.sdi-meh-o:before {
  content: "\f11a";
}
.sdi-gamepad:before {
  content: "\f11b";
}
.sdi-keyboard-o:before {
  content: "\f11c";
}
.sdi-flag-o:before {
  content: "\f11d";
}
.sdi-flag-checkered:before {
  content: "\f11e";
}
.sdi-terminal:before {
  content: "\f120";
}
.sdi-code:before {
  content: "\f121";
}
.sdi-reply-all:before {
  content: "\f122";
}
.sdi-mail-reply-all:before {
  content: "\f122";
}
.sdi-star-half-empty:before,
.sdi-star-half-full:before,
.sdi-star-half-o:before {
  content: "\f123";
}
.sdi-location-arrow:before {
  content: "\f124";
}
.sdi-crop:before {
  content: "\f125";
}
.sdi-code-fork:before {
  content: "\f126";
}
.sdi-unlink:before,
.sdi-chain-broken:before {
  content: "\f127";
}
.sdi-question:before {
  content: "\f128";
}
.sdi-info:before {
  content: "\f129";
}
.sdi-exclamation:before {
  content: "\f12a";
}
.sdi-superscript:before {
  content: "\f12b";
}
.sdi-subscript:before {
  content: "\f12c";
}
.sdi-eraser:before {
  content: "\f12d";
}
.sdi-puzzle-piece:before {
  content: "\f12e";
}
.sdi-microphone:before {
  content: "\f130";
}
.sdi-microphone-slash:before {
  content: "\f131";
}
.sdi-shield:before {
  content: "\f132";
}
.sdi-calendar-o:before {
  content: "\f133";
}
.sdi-fire-extinguisher:before {
  content: "\f134";
}
.sdi-rocket:before {
  content: "\f135";
}
.sdi-maxcdn:before {
  content: "\f136";
}
.sdi-chevron-circle-left:before {
  content: "\f137";
}
.sdi-chevron-circle-right:before {
  content: "\f138";
}
.sdi-chevron-circle-up:before {
  content: "\f139";
}
.sdi-chevron-circle-down:before {
  content: "\f13a";
}
.sdi-html5:before {
  content: "\f13b";
}
.sdi-css3:before {
  content: "\f13c";
}
.sdi-anchor:before {
  content: "\f13d";
}
.sdi-unlock-alt:before {
  content: "\f13e";
}
.sdi-bullseye:before {
  content: "\f140";
}
.sdi-ellipsis-h:before {
  content: "\f141";
}
.sdi-ellipsis-v:before {
  content: "\f142";
}
.sdi-rss-square:before {
  content: "\f143";
}
.sdi-play-circle:before {
  content: "\f144";
}
.sdi-ticket:before {
  content: "\f145";
}
.sdi-minus-square:before {
  content: "\f146";
}
.sdi-minus-square-o:before {
  content: "\f147";
}
.sdi-level-up:before {
  content: "\f148";
}
.sdi-level-down:before {
  content: "\f149";
}
.sdi-check-square:before {
  content: "\f14a";
}
.sdi-pencil-square:before {
  content: "\f14b";
}
.sdi-external-link-square:before {
  content: "\f14c";
}
.sdi-share-square:before {
  content: "\f14d";
}
.sdi-compass:before {
  content: "\f14e";
}
.sdi-toggle-down:before,
.sdi-caret-square-o-down:before {
  content: "\f150";
}
.sdi-toggle-up:before,
.sdi-caret-square-o-up:before {
  content: "\f151";
}
.sdi-toggle-right:before,
.sdi-caret-square-o-right:before {
  content: "\f152";
}
.sdi-euro:before,
.sdi-eur:before {
  content: "\f153";
}
.sdi-gbp:before {
  content: "\f154";
}
.sdi-dollar:before,
.sdi-usd:before {
  content: "\f155";
}
.sdi-rupee:before,
.sdi-inr:before {
  content: "\f156";
}
.sdi-cny:before,
.sdi-rmb:before,
.sdi-yen:before,
.sdi-jpy:before {
  content: "\f157";
}
.sdi-ruble:before,
.sdi-rouble:before,
.sdi-rub:before {
  content: "\f158";
}
.sdi-won:before,
.sdi-krw:before {
  content: "\f159";
}
.sdi-bitcoin:before,
.sdi-btc:before {
  content: "\f15a";
}
.sdi-file:before {
  content: "\f15b";
}
.sdi-file-text:before {
  content: "\f15c";
}
.sdi-sort-alpha-asc:before {
  content: "\f15d";
}
.sdi-sort-alpha-desc:before {
  content: "\f15e";
}
.sdi-sort-amount-asc:before {
  content: "\f160";
}
.sdi-sort-amount-desc:before {
  content: "\f161";
}
.sdi-sort-numeric-asc:before {
  content: "\f162";
}
.sdi-sort-numeric-desc:before {
  content: "\f163";
}
.sdi-thumbs-up:before {
  content: "\f164";
}
.sdi-thumbs-down:before {
  content: "\f165";
}
.sdi-youtube-square:before {
  content: "\f166";
}
.sdi-youtube:before {
  content: "\f167";
}
.sdi-xing:before {
  content: "\f168";
}
.sdi-xing-square:before {
  content: "\f169";
}
.sdi-youtube-play:before {
  content: "\f16a";
}
.sdi-dropbox:before {
  content: "\f16b";
}
.sdi-stack-overflow:before {
  content: "\f16c";
}
.sdi-instagram:before {
  content: "\f16d";
}
.sdi-flickr:before {
  content: "\f16e";
}
.sdi-adn:before {
  content: "\f170";
}
.sdi-bitbucket:before {
  content: "\f171";
}
.sdi-bitbucket-square:before {
  content: "\f172";
}
.sdi-tumblr:before {
  content: "\f173";
}
.sdi-tumblr-square:before {
  content: "\f174";
}
.sdi-long-arrow-down:before {
  content: "\f175";
}
.sdi-long-arrow-up:before {
  content: "\f176";
}
.sdi-long-arrow-left:before {
  content: "\f177";
}
.sdi-long-arrow-right:before {
  content: "\f178";
}
.sdi-apple:before {
  content: "\f179";
}
.sdi-windows:before {
  content: "\f17a";
}
.sdi-android:before {
  content: "\f17b";
}
.sdi-linux:before {
  content: "\f17c";
}
.sdi-dribbble:before {
  content: "\f17d";
}
.sdi-skype:before {
  content: "\f17e";
}
.sdi-foursquare:before {
  content: "\f180";
}
.sdi-trello:before {
  content: "\f181";
}
.sdi-female:before {
  content: "\f182";
}
.sdi-male:before {
  content: "\f183";
}
.sdi-gittip:before {
  content: "\f184";
}
.sdi-sun-o:before {
  content: "\f185";
}
.sdi-moon-o:before {
  content: "\f186";
}
.sdi-archive:before {
  content: "\f187";
}
.sdi-bug:before {
  content: "\f188";
}
.sdi-vk:before {
  content: "\f189";
}
.sdi-weibo:before {
  content: "\f18a";
}
.sdi-renren:before {
  content: "\f18b";
}
.sdi-pagelines:before {
  content: "\f18c";
}
.sdi-stack-exchange:before {
  content: "\f18d";
}
.sdi-arrow-circle-o-right:before {
  content: "\f18e";
}
.sdi-arrow-circle-o-left:before {
  content: "\f190";
}
.sdi-toggle-left:before,
.sdi-caret-square-o-left:before {
  content: "\f191";
}
.sdi-dot-circle-o:before {
  content: "\f192";
}
.sdi-wheelchair:before {
  content: "\f193";
}
.sdi-vimeo-square:before {
  content: "\f194";
}
.sdi-turkish-lira:before,
.sdi-try:before {
  content: "\f195";
}
.sdi-plus-square-o:before {
  content: "\f196";
}
