
    @font-face {
        font-family: 'flomon-icon';
        src: url('../fonts/flomon-icon.eot?1750404461');
        src: url('../fonts/flomon-icon.eot?1750404461#iefix') format('embedded-opentype'),
            url('../fonts/flomon-icon.woff2?1750404461') format('woff2'),
            url('../fonts/flomon-icon.woff?1750404461') format('woff'),
            url('../fonts/flomon-icon.ttf?1750404461') format('truetype'),
            url('../fonts/flomon-icon.svg?1750404461#fontello') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    [class^="flomon-font-icon-"]:before, [class*=" flomon-font-icon-"]:before {
        font-family: "flomon-icon";
        font-style: normal;
        font-weight: normal;
        speak: none;

        vertical-align: 5%;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;

        /* For safety - reset parent styles, that can break glyph codes*/
        font-variant: normal;
        text-transform: none;

        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;

        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .flomon-icons {
        display: inline-block;
        font-size: inherit;
        color: inherit;
    }
    /* keyframes */
    /* Spin */
    @keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(0deg);
            transform: rotate(359deg);
        }
    }
    /* Pulse Spin */
    @-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);
        }
    }
    /* Wrenching */
    @keyframes wrench {
        0% {
            transform: rotate(-12deg);
        }
        8% {
            transform: rotate(12deg);
        }
        10% {
            transform: rotate(24deg);
        }
        18% {
            transform: rotate(-24deg);
        }
        20% {
            transform: rotate(-24deg);
        }
        28% {
            transform: rotate(24deg);
        }
        30% {
            transform: rotate(24deg);
        }
        38% {
            transform: rotate(-24deg);
        }
        40% {
            transform: rotate(-24deg);
        }
        48% {
            transform: rotate(24deg);
        }
        50% {
            transform: rotate(24deg);
        }
        58% {
            transform: rotate(-24deg);
        }
        60% {
            transform: rotate(-24deg);
        }
        68% {
            transform: rotate(24deg);
        }
        75%,
        100% {
            transform: rotate(0deg);
        }
    }
    /* Bell */
    @keyframes ring {
        0% {
            transform: rotate(-15deg);
        }
        2% {
            transform: rotate(15deg);
        }
        4% {
            transform: rotate(-18deg);
        }
        6% {
            transform: rotate(18deg);
        }
        8% {
            transform: rotate(-22deg);
        }
        10% {
            transform: rotate(22deg);
        }
        12% {
            transform: rotate(-18deg);
        }
        14% {
            transform: rotate(18deg);
        }
        16% {
            transform: rotate(-12deg);
        }
        18% {
            transform: rotate(12deg);
        }
        20%,
        100% {
            transform: rotate(0deg);
        }
    }
    /* Vertical */
    @keyframes vertical {
        0% {
            transform: translate(0, -3px);
        }
        4% {
            transform: translate(0, 3px);
        }
        8% {
            transform: translate(0, -3px);
        }
        12% {
            transform: translate(0, 3px);
        }
        16% {
            transform: translate(0, -3px);
        }
        20% {
            transform: translate(0, 3px);
        }
        22%,
        100% {
            transform: translate(0, 0);
        }
    }
    /* Horizontal */
    @keyframes horizontal {
        0% {
            transform: translate(0, 0);
        }
        6% {
            transform: translate(5px, 0);
        }
        12% {
            transform: translate(0, 0);
        }
        18% {
            transform: translate(5px, 0);
        }
        24% {
            transform: translate(0, 0);
        }
        30% {
            transform: translate(5px, 0);
        }
        36%,
        100% {
            transform: translate(0, 0);
        }
    }
    /* Flashing */
    @keyframes flash {
        0%,
        100%,
        50% {
            opacity: 1;
        }
        25%,
        75% {
            opacity: 0;
        }
    }
    /* Bounce */
    @keyframes bounce {
        0%,
        10%,
        20%,
        50%,
        80%,
        100% {
            transform: translateY(0);
        }
        40% {
            transform: translateY(-15px);
        }
        60% {
            transform: translateY(-15px);
        }
    }
    /* Float */
    @keyframes float {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-6px);
        }
        100% {
            transform: translateY(0);
        }
    }
    /* Pulse */
    @keyframes pulse {
        0% {
            transform: scale(1.1);
        }
        50% {
            transform: scale(0.8);
        }
        100% {
            transform: scale(1.1);
        }
    }
    /* Tada */
    @keyframes tada {
        0% {
            transform: scale(1);
        }
        10%,
        20% {
            transform: scale(0.9) rotate(-8deg);
        }
        30%,
        50%,
        70% {
            transform: scale(1.3) rotate(8deg);
        }
        40%,
        60% {
            transform: scale(1.3) rotate(-8deg);
        }
        80%,
        100% {
            transform: scale(1) rotate(0);
        }
    }
    /* Passing */
    @keyframes passing {
        0% {
            transform: translateX(-50%);
            opacity: 0;
        }
        50% {
            transform: translateX(0%);
            opacity: 1;
        }
        100% {
            transform: translateX(50%);
            opacity: 0;
        }
    }
    /* Passing Reverse */
    @keyframes passing-reverse {
        0% {
            transform: translateX(50%);
            opacity: 0;
        }
        50% {
            transform: translateX(0%);
            opacity: 1;
        }
        100% {
            transform: translateX(-50%);
            opacity: 0;
        }
    }
    /* Burst */
    @keyframes burst {
        0% {
            opacity: 0.6;
        }
        50% {
            transform: scale(1.8);
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    /* Falling */
    @keyframes falling {
        0% {
            transform: translateY(-50%);
            opacity: 0;
        }
        50% {
            transform: translateY(0%);
            opacity: 1;
        }
        100% {
            transform: translateY(50%);
            opacity: 0;
        }
    }

    .flomon-icon {
        display: inline-block;
        font: normal normal normal 14px/1 flomon;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    /* Style Sheet */
    /* Spin */
    .flomon-spin.animated,
    .flomon-spin.animated-hover:hover,
    .flomon-parent.animated-hover:hover > .flomon-spin {
        animation: spin 1.5s linear infinite;
    }
    .flomon-spin.animated.flomon-fast,
    .flomon-spin.animated-hover.flomon-fast:hover,
    .flomon-parent.animated-hover:hover > .flomon-spin.flomon-fast {
        animation: spin 0.7s linear infinite;
    }
    .flomon-spin.animated.flomon-slow,
    .flomon-spin.animated-hover.flomon-slow:hover,
    .flomon-parent.animated-hover:hover > .flomon-spin.flomon-slow {
        animation: spin 2.2s linear infinite;
    }
    /* Pulse Spin */
    .flomon-spin-pulse.animated,
    .flomon-spin-pulse.animated-hover:hover,
    .flomon-parent.animated-hover:hover > .flomon-spin-pulse {
        -webkit-animation: fa-spin 1s infinite steps(8);
        animation: fa-spin 1.5s infinite steps(8);
    }
    .flomon-spin-pulse.animated.flomon-fast,
    .flomon-spin-pulse.animated-hover.flomon-fast:hover,
    .flomon-spin-pulse.animated-hover:hover > .flomon-spin-pulse.flomon-fast {
        -webkit-animation: fa-spin 1s infinite steps(8);
        animation: fa-spin 0.7s infinite steps(8);
    }
    .flomon-spin-pulse.animated.flomon-slow,
    .flomon-spin-pulse.animated-hover.flomon-slow:hover,
    .flomon-parent.animated-hover:hover > .flomon-spin-pulse.flomon-slow {
        -webkit-animation: fa-spin 1s infinite steps(8);
        animation: fa-spin 2.2s infinite steps(8);
    }
    /* Wrenching */
    .flomon-wrench.animated,
    .flomon-wrench.animated-hover:hover,
    .flomon-parent.animated-hover:hover > .flomon-wrench {
        animation: wrench 2.5s ease infinite;
        transform-origin-x: 90%;
        transform-origin-y: 35%;
        transform-origin-z: initial;
    }
    .flomon-wrench.animated.flomon-fast,
    .flomon-wrench.animated-hover.flomon-fast:hover,
    .flomon-parent.animated-hover:hover > .flomon-wrench.flomon-fast {
        animation: wrench 1.2s ease infinite;
    }
    .flomon-wrench.animated.flomon-slow,
    .flomon-wrench.animated-hover.flomon-slow:hover,
    .flomon-parent.animated-hover:hover > .flomon-wrench.flomon-slow {
        animation: wrench 3.7s ease infinite;
    }
    /* Bell */
    .flomon-ring.animated,
    .flomon-ring.animated-hover:hover,
    .flomon-parent.animated-hover:hover > .flomon-ring {
        animation: ring 2s ease infinite;
        transform-origin-x: 50%;
        transform-origin-y: 0px;
        transform-origin-z: initial;
    }
    .flomon-ring.animated.flomon-fast,
    .flomon-ring.animated-hover.flomon-fast:hover,
    .flomon-parent.animated-hover:hover > .flomon-ring.flomon-fast {
        animation: ring 1s ease infinite;
    }
    .flomon-ring.animated.flomon-slow,
    .flomon-ring.animated-hover.flomon-slow:hover,
    .flomon-parent.animated-hover:hover > .flomon-ring.flomon-slow {
        animation: ring 3s ease infinite;
    }
    /* Vertical */
    .flomon-vertical.animated,
    .flomon-vertical.animated-hover:hover,
    .flomon-parent.animated-hover:hover > .flomon-vertical {
        animation: vertical 2s ease infinite;
    }
    .flomon-vertical.animated.flomon-fast,
    .flomon-vertical.animated-hover.flomon-fast:hover,
    .flomon-parent.animated-hover:hover > .flomon-vertical.flomon-fast {
        animation: vertical 1s ease infinite;
    }
    .flomon-vertical.animated.flomon-slow,
    .flomon-vertical.animated-hover.flomon-slow:hover,
    .flomon-parent.animated-hover:hover > .flomon-vertical.flomon-slow {
        animation: vertical 4s ease infinite;
    }
    /* Horizontal */
    .flomon-horizontal.animated,
    .flomon-horizontal.animated-hover:hover,
    .flomon-parent.animated-hover:hover > .flomon-horizontal {
        animation: horizontal 2s ease infinite;
    }
    .flomon-horizontal.animated.flomon-fast,
    .flomon-horizontal.animated-hover.flomon-fast:hover,
    .flomon-parent.animated-hover:hover > .flomon-horizontal.flomon-fast {
        animation: horizontal 1s ease infinite;
    }
    .flomon-horizontal.animated.flomon-slow,
    .flomon-horizontal.animated-hover.flomon-slow:hover,
    .flomon-parent.animated-hover:hover > .flomon-horizontal.flomon-slow {
        animation: horizontal 3s ease infinite;
    }
    /* Flashing */
    .flomon-flash.animated,
    .flomon-flash.animated-hover:hover,
    .flomon-parent.animated-hover:hover > .flomon-flash {
        animation: flash 2s ease infinite;
    }
    .flomon-flash.animated.flomon-fast,
    .flomon-flash.animated-hover.flomon-fast:hover,
    .flomon-parent.animated-hover:hover > .flomon-flash.flomon-fast {
        animation: flash 1s ease infinite;
    }
    .flomon-flash.animated.flomon-slow,
    .flomon-flash.animated-hover.flomon-slow:hover,
    .flomon-parent.animated-hover:hover > .flomon-flash.flomon-slow {
        animation: flash 3s ease infinite;
    }
    /* Bounce */
    .flomon-bounce.animated,
    .flomon-bounce.animated-hover:hover,
    .flomon-parent.animated-hover:hover > .flomon-bounce {
        animation: bounce 2s ease infinite;
    }
    .flomon-bounce.animated.flomon-fast,
    .flomon-bounce.animated-hover.flomon-fast:hover,
    .flomon-parent.animated-hover:hover > .flomon-bounce.flomon-fast {
        animation: bounce 1s ease infinite;
    }
    .flomon-bounce.animated.flomon-slow,
    .flomon-bounce.animated-hover.flomon-slow:hover,
    .flomon-parent.animated-hover:hover > .flomon-bounce.flomon-slow {
        animation: bounce 3s ease infinite;
    }
    /* Float */
    .flomon-float.animated,
    .flomon-float.animated-hover:hover,
    .flomon-parent.animated-hover:hover > .flomon-float {
        animation: float 2s linear infinite;
    }
    .flomon-float.animated.flomon-fast,
    .flomon-float.animated-hover.flomon-fast:hover,
    .flomon-parent.animated-hover:hover > .flomon-float.flomon-fast {
        animation: float 1s linear infinite;
    }
    .flomon-float.animated.flomon-slow,
    .flomon-float.animated-hover.flomon-slow:hover,
    .flomon-parent.animated-hover:hover > .flomon-float.flomon-slow {
        animation: float 3s linear infinite;
    }
    /* Pulse */
    .flomon-pulse.animated,
    .flomon-pulse.animated-hover:hover,
    .flomon-parent.animated-hover:hover > .flomon-pulse {
        animation: pulse 2s linear infinite;
    }
    .flomon-pulse.animated.flomon-fast,
    .flomon-pulse.animated-hover.flomon-fast:hover,
    .flomon-parent.animated-hover:hover > .flomon-pulse.flomon-fast {
        animation: pulse 1s linear infinite;
    }
    .flomon-pulse.animated.flomon-slow,
    .flomon-pulse.animated-hover.flomon-slow:hover,
    .flomon-parent.animated-hover:hover > .flomon-pulse.flomon-slow {
        animation: pulse 3s linear infinite;
    }
    /* Tada */
    .flomon-tada.animated,
    .flomon-tada.animated-hover:hover,
    .flomon-parent.animated-hover:hover > .flomon-tada {
        animation: tada 2s linear infinite;
    }
    .flomon-tada.animated.flomon-fast,
    .flomon-tada.animated-hover.flomon-fast:hover,
    .flomon-parent.animated-hover:hover > .flomon-tada.flomon-fast {
        animation: tada 1s linear infinite;
    }
    .flomon-tada.animated.flomon-slow,
    .flomon-tada.animated-hover.flomon-slow:hover,
    .flomon-parent.animated-hover:hover > .flomon-tada.flomon-slow {
        animation: tada 3s linear infinite;
    }
    /* Passing */
    .flomon-passing.animated,
    .flomon-passing.animated-hover:hover,
    .flomon-parent.animated-hover:hover > .flomon-passing {
        animation: passing 2s linear infinite;
    }
    .flomon-passing.animated.flomon-fast,
    .flomon-passing.animated-hover.flomon-fast:hover,
    .flomon-parent.animated-hover:hover > .flomon-passing.flomon-fast {
        animation: passing 1s linear infinite;
    }
    .flomon-passing.animated.flomon-slow,
    .flomon-passing.animated-hover.flomon-slow:hover,
    .flomon-parent.animated-hover:hover > .flomon-passing.flomon-slow {
        animation: passing 3s linear infinite;
    }
    /* Passing Reverse */
    .flomon-passing-reverse.animated,
    .flomon-passing-reverse.animated-hover:hover,
    .flomon-parent.animated-hover:hover > .flomon-passing-reverse {
        animation: passing-reverse 2s linear infinite;
    }
    .flomon-passing-reverse.animated.flomon-fast,
    .flomon-passing-reverse.animated-hover.flomon-fast:hover,
    .flomon-parent.animated-hover:hover > .flomon-passing-reverse.flomon-fast {
        animation: passing-reverse 1s linear infinite;
    }
    .flomon-passing-reverse.animated.flomon-slow,
    .flomon-passing-reverse.animated-hover.flomon-slow:hover,
    .flomon-parent.animated-hover:hover > .flomon-passing-reverse.flomon-slow {
        animation: passing-reverse 3s linear infinite;
    }
    /* Burst */
    .flomon-burst.animated,
    .flomon-burst.animated-hover:hover,
    .flomon-parent.animated-hover:hover > .flomon-burst {
        animation: burst 2s infinite linear;
    }
    .flomon-burst.animated.flomon-fast,
    .flomon-burst.animated-hover.flomon-fast:hover,
    .flomon-parent.animated-hover:hover > .flomon-burst.flomon-fast {
        animation: burst 1s infinite linear;
    }
    .flomon-burst.animated.flomon-slow,
    .flomon-burst.animated-hover.flomon-slow:hover,
    .flomon-parent.animated-hover:hover > .flomon-burst.flomon-slow {
        animation: burst 3s infinite linear;
    }
    /* Falling */
    .flomon-falling.animated,
    .flomon-falling.animated-hover:hover,
    .flomon-parent.animated-hover:hover > .flomon-falling {
        animation: falling 2s linear infinite;
    }
    .flomon-falling.animated.flomon-fast,
    .flomon-falling.animated-hover.flomon-fast:hover,
    .flomon-parent.animated-hover:hover > .flomon-falling.flomon-fast {
        animation: falling 1s linear infinite;
    }
    .flomon-falling.animated.flomon-slow,
    .flomon-falling.animated-hover.flomon-slow:hover,
    .flomon-parent.animated-hover:hover > .flomon-falling.flomon-slow {
        animation: falling 3s linear infinite;
    }
    /* SHAKE */
    .flomon-shake.animated,
    .flomon-shake.animated-hover:hover,
    .flomon-parent.animated-hover:hover > .flomon-shake {
        animation: wrench 2.5s ease infinite;
    }
    .flomon-shake.animated.flomon-fast,
    .flomon-shake.animated-hover.flomon-fast:hover,
    .flomon-parent.animated-hover:hover > .flomon-shake.flomon-fast {
        animation: wrench 1.2s ease infinite;
    }
    .flomon-shake.animated.flomon-slow,
    .flomon-shake.animated-hover.flomon-slow:hover,
    .flomon-parent.animated-hover:hover > .flomon-shake.flomon-slow {
        animation: wrench 3.7s ease infinite;
    }

    .icon-stack {
        position: relative;
        display: inline-block;
        width: 2em;
        height: 2em;
        line-height: 2em;
        vertical-align: middle;
    }
    .icon-stack-1x,
    .icon-stack-2x {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .icon-stack-1x {
        line-height: inherit;
    }
    .icon-stack-2x {
        font-size: 2em;
    }
    .icon-inverse {
        color: #ffffff;
    }

    /* makes the font 33% larger relative to the icon container */
    .icon-lg {
        font-size: (4em / 3);
        line-height: (3em / 4);
        vertical-align: -15%;
    }
    .icon-2x {
        font-size: 2em;
    }
    .icon-3x {
        font-size: 3em;
    }
    .icon-4x {
        font-size: 4em;
    }
    .icon-5x {
        font-size: 5em;
    }
    .icon-6x {
        font-size: 6em;
    }
    .icon-7x {
        font-size: 7em;
    }
    .icon-8x {
        font-size: 8em;
    }
    .icon-9x {
        font-size: 9em;
    }
    
.flomon-font-icon--500px:before { content: '\E000' } 
.flomon-font-icon-address-book-o:before { content: '\E001' } 
.flomon-font-icon-address-book:before { content: '\E002' } 
.flomon-font-icon-address-card-o:before { content: '\E003' } 
.flomon-font-icon-address-card:before { content: '\E004' } 
.flomon-font-icon-adjust:before { content: '\E005' } 
.flomon-font-icon-adn:before { content: '\E006' } 
.flomon-font-icon-align-center:before { content: '\E007' } 
.flomon-font-icon-align-left:before { content: '\E008' } 
.flomon-font-icon-amazon:before { content: '\E009' } 
.flomon-font-icon-ambulance:before { content: '\E00A' } 
.flomon-font-icon-asl-interpreting:before { content: '\E00B' } 
.flomon-font-icon-anchor:before { content: '\E00C' } 
.flomon-font-icon-android:before { content: '\E00D' } 
.flomon-font-icon-angellist:before { content: '\E00E' } 
.flomon-font-icon-angle-double-down:before { content: '\E00F' } 
.flomon-font-icon-angle-double-left:before { content: '\E010' } 
.flomon-font-icon-angle-double-right:before { content: '\E011' } 
.flomon-font-icon-angle-double-up:before { content: '\E012' } 
.flomon-font-icon-angle-down:before { content: '\E013' } 
.flomon-font-icon-angle-left:before { content: '\E014' } 
.flomon-font-icon-angle-right:before { content: '\E015' } 
.flomon-font-icon-angle-up:before { content: '\E016' } 
.flomon-font-icon-apple:before { content: '\E017' } 
.flomon-font-icon-archive:before { content: '\E018' } 
.flomon-font-icon-area-chart:before { content: '\E019' } 
.flomon-font-icon-arrow-circle-down:before { content: '\E01A' } 
.flomon-font-icon-arrow-circle-left:before { content: '\E01B' } 
.flomon-font-icon-arrow-circle-o-down:before { content: '\E01C' } 
.flomon-font-icon-arrow-circle-o-left:before { content: '\E01D' } 
.flomon-font-icon-arrow-circle-o-right:before { content: '\E01E' } 
.flomon-font-icon-arrow-circle-o-up:before { content: '\E01F' } 
.flomon-font-icon-arrow-circle-right:before { content: '\E020' } 
.flomon-font-icon-arrow-circle-up:before { content: '\E021' } 
.flomon-font-icon-arrow-down:before { content: '\E022' } 
.flomon-font-icon-arrow-left:before { content: '\E023' } 
.flomon-font-icon-arrow-right:before { content: '\E024' } 
.flomon-font-icon-arrow-up:before { content: '\E025' } 
.flomon-font-icon-arrows-alt:before { content: '\E026' } 
.flomon-font-icon-arrows-h:before { content: '\E027' } 
.flomon-font-icon-arrows-v:before { content: '\E028' } 
.flomon-font-icon-arrows:before { content: '\E029' } 
.flomon-font-icon-assistive-listening-systems:before { content: '\E02A' } 
.flomon-font-icon-asterisk:before { content: '\E02B' } 
.flomon-font-icon-at:before { content: '\E02C' } 
.flomon-font-icon-audio-description:before { content: '\E02D' } 
.flomon-font-icon-automobile:before { content: '\E02E' } 
.flomon-font-icon-backward:before { content: '\E02F' } 
.flomon-font-icon-balance-scale:before { content: '\E030' } 
.flomon-font-icon-ban:before { content: '\E031' } 
.flomon-font-icon-bandcamp:before { content: '\E032' } 
.flomon-font-icon-bank:before { content: '\E033' } 
.flomon-font-icon-bar-chart-o:before { content: '\E034' } 
.flomon-font-icon-barcode:before { content: '\E035' } 
.flomon-font-icon-bars:before { content: '\E036' } 
.flomon-font-icon-bath:before { content: '\E037' } 
.flomon-font-icon-battery-0:before { content: '\E038' } 
.flomon-font-icon-battery-1:before { content: '\E039' } 
.flomon-font-icon-battery-2:before { content: '\E03A' } 
.flomon-font-icon-battery-3:before { content: '\E03B' } 
.flomon-font-icon-battery-full:before { content: '\E03C' } 
.flomon-font-icon-battery-empty:before { content: '\E03D' } 
.flomon-font-icon-battery-low:before { content: '\E03E' } 
.flomon-font-icon-battery-quater:before { content: '\E03F' } 
.flomon-font-icon-battery-half:before { content: '\E040' } 
.flomon-font-icon-battery-three-quarters:before { content: '\E041' } 
.flomon-font-icon-battery:before { content: '\E042' } 
.flomon-font-icon-bed:before { content: '\E043' } 
.flomon-font-icon-beer:before { content: '\E044' } 
.flomon-font-icon-behance-square:before { content: '\E045' } 
.flomon-font-icon-behance:before { content: '\E046' } 
.flomon-font-icon-bell-o:before { content: '\E047' } 
.flomon-font-icon-bell-slash-o:before { content: '\E048' } 
.flomon-font-icon-bell-slash:before { content: '\E049' } 
.flomon-font-icon-bell:before { content: '\E04A' } 
.flomon-font-icon-bicycle:before { content: '\E04B' } 
.flomon-font-icon-binoculars:before { content: '\E04C' } 
.flomon-font-icon-birthday-cake:before { content: '\E04D' } 
.flomon-font-icon-bitbucket-square:before { content: '\E04E' } 
.flomon-font-icon-bitbucket:before { content: '\E04F' } 
.flomon-font-icon-bitcoin:before { content: '\E050' } 
.flomon-font-icon-black-tie:before { content: '\E051' } 
.flomon-font-icon-blind:before { content: '\E052' } 
.flomon-font-icon-bluetooth-b:before { content: '\E053' } 
.flomon-font-icon-bluetooth:before { content: '\E054' } 
.flomon-font-icon-bold:before { content: '\E055' } 
.flomon-font-icon-bolt:before { content: '\E056' } 
.flomon-font-icon-bomb:before { content: '\E057' } 
.flomon-font-icon-book:before { content: '\E058' } 
.flomon-font-icon-bookmark-o:before { content: '\E059' } 
.flomon-font-icon-bookmark:before { content: '\E05A' } 
.flomon-font-icon-braille:before { content: '\E05B' } 
.flomon-font-icon-briefcase:before { content: '\E05C' } 
.flomon-font-icon-btc:before { content: '\E05D' } 
.flomon-font-icon-bug:before { content: '\E05E' } 
.flomon-font-icon-building-o:before { content: '\E05F' } 
.flomon-font-icon-building:before { content: '\E060' } 
.flomon-font-icon-bullhorn:before { content: '\E061' } 
.flomon-font-icon-align-right:before { content: '\E062' } 
.flomon-font-icon-align-justify:before { content: '\E063' } 
.flomon-font-icon-bullseye:before { content: '\E064' } 
.flomon-font-icon-bus:before { content: '\E065' } 
.flomon-font-icon-buysellads:before { content: '\E066' } 
.flomon-font-icon-cab:before { content: '\E067' } 
.flomon-font-icon-calculator:before { content: '\E068' } 
.flomon-font-icon-calendar-check-o:before { content: '\E069' } 
.flomon-font-icon-calendar-minus-o:before { content: '\E06A' } 
.flomon-font-icon-calendar-o:before { content: '\E06B' } 
.flomon-font-icon-calendar-plus-o:before { content: '\E06C' } 
.flomon-font-icon-calendar-times-o:before { content: '\E06D' } 
.flomon-font-icon-calendar:before { content: '\E06E' } 
.flomon-font-icon-camera-retro:before { content: '\E06F' } 
.flomon-font-icon-camera:before { content: '\E070' } 
.flomon-font-icon-car:before { content: '\E071' } 
.flomon-font-icon-caret-down:before { content: '\E072' } 
.flomon-font-icon-caret-left:before { content: '\E073' } 
.flomon-font-icon-caret-right:before { content: '\E074' } 
.flomon-font-icon-caret-square-o-down:before { content: '\E075' } 
.flomon-font-icon-caret-square-o-left:before { content: '\E076' } 
.flomon-font-icon-caret-square-o-right:before { content: '\E077' } 
.flomon-font-icon-caret-square-o-up:before { content: '\E078' } 
.flomon-font-icon-caret-up:before { content: '\E079' } 
.flomon-font-icon-cart-arrow-down:before { content: '\E07A' } 
.flomon-font-icon-cart-plus:before { content: '\E07B' } 
.flomon-font-icon-cc-amex:before { content: '\E07C' } 
.flomon-font-icon-cc-diners-club:before { content: '\E07D' } 
.flomon-font-icon-cc-discover:before { content: '\E07E' } 
.flomon-font-icon-cc-jcb:before { content: '\E07F' } 
.flomon-font-icon-cc-mastercard:before { content: '\E080' } 
.flomon-font-icon-cc-paypal:before { content: '\E081' } 
.flomon-font-icon-cc-stripe:before { content: '\E082' } 
.flomon-font-icon-cc-visa:before { content: '\E083' } 
.flomon-font-icon-cc:before { content: '\E084' } 
.flomon-font-icon-certificate:before { content: '\E085' } 
.flomon-font-icon-chain-broken:before { content: '\E086' } 
.flomon-font-icon-chain:before { content: '\E087' } 
.flomon-font-icon-check-circle-o:before { content: '\E088' } 
.flomon-font-icon-check-circle:before { content: '\E089' } 
.flomon-font-icon-check-square-o:before { content: '\E08A' } 
.flomon-font-icon-check-square:before { content: '\E08B' } 
.flomon-font-icon-check:before { content: '\E08C' } 
.flomon-font-icon-chevron-circle-down:before { content: '\E08D' } 
.flomon-font-icon-chevron-circle-left:before { content: '\E08E' } 
.flomon-font-icon-chevron-circle-right:before { content: '\E08F' } 
.flomon-font-icon-chevron-circle-up:before { content: '\E090' } 
.flomon-font-icon-chevron-down:before { content: '\E091' } 
.flomon-font-icon-chevron-left:before { content: '\E092' } 
.flomon-font-icon-chevron-right:before { content: '\E093' } 
.flomon-font-icon-chevron-up:before { content: '\E094' } 
.flomon-font-icon-child:before { content: '\E095' } 
.flomon-font-icon-chrome:before { content: '\E096' } 
.flomon-font-icon-circle-o-notch:before { content: '\E097' } 
.flomon-font-icon-circle-o:before { content: '\E098' } 
.flomon-font-icon-circle-thin:before { content: '\E099' } 
.flomon-font-icon-circle:before { content: '\E09A' } 
.flomon-font-icon-clipboard:before { content: '\E09B' } 
.flomon-font-icon-clock-o:before { content: '\E09C' } 
.flomon-font-icon-clone:before { content: '\E09D' } 
.flomon-font-icon-close:before { content: '\E09E' } 
.flomon-font-icon-cloud-download:before { content: '\E09F' } 
.flomon-font-icon-cloud-upload:before { content: '\E0A0' } 
.flomon-font-icon-cloud:before { content: '\E0A1' } 
.flomon-font-icon-cny:before { content: '\E0A2' } 
.flomon-font-icon-code-fork:before { content: '\E0A3' } 
.flomon-font-icon-code:before { content: '\E0A4' } 
.flomon-font-icon-codepen:before { content: '\E0A5' } 
.flomon-font-icon-codiepie:before { content: '\E0A6' } 
.flomon-font-icon-coffee:before { content: '\E0A7' } 
.flomon-font-icon-cog:before { content: '\E0A8' } 
.flomon-font-icon-cogs:before { content: '\E0A9' } 
.flomon-font-icon-columns:before { content: '\E0AA' } 
.flomon-font-icon-comment-o:before { content: '\E0AB' } 
.flomon-font-icon-comment:before { content: '\E0AC' } 
.flomon-font-icon-commenting-o:before { content: '\E0AD' } 
.flomon-font-icon-commenting:before { content: '\E0AE' } 
.flomon-font-icon-comments-o:before { content: '\E0AF' } 
.flomon-font-icon-comments:before { content: '\E0B0' } 
.flomon-font-icon-compass:before { content: '\E0B1' } 
.flomon-font-icon-compress:before { content: '\E0B2' } 
.flomon-font-icon-connectdevelop:before { content: '\E0B3' } 
.flomon-font-icon-contao:before { content: '\E0B4' } 
.flomon-font-icon-copy:before { content: '\E0B5' } 
.flomon-font-icon-copyright:before { content: '\E0B6' } 
.flomon-font-icon-creative-commons:before { content: '\E0B7' } 
.flomon-font-icon-credit-card-alt:before { content: '\E0B8' } 
.flomon-font-icon-credit-card:before { content: '\E0B9' } 
.flomon-font-icon-crop:before { content: '\E0BA' } 
.flomon-font-icon-crosshairs:before { content: '\E0BB' } 
.flomon-font-icon-css3:before { content: '\E0BC' } 
.flomon-font-icon-cube:before { content: '\E0BD' } 
.flomon-font-icon-cubes:before { content: '\E0BE' } 
.flomon-font-icon-cut:before { content: '\E0BF' } 
.flomon-font-icon-cutlery:before { content: '\E0C0' } 
.flomon-font-icon-dashboard:before { content: '\E0C1' } 
.flomon-font-icon-dashcube:before { content: '\E0C2' } 
.flomon-font-icon-database:before { content: '\E0C3' } 
.flomon-font-icon-deaf:before { content: '\E0C4' } 
.flomon-font-icon-deafness:before { content: '\E0C5' } 
.flomon-font-icon-dedent:before { content: '\E0C6' } 
.flomon-font-icon-delicious:before { content: '\E0C7' } 
.flomon-font-icon-desktop:before { content: '\E0C8' } 
.flomon-font-icon-deviantart:before { content: '\E0C9' } 
.flomon-font-icon-diamond:before { content: '\E0CA' } 
.flomon-font-icon-digg:before { content: '\E0CB' } 
.flomon-font-icon-dollar:before { content: '\E0CC' } 
.flomon-font-icon-dot-circle-o:before { content: '\E0CD' } 
.flomon-font-icon-download:before { content: '\E0CE' } 
.flomon-font-icon-dribbble:before { content: '\E0CF' } 
.flomon-font-icon-drivers-license-o:before { content: '\E0D0' } 
.flomon-font-icon-drivers-license:before { content: '\E0D1' } 
.flomon-font-icon-dropbox:before { content: '\E0D2' } 
.flomon-font-icon-drupal:before { content: '\E0D3' } 
.flomon-font-icon-edge:before { content: '\E0D4' } 
.flomon-font-icon-edit:before { content: '\E0D5' } 
.flomon-font-icon-eercast:before { content: '\E0D6' } 
.flomon-font-icon-eject:before { content: '\E0D7' } 
.flomon-font-icon-ellipsis-h:before { content: '\E0D8' } 
.flomon-font-icon-ellipsis-v:before { content: '\E0D9' } 
.flomon-font-icon-empire:before { content: '\E0DA' } 
.flomon-font-icon-envelope-o:before { content: '\E0DB' } 
.flomon-font-icon-envelope-open-o:before { content: '\E0DC' } 
.flomon-font-icon-envelope-open:before { content: '\E0DD' } 
.flomon-font-icon-envelope-square:before { content: '\E0DE' } 
.flomon-font-icon-envelope:before { content: '\E0DF' } 
.flomon-font-icon-envira:before { content: '\E0E0' } 
.flomon-font-icon-eraser:before { content: '\E0E1' } 
.flomon-font-icon-etsy:before { content: '\E0E2' } 
.flomon-font-icon-eur:before { content: '\E0E3' } 
.flomon-font-icon-euro:before { content: '\E0E4' } 
.flomon-font-icon-exchange:before { content: '\E0E5' } 
.flomon-font-icon-exclamation-circle:before { content: '\E0E6' } 
.flomon-font-icon-exclamation-triangle:before { content: '\E0E7' } 
.flomon-font-icon-exclamation:before { content: '\E0E8' } 
.flomon-font-icon-expand:before { content: '\E0E9' } 
.flomon-font-icon-expeditedssl:before { content: '\E0EA' } 
.flomon-font-icon-external-link-square:before { content: '\E0EB' } 
.flomon-font-icon-external-link:before { content: '\E0EC' } 
.flomon-font-icon-eye-slash:before { content: '\E0ED' } 
.flomon-font-icon-eye:before { content: '\E0EE' } 
.flomon-font-icon-eyedropper:before { content: '\E0EF' } 
.flomon-font-icon-fa:before { content: '\E0F0' } 
.flomon-font-icon-facebook-f:before { content: '\E0F1' } 
.flomon-font-icon-facebook-official:before { content: '\E0F2' } 
.flomon-font-icon-facebook-square:before { content: '\E0F3' } 
.flomon-font-icon-facebook:before { content: '\E0F4' } 
.flomon-font-icon-fast-backward:before { content: '\E0F5' } 
.flomon-font-icon-fast-forward:before { content: '\E0F6' } 
.flomon-font-icon-fax:before { content: '\E0F7' } 
.flomon-font-icon-feed:before { content: '\E0F8' } 
.flomon-font-icon-female:before { content: '\E0F9' } 
.flomon-font-icon-fighter-jet:before { content: '\E0FA' } 
.flomon-font-icon-file-archive-o:before { content: '\E0FB' } 
.flomon-font-icon-file-audio-o:before { content: '\E0FC' } 
.flomon-font-icon-file-code-o:before { content: '\E0FD' } 
.flomon-font-icon-file-excel-o:before { content: '\E0FE' } 
.flomon-font-icon-file-image-o:before { content: '\E0FF' } 
.flomon-font-icon-file-movie-o:before { content: '\E100' } 
.flomon-font-icon-file-o:before { content: '\E101' } 
.flomon-font-icon-file-pdf-o:before { content: '\E102' } 
.flomon-font-icon-file-photo-o:before { content: '\E103' } 
.flomon-font-icon-file-picture-o:before { content: '\E104' } 
.flomon-font-icon-file-powerpoint-o:before { content: '\E105' } 
.flomon-font-icon-file-sound-o:before { content: '\E106' } 
.flomon-font-icon-file-text-o:before { content: '\E107' } 
.flomon-font-icon-file-text:before { content: '\E108' } 
.flomon-font-icon-file-video-o:before { content: '\E109' } 
.flomon-font-icon-file-word-o:before { content: '\E10A' } 
.flomon-font-icon-file-zip-o:before { content: '\E10B' } 
.flomon-font-icon-file:before { content: '\E10C' } 
.flomon-font-icon-files-o:before { content: '\E10D' } 
.flomon-font-icon-film:before { content: '\E10E' } 
.flomon-font-icon-filter:before { content: '\E10F' } 
.flomon-font-icon-fire-extinguisher:before { content: '\E110' } 
.flomon-font-icon-fire:before { content: '\E111' } 
.flomon-font-icon-firefox:before { content: '\E112' } 
.flomon-font-icon-first-order:before { content: '\E113' } 
.flomon-font-icon-flag-checkered:before { content: '\E114' } 
.flomon-font-icon-flag-o:before { content: '\E115' } 
.flomon-font-icon-flag:before { content: '\E116' } 
.flomon-font-icon-flash:before { content: '\E117' } 
.flomon-font-icon-flask:before { content: '\E118' } 
.flomon-font-icon-flickr:before { content: '\E119' } 
.flomon-font-icon-floppy-o:before { content: '\E11A' } 
.flomon-font-icon-folder-o:before { content: '\E11B' } 
.flomon-font-icon-folder-open-o:before { content: '\E11C' } 
.flomon-font-icon-folder-open:before { content: '\E11D' } 
.flomon-font-icon-folder:before { content: '\E11E' } 
.flomon-font-icon-font-awesome:before { content: '\E11F' } 
.flomon-font-icon-font:before { content: '\E120' } 
.flomon-font-icon-fonticons:before { content: '\E121' } 
.flomon-font-icon-fort-awesome:before { content: '\E122' } 
.flomon-font-icon-forumbee:before { content: '\E123' } 
.flomon-font-icon-forward:before { content: '\E124' } 
.flomon-font-icon-foursquare:before { content: '\E125' } 
.flomon-font-icon-free-code-camp:before { content: '\E126' } 
.flomon-font-icon-frown-o:before { content: '\E127' } 
.flomon-font-icon-futbol-o:before { content: '\E128' } 
.flomon-font-icon-gamepad:before { content: '\E129' } 
.flomon-font-icon-gavel:before { content: '\E12A' } 
.flomon-font-icon-gbp:before { content: '\E12B' } 
.flomon-font-icon-ge:before { content: '\E12C' } 
.flomon-font-icon-gear:before { content: '\E12D' } 
.flomon-font-icon-gears:before { content: '\E12E' } 
.flomon-font-icon-genderless:before { content: '\E12F' } 
.flomon-font-icon-get-pocket:before { content: '\E130' } 
.flomon-font-icon-gg-circle:before { content: '\E131' } 
.flomon-font-icon-gg:before { content: '\E132' } 
.flomon-font-icon-gift:before { content: '\E133' } 
.flomon-font-icon-git-square:before { content: '\E134' } 
.flomon-font-icon-git:before { content: '\E135' } 
.flomon-font-icon-github-alt:before { content: '\E136' } 
.flomon-font-icon-github-square:before { content: '\E137' } 
.flomon-font-icon-github:before { content: '\E138' } 
.flomon-font-icon-gitlab:before { content: '\E139' } 
.flomon-font-icon-gittip:before { content: '\E13A' } 
.flomon-font-icon-glass:before { content: '\E13B' } 
.flomon-font-icon-glide-g:before { content: '\E13C' } 
.flomon-font-icon-glide:before { content: '\E13D' } 
.flomon-font-icon-globe:before { content: '\E13E' } 
.flomon-font-icon-google-plus-circle:before { content: '\E13F' } 
.flomon-font-icon-google-plus-official:before { content: '\E140' } 
.flomon-font-icon-google-plus-square:before { content: '\E141' } 
.flomon-font-icon-google-plus:before { content: '\E142' } 
.flomon-font-icon-google-wallet:before { content: '\E143' } 
.flomon-font-icon-google:before { content: '\E144' } 
.flomon-font-icon-graduation-cap:before { content: '\E145' } 
.flomon-font-icon-gratipay:before { content: '\E146' } 
.flomon-font-icon-grav:before { content: '\E147' } 
.flomon-font-icon-group:before { content: '\E148' } 
.flomon-font-icon-h-square:before { content: '\E149' } 
.flomon-font-icon-hacker-news:before { content: '\E14A' } 
.flomon-font-icon-hand-grab-o:before { content: '\E14B' } 
.flomon-font-icon-hand-lizard-o:before { content: '\E14C' } 
.flomon-font-icon-hand-o-down:before { content: '\E14D' } 
.flomon-font-icon-hand-o-left:before { content: '\E14E' } 
.flomon-font-icon-hand-o-right:before { content: '\E14F' } 
.flomon-font-icon-hand-o-up:before { content: '\E150' } 
.flomon-font-icon-hand-paper-o:before { content: '\E151' } 
.flomon-font-icon-hand-peace-o:before { content: '\E152' } 
.flomon-font-icon-hand-pointer-o:before { content: '\E153' } 
.flomon-font-icon-hand-rock-o:before { content: '\E154' } 
.flomon-font-icon-hand-scissors-o:before { content: '\E155' } 
.flomon-font-icon-hand-spock-o:before { content: '\E156' } 
.flomon-font-icon-hand-stop-o:before { content: '\E157' } 
.flomon-font-icon-handshake-o:before { content: '\E158' } 
.flomon-font-icon-hard-of-hearing:before { content: '\E159' } 
.flomon-font-icon-hashtag:before { content: '\E15A' } 
.flomon-font-icon-hdd-o:before { content: '\E15B' } 
.flomon-font-icon-header:before { content: '\E15C' } 
.flomon-font-icon-headphones:before { content: '\E15D' } 
.flomon-font-icon-heart-o:before { content: '\E15E' } 
.flomon-font-icon-heart:before { content: '\E15F' } 
.flomon-font-icon-heartbeat:before { content: '\E160' } 
.flomon-font-icon-history:before { content: '\E161' } 
.flomon-font-icon-home:before { content: '\E162' } 
.flomon-font-icon-hospital-o:before { content: '\E163' } 
.flomon-font-icon-hotel:before { content: '\E164' } 
.flomon-font-icon-hourglass-1:before { content: '\E165' } 
.flomon-font-icon-hourglass-2:before { content: '\E166' } 
.flomon-font-icon-hourglass-3:before { content: '\E167' } 
.flomon-font-icon-hourglass-end:before { content: '\E168' } 
.flomon-font-icon-hourglass-half:before { content: '\E169' } 
.flomon-font-icon-hourglass-o:before { content: '\E16A' } 
.flomon-font-icon-hourglass-start:before { content: '\E16B' } 
.flomon-font-icon-hourglass:before { content: '\E16C' } 
.flomon-font-icon-houzz:before { content: '\E16D' } 
.flomon-font-icon-html5:before { content: '\E16E' } 
.flomon-font-icon-i-cursor:before { content: '\E16F' } 
.flomon-font-icon-id-badge:before { content: '\E170' } 
.flomon-font-icon-id-card-o:before { content: '\E171' } 
.flomon-font-icon-id-card:before { content: '\E172' } 
.flomon-font-icon-ils:before { content: '\E173' } 
.flomon-font-icon-image:before { content: '\E174' } 
.flomon-font-icon-imdb:before { content: '\E175' } 
.flomon-font-icon-inbox:before { content: '\E176' } 
.flomon-font-icon-indent:before { content: '\E177' } 
.flomon-font-icon-industry:before { content: '\E178' } 
.flomon-font-icon-info-circle:before { content: '\E179' } 
.flomon-font-icon-info:before { content: '\E17A' } 
.flomon-font-icon-inr:before { content: '\E17B' } 
.flomon-font-icon-instagram:before { content: '\E17C' } 
.flomon-font-icon-institution:before { content: '\E17D' } 
.flomon-font-icon-internet-explorer:before { content: '\E17E' } 
.flomon-font-icon-intersex:before { content: '\E17F' } 
.flomon-font-icon-ioxhost:before { content: '\E180' } 
.flomon-font-icon-italic:before { content: '\E181' } 
.flomon-font-icon-joomla:before { content: '\E182' } 
.flomon-font-icon-jpy:before { content: '\E183' } 
.flomon-font-icon-jsfiddle:before { content: '\E184' } 
.flomon-font-icon-key:before { content: '\E185' } 
.flomon-font-icon-keyboard-o:before { content: '\E186' } 
.flomon-font-icon-krw:before { content: '\E187' } 
.flomon-font-icon-language:before { content: '\E188' } 
.flomon-font-icon-laptop:before { content: '\E189' } 
.flomon-font-icon-lastfm-square:before { content: '\E18A' } 
.flomon-font-icon-lastfm:before { content: '\E18B' } 
.flomon-font-icon-leaf:before { content: '\E18C' } 
.flomon-font-icon-leanpub:before { content: '\E18D' } 
.flomon-font-icon-legal:before { content: '\E18E' } 
.flomon-font-icon-lemon-o:before { content: '\E18F' } 
.flomon-font-icon-level-down:before { content: '\E190' } 
.flomon-font-icon-level-up:before { content: '\E191' } 
.flomon-font-icon-life-bouy:before { content: '\E192' } 
.flomon-font-icon-life-buoy:before { content: '\E193' } 
.flomon-font-icon-life-ring:before { content: '\E194' } 
.flomon-font-icon-life-saver:before { content: '\E195' } 
.flomon-font-icon-lightbulb-o:before { content: '\E196' } 
.flomon-font-icon-line-chart:before { content: '\E197' } 
.flomon-font-icon-link:before { content: '\E198' } 
.flomon-font-icon-linkedin-square:before { content: '\E199' } 
.flomon-font-icon-linkedin:before { content: '\E19A' } 
.flomon-font-icon-linode:before { content: '\E19B' } 
.flomon-font-icon-list-ol:before { content: '\E19C' } 
.flomon-font-icon-list-alt:before { content: '\E19D' } 
.flomon-font-icon-list-ul:before { content: '\E19E' } 
.flomon-font-icon-list:before { content: '\E19F' } 
.flomon-font-icon-location-arrow:before { content: '\E1A0' } 
.flomon-font-icon-lock:before { content: '\E1A1' } 
.flomon-font-icon-long-arrow-down:before { content: '\E1A2' } 
.flomon-font-icon-long-arrow-left:before { content: '\E1A3' } 
.flomon-font-icon-long-arrow-right:before { content: '\E1A4' } 
.flomon-font-icon-long-arrow-up:before { content: '\E1A5' } 
.flomon-font-icon-low-vision:before { content: '\E1A6' } 
.flomon-font-icon-magic:before { content: '\E1A7' } 
.flomon-font-icon-magnet:before { content: '\E1A8' } 
.flomon-font-icon-mail-forward:before { content: '\E1A9' } 
.flomon-font-icon-mail-reply-all:before { content: '\E1AA' } 
.flomon-font-icon-mail-reply:before { content: '\E1AB' } 
.flomon-font-icon-male:before { content: '\E1AC' } 
.flomon-font-icon-map-marker:before { content: '\E1AD' } 
.flomon-font-icon-map-o:before { content: '\E1AE' } 
.flomon-font-icon-map-pin:before { content: '\E1AF' } 
.flomon-font-icon-map-signs:before { content: '\E1B0' } 
.flomon-font-icon-map:before { content: '\E1B1' } 
.flomon-font-icon-mars-double:before { content: '\E1B2' } 
.flomon-font-icon-mars-stroke-h:before { content: '\E1B3' } 
.flomon-font-icon-mars-stroke-v:before { content: '\E1B4' } 
.flomon-font-icon-mars-stroke:before { content: '\E1B5' } 
.flomon-font-icon-mars:before { content: '\E1B6' } 
.flomon-font-icon-maxcdn:before { content: '\E1B7' } 
.flomon-font-icon-meanpath:before { content: '\E1B8' } 
.flomon-font-icon-medium:before { content: '\E1B9' } 
.flomon-font-icon-medkit:before { content: '\E1BA' } 
.flomon-font-icon-meetup:before { content: '\E1BB' } 
.flomon-font-icon-meh-o:before { content: '\E1BC' } 
.flomon-font-icon-mercury:before { content: '\E1BD' } 
.flomon-font-icon-microchip:before { content: '\E1BE' } 
.flomon-font-icon-microphone-slash:before { content: '\E1BF' } 
.flomon-font-icon-microphone:before { content: '\E1C0' } 
.flomon-font-icon-minus-circle:before { content: '\E1C1' } 
.flomon-font-icon-minus-square-o:before { content: '\E1C2' } 
.flomon-font-icon-minus-square:before { content: '\E1C3' } 
.flomon-font-icon-minus:before { content: '\E1C4' } 
.flomon-font-icon-mixcloud:before { content: '\E1C5' } 
.flomon-font-icon-mobile-phone:before { content: '\E1C6' } 
.flomon-font-icon-mobile:before { content: '\E1C7' } 
.flomon-font-icon-modx:before { content: '\E1C8' } 
.flomon-font-icon-money:before { content: '\E1C9' } 
.flomon-font-icon-moon-o:before { content: '\E1CA' } 
.flomon-font-icon-mortar-board:before { content: '\E1CB' } 
.flomon-font-icon-motorcycle:before { content: '\E1CC' } 
.flomon-font-icon-mouse-pointer:before { content: '\E1CD' } 
.flomon-font-icon-music:before { content: '\E1CE' } 
.flomon-font-icon-navicon:before { content: '\E1CF' } 
.flomon-font-icon-neuter:before { content: '\E1D0' } 
.flomon-font-icon-newspaper-o:before { content: '\E1D1' } 
.flomon-font-icon-object-group:before { content: '\E1D2' } 
.flomon-font-icon-object-ungroup:before { content: '\E1D3' } 
.flomon-font-icon-odnoklassniki-square:before { content: '\E1D4' } 
.flomon-font-icon-odnoklassniki:before { content: '\E1D5' } 
.flomon-font-icon-opencart:before { content: '\E1D6' } 
.flomon-font-icon-openid:before { content: '\E1D7' } 
.flomon-font-icon-opera:before { content: '\E1D8' } 
.flomon-font-icon-optin-monster:before { content: '\E1D9' } 
.flomon-font-icon-outdent:before { content: '\E1DA' } 
.flomon-font-icon-pagelines:before { content: '\E1DB' } 
.flomon-font-icon-paint-brush:before { content: '\E1DC' } 
.flomon-font-icon-paper-plane-o:before { content: '\E1DD' } 
.flomon-font-icon-paper-plane:before { content: '\E1DE' } 
.flomon-font-icon-paperclip:before { content: '\E1DF' } 
.flomon-font-icon-paragraph:before { content: '\E1E0' } 
.flomon-font-icon-paste:before { content: '\E1E1' } 
.flomon-font-icon-pause-circle-o:before { content: '\E1E2' } 
.flomon-font-icon-pause-circle:before { content: '\E1E3' } 
.flomon-font-icon-pause:before { content: '\E1E4' } 
.flomon-font-icon-paw:before { content: '\E1E5' } 
.flomon-font-icon-paypal:before { content: '\E1E6' } 
.flomon-font-icon-pencil-square-o:before { content: '\E1E7' } 
.flomon-font-icon-pencil-square:before { content: '\E1E8' } 
.flomon-font-icon-pencil:before { content: '\E1E9' } 
.flomon-font-icon-percent:before { content: '\E1EA' } 
.flomon-font-icon-phone-square:before { content: '\E1EB' } 
.flomon-font-icon-phone:before { content: '\E1EC' } 
.flomon-font-icon-photo:before { content: '\E1ED' } 
.flomon-font-icon-picture-o:before { content: '\E1EE' } 
.flomon-font-icon-pie-chart:before { content: '\E1EF' } 
.flomon-font-icon-pied-piper-alt:before { content: '\E1F0' } 
.flomon-font-icon-pied-piper-pp:before { content: '\E1F1' } 
.flomon-font-icon-pied-piper:before { content: '\E1F2' } 
.flomon-font-icon-pinterest-p:before { content: '\E1F3' } 
.flomon-font-icon-linux:before { content: '\E1F4' } 
.flomon-font-icon-pinterest-square:before { content: '\E1F5' } 
.flomon-font-icon-pinterest:before { content: '\E1F6' } 
.flomon-font-icon-plane:before { content: '\E1F7' } 
.flomon-font-icon-play-circle-o:before { content: '\E1F8' } 
.flomon-font-icon-play-circle:before { content: '\E1F9' } 
.flomon-font-icon-play:before { content: '\E1FA' } 
.flomon-font-icon-plug:before { content: '\E1FB' } 
.flomon-font-icon-plus-circle:before { content: '\E1FC' } 
.flomon-font-icon-plus-square-o:before { content: '\E1FD' } 
.flomon-font-icon-plus-square:before { content: '\E1FE' } 
.flomon-font-icon-plus:before { content: '\E1FF' } 
.flomon-font-icon-podcast:before { content: '\E200' } 
.flomon-font-icon-power-off:before { content: '\E201' } 
.flomon-font-icon-print:before { content: '\E202' } 
.flomon-font-icon-product-hunt:before { content: '\E203' } 
.flomon-font-icon-puzzle-piece:before { content: '\E204' } 
.flomon-font-icon-qq:before { content: '\E205' } 
.flomon-font-icon-qrcode:before { content: '\E206' } 
.flomon-font-icon-question-circle-o:before { content: '\E207' } 
.flomon-font-icon-question-circle:before { content: '\E208' } 
.flomon-font-icon-question:before { content: '\E209' } 
.flomon-font-icon-quora:before { content: '\E20A' } 
.flomon-font-icon-quote-left:before { content: '\E20B' } 
.flomon-font-icon-quote-right:before { content: '\E20C' } 
.flomon-font-icon-ra:before { content: '\E20D' } 
.flomon-font-icon-random:before { content: '\E20E' } 
.flomon-font-icon-ravelry:before { content: '\E20F' } 
.flomon-font-icon-rebel:before { content: '\E210' } 
.flomon-font-icon-recycle:before { content: '\E211' } 
.flomon-font-icon-reddit-alien:before { content: '\E212' } 
.flomon-font-icon-reddit-square:before { content: '\E213' } 
.flomon-font-icon-reddit:before { content: '\E214' } 
.flomon-font-icon-refresh:before { content: '\E215' } 
.flomon-font-icon-registered:before { content: '\E216' } 
.flomon-font-icon-remove:before { content: '\E217' } 
.flomon-font-icon-renren:before { content: '\E218' } 
.flomon-font-icon-reorder:before { content: '\E219' } 
.flomon-font-icon-repeat:before { content: '\E21A' } 
.flomon-font-icon-reply-all:before { content: '\E21B' } 
.flomon-font-icon-reply:before { content: '\E21C' } 
.flomon-font-icon-resistance:before { content: '\E21D' } 
.flomon-font-icon-retweet:before { content: '\E21E' } 
.flomon-font-icon-rmb:before { content: '\E21F' } 
.flomon-font-icon-road:before { content: '\E220' } 
.flomon-font-icon-rocket:before { content: '\E221' } 
.flomon-font-icon-rotate-left:before { content: '\E222' } 
.flomon-font-icon-rotate-right:before { content: '\E223' } 
.flomon-font-icon-rouble:before { content: '\E224' } 
.flomon-font-icon-rss-square:before { content: '\E225' } 
.flomon-font-icon-rss:before { content: '\E226' } 
.flomon-font-icon-rub:before { content: '\E227' } 
.flomon-font-icon-ruble:before { content: '\E228' } 
.flomon-font-icon-rupee:before { content: '\E229' } 
.flomon-font-icon-s15:before { content: '\E22A' } 
.flomon-font-icon-safari:before { content: '\E22B' } 
.flomon-font-icon-save:before { content: '\E22C' } 
.flomon-font-icon-scissors:before { content: '\E22D' } 
.flomon-font-icon-scribd:before { content: '\E22E' } 
.flomon-font-icon-search-minus:before { content: '\E22F' } 
.flomon-font-icon-search-plus:before { content: '\E230' } 
.flomon-font-icon-search:before { content: '\E231' } 
.flomon-font-icon-sellsy:before { content: '\E232' } 
.flomon-font-icon-send-o:before { content: '\E233' } 
.flomon-font-icon-send:before { content: '\E234' } 
.flomon-font-icon-server:before { content: '\E235' } 
.flomon-font-icon-share-alt-square:before { content: '\E236' } 
.flomon-font-icon-share-alt:before { content: '\E237' } 
.flomon-font-icon-share-square-o:before { content: '\E238' } 
.flomon-font-icon-share-square:before { content: '\E239' } 
.flomon-font-icon-share:before { content: '\E23A' } 
.flomon-font-icon-shekel:before { content: '\E23B' } 
.flomon-font-icon-sheqel:before { content: '\E23C' } 
.flomon-font-icon-shield:before { content: '\E23D' } 
.flomon-font-icon-ship:before { content: '\E23E' } 
.flomon-font-icon-shirtsinbulk:before { content: '\E23F' } 
.flomon-font-icon-shopping-bag:before { content: '\E240' } 
.flomon-font-icon-shopping-basket:before { content: '\E241' } 
.flomon-font-icon-shopping-cart:before { content: '\E242' } 
.flomon-font-icon-shower:before { content: '\E243' } 
.flomon-font-icon-sign-in:before { content: '\E244' } 
.flomon-font-icon-sign-language:before { content: '\E245' } 
.flomon-font-icon-sign-out:before { content: '\E246' } 
.flomon-font-icon-signal:before { content: '\E247' } 
.flomon-font-icon-signing:before { content: '\E248' } 
.flomon-font-icon-simplybuilt:before { content: '\E249' } 
.flomon-font-icon-sitemap:before { content: '\E24A' } 
.flomon-font-icon-skyatlas:before { content: '\E24B' } 
.flomon-font-icon-skype:before { content: '\E24C' } 
.flomon-font-icon-slack:before { content: '\E24D' } 
.flomon-font-icon-sliders:before { content: '\E24E' } 
.flomon-font-icon-slideshare:before { content: '\E24F' } 
.flomon-font-icon-smile-o:before { content: '\E250' } 
.flomon-font-icon-snapchat-ghost:before { content: '\E251' } 
.flomon-font-icon-snapchat-square:before { content: '\E252' } 
.flomon-font-icon-snapchat:before { content: '\E253' } 
.flomon-font-icon-snowflake-o:before { content: '\E254' } 
.flomon-font-icon-soccer-ball-o:before { content: '\E255' } 
.flomon-font-icon-sort-alpha-asc:before { content: '\E256' } 
.flomon-font-icon-sort-alpha-desc:before { content: '\E257' } 
.flomon-font-icon-sort-amount-asc:before { content: '\E258' } 
.flomon-font-icon-sort-amount-desc:before { content: '\E259' } 
.flomon-font-icon-sort-asc:before { content: '\E25A' } 
.flomon-font-icon-sort-desc:before { content: '\E25B' } 
.flomon-font-icon-sort-down:before { content: '\E25C' } 
.flomon-font-icon-sort-numeric-asc:before { content: '\E25D' } 
.flomon-font-icon-sort-numeric-desc:before { content: '\E25E' } 
.flomon-font-icon-sort-up:before { content: '\E25F' } 
.flomon-font-icon-sort:before { content: '\E260' } 
.flomon-font-icon-soundcloud:before { content: '\E261' } 
.flomon-font-icon-space-shuttle:before { content: '\E262' } 
.flomon-font-icon-spinner:before { content: '\E263' } 
.flomon-font-icon-spoon:before { content: '\E264' } 
.flomon-font-icon-spotify:before { content: '\E265' } 
.flomon-font-icon-square-o:before { content: '\E266' } 
.flomon-font-icon-square:before { content: '\E267' } 
.flomon-font-icon-stack-exchange:before { content: '\E268' } 
.flomon-font-icon-stack-overflow:before { content: '\E269' } 
.flomon-font-icon-star-half-empty:before { content: '\E26A' } 
.flomon-font-icon-star-half-full:before { content: '\E26B' } 
.flomon-font-icon-star-half-o:before { content: '\E26C' } 
.flomon-font-icon-star-half:before { content: '\E26D' } 
.flomon-font-icon-star-o:before { content: '\E26E' } 
.flomon-font-icon-star:before { content: '\E26F' } 
.flomon-font-icon-steam-square:before { content: '\E270' } 
.flomon-font-icon-steam:before { content: '\E271' } 
.flomon-font-icon-step-backward:before { content: '\E272' } 
.flomon-font-icon-step-forward:before { content: '\E273' } 
.flomon-font-icon-stethoscope:before { content: '\E274' } 
.flomon-font-icon-sticky-note-o:before { content: '\E275' } 
.flomon-font-icon-sticky-note:before { content: '\E276' } 
.flomon-font-icon-stop-circle-o:before { content: '\E277' } 
.flomon-font-icon-stop-circle:before { content: '\E278' } 
.flomon-font-icon-stop:before { content: '\E279' } 
.flomon-font-icon-street-view:before { content: '\E27A' } 
.flomon-font-icon-strikethrough:before { content: '\E27B' } 
.flomon-font-icon-stumbleupon-circle:before { content: '\E27C' } 
.flomon-font-icon-stumbleupon:before { content: '\E27D' } 
.flomon-font-icon-subscript:before { content: '\E27E' } 
.flomon-font-icon-subway:before { content: '\E27F' } 
.flomon-font-icon-suitcase:before { content: '\E280' } 
.flomon-font-icon-sun-o:before { content: '\E281' } 
.flomon-font-icon-superpowers:before { content: '\E282' } 
.flomon-font-icon-superscript:before { content: '\E283' } 
.flomon-font-icon-support:before { content: '\E284' } 
.flomon-font-icon-table:before { content: '\E285' } 
.flomon-font-icon-tablet:before { content: '\E286' } 
.flomon-font-icon-tachometer:before { content: '\E287' } 
.flomon-font-icon-tag:before { content: '\E288' } 
.flomon-font-icon-tags:before { content: '\E289' } 
.flomon-font-icon-tasks:before { content: '\E28A' } 
.flomon-font-icon-taxi:before { content: '\E28B' } 
.flomon-font-icon-telegram:before { content: '\E28C' } 
.flomon-font-icon-television:before { content: '\E28D' } 
.flomon-font-icon-tencent-weibo:before { content: '\E28E' } 
.flomon-font-icon-terminal:before { content: '\E28F' } 
.flomon-font-icon-text-height:before { content: '\E290' } 
.flomon-font-icon-text-width:before { content: '\E291' } 
.flomon-font-icon-th-large:before { content: '\E292' } 
.flomon-font-icon-th-list:before { content: '\E293' } 
.flomon-font-icon-th:before { content: '\E294' } 
.flomon-font-icon-themeisle:before { content: '\E295' } 
.flomon-font-icon-thermometer-0:before { content: '\E296' } 
.flomon-font-icon-thermometer-1:before { content: '\E297' } 
.flomon-font-icon-thermometer-2:before { content: '\E298' } 
.flomon-font-icon-thermometer-3:before { content: '\E299' } 
.flomon-font-icon-thermometer-4:before { content: '\E29A' } 
.flomon-font-icon-thermometer-empty:before { content: '\E29B' } 
.flomon-font-icon-thermometer-full:before { content: '\E29C' } 
.flomon-font-icon-thermometer-half:before { content: '\E29D' } 
.flomon-font-icon-thermometer-quarter:before { content: '\E29E' } 
.flomon-font-icon-thermometer-three-quarters:before { content: '\E29F' } 
.flomon-font-icon-thermometer:before { content: '\E2A0' } 
.flomon-font-icon-thumb-tack:before { content: '\E2A1' } 
.flomon-font-icon-thumbs-down:before { content: '\E2A2' } 
.flomon-font-icon-thumbs-o-down:before { content: '\E2A3' } 
.flomon-font-icon-thumbs-o-up:before { content: '\E2A4' } 
.flomon-font-icon-thumbs-up:before { content: '\E2A5' } 
.flomon-font-icon-ticket:before { content: '\E2A6' } 
.flomon-font-icon-times-circle-o:before { content: '\E2A7' } 
.flomon-font-icon-times-circle:before { content: '\E2A8' } 
.flomon-font-icon-times-rectangle-o:before { content: '\E2A9' } 
.flomon-font-icon-times-rectangle:before { content: '\E2AA' } 
.flomon-font-icon-times:before { content: '\E2AB' } 
.flomon-font-icon-tint:before { content: '\E2AC' } 
.flomon-font-icon-toggle-down:before { content: '\E2AD' } 
.flomon-font-icon-toggle-left:before { content: '\E2AE' } 
.flomon-font-icon-toggle-off:before { content: '\E2AF' } 
.flomon-font-icon-toggle-on:before { content: '\E2B0' } 
.flomon-font-icon-toggle-right:before { content: '\E2B1' } 
.flomon-font-icon-toggle-up:before { content: '\E2B2' } 
.flomon-font-icon-trademark:before { content: '\E2B3' } 
.flomon-font-icon-train:before { content: '\E2B4' } 
.flomon-font-icon-transgender-alt:before { content: '\E2B5' } 
.flomon-font-icon-transgender:before { content: '\E2B6' } 
.flomon-font-icon-trash-o:before { content: '\E2B7' } 
.flomon-font-icon-trash:before { content: '\E2B8' } 
.flomon-font-icon-tree:before { content: '\E2B9' } 
.flomon-font-icon-trello:before { content: '\E2BA' } 
.flomon-font-icon-tripadvisor:before { content: '\E2BB' } 
.flomon-font-icon-trophy:before { content: '\E2BC' } 
.flomon-font-icon-truck:before { content: '\E2BD' } 
.flomon-font-icon-try:before { content: '\E2BE' } 
.flomon-font-icon-tty:before { content: '\E2BF' } 
.flomon-font-icon-tumblr-square:before { content: '\E2C0' } 
.flomon-font-icon-tumblr:before { content: '\E2C1' } 
.flomon-font-icon-turkish-lira:before { content: '\E2C2' } 
.flomon-font-icon-tv:before { content: '\E2C3' } 
.flomon-font-icon-twitch:before { content: '\E2C4' } 
.flomon-font-icon-twitter-square:before { content: '\E2C5' } 
.flomon-font-icon-twitter:before { content: '\E2C6' } 
.flomon-font-icon-umbrella:before { content: '\E2C7' } 
.flomon-font-icon-underline:before { content: '\E2C8' } 
.flomon-font-icon-undo:before { content: '\E2C9' } 
.flomon-font-icon-universal-access:before { content: '\E2CA' } 
.flomon-font-icon-university:before { content: '\E2CB' } 
.flomon-font-icon-unlink:before { content: '\E2CC' } 
.flomon-font-icon-unlock-alt:before { content: '\E2CD' } 
.flomon-font-icon-unlock:before { content: '\E2CE' } 
.flomon-font-icon-unsorted:before { content: '\E2CF' } 
.flomon-font-icon-upload:before { content: '\E2D0' } 
.flomon-font-icon-usb:before { content: '\E2D1' } 
.flomon-font-icon-usd:before { content: '\E2D2' } 
.flomon-font-icon-user-circle-o:before { content: '\E2D3' } 
.flomon-font-icon-user-circle:before { content: '\E2D4' } 
.flomon-font-icon-user-md:before { content: '\E2D5' } 
.flomon-font-icon-user-o:before { content: '\E2D6' } 
.flomon-font-icon-user-plus:before { content: '\E2D7' } 
.flomon-font-icon-user-secret:before { content: '\E2D8' } 
.flomon-font-icon-user-times:before { content: '\E2D9' } 
.flomon-font-icon-user:before { content: '\E2DA' } 
.flomon-font-icon-users:before { content: '\E2DB' } 
.flomon-font-icon-vcard-o:before { content: '\E2DC' } 
.flomon-font-icon-vcard:before { content: '\E2DD' } 
.flomon-font-icon-venus-double:before { content: '\E2DE' } 
.flomon-font-icon-venus-mars:before { content: '\E2DF' } 
.flomon-font-icon-venus:before { content: '\E2E0' } 
.flomon-font-icon-viacoin:before { content: '\E2E1' } 
.flomon-font-icon-viadeo-square:before { content: '\E2E2' } 
.flomon-font-icon-viadeo:before { content: '\E2E3' } 
.flomon-font-icon-video-camera:before { content: '\E2E4' } 
.flomon-font-icon-vimeo-square:before { content: '\E2E5' } 
.flomon-font-icon-vimeo:before { content: '\E2E6' } 
.flomon-font-icon-vine:before { content: '\E2E7' } 
.flomon-font-icon-vk:before { content: '\E2E8' } 
.flomon-font-icon-volume-control-phone:before { content: '\E2E9' } 
.flomon-font-icon-volume-off:before { content: '\E2EA' } 
.flomon-font-icon-volume-down:before { content: '\E2EB' } 
.flomon-font-icon-volume-up:before { content: '\E2EC' } 
.flomon-font-icon-warning:before { content: '\E2ED' } 
.flomon-font-icon-wechat:before { content: '\E2EE' } 
.flomon-font-icon-weibo:before { content: '\E2EF' } 
.flomon-font-icon-weixin:before { content: '\E2F0' } 
.flomon-font-icon-whatsapp:before { content: '\E2F1' } 
.flomon-font-icon-wheelchair-alt:before { content: '\E2F2' } 
.flomon-font-icon-wheelchair:before { content: '\E2F3' } 
.flomon-font-icon-wifi:before { content: '\E2F4' } 
.flomon-font-icon-wikipedia-w:before { content: '\E2F5' } 
.flomon-font-icon-window-close-o:before { content: '\E2F6' } 
.flomon-font-icon-window-close:before { content: '\E2F7' } 
.flomon-font-icon-window-maximize:before { content: '\E2F8' } 
.flomon-font-icon-window-minimize:before { content: '\E2F9' } 
.flomon-font-icon-window-restore:before { content: '\E2FA' } 
.flomon-font-icon-windows:before { content: '\E2FB' } 
.flomon-font-icon-won:before { content: '\E2FC' } 
.flomon-font-icon-wordpress:before { content: '\E2FD' } 
.flomon-font-icon-wpbeginner:before { content: '\E2FE' } 
.flomon-font-icon-wpexplorer:before { content: '\E2FF' } 
.flomon-font-icon-wpforms:before { content: '\E300' } 
.flomon-font-icon-wrench:before { content: '\E301' } 
.flomon-font-icon-xing-square:before { content: '\E302' } 
.flomon-font-icon-xing:before { content: '\E303' } 
.flomon-font-icon-y-combinator-square:before { content: '\E304' } 
.flomon-font-icon-y-combinator:before { content: '\E305' } 
.flomon-font-icon-yahoo:before { content: '\E306' } 
.flomon-font-icon-yc-square:before { content: '\E307' } 
.flomon-font-icon-yc:before { content: '\E308' } 
.flomon-font-icon-yelp:before { content: '\E309' } 
.flomon-font-icon-yen:before { content: '\E30A' } 
.flomon-font-icon-yoast:before { content: '\E30B' } 
.flomon-font-icon-youtube-play:before { content: '\E30C' } 
.flomon-font-icon-youtube-square:before { content: '\E30D' } 
.flomon-font-icon-youtube:before { content: '\E30E' } 
.flomon-font-icon-aiotion:before { content: '\E30F' } 
.flomon-font-icon-aiotion-ap:before { content: '\E310' } 
.flomon-font-icon-kafka:before { content: '\E311' } 
.flomon-font-icon-kafka-broker:before { content: '\E312' } 
.flomon-font-icon-cassandra:before { content: '\E313' } 
.flomon-font-icon-cassandra-node:before { content: '\E314' } 
.flomon-font-icon-iot-gateway:before { content: '\E315' } 
.flomon-font-icon-sensor-group:before { content: '\E316' } 
.flomon-font-icon-env-sensor:before { content: '\E317' } 
.flomon-font-icon-vib-sensor:before { content: '\E318' } 
.flomon-font-icon-electric-sensor:before { content: '\E319' } 
.flomon-font-icon-mfl:before { content: '\E31A' } 
.flomon-font-icon-facilities:before { content: '\E31B' } 
.flomon-font-icon-factory:before { content: '\E31C' } 
.flomon-font-icon-facility:before { content: '\E31D' } 
.flomon-font-icon-crane:before { content: '\E31E' } 
.flomon-font-icon-hoist:before { content: '\E31F' } 
.flomon-font-icon-wirerope:before { content: '\E320' } 
.flomon-font-icon-sheave:before { content: '\E321' } 
.flomon-font-icon-hospital:before { content: '\E322' } 
.flomon-font-icon-hospital-room:before { content: '\E323' } 
.flomon-font-icon-thermoelectric:before { content: '\E324' } 
.flomon-font-icon-cold-pipe-line:before { content: '\E325' } 
.flomon-font-icon-heat-pipe-line:before { content: '\E326' } 
.flomon-font-icon-weather-partly-cloudy:before { content: '\E327' } 
.flomon-font-icon-weather-mainly-cloudy:before { content: '\E328' } 
.flomon-font-icon-weather-cloudy:before { content: '\E329' } 
.flomon-font-icon-temperature:before { content: '\E32A' } 
.flomon-font-icon-humidity:before { content: '\E32B' } 
.flomon-font-icon-wind-dir:before { content: '\E32C' } 
.flomon-font-icon-rain:before { content: '\E32D' } 
.flomon-font-icon-sleet:before { content: '\E32E' } 
.flomon-font-icon-unit-stack-group:before { content: '\E32F' } 
.flomon-font-icon-unit-stack:before { content: '\E330' } 
.flomon-font-icon-pir-sensor:before { content: '\E331' } 
.flomon-font-icon-temp-sensor:before { content: '\E332' } 
.flomon-font-icon-humi-sensor:before { content: '\E333' } 
.flomon-font-icon-lux-sensor:before { content: '\E334' } 
.flomon-font-icon-weather-forecast:before { content: '\E335' } 
.flomon-font-icon-main-transformer:before { content: '\E336' } 
.flomon-font-icon-gis:before { content: '\E337' } 
.flomon-font-icon-weather-sunny:before { content: '\E338' } 
.flomon-font-icon-snow:before { content: '\E339' } 
.flomon-font-icon-add-document:before { content: '\E33A' } 
.flomon-font-icon-add-creation:before { content: '\E33B' } 
.flomon-font-icon-add-next:before { content: '\E33C' } 
.flomon-font-icon-file-excel:before { content: '\E33D' } 
.flomon-font-icon-file-powerpoint:before { content: '\E33E' } 
.flomon-font-icon-file-word:before { content: '\E33F' } 
.flomon-font-icon-file-pdf:before { content: '\E340' } 
.flomon-font-icon-file-jpg:before { content: '\E341' } 
.flomon-font-icon-file-svg:before { content: '\E342' } 
.flomon-font-icon-file-psd:before { content: '\E343' } 
.flomon-font-icon-file-ai:before { content: '\E344' } 
.flomon-font-icon-file-xml:before { content: '\E345' } 
.flomon-font-icon-file-json:before { content: '\E346' } 
.flomon-font-icon-columns-1:before { content: '\E347' } 
.flomon-font-icon-columns-2:before { content: '\E348' } 
.flomon-font-icon-columns-3:before { content: '\E349' } 
.flomon-font-icon-co2:before { content: '\E34A' } 
.flomon-font-icon-electirc-power:before { content: '\E34B' } 
.flomon-font-icon-voltage:before { content: '\E34C' } 
.flomon-font-icon-electirc-current:before { content: '\E34D' } 
.flomon-font-icon-fullscreen:before { content: '\E34E' } 
.flomon-font-icon-fullscreen-exit:before { content: '\E34F' } 
.flomon-font-icon-polygon:before { content: '\E350' } 
.flomon-font-icon-rectangle:before { content: '\E351' } 
.flomon-font-icon-triangle:before { content: '\E352' } 
.flomon-font-icon-draw-line:before { content: '\E353' } 
.flomon-font-icon-purification-plant:before { content: '\E354' } 
.flomon-font-icon-gas-lel:before { content: '\E355' } 
.flomon-font-icon-gas:before { content: '\E356' } 
.flomon-font-icon-volumetric-flow:before { content: '\E357' } 
.flomon-font-icon-mass-flow:before { content: '\E358' } 
.flomon-font-icon-wind-speed:before { content: '\E359' } 
.flomon-font-icon-soil-moisture:before { content: '\E35A' } 
.flomon-font-icon-acidity:before { content: '\E35B' } 
.flomon-font-icon-rain-fall:before { content: '\E35C' } 
.flomon-font-icon-skull:before { content: '\E35D' } 
.flomon-font-icon-rulechain:before { content: '\E35E' } 
.flomon-font-icon-udp-trigger:before { content: '\E35F' } 
.flomon-font-icon-udp-send:before { content: '\E360' } 
.flomon-font-icon-http:before { content: '\E361' } 
.flomon-font-icon-mqtt:before { content: '\E362' } 
.flomon-font-icon-modbus-read:before { content: '\E363' } 
.flomon-font-icon-modbus-write:before { content: '\E364' } 
.flomon-font-icon-monitoring:before { content: '\E365' } 
.flomon-font-icon-ai:before { content: '\E366' } 
.flomon-font-icon-ai-model:before { content: '\E367' } 
.flomon-font-icon-anomaly-detection:before { content: '\E368' } 
.flomon-font-icon-counter-get:before { content: '\E369' } 
.flomon-font-icon-counter-set:before { content: '\E36A' } 
.flomon-font-icon-threshold:before { content: '\E36B' } 
.flomon-font-icon-fine-dust:before { content: '\E36C' } 
.flomon-font-icon-exit:before { content: '\E36D' } 
.flomon-font-icon-aws-iot:before { content: '\E36E' } 
.flomon-font-icon-aws:before { content: '\E36F' } 
.flomon-font-icon-resource:before { content: '\E370' } 
.flomon-font-icon-integration-1:before { content: '\E371' } 
.flomon-font-icon-integration-2:before { content: '\E372' } 
.flomon-font-icon-plus-square-edge:before { content: '\E373' } 
.flomon-font-icon-minus-square-edge:before { content: '\E374' } 
.flomon-font-icon-scatter-chart:before { content: '\E375' } 
.flomon-font-icon-heat-map:before { content: '\E376' } 
.flomon-font-icon-tree-map:before { content: '\E377' } 
.flomon-font-icon-device-create:before { content: '\E378' } 
.flomon-font-icon-device-update:before { content: '\E379' } 
.flomon-font-icon-device-delete:before { content: '\E37A' } 
.flomon-font-icon-device-query:before { content: '\E37B' } 
.flomon-font-icon-bar-chart-1:before { content: '\E37C' } 
.flomon-font-icon-column-bar-1:before { content: '\E37D' } 
.flomon-font-icon-column-bar-2:before { content: '\E37E' } 
.flomon-font-icon-column-bar-3:before { content: '\E37F' } 
.flomon-font-icon-static-group:before { content: '\E380' } 
.flomon-font-icon-smart-group:before { content: '\E381' } 
.flomon-font-icon-sun-os:before { content: '\E382' } 
.flomon-font-icon-hp-ux:before { content: '\E383' } 
.flomon-font-icon-hp-ux-o:before { content: '\E384' } 
.flomon-font-icon-aix:before { content: '\E385' } 
.flomon-font-icon-thunderbolt-1:before { content: '\E386' } 
.flomon-font-icon-thunderbolt-2:before { content: '\E387' } 
.flomon-font-icon-thunderbolt-arrow:before { content: '\E388' } 
.flomon-font-icon-kite:before { content: '\E389' } 
.flomon-font-icon-kite-o:before { content: '\E38A' } 
.flomon-font-icon-fire-1:before { content: '\E38B' } 
.flomon-font-icon-fire-2:before { content: '\E38C' } 
.flomon-font-icon-boat-1:before { content: '\E38D' } 
.flomon-font-icon-boat-2:before { content: '\E38E' } 
.flomon-font-icon-boat-o:before { content: '\E38F' } 
.flomon-font-icon-hp:before { content: '\E390' } 
.flomon-font-icon-agent-1:before { content: '\E391' } 
.flomon-font-icon-agent-device:before { content: '\E392' } 
.flomon-font-icon-agentless-device:before { content: '\E393' } 
.flomon-font-icon-audit-job:before { content: '\E394' } 
.flomon-font-icon-audit-job-o:before { content: '\E395' } 
.flomon-font-icon-batch-job:before { content: '\E396' } 
.flomon-font-icon-batch-job-o:before { content: '\E397' } 
.flomon-font-icon-compliance-job:before { content: '\E398' } 
.flomon-font-icon-compliance-job-o:before { content: '\E399' } 
.flomon-font-icon-business-object:before { content: '\E39A' } 
.flomon-font-icon-compliance:before { content: '\E39B' } 
.flomon-font-icon-configuration-file:before { content: '\E39C' } 
.flomon-font-icon-connected-switch:before { content: '\E39D' } 
.flomon-font-icon-cpu:before { content: '\E39E' } 
.flomon-font-icon-cpu-1:before { content: '\E39F' } 
.flomon-font-icon-device:before { content: '\E3A0' } 
.flomon-font-icon-disk:before { content: '\E3A1' } 
.flomon-font-icon-file-collect:before { content: '\E3A2' } 
.flomon-font-icon-file-deploy-job:before { content: '\E3A3' } 
.flomon-font-icon-file-library:before { content: '\E3A4' } 
.flomon-font-icon-file-system:before { content: '\E3A5' } 
.flomon-font-icon-installed-software:before { content: '\E3A6' } 
.flomon-font-icon-job:before { content: '\E3A7' } 
.flomon-font-icon-library:before { content: '\E3A8' } 
.flomon-font-icon-memory:before { content: '\E3A9' } 
.flomon-font-icon-network-card:before { content: '\E3AA' } 
.flomon-font-icon-network-custom-object:before { content: '\E3AB' } 
.flomon-font-icon-network-custom-objects:before { content: '\E3AC' } 
.flomon-font-icon-network-custom-cli-object:before { content: '\E3AD' } 
.flomon-font-icon-network-custom-cli-objects:before { content: '\E3AE' } 
.flomon-font-icon-network-device:before { content: '\E3AF' } 
.flomon-font-icon-network-interface:before { content: '\E3B0' } 
.flomon-font-icon-network-script-job:before { content: '\E3B1' } 
.flomon-font-icon-network-system-information:before { content: '\E3B2' } 
.flomon-font-icon-operating-system:before { content: '\E3B3' } 
.flomon-font-icon-script-job:before { content: '\E3B4' } 
.flomon-font-icon-script-library:before { content: '\E3B5' } 
.flomon-font-icon-server-device:before { content: '\E3B6' } 
.flomon-font-icon-software-packages:before { content: '\E3B7' } 
.flomon-font-icon-server-device-o:before { content: '\E3B8' } 
.flomon-font-icon-software-package-deploy-job:before { content: '\E3B9' } 
.flomon-font-icon-system-information:before { content: '\E3BA' } 
.flomon-font-icon-system-object:before { content: '\E3BB' } 
.flomon-font-icon-windows-application:before { content: '\E3BC' } 
.flomon-font-icon-windows-service:before { content: '\E3BD' } 
.flomon-font-icon-windows-update:before { content: '\E3BE' } 
.flomon-font-icon-windows-update-job:before { content: '\E3BF' } 
.flomon-font-icon-wheel:before { content: '\E3C0' } 
.flomon-font-icon-view-dashboard:before { content: '\E3C1' } 
.flomon-font-icon-touch:before { content: '\E3C2' } 
.flomon-font-icon-custom-object:before { content: '\E3C3' } 
.flomon-font-icon-custom-objects:before { content: '\E3C4' } 
.flomon-font-icon-check-circle-exclamation-mark:before { content: '\E3C5' } 
.flomon-font-icon-light-bulb-on:before { content: '\E3C6' } 
.flomon-font-icon-light-bulb-off:before { content: '\E3C7' } 
.flomon-font-icon-group-1:before { content: '\E3C8' } 
.flomon-font-icon-fire-3:before { content: '\E3C9' } 
.flomon-font-icon-fire-4:before { content: '\E3CA' } 
.flomon-font-icon-fire-5:before { content: '\E3CB' } 
.flomon-font-icon-smart-group-1:before { content: '\E3CC' } 
.flomon-font-icon-link-1:before { content: '\E3CD' } 
.flomon-font-icon-networkrealservers:before { content: '\E3CE' } 
.flomon-font-icon-filestack:before { content: '\E3CF' } 
.flomon-font-icon-polestarlogo:before { content: '\E3D0' } 
.flomon-font-icon-apmwebpage:before { content: '\E3D1' } 
.flomon-font-icon-win-ok:before { content: '\E3D2' } 
.flomon-font-icon-ami:before { content: '\E3D3' } 
.flomon-font-icon-amis:before { content: '\E3D4' } 
.flomon-font-icon-storageraidgroup:before { content: '\E3D5' } 
.flomon-font-icon-transferdata:before { content: '\E3D6' } 
.flomon-font-icon-filechange:before { content: '\E3D7' } 
.flomon-font-icon-autoscalling:before { content: '\E3D8' } 
.flomon-font-icon-youtube-1:before { content: '\E3D9' } 
.flomon-font-icon-youtube-sign:before { content: '\E3DA' } 
.flomon-font-icon-configuration-check:before { content: '\E3DB' } 
.flomon-font-icon-aws-1:before { content: '\E3DC' } 
.flomon-font-icon-region:before { content: '\E3DD' } 
.flomon-font-icon-file-log:before { content: '\E3DE' } 
.flomon-font-icon-ec2:before { content: '\E3DF' } 
.flomon-font-icon-elasticbs:before { content: '\E3E0' } 
.flomon-font-icon-elasticip:before { content: '\E3E1' } 
.flomon-font-icon-elasticips:before { content: '\E3E2' } 
.flomon-font-icon-awsimages:before { content: '\E3E3' } 
.flomon-font-icon-instanceobj:before { content: '\E3E4' } 
.flomon-font-icon-instancelist:before { content: '\E3E5' } 
.flomon-font-icon-key-1:before { content: '\E3E6' } 
.flomon-font-icon-awsnetworkinterface:before { content: '\E3E7' } 
.flomon-font-icon-awsnetworkinterfaces:before { content: '\E3E8' } 
.flomon-font-icon-networksecurity:before { content: '\E3E9' } 
.flomon-font-icon-firewall-01:before { content: '\E3EA' } 
.flomon-font-icon-securityapproved:before { content: '\E3EB' } 
.flomon-font-icon-awssnapshot:before { content: '\E3EC' } 
.flomon-font-icon-awssnapshots:before { content: '\E3ED' } 
.flomon-font-icon-awsvolumes:before { content: '\E3EE' } 
.flomon-font-icon-udbcache:before { content: '\E3EF' } 
.flomon-font-icon-cache:before { content: '\E3F0' } 
.flomon-font-icon-redolog:before { content: '\E3F1' } 
.flomon-font-icon-sybaseprocesses:before { content: '\E3F2' } 
.flomon-font-icon-unisqlvolume:before { content: '\E3F3' } 
.flomon-font-icon-unisqlvolumes:before { content: '\E3F4' } 
.flomon-font-icon-hrstorages:before { content: '\E3F5' } 
.flomon-font-icon-oracletablespace:before { content: '\E3F6' } 
.flomon-font-icon-oracletablespaces:before { content: '\E3F7' } 
.flomon-font-icon-udblock:before { content: '\E3F8' } 
.flomon-font-icon-win-warning:before { content: '\E3F9' } 
.flomon-font-icon-networkgroupsessions:before { content: '\E3FA' } 
.flomon-font-icon-folder-cir:before { content: '\E3FB' } 
.flomon-font-icon-network-01:before { content: '\E3FC' } 
.flomon-font-icon-udbdirectrw:before { content: '\E3FD' } 
.flomon-font-icon-micropartitioning01:before { content: '\E3FE' } 
.flomon-font-icon-memorygroup:before { content: '\E3FF' } 
.flomon-font-icon-wave:before { content: '\E400' } 
.flomon-font-icon-filegroup:before { content: '\E401' } 
.flomon-font-icon-fms8leak:before { content: '\E402' } 
.flomon-font-icon-fms15voltage:before { content: '\E403' } 
.flomon-font-icon-fms25thermometer:before { content: '\E404' } 
.flomon-font-icon-fms2ups:before { content: '\E405' } 
.flomon-font-icon-fms6ups:before { content: '\E406' } 
.flomon-font-icon-domain:before { content: '\E407' } 
.flomon-font-icon-server-01:before { content: '\E408' } 
.flomon-font-icon-server-02:before { content: '\E409' } 
.flomon-font-icon-server-03:before { content: '\E40A' } 
.flomon-font-icon-server-04:before { content: '\E40B' } 
.flomon-font-icon-server-05:before { content: '\E40C' } 
.flomon-font-icon-laptop06:before { content: '\E40D' } 
.flomon-font-icon-modulesinfo:before { content: '\E40E' } 
.flomon-font-icon-fan-02:before { content: '\E40F' } 
.flomon-font-icon-fwsession:before { content: '\E410' } 
.flomon-font-icon-networkslb:before { content: '\E411' } 
.flomon-font-icon-networkslbs:before { content: '\E412' } 
.flomon-font-icon-temperature-1:before { content: '\E413' } 
.flomon-font-icon-temperaturegroup:before { content: '\E414' } 
.flomon-font-icon-port:before { content: '\E415' } 
.flomon-font-icon-network-16:before { content: '\E416' } 
.flomon-font-icon-tcpsession:before { content: '\E417' } 
.flomon-font-icon-networknode:before { content: '\E418' } 
.flomon-font-icon-networknode01:before { content: '\E419' } 
.flomon-font-icon-jobjob:before { content: '\E41A' } 
.flomon-font-icon-jobgroup:before { content: '\E41B' } 
.flomon-font-icon-mssqlbuffercache:before { content: '\E41C' } 
.flomon-font-icon-voicegateway:before { content: '\E41D' } 
.flomon-font-icon-network-04:before { content: '\E41E' } 
.flomon-font-icon-serverswap:before { content: '\E41F' } 
.flomon-font-icon-flowchart-02:before { content: '\E420' } 
.flomon-font-icon-bufferpool:before { content: '\E421' } 
.flomon-font-icon-logfile02:before { content: '\E422' } 
.flomon-font-icon-cpugroup:before { content: '\E423' } 
.flomon-font-icon-network-memory:before { content: '\E424' } 
.flomon-font-icon-netstatmonitor01:before { content: '\E425' } 
.flomon-font-icon-netstat02:before { content: '\E426' } 
.flomon-font-icon-pingmonitor:before { content: '\E427' } 
.flomon-font-icon-win-monitoring:before { content: '\E428' } 
.flomon-font-icon-mailgroup:before { content: '\E429' } 
.flomon-font-icon-http-1:before { content: '\E42A' } 
.flomon-font-icon-windowservicemonitor:before { content: '\E42B' } 
.flomon-font-icon-performancecounters:before { content: '\E42C' } 
.flomon-font-icon-storagegroup:before { content: '\E42D' } 
.flomon-font-icon-piechart-10:before { content: '\E42E' } 
.flomon-font-icon-network-share:before { content: '\E42F' } 
.flomon-font-icon-income:before { content: '\E430' } 
.flomon-font-icon-server-08:before { content: '\E431' } 
.flomon-font-icon-storage-workflow:before { content: '\E432' } 
.flomon-font-icon-disk-01:before { content: '\E433' } 
.flomon-font-icon-disk-02:before { content: '\E434' } 
.flomon-font-icon-building-03:before { content: '\E435' } 
.flomon-font-icon-networkgroup:before { content: '\E436' } 
.flomon-font-icon-cloud-alt-glyph:before { content: '\E437' } 
.flomon-font-icon-vmware:before { content: '\E438' } 
.flomon-font-icon-webspheresystem:before { content: '\E439' } 
.flomon-font-icon-wassystem:before { content: '\E43A' } 
.flomon-font-icon-shufflearrow:before { content: '\E43B' } 
.flomon-font-icon-circle-blank:before { content: '\E43C' } 
.flomon-font-icon-time:before { content: '\E43D' } 
.flomon-font-icon-hdd:before { content: '\E43E' } 
.flomon-font-icon-cpu01:before { content: '\E43F' } 
.flomon-font-icon-location:before { content: '\E440' } 
.flomon-font-icon-ar:before { content: '\E441' } 
.flomon-font-icon-gltf:before { content: '\E442' } 
.flomon-font-icon-file-read:before { content: '\E443' } 
.flomon-font-icon-file-write:before { content: '\E444' } 
.flomon-font-icon-file-csv:before { content: '\E445' } 
.flomon-font-icon-storage-read:before { content: '\E446' } 
.flomon-font-icon-storage-write:before { content: '\E447' } 
.flomon-font-icon-sql:before { content: '\E448' } 
.flomon-font-icon-sigma:before { content: '\E449' } 
.flomon-font-icon-license:before { content: '\E44A' } 
.flomon-font-icon-windowslogo:before { content: '\E44B' } 
.flomon-font-icon-linux-circle:before { content: '\E44C' } 
.flomon-font-icon-wirerope-broken:before { content: '\E44D' } 
.flomon-font-icon-wirerope-corruption:before { content: '\E44E' } 
.flomon-font-icon-wirerope-abrasion:before { content: '\E44F' } 
.flomon-font-icon-glob:before { content: '\E450' } 
.flomon-font-icon-directconnectgateways:before { content: '\E451' } 
.flomon-font-icon-directconnectgateway:before { content: '\E452' } 
.flomon-font-icon-awsconfig:before { content: '\E453' } 
.flomon-font-icon-apigateways:before { content: '\E454' } 
.flomon-font-icon-directconnect:before { content: '\E455' } 
.flomon-font-icon-ec2-02:before { content: '\E456' } 
.flomon-font-icon-rds:before { content: '\E457' } 
.flomon-font-icon-s3:before { content: '\E458' } 
.flomon-font-icon-vpcs:before { content: '\E459' } 
.flomon-font-icon-efses:before { content: '\E45A' } 
.flomon-font-icon-lambda:before { content: '\E45B' } 
.flomon-font-icon-apigateway:before { content: '\E45C' } 
.flomon-font-icon-connections:before { content: '\E45D' } 
.flomon-font-icon-connection:before { content: '\E45E' } 
.flomon-font-icon-lag:before { content: '\E45F' } 
.flomon-font-icon-ebs:before { content: '\E460' } 
.flomon-font-icon-autoscalinggroups:before { content: '\E461' } 
.flomon-font-icon-elb:before { content: '\E462' } 
.flomon-font-icon-autoscaling-02:before { content: '\E463' } 
.flomon-font-icon-awssnapshots-02:before { content: '\E464' } 
.flomon-font-icon-awsvolumes-02:before { content: '\E465' } 
.flomon-font-icon-awssnapshot-02:before { content: '\E466' } 
.flomon-font-icon-instanceobj-02:before { content: '\E467' } 
.flomon-font-icon-awsvolume-02:before { content: '\E468' } 
.flomon-font-icon-elb-classic:before { content: '\E469' } 
.flomon-font-icon-keypairs:before { content: '\E46A' } 
.flomon-font-icon-efs:before { content: '\E46B' } 
.flomon-font-icon-lambdafunction:before { content: '\E46C' } 
.flomon-font-icon-bucket:before { content: '\E46D' } 
.flomon-font-icon-vpc:before { content: '\E46E' } 
.flomon-font-icon-vmportgroup:before { content: '\E46F' } 
.flomon-font-icon-emergencylight:before { content: '\E470' } 
.flomon-font-icon-kubernetes-k8s:before { content: '\E471' } 
.flomon-font-icon-cluster:before { content: '\E472' } 
.flomon-font-icon-cluster-roles:before { content: '\E473' } 
.flomon-font-icon-cluster-role:before { content: '\E474' } 
.flomon-font-icon-container-images:before { content: '\E475' } 
.flomon-font-icon-container-image:before { content: '\E476' } 
.flomon-font-icon-namespaces:before { content: '\E477' } 
.flomon-font-icon-namespace:before { content: '\E478' } 
.flomon-font-icon-nodes:before { content: '\E479' } 
.flomon-font-icon-node:before { content: '\E47A' } 
.flomon-font-icon-persistent-volumes:before { content: '\E47B' } 
.flomon-font-icon-persistent-volume:before { content: '\E47C' } 
.flomon-font-icon-storage-classes:before { content: '\E47D' } 
.flomon-font-icon-storage-class:before { content: '\E47E' } 
.flomon-font-icon-config-maps:before { content: '\E47F' } 
.flomon-font-icon-config-map:before { content: '\E480' } 
.flomon-font-icon-persistent-volume-claims:before { content: '\E481' } 
.flomon-font-icon-persistent-volume-claim:before { content: '\E482' } 
.flomon-font-icon-secrets:before { content: '\E483' } 
.flomon-font-icon-secret:before { content: '\E484' } 
.flomon-font-icon-endpoints:before { content: '\E485' } 
.flomon-font-icon-endpoint:before { content: '\E486' } 
.flomon-font-icon-ingresses:before { content: '\E487' } 
.flomon-font-icon-ingress:before { content: '\E488' } 
.flomon-font-icon-services:before { content: '\E489' } 
.flomon-font-icon-service:before { content: '\E48A' } 
.flomon-font-icon-containers:before { content: '\E48B' } 
.flomon-font-icon-container:before { content: '\E48C' } 
.flomon-font-icon-container-cronjobs:before { content: '\E48D' } 
.flomon-font-icon-container-cronjob:before { content: '\E48E' } 
.flomon-font-icon-daemon-sets:before { content: '\E48F' } 
.flomon-font-icon-daemon-set:before { content: '\E490' } 
.flomon-font-icon-deployments:before { content: '\E491' } 
.flomon-font-icon-deployment:before { content: '\E492' } 
.flomon-font-icon-horizontal-pod-autoscalers:before { content: '\E493' } 
.flomon-font-icon-horizontal-pod-autoscaler:before { content: '\E494' } 
.flomon-font-icon-container-job:before { content: '\E495' } 
.flomon-font-icon-container-jobs:before { content: '\E496' } 
.flomon-font-icon-pods:before { content: '\E497' } 
.flomon-font-icon-pod:before { content: '\E498' } 
.flomon-font-icon-replica-sets:before { content: '\E499' } 
.flomon-font-icon-replica-set:before { content: '\E49A' } 
.flomon-font-icon-replication-controllers:before { content: '\E49B' } 
.flomon-font-icon-replication-controller:before { content: '\E49C' } 
.flomon-font-icon-stateful-sets:before { content: '\E49D' } 
.flomon-font-icon-stateful-set:before { content: '\E49E' } 
.flomon-font-icon-amazon-eks:before { content: '\E49F' } 
.flomon-font-icon-pivotal-pks:before { content: '\E4A0' } 
.flomon-font-icon-google-gke:before { content: '\E4A1' } 
.flomon-font-icon-azure-aks:before { content: '\E4A2' } 
.flomon-font-icon-redhat-openshift:before { content: '\E4A3' } 
.flomon-font-icon-file-explorer:before { content: '\E4A4' } 
.flomon-font-icon-registry:before { content: '\E4A5' } 
.flomon-font-icon-registry-value:before { content: '\E4A6' } 
.flomon-font-icon-route:before { content: '\E4A7' } 
.flomon-font-icon-routes:before { content: '\E4A8' } 
.flomon-font-icon-resource-quota:before { content: '\E4A9' } 
.flomon-font-icon-resource-quotas:before { content: '\E4AA' } 
.flomon-font-icon-firmware:before { content: '\E4AB' } 
.flomon-font-icon-gateway-group:before { content: '\E4AC' } 
.flomon-font-icon-cloudfront:before { content: '\E4AD' } 
.flomon-font-icon-cloudfront-web:before { content: '\E4AE' } 
.flomon-font-icon-cloudfront-rtmp:before { content: '\E4AF' } 
.flomon-font-icon-route53:before { content: '\E4B0' } 
.flomon-font-icon-route53-domains:before { content: '\E4B1' } 
.flomon-font-icon-route53-domain:before { content: '\E4B2' } 
.flomon-font-icon-route53-healthchecks:before { content: '\E4B3' } 
.flomon-font-icon-route53-healthcheck:before { content: '\E4B4' } 
.flomon-font-icon-route53-hostedzones:before { content: '\E4B5' } 
.flomon-font-icon-route53-hostedzone:before { content: '\E4B6' } 
.flomon-font-icon-dynamodb:before { content: '\E4B7' } 
.flomon-font-icon-dynamodb-table:before { content: '\E4B8' } 
.flomon-font-icon-dynamodb-indexes:before { content: '\E4B9' } 
.flomon-font-icon-dynamodb-index:before { content: '\E4BA' } 
.flomon-font-icon-solaris:before { content: '\E4BB' } 
.flomon-font-icon-hplogo:before { content: '\E4BC' } 
.flomon-font-icon-error-round:before { content: '\E4BD' } 
.flomon-font-icon-error-square:before { content: '\E4BE' } 
.flomon-font-icon-more:before { content: '\E4BF' } 
.flomon-font-icon-sap:before { content: '\E4C0' } 
.flomon-font-icon-hanging-scaffolding:before { content: '\E4C1' } 
.flomon-font-icon-logfile03:before { content: '\E4C2' } 
.flomon-font-icon-arrest-hook:before { content: '\E4C3' } 
.flomon-font-icon-street-lamp:before { content: '\E4C4' } 
.flomon-font-icon-ai:before { content: '\E4C5' } 
.flomon-font-icon-alert:before { content: '\E4C6' } 
.flomon-font-icon-angle:before { content: '\E4C7' } 
.flomon-font-icon-bracket:before { content: '\E4C8' } 
.flomon-font-icon-calendar:before { content: '\E4C9' } 
.flomon-font-icon-calendarselect:before { content: '\E4CA' } 
.flomon-font-icon-cancel:before { content: '\E4CB' } 
.flomon-font-icon-cctv:before { content: '\E4CC' } 
.flomon-font-icon-change:before { content: '\E4CD' } 
.flomon-font-icon-chargingstation:before { content: '\E4CE' } 
.flomon-font-icon-chevron-double-down:before { content: '\E4CF' } 
.flomon-font-icon-chevron-double-left:before { content: '\E4D0' } 
.flomon-font-icon-chevron-double-right:before { content: '\E4D1' } 
.flomon-font-icon-chevron-double-up:before { content: '\E4D2' } 
.flomon-font-icon-chip:before { content: '\E4D3' } 
.flomon-font-icon-clock-o-2:before { content: '\E4D4' } 
.flomon-font-icon-close-round:before { content: '\E4D5' } 
.flomon-font-icon-coap:before { content: '\E4D6' } 
.flomon-font-icon-collapse:before { content: '\E4D7' } 
.flomon-font-icon-dashboard-round:before { content: '\E4D8' } 
.flomon-font-icon-deflection:before { content: '\E4D9' } 
.flomon-font-icon-delete:before { content: '\E4DA' } 
.flomon-font-icon-device-command:before { content: '\E4DB' } 
.flomon-font-icon-document-add:before { content: '\E4DC' } 
.flomon-font-icon-document-download:before { content: '\E4DD' } 
.flomon-font-icon-document-edit:before { content: '\E4DE' } 
.flomon-font-icon-document-empty:before { content: '\E4DF' } 
.flomon-font-icon-document-error:before { content: '\E4E0' } 
.flomon-font-icon-document-remove:before { content: '\E4E1' } 
.flomon-font-icon-document-setting:before { content: '\E4E2' } 
.flomon-font-icon-document-upload:before { content: '\E4E3' } 
.flomon-font-icon-document:before { content: '\E4E4' } 
.flomon-font-icon-drone-med:before { content: '\E4E5' } 
.flomon-font-icon-drop:before { content: '\E4E6' } 
.flomon-font-icon-edit-fill:before { content: '\E4E7' } 
.flomon-font-icon-ess-1:before { content: '\E4E8' } 
.flomon-font-icon-ess-2:before { content: '\E4E9' } 
.flomon-font-icon-exclamation-circle-o:before { content: '\E4EA' } 
.flomon-font-icon-expand-2:before { content: '\E4EB' } 
.flomon-font-icon-fft:before { content: '\E4EC' } 
.flomon-font-icon-fi-angle:before { content: '\E4ED' } 
.flomon-font-icon-fi-animation:before { content: '\E4EE' } 
.flomon-font-icon-fi-arrow:before { content: '\E4EF' } 
.flomon-font-icon-fi-aspectratio:before { content: '\E4F0' } 
.flomon-font-icon-fi-attribute:before { content: '\E4F1' } 
.flomon-font-icon-fi-bringforward:before { content: '\E4F2' } 
.flomon-font-icon-fi-bringtofront:before { content: '\E4F3' } 
.flomon-font-icon-fi-calander:before { content: '\E4F4' } 
.flomon-font-icon-fi-circle:before { content: '\E4F5' } 
.flomon-font-icon-fi-classification:before { content: '\E4F6' } 
.flomon-font-icon-fi-clipboard:before { content: '\E4F7' } 
.flomon-font-icon-fi-combobox:before { content: '\E4F8' } 
.flomon-font-icon-fi-compare:before { content: '\E4F9' } 
.flomon-font-icon-fi-conditional:before { content: '\E4FA' } 
.flomon-font-icon-fi-control-panel:before { content: '\E4FB' } 
.flomon-font-icon-fi-counter:before { content: '\E4FC' } 
.flomon-font-icon-fi-crack:before { content: '\E4FD' } 
.flomon-font-icon-fi-delete:before { content: '\E4FE' } 
.flomon-font-icon-fi-device-state:before { content: '\E4FF' } 
.flomon-font-icon-fi-device:before { content: '\E500' } 
.flomon-font-icon-fi-displacement:before { content: '\E501' } 
.flomon-font-icon-fi-draghandle-1:before { content: '\E502' } 
.flomon-font-icon-fi-draghandle-2:before { content: '\E503' } 
.flomon-font-icon-fi-edit:before { content: '\E504' } 
.flomon-font-icon-fi-exit:before { content: '\E505' } 
.flomon-font-icon-fi-face-recognition:before { content: '\E506' } 
.flomon-font-icon-fi-g-dashboard:before { content: '\E507' } 
.flomon-font-icon-fi-g-day:before { content: '\E508' } 
.flomon-font-icon-fi-g-drone:before { content: '\E509' } 
.flomon-font-icon-fi-g-flow:before { content: '\E50A' } 
.flomon-font-icon-fi-g-leaf:before { content: '\E50B' } 
.flomon-font-icon-fi-g-monitor:before { content: '\E50C' } 
.flomon-font-icon-fi-g-note:before { content: '\E50D' } 
.flomon-font-icon-fi-g-setting:before { content: '\E50E' } 
.flomon-font-icon-fi-gauge-1:before { content: '\E50F' } 
.flomon-font-icon-fi-gauge-2:before { content: '\E510' } 
.flomon-font-icon-fi-grid:before { content: '\E511' } 
.flomon-font-icon-fi-hide:before { content: '\E512' } 
.flomon-font-icon-fi-image-classification:before { content: '\E513' } 
.flomon-font-icon-fi-image:before { content: '\E514' } 
.flomon-font-icon-fi-input:before { content: '\E515' } 
.flomon-font-icon-fi-layer:before { content: '\E516' } 
.flomon-font-icon-fi-left-fold:before { content: '\E517' } 
.flomon-font-icon-fi-left-unfold:before { content: '\E518' } 
.flomon-font-icon-fi-line:before { content: '\E519' } 
.flomon-font-icon-fi-link:before { content: '\E51A' } 
.flomon-font-icon-fi-list:before { content: '\E51B' } 
.flomon-font-icon-fi-location-1:before { content: '\E51C' } 
.flomon-font-icon-fi-location-2:before { content: '\E51D' } 
.flomon-font-icon-fi-lock:before { content: '\E51E' } 
.flomon-font-icon-fi-loop:before { content: '\E51F' } 
.flomon-font-icon-fi-marker:before { content: '\E520' } 
.flomon-font-icon-fi-message:before { content: '\E521' } 
.flomon-font-icon-fi-mongodb:before { content: '\E522' } 
.flomon-font-icon-fi-mousepointer:before { content: '\E523' } 
.flomon-font-icon-fi-movie:before { content: '\E524' } 
.flomon-font-icon-fi-object-detection:before { content: '\E525' } 
.flomon-font-icon-fi-ocr:before { content: '\E526' } 
.flomon-font-icon-fi-output-false:before { content: '\E527' } 
.flomon-font-icon-fi-output-true:before { content: '\E528' } 
.flomon-font-icon-fi-output:before { content: '\E529' } 
.flomon-font-icon-fi-palette:before { content: '\E52A' } 
.flomon-font-icon-fi-path-variable:before { content: '\E52B' } 
.flomon-font-icon-fi-pencil:before { content: '\E52C' } 
.flomon-font-icon-fi-pin-fill:before { content: '\E52D' } 
.flomon-font-icon-fi-pin:before { content: '\E52E' } 
.flomon-font-icon-fi-polygon:before { content: '\E52F' } 
.flomon-font-icon-fi-pose-estimation:before { content: '\E530' } 
.flomon-font-icon-fi-query-string:before { content: '\E531' } 
.flomon-font-icon-fi-rectangle:before { content: '\E532' } 
.flomon-font-icon-fi-redo:before { content: '\E533' } 
.flomon-font-icon-fi-reflect-1:before { content: '\E534' } 
.flomon-font-icon-fi-reflect-2:before { content: '\E535' } 
.flomon-font-icon-fi-refresh:before { content: '\E536' } 
.flomon-font-icon-fi-repeat-2:before { content: '\E537' } 
.flomon-font-icon-fi-reset:before { content: '\E538' } 
.flomon-font-icon-fi-right-fold:before { content: '\E539' } 
.flomon-font-icon-fi-right-unfold:before { content: '\E53A' } 
.flomon-font-icon-fi-rotary-switch:before { content: '\E53B' } 
.flomon-font-icon-fi-save:before { content: '\E53C' } 
.flomon-font-icon-fi-search:before { content: '\E53D' } 
.flomon-font-icon-fi-see:before { content: '\E53E' } 
.flomon-font-icon-fi-sendbackward:before { content: '\E53F' } 
.flomon-font-icon-fi-sendtoback:before { content: '\E540' } 
.flomon-font-icon-fi-setting:before { content: '\E541' } 
.flomon-font-icon-fi-strain-1:before { content: '\E542' } 
.flomon-font-icon-fi-strain-2:before { content: '\E543' } 
.flomon-font-icon-fi-switch:before { content: '\E544' } 
.flomon-font-icon-fi-temperature:before { content: '\E545' } 
.flomon-font-icon-fi-text:before { content: '\E546' } 
.flomon-font-icon-fi-triangle:before { content: '\E547' } 
.flomon-font-icon-fi-undo:before { content: '\E548' } 
.flomon-font-icon-fi-unlink:before { content: '\E549' } 
.flomon-font-icon-fi-unlock:before { content: '\E54A' } 
.flomon-font-icon-fi-user:before { content: '\E54B' } 
.flomon-font-icon-fi-video-viewer:before { content: '\E54C' } 
.flomon-font-icon-fi-vision-ai:before { content: '\E54D' } 
.flomon-font-icon-flomon:before { content: '\E54E' } 
.flomon-font-icon-flow-deployment:before { content: '\E54F' } 
.flomon-font-icon-folder-add:before { content: '\E550' } 
.flomon-font-icon-folder-download:before { content: '\E551' } 
.flomon-font-icon-folder-edit:before { content: '\E552' } 
.flomon-font-icon-folder-empty:before { content: '\E553' } 
.flomon-font-icon-folder-error:before { content: '\E554' } 
.flomon-font-icon-folder-move:before { content: '\E555' } 
.flomon-font-icon-folder-normal:before { content: '\E556' } 
.flomon-font-icon-folder-receive:before { content: '\E557' } 
.flomon-font-icon-folder-remove:before { content: '\E558' } 
.flomon-font-icon-folder-setting:before { content: '\E559' } 
.flomon-font-icon-folder-upload:before { content: '\E55A' } 
.flomon-font-icon-fuelcell:before { content: '\E55B' } 
.flomon-font-icon-fullscreen-01:before { content: '\E55C' } 
.flomon-font-icon-gps:before { content: '\E55D' } 
.flomon-font-icon-hash-round:before { content: '\E55E' } 
.flomon-font-icon-hash:before { content: '\E55F' } 
.flomon-font-icon-hwp-1:before { content: '\E560' } 
.flomon-font-icon-hwp-2:before { content: '\E561' } 
.flomon-font-icon-icmp:before { content: '\E562' } 
.flomon-font-icon-information:before { content: '\E563' } 
.flomon-font-icon-inforzia:before { content: '\E564' } 
.flomon-font-icon-json:before { content: '\E565' } 
.flomon-font-icon-jupyter:before { content: '\E566' } 
.flomon-font-icon-list-round:before { content: '\E567' } 
.flomon-font-icon-management:before { content: '\E568' } 
.flomon-font-icon-markdown:before { content: '\E569' } 
.flomon-font-icon-marker-2:before { content: '\E56A' } 
.flomon-font-icon-marker:before { content: '\E56B' } 
.flomon-font-icon-minus-circle-o:before { content: '\E56C' } 
.flomon-font-icon-number-format-2:before { content: '\E56D' } 
.flomon-font-icon-number-format:before { content: '\E56E' } 
.flomon-font-icon-optic-port-o:before { content: '\E56F' } 
.flomon-font-icon-optic-port:before { content: '\E570' } 
.flomon-font-icon-optic-port2-o:before { content: '\E571' } 
.flomon-font-icon-optic-port2:before { content: '\E572' } 
.flomon-font-icon-ping:before { content: '\E573' } 
.flomon-font-icon-play-circle-o-2:before { content: '\E574' } 
.flomon-font-icon-play-round:before { content: '\E575' } 
.flomon-font-icon-plug-2:before { content: '\E576' } 
.flomon-font-icon-plus-circle-o:before { content: '\E577' } 
.flomon-font-icon-power-round:before { content: '\E578' } 
.flomon-font-icon-poweroff-round:before { content: '\E579' } 
.flomon-font-icon-python:before { content: '\E57A' } 
.flomon-font-icon-receipt:before { content: '\E57B' } 
.flomon-font-icon-redis-1:before { content: '\E57C' } 
.flomon-font-icon-redis-2:before { content: '\E57D' } 
.flomon-font-icon-scaledown:before { content: '\E57E' } 
.flomon-font-icon-scaleup:before { content: '\E57F' } 
.flomon-font-icon-search-2:before { content: '\E580' } 
.flomon-font-icon-sensor:before { content: '\E581' } 
.flomon-font-icon-sensoroff:before { content: '\E582' } 
.flomon-font-icon-serial-1:before { content: '\E583' } 
.flomon-font-icon-serial-2:before { content: '\E584' } 
.flomon-font-icon-server2:before { content: '\E585' } 
.flomon-font-icon-setting:before { content: '\E586' } 
.flomon-font-icon-snmp-1:before { content: '\E587' } 
.flomon-font-icon-snmp-2:before { content: '\E588' } 
.flomon-font-icon-snmp-get:before { content: '\E589' } 
.flomon-font-icon-snmp-getsubtree:before { content: '\E58A' } 
.flomon-font-icon-snmp-set:before { content: '\E58B' } 
.flomon-font-icon-snmp-trap:before { content: '\E58C' } 
.flomon-font-icon-solarenergy:before { content: '\E58D' } 
.flomon-font-icon-stop-round:before { content: '\E58E' } 
.flomon-font-icon-strain:before { content: '\E58F' } 
.flomon-font-icon-structure-management:before { content: '\E590' } 
.flomon-font-icon-sun-round:before { content: '\E591' } 
.flomon-font-icon-svg:before { content: '\E592' } 
.flomon-font-icon-switch-router:before { content: '\E593' } 
.flomon-font-icon-tcp-request:before { content: '\E594' } 
.flomon-font-icon-tcp-response:before { content: '\E595' } 
.flomon-font-icon-tcp-trigger:before { content: '\E596' } 
.flomon-font-icon-tel-setting:before { content: '\E597' } 
.flomon-font-icon-temperature-2:before { content: '\E598' } 
.flomon-font-icon-text-format-2:before { content: '\E599' } 
.flomon-font-icon-text-format:before { content: '\E59A' } 
.flomon-font-icon-topology:before { content: '\E59B' } 
.flomon-font-icon-umbrella-2:before { content: '\E59C' } 
.flomon-font-icon-vibrate:before { content: '\E59D' } 
.flomon-font-icon-video:before { content: '\E59E' } 
.flomon-font-icon-water-pump:before { content: '\E59F' } 
.flomon-font-icon-websocket:before { content: '\E5A0' } 
.flomon-font-icon-wind:before { content: '\E5A1' } 
