/* ==========================================================================
   Font Configuration
   ========================================================================== */
@font-face {
    font-family: 'font-apex';
    src:
        url('../fonts/font-apex.woff2?v1.0') format('woff2'),
        url('../fonts/font-apex.woff?v1.0') format('woff'),
        url('../fonts/font-apex.ttf?v1.0') format('truetype'),
        url('../fonts/font-apex.svg?v1.0#font-apex') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Base Font-APEX Prefix
   ========================================================================== */

.fa {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa:before,
.fa:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'font-apex' !important;
}
.fa:before {
  display: inline-block;
  vertical-align: top;
}

/* Font APEX Modifiers
   ========================================================================== */
.fa:after {
  display: block;
  vertical-align: bottom;
  font-size: 0.5625em;
  line-height: 1;
  background-color: white;
  border-radius: 36px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* Icon Modifiers
   ========================================================================== */
.fam-25-percent:after  { content: "\e9ca"; }
.fam-50-percent:after  { content: "\e9ec"; }
.fam-75-percent:after  { content: "\e9ed"; }
.fam-100-percent:after { content: "\e9ee"; }
.fam-arrow-down:after  { content: "\e9ef"; }
.fam-arrow-left:after  { content: "\e9f0"; }
.fam-arrow-right:after { content: "\e9f1"; }
.fam-arrow-up:after    { content: "\e9f2"; }
.fam-blank:after       { content: "\e9f3"; }
.fam-check:after       { content: "\e9f4"; }
.fam-circle:after      { content: "\e9f5"; }
.fam-clock:after       { content: "\e9f6"; }
.fam-ellipsis-h:after  { content: "\e9f7"; }
.fam-ellipsis-v:after  { content: "\e9f8"; }
.fam-heart:after       { content: "\e9f9"; }
.fam-information:after { content: "\e9fa"; }
.fam-minus:after       { content: "\e9fb"; }
.fam-pause:after       { content: "\e9fc"; }
.fam-play:after        { content: "\e9fd"; }
.fam-plus:after        { content: "\e9fe"; }
.fam-sleep:after       { content: "\e9ff"; }
.fam-star:after        { content: "\ea00"; }
.fam-stop:after        { content: "\ea01"; }
.fam-warning:after     { content: "\ea02"; }
.fam-x:after           { content: "\ea03"; }

/* Icon Modifier States
   ========================================================================== */
.fam-is-warning:after  { color: #FFD54F !important; }
.fam-is-success:after  { color: #00B533 !important; }
.fam-is-danger:after   { color: #e53935 !important; }
.fam-is-info:after     { color: #0572CE !important; }
.fam-is-disabled:after { color: #A0A0A0 !important; }

/* Size Modifiers
   ========================================================================== */
.fa-lg { font-size: 32px !important; }
.fa-2x { font-size: 32px !important; }
.fa-3x { font-size: 48px !important; }
.fa-4x { font-size: 64px !important; }
.fa-5x { font-size: 80px !important; }

/* Animations and Modifiers
   ========================================================================== */
@keyframes fa-anim-spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}

@keyframes fa-anim-flash {
  0%   { opacity: 0; }
  50%  { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes fa-anim-horizontal-shake {
  0%   { transform: translate(0,0); }
  10%  { transform: translate(-15%,0); }
  30%  { transform: translate(15%,0); }
  50%  { transform: translate(-15%,0); }
  60%  { transform: translate(0,0); }
  100% { transform: translate(0,0); }
}

@keyframes fa-anim-vertical-shake {
  0%   { transform: translate(0,0);}
  10%  { transform: translate(0,-15%);}
  30%  { transform: translate(0,15%);}
  50%  { transform: translate(0,-15%);}
  60%  { transform: translate(0,0); }
  100% { transform: translate(0,0); }
}

.fa-anim-spin { animation: fa-anim-spin 2s infinite linear; }
.fa-anim-spin-step { animation: fa-anim-spin 2s infinite steps(8); }
.fa-anim-flash { animation: fa-anim-flash 1s infinite ease; }
.fa-anim-horizontal-shake {animation: fa-anim-horizontal-shake 1s infinite ease}
.fa-anim-vertical-shake {animation: fa-anim-vertical-shake 1s infinite ease}

.fa-rotate-90:before { transform: rotate(90deg); }
.fa-rotate-180:before { transform: rotate(180deg); }
.fa-rotate-270:before { transform: rotate(270deg); }
.fa-flip-horizontal:before { transform: scale(-1, 1); }
.fa-flip-vertical:before { transform: scale(1, -1); }

/* ==========================================================================
   The Icons
   ========================================================================== */

/* Font APEX Specific Icons
   ========================================================================== */
.fa-oracle:before                              { content: "\e900" !important; }
.fa-oracle-o:before                            { content: "\e901" !important; }
.fa-oracle-o-square:before                     { content: "\e902" !important; }
.fa-apex:before                                { content: "\e903" !important; }
.fa-apex-square:before                         { content: "\e904" !important; }
.fa-bar-chart-horizontal:before                { content: "\e905" !important; }
.fa-bubble-chart:before                        { content: "\e906" !important; }
.fa-combo-chart:before                         { content: "\e907" !important; }
.fa-dial-gauge-chart:before                    { content: "\e908" !important; }
.fa-donut-chart:before                         { content: "\e909" !important; }
.fa-funnel-chart:before                        { content: "\e90a" !important; }
.fa-gantt-chart:before                         { content: "\e90b" !important; }
.fa-line-area-chart:before                     { content: "\e90c" !important; }
.fa-page-bottom:before                         { content: "\e90d" !important; }
.fa-page-first:before                          { content: "\e90e" !important; }
.fa-page-last:before                           { content: "\e90f" !important; }
.fa-page-top:before                            { content: "\e910" !important; }
.fa-polar-chart:before                         { content: "\e911" !important; }
.fa-radar-chart:before                         { content: "\e912" !important; }
.fa-range-chart-area:before                    { content: "\e913" !important; }
.fa-range-chart-bar:before                     { content: "\e914" !important; }
.fa-scatter-chart:before                       { content: "\e915" !important; }
.fa-stock-chart:before                         { content: "\e916" !important; }
.fa-x-axis:before                              { content: "\e917" !important; }
.fa-y-axis:before                              { content: "\e918" !important; }
.fa-y1-axis:before                             { content: "\e919" !important; }
.fa-y2-axis:before                             { content: "\e91a" !important; }
.fa-user-arrow-down:before                     { content: "\e91b" !important; }
.fa-user-arrow-up:before                       { content: "\e91c" !important; }
.fa-user-chart:before                          { content: "\e91d" !important; }
.fa-user-circle-o:before                       { content: "\e91e" !important; }
.fa-cloud-wrench:before                        { content: "\e91f" !important; }
.fa-cloud-x:before                             { content: "\e920" !important; }
.fa-user-check:before                          { content: "\e921" !important; }
.fa-user-clock:before                          { content: "\e922" !important; }
.fa-user-graduate:before                       { content: "\e923" !important; }
.fa-user-heart:before                          { content: "\e924" !important; }
.fa-user-lock:before                           { content: "\e925" !important; }
.fa-user-magnifying-glass:before               { content: "\e926" !important; }
.fa-user-edit:before                           { content: "\e927" !important; }
.fa-user-wrench:before                         { content: "\e928" !important; }
.fa-user-ban:before                            { content: "\e929" !important; }
.fa-user-cursor:before                         { content: "\e92a" !important; }
.fa-cart-arrow-up:before                       { content: "\e92b" !important; }
.fa-cart-check:before                          { content: "\e92c" !important; }
.fa-cart-empty:before                          { content: "\e92d" !important; }
.fa-cart-full:before                           { content: "\e92e" !important; }
.fa-cart-heart:before                          { content: "\e92f" !important; }
.fa-cart-lock:before                           { content: "\e930" !important; }
.fa-cart-magnifying-glass:before               { content: "\e931" !important; }
.fa-cart-edit:before                           { content: "\e932" !important; }
.fa-cart-times:before                          { content: "\e933" !important; }
.fa-user-headset:before                        { content: "\e934" !important; }
.fa-user-play:before                           { content: "\e935" !important; }
.fa-user-pointer:before                        { content: "\e936" !important; }
.fa-table-arrow-down:before                    { content: "\e937" !important; }
.fa-table-arrow-up:before                      { content: "\e938" !important; }
.fa-table-ban:before                           { content: "\e939" !important; }
.fa-table-chart:before                         { content: "\e93a" !important; }
.fa-table-check:before                         { content: "\e93b" !important; }
.fa-table-clock:before                         { content: "\e93c" !important; }
.fa-table-cursor:before                        { content: "\e93d" !important; }
.fa-table-edit:before                          { content: "\e93e" !important; }
.fa-table-heart:before                         { content: "\e93f" !important; }
.fa-table-lock:before                          { content: "\e940" !important; }
.fa-table-play:before                          { content: "\e941" !important; }
.fa-table-plus:before                          { content: "\e942" !important; }
.fa-headset:before                             { content: "\e943" !important; }
.fa-tools:before                               { content: "\e944" !important; }
.fa-table-pointer:before                       { content: "\e945" !important; }
.fa-table-search:before                        { content: "\e946" !important; }
.fa-table-user:before                          { content: "\e947" !important; }
.fa-table-wrench:before                        { content: "\e948" !important; }
.fa-table-x:before                             { content: "\e949" !important; }
.fa-folder-arrow-down:before                   { content: "\e94a" !important; }
.fa-folder-arrow-up:before                     { content: "\e94b" !important; }
.fa-folder-ban:before                          { content: "\e94c" !important; }
.fa-folder-chart:before                        { content: "\e94d" !important; }
.fa-folder-check:before                        { content: "\e94e" !important; }
.fa-folder-clock:before                        { content: "\e94f" !important; }
.fa-folder-cursor:before                       { content: "\e950" !important; }
.fa-folder-edit:before                         { content: "\e951" !important; }
.fa-folder-heart:before                        { content: "\e952" !important; }
.fa-folder-lock:before                         { content: "\e953" !important; }
.fa-folder-play:before                         { content: "\e954" !important; }
.fa-folder-plus:before                         { content: "\e955" !important; }
.fa-folder-pointer:before                      { content: "\e956" !important; }
.fa-folder-search:before                       { content: "\e957" !important; }
.fa-folder-user:before                         { content: "\e958" !important; }
.fa-folder-wrench:before                       { content: "\e959" !important; }
.fa-folder-x:before                            { content: "\e95a" !important; }
.fa-file-arrow-down:before                     { content: "\e95b" !important; }
.fa-file-arrow-up:before                       { content: "\e95c" !important; }
.fa-file-ban:before                            { content: "\e95d" !important; }
.fa-ellipsis-h-o:before                        { content: "\e95e" !important; }
.fa-ellipsis-v-o:before                        { content: "\e95f" !important; }
.fa-file-chart:before                          { content: "\e960" !important; }
.fa-file-check:before                          { content: "\e961" !important; }
.fa-file-clock:before                          { content: "\e962" !important; }
.fa-file-cursor:before                         { content: "\e963" !important; }
.fa-file-edit:before                           { content: "\e964" !important; }
.fa-file-heart:before                          { content: "\e965" !important; }
.fa-file-lock:before                           { content: "\e966" !important; }
.fa-file-play:before                           { content: "\e967" !important; }
.fa-file-plus:before                           { content: "\e968" !important; }
.fa-file-pointer:before                        { content: "\e969" !important; }
.fa-file-search:before                         { content: "\e96a" !important; }
.fa-file-user:before                           { content: "\e96b" !important; }
.fa-file-wrench:before                         { content: "\e96c" !important; }
.fa-file-x:before                              { content: "\e96d" !important; }
.fa-envelope-arrow-down:before                 { content: "\e96e" !important; }
.fa-envelope-arrow-up:before                   { content: "\e96f" !important; }
.fa-circle-0-8:before                          { content: "\e970" !important; }
.fa-circle-1-8:before                          { content: "\e971" !important; }
.fa-circle-2-8:before                          { content: "\e972" !important; }
.fa-circle-3-8:before                          { content: "\e973" !important; }
.fa-circle-4-8:before                          { content: "\e974" !important; }
.fa-circle-5-8:before                          { content: "\e975" !important; }
.fa-circle-6-8:before                          { content: "\e976" !important; }
.fa-circle-7-8:before                          { content: "\e977" !important; }
.fa-circle-8-8:before                          { content: "\e978" !important; }
.fa-envelope-ban:before                        { content: "\e979" !important; }
.fa-envelope-chart:before                      { content: "\e97a" !important; }
.fa-envelope-check:before                      { content: "\e97b" !important; }
.fa-envelope-clock:before                      { content: "\e97c" !important; }
.fa-envelope-cursor:before                     { content: "\e97d" !important; }
.fa-envelope-edit:before                       { content: "\e97e" !important; }
.fa-envelope-heart:before                      { content: "\e97f" !important; }
.fa-envelope-lock:before                       { content: "\e980" !important; }
.fa-envelope-open-o:before                     { content: "\e981" !important; }
.fa-envelope-play:before                       { content: "\e982" !important; }
.fa-envelope-plus:before                       { content: "\e983" !important; }
.fa-envelope-pointer:before                    { content: "\e984" !important; }
.fa-envelope-search:before                     { content: "\e985" !important; }
.fa-envelope-user:before                       { content: "\e986" !important; }
.fa-envelope-wrench:before                     { content: "\e987" !important; }
.fa-envelope-x:before                          { content: "\e988" !important; }
.fa-cloud-ban:before                           { content: "\e989" !important; }
.fa-cloud-chart:before                         { content: "\e98a" !important; }
.fa-cloud-check:before                         { content: "\e98b" !important; }
.fa-cloud-clock:before                         { content: "\e98c" !important; }
.fa-cloud-cursor:before                        { content: "\e98d" !important; }
.fa-number-0-o:before                          { content: "\e98e" !important; }
.fa-number-0:before                            { content: "\e98f" !important; }
.fa-number-1-o:before                          { content: "\e990" !important; }
.fa-number-1:before                            { content: "\e991" !important; }
.fa-number-2-o:before                          { content: "\e992" !important; }
.fa-number-2:before                            { content: "\e993" !important; }
.fa-number-3-o:before                          { content: "\e994" !important; }
.fa-number-3:before                            { content: "\e995" !important; }
.fa-number-4-o:before                          { content: "\e996" !important; }
.fa-number-4:before                            { content: "\e997" !important; }
.fa-number-5-o:before                          { content: "\e998" !important; }
.fa-number-5:before                            { content: "\e999" !important; }
.fa-number-6-o:before                          { content: "\e99a" !important; }
.fa-number-6:before                            { content: "\e99b" !important; }
.fa-number-7-o:before                          { content: "\e99c" !important; }
.fa-number-7:before                            { content: "\e99d" !important; }
.fa-number-8-o:before                          { content: "\e99e" !important; }
.fa-number-8:before                            { content: "\e99f" !important; }
.fa-number-9-o:before                          { content: "\e9a0" !important; }
.fa-number-9:before                            { content: "\e9a1" !important; }
.fa-cloud-edit:before                          { content: "\e9a2" !important; }
.fa-cloud-heart:before                         { content: "\e9a3" !important; }
.fa-cloud-lock:before                          { content: "\e9a4" !important; }
.fa-cloud-play:before                          { content: "\e9a5" !important; }
.fa-cloud-plus:before                          { content: "\e9a6" !important; }
.fa-cloud-pointer:before                       { content: "\e9a7" !important; }
.fa-cloud-search:before                        { content: "\e9a8" !important; }
.fa-cloud-user:before                          { content: "\e9a9" !important; }
.fa-calendar-alarm:before                      { content: "\e9aa" !important; }
.fa-calendar-arrow-down:before                 { content: "\e9ab" !important; }
.fa-calendar-arrow-up:before                   { content: "\e9ac" !important; }
.fa-calendar-ban:before                        { content: "\e9ad" !important; }
.fa-calendar-chart:before                      { content: "\e9ae" !important; }
.fa-calendar-clock:before                      { content: "\e9af" !important; }
.fa-calendar-cursor:before                     { content: "\e9b0" !important; }
.fa-calendar-edit:before                       { content: "\e9b1" !important; }
.fa-calendar-heart:before                      { content: "\e9b2" !important; }
.fa-calendar-lock:before                       { content: "\e9b3" !important; }
.fa-calendar-play:before                       { content: "\e9b4" !important; }
.fa-calendar-pointer:before                    { content: "\e9b5" !important; }
.fa-calendar-search:before                     { content: "\e9b6" !important; }
.fa-calendar-user:before                       { content: "\e9b7" !important; }
.fa-calendar-wrench:before                     { content: "\e9b8" !important; }
.fa-database-arrow-down:before                 { content: "\e9b9" !important; }
.fa-database-arrow-up:before                   { content: "\e9ba" !important; }
.fa-database-ban:before                        { content: "\e9bb" !important; }
.fa-database-chart:before                      { content: "\e9bc" !important; }
.fa-database-check:before                      { content: "\e9bd" !important; }
.fa-database-clock:before                      { content: "\e9be" !important; }
.fa-database-cursor:before                     { content: "\e9bf" !important; }
.fa-database-edit:before                       { content: "\e9c0" !important; }
.fa-database-heart:before                      { content: "\e9c1" !important; }
.fa-database-lock:before                       { content: "\e9c2" !important; }
.fa-database-play:before                       { content: "\e9c3" !important; }
.fa-database-plus:before                       { content: "\e9c4" !important; }
.fa-database-pointer:before                    { content: "\e9c5" !important; }
.fa-database-search:before                     { content: "\e9c6" !important; }
.fa-database-user:before                       { content: "\e9c7" !important; }
.fa-database-wrench:before                     { content: "\e9c8" !important; }
.fa-database-x:before                          { content: "\e9c9" !important; }
.fa-tiles-2x2:before                           { content: "\e9cb" !important; }
.fa-shapes:before                              { content: "\e9cc" !important; }
.fa-contacts:before                            { content: "\e9cd" !important; }
.fa-package:before                             { content: "\e9ce" !important; }
.fa-box-arrow-in-east:before                   { content: "\f090" !important; }
.fa-box-arrow-in-ne:before                     { content: "\e9cf" !important; }
.fa-box-arrow-in-north:before                  { content: "\e9d0" !important; }
.fa-box-arrow-in-nw:before                     { content: "\e9d1" !important; }
.fa-box-arrow-in-se:before                     { content: "\e9d2" !important; }
.fa-box-arrow-in-south:before                  { content: "\e9d3" !important; }
.fa-box-arrow-in-sw:before                     { content: "\e9d4" !important; }
.fa-box-arrow-in-west:before                   { content: "\e9d5" !important; }
.fa-box-arrow-out-north:before                 { content: "\e9d6" !important; }
.fa-box-arrow-out-east:before                  { content: "\f08b" !important; }
.fa-box-arrow-out-ne:before                    { content: "\f08e" !important; }
.fa-box-arrow-out-nw:before                    { content: "\e9d7" !important; }
.fa-box-arrow-out-se:before                    { content: "\e9d8" !important; }
.fa-box-arrow-out-south:before                 { content: "\e9d9" !important; }
.fa-box-arrow-out-sw:before                    { content: "\e9da" !important; }
.fa-box-arrow-out-west:before                  { content: "\e9db" !important; }
.fa-circle-arrow-in-east:before                { content: "\e9dc" !important; }
.fa-circle-arrow-in-ne:before                  { content: "\e9dd" !important; }
.fa-circle-arrow-in-north:before               { content: "\e9de" !important; }
.fa-circle-arrow-in-nw:before                  { content: "\e9df" !important; }
.fa-circle-arrow-in-se:before                  { content: "\e9e0" !important; }
.fa-circle-arrow-in-south:before               { content: "\e9e1" !important; }
.fa-circle-arrow-in-sw:before                  { content: "\e9e2" !important; }
.fa-circle-arrow-in-west:before                { content: "\e9e3" !important; }
.fa-circle-arrow-out-east:before               { content: "\e9e4" !important; }
.fa-circle-arrow-out-ne:before                 { content: "\e9e5" !important; }
.fa-circle-arrow-out-north:before              { content: "\e9e6" !important; }
.fa-circle-arrow-out-nw:before                 { content: "\e9e7" !important; }
.fa-circle-arrow-out-se:before                 { content: "\e9e8" !important; }
.fa-circle-arrow-out-south:before              { content: "\e9e9" !important; }
.fa-circle-arrow-out-sw:before                 { content: "\e9ea" !important; }
.fa-circle-arrow-out-west:before               { content: "\e9eb" !important; }
.fa-window-arrow-down:before                   { content: "\ea04" !important; }
.fa-window-arrow-up:before                     { content: "\ea05" !important; }
.fa-window-ban:before                          { content: "\ea06" !important; }
.fa-window-bookmark:before                     { content: "\ea07" !important; }
.fa-window-chart:before                        { content: "\ea08" !important; }
.fa-window-check:before                        { content: "\ea09" !important; }
.fa-window-clock:before                        { content: "\ea0a" !important; }
.fa-window-cursor:before                       { content: "\ea0b" !important; }
.fa-window-edit:before                         { content: "\ea0c" !important; }
.fa-window-heart:before                        { content: "\ea0d" !important; }
.fa-window-lock:before                         { content: "\ea0e" !important; }
.fa-window-play:before                         { content: "\ea0f" !important; }
.fa-window-plus:before                         { content: "\ea10" !important; }
.fa-window-pointer:before                      { content: "\ea11" !important; }
.fa-window-search:before                       { content: "\ea12" !important; }
.fa-window-user:before                         { content: "\ea13" !important; }
.fa-window-wrench:before                       { content: "\ea14" !important; }
.fa-window-x:before                            { content: "\ea15" !important; }
.fa-window:before                              { content: "\ea16" !important; }
.fa-flashlight:before                          { content: "\ea17" !important; }
.fa-window-alt-2:before                        { content: "\ea18" !important; }
.fa-font-size-decrease:before                  { content: "\ea19" !important; }
.fa-layout-header-1col-3col:before             { content: "\ea1a" !important; }
.fa-layout-1col-2col:before                    { content: "\ea1b" !important; }
.fa-layout-1col-3col:before                    { content: "\ea1c" !important; }
.fa-layout-1row-2row:before                    { content: "\ea1d" !important; }
.fa-layout-2col-1col:before                    { content: "\ea1e" !important; }
.fa-layout-2col:before                         { content: "\ea1f" !important; }
.fa-layout-2row-1row:before                    { content: "\ea20" !important; }
.fa-layout-2row:before                         { content: "\ea21" !important; }
.fa-layout-3col-1col:before                    { content: "\ea22" !important; }
.fa-layout-3col:before                         { content: "\ea23" !important; }
.fa-layout-3row:before                         { content: "\ea24" !important; }
.fa-layout-blank:before                        { content: "\ea25" !important; }
.fa-layout-footer:before                       { content: "\ea26" !important; }
.fa-layout-grid-3x:before                      { content: "\ea27" !important; }
.fa-layout-header-footer:before                { content: "\ea28" !important; }
.fa-layout-header-nav-left-cards:before        { content: "\ea29" !important; }
.fa-layout-header-nav-left-right-footer:before { content: "\ea2a" !important; }
.fa-layout-header-nav-right-cards:before       { content: "\ea2b" !important; }
.fa-layout-header-sidebar-left:before          { content: "\ea2c" !important; }
.fa-layout-header-sidebar-right:before         { content: "\ea2d" !important; }
.fa-layout-header:before                       { content: "\ea2e" !important; }
.fa-layout-list-left:before                    { content: "\ea2f" !important; }
.fa-layout-list-right:before                   { content: "\ea30" !important; }
.fa-layout-modal-blank:before                  { content: "\ea31" !important; }
.fa-layout-modal-columns:before                { content: "\ea32" !important; }
.fa-layout-modal-grid-2x:before                { content: "\ea33" !important; }
.fa-layout-modal-header:before                 { content: "\ea34" !important; }
.fa-layout-modal-nav-left:before               { content: "\ea35" !important; }
.fa-layout-modal-nav-right:before              { content: "\ea36" !important; }
.fa-layout-modal-rows:before                   { content: "\ea37" !important; }
.fa-layout-nav-left-cards:before               { content: "\ea38" !important; }
.fa-layout-nav-left-hamburger-header:before    { content: "\ea39" !important; }
.fa-layout-nav-left-hamburger:before           { content: "\ea3a" !important; }
.fa-layout-nav-left-header-cards:before        { content: "\ea3b" !important; }
.fa-layout-nav-left-header-header:before       { content: "\ea3c" !important; }
.fa-layout-nav-left-right-header-footer:before { content: "\ea3d" !important; }
.fa-layout-nav-left-right:before               { content: "\ea3e" !important; }
.fa-layout-nav-left:before                     { content: "\ea3f" !important; }
.fa-layout-nav-right-cards:before              { content: "\ea40" !important; }
.fa-layout-nav-right-hamburger-header:before   { content: "\ea41" !important; }
.fa-layout-nav-right-hamburger:before          { content: "\ea42" !important; }
.fa-layout-nav-right-header-cards:before       { content: "\ea43" !important; }
.fa-layout-nav-right-header:before             { content: "\ea44" !important; }
.fa-layout-nav-right:before                    { content: "\ea45" !important; }
.fa-layout-sidebar-left:before                 { content: "\ea46" !important; }
.fa-layout-sidebar-right:before                { content: "\ea47" !important; }
.fa-layouts-grid-2x:before                     { content: "\ea48" !important; }
.fa-alert:before                               { content: "\ea49" !important; }
.fa-badge-list:before                          { content: "\ea4a" !important; }
.fa-badges:before                              { content: "\ea4b" !important; }
.fa-breadcrumb:before                          { content: "\ea4c" !important; }
.fa-button-container:before                    { content: "\ea4d" !important; }
.fa-button-group:before                        { content: "\ea4e" !important; }
.fa-button:before                              { content: "\ea4f" !important; }
.fa-cards:before                               { content: "\ea50" !important; }
.fa-carousel:before                            { content: "\ea51" !important; }
.fa-collapsible:before                         { content: "\ea52" !important; }
.fa-design:before                              { content: "\ea53" !important; }
.fa-dynamic-content:before                     { content: "\ea54" !important; }
.fa-forms:before                               { content: "\ea55" !important; }
.fa-hero:before                                { content: "\ea56" !important; }
.fa-media-list:before                          { content: "\ea57" !important; }
.fa-tabs:before                                { content: "\ea58" !important; }
.fa-tree-org:before                            { content: "\ea59" !important; }
.fa-wizard:before                              { content: "\ea5a" !important; }
.fa-layout-header-2row:before                  { content: "\ea5b" !important; }
.fa-users-chat:before                          { content: "\ea5c" !important; }
.fa-credit-card-terminal:before                { content: "\ea5d" !important; }
.fa-hardware:before                            { content: "\ea5e" !important; }
.fa-folder-cloud:before                        { content: "\ea5f" !important; }
.fa-font-size-increase:before                  { content: "\ea60" !important; }
.fa-font-size:before                           { content: "\ea61" !important; }
.fa-snowflake:before                           { content: "\ea62" !important; }
.fa-redo-alt:before                            { content: "\ea63" !important; }
.fa-redo-arrow:before                          { content: "\ea64" !important; }
.fa-save-as:before                             { content: "\ea65" !important; }
.fa-undo-alt:before                            { content: "\ea66" !important; }
.fa-undo-arrow:before                          { content: "\ea67" !important; }
.fa-arrow-down-left-alt:before                 { content: "\ea68" !important; }
.fa-arrow-down-right-alt:before                { content: "\ea69" !important; }
.fa-arrow-down-alt:before                      { content: "\ea6a" !important; }
.fa-arrow-left-alt:before                      { content: "\ea6b" !important; }
.fa-arrow-right-alt:before                     { content: "\ea6c" !important; }
.fa-arrow-up-left-alt:before                   { content: "\ea6d" !important; }
.fa-arrow-up-right-alt:before                  { content: "\ea6e" !important; }
.fa-arrow-up-alt:before                        { content: "\ea6f" !important; }
.fa-calendar-new:before                        { content: "\ea70" !important; }
.fa-cloud-bookmark:before                      { content: "\ea71" !important; }
.fa-cloud-new:before                           { content: "\ea72" !important; }
.fa-database-bookmark:before                   { content: "\ea73" !important; }
.fa-database-file:before                       { content: "\ea74" !important; }
.fa-database-new:before                        { content: "\ea75" !important; }
.fa-envelope-bookmark:before                   { content: "\ea76" !important; }
.fa-file-bookmark:before                       { content: "\ea77" !important; }
.fa-file-new:before                            { content: "\ea78" !important; }
.fa-folder-file:before                         { content: "\ea79" !important; }
.fa-lock-file:before                           { content: "\ea7a" !important; }
.fa-lock-new:before                            { content: "\ea7b" !important; }
.fa-table-bookmark:before                      { content: "\ea7c" !important; }
.fa-table-file:before                          { content: "\ea7d" !important; }
.fa-table-new:before                           { content: "\ea7e" !important; }
.fa-window-file:before                         { content: "\ea7f" !important; }
.fa-window-new:before                          { content: "\ea80" !important; }
.fa-clipboard-arrow-down:before                { content: "\ea81" !important; }
.fa-clipboard-arrow-up:before                  { content: "\ea82" !important; }
.fa-clipboard-ban:before                       { content: "\ea83" !important; }
.fa-clipboard-bookmark:before                  { content: "\ea84" !important; }
.fa-clipboard-chart:before                     { content: "\ea85" !important; }
.fa-clipboard-check-alt:before                 { content: "\ea86" !important; }
.fa-clipboard-check:before                     { content: "\ea87" !important; }
.fa-clipboard-clock:before                     { content: "\ea88" !important; }
.fa-clipboard-edit:before                      { content: "\ea89" !important; }
.fa-clipboard-heart:before                     { content: "\ea8a" !important; }
.fa-awesome-face:before                        { content: "\ea8b" !important; }
.fa-clipboard-list:before                      { content: "\ea8c" !important; }
.fa-clipboard-lock:before                      { content: "\ea8d" !important; }
.fa-clipboard-new:before                       { content: "\ea8e" !important; }
.fa-clipboard-plus:before                      { content: "\ea8f" !important; }
.fa-clipboard-pointer:before                   { content: "\ea90" !important; }
.fa-clipboard-search:before                    { content: "\ea91" !important; }
.fa-clipboard-user:before                      { content: "\ea92" !important; }
.fa-clipboard-wrench:before                    { content: "\ea93" !important; }
.fa-clipboard-x:before                         { content: "\ea94" !important; }
.fa-clipboard:before                           { content: "\ea95" !important; }
.fa-user-man:before                            { content: "\ea96" !important; }
.fa-tiles-8:before                             { content: "\ea97" !important; }
.fa-tiles-3x3:before                           { content: "\ea98" !important; }
.fa-tiles-9:before                             { content: "\ea98" !important; }
.fa-fit-to-height:before                       { content: "\ea99" !important; }
.fa-fit-to-size:before                         { content: "\ea9a" !important; }
.fa-fit-to-width:before                        { content: "\ea9b" !important; }
.fa-folder-bookmark:before                     { content: "\ea9c" !important; }
.fa-folder-network:before                      { content: "\ea9d" !important; }
.fa-folder-new:before                          { content: "\ea9e" !important; }
.fa-folders:before                             { content: "\ea9f" !important; }
.fa-layers:before                              { content: "\eaa0" !important; }
.fa-network-hub:before                         { content: "\eaa1" !important; }
.fa-network-triangle:before                    { content: "\eaa2" !important; }
.fa-window-alt:before                          { content: "\eaa3" !important; }
.fa-share2:before                              { content: "\eaa4" !important; }
.fa-sitemap-horizontal:before                  { content: "\eaa5" !important; }
.fa-sitemap-vertical:before                    { content: "\eaa6" !important; }
.fa-pie-chart-0:before                         { content: "\eaa7" !important; }
.fa-pie-chart-5:before                         { content: "\eaa8" !important; }
.fa-pie-chart-10:before                        { content: "\eaa9" !important; }
.fa-pie-chart-15:before                        { content: "\eaaa" !important; }
.fa-pie-chart-20:before                        { content: "\eaab" !important; }
.fa-pie-chart-25:before                        { content: "\eaac" !important; }
.fa-pie-chart-30:before                        { content: "\eaad" !important; }
.fa-pie-chart-35:before                        { content: "\eaae" !important; }
.fa-pie-chart-40:before                        { content: "\eaaf" !important; }
.fa-pie-chart-45:before                        { content: "\eab0" !important; }
.fa-pie-chart-50:before                        { content: "\eab1" !important; }
.fa-pie-chart-55:before                        { content: "\eab2" !important; }
.fa-pie-chart-60:before                        { content: "\eab3" !important; }
.fa-pie-chart-65:before                        { content: "\eab4" !important; }
.fa-pie-chart-70:before                        { content: "\eab5" !important; }
.fa-pie-chart-75:before                        { content: "\eab6" !important; }
.fa-pie-chart-80:before                        { content: "\eab7" !important; }
.fa-pie-chart-85:before                        { content: "\eab8" !important; }
.fa-pie-chart-90:before                        { content: "\eab9" !important; }
.fa-pie-chart-95:before                        { content: "\eaba" !important; }
.fa-pie-chart-100:before                       { content: "\eabb" !important; }
.fa-hipster:before                             { content: "\eabc" !important; }
.fa-download-alt:before                        { content: "\eabd" !important; }
.fa-upload-alt:before                          { content: "\eabe" !important; }
.fa-cloud-file:before                          { content: "\eabf" !important; }
.fa-glasses:before                             { content: "\eac0" !important; }
.fa-padlock-unlock:before                      { content: "\eac1" !important; }
.fa-padlock:before                             { content: "\eac2" !important; }
.fa-lock-check:before                          { content: "\eac3" !important; }
.fa-lock-password:before                       { content: "\eac4" !important; }
.fa-lock-plus:before                           { content: "\eac5" !important; }
.fa-lock-user:before                           { content: "\eac6" !important; }
.fa-lock-x:before                              { content: "\eac7" !important; }
.fa-user-woman:before                          { content: "\eac8" !important; }
.fa-server-arrow-down:before                   { content: "\eac9" !important; }
.fa-server-arrow-up:before                     { content: "\eaca" !important; }
.fa-server-ban:before                          { content: "\eacb" !important; }
.fa-server-bookmark:before                     { content: "\eacc" !important; }
.fa-server-chart:before                        { content: "\eacd" !important; }
.fa-server-check:before                        { content: "\eace" !important; }
.fa-server-clock:before                        { content: "\eacf" !important; }
.fa-server-edit:before                         { content: "\ead0" !important; }
.fa-server-file:before                         { content: "\ead1" !important; }
.fa-server-heart:before                        { content: "\ead2" !important; }
.fa-server-lock:before                         { content: "\ead3" !important; }
.fa-server-new:before                          { content: "\ead4" !important; }
.fa-server-play:before                         { content: "\ead5" !important; }
.fa-server-plus:before                         { content: "\ead6" !important; }
.fa-server-pointer:before                      { content: "\ead7" !important; }
.fa-server-search:before                       { content: "\ead8" !important; }
.fa-server-user:before                         { content: "\ead9" !important; }
.fa-server-wrench:before                       { content: "\eada" !important; }
.fa-server-x:before                            { content: "\eadb" !important; }
.fa-file-sql:before                            { content: "\eadc" !important; }
.fa-window-terminal:before                     { content: "\eadd" !important; }
.fa-change-case:before                         { content: "\eade" !important; }
.fa-code-group:before                          { content: "\eadf" !important; }
.fa-exception:before                           { content: "\eae0" !important; }
.fa-expand-collapse:before                     { content: "\eae1" !important; }
.fa-format:before                              { content: "\eae2" !important; }
.fa-function:before                            { content: "\eae3" !important; }
.fa-index:before                               { content: "\eae4" !important; }
.fa-key-alt:before                             { content: "\eae5" !important; }
.fa-materialized-view:before                   { content: "\eae6" !important; }
.fa-pragma:before                              { content: "\eae7" !important; }
.fa-procedure:before                           { content: "\eae8" !important; }
.fa-sequence:before                            { content: "\eae9" !important; }
.fa-synonym:before                             { content: "\eaea" !important; }
.fa-trigger:before                             { content: "\eaeb" !important; }
.fa-variable:before                            { content: "\eaec" !important; }
.fa-java-square:before                         { content: "\eaed" !important; }
.fa-java:before                                { content: "\eaee" !important; }
.fa-office-phone:before                        { content: "\eafa" !important; }
.fa-battleship:before                          { content: "\eaef" !important; }
.fa-fighter-jet-alt:before                     { content: "\eaf0" !important; }
.fa-helicopter:before                          { content: "\eaf1" !important; }
.fa-military-vehicle:before                    { content: "\eaf2" !important; }
.fa-missile:before                             { content: "\eaf3" !important; }
.fa-tank:before                                { content: "\eaf4" !important; }

/* Emojis
   ========================================================================== */
.fa-emoji-smile:before                         { content: "\1f600" !important;}
.fa-emoji-grimace:before                       { content: "\1f601" !important;}
.fa-emoji-lol:before                           { content: "\1f602" !important;}
.fa-emoji-big-eyes-smile:before                { content: "\1f603" !important;}
.fa-emoji-happy-smile:before                   { content: "\1f604" !important;}
.fa-emoji-grin-sweat:before                    { content: "\1f605" !important;}
.fa-emoji-laughing:before                      { content: "\1f606" !important;}
.fa-emoji-mean:before                          { content: "\1f608" !important;}
.fa-emoji-wink:before                          { content: "\1f609" !important;}
.fa-emoji-sweet-smile:before                   { content: "\1f60a" !important;}
.fa-emoji-delicious:before                     { content: "\1f60b" !important;}
.fa-emoji-relieved:before                      { content: "\1f60c" !important;}
.fa-emoji-cool:before                          { content: "\1f60e" !important;}
.fa-emoji-smirk:before                         { content: "\1f60f" !important;}
.fa-emoji-neutral:before                       { content: "\1f610" !important;}
.fa-emoji-expressionless:before                { content: "\1f611" !important;}
.fa-emoji-unamused:before                      { content: "\1f612" !important;}
.fa-emoji-cold-sweat:before                    { content: "\1f613" !important;}
.fa-emoji-pensive:before                       { content: "\1f614" !important;}
.fa-emoji-confused:before                      { content: "\1f615" !important;}
.fa-emoji-confounded:before                    { content: "\1f616" !important;}
.fa-emoji-love:before                          { content: "\1f618" !important;}
.fa-emoji-stuck-out-tounge:before              { content: "\1f61b" !important;}
.fa-emoji-stuck-out-tounge-wink:before         { content: "\1f61c" !important;}
.fa-emoji-stuck-out-tounge-closed-eyes:before  { content: "\1f61d" !important;}
.fa-emoji-disappointed:before                  { content: "\1f61e" !important;}
.fa-emoji-worry:before                         { content: "\1f61f" !important;}
.fa-emoji-angry:before                         { content: "\1f621" !important;}
.fa-emoji-disappointed-relieved:before         { content: "\1f622" !important;}
.fa-emoji-persevere:before                     { content: "\1f623" !important;}
.fa-emoji-big-frown:before                     { content: "\1f626" !important;}
.fa-emoji-fearful:before                       { content: "\1f628" !important;}
.fa-emoji-weary:before                         { content: "\1f629" !important;}
.fa-emoji-sleepy:before                        { content: "\1f62a" !important;}
.fa-emoji-tired:before                         { content: "\1f62b" !important;}
.fa-emoji-cringe:before                        { content: "\1f62c" !important;}
.fa-emoji-open-mouth:before                    { content: "\1f62e" !important;}
.fa-emoji-hushed:before                        { content: "\1f62f" !important;}
.fa-emoji-cry:before                           { content: "\1f630" !important;}
.fa-emoji-scream:before                        { content: "\1f631" !important;}
.fa-emoji-astonished:before                    { content: "\1f632" !important;}
.fa-emoji-sleeping:before                      { content: "\1f634" !important;}
.fa-emoji-no-mouth:before                      { content: "\1f636" !important;}
.fa-emoji-slight-frown:before                  { content: "\1f641" !important;}
.fa-emoji-slight-smile:before                  { content: "\1f642" !important;}
.fa-emoji-upside-down:before                   { content: "\1f643" !important;}
.fa-emoji-zipper-mouth:before                  { content: "\1f910" !important;}
.fa-emoji-nerd:before                          { content: "\1f913" !important;}
.fa-emoji-rotfl:before                         { content: "\1f923" !important;}
.fa-emoji-frown:before                         { content: "\2639" !important;}
.fa-emoji-pleased:before                       { content: "\263a" !important;}

/* Font Awesome Based Icons
   ========================================================================== */
.fa-glass:before                               { content: "\f000" !important; }
.fa-music:before                               { content: "\f001" !important; }
.fa-search:before                              { content: "\f002" !important; }
.fa-envelope-o:before                          { content: "\f003" !important; }
.fa-heart:before                               { content: "\f004" !important; }
.fa-star:before                                { content: "\f005" !important; }
.fa-star-o:before                              { content: "\f006" !important; }
.fa-user:before                                { content: "\f007" !important; }
.fa-film:before                                { content: "\f008" !important; }
.fa-th-large:before                            { content: "\f009" !important; }
.fa-th:before                                  { content: "\f00a" !important; }
.fa-th-list:before                             { content: "\f00b" !important; }
.fa-check:before                               { content: "\f00c" !important; }
.fa-close:before                               { content: "\f00d" !important; }
.fa-remove:before                              { content: "\f00d" !important; }
.fa-times:before                               { content: "\f00d" !important; }
.fa-search-plus:before                         { content: "\f00e" !important; }
.fa-search-minus:before                        { content: "\f010" !important; }
.fa-power-off:before                           { content: "\f011" !important; }
.fa-signal:before                              { content: "\f012" !important; }
.fa-cog:before                                 { content: "\f013" !important; }
.fa-gear:before                                { content: "\f013" !important; }
.fa-trash-o:before                             { content: "\f014" !important; }
.fa-home:before                                { content: "\f015" !important; }
.fa-file-o:before                              { content: "\f016" !important; }
.fa-clock-o:before                             { content: "\f017" !important; }
.fa-road:before                                { content: "\f018" !important; }
.fa-download:before                            { content: "\f019" !important; }
.fa-arrow-circle-o-down:before                 { content: "\f01a" !important; }
.fa-arrow-circle-o-up:before                   { content: "\f01b" !important; }
.fa-inbox:before                               { content: "\f01c" !important; }
.fa-play-circle-o:before                       { content: "\f01d" !important; }
.fa-repeat:before                              { content: "\f01e" !important; }
.fa-rotate-right:before                        { content: "\f01e" !important; }
.fa-refresh:before                             { content: "\f021" !important; }
.fa-list-alt:before                            { content: "\f022" !important; }
.fa-lock:before                                { content: "\f023" !important; }
.fa-flag:before                                { content: "\f024" !important; }
.fa-headphones:before                          { content: "\f025" !important; }
.fa-volume-off:before                          { content: "\f026" !important; }
.fa-volume-down:before                         { content: "\f027" !important; }
.fa-volume-up:before                           { content: "\f028" !important; }
.fa-qrcode:before                              { content: "\f029" !important; }
.fa-barcode:before                             { content: "\f02a" !important; }
.fa-tag:before                                 { content: "\f02b" !important; }
.fa-tags:before                                { content: "\f02c" !important; }
.fa-book:before                                { content: "\f02d" !important; }
.fa-bookmark:before                            { content: "\f02e" !important; }
.fa-print:before                               { content: "\f02f" !important; }
.fa-camera:before                              { content: "\f030" !important; }
.fa-font:before                                { content: "\f031" !important; }
.fa-bold:before                                { content: "\f032" !important; }
.fa-italic:before                              { content: "\f033" !important; }
.fa-text-height:before                         { content: "\f034" !important; }
.fa-text-width:before                          { content: "\f035" !important; }
.fa-align-left:before                          { content: "\f036" !important; }
.fa-align-center:before                        { content: "\f037" !important; }
.fa-align-right:before                         { content: "\f038" !important; }
.fa-align-justify:before                       { content: "\f039" !important; }
.fa-list:before                                { content: "\f03a" !important; }
.fa-dedent:before                              { content: "\f03b" !important; }
.fa-outdent:before                             { content: "\f03b" !important; }
.fa-indent:before                              { content: "\f03c" !important; }
.fa-video-camera:before                        { content: "\f03d" !important; }
.fa-image:before                               { content: "\f03e" !important; }
.fa-photo:before                               { content: "\f03e" !important; }
.fa-picture-o:before                           { content: "\f03e" !important; }
.fa-pencil:before                              { content: "\f040" !important; }
.fa-map-marker:before                          { content: "\f041" !important; }
.fa-adjust:before                              { content: "\f042" !important; }
.fa-tint:before                                { content: "\f043" !important; }
.fa-edit:before                                { content: "\f044" !important; }
.fa-pencil-square-o:before                     { content: "\f044" !important; }
.fa-share-square-o:before                      { content: "\f045" !important; }
.fa-check-square-o:before                      { content: "\f046" !important; }
.fa-arrows:before                              { content: "\f047" !important; }
.fa-step-backward:before                       { content: "\f048" !important; }
.fa-fast-backward:before                       { content: "\f049" !important; }
.fa-backward:before                            { content: "\f04a" !important; }
.fa-play:before                                { content: "\f04b" !important; }
.fa-pause:before                               { content: "\f04c" !important; }
.fa-stop:before                                { content: "\f04d" !important; }
.fa-forward:before                             { content: "\f04e" !important; }
.fa-fast-forward:before                        { content: "\f050" !important; }
.fa-step-forward:before                        { content: "\f051" !important; }
.fa-eject:before                               { content: "\f052" !important; }
.fa-chevron-left:before                        { content: "\f053" !important; }
.fa-chevron-right:before                       { content: "\f054" !important; }
.fa-plus-circle:before                         { content: "\f055" !important; }
.fa-minus-circle:before                        { content: "\f056" !important; }
.fa-times-circle:before                        { content: "\f057" !important; }
.fa-check-circle:before                        { content: "\f058" !important; }
.fa-question-circle:before                     { content: "\f059" !important; }
.fa-info-circle:before                         { content: "\f05a" !important; }
.fa-crosshairs:before                          { content: "\f05b" !important; }
.fa-times-circle-o:before                      { content: "\f05c" !important; }
.fa-check-circle-o:before                      { content: "\f05d" !important; }
.fa-ban:before                                 { content: "\f05e" !important; }
.fa-arrow-left:before                          { content: "\f060" !important; }
.fa-arrow-right:before                         { content: "\f061" !important; }
.fa-arrow-up:before                            { content: "\f062" !important; }
.fa-arrow-down:before                          { content: "\f063" !important; }
.fa-mail-forward:before                        { content: "\f064" !important; }
.fa-share:before                               { content: "\f064" !important; }
.fa-expand:before                              { content: "\f065" !important; }
.fa-compress:before                            { content: "\f066" !important; }
.fa-plus:before                                { content: "\f067" !important; }
.fa-minus:before                               { content: "\f068" !important; }
.fa-asterisk:before                            { content: "\f069" !important; }
.fa-exclamation-circle:before                  { content: "\f06a" !important; }
.fa-gift:before                                { content: "\f06b" !important; }
.fa-leaf:before                                { content: "\f06c" !important; }
.fa-fire:before                                { content: "\f06d" !important; }
.fa-eye:before                                 { content: "\f06e" !important; }
.fa-eye-slash:before                           { content: "\f070" !important; }
.fa-exclamation-triangle:before                { content: "\f071" !important; }
.fa-warning:before                             { content: "\f071" !important; }
.fa-plane:before                               { content: "\f072" !important; }
.fa-calendar:before                            { content: "\f073" !important; }
.fa-random:before                              { content: "\f074" !important; }
.fa-comment:before                             { content: "\f075" !important; }
.fa-magnet:before                              { content: "\f076" !important; }
.fa-chevron-up:before                          { content: "\f077" !important; }
.fa-chevron-down:before                        { content: "\f078" !important; }
.fa-retweet:before                             { content: "\f079" !important; }
.fa-shopping-cart:before                       { content: "\f07a" !important; }
.fa-folder:before                              { content: "\f07b" !important; }
.fa-folder-open:before                         { content: "\f07c" !important; }
.fa-arrows-v:before                            { content: "\f07d" !important; }
.fa-arrows-h:before                            { content: "\f07e" !important; }
.fa-bar-chart-o:before                         { content: "\f080" !important; }
.fa-bar-chart:before                           { content: "\f080" !important; }
.fa-twitter-square:before                      { content: "\f081" !important; }
.fa-facebook-square:before                     { content: "\f082" !important; }
.fa-camera-retro:before                        { content: "\f083" !important; }
.fa-key:before                                 { content: "\f084" !important; }
.fa-cogs:before                                { content: "\f085" !important; }
.fa-gears:before                               { content: "\f085" !important; }
.fa-comments:before                            { content: "\f086" !important; }
.fa-thumbs-o-up:before                         { content: "\f087" !important; }
.fa-thumbs-o-down:before                       { content: "\f088" !important; }
.fa-star-half:before                           { content: "\f089" !important; }
.fa-heart-o:before                             { content: "\f08a" !important; }
.fa-sign-out:before                            { content: "\f08b" !important; }
.fa-linkedin-square:before                     { content: "\f08c" !important; }
.fa-thumb-tack:before                          { content: "\f08d" !important; }
.fa-external-link:before                       { content: "\f08e" !important; }
.fa-sign-in:before                             { content: "\f090" !important; }
.fa-trophy:before                              { content: "\f091" !important; }
.fa-github-square:before                       { content: "\f092" !important; }
.fa-upload:before                              { content: "\f093" !important; }
.fa-lemon-o:before                             { content: "\f094" !important; }
.fa-phone:before                               { content: "\f095" !important; }
.fa-square-o:before                            { content: "\f096" !important; }
.fa-bookmark-o:before                          { content: "\f097" !important; }
.fa-phone-square:before                        { content: "\f098" !important; }
.fa-twitter:before                             { content: "\f099" !important; }
.fa-facebook-f:before                          { content: "\f09a" !important; }
.fa-facebook:before                            { content: "\f09a" !important; }
.fa-github:before                              { content: "\f09b" !important; }
.fa-unlock:before                              { content: "\f09c" !important; }
.fa-credit-card:before                         { content: "\f09d" !important; }
.fa-feed:before                                { content: "\f09e" !important; }
.fa-rss:before                                 { content: "\f09e" !important; }
.fa-hdd-o:before                               { content: "\f0a0" !important; }
.fa-bullhorn:before                            { content: "\f0a1" !important; }
.fa-bell-o:before                              { content: "\f0a2" !important; }
.fa-certificate:before                         { content: "\f0a3" !important; }
.fa-hand-o-right:before                        { content: "\f0a4" !important; }
.fa-hand-o-left:before                         { content: "\f0a5" !important; }
.fa-hand-o-up:before                           { content: "\f0a6" !important; }
.fa-hand-o-down:before                         { content: "\f0a7" !important; }
.fa-arrow-circle-left:before                   { content: "\f0a8" !important; }
.fa-arrow-circle-right:before                  { content: "\f0a9" !important; }
.fa-arrow-circle-up:before                     { content: "\f0aa" !important; }
.fa-arrow-circle-down:before                   { content: "\f0ab" !important; }
.fa-globe:before                               { content: "\f0ac" !important; }
.fa-wrench:before                              { content: "\f0ad" !important; }
.fa-tasks:before                               { content: "\f0ae" !important; }
.fa-filter:before                              { content: "\f0b0" !important; }
.fa-briefcase:before                           { content: "\f0b1" !important; }
.fa-arrows-alt:before                          { content: "\f0b2" !important; }
.fa-group:before                               { content: "\f0c0" !important; }
.fa-users:before                               { content: "\f0c0" !important; }
.fa-chain:before                               { content: "\f0c1" !important; }
.fa-link:before                                { content: "\f0c1" !important; }
.fa-cloud:before                               { content: "\f0c2" !important; }
.fa-flask:before                               { content: "\f0c3" !important; }
.fa-cut:before                                 { content: "\f0c4" !important; }
.fa-scissors:before                            { content: "\f0c4" !important; }
.fa-copy:before                                { content: "\f0c5" !important; }
.fa-files-o:before                             { content: "\f0c5" !important; }
.fa-paperclip:before                           { content: "\f0c6" !important; }
.fa-floppy-o:before                            { content: "\f0c7" !important; }
.fa-save:before                                { content: "\f0c7" !important; }
.fa-square:before                              { content: "\f0c8" !important; }
.fa-bars:before                                { content: "\f0c9" !important; }
.fa-navicon:before                             { content: "\f0c9" !important; }
.fa-reorder:before                             { content: "\f0c9" !important; }
.fa-list-ul:before                             { content: "\f0ca" !important; }
.fa-list-ol:before                             { content: "\f0cb" !important; }
.fa-strikethrough:before                       { content: "\f0cc" !important; }
.fa-underline:before                           { content: "\f0cd" !important; }
.fa-table:before                               { content: "\f0ce" !important; }
.fa-magic:before                               { content: "\f0d0" !important; }
.fa-truck:before                               { content: "\f0d1" !important; }
.fa-pinterest:before                           { content: "\f0d2" !important; }
.fa-pinterest-square:before                    { content: "\f0d3" !important; }
.fa-google-plus-square:before                  { content: "\f0d4" !important; }
.fa-google-plus:before                         { content: "\f0d5" !important; }
.fa-money:before                               { content: "\f0d6" !important; }
.fa-caret-down:before                          { content: "\f0d7" !important; }
.fa-caret-up:before                            { content: "\f0d8" !important; }
.fa-caret-left:before                          { content: "\f0d9" !important; }
.fa-caret-right:before                         { content: "\f0da" !important; }
.fa-columns:before                             { content: "\f0db" !important; }
.fa-sort:before                                { content: "\f0dc" !important; }
.fa-unsorted:before                            { content: "\f0dc" !important; }
.fa-sort-desc:before                           { content: "\f0dd" !important; }
.fa-sort-down:before                           { content: "\f0dd" !important; }
.fa-sort-asc:before                            { content: "\f0de" !important; }
.fa-sort-up:before                             { content: "\f0de" !important; }
.fa-envelope:before                            { content: "\f0e0" !important; }
.fa-linkedin:before                            { content: "\f0e1" !important; }
.fa-rotate-left:before                         { content: "\f0e2" !important; }
.fa-undo:before                                { content: "\f0e2" !important; }
.fa-gavel:before                               { content: "\f0e3" !important; }
.fa-legal:before                               { content: "\f0e3" !important; }
.fa-dashboard:before                           { content: "\f0e4" !important; }
.fa-tachometer:before                          { content: "\f0e4" !important; }
.fa-comment-o:before                           { content: "\f0e5" !important; }
.fa-comments-o:before                          { content: "\f0e6" !important; }
.fa-bolt:before                                { content: "\f0e7" !important; }
.fa-flash:before                               { content: "\f0e7" !important; }
.fa-sitemap:before                             { content: "\f0e8" !important; }
.fa-umbrella:before                            { content: "\f0e9" !important; }
.fa-clipboard:before                           { content: "\f0ea" !important; }
.fa-paste:before                               { content: "\f0ea" !important; }
.fa-lightbulb-o:before                         { content: "\f0eb" !important; }
.fa-exchange:before                            { content: "\f0ec" !important; }
.fa-cloud-download:before                      { content: "\f0ed" !important; }
.fa-cloud-upload:before                        { content: "\f0ee" !important; }
.fa-user-md:before                             { content: "\f0f0" !important; }
.fa-stethoscope:before                         { content: "\f0f1" !important; }
.fa-suitcase:before                            { content: "\f0f2" !important; }
.fa-bell:before                                { content: "\f0f3" !important; }
.fa-coffee:before                              { content: "\f0f4" !important; }
.fa-cutlery:before                             { content: "\f0f5" !important; }
.fa-file-text-o:before                         { content: "\f0f6" !important; }
.fa-building-o:before                          { content: "\f0f7" !important; }
.fa-hospital-o:before                          { content: "\f0f8" !important; }
.fa-ambulance:before                           { content: "\f0f9" !important; }
.fa-medkit:before                              { content: "\f0fa" !important; }
.fa-fighter-jet:before                         { content: "\f0fb" !important; }
.fa-beer:before                                { content: "\f0fc" !important; }
.fa-h-square:before                            { content: "\f0fd" !important; }
.fa-plus-square:before                         { content: "\f0fe" !important; }
.fa-angle-double-left:before                   { content: "\f100" !important; }
.fa-angle-double-right:before                  { content: "\f101" !important; }
.fa-angle-double-up:before                     { content: "\f102" !important; }
.fa-angle-double-down:before                   { content: "\f103" !important; }
.fa-angle-left:before                          { content: "\f104" !important; }
.fa-angle-right:before                         { content: "\f105" !important; }
.fa-angle-up:before                            { content: "\f106" !important; }
.fa-angle-down:before                          { content: "\f107" !important; }
.fa-desktop:before                             { content: "\f108" !important; }
.fa-laptop:before                              { content: "\f109" !important; }
.fa-tablet:before                              { content: "\f10a" !important; }
.fa-mobile-phone:before                        { content: "\f10b" !important; }
.fa-mobile:before                              { content: "\f10b" !important; }
.fa-circle-o:before                            { content: "\f10c" !important; }
.fa-quote-left:before                          { content: "\f10d" !important; }
.fa-quote-right:before                         { content: "\f10e" !important; }
.fa-spinner:before                             { content: "\f110" !important; }
.fa-circle:before                              { content: "\f111" !important; }
.fa-reply:before                               { content: "\f112" !important; }
.fa-github-alt:before                          { content: "\f113" !important; }
.fa-folder-o:before                            { content: "\f114" !important; }
.fa-folder-open-o:before                       { content: "\f115" !important; }
.fa-smile-o:before                             { content: "\f118" !important; }
.fa-frown-o:before                             { content: "\f119" !important; }
.fa-meh-o:before                               { content: "\f11a" !important; }
.fa-gamepad:before                             { content: "\f11b" !important; }
.fa-keyboard-o:before                          { content: "\f11c" !important; }
.fa-flag-o:before                              { content: "\f11d" !important; }
.fa-flag-checkered:before                      { content: "\f11e" !important; }
.fa-terminal:before                            { content: "\f120" !important; }
.fa-code:before                                { content: "\f121" !important; }
.fa-mail-reply-all:before                      { content: "\f122" !important; }
.fa-reply-all:before                           { content: "\f122" !important; }
.fa-star-half-empty:before                     { content: "\f123" !important; }
.fa-star-half-full:before                      { content: "\f123" !important; }
.fa-star-half-o:before                         { content: "\f123" !important; }
.fa-location-arrow:before                      { content: "\f124" !important; }
.fa-crop:before                                { content: "\f125" !important; }
.fa-code-fork:before                           { content: "\f126" !important; }
.fa-chain-broken:before                        { content: "\f127" !important; }
.fa-unlink:before                              { content: "\f127" !important; }
.fa-question:before                            { content: "\f128" !important; }
.fa-info:before                                { content: "\f129" !important; }
.fa-exclamation:before                         { content: "\f12a" !important; }
.fa-superscript:before                         { content: "\f12b" !important; }
.fa-subscript:before                           { content: "\f12c" !important; }
.fa-eraser:before                              { content: "\f12d" !important; }
.fa-puzzle-piece:before                        { content: "\f12e" !important; }
.fa-microphone:before                          { content: "\f130" !important; }
.fa-microphone-slash:before                    { content: "\f131" !important; }
.fa-shield:before                              { content: "\f132" !important; }
.fa-calendar-o:before                          { content: "\f133" !important; }
.fa-fire-extinguisher:before                   { content: "\f134" !important; }
.fa-rocket:before                              { content: "\f135" !important; }
.fa-chevron-circle-left:before                 { content: "\f137" !important; }
.fa-chevron-circle-right:before                { content: "\f138" !important; }
.fa-chevron-circle-up:before                   { content: "\f139" !important; }
.fa-chevron-circle-down:before                 { content: "\f13a" !important; }
.fa-anchor:before                              { content: "\f13d" !important; }
.fa-unlock-alt:before                          { content: "\f13e" !important; }
.fa-bullseye:before                            { content: "\f140" !important; }
.fa-ellipsis-h:before                          { content: "\f141" !important; }
.fa-ellipsis-v:before                          { content: "\f142" !important; }
.fa-rss-square:before                          { content: "\f143" !important; }
.fa-play-circle:before                         { content: "\f144" !important; }
.fa-ticket:before                              { content: "\f145" !important; }
.fa-minus-square:before                        { content: "\f146" !important; }
.fa-minus-square-o:before                      { content: "\f147" !important; }
.fa-level-up:before                            { content: "\f148" !important; }
.fa-level-down:before                          { content: "\f149" !important; }
.fa-check-square:before                        { content: "\f14a" !important; }
.fa-pencil-square:before                       { content: "\f14b" !important; }
.fa-external-link-square:before                { content: "\f14c" !important; }
.fa-share-square:before                        { content: "\f14d" !important; }
.fa-compass:before                             { content: "\f14e" !important; }
.fa-caret-square-o-down:before                 { content: "\f150" !important; }
.fa-toggle-down:before                         { content: "\f150" !important; }
.fa-caret-square-o-up:before                   { content: "\f151" !important; }
.fa-toggle-up:before                           { content: "\f151" !important; }
.fa-caret-square-o-right:before                { content: "\f152" !important; }
.fa-toggle-right:before                        { content: "\f152" !important; }
.fa-eur:before                                 { content: "\f153" !important; }
.fa-euro:before                                { content: "\f153" !important; }
.fa-gbp:before                                 { content: "\f154" !important; }
.fa-dollar:before                              { content: "\f155" !important; }
.fa-usd:before                                 { content: "\f155" !important; }
.fa-inr:before                                 { content: "\f156" !important; }
.fa-rupee:before                               { content: "\f156" !important; }
.fa-cny:before                                 { content: "\f157" !important; }
.fa-jpy:before                                 { content: "\f157" !important; }
.fa-rmb:before                                 { content: "\f157" !important; }
.fa-yen:before                                 { content: "\f157" !important; }
.fa-rouble:before                              { content: "\f158" !important; }
.fa-rub:before                                 { content: "\f158" !important; }
.fa-ruble:before                               { content: "\f158" !important; }
.fa-krw:before                                 { content: "\f159" !important; }
.fa-won:before                                 { content: "\f159" !important; }
.fa-bitcoin:before                             { content: "\f15a" !important; }
.fa-btc:before                                 { content: "\f15a" !important; }
.fa-file:before                                { content: "\f15b" !important; }
.fa-file-text:before                           { content: "\f15c" !important; }
.fa-sort-alpha-asc:before                      { content: "\f15d" !important; }
.fa-sort-alpha-desc:before                     { content: "\f15e" !important; }
.fa-sort-amount-asc:before                     { content: "\f160" !important; }
.fa-sort-amount-desc:before                    { content: "\f161" !important; }
.fa-sort-numeric-asc:before                    { content: "\f162" !important; }
.fa-sort-numeric-desc:before                   { content: "\f163" !important; }
.fa-thumbs-up:before                           { content: "\f164" !important; }
.fa-thumbs-down:before                         { content: "\f165" !important; }
.fa-youtube-square:before                      { content: "\f166" !important; }
.fa-youtube:before                             { content: "\f167" !important; }
.fa-xing:before                                { content: "\f168" !important; }
.fa-xing-square:before                         { content: "\f169" !important; }
.fa-youtube-play:before                        { content: "\f16a" !important; }
.fa-dropbox:before                             { content: "\f16b" !important; }
.fa-stack-overflow:before                      { content: "\f16c" !important; }
.fa-instagram:before                           { content: "\f16d" !important; }
.fa-flickr:before                              { content: "\f16e" !important; }
.fa-tumblr:before                              { content: "\f173" !important; }
.fa-tumblr-square:before                       { content: "\f174" !important; }
.fa-long-arrow-down:before                     { content: "\f175" !important; }
.fa-long-arrow-up:before                       { content: "\f176" !important; }
.fa-long-arrow-left:before                     { content: "\f177" !important; }
.fa-long-arrow-right:before                    { content: "\f178" !important; }
.fa-apple:before                               { content: "\f179" !important; }
.fa-windows:before                             { content: "\f17a" !important; }
.fa-android:before                             { content: "\f17b" !important; }
.fa-linux:before                               { content: "\f17c" !important; }
.fa-skype:before                               { content: "\f17e" !important; }
.fa-female:before                              { content: "\f182" !important; }
.fa-male:before                                { content: "\f183" !important; }
.fa-sun-o:before                               { content: "\f185" !important; }
.fa-moon-o:before                              { content: "\f186" !important; }
.fa-archive:before                             { content: "\f187" !important; }
.fa-bug:before                                 { content: "\f188" !important; }
.fa-weibo:before                               { content: "\f18a" !important; }
.fa-arrow-circle-o-right:before                { content: "\f18e" !important; }
.fa-arrow-circle-o-left:before                 { content: "\f190" !important; }
.fa-caret-square-o-left:before                 { content: "\f191" !important; }
.fa-toggle-left:before                         { content: "\f191" !important; }
.fa-dot-circle-o:before                        { content: "\f192" !important; }
.fa-wheelchair:before                          { content: "\f193" !important; }
.fa-vimeo-square:before                        { content: "\f194" !important; }
.fa-try:before                                 { content: "\f195" !important; }
.fa-turkish-lira:before                        { content: "\f195" !important; }
.fa-plus-square-o:before                       { content: "\f196" !important; }
.fa-space-shuttle:before                       { content: "\f197" !important; }
.fa-slack:before                               { content: "\f198" !important; }
.fa-envelope-square:before                     { content: "\f199" !important; }
.fa-wordpress:before                           { content: "\f19a" !important; }
.fa-bank:before                                { content: "\f19c" !important; }
.fa-institution:before                         { content: "\f19c" !important; }
.fa-university:before                          { content: "\f19c" !important; }
.fa-graduation-cap:before                      { content: "\f19d" !important; }
.fa-mortar-board:before                        { content: "\f19d" !important; }
.fa-yahoo:before                               { content: "\f19e" !important; }
.fa-google:before                              { content: "\f1a0" !important; }
.fa-reddit:before                              { content: "\f1a1" !important; }
.fa-reddit-square:before                       { content: "\f1a2" !important; }
.fa-language:before                            { content: "\f1ab" !important; }
.fa-fax:before                                 { content: "\f1ac" !important; }
.fa-building:before                            { content: "\f1ad" !important; }
.fa-child:before                               { content: "\f1ae" !important; }
.fa-paw:before                                 { content: "\f1b0" !important; }
.fa-spoon:before                               { content: "\f1b1" !important; }
.fa-cube:before                                { content: "\f1b2" !important; }
.fa-cubes:before                               { content: "\f1b3" !important; }
.fa-recycle:before                             { content: "\f1b8" !important; }
.fa-automobile:before                          { content: "\f1b9" !important; }
.fa-car:before                                 { content: "\f1b9" !important; }
.fa-cab:before                                 { content: "\f1ba" !important; }
.fa-taxi:before                                { content: "\f1ba" !important; }
.fa-tree:before                                { content: "\f1bb" !important; }
.fa-spotify:before                             { content: "\f1bc" !important; }
.fa-database:before                            { content: "\f1c0" !important; }
.fa-file-pdf-o:before                          { content: "\f1c1" !important; }
.fa-file-word-o:before                         { content: "\f1c2" !important; }
.fa-file-excel-o:before                        { content: "\f1c3" !important; }
.fa-file-powerpoint-o:before                   { content: "\f1c4" !important; }
.fa-file-image-o:before                        { content: "\f1c5" !important; }
.fa-file-photo-o:before                        { content: "\f1c5" !important; }
.fa-file-picture-o:before                      { content: "\f1c5" !important; }
.fa-file-archive-o:before                      { content: "\f1c6" !important; }
.fa-file-zip-o:before                          { content: "\f1c6" !important; }
.fa-file-audio-o:before                        { content: "\f1c7" !important; }
.fa-file-sound-o:before                        { content: "\f1c7" !important; }
.fa-file-movie-o:before                        { content: "\f1c8" !important; }
.fa-file-video-o:before                        { content: "\f1c8" !important; }
.fa-file-code-o:before                         { content: "\f1c9" !important; }
.fa-vine:before                                { content: "\f1ca" !important; }
.fa-life-bouy:before                           { content: "\f1cd" !important; }
.fa-life-buoy:before                           { content: "\f1cd" !important; }
.fa-life-ring:before                           { content: "\f1cd" !important; }
.fa-life-saver:before                          { content: "\f1cd" !important; }
.fa-support:before                             { content: "\f1cd" !important; }
.fa-circle-o-notch:before                      { content: "\f1ce" !important; }
.fa-tencent-weibo:before                       { content: "\f1d5" !important; }
.fa-qq:before                                  { content: "\f1d6" !important; }
.fa-wechat:before                              { content: "\f1d7" !important; }
.fa-weixin:before                              { content: "\f1d7" !important; }
.fa-paper-plane:before                         { content: "\f1d8" !important; }
.fa-send:before                                { content: "\f1d8" !important; }
.fa-paper-plane-o:before                       { content: "\f1d9" !important; }
.fa-send-o:before                              { content: "\f1d9" !important; }
.fa-history:before                             { content: "\f1da" !important; }
.fa-circle-thin:before                         { content: "\f1db" !important; }
.fa-header:before                              { content: "\f1dc" !important; }
.fa-paragraph:before                           { content: "\f1dd" !important; }
.fa-sliders:before                             { content: "\f1de" !important; }
.fa-share-alt:before                           { content: "\f1e0" !important; }
.fa-share-alt-square:before                    { content: "\f1e1" !important; }
.fa-bomb:before                                { content: "\f1e2" !important; }
.fa-futbol-o:before                            { content: "\f1e3" !important; }
.fa-soccer-ball-o:before                       { content: "\f1e3" !important; }
.fa-tty:before                                 { content: "\f1e4" !important; }
.fa-binoculars:before                          { content: "\f1e5" !important; }
.fa-plug:before                                { content: "\f1e6" !important; }
.fa-twitch:before                              { content: "\f1e8" !important; }
.fa-yelp:before                                { content: "\f1e9" !important; }
.fa-newspaper-o:before                         { content: "\f1ea" !important; }
.fa-wifi:before                                { content: "\f1eb" !important; }
.fa-calculator:before                          { content: "\f1ec" !important; }
.fa-paypal:before                              { content: "\f1ed" !important; }
.fa-google-wallet:before                       { content: "\f1ee" !important; }
.fa-cc-visa:before                             { content: "\f1f0" !important; }
.fa-cc-mastercard:before                       { content: "\f1f1" !important; }
.fa-cc-discover:before                         { content: "\f1f2" !important; }
.fa-cc-amex:before                             { content: "\f1f3" !important; }
.fa-cc-paypal:before                           { content: "\f1f4" !important; }
.fa-cc-stripe:before                           { content: "\f1f5" !important; }
.fa-bell-slash:before                          { content: "\f1f6" !important; }
.fa-bell-slash-o:before                        { content: "\f1f7" !important; }
.fa-trash:before                               { content: "\f1f8" !important; }
.fa-copyright:before                           { content: "\f1f9" !important; }
.fa-at:before                                  { content: "\f1fa" !important; }
.fa-eyedropper:before                          { content: "\f1fb" !important; }
.fa-paint-brush:before                         { content: "\f1fc" !important; }
.fa-birthday-cake:before                       { content: "\f1fd" !important; }
.fa-area-chart:before                          { content: "\f1fe" !important; }
.fa-pie-chart:before                           { content: "\f200" !important; }
.fa-line-chart:before                          { content: "\f201" !important; }
.fa-toggle-off:before                          { content: "\f204" !important; }
.fa-toggle-on:before                           { content: "\f205" !important; }
.fa-bicycle:before                             { content: "\f206" !important; }
.fa-bus:before                                 { content: "\f207" !important; }
.fa-cc:before                                  { content: "\f20a" !important; }
.fa-ils:before                                 { content: "\f20b" !important; }
.fa-shekel:before                              { content: "\f20b" !important; }
.fa-sheqel:before                              { content: "\f20b" !important; }
.fa-cart-plus:before                           { content: "\f217" !important; }
.fa-cart-arrow-down:before                     { content: "\f218" !important; }
.fa-diamond:before                             { content: "\f219" !important; }
.fa-ship:before                                { content: "\f21a" !important; }
.fa-user-secret:before                         { content: "\f21b" !important; }
.fa-motorcycle:before                          { content: "\f21c" !important; }
.fa-street-view:before                         { content: "\f21d" !important; }
.fa-heartbeat:before                           { content: "\f21e" !important; }
.fa-venus:before                               { content: "\f221" !important; }
.fa-mars:before                                { content: "\f222" !important; }
.fa-mercury:before                             { content: "\f223" !important; }
.fa-intersex:before                            { content: "\f224" !important; }
.fa-transgender:before                         { content: "\f224" !important; }
.fa-transgender-alt:before                     { content: "\f225" !important; }
.fa-venus-double:before                        { content: "\f226" !important; }
.fa-mars-double:before                         { content: "\f227" !important; }
.fa-venus-mars:before                          { content: "\f228" !important; }
.fa-mars-stroke:before                         { content: "\f229" !important; }
.fa-mars-stroke-v:before                       { content: "\f22a" !important; }
.fa-mars-stroke-h:before                       { content: "\f22b" !important; }
.fa-neuter:before                              { content: "\f22c" !important; }
.fa-genderless:before                          { content: "\f22d" !important; }
.fa-facebook-official:before                   { content: "\f230" !important; }
.fa-pinterest-p:before                         { content: "\f231" !important; }
.fa-whatsapp:before                            { content: "\f232" !important; }
.fa-server:before                              { content: "\f233" !important; }
.fa-user-plus:before                           { content: "\f234" !important; }
.fa-user-times:before                          { content: "\f235" !important; }
.fa-bed:before                                 { content: "\f236" !important; }
.fa-hotel:before                               { content: "\f236" !important; }
.fa-train:before                               { content: "\f238" !important; }
.fa-subway:before                              { content: "\f239" !important; }
.fa-battery-4:before                           { content: "\f240" !important; }
.fa-battery-full:before                        { content: "\f240" !important; }
.fa-battery-3:before                           { content: "\f241" !important; }
.fa-battery-three-quarters:before              { content: "\f241" !important; }
.fa-battery-2:before                           { content: "\f242" !important; }
.fa-battery-half:before                        { content: "\f242" !important; }
.fa-battery-1:before                           { content: "\f243" !important; }
.fa-battery-quarter:before                     { content: "\f243" !important; }
.fa-battery-0:before                           { content: "\f244" !important; }
.fa-battery-empty:before                       { content: "\f244" !important; }
.fa-mouse-pointer:before                       { content: "\f245" !important; }
.fa-i-cursor:before                            { content: "\f246" !important; }
.fa-object-group:before                        { content: "\f247" !important; }
.fa-object-ungroup:before                      { content: "\f248" !important; }
.fa-sticky-note:before                         { content: "\f249" !important; }
.fa-sticky-note-o:before                       { content: "\f24a" !important; }
.fa-cc-jcb:before                              { content: "\f24b" !important; }
.fa-cc-diners-club:before                      { content: "\f24c" !important; }
.fa-clone:before                               { content: "\f24d" !important; }
.fa-balance-scale:before                       { content: "\f24e" !important; }
.fa-hourglass-o:before                         { content: "\f250" !important; }
.fa-hourglass-1:before                         { content: "\f251" !important; }
.fa-hourglass-start:before                     { content: "\f251" !important; }
.fa-hourglass-2:before                         { content: "\f252" !important; }
.fa-hourglass-half:before                      { content: "\f252" !important; }
.fa-hourglass-3:before                         { content: "\f253" !important; }
.fa-hourglass-end:before                       { content: "\f253" !important; }
.fa-hourglass:before                           { content: "\f254" !important; }
.fa-hand-grab-o:before                         { content: "\f255" !important; }
.fa-hand-rock-o:before                         { content: "\f255" !important; }
.fa-hand-paper-o:before                        { content: "\f256" !important; }
.fa-hand-stop-o:before                         { content: "\f256" !important; }
.fa-hand-scissors-o:before                     { content: "\f257" !important; }
.fa-hand-lizard-o:before                       { content: "\f258" !important; }
.fa-hand-spock-o:before                        { content: "\f259" !important; }
.fa-hand-pointer-o:before                      { content: "\f25a" !important; }
.fa-hand-peace-o:before                        { content: "\f25b" !important; }
.fa-trademark:before                           { content: "\f25c" !important; }
.fa-registered:before                          { content: "\f25d" !important; }
.fa-creative-commons:before                    { content: "\f25e" !important; }
.fa-tripadvisor:before                         { content: "\f262" !important; }
.fa-get-pocket:before                          { content: "\f265" !important; }
.fa-wikipedia-w:before                         { content: "\f266" !important; }
.fa-safari:before                              { content: "\f267" !important; }
.fa-chrome:before                              { content: "\f268" !important; }
.fa-firefox:before                             { content: "\f269" !important; }
.fa-opera:before                               { content: "\f26a" !important; }
.fa-internet-explorer:before                   { content: "\f26b" !important; }
.fa-television:before                          { content: "\f26c" !important; }
.fa-tv:before                                  { content: "\f26c" !important; }
.fa-amazon:before                              { content: "\f270" !important; }
.fa-calendar-plus-o:before                     { content: "\f271" !important; }
.fa-calendar-minus-o:before                    { content: "\f272" !important; }
.fa-calendar-times-o:before                    { content: "\f273" !important; }
.fa-calendar-check-o:before                    { content: "\f274" !important; }
.fa-industry:before                            { content: "\f275" !important; }
.fa-map-pin:before                             { content: "\f276" !important; }
.fa-map-signs:before                           { content: "\f277" !important; }
.fa-map-o:before                               { content: "\f278" !important; }
.fa-map:before                                 { content: "\f279" !important; }
.fa-commenting:before                          { content: "\f27a" !important; }
.fa-commenting-o:before                        { content: "\f27e" !important; }
.fa-vimeo:before                               { content: "\f27f" !important; }
.fa-reddit-alien:before                        { content: "\f281" !important; }
.fa-edge:before                                { content: "\f282" !important; }
.fa-credit-card-alt:before                     { content: "\f283" !important; }
.fa-usb:before                                 { content: "\f287" !important; }
.fa-product-hunt:before                        { content: "\f288" !important; }
.fa-scribd:before                              { content: "\f28a" !important; }
.fa-pause-circle:before                        { content: "\f28b" !important; }
.fa-pause-circle-o:before                      { content: "\f28c" !important; }
.fa-stop-circle:before                         { content: "\f28d" !important; }
.fa-stop-circle-o:before                       { content: "\f28e" !important; }
.fa-shopping-bag:before                        { content: "\f290" !important; }
.fa-shopping-basket:before                     { content: "\f291" !important; }
.fa-hashtag:before                             { content: "\f292" !important; }
.fa-bluetooth:before                           { content: "\f293" !important; }
.fa-bluetooth-b:before                         { content: "\f294" !important; }
.fa-percent:before                             { content: "\f295" !important; }

/* New in Font Awesome 4.6 */
.fa-american-sign-language-interpreting:before { content: "\f2a3" !important; }
.fa-asl-interpreting:before                    { content: "\f2a3" !important; }
.fa-assistive-listening-systems:before         { content: "\f2a2" !important; }
.fa-audio-description:before                   { content: "\f29e" !important; }
.fa-blind:before                               { content: "\f296" !important; }
.fa-braille:before                             { content: "\f2a1" !important; }
.fa-deaf:before                                { content: "\f2a4" !important; }
.fa-deafness:before                            { content: "\f2a4" !important; }
.fa-hard-of-hearing:before                     { content: "\f2a4" !important; }
.fa-low-vision:before                          { content: "\f2a8" !important; }
.fa-sign-language:before                       { content: "\f2a7" !important; }
.fa-signing:before                             { content: "\f2a7" !important; }
.fa-universal-access:before                    { content: "\f29a" !important; }
.fa-volume-control-phone:before                { content: "\f2a0" !important; }
.fa-wheelchair-alt:before                      { content: "\f29b" !important; }
.fa-snapchat-ghost:before                      { content: "\f2ac" !important; }
.fa-snapchat-square:before                     { content: "\f2ad" !important; }
.fa-snapchat:before                            { content: "\f2ab" !important; }

/* New in Font Awesome 4.7 */
.fa-handshake-o:before                         { content: "\f2b5" !important; }
.fa-envelope-open:before                       { content: "\f2b6" !important; }
.fa-address-book:before                        { content: "\f2b9" !important; }
.fa-address-book-o:before                      { content: "\f2ba" !important; }
.fa-address-card:before,
.fa-vcard:before                               { content: "\f2bb" !important; }
.fa-address-card-o:before,
.fa-vcard-o:before                             { content: "\f2bc" !important; }
.fa-user-circle:before                         { content: "\f2bd" !important; }
.fa-id-badge:before                            { content: "\f2c1" !important; }
.fa-drivers-license:before,
.fa-id-card:before                             { content: "\f2c2" !important; }
.fa-drivers-license-o:before,
.fa-id-card-o:before                           { content: "\f2c3" !important; }
.fa-quora:before                               { content: "\f2c4" !important; }
.fa-quora:before                               { content: "\f2c4" !important; }
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before                         { content: "\f2c7" !important; }
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before          { content: "\f2c8" !important; }
.fa-thermometer-2:before,
.fa-thermometer-half:before                    { content: "\f2c9" !important; }
.fa-thermometer-1:before,
.fa-thermometer-quarter:before                 { content: "\f2ca" !important; }
.fa-thermometer-0:before,
.fa-thermometer-empty:before                   { content: "\f2cb" !important; }
.fa-shower:before                              { content: "\f2cc" !important; }
.fa-bath:before,
.fa-bathtub:before                             { content: "\f2cd" !important; }
.fa-podcast:before                             { content: "\f2ce" !important; }
.fa-window-maximize:before                     { content: "\f2d0" !important; }
.fa-window-minimize:before                     { content: "\f2d1" !important; }
.fa-window-restore:before                      { content: "\f2d2" !important; }
.fa-times-rectangle:before,
.fa-window-close:before                        { content: "\f2d3" !important; }
.fa-times-rectangle-o:before,
.fa-window-close-o:before                      { content: "\f2d4" !important; }
.fa-etsy:before                                { content: "\f2d7" !important; }
.fa-imdb:before                                { content: "\f2d8" !important; }
.fa-microchip:before                           { content: "\f2db" !important; }
.fa-meetup:before                              { content: "\f2e0" !important; }

/* Right to Left Support
   ========================================================================== */
.u-RTL .fa-align-right:not(.fa-dir-strict):before          { content: "\f036"; }
.u-RTL .fa-angle-double-right:not(.fa-dir-strict):before   { content: "\f100"; }
.u-RTL .fa-angle-right:not(.fa-dir-strict):before          { content: "\f104"; }
.u-RTL .fa-arrow-circle-right:not(.fa-dir-strict):before   { content: "\f0a8"; }
.u-RTL .fa-arrow-circle-o-right:not(.fa-dir-strict):before { content: "\f190"; }
.u-RTL .fa-arrow-right:not(.fa-dir-strict):before          { content: "\f060"; }
.u-RTL .fa-caret-right:not(.fa-dir-strict):before          { content: "\f0d9"; }
.u-RTL .fa-caret-square-o-right:not(.fa-dir-strict):before { content: "\f191"; }
.u-RTL .fa-chevron-circle-right:not(.fa-dir-strict):before { content: "\f137"; }
.u-RTL .fa-chevron-right:not(.fa-dir-strict):before        { content: "\f053"; }
.u-RTL .fa-hand-o-right:not(.fa-dir-strict):before         { content: "\f0a5"; }
.u-RTL .fa-long-arrow-right:not(.fa-dir-strict):before     { content: "\f177"; }
.u-RTL .fa-quote-right:not(.fa-dir-strict):before          { content: "\f10d"; }
.u-RTL .fa-rotate-right:not(.fa-dir-strict):before         { content: "\f0e2"; }
.u-RTL .fa-toggle-right:not(.fa-dir-strict):before         { content: "\f191"; }
.u-RTL .fa-align-left:not(.fa-dir-strict):before           { content: "\f038"; }
.u-RTL .fa-angle-double-left:not(.fa-dir-strict):before    { content: "\f101"; }
.u-RTL .fa-angle-left:not(.fa-dir-strict):before           { content: "\f105"; }
.u-RTL .fa-arrow-circle-o-left:not(.fa-dir-strict):before  { content: "\f18e"; }
.u-RTL .fa-arrow-circle-left:not(.fa-dir-strict):before    { content: "\f0a9"; }
.u-RTL .fa-arrow-left:not(.fa-dir-strict):before           { content: "\f061"; }
.u-RTL .fa-caret-left:not(.fa-dir-strict):before           { content: "\f0da"; }
.u-RTL .fa-caret-square-o-left:not(.fa-dir-strict):before  { content: "\f152"; }
.u-RTL .fa-chevron-circle-left:not(.fa-dir-strict):before  { content: "\f138"; }
.u-RTL .fa-chevron-left:not(.fa-dir-strict):before         { content: "\f054"; }
.u-RTL .fa-hand-o-left:not(.fa-dir-strict):before          { content: "\f0a4"; }
.u-RTL .fa-long-arrow-left:not(.fa-dir-strict):before      { content: "\f178"; }
.u-RTL .fa-quote-left:not(.fa-dir-strict):before           { content: "\f10e"; }
.u-RTL .fa-rotate-left:not(.fa-dir-strict):before          { content: "\f01e"; }
.u-RTL .fa-toggle-left:not(.fa-dir-strict):before          { content: "\f152"; }
.u-RTL.fam-arrow-left:not(.fa-dir-strict):after            { content: "\e9f1"; }
.u-RTL.fam-arrow-right:not(.fa-dir-strict):after           { content: "\e9f0"; }
.u-RTL.fa-arrow-left-alt:not(.fa-dir-strict):before        { content: "\ea6c"; }
.u-RTL.fa-arrow-right-alt:not(.fa-dir-strict):before       { content: "\ea6b"; }
.u-RTL.fa-arrow-down-left-alt:not(.fa-dir-strict):before   { content: "\ea6d"; }
.u-RTL.fa-arrow-down-right-alt:not(.fa-dir-strict):before  { content: "\ea6e"; }
.u-RTL.fa-arrow-up-left-alt:not(.fa-dir-strict):before     { content: "\ea68"; }
.u-RTL.fa-arrow-up-right-alt:not(.fa-dir-strict):before    { content: "\ea69"; }


/* Icons Removed from Font Awesome 4.6
   ========================================================================== */
.fa-hacker-news:before,
.fa-maxcdn:before, 
.fa-html5:before, 
.fa-css3:before, 
.fa-adn:before, 
.fa-bitbucket:before, 
.fa-bitbucket-square:before, 
.fa-dribbble:before, 
.fa-foursquare:before, 
.fa-trello:before, 
.fa-gittip:before, .fa-gratipay:before, 
.fa-vk:before, 
.fa-renren:before, 
.fa-pagelines:before, 
.fa-stack-exchange:before, 
.fa-openid:before, 
.fa-stumbleupon-circle:before, 
.fa-stumbleupon:before, 
.fa-delicious:before, 
.fa-digg:before, 
.fa-pied-piper:before, 
.fa-pied-piper-alt:before, 
.fa-drupal:before, 
.fa-joomla:before, 
.fa-behance:before, 
.fa-behance-square:before, 
.fa-steam:before, 
.fa-steam-square:before, 
.fa-deviantart:before, 
.fa-soundcloud:before, 
.fa-codepen:before, 
.fa-jsfiddle:before, 
.fa-slideshare:before, 
.fa-lastfm:before, 
.fa-lastfm-square:before, 
.fa-ioxhost:before, 
.fa-angellist:before, 
.fa-meanpath:before, 
.fa-buysellads:before, 
.fa-connectdevelop:before, 
.fa-dashcube:before, 
.fa-forumbee:before, 
.fa-leanpub:before, 
.fa-sellsy:before, 
.fa-shirtsinbulk:before, 
.fa-simplybuilt:before, 
.fa-skyatlas:before, 
.fa-medium:before, 
.fa-yc:before, .fa-y-combinator:before, 
.fa-optin-monster:before, 
.fa-opencart:before, 
.fa-expeditedssl:before, 
.fa-gg:before, 
.fa-gg-circle:before, 
.fa-odnoklassniki:before, 
.fa-odnoklassniki-square:before, 
.fa-contao:before, 
.fa-500px:before, 
.fa-houzz:before, 
.fa-black-tie:before, 
.fa-fonticons:before, 
.fa-codiepie:before, 
.fa-modx:before, 
.fa-fort-awesome:before, 
.fa-mixcloud:before,
.fa-envira:before,
.fa-gitlab:before,
.fa-glide:before,
.fa-glide-g:before,
.fa-viadeo:before,
.fa-viadeo-square:before,
.fa-wpbeginner:before,
.fa-wpforms:before {
  content: "\f00d";
}