@charset "UTF-8";

@font-face {
  font-family: "emesports";
  src:url("../fonts/emesports.eot");
  src:url("../fonts/emesports.eot?#iefix") format("embedded-opentype"),
    url("../fonts/emesports.woff") format("woff"),
    url("../fonts/emesports.ttf") format("truetype"),
    url("../fonts/emesports.svg#emesports") format("svg");
  font-weight: normal;
  font-style: normal;

}

.fa, .icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg, .icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x, .icon-2x {
  font-size: 2em;
}
.fa-3x, .icon-3x {
  font-size: 3em;
}
.fa-4x, .icon-4x {
  font-size: 4em;
}
.fa-5x, .icon-5x {
  font-size: 5em;
}
.fa-fw, .icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul, .icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li, .icon-ul > li {
  position: relative;
}
.fa-li, .icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg, .icon-li.icon-lg {
  left: -1.85714286em;
}
.fa-border, .icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left, .icon.pull-left {
  margin-right: .3em;
}
.fa.pull-right, .icon.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.icon-spin {
   -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear; 
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
.icon-pulse {
  -webkit-animation: icon-spin 1s infinite steps(8);
  animation: icon-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90, .icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180, .icon-rotate180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270, .icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal, .icon-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);
}
.fa-flip-vertical, .icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none;
}
.fa-stack, .icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x,
.icon-stack-1x,
.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x,
.icon-stack-1x {
  line-height: inherit;
}
.fa-stack-2x,
.icon-stack-2x {
  font-size: 2em;
}
.fa-inverse,
.icon-inverse {
  color: #ffffff;
}

[data-icon]:before {
  font-family: "emesports" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="fa-"]:before,
