/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 *  PERSONALIZED FOR FDC PLAYER FOR ECLEXIA 
 */


@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.FDC_fa_ {
    display: block;
    position: absolute;
    font-family: FontAwesome;
    width: 100%;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    text-align: center;
}

.FDC_fa_spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.FDC_fa_pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.FDC_fa_rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.FDC_fa_rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.FDC_fa_rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.FDC_fa_flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.FDC_fa_flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .FDC_fa_rotate-90,
:root .FDC_fa_rotate-180,
:root .FDC_fa_rotate-270,
:root .FDC_fa_flip-horizontal,
:root .FDC_fa_flip-vertical {
    filter: none;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.FDC_fa_glass:before {
    content: "\f000";
}

.FDC_fa_music:before {
    content: "\f001";
}

.FDC_fa_search:before {
    content: "\f002";
}

.FDC_fa_envelope-o:before {
    content: "\f003";
}

.FDC_fa_heart:before {
    content: "\f004";
}

.FDC_fa_star:before {
    content: "\f005";
}

.FDC_fa_star-o:before {
    content: "\f006";
}

.FDC_fa_user:before {
    content: "\f007";
}

.FDC_fa_film:before {
    content: "\f008";
}

.FDC_fa_th-large:before {
    content: "\f009";
}

.FDC_fa_th:before {
    content: "\f00a";
}

.FDC_fa_th-list:before {
    content: "\f00b";
}

.FDC_fa_check:before {
    content: "\f00c";
}

.FDC_fa_remove:before,
.FDC_fa_close:before,
.FDC_fa_times:before {
    content: "\f00d";
}

.FDC_fa_search-plus:before {
    content: "\f00e";
}

.FDC_fa_search-minus:before {
    content: "\f010";
}

.FDC_fa_power-off:before {
    content: "\f011";
}

.FDC_fa_signal:before {
    content: "\f012";
}

.FDC_fa_gear:before,
.FDC_fa_cog:before {
    content: "\f013";
}

.FDC_fa_trash-o:before {
    content: "\f014";
}

.FDC_fa_home:before {
    content: "\f015";
}

.FDC_fa_file-o:before {
    content: "\f016";
}

.FDC_fa_clock-o:before {
    content: "\f017";
}

.FDC_fa_road:before {
    content: "\f018";
}

.FDC_fa_download:before {
    content: "\f019";
}

.FDC_fa_arrow-circle-o-down:before {
    content: "\f01a";
}

.FDC_fa_arrow-circle-o-up:before {
    content: "\f01b";
}

.FDC_fa_inbox:before {
    content: "\f01c";
}

.FDC_fa_play-circle-o:before {
    content: "\f01d";
}

.FDC_fa_rotate-right:before,
.FDC_fa_repeat:before {
    content: "\f01e";
}

.FDC_fa_refresh:before {
    content: "\f021";
}

.FDC_fa_list-alt:before {
    content: "\f022";
}

.FDC_fa_lock:before {
    content: "\f023";
}

.FDC_fa_flag:before {
    content: "\f024";
}

.FDC_fa_headphones:before {
    content: "\f025";
}

.FDC_fa_volume-off:before {
    content: "\f026";
}

.FDC_fa_volume-down:before {
    content: "\f027";
}

.FDC_fa_volume-up:before {
    content: "\f028";
}

.FDC_fa_qrcode:before {
    content: "\f029";
}

.FDC_fa_barcode:before {
    content: "\f02a";
}

.FDC_fa_tag:before {
    content: "\f02b";
}

.FDC_fa_tags:before {
    content: "\f02c";
}

.FDC_fa_book:before {
    content: "\f02d";
}

.FDC_fa_bookmark:before {
    content: "\f02e";
}

.FDC_fa_print:before {
    content: "\f02f";
}

.FDC_fa_camera:before {
    content: "\f030";
}

.FDC_fa_font:before {
    content: "\f031";
}

.FDC_fa_bold:before {
    content: "\f032";
}

.FDC_fa_italic:before {
    content: "\f033";
}

.FDC_fa_text-height:before {
    content: "\f034";
}

.FDC_fa_text-width:before {
    content: "\f035";
}

.FDC_fa_align-left:before {
    content: "\f036";
}

.FDC_fa_align-center:before {
    content: "\f037";
}

.FDC_fa_align-right:before {
    content: "\f038";
}

.FDC_fa_align-justify:before {
    content: "\f039";
}

.FDC_fa_list:before {
    content: "\f03a";
}

.FDC_fa_dedent:before,
.FDC_fa_outdent:before {
    content: "\f03b";
}

.FDC_fa_indent:before {
    content: "\f03c";
}

.FDC_fa_video-camera:before {
    content: "\f03d";
}

.FDC_fa_photo:before,
.FDC_fa_image:before,
.FDC_fa_picture-o:before {
    content: "\f03e";
}

.FDC_fa_pencil:before {
    content: "\f040";
}

.FDC_fa_map-marker:before {
    content: "\f041";
}

.FDC_fa_adjust:before {
    content: "\f042";
}

.FDC_fa_tint:before {
    content: "\f043";
}

.FDC_fa_edit:before,
.FDC_fa_pencil-square-o:before {
    content: "\f044";
}

.FDC_fa_share-square-o:before {
    content: "\f045";
}

.FDC_fa_check-square-o:before {
    content: "\f046";
}

.FDC_fa_arrows:before {
    content: "\f047";
}

.FDC_fa_step-backward:before {
    content: "\f048";
}

.FDC_fa_fast-backward:before {
    content: "\f049";
}

.FDC_fa_backward:before {
    content: "\f04a";
}

.FDC_fa_play:before {
    content: "\f04b";
}

.FDC_fa_pause:before {
    content: "\f04c";
}

.FDC_fa_stop:before {
    content: "\f04d";
}

.FDC_fa_forward:before {
    content: "\f04e";
}

.FDC_fa_fast-forward:before {
    content: "\f050";
}

.FDC_fa_step-forward:before {
    content: "\f051";
}

.FDC_fa_eject:before {
    content: "\f052";
}

.FDC_fa_chevron-left:before {
    content: "\f053";
}

.FDC_fa_chevron-right:before {
    content: "\f054";
}

.FDC_fa_plus-circle:before {
    content: "\f055";
}

.FDC_fa_minus-circle:before {
    content: "\f056";
}

.FDC_fa_times-circle:before {
    content: "\f057";
}

.FDC_fa_check-circle:before {
    content: "\f058";
}

.FDC_fa_question-circle:before {
    content: "\f059";
}

.FDC_fa_info-circle:before {
    content: "\f05a";
}

.FDC_fa_crosshairs:before {
    content: "\f05b";
}

.FDC_fa_times-circle-o:before {
    content: "\f05c";
}

.FDC_fa_check-circle-o:before {
    content: "\f05d";
}

.FDC_fa_ban:before {
    content: "\f05e";
}

.FDC_fa_arrow-left:before {
    content: "\f060";
}

.FDC_fa_arrow-right:before {
    content: "\f061";
}

.FDC_fa_arrow-up:before {
    content: "\f062";
}

.FDC_fa_arrow-down:before {
    content: "\f063";
}

.FDC_fa_mail-forward:before,
.FDC_fa_share:before {
    content: "\f064";
}

.FDC_fa_expand:before {
    content: "\f065";
}

.FDC_fa_compress:before {
    content: "\f066";
}

.FDC_fa_plus:before {
    content: "\f067";
}

.FDC_fa_minus:before {
    content: "\f068";
}

.FDC_fa_asterisk:before {
    content: "\f069";
}

.FDC_fa_exclamation-circle:before {
    content: "\f06a";
}

.FDC_fa_gift:before {
    content: "\f06b";
}

.FDC_fa_leaf:before {
    content: "\f06c";
}

.FDC_fa_fire:before {
    content: "\f06d";
}

.FDC_fa_eye:before {
    content: "\f06e";
}

.FDC_fa_eye-slash:before {
    content: "\f070";
}

.FDC_fa_warning:before,
.FDC_fa_exclamation-triangle:before {
    content: "\f071";
}

.FDC_fa_plane:before {
    content: "\f072";
}

.FDC_fa_calendar:before {
    content: "\f073";
}

.FDC_fa_random:before {
    content: "\f074";
}

.FDC_fa_comment:before {
    content: "\f075";
}

.FDC_fa_magnet:before {
    content: "\f076";
}

.FDC_fa_chevron-up:before {
    content: "\f077";
}

.FDC_fa_chevron-down:before {
    content: "\f078";
}

.FDC_fa_retweet:before {
    content: "\f079";
}

.FDC_fa_shopping-cart:before {
    content: "\f07a";
}

.FDC_fa_folder:before {
    content: "\f07b";
}

.FDC_fa_folder-open:before {
    content: "\f07c";
}

.FDC_fa_arrows-v:before {
    content: "\f07d";
}

.FDC_fa_arrows-h:before {
    content: "\f07e";
}

.FDC_fa_bar-chart-o:before,
.FDC_fa_bar-chart:before {
    content: "\f080";
}

.FDC_fa_twitter-square:before {
    content: "\f081";
}

.FDC_fa_facebook-square:before {
    content: "\f082";
}

.FDC_fa_camera-retro:before {
    content: "\f083";
}

.FDC_fa_key:before {
    content: "\f084";
}

.FDC_fa_gears:before,
.FDC_fa_cogs:before {
    content: "\f085";
}

.FDC_fa_comments:before {
    content: "\f086";
}

.FDC_fa_thumbs-o-up:before {
    content: "\f087";
}

.FDC_fa_thumbs-o-down:before {
    content: "\f088";
}

.FDC_fa_star-half:before {
    content: "\f089";
}

.FDC_fa_heart-o:before {
    content: "\f08a";
}

.FDC_fa_sign-out:before {
    content: "\f08b";
}

.FDC_fa_linkedin-square:before {
    content: "\f08c";
}

.FDC_fa_thumb-tack:before {
    content: "\f08d";
}

.FDC_fa_external-link:before {
    content: "\f08e";
}

.FDC_fa_sign-in:before {
    content: "\f090";
}

.FDC_fa_trophy:before {
    content: "\f091";
}

.FDC_fa_github-square:before {
    content: "\f092";
}

.FDC_fa_upload:before {
    content: "\f093";
}

.FDC_fa_lemon-o:before {
    content: "\f094";
}

.FDC_fa_phone:before {
    content: "\f095";
}

.FDC_fa_square-o:before {
    content: "\f096";
}

.FDC_fa_bookmark-o:before {
    content: "\f097";
}

.FDC_fa_phone-square:before {
    content: "\f098";
}

.FDC_fa_twitter:before {
    content: "\f099";
}

.FDC_fa_facebook-f:before,
.FDC_fa_facebook:before {
    content: "\f09a";
}

.FDC_fa_github:before {
    content: "\f09b";
}

.FDC_fa_unlock:before {
    content: "\f09c";
}

.FDC_fa_credit-card:before {
    content: "\f09d";
}

.FDC_fa_feed:before,
.FDC_fa_rss:before {
    content: "\f09e";
}

.FDC_fa_hdd-o:before {
    content: "\f0a0";
}

.FDC_fa_bullhorn:before {
    content: "\f0a1";
}

.FDC_fa_bell:before {
    content: "\f0f3";
}

.FDC_fa_certificate:before {
    content: "\f0a3";
}

.FDC_fa_hand-o-right:before {
    content: "\f0a4";
}

.FDC_fa_hand-o-left:before {
    content: "\f0a5";
}

.FDC_fa_hand-o-up:before {
    content: "\f0a6";
}

.FDC_fa_hand-o-down:before {
    content: "\f0a7";
}

.FDC_fa_arrow-circle-left:before {
    content: "\f0a8";
}

.FDC_fa_arrow-circle-right:before {
    content: "\f0a9";
}

.FDC_fa_arrow-circle-up:before {
    content: "\f0aa";
}

.FDC_fa_arrow-circle-down:before {
    content: "\f0ab";
}

.FDC_fa_globe:before {
    content: "\f0ac";
}

.FDC_fa_wrench:before {
    content: "\f0ad";
}

.FDC_fa_tasks:before {
    content: "\f0ae";
}

.FDC_fa_filter:before {
    content: "\f0b0";
}

.FDC_fa_briefcase:before {
    content: "\f0b1";
}

.FDC_fa_arrows-alt:before {
    content: "\f0b2";
}

.FDC_fa_group:before,
.FDC_fa_users:before {
    content: "\f0c0";
}

.FDC_fa_chain:before,
.FDC_fa_link:before {
    content: "\f0c1";
}

.FDC_fa_cloud:before {
    content: "\f0c2";
}

.FDC_fa_flask:before {
    content: "\f0c3";
}

.FDC_fa_cut:before,
.FDC_fa_scissors:before {
    content: "\f0c4";
}

.FDC_fa_copy:before,
.FDC_fa_files-o:before {
    content: "\f0c5";
}

.FDC_fa_paperclip:before {
    content: "\f0c6";
}

.FDC_fa_save:before,
.FDC_fa_floppy-o:before {
    content: "\f0c7";
}

.FDC_fa_square:before {
    content: "\f0c8";
}

.FDC_fa_navicon:before,
.FDC_fa_reorder:before,
.FDC_fa_bars:before {
    content: "\f0c9";
}

.FDC_fa_list-ul:before {
    content: "\f0ca";
}

.FDC_fa_list-ol:before {
    content: "\f0cb";
}

.FDC_fa_strikethrough:before {
    content: "\f0cc";
}

.FDC_fa_underline:before {
    content: "\f0cd";
}

.FDC_fa_table:before {
    content: "\f0ce";
}

.FDC_fa_magic:before {
    content: "\f0d0";
}

.FDC_fa_truck:before {
    content: "\f0d1";
}

.FDC_fa_pinterest:before {
    content: "\f0d2";
}

.FDC_fa_pinterest-square:before {
    content: "\f0d3";
}

.FDC_fa_google-plus-square:before {
    content: "\f0d4";
}

.FDC_fa_google-plus:before {
    content: "\f0d5";
}

.FDC_fa_money:before {
    content: "\f0d6";
}

.FDC_fa_caret-down:before {
    content: "\f0d7";
}

.FDC_fa_caret-up:before {
    content: "\f0d8";
}

.FDC_fa_caret-left:before {
    content: "\f0d9";
}

.FDC_fa_caret-right:before {
    content: "\f0da";
}

.FDC_fa_columns:before {
    content: "\f0db";
}

.FDC_fa_unsorted:before,
.FDC_fa_sort:before {
    content: "\f0dc";
}

.FDC_fa_sort-down:before,
.FDC_fa_sort-desc:before {
    content: "\f0dd";
}

.FDC_fa_sort-up:before,
.FDC_fa_sort-asc:before {
    content: "\f0de";
}

.FDC_fa_envelope:before {
    content: "\f0e0";
}

.FDC_fa_linkedin:before {
    content: "\f0e1";
}

.FDC_fa_rotate-left:before,
.FDC_fa_undo:before {
    content: "\f0e2";
}

.FDC_fa_legal:before,
.FDC_fa_gavel:before {
    content: "\f0e3";
}

.FDC_fa_dashboard:before,
.FDC_fa_tachometer:before {
    content: "\f0e4";
}

.FDC_fa_comment-o:before {
    content: "\f0e5";
}

.FDC_fa_comments-o:before {
    content: "\f0e6";
}

.FDC_fa_flash:before,
.FDC_fa_bolt:before {
    content: "\f0e7";
}

.FDC_fa_sitemap:before {
    content: "\f0e8";
}

.FDC_fa_umbrella:before {
    content: "\f0e9";
}

.FDC_fa_paste:before,
.FDC_fa_clipboard:before {
    content: "\f0ea";
}

.FDC_fa_lightbulb-o:before {
    content: "\f0eb";
}

.FDC_fa_exchange:before {
    content: "\f0ec";
}

.FDC_fa_cloud-download:before {
    content: "\f0ed";
}

.FDC_fa_cloud-upload:before {
    content: "\f0ee";
}

.FDC_fa_user-md:before {
    content: "\f0f0";
}

.FDC_fa_stethoscope:before {
    content: "\f0f1";
}

.FDC_fa_suitcase:before {
    content: "\f0f2";
}

.FDC_fa_bell-o:before {
    content: "\f0a2";
}

.FDC_fa_coffee:before {
    content: "\f0f4";
}

.FDC_fa_cutlery:before {
    content: "\f0f5";
}

.FDC_fa_file-text-o:before {
    content: "\f0f6";
}

.FDC_fa_building-o:before {
    content: "\f0f7";
}

.FDC_fa_hospital-o:before {
    content: "\f0f8";
}

.FDC_fa_ambulance:before {
    content: "\f0f9";
}

.FDC_fa_medkit:before {
    content: "\f0fa";
}

.FDC_fa_fighter-jet:before {
    content: "\f0fb";
}

.FDC_fa_beer:before {
    content: "\f0fc";
}

.FDC_fa_h-square:before {
    content: "\f0fd";
}

.FDC_fa_plus-square:before {
    content: "\f0fe";
}

.FDC_fa_angle-double-left:before {
    content: "\f100";
}

.FDC_fa_angle-double-right:before {
    content: "\f101";
}

.FDC_fa_angle-double-up:before {
    content: "\f102";
}

.FDC_fa_angle-double-down:before {
    content: "\f103";
}

.FDC_fa_angle-left:before {
    content: "\f104";
}

.FDC_fa_angle-right:before {
    content: "\f105";
}

.FDC_fa_angle-up:before {
    content: "\f106";
}

.FDC_fa_angle-down:before {
    content: "\f107";
}

.FDC_fa_desktop:before {
    content: "\f108";
}

.FDC_fa_laptop:before {
    content: "\f109";
}

.FDC_fa_tablet:before {
    content: "\f10a";
}

.FDC_fa_mobile-phone:before,
.FDC_fa_mobile:before {
    content: "\f10b";
}

.FDC_fa_circle-o:before {
    content: "\f10c";
}

.FDC_fa_quote-left:before {
    content: "\f10d";
}

.FDC_fa_quote-right:before {
    content: "\f10e";
}

.FDC_fa_spinner:before {
    content: "\f110";
}

.FDC_fa_circle:before {
    content: "\f111";
}

.FDC_fa_mail-reply:before,
.FDC_fa_reply:before {
    content: "\f112";
}

.FDC_fa_github-alt:before {
    content: "\f113";
}

.FDC_fa_folder-o:before {
    content: "\f114";
}

.FDC_fa_folder-open-o:before {
    content: "\f115";
}

.FDC_fa_smile-o:before {
    content: "\f118";
}

.FDC_fa_frown-o:before {
    content: "\f119";
}

.FDC_fa_meh-o:before {
    content: "\f11a";
}

.FDC_fa_gamepad:before {
    content: "\f11b";
}

.FDC_fa_keyboard-o:before {
    content: "\f11c";
}

.FDC_fa_flag-o:before {
    content: "\f11d";
}

.FDC_fa_flag-checkered:before {
    content: "\f11e";
}

.FDC_fa_terminal:before {
    content: "\f120";
}

.FDC_fa_code:before {
    content: "\f121";
}

.FDC_fa_mail-reply-all:before,
.FDC_fa_reply-all:before {
    content: "\f122";
}

.FDC_fa_star-half-empty:before,
.FDC_fa_star-half-full:before,
.FDC_fa_star-half-o:before {
    content: "\f123";
}

.FDC_fa_location-arrow:before {
    content: "\f124";
}

.FDC_fa_crop:before {
    content: "\f125";
}

.FDC_fa_code-fork:before {
    content: "\f126";
}

.FDC_fa_unlink:before,
.FDC_fa_chain-broken:before {
    content: "\f127";
}

.FDC_fa_question:before {
    content: "\f128";
}

.FDC_fa_info:before {
    content: "\f129";
}

.FDC_fa_exclamation:before {
    content: "\f12a";
}

.FDC_fa_superscript:before {
    content: "\f12b";
}

.FDC_fa_subscript:before {
    content: "\f12c";
}

.FDC_fa_eraser:before {
    content: "\f12d";
}

.FDC_fa_puzzle-piece:before {
    content: "\f12e";
}

.FDC_fa_microphone:before {
    content: "\f130";
}

.FDC_fa_microphone-slash:before {
    content: "\f131";
}

.FDC_fa_shield:before {
    content: "\f132";
}

.FDC_fa_calendar-o:before {
    content: "\f133";
}

.FDC_fa_fire-extinguisher:before {
    content: "\f134";
}

.FDC_fa_rocket:before {
    content: "\f135";
}

.FDC_fa_maxcdn:before {
    content: "\f136";
}

.FDC_fa_chevron-circle-left:before {
    content: "\f137";
}

.FDC_fa_chevron-circle-right:before {
    content: "\f138";
}

.FDC_fa_chevron-circle-up:before {
    content: "\f139";
}

.FDC_fa_chevron-circle-down:before {
    content: "\f13a";
}

.FDC_fa_html5:before {
    content: "\f13b";
}

.FDC_fa_css3:before {
    content: "\f13c";
}

.FDC_fa_anchor:before {
    content: "\f13d";
}

.FDC_fa_unlock-alt:before {
    content: "\f13e";
}

.FDC_fa_bullseye:before {
    content: "\f140";
}

.FDC_fa_ellipsis-h:before {
    content: "\f141";
}

.FDC_fa_ellipsis-v:before {
    content: "\f142";
}

.FDC_fa_rss-square:before {
    content: "\f143";
}

.FDC_fa_play-circle:before {
    content: "\f144";
}

.FDC_fa_ticket:before {
    content: "\f145";
}

.FDC_fa_minus-square:before {
    content: "\f146";
}

.FDC_fa_minus-square-o:before {
    content: "\f147";
}

.FDC_fa_level-up:before {
    content: "\f148";
}

.FDC_fa_level-down:before {
    content: "\f149";
}

.FDC_fa_check-square:before {
    content: "\f14a";
}

.FDC_fa_pencil-square:before {
    content: "\f14b";
}

.FDC_fa_external-link-square:before {
    content: "\f14c";
}

.FDC_fa_share-square:before {
    content: "\f14d";
}

.FDC_fa_compass:before {
    content: "\f14e";
}

.FDC_fa_toggle-down:before,
.FDC_fa_caret-square-o-down:before {
    content: "\f150";
}

.FDC_fa_toggle-up:before,
.FDC_fa_caret-square-o-up:before {
    content: "\f151";
}

.FDC_fa_toggle-right:before,
.FDC_fa_caret-square-o-right:before {
    content: "\f152";
}

.FDC_fa_euro:before,
.FDC_fa_eur:before {
    content: "\f153";
}

.FDC_fa_gbp:before {
    content: "\f154";
}

.FDC_fa_dollar:before,
.FDC_fa_usd:before {
    content: "\f155";
}

.FDC_fa_rupee:before,
.FDC_fa_inr:before {
    content: "\f156";
}

.FDC_fa_cny:before,
.FDC_fa_rmb:before,
.FDC_fa_yen:before,
.FDC_fa_jpy:before {
    content: "\f157";
}

.FDC_fa_ruble:before,
.FDC_fa_rouble:before,
.FDC_fa_rub:before {
    content: "\f158";
}

.FDC_fa_won:before,
.FDC_fa_krw:before {
    content: "\f159";
}

.FDC_fa_bitcoin:before,
.FDC_fa_btc:before {
    content: "\f15a";
}

.FDC_fa_file:before {
    content: "\f15b";
}

.FDC_fa_file-text:before {
    content: "\f15c";
}

.FDC_fa_sort-alpha-asc:before {
    content: "\f15d";
}

.FDC_fa_sort-alpha-desc:before {
    content: "\f15e";
}

.FDC_fa_sort-amount-asc:before {
    content: "\f160";
}

.FDC_fa_sort-amount-desc:before {
    content: "\f161";
}

.FDC_fa_sort-numeric-asc:before {
    content: "\f162";
}

.FDC_fa_sort-numeric-desc:before {
    content: "\f163";
}

.FDC_fa_thumbs-up:before {
    content: "\f164";
}

.FDC_fa_thumbs-down:before {
    content: "\f165";
}

.FDC_fa_youtube-square:before {
    content: "\f166";
}

.FDC_fa_youtube:before {
    content: "\f167";
}

.FDC_fa_xing:before {
    content: "\f168";
}

.FDC_fa_xing-square:before {
    content: "\f169";
}

.FDC_fa_youtube-play:before {
    content: "\f16a";
}

.FDC_fa_dropbox:before {
    content: "\f16b";
}

.FDC_fa_stack-overflow:before {
    content: "\f16c";
}

.FDC_fa_instagram:before {
    content: "\f16d";
}

.FDC_fa_flickr:before {
    content: "\f16e";
}

.FDC_fa_adn:before {
    content: "\f170";
}

.FDC_fa_bitbucket:before {
    content: "\f171";
}

.FDC_fa_bitbucket-square:before {
    content: "\f172";
}

.FDC_fa_tumblr:before {
    content: "\f173";
}

.FDC_fa_tumblr-square:before {
    content: "\f174";
}

.FDC_fa_long-arrow-down:before {
    content: "\f175";
}

.FDC_fa_long-arrow-up:before {
    content: "\f176";
}

.FDC_fa_long-arrow-left:before {
    content: "\f177";
}

.FDC_fa_long-arrow-right:before {
    content: "\f178";
}

.FDC_fa_apple:before {
    content: "\f179";
}

.FDC_fa_windows:before {
    content: "\f17a";
}

.FDC_fa_android:before {
    content: "\f17b";
}

.FDC_fa_linux:before {
    content: "\f17c";
}

.FDC_fa_dribbble:before {
    content: "\f17d";
}

.FDC_fa_skype:before {
    content: "\f17e";
}

.FDC_fa_foursquare:before {
    content: "\f180";
}

.FDC_fa_trello:before {
    content: "\f181";
}

.FDC_fa_female:before {
    content: "\f182";
}

.FDC_fa_male:before {
    content: "\f183";
}

.FDC_fa_gittip:before,
.FDC_fa_gratipay:before {
    content: "\f184";
}

.FDC_fa_sun-o:before {
    content: "\f185";
}

.FDC_fa_moon-o:before {
    content: "\f186";
}

.FDC_fa_archive:before {
    content: "\f187";
}

.FDC_fa_bug:before {
    content: "\f188";
}

.FDC_fa_vk:before {
    content: "\f189";
}

.FDC_fa_weibo:before {
    content: "\f18a";
}

.FDC_fa_renren:before {
    content: "\f18b";
}

.FDC_fa_pagelines:before {
    content: "\f18c";
}

.FDC_fa_stack-exchange:before {
    content: "\f18d";
}

.FDC_fa_arrow-circle-o-right:before {
    content: "\f18e";
}

.FDC_fa_arrow-circle-o-left:before {
    content: "\f190";
}

.FDC_fa_toggle-left:before,
.FDC_fa_caret-square-o-left:before {
    content: "\f191";
}

.FDC_fa_dot-circle-o:before {
    content: "\f192";
}

.FDC_fa_wheelchair:before {
    content: "\f193";
}

.FDC_fa_vimeo-square:before {
    content: "\f194";
}

.FDC_fa_turkish-lira:before,
.FDC_fa_try:before {
    content: "\f195";
}

.FDC_fa_plus-square-o:before {
    content: "\f196";
}

.FDC_fa_space-shuttle:before {
    content: "\f197";
}

.FDC_fa_slack:before {
    content: "\f198";
}

.FDC_fa_envelope-square:before {
    content: "\f199";
}

.FDC_fa_wordpress:before {
    content: "\f19a";
}

.FDC_fa_openid:before {
    content: "\f19b";
}

.FDC_fa_institution:before,
.FDC_fa_bank:before,
.FDC_fa_university:before {
    content: "\f19c";
}

.FDC_fa_mortar-board:before,
.FDC_fa_graduation-cap:before {
    content: "\f19d";
}

.FDC_fa_yahoo:before {
    content: "\f19e";
}

.FDC_fa_google:before {
    content: "\f1a0";
}

.FDC_fa_reddit:before {
    content: "\f1a1";
}

.FDC_fa_reddit-square:before {
    content: "\f1a2";
}

.FDC_fa_stumbleupon-circle:before {
    content: "\f1a3";
}

.FDC_fa_stumbleupon:before {
    content: "\f1a4";
}

.FDC_fa_delicious:before {
    content: "\f1a5";
}

.FDC_fa_digg:before {
    content: "\f1a6";
}

.FDC_fa_pied-piper-pp:before {
    content: "\f1a7";
}

.FDC_fa_pied-piper-alt:before {
    content: "\f1a8";
}

.FDC_fa_drupal:before {
    content: "\f1a9";
}

.FDC_fa_joomla:before {
    content: "\f1aa";
}

.FDC_fa_language:before {
    content: "\f1ab";
}

.FDC_fa_fax:before {
    content: "\f1ac";
}

.FDC_fa_building:before {
    content: "\f1ad";
}

.FDC_fa_child:before {
    content: "\f1ae";
}

.FDC_fa_paw:before {
    content: "\f1b0";
}

.FDC_fa_spoon:before {
    content: "\f1b1";
}

.FDC_fa_cube:before {
    content: "\f1b2";
}

.FDC_fa_cubes:before {
    content: "\f1b3";
}

.FDC_fa_behance:before {
    content: "\f1b4";
}

.FDC_fa_behance-square:before {
    content: "\f1b5";
}

.FDC_fa_steam:before {
    content: "\f1b6";
}

.FDC_fa_steam-square:before {
    content: "\f1b7";
}

.FDC_fa_recycle:before {
    content: "\f1b8";
}

.FDC_fa_automobile:before,
.FDC_fa_car:before {
    content: "\f1b9";
}

.FDC_fa_cab:before,
.FDC_fa_taxi:before {
    content: "\f1ba";
}

.FDC_fa_tree:before {
    content: "\f1bb";
}

.FDC_fa_spotify:before {
    content: "\f1bc";
}

.FDC_fa_deviantart:before {
    content: "\f1bd";
}

.FDC_fa_soundcloud:before {
    content: "\f1be";
}

.FDC_fa_database:before {
    content: "\f1c0";
}

.FDC_fa_file-pdf-o:before {
    content: "\f1c1";
}

.FDC_fa_file-word-o:before {
    content: "\f1c2";
}

.FDC_fa_file-excel-o:before {
    content: "\f1c3";
}

.FDC_fa_file-powerpoint-o:before {
    content: "\f1c4";
}

.FDC_fa_file-photo-o:before,
.FDC_fa_file-picture-o:before,
.FDC_fa_file-image-o:before {
    content: "\f1c5";
}

.FDC_fa_file-zip-o:before,
.FDC_fa_file-archive-o:before {
    content: "\f1c6";
}

.FDC_fa_file-sound-o:before,
.FDC_fa_file-audio-o:before {
    content: "\f1c7";
}

.FDC_fa_file-movie-o:before,
.FDC_fa_file-video-o:before {
    content: "\f1c8";
}

.FDC_fa_file-code-o:before {
    content: "\f1c9";
}

.FDC_fa_vine:before {
    content: "\f1ca";
}

.FDC_fa_codepen:before {
    content: "\f1cb";
}

.FDC_fa_jsfiddle:before {
    content: "\f1cc";
}

.FDC_fa_life-bouy:before,
.FDC_fa_life-buoy:before,
.FDC_fa_life-saver:before,
.FDC_fa_support:before,
.FDC_fa_life-ring:before {
    content: "\f1cd";
}

.FDC_fa_circle-o-notch:before {
    content: "\f1ce";
}

.FDC_fa_ra:before,
.FDC_fa_resistance:before,
.FDC_fa_rebel:before {
    content: "\f1d0";
}

.FDC_fa_ge:before,
.FDC_fa_empire:before {
    content: "\f1d1";
}

.FDC_fa_git-square:before {
    content: "\f1d2";
}

.FDC_fa_git:before {
    content: "\f1d3";
}

.FDC_fa_y-combinator-square:before,
.FDC_fa_yc-square:before,
.FDC_fa_hacker-news:before {
    content: "\f1d4";
}

.FDC_fa_tencent-weibo:before {
    content: "\f1d5";
}

.FDC_fa_qq:before {
    content: "\f1d6";
}

.FDC_fa_wechat:before,
.FDC_fa_weixin:before {
    content: "\f1d7";
}

.FDC_fa_send:before,
.FDC_fa_paper-plane:before {
    content: "\f1d8";
}

.FDC_fa_send-o:before,
.FDC_fa_paper-plane-o:before {
    content: "\f1d9";
}

.FDC_fa_history:before {
    content: "\f1da";
}

.FDC_fa_circle-thin:before {
    content: "\f1db";
}

.FDC_fa_header:before {
    content: "\f1dc";
}

.FDC_fa_paragraph:before {
    content: "\f1dd";
}

.FDC_fa_sliders:before {
    content: "\f1de";
}

.FDC_fa_share-alt:before {
    content: "\f1e0";
}

.FDC_fa_share-alt-square:before {
    content: "\f1e1";
}

.FDC_fa_bomb:before {
    content: "\f1e2";
}

.FDC_fa_soccer-ball-o:before,
.FDC_fa_futbol-o:before {
    content: "\f1e3";
}

.FDC_fa_tty:before {
    content: "\f1e4";
}

.FDC_fa_binoculars:before {
    content: "\f1e5";
}

.FDC_fa_plug:before {
    content: "\f1e6";
}

.FDC_fa_slideshare:before {
    content: "\f1e7";
}

.FDC_fa_twitch:before {
    content: "\f1e8";
}

.FDC_fa_yelp:before {
    content: "\f1e9";
}

.FDC_fa_newspaper-o:before {
    content: "\f1ea";
}

.FDC_fa_wifi:before {
    content: "\f1eb";
}

.FDC_fa_calculator:before {
    content: "\f1ec";
}

.FDC_fa_paypal:before {
    content: "\f1ed";
}

.FDC_fa_google-wallet:before {
    content: "\f1ee";
}

.FDC_fa_cc-visa:before {
    content: "\f1f0";
}

.FDC_fa_cc-mastercard:before {
    content: "\f1f1";
}

.FDC_fa_cc-discover:before {
    content: "\f1f2";
}

.FDC_fa_cc-amex:before {
    content: "\f1f3";
}

.FDC_fa_cc-paypal:before {
    content: "\f1f4";
}

.FDC_fa_cc-stripe:before {
    content: "\f1f5";
}

.FDC_fa_bell-slash:before {
    content: "\f1f6";
}

.FDC_fa_bell-slash-o:before {
    content: "\f1f7";
}

.FDC_fa_trash:before {
    content: "\f1f8";
}

.FDC_fa_copyright:before {
    content: "\f1f9";
}

.FDC_fa_at:before {
    content: "\f1fa";
}

.FDC_fa_eyedropper:before {
    content: "\f1fb";
}

.FDC_fa_paint-brush:before {
    content: "\f1fc";
}

.FDC_fa_birthday-cake:before {
    content: "\f1fd";
}

.FDC_fa_area-chart:before {
    content: "\f1fe";
}

.FDC_fa_pie-chart:before {
    content: "\f200";
}

.FDC_fa_line-chart:before {
    content: "\f201";
}

.FDC_fa_lastfm:before {
    content: "\f202";
}

.FDC_fa_lastfm-square:before {
    content: "\f203";
}

.FDC_fa_toggle-off:before {
    content: "\f204";
}

.FDC_fa_toggle-on:before {
    content: "\f205";
}

.FDC_fa_bicycle:before {
    content: "\f206";
}

.FDC_fa_bus:before {
    content: "\f207";
}

.FDC_fa_ioxhost:before {
    content: "\f208";
}

.FDC_fa_angellist:before {
    content: "\f209";
}

.FDC_fa_cc:before {
    content: "\f20a";
}

.FDC_fa_shekel:before,
.FDC_fa_sheqel:before,
.FDC_fa_ils:before {
    content: "\f20b";
}

.FDC_fa_meanpath:before {
    content: "\f20c";
}

.FDC_fa_buysellads:before {
    content: "\f20d";
}

.FDC_fa_connectdevelop:before {
    content: "\f20e";
}

.FDC_fa_dashcube:before {
    content: "\f210";
}

.FDC_fa_forumbee:before {
    content: "\f211";
}

.FDC_fa_leanpub:before {
    content: "\f212";
}

.FDC_fa_sellsy:before {
    content: "\f213";
}

.FDC_fa_shirtsinbulk:before {
    content: "\f214";
}

.FDC_fa_simplybuilt:before {
    content: "\f215";
}

.FDC_fa_skyatlas:before {
    content: "\f216";
}

.FDC_fa_cart-plus:before {
    content: "\f217";
}

.FDC_fa_cart-arrow-down:before {
    content: "\f218";
}

.FDC_fa_diamond:before {
    content: "\f219";
}

.FDC_fa_ship:before {
    content: "\f21a";
}

.FDC_fa_user-secret:before {
    content: "\f21b";
}

.FDC_fa_motorcycle:before {
    content: "\f21c";
}

.FDC_fa_street-view:before {
    content: "\f21d";
}

.FDC_fa_heartbeat:before {
    content: "\f21e";
}

.FDC_fa_venus:before {
    content: "\f221";
}

.FDC_fa_mars:before {
    content: "\f222";
}

.FDC_fa_mercury:before {
    content: "\f223";
}

.FDC_fa_intersex:before,
.FDC_fa_transgender:before {
    content: "\f224";
}

.FDC_fa_transgender-alt:before {
    content: "\f225";
}

.FDC_fa_venus-double:before {
    content: "\f226";
}

.FDC_fa_mars-double:before {
    content: "\f227";
}

.FDC_fa_venus-mars:before {
    content: "\f228";
}

.FDC_fa_mars-stroke:before {
    content: "\f229";
}

.FDC_fa_mars-stroke-v:before {
    content: "\f22a";
}

.FDC_fa_mars-stroke-h:before {
    content: "\f22b";
}

.FDC_fa_neuter:before {
    content: "\f22c";
}

.FDC_fa_genderless:before {
    content: "\f22d";
}

.FDC_fa_facebook-official:before {
    content: "\f230";
}

.FDC_fa_pinterest-p:before {
    content: "\f231";
}

.FDC_fa_whatsapp:before {
    content: "\f232";
}

.FDC_fa_server:before {
    content: "\f233";
}

.FDC_fa_user-plus:before {
    content: "\f234";
}

.FDC_fa_user-times:before {
    content: "\f235";
}

.FDC_fa_hotel:before,
.FDC_fa_bed:before {
    content: "\f236";
}

.FDC_fa_viacoin:before {
    content: "\f237";
}

.FDC_fa_train:before {
    content: "\f238";
}

.FDC_fa_subway:before {
    content: "\f239";
}

.FDC_fa_medium:before {
    content: "\f23a";
}

.FDC_fa_yc:before,
.FDC_fa_y-combinator:before {
    content: "\f23b";
}

.FDC_fa_optin-monster:before {
    content: "\f23c";
}

.FDC_fa_opencart:before {
    content: "\f23d";
}

.FDC_fa_expeditedssl:before {
    content: "\f23e";
}

.FDC_fa_battery-4:before,
.FDC_fa_battery:before,
.FDC_fa_battery-full:before {
    content: "\f240";
}

.FDC_fa_battery-3:before,
.FDC_fa_battery-three-quarters:before {
    content: "\f241";
}

.FDC_fa_battery-2:before,
.FDC_fa_battery-half:before {
    content: "\f242";
}

.FDC_fa_battery-1:before,
.FDC_fa_battery-quarter:before {
    content: "\f243";
}

.FDC_fa_battery-0:before,
.FDC_fa_battery-empty:before {
    content: "\f244";
}

.FDC_fa_mouse-pointer:before {
    content: "\f245";
}

.FDC_fa_i-cursor:before {
    content: "\f246";
}

.FDC_fa_object-group:before {
    content: "\f247";
}

.FDC_fa_object-ungroup:before {
    content: "\f248";
}

.FDC_fa_sticky-note:before {
    content: "\f249";
}

.FDC_fa_sticky-note-o:before {
    content: "\f24a";
}

.FDC_fa_cc-jcb:before {
    content: "\f24b";
}

.FDC_fa_cc-diners-club:before {
    content: "\f24c";
}

.FDC_fa_clone:before {
    content: "\f24d";
}

.FDC_fa_balance-scale:before {
    content: "\f24e";
}

.FDC_fa_hourglass-o:before {
    content: "\f250";
}

.FDC_fa_hourglass-1:before,
.FDC_fa_hourglass-start:before {
    content: "\f251";
}

.FDC_fa_hourglass-2:before,
.FDC_fa_hourglass-half:before {
    content: "\f252";
}

.FDC_fa_hourglass-3:before,
.FDC_fa_hourglass-end:before {
    content: "\f253";
}

.FDC_fa_hourglass:before {
    content: "\f254";
}

.FDC_fa_hand-grab-o:before,
.FDC_fa_hand-rock-o:before {
    content: "\f255";
}

.FDC_fa_hand-stop-o:before,
.FDC_fa_hand-paper-o:before {
    content: "\f256";
}

.FDC_fa_hand-scissors-o:before {
    content: "\f257";
}

.FDC_fa_hand-lizard-o:before {
    content: "\f258";
}

.FDC_fa_hand-spock-o:before {
    content: "\f259";
}

.FDC_fa_hand-pointer-o:before {
    content: "\f25a";
}

.FDC_fa_hand-peace-o:before {
    content: "\f25b";
}

.FDC_fa_trademark:before {
    content: "\f25c";
}

.FDC_fa_registered:before {
    content: "\f25d";
}

.FDC_fa_creative-commons:before {
    content: "\f25e";
}

.FDC_fa_gg:before {
    content: "\f260";
}

.FDC_fa_gg-circle:before {
    content: "\f261";
}

.FDC_fa_tripadvisor:before {
    content: "\f262";
}

.FDC_fa_odnoklassniki:before {
    content: "\f263";
}

.FDC_fa_odnoklassniki-square:before {
    content: "\f264";
}

.FDC_fa_get-pocket:before {
    content: "\f265";
}

.FDC_fa_wikipedia-w:before {
    content: "\f266";
}

.FDC_fa_safari:before {
    content: "\f267";
}

.FDC_fa_chrome:before {
    content: "\f268";
}

.FDC_fa_firefox:before {
    content: "\f269";
}

.FDC_fa_opera:before {
    content: "\f26a";
}

.FDC_fa_internet-explorer:before {
    content: "\f26b";
}

.FDC_fa_tv:before,
.FDC_fa_television:before {
    content: "\f26c";
}

.FDC_fa_contao:before {
    content: "\f26d";
}

.FDC_fa_500px:before {
    content: "\f26e";
}

.FDC_fa_amazon:before {
    content: "\f270";
}

.FDC_fa_calendar-plus-o:before {
    content: "\f271";
}

.FDC_fa_calendar-minus-o:before {
    content: "\f272";
}

.FDC_fa_calendar-times-o:before {
    content: "\f273";
}

.FDC_fa_calendar-check-o:before {
    content: "\f274";
}

.FDC_fa_industry:before {
    content: "\f275";
}

.FDC_fa_map-pin:before {
    content: "\f276";
}

.FDC_fa_map-signs:before {
    content: "\f277";
}

.FDC_fa_map-o:before {
    content: "\f278";
}

.FDC_fa_map:before {
    content: "\f279";
}

.FDC_fa_commenting:before {
    content: "\f27a";
}

.FDC_fa_commenting-o:before {
    content: "\f27b";
}

.FDC_fa_houzz:before {
    content: "\f27c";
}

.FDC_fa_vimeo:before {
    content: "\f27d";
}

.FDC_fa_black-tie:before {
    content: "\f27e";
}

.FDC_fa_fonticons:before {
    content: "\f280";
}

.FDC_fa_reddit-alien:before {
    content: "\f281";
}

.FDC_fa_edge:before {
    content: "\f282";
}

.FDC_fa_credit-card-alt:before {
    content: "\f283";
}

.FDC_fa_codiepie:before {
    content: "\f284";
}

.FDC_fa_modx:before {
    content: "\f285";
}

.FDC_fa_fort-awesome:before {
    content: "\f286";
}

.FDC_fa_usb:before {
    content: "\f287";
}

.FDC_fa_product-hunt:before {
    content: "\f288";
}

.FDC_fa_mixcloud:before {
    content: "\f289";
}

.FDC_fa_scribd:before {
    content: "\f28a";
}

.FDC_fa_pause-circle:before {
    content: "\f28b";
}

.FDC_fa_pause-circle-o:before {
    content: "\f28c";
}

.FDC_fa_stop-circle:before {
    content: "\f28d";
}

.FDC_fa_stop-circle-o:before {
    content: "\f28e";
}

.FDC_fa_shopping-bag:before {
    content: "\f290";
}

.FDC_fa_shopping-basket:before {
    content: "\f291";
}

.FDC_fa_hashtag:before {
    content: "\f292";
}

.FDC_fa_bluetooth:before {
    content: "\f293";
}

.FDC_fa_bluetooth-b:before {
    content: "\f294";
}

.FDC_fa_percent:before {
    content: "\f295";
}

.FDC_fa_gitlab:before {
    content: "\f296";
}

.FDC_fa_wpbeginner:before {
    content: "\f297";
}

.FDC_fa_wpforms:before {
    content: "\f298";
}

.FDC_fa_envira:before {
    content: "\f299";
}

.FDC_fa_universal-access:before {
    content: "\f29a";
}

.FDC_fa_wheelchair-alt:before {
    content: "\f29b";
}

.FDC_fa_question-circle-o:before {
    content: "\f29c";
}

.FDC_fa_blind:before {
    content: "\f29d";
}

.FDC_fa_audio-description:before {
    content: "\f29e";
}

.FDC_fa_volume-control-phone:before {
    content: "\f2a0";
}

.FDC_fa_braille:before {
    content: "\f2a1";
}

.FDC_fa_assistive-listening-systems:before {
    content: "\f2a2";
}

.FDC_fa_asl-interpreting:before,
.FDC_fa_american-sign-language-interpreting:before {
    content: "\f2a3";
}

.FDC_fa_deafness:before,
.FDC_fa_hard-of-hearing:before,
.FDC_fa_deaf:before {
    content: "\f2a4";
}

.FDC_fa_glide:before {
    content: "\f2a5";
}

.FDC_fa_glide-g:before {
    content: "\f2a6";
}

.FDC_fa_signing:before,
.FDC_fa_sign-language:before {
    content: "\f2a7";
}

.FDC_fa_low-vision:before {
    content: "\f2a8";
}

.FDC_fa_viadeo:before {
    content: "\f2a9";
}

.FDC_fa_viadeo-square:before {
    content: "\f2aa";
}

.FDC_fa_snapchat:before {
    content: "\f2ab";
}

.FDC_fa_snapchat-ghost:before {
    content: "\f2ac";
}

.FDC_fa_snapchat-square:before {
    content: "\f2ad";
}

.FDC_fa_pied-piper:before {
    content: "\f2ae";
}

.FDC_fa_first-order:before {
    content: "\f2b0";
}

.FDC_fa_yoast:before {
    content: "\f2b1";
}

.FDC_fa_themeisle:before {
    content: "\f2b2";
}

.FDC_fa_google-plus-circle:before,
.FDC_fa_google-plus-official:before {
    content: "\f2b3";
}

.FDC_fa_fa:before,
.FDC_fa_font-awesome:before {
    content: "\f2b4";
}

.FDC_fa_handshake-o:before {
    content: "\f2b5";
}

.FDC_fa_envelope-open:before {
    content: "\f2b6";
}

.FDC_fa_envelope-open-o:before {
    content: "\f2b7";
}

.FDC_fa_linode:before {
    content: "\f2b8";
}

.FDC_fa_address-book:before {
    content: "\f2b9";
}

.FDC_fa_address-book-o:before {
    content: "\f2ba";
}

.FDC_fa_vcard:before,
.FDC_fa_address-card:before {
    content: "\f2bb";
}

.FDC_fa_vcard-o:before,
.FDC_fa_address-card-o:before {
    content: "\f2bc";
}

.FDC_fa_user-circle:before {
    content: "\f2bd";
}

.FDC_fa_user-circle-o:before {
    content: "\f2be";
}

.FDC_fa_user-o:before {
    content: "\f2c0";
}

.FDC_fa_id-badge:before {
    content: "\f2c1";
}

.FDC_fa_drivers-license:before,
.FDC_fa_id-card:before {
    content: "\f2c2";
}

.FDC_fa_drivers-license-o:before,
.FDC_fa_id-card-o:before {
    content: "\f2c3";
}

.FDC_fa_quora:before {
    content: "\f2c4";
}

.FDC_fa_free-code-camp:before {
    content: "\f2c5";
}

.FDC_fa_telegram:before {
    content: "\f2c6";
}

.FDC_fa_thermometer-4:before,
.FDC_fa_thermometer:before,
.FDC_fa_thermometer-full:before {
    content: "\f2c7";
}

.FDC_fa_thermometer-3:before,
.FDC_fa_thermometer-three-quarters:before {
    content: "\f2c8";
}

.FDC_fa_thermometer-2:before,
.FDC_fa_thermometer-half:before {
    content: "\f2c9";
}

.FDC_fa_thermometer-1:before,
.FDC_fa_thermometer-quarter:before {
    content: "\f2ca";
}

.FDC_fa_thermometer-0:before,
.FDC_fa_thermometer-empty:before {
    content: "\f2cb";
}

.FDC_fa_shower:before {
    content: "\f2cc";
}

.FDC_fa_bathtub:before,
.FDC_fa_s15:before,
.FDC_fa_bath:before {
    content: "\f2cd";
}

.FDC_fa_podcast:before {
    content: "\f2ce";
}

.FDC_fa_window-maximize:before {
    content: "\f2d0";
}

.FDC_fa_window-minimize:before {
    content: "\f2d1";
}

.FDC_fa_window-restore:before {
    content: "\f2d2";
}

.FDC_fa_times-rectangle:before,
.FDC_fa_window-close:before {
    content: "\f2d3";
}

.FDC_fa_times-rectangle-o:before,
.FDC_fa_window-close-o:before {
    content: "\f2d4";
}

.FDC_fa_bandcamp:before {
    content: "\f2d5";
}

.FDC_fa_grav:before {
    content: "\f2d6";
}

.FDC_fa_etsy:before {
    content: "\f2d7";
}

.FDC_fa_imdb:before {
    content: "\f2d8";
}

.FDC_fa_ravelry:before {
    content: "\f2d9";
}

.FDC_fa_eercast:before {
    content: "\f2da";
}

.FDC_fa_microchip:before {
    content: "\f2db";
}

.FDC_fa_snowflake-o:before {
    content: "\f2dc";
}

.FDC_fa_superpowers:before {
    content: "\f2dd";
}

.FDC_fa_wpexplorer:before {
    content: "\f2de";
}

.FDC_fa_meetup:before {
    content: "\f2e0";
}