[class*=" fa-"]:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "emesports" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-arrow-circle-o-up:before,
.icon-arrow-circle-o-up:before {
  content: "\e000";
}
.fa-glass:before, 
.icon-glass:before{
  content: "\e001";
}
.fa-music:before {
  content: "\e002";
}
.fa-search-plus:before {
  content: "\e003";
}
.fa-times:before {
  content: "\e004";
}
.fa-medium:before {
  content: "\e005";
}
.fa-subway:before {
  content: "\e006";
}
.fa-train:before {
  content: "\e007";
}
.fa-viacoin:before {
  content: "\e008";
}
.fa-bed:before {
  content: "\e009";
}
.fa-user-times:before {
  content: "\e00a";
}
.fa-user-plus:before {
  content: "\e00b";
}
.fa-server:before {
  content: "\e00c";
}
.fa-whatsapp:before {
  content: "\e00d";
}
.fa-pinterest:before {
  content: "\e00e";
}
.fa-facebook-official:before,
.icon-facebook-official:before {
  content: "\e00f";
}
.fa-neuter:before {
  content: "\e010";
}
.fa-street-view:before {
  content: "\e011";
}
.fa-heartbeat:before {
  content: "\e012";
}
.fa-venus:before {
  content: "\e013";
}
.fa-mars:before {
  content: "\e014";
}
.fa-mercury:before {
  content: "\e015";
}
.fa-transgender:before {
  content: "\e016";
}
.fa-transgender-alt:before {
  content: "\e017";
}
.fa-venus-double:before {
  content: "\e018";
}
.fa-mars-double:before {
  content: "\e019";
}
.fa-venus-mars:before {
  content: "\e01a";
}
.fa-mars-stroke:before {
  content: "\e01b";
}
.fa-mars-stroke-v:before {
  content: "\e01c";
}
.fa-mars-stroke-h:before {
  content: "\e01d";
}
.fa-motorcycle:before {
  content: "\e01e";
}
.fa-user-secret:before {
  content: "\e01f";
}
.fa-ship:before {
  content: "\e020";
}
.fa-diamond:before {
  content: "\e021";
}
.fa-cart-arrow-down:before {
  content: "\e022";
}
.fa-cart-plus:before {
  content: "\e023";
}
.fa-skyatlas:before {
  content: "\e024";
}
.fa-simplybuilt:before {
  content: "\e025";
}
.fa-shitsinbulk:before {
  content: "\e026";
}
.fa-sellsy:before {
  content: "\e027";
}
.fa-leanpub:before {
  content: "\e028";
}
.fa-dashcube:before {
  content: "\e029";
}
.fa-lastfm:before {
  content: "\e02a";
}
.fa-lastfm-square:before {
  content: "\e02b";
}
.fa-forumbee:before {
  content: "\e02c";
}
.fa-toggle-off:before {
  content: "\e02d";
}
.fa-toggle-on:before {
  content: "\e02e";
}
.fa-bicycle:before {
  content: "\e02f";
}
.fa-bus:before {
  content: "\e030";
}
.fa-ioxhost:before {
  content: "\e031";
}
.fa-angellist:before {
  content: "\e032";
}
.fa-cc:before {
  content: "\e033";
}
.fa-ils:before {
  content: "\e034";
}
.fa-meanpath:before {
  content: "\e035";
}
.fa-buysellads:before {
  content: "\e036";
}
.fa-connectdevelop:before {
  content: "\e037";
}
.fa-line-chart:before {
  content: "\e038";
}
.fa-pie-chart:before {
  content: "\e039";
}
.fa-area-chart:before {
  content: "\e03a";
}
.fa-birthday-cake:before {
  content: "\e03b";
}
.fa-paint-brush:before {
  content: "\e03c";
}
.fa-eyedropper:before {
  content: "\e03d";
}
.fa-at:before {
  content: "\e03e";
}
.fa-copyright:before {
  content: "\e03f";
}
.fa-trash:before {
  content: "\e040";
}
.fa-bell-slash-o:before {
  content: "\e041";
}
.fa-bell-slash:before {
  content: "\e042";
}
.fa-cc-stripe:before {
  content: "\e043";
}
.fa-cc-paypal:before {
  content: "\e044";
}
.fa-plug:before {
  content: "\e045";
}
.fa-slideshare:before {
  content: "\e046";
}
.fa-yelp:before {
  content: "\e047";
}
.fa-twitch:before {
  content: "\e048";
}
.fa-newspaper-o:before {
  content: "\e049";
}
.fa-wifi:before {
  content: "\e04a";
}
.fa-calculator:before {
  content: "\e04b";
}
.fa-paypal:before {
  content: "\e04c";
}
.fa-google-wallet:before {
  content: "\e04d";
}
.fa-cc-visa:before {
  content: "\e04e";
}
.fa-cc-mastercard:before {
  content: "\e04f";
}
.fa-cc-discover:before {
  content: "\e050";
}
.fa-cc-amex:before {
  content: "\e051";
}
.fa-binoculars:before {
  content: "\e052";
}
.fa-tty:before {
  content: "\e053";
}
.fa-futbol-o:before {
  content: "\e054";
}
.fa-bomb:before {
  content: "\e055";
}
.fa-share-alt-square:before {
  content: "\e056";
}
.fa-share-alt:before {
  content: "\e057";
}
.fa-sliders:before {
  content: "\e058";
}
.fa-paragraph:before {
  content: "\e059";
}
.fa-header:before {
  content: "\e05a";
}
.fa-circle-thin:before {
  content: "\e05b";
}
.fa-history:before {
  content: "\e05c";
}
.fa-paper-plane-o:before {
  content: "\e05d";
}
.fa-paper-plane:before {
  content: "\e05e";
}
.fa-vine:before {
  content: "\e05f";
}
.fa-codepen:before {
  content: "\e060";
}
.fa-jsfiddle:before {
  content: "\e061";
}
.fa-life-ring:before {
  content: "\e062";
}
.fa-circle-o-notch:before {
  content: "\e063";
}
.fa-rebel:before {
  content: "\e064";
}
.fa-empire:before {
  content: "\e065";
}
.fa-git-square:before {
  content: "\e066";
}
.fa-git:before {
  content: "\e067";
}
.fa-hacker-news:before {
  content: "\e068";
}
.fa-tencent-weibo:before {
  content: "\e069";
}
.fa-qq:before {
  content: "\e06a";
}
.fa-weixin:before {
  content: "\e06b";
}
.fa-file-code-o:before {
  content: "\e06c";
}
.fa-file-video-o:before {
  content: "\e06d";
}
.fa-file-audio-o:before {
  content: "\e06e";
}
.fa-file-archive-o:before {
  content: "\e06f";
}
.fa-file-image-o:before {
  content: "\e070";
}
.fa-file-powerpoint-o:before {
  content: "\e071";
}
.fa-file-excel-o:before {
  content: "\e072";
}
.fa-file-word-o:before {
  content: "\e073";
}
.fa-file-pdf-o:before {
  content: "\e074";
}
.fa-soundcloud:before {
  content: "\e075";
}
.fa-database:before {
  content: "\e076";
}
.fa-deviantart:before {
  content: "\e077";
}
.fa-spotify:before {
  content: "\e078";
}
.fa-child:before {
  content: "\e079";
}
.fa-paw:before {
  content: "\e07a";
}
.fa-spoon:before {
  content: "\e07b";
}
.fa-cube:before {
  content: "\e07c";
}
.fa-cubes:before {
  content: "\e07d";
}
.fa-behance:before {
  content: "\e07e";
}
.fa-behance-square:before {
  content: "\e07f";
}
.fa-steam:before {
  content: "\e080";
}
.fa-steam-square:before {
  content: "\e081";
}
.fa-recycle:before {
  content: "\e082";
}
.fa-car:before {
  content: "\e083";
}
.fa-taxi:before {
  content: "\e084";
}
.fa-tree:before {
  content: "\e085";
}
.fa-building:before {
  content: "\e086";
}
.fa-fax:before {
  content: "\e087";
}
.fa-language:before {
  content: "\e088";
}
.fa-joomla:before {
  content: "\e089";
}
.fa-drupal:before {
  content: "\e08a";
}
.fa-pied-piper-alt:before {
  content: "\e08b";
}
.fa-pied-piper:before {
  content: "\e08c";
}
.fa-digg:before {
  content: "\e08d";
}
.fa-delicius:before {
  content: "\e08e";
}
.fa-stumbleupon:before {
  content: "\e08f";
}
.fa-stumbleupon-circle:before {
  content: "\e090";
}
.fa-reddit-square:before {
  content: "\e091";
}
.fa-reddit:before {
  content: "\e092";
}
.fa-wheelchair:before {
  content: "\e093";
}
.fa-vimeo-square:before {
  content: "\e094";
}
.fa-try:before {
  content: "\e095";
}
.fa-plus-square-o:before {
  content: "\e096";
}
.fa-space-shuttle:before {
  content: "\e097";
}
.fa-slack:before {
  content: "\e098";
}
.fa-envelope-square:before {
  content: "\e099";
}
.fa-wordpress:before {
  content: "\e09a";
}
.fa-openid:before {
  content: "\e09b";
}
.fa-university:before {
  content: "\e09c";
}
.fa-graduation-cap:before {
  content: "\e09d";
}
.fa-yahoo:before {
  content: "\e09e";
}
.fa-google:before {
  content: "\e09f";
}
.fa-dot-circle-o:before {
  content: "\e0a0";
}
.fa-caret-square-o-left:before {
  content: "\e0a1";
}
.fa-arrow-circle-o-left:before {
  content: "\e0a2";
}
.fa-arrow-circle-o-right:before {
  content: "\e0a3";
}
.fa-stack-exchange:before {
  content: "\e0a4";
}
.fa-pagelines:before {
  content: "\e0a5";
}
.fa-renren:before {
  content: "\e0a6";
}
.fa-weibo:before {
  content: "\e0a7";
}
.fa-vk:before {
  content: "\e0a8";
}
.fa-bug:before {
  content: "\e0a9";
}
.fa-archive:before {
  content: "\e0aa";
}
.fa-moon-o:before {
  content: "\e0ab";
}
.fa-sun-o:before {
  content: "\e0ac";
}
.fa-long-arrow-left:before {
  content: "\e0ad";
}
.fa-long-arrow-right:before {
  content: "\e0ae";
}
.fa-apple:before {
  content: "\e0af";
}
.fa-windows:before {
  content: "\e0b0";
}
.fa-android:before {
  content: "\e0b1";
}
.fa-linux:before {
  content: "\e0b2";
}
.fa-dribbble:before {
  content: "\e0b3";
}
.fa-skype:before {
  content: "\e0b4";
}
.fa-foursquare:before {
  content: "\e0b5";
}
.fa-trello:before {
  content: "\e0b6";
}
.fa-female:before {
  content: "\e0b7";
}
.fa-male:before {
  content: "\e0b8";
}
.fa-gratipay:before {
  content: "\e0b9";
}
.fa-long-arrow-up:before {
  content: "\e0ba";
}
.fa-long-arrow-down:before {
  content: "\e0bb";
}
.fa-tumblr-square:before {
  content: "\e0bc";
}
.fa-tumblr:before {
  content: "\e0bd";
}
.fa-bitbucket-square:before {
  content: "\e0be";
}
.fa-bitbucket:before {
  content: "\e0bf";
}
.fa-adn:before {
  content: "\e0c0";
}
.fa-flickr:before {
  content: "\e0c1";
}
.fa-instagram:before {
  content: "\e0c2";
}
.fa-stack-overflow:before {
  content: "\e0c3";
}
.fa-dropbox:before {
  content: "\e0c4";
}
.fa-youtube-play:before {
  content: "\e0c5";
}
.fa-xing-square:before {
  content: "\e0c6";
}
.fa-file:before {
  content: "\e0c7";
}
.fa-file-text:before {
  content: "\e0c8";
}
.fa-sort-alpha-asc:before {
  content: "\e0c9";
}
.fa-sort-alpha-desc:before {
  content: "\e0ca";
}
.fa-sort-amount-asc:before {
  content: "\e0cb";
}
.fa-sort-amount-desc:before {
  content: "\e0cc";
}
.fa-sort-numeric-asc:before {
  content: "\e0cd";
}
.fa-sort-numeric-desc:before {
  content: "\e0ce";
}
.fa-thumbs-up:before {
  content: "\e0cf";
}
.fa-thumbs-down:before {
  content: "\e0d0";
}
.fa-youtube-square:before {
  content: "\e0d1";
}
.fa-youtube:before {
  content: "\e0d2";
}
.fa-xing:before {
  content: "\e0d3";
}
.fa-btc:before {
  content: "\e0d4";
}
.fa-won:before {
  content: "\e0d5";
}
.fa-rub:before {
  content: "\e0d6";
}
.fa-jpy:before {
  content: "\e0d7";
}
.fa-inr:before {
  content: "\e0d8";
}
.fa-usd:before {
  content: "\e0d9";
}
.fa-gbp:before {
  content: "\e0da";
}
.fa-eur:before {
  content: "\e0db";
}
.fa-caret-square-o-right:before {
  content: "\e0dc";
}
.fa-caret-square-o-up:before {
  content: "\e0dd";
}
.fa-caret-square-o-down:before {
  content: "\e0de";
}
.fa-compass:before {
  content: "\e0df";
}
.fa-share-square:before {
  content: "\e0e0";
}
.fa-bullseye:before {
  content: "\e0e1";
}
.fa-ellipsis-h:before {
  content: "\e0e2";
}
.fa-ellipsis-v:before {
  content: "\e0e3";
}
.fa-rss-square:before {
  content: "\e0e4";
}
.fa-play-circle:before {
  content: "\e0e5";
}
.fa-ticket:before,
.icon-ticket:before {
  content: "\e0e6";
}
.fa-minus-square:before {
  content: "\e0e7";
}
.fa-minus-square-o:before {
  content: "\e0e8";
}
.fa-level-up:before {
  content: "\e0e9";
}
.fa-level-down:before {
  content: "\e0ea";
}
.fa-check-square:before {
  content: "\e0eb";
}
.fa-pencil-square:before {
  content: "\e0ec";
}
.fa-external-link-square:before {
  content: "\e0ed";
}
.fa-unlock-alt:before {
  content: "\e0ee";
}
.fa-anchor:before {
  content: "\e0ef";
}
.fa-css3:before {
  content: "\e0f0";
}
.fa-html5:before {
  content: "\e0f1";
}
.fa-chevron-circle-down:before {
  content: "\e0f2";
}
.fa-chevron-circle-up:before {
  content: "\e0f3";
}
.fa-chevron-circle-right:before {
  content: "\e0f4";
}
.fa-chevron-circle-left:before {
  content: "\e0f5";
}
.fa-maxcdn:before {
  content: "\e0f6";
}
.fa-rocket:before {
  content: "\e0f7";
}
.fa-fire-extinguisher:before {
  content: "\e0f8";
}
.fa-calendar-o:before,
.icon-calendar-o:before {
  content: "\e0f9";
}
.fa-shield:before {
  content: "\e0fa";
}
.fa-location-arrow:before {
  content: "\e0fb";
}
.fa-crop:before {
  content: "\e0fc";
}
.fa-folder-o:before {
  content: "\e0fd";
}
.fa-folder-open-o:before {
  content: "\e0fe";
}
.fa-smile-o:before {
  content: "\e0ff";
}
.fa-code-fork:before {
  content: "\e100";
}
.fa-chain-broken:before {
  content: "\e101";
}
.fa-frown-o:before {
  content: "\e102";
}
.fa-meh-o:before {
  content: "\e103";
}
.fa-question:before {
  content: "\e104";
}
.fa-info:before {
  content: "\e105";
}
.fa-gamepad:before {
  content: "\e106";
}
.fa-keyboard-o:before {
  content: "\e107";
}
.fa-exclamation:before {
  content: "\e108";
}
.fa-superscript:before {
  content: "\e109";
}
.fa-flag-o:before {
  content: "\e10a";
}
.fa-flag-checkered:before {
  content: "\e10b";
}
.fa-subscript:before {
  content: "\e10c";
}
.fa-eraser:before {
  content: "\e10d";
}
.fa-terminal:before {
  content: "\e10e";
}
.fa-code:before {
  content: "\e10f";
}
.fa-puzzle-piece:before {
  content: "\e110";
}
.fa-microphone:before {
  content: "\e111";
}
.fa-reply-all:before {
  content: "\e112";
}
.fa-star-half-o:before {
  content: "\e113";
}
.fa-microphone-slash:before {
  content: "\e114";
}
.fa-github-alt:before {
  content: "\e115";
}
.fa-reply:before {
  content: "\e116";
}
.fa-angle-left:before {
  content: "\e117";
}
.fa-angle-right:before {
  content: "\e118";
}
.fa-angle-double-down:before {
  content: "\e119";
}
.fa-circle:before {
  content: "\e11a";
}
.fa-quote-right:before {
  content: "\e11b";
}
.fa-spinner:before {
  content: "\e11c";
}
.fa-angle-double-up:before {
  content: "\e11d";
}
.fa-angle-double-right:before {
  content: "\e11e";
}
.fa-angle-double-left:before {
  content: "\e11f";
}
.fa-quote-left:before {
  content: "\e120";
}
.fa-circle-o:before {
  content: "\e121";
}
.fa-plus-square:before {
  content: "\e122";
}
.fa-h-square:before {
  content: "\e123";
}
.fa-mobile:before {
  content: "\e124";
}
.fa-tablet:before {
  content: "\e125";
}
.fa-beer:before {
  content: "\e126";
}
.fa-fighter-jet:before {
  content: "\e127";
}
.fa-laptop:before {
  content: "\e128";
}
.fa-desktop:before {
  content: "\e129";
}
.fa-medkit:before {
  content: "\e12a";
}
.fa-ambulance:before {
  content: "\e12b";
}
.fa-angle-down:before {
  content: "\e12c";
}
.fa-angle-up:before {
  content: "\e12d";
}
.fa-hospital-o:before {
  content: "\e12e";
}
.fa-clipboard:before {
  content: "\e12f";
}
.fa-sort:before {
  content: "\e130";
}
.fa-sort-desc:before {
  content: "\e131";
}
.fa-lightbulb-o:before {
  content: "\e132";
}
.fa-exchange:before {
  content: "\e133";
}
.fa-sort-asc:before {
  content: "\e134";
}
.fa-envelope:before,
.icon-envelope:before {
  content: "\e135";
}
.fa-cloud-download:before {
  content: "\e136";
}
.fa-cloud-upload:before {
  content: "\e137";
}
.fa-linkedin:before {
  content: "\e138";
}
.fa-undo:before {
  content: "\e139";
}
.fa-user-md:before {
  content: "\e13a";
}
.fa-stethoscope:before {
  content: "\e13b";
}
.fa-gavel:before {
  content: "\e13c";
}
.fa-tachometer:before {
  content: "\e13d";
}
.fa-suitcase:before {
  content: "\e13e";
}
.fa-bell:before {
  content: "\e13f";
}
.fa-comment-o:before {
  content: "\e140";
}
.fa-comments-o:before {
  content: "\e141";
}
.fa-coffee:before {
  content: "\e142";
}
.fa-cutlery:before {
  content: "\e143";
}
.fa-bolt:before {
  content: "\e144";
}
.fa-sitemap:before {
  content: "\e145";
}
.fa-umbrella:before {
  content: "\e146";
}
.fa-building-o:before {
  content: "\e147";
}
.fa-file-text-o:before {
  content: "\e148";
}
.fa-columns:before {
  content: "\e149";
}
.fa-caret-right:before {
  content: "\e14a";
}
.fa-strikethrough:before {
  content: "\e14b";
}
.fa-underline:before {
  content: "\e14c";
}
.fa-list-ol:before {
  content: "\e14d";
}
.fa-caret-left:before {
  content: "\e14e";
}
.fa-caret-up:before {
  content: "\e14f";
}
.fa-list-ol-1:before {
  content: "\e150";
}
.fa-bars:before {
  content: "\e151";
}
.fa-caret-down:before {
  content: "\e152";
}
.fa-money:before {
  content: "\e153";
}
.fa-square:before {
  content: "\e154";
}
.fa-floppy-o:before {
  content: "\e155";
}
.fa-google-plus:before {
  content: "\e156";
}
.fa-google-plus-square:before {
  content: "\e157";
}
.fa-paperclip:before {
  content: "\e158";
}
.fa-files-o:before {
  content: "\e159";
}
.fa-pinterest-square:before {
  content: "\e15a";
}
.fa-pinterest-1:before {
  content: "\e15b";
}
.fa-scissors:before {
  content: "\e15c";
}
.fa-flask:before {
  content: "\e15d";
}
.fa-truck:before {
  content: "\e15e";
}
.fa-magic:before {
  content: "\e15f";
}
.fa-cloud:before {
  content: "\e160";
}
.fa-link:before {
  content: "\e161";
}
.fa-table:before {
  content: "\e162";
}
.fa-hand-o-up:before {
  content: "\e163";
}
.fa-phone-square:before {
  content: "\e164";
}
.fa-heart-o:before {
  content: "\e165";
}
.fa-sign-out:before {
  content: "\e166";
}
.fa-twitter:before,
.icon-twitter:before {
  content: "\e167";
}
.fa-hand-o-down:before {
  content: "\e168";
}
.fa-arrow-circle-left:before {
  content: "\e169";
}
.fa-facebook:before {
  content: "\e16a";
}
.fa-linkedin-square:before {
  content: "\e16b";
}
.fa-thumb-tack:before {
  content: "\e16c";
}
.fa-github:before {
  content: "\e16d";
}
.fa-arrow-circle-right:before {
  content: "\e16e";
}
.fa-arrow-circle-up:before {
  content: "\e16f";
}
.fa-unlock:before {
  content: "\e170";
}
.fa-external-link:before {
  content: "\e171";
}
.fa-sign-in:before {
  content: "\e172";
}
.fa-credit-card:before {
  content: "\e173";
}
.fa-arrow-circle-down:before {
  content: "\e174";
}
.fa-globe:before,
.icon-globe:before {
  content: "\e175";
}
.fa-rss:before {
  content: "\e176";
}
.fa-trophy:before {
  content: "\e177";
}
.fa-github-square:before {
  content: "\e178";
}
.fa-hdd-o:before {
  content: "\e179";
}
.fa-wrench:before {
  content: "\e17a";
}
.fa-tasks:before {
  content: "\e17b";
}
.fa-bullhorn:before {
  content: "\e17c";
}
.fa-upload:before {
  content: "\e17d";
}
.fa-lemon-o:before {
  content: "\e17e";
}
.fa-bell-o:before {
  content: "\e17f";
}
.fa-filter:before {
  content: "\e180";
}
.fa-briefcase:before {
  content: "\e181";
}
.fa-certificate:before {
  content: "\e182";
}
.fa-phone:before {
  content: "\e183";
}
.fa-square-o:before {
  content: "\e184";
}
.fa-hand-o-right:before {
  content: "\e185";
}
.fa-arows-alt:before {
  content: "\e186";
}
.fa-users:before {
  content: "\e187";
}
.fa-hand-o-left:before {
  content: "\e188";
}
.fa-bookmark-o:before {
  content: "\e189";
}
.fa-star-half:before {
  content: "\e18a";
}
.fa-folder:before {
  content: "\e18b";
}
.fa-fire:before {
  content: "\e18c";
}
.fa-leaf:before {
  content: "\e18d";
}
.fa-shopping-cart:before {
  content: "\e18e";
}
.fa-thumbs-o-down:before {
  content: "\e18f";
}
.fa-thumbs-o-up:before {
  content: "\e190";
}
.fa-retweet:before {
  content: "\e191";
}
.fa-gift:before {
  content: "\e192";
}
.fa-exclamation-circle:before {
  content: "\e193";
}
.fa-chevron-down:before {
  content: "\e194";
}
.fa-comments:before {
  content: "\e195";
}
.fa-cogs:before {
  content: "\e196";
}
.fa-chevron-up:before {
  content: "\e197";
}
.fa-asterisk:before {
  content: "\e198";
}
.fa-minus:before {
  content: "\e199";
}
.fa-magnet:before {
  content: "\e19a";
}
.fa-key:before {
  content: "\e19b";
}
.fa-camera-retro:before {
  content: "\e19c";
}
.fa-comment:before {
  content: "\e19d";
}
.fa-plus:before {
  content: "\e19e";
}
.fa-compress:before {
  content: "\e19f";
}
.fa-random:before {
  content: "\e1a0";
}
.fa-facebook-square:before {
  content: "\e1a1";
}
.fa-twitter-square:before {
  content: "\e1a2";
}
.fa-calendar:before {
  content: "\e1a3";
}
.fa-expand:before {
  content: "\e1a4";
}
.fa-share:before {
  content: "\e1a5";
}
.fa-plane:before {
  content: "\e1a6";
}
.fa-bar-chart:before {
  content: "\e1a7";
}
.fa-arrows-h:before {
  content: "\e1a8";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\e1a9";
}
.fa-arrow-down:before {
  content: "\e1aa";
}
.fa-arrow-up:before {
  content: "\e1ab";
}
.fa-eye-slash:before {
  content: "\e1ac";
}
.fa-arrows-v:before {
  content: "\e1ad";
}
.fa-folder-open:before {
  content: "\e1ae";
}
.fa-eye:before {
  content: "\e1af";
}
.fa-arrow-right:before {
  content: "\e1b0";
}
.fa-chevron-left:before {
  content: "\e1b1";
}
.fa-share-square-o:before {
  content: "\e1b2";
}
.fa-align-center:before {
  content: "\e1b3";
}
.fa-barcode:before {
  content: "\e1b4";
}
.fa-tag:before {
  content: "\e1b5";
}
.fa-align-right:before {
  content: "\e1b6";
}
.fa-check-square-o:before {
  content: "\e1b7";
}
.fa-chevron-right:before {
  content: "\e1b8";
}
.fa-plus-circle:before {
  content: "\e1b9";
}
.fa-arrows:before {
  content: "\e1ba";
}
.fa-align-justify:before {
  content: "\e1bb";
}
.fa-tags:before {
  content: "\e1bc";
}
.fa-book:before {
  content: "\e1bd";
}
.fa-list:before {
  content: "\e1be";
}
.fa-step-backward:before {
  content: "\e1bf";
}
.fa-minus-circle:before {
  content: "\e1c0";
}
.fa-times-circle:before {
  content: "\e1c1";
}
.fa-fast-backward:before {
  content: "\e1c2";
}
.fa-outdent:before {
  content: "\e1c3";
}
.fa-bookmark:before {
  content: "\e1c4";
}
.fa-print:before {
  content: "\e1c5";
}
.fa-indent:before {
  content: "\e1c6";
}
.fa-backward:before {
  content: "\e1c7";
}
.fa-check-circle:before {
  content: "\e1c8";
}
.fa-question-circle:before {
  content: "\e1c9";
}
.fa-play:before {
  content: "\e1ca";
}
.fa-video-camera:before,
.icon-video-camera:before {
  content: "\e1cb";
}
.fa-camera:before {
  content: "\e1cc";
}
.fa-font:before,
.icon-font:before {
  content: "\e1cd";
}
.fa-picture-o:before {
  content: "\e1ce";
}
.fa-pause:before {
  content: "\e1cf";
}
.fa-info-circle:before {
  content: "\e1d0";
}
.fa-crosshairs:before {
  content: "\e1d1";
}
.fa-stop:before {
  content: "\e1d2";
}
.fa-pencil:before {
  content: "\e1d3";
}
.fa-bold:before {
  content: "\e1d4";
}
.fa-italic:before {
  content: "\e1d5";
}
.fa-map-marker:before,
.icon-map-marker:before {
  content: "\e1d6";
}
.fa-forward:before {
  content: "\e1d7";
}
.fa-times-circle-o:before {
  content: "\e1d8";
}
.fa-check-circle-o:before {
  content: "\e1d9";
}
.fa-fast-forward:before {
  content: "\e1da";
}
.fa-adjuts:before {
  content: "\e1db";
}
.fa-text-height:before {
  content: "\e1dc";
}
.fa-text-width:before {
  content: "\e1dd";
}
.fa-tint:before {
  content: "\e1de";
}
.fa-step-forward:before {
  content: "\e1df";
}
.fa-ban:before {
  content: "\e1e0";
}
.fa-arrow-left:before {
  content: "\e1e1";
}
.fa-eject:before {
  content: "\e1e2";
}
.fa-pencil-square-o:before {
  content: "\e1e3";
}
.fa-align-left:before {
  content: "\e1e4";
}
.fa-qrcode:before {
  content: "\e1e5";
}
.fa-arrow-circle-o-down:before {
  content: "\e1e6";
}
.fa-check:before {
  content: "\e1e7";
}
.fa-th-list:before {
  content: "\e1e8";
}
.fa-download:before {
  content: "\e1e9";
}
.fa-volume-up:before {
  content: "\e1ea";
}
.fa-volume-down:before {
  content: "\e1eb";
}
.fa-road:before {
  content: "\e1ec";
}
.fa-th:before {
  content: "\e1ed";
}
.fa-th-large:before {
  content: "\e1ee";
}
.fa-clock-o:before {
  content: "\e1ef";
}
.fa-volume-off:before {
  content: "\e1f0";
}
.fa-headphones:before {
  content: "\e1f1";
}
.fa-file-o:before {
  content: "\e1f2";
}
.fa-film:before {
  content: "\e1f3";
}
.fa-user:before,
.icon-user:before {
  content: "\e1f4";
}
.fa-home:before {
  content: "\e1f5";
}
.fa-flag:before {
  content: "\e1f6";
}
.fa-lock:before {
  content: "\e1f7";
}
.fa-trash-o:before {
  content: "\e1f8";
}
.fa-star-o:before {
  content: "\e1f9";
}
.fa-star:before {
  content: "\e1fa";
}
.fa-cog:before {
  content: "\e1fb";
}
.fa-list-alt:before {
  content: "\e1fc";
}
.fa-refresh:before {
  content: "\e1fd";
}
.fa-signal:before {
  content: "\e1fe";
}
.fa-heart:before {
  content: "\e1ff";
}
.fa-envelope-o:before {
  content: "\e200";
}
.fa-power-off:before {
  content: "\e201";
}
.fa-repeat:before {
  content: "\e202";
}
.fa-play-circle-o:before {
  content: "\e203";
}
.fa-search-minus:before {
  content: "\e204";
}
.fa-search:before,
.icon-search:before {
  content: "\e205";
}
.fa-inbox:before {
  content: "\e206";
}
.icon-kilometer:before {
  content: "\e207";
}