@import url(efects.css);
@import url(animate.css);

/*RESET CSS*/
* {

    margin: 0;
    padding: 0;
    border: 0;
    outline: 0; /* não acende input no chrome */

    /*vertical-align:baseline;*/

    -webkit-box-sizing: border-box; /* width engloba padding e borda */
    -o-box-sizing: border-box; /* width engloba padding e borda */
    -ms-box-sizing: border-box; /* width engloba padding e borda */
    -moz-box-sizing: border-box; /* width engloba padding e borda */
    box-sizing: border-box; /* width engloba padding e borda */

    -webkit-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;

}

p {
    margin: 7px 0;
}

ul {
    list-style: none;
}

ul.list-disc {
    list-style: inside disc;
}

ul.list-circle {
    list-style: inside circle;
}

ul.list-square {
    list-style: inside square;
}

input, select {
    vertical-align: middle;
}

/*RESET CSS*/

/*GRIDS*/
.w-05 {
    width: 5%;
}

.w-1 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-2 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-3 {
    width: 30%;
}

.w-33 {
    width: 33.33%;
}

.w-35 {
    width: 35%;
}

.w-4 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-5 {
    width: 50%;
}

.w-6 {
    width: 60%;
}

.w-66 {
    width: 66.66%;
}

.w-7 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-8 {
    width: 80%;
}

.w-9 {
    width: 90%;
}

.w-10 {
    width: 100%;
}

.w-auto {
    width: auto;
}

.w-fit-content {
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
}

.w-max-content {
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
}

.w-max-05 {
    max-width: 5%;
}

.w-max-1 {
    max-width: 10%;
}

.w-max-15 {
    max-width: 15%;
}

.w-max-2 {
    max-width: 20%;
}

.w-max-25 {
    max-width: 25%;
}

.w-max-3 {
    max-width: 30%;
}

.w-max-33 {
    max-width: 33.33%;
}

.w-max-35 {
    max-width: 35%;
}

.w-max-4 {
    max-width: 40%;
}

.w-max-45 {
    max-width: 45%;
}

.w-max-5 {
    max-width: 50%;
}

.w-max-6 {
    max-width: 60%;
}

.w-max-66 {
    max-width: 66.66%;
}

.w-max-7 {
    max-width: 70%;
}

.w-max-75 {
    max-width: 75%;
}

.w-max-8 {
    max-width: 80%;
}

.w-max-9 {
    max-width: 90%;
}

.w-max-10 {
    max-width: 100%;
}

.w-max-none {
    max-width: none;
}

.w-min-0 {
    min-width: 0;
}

.w-min-05 {
    min-width: 5%;
}

.w-min-1 {
    min-width: 10%;
}

.w-min-15 {
    min-width: 15%;
}

.w-min-2 {
    min-width: 20%;
}

.w-min-25 {
    min-width: 25%;
}

.w-min-3 {
    min-width: 30%;
}

.w-min-33 {
    min-width: 33.33%;
}

.w-min-35 {
    min-width: 35%;
}

.w-min-4 {
    min-width: 40%;
}

.w-min-45 {
    min-width: 45%;
}

.w-min-5 {
    min-width: 50%;
}

.w-min-6 {
    min-width: 60%;
}

.w-min-66 {
    min-width: 66.66%;
}

.w-min-7 {
    min-width: 70%;
}

.w-min-75 {
    min-width: 75%;
}

.w-min-8 {
    min-width: 80%;
}

.w-min-9 {
    min-width: 90%;
}

.w-min-10 {
    min-width: 100%;
}

.h-0 {
    height: 0;
}

.h-25 {
    height: 25%;
}

.h-33 {
    height: 33.33%;
}

.h-5 {
    height: 50%;
}

.h-66 {
    height: 66.66%;
}

.h-75 {
    height: 75%;
}

.h-10 {
    height: 100%;
}

.h-auto {
    height: auto;
}

.h-max-0 {
    max-height: 0;
}

.h-max-25 {
    max-height: 25%;
}

.h-max-33 {
    max-height: 33%;
}

.h-max-5 {
    max-height: 50%;
}

.h-max-66 {
    max-height: 66%;
}

.h-max-75 {
    max-height: 75%;
}

.h-max-10 {
    max-height: 100%;
}

.h-max-none {
    max-height: none;
}

.h-min-0 {
    min-height: 0;
}

.h-min-25 {
    min-height: 25%;
}

.h-min-33 {
    min-height: 33.33%;
}

.h-min-5 {
    min-height: 50%;
}

.h-min-66 {
    min-height: 66.66%;
}

.h-min-75 {
    min-height: 75%;
}

.h-min-10 {
    min-height: 100%;
}

/* CSS RÁPIDO*/

.margin-auto-h {
    margin-left: auto;
    margin-right: auto;
}

.margin-auto-v {
    margin-top: auto;
    margin-bottom: auto;
}

.margin-auto {
    margin: auto;
}

.margin-0 {
    margin: 0;
}

.margin-5 {
    margin: 5px;
}

.margin-10 {
    margin: 10px;
}

.margin-15 {
    margin: 15px;
}

.margin-20 {
    margin: 20px;
}

.margin-25 {
    margin: 25px;
}

.margin-30 {
    margin: 30px;
}

.margin-35 {
    margin: 35px;
}

.margin-40 {
    margin: 40px;
}

.margin-45 {
    margin: 45px;
}

.margin-50 {
    margin: 50px;
}

.margin-55 {
    margin: 55px;
}

.margin-60 {
    margin: 60px;
}

.margin-5-n {
    margin: -5px;
}

.margin-10-n {
    margin: -10px;
}

.margin-15-n {
    margin: -15px;
}

.margin-20-n {
    margin: -20px;
}

.margin-25-n {
    margin: -25px;
}

.margin-30-n {
    margin: -30px;
}

.margin-35-n {
    margin: -35px;
}

.margin-40-n {
    margin: -40px;
}

.margin-45-n {
    margin: -45px;
}

.margin-50-n {
    margin: -50px;
}

.margin-55-n {
    margin: -55px;
}

.margin-60-n {
    margin: -60px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-55 {
    margin-top: 55px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-5-n {
    margin-top: -5px;
}

.margin-top-10-n {
    margin-top: -10px;
}

.margin-top-15-n {
    margin-top: -15px;
}

.margin-top-20-n {
    margin-top: -20px;
}

.margin-top-25-n {
    margin-top: -25px;
}

.margin-top-30-n {
    margin-top: -30px;
}

.margin-top-35-n {
    margin-top: -35px;
}

.margin-top-40-n {
    margin-top: -40px;
}

.margin-top-45-n {
    margin-top: -45px;
}

.margin-top-50-n {
    margin-top: -50px;
}

.margin-top-55-n {
    margin-top: -55px;
}

.margin-top-60-n {
    margin-top: -60px;
}

.margin-right-0 {
    margin-right: 0;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-right-35 {
    margin-right: 35px;
}

.margin-right-40 {
    margin-right: 40px;
}

.margin-right-45 {
    margin-right: 45px;
}

.margin-right-50 {
    margin-right: 50px;
}

.margin-right-55 {
    margin-right: 55px;
}

.margin-right-60 {
    margin-right: 60px;
}

.margin-right-5-n {
    margin-right: -5px;
}

.margin-right-10-n {
    margin-right: -10px;
}

.margin-right-15-n {
    margin-right: -15px;
}

.margin-right-20-n {
    margin-right: -20px;
}

.margin-right-25-n {
    margin-right: -25px;
}

.margin-right-30-n {
    margin-right: -30px;
}

.margin-right-35-n {
    margin-right: -35px;
}

.margin-right-40-n {
    margin-right: -40px;
}

.margin-right-45-n {
    margin-right: -45px;
}

.margin-right-50-n {
    margin-right: -50px;
}

.margin-right-55-n {
    margin-right: -55px;
}

.margin-right-60-n {
    margin-right: -60px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-5-n {
    margin-bottom: -5px;
}

.margin-bottom-10-n {
    margin-bottom: -10px;
}

.margin-bottom-15-n {
    margin-bottom: -15px;
}

.margin-bottom-20-n {
    margin-bottom: -20px;
}

.margin-bottom-25-n {
    margin-bottom: -25px;
}

.margin-bottom-30-n {
    margin-bottom: -30px;
}

.margin-bottom-35-n {
    margin-bottom: -35px;
}

.margin-bottom-40-n {
    margin-bottom: -40px;
}

.margin-bottom-45-n {
    margin-bottom: -45px;
}

.margin-bottom-50-n {
    margin-bottom: -50px;
}

.margin-bottom-55-n {
    margin-bottom: -55px;
}

.margin-bottom-60-n {
    margin-bottom: -60px;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-35 {
    margin-left: 35px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-left-45 {
    margin-left: 45px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-left-55 {
    margin-left: 55px;
}

.margin-left-60 {
    margin-left: 60px;
}

.margin-left-5-n {
    margin-left: -5px;
}

.margin-left-10-n {
    margin-left: -10px;
}

.margin-left-15-n {
    margin-left: -15px;
}

.margin-left-20-n {
    margin-left: -20px;
}

.margin-left-25-n {
    margin-left: -25px;
}

.margin-left-30-n {
    margin-left: -30px;
}

.margin-left-35-n {
    margin-left: -35px;
}

.margin-left-40-n {
    margin-left: -40px;
}

.margin-left-45-n {
    margin-left: -45px;
}

.margin-left-50-n {
    margin-left: -50px;
}

.margin-left-55-n {
    margin-left: -55px;
}

.margin-left-60-n {
    margin-left: -60px;
}

.padding-0 {
    padding: 0;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-25 {
    padding: 25px;
}

.padding-30 {
    padding: 30px;
}

.padding-35 {
    padding: 35px;
}

.padding-40 {
    padding: 40px;
}

.padding-45 {
    padding: 45px;
}

.padding-50 {
    padding: 50px;
}

.padding-55 {
    padding: 55px;
}

.padding-60 {
    padding: 60px;
}

.padding-bottom-5 {
    padding-bottom: 5px
}

.padding-bottom-10 {
    padding-bottom: 10px
}

.padding-bottom-15 {
    padding-bottom: 15px
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-bottom-25 {
    padding-bottom: 25px
}

.padding-bottom-30 {
    padding-bottom: 30px
}

.padding-bottom-35 {
    padding-bottom: 35px
}

.padding-bottom-40 {
    padding-bottom: 40px
}

.padding-bottom-45 {
    padding-bottom: 45px
}

.padding-bottom-50 {
    padding-bottom: 50px
}

.padding-bottom-55 {
    padding-bottom: 55px
}

.padding-bottom-60 {
    padding-bottom: 60px
}

.padding-left-0 {
    padding-left: 0;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-35 {
    padding-left: 35px;
}

.padding-left-40 {
    padding-left: 40px;
}

.padding-left-45 {
    padding-left: 45px;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-left-55 {
    padding-left: 55px;
}

.padding-left-60 {
    padding-left: 60px;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-25 {
    padding-right: 25px;
}

.padding-right-30 {
    padding-right: 30px;
}

.padding-right-35 {
    padding-right: 35px;
}

.padding-right-40 {
    padding-right: 40px;
}

.padding-right-45 {
    padding-right: 45px;
}

.padding-right-50 {
    padding-right: 50px;
}

.padding-right-55 {
    padding-right: 55px;
}

.padding-right-60 {
    padding-right: 60px;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-55 {
    padding-top: 55px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-55 {
    padding-bottom: 55px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-3-h {
    padding-left: 3px;
    padding-right: 3px;
}

.padding-3-v {
    padding-top: 3px;
    padding-bottom: 3px;
}

.margin-3-h-n {
    margin-left: -3px;
    margin-right: -3px;
}

.margin-3-v-n {
    margin-top: -3px;
    margin-bottom: -3px;
}

.padding-10-h {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-10-v {
    padding-top: 10px;
    padding-bottom: 10px;
}

.margin-10-h-n {
    margin-left: -10px;
    margin-right: -10px;
}

.margin-10-v-n {
    margin-top: -10px;
    margin-bottom: -10px;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.z-index-0 {
    z-index: 0;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.z-index-4 {
    z-index: 4;
}

.z-index-5 {
    z-index: 5;
}

.z-index-6 {
    z-index: 6;
}

.z-index-7 {
    z-index: 7;
}

.z-index-8 {
    z-index: 8;
}

.z-index-9 {
    z-index: 9;
}

.z-index-10 {
    z-index: 10;
}

.border-radius-0 {
    border-radius: 0;
}

.border-radius-1 {
    border-radius: 1px;
}

.border-radius-2 {
    border-radius: 2px;
}

.border-radius-3 {
    border-radius: 3px;
}

.border-radius-4 {
    border-radius: 4px;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-6 {
    border-radius: 6px;
}

.border-radius-7 {
    border-radius: 7px;
}

.border-radius-8 {
    border-radius: 8px;
}

.border-radius-9 {
    border-radius: 9px;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-50 {
    border-radius: 50%;
}

.border-radius-100 {
    border-radius: 100%;
}

.border-none {
    border: none !important;
}

.border-right-none {
    border-right: none !important;
}

.border-left-none {
    border-left: none !important;
}

.border-top-none {
    border-top: none !important;
}

.border-bottom-none {
    border-bottom: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.cursor-move {
    cursor: move;
}

.cursor-grab {
    cursor: grab;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-auto {
    overflow: auto;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-visible {
    overflow: visible;
}

.overflow-x-visible {
    overflow-x: visible;
}

.overflow-y-visible {
    overflow-y: visible;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.float-none {
    float: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-both {
    clear: both;
}

.clear-none {
    clear: none;
}

.align-center, .text-center {
    text-align: center;
}

.align-right, .text-right {
    text-align: right;
}

.align-left, .text-left {
    text-align: left;
}

.align-justify, .text-justify {
    text-align: justify;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #000;
}

.color-gray {
    color: gray;
}

.color-gold {
    color: #daa520;
}

.color-red {
    color: red;
}

.color-blue {
    color: blue;
}

.color-green {
    color: green;
}

.color-yellow {
    color: yellow;
}

.text-uppercase, .transform-uppercase, .uppercase {
    text-transform: uppercase;
}

.text-lowercase, .transform-lowercase, .lowercase {
    text-transform: lowercase;
}

.text-none, .transform-none, .text-none {
    text-transform: none;
}

.letter-spacing-0 {
    letter-spacing: 0;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-3 {
    letter-spacing: 3px;
}

.letter-spacing-4 {
    letter-spacing: 4px;
}

.letter-spacing-5 {
    letter-spacing: 5px;
}

.font-normal, .weight-normal {
    font-weight: normal;
}

.font-bold, .weight-bold, .bold {
    font-weight: bold;
}

.font-lighter, .weight-lighter, .lighter {
    font-weight: 200;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-27 {
    font-size: 27px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-29 {
    font-size: 29px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-31 {
    font-size: 31px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-33 {
    font-size: 33px;
}

.font-size-34 {
    font-size: 34px;
}

.font-size-35 {
    font-size: 35px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-45 {
    font-size: 45px;
}

.font-size-50 {
    font-size: 50px;
}

.font-size-55 {
    font-size: 55px;
}

.font-size-60 {
    font-size: 60px;
}

.font-size-70 {
    font-size: 70px;
}

.bg-none {
    background: none !important;
}

.bg-black {
    background-color: black;
}

.bg-white {
    background-color: white;
}

.bg-gold {
    background-color: #daa520;
}

.bg-red {
    background-color: red;
}

.bg-blue {
    background-color: blue;
}

.bg-yellow {
    background-color: yellow;
}

.bg-orange {
    background-color: orange;
}

.bg-green {
    background-color: green;
}

.opacity-hover:hover {
    opacity: 0.5;
}

.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

.opacity-10 {
    opacity: 1;
}

.decoration-none, .text-decoration-none {
    text-decoration: none
}

.decoration-underline, .text-decoration-underline {
    text-decoration: underline;
}

.display-block {
    display: block;
}

.display-flex {
    display: flex;
}

.display-inline {
    display: inline;
}

.display-inline-block, .display-ib {
    display: inline-block;
}

.display-table {
    display: table;
}

.display-table-cell {
    display: table-cell;
}

.display-none {
    display: none;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.position-static {
    position: static;
}

.w-fit-img {
    min-height: 100%;
    min-width: 100%;
    width: 1px;
}

.h-fit-img {
    min-height: 100%;
    min-width: 100%;
    height: 1px;
}

.inline-center-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-middle {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.center-middle > * {
    margin: 0 auto;
}

.center-middle-2 {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.center-middle-3 {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.wrap-float {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    min-width: 100%;
    overflow: hidden;
}

/******** CSS Padrões ******/

.text-security-disc {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}

.centro-500 {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.centro-600 {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.centro-700 {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.centro-800 {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.centro-980 {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.centro-1200{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.centro-1300 {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.centro-1600 {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.centro-1880 {
    width: 100%;
    max-width: 1880px;
    margin-left: auto;
    margin-right: auto;
}

@media not screen and (min-width: 980px) {
    .hide-980 {
        display: none;
    }

    .show-980 {
        display: block;
    }
}

@media not screen and (min-width: 1300px) {
    .hide-1300 {
        display: none;
    }

    .show-1300 {
        display: block;
    }
}

@media not screen and (min-width: 1600px) {
    .hide-1600 {
        display: none;
    }

    .show-1600 {
        display: block;
    }
}

@media not screen and (min-width: 1880px) {
    .hide-1880 {
        display: none;
    }

    .show-1880 {
        display: block;
    }
}

/***************************/

/* CSS RÁPIDO*/

@media not screen and (min-width: 550px) {

    /*GRIDS*/
    .t-w-05 {
        width: 5% !important;
    }

    .t-w-1 {
        width: 10% !important;
    }

    .t-w-15 {
        width: 15% !important;
    }

    .t-w-2 {
        width: 20% !important;
    }

    .t-w-25 {
        width: 25% !important;
    }

    .t-w-3 {
        width: 30% !important;
    }

    .t-w-33 {
        width: 33.33% !important;
    }

    .t-w-35 {
        width: 35% !important;
    }

    .t-w-4 {
        width: 40% !important;
    }

    .t-w-45 {
        width: 45% !important;
    }

    .t-w-5 {
        width: 50% !important;
    }

    .t-w-6 {
        width: 60% !important;
    }

    .t-w-66 {
        width: 66.66% !important;
    }

    .t-w-7 {
        width: 70% !important;
    }

    .t-w-75 {
        width: 75% !important;
    }

    .t-w-8 {
        width: 80% !important;
    }

    .t-w-9 {
        width: 90% !important;
    }

    .t-w-10 {
        width: 100% !important;
    }

    .t-w-auto {
        width: auto !important;
    }

    .t-w-fit-content {
        width: fit-content !important;
        width: -moz-fit-content !important;
        width: -webkit-fit-content !important;
    }

    .t-w-max-content {
        width: max-content !important;
        width: -moz-max-content !important;
        width: -webkit-max-content !important;
    }

    .t-w-max-05 {
        max-width: 5% !important;
    }

    .t-w-max-1 {
        max-width: 10% !important;
    }

    .t-w-max-15 {
        max-width: 15% !important;
    }

    .t-w-max-2 {
        max-width: 20% !important;
    }

    .t-w-max-25 {
        max-width: 25% !important;
    }

    .t-w-max-3 {
        max-width: 30% !important;
    }

    .t-w-max-33 {
        max-width: 33.33% !important;
    }

    .t-w-max-35 {
        max-width: 35% !important;
    }

    .t-w-max-4 {
        max-width: 40% !important;
    }

    .t-w-max-45 {
        max-width: 45% !important;
    }

    .t-w-max-5 {
        max-width: 50% !important;
    }

    .t-w-max-6 {
        max-width: 60% !important;
    }

    .t-w-max-66 {
        max-width: 66.66% !important;
    }

    .t-w-max-7 {
        max-width: 70% !important;
    }

    .t-w-max-75 {
        max-width: 75% !important;
    }

    .t-w-max-8 {
        max-width: 80% !important;
    }

    .t-w-max-9 {
        max-width: 90% !important;
    }

    .t-w-max-10 {
        max-width: 100% !important;
    }

    .t-w-max-none {
        max-width: none !important;
    }

    .t-w-min-05 {
        min-width: 5% !important;
    }

    .t-w-min-1 {
        min-width: 10% !important;
    }

    .t-w-min-15 {
        min-width: 15% !important;
    }

    .t-w-min-2 {
        min-width: 20% !important;
    }

    .t-w-min-25 {
        min-width: 25% !important;
    }

    .t-w-min-3 {
        min-width: 30% !important;
    }

    .t-w-min-33 {
        min-width: 33.33% !important;
    }

    .t-w-min-35 {
        min-width: 35% !important;
    }

    .t-w-min-4 {
        min-width: 40% !important;
    }

    .t-w-min-45 {
        min-width: 45% !important;
    }

    .t-w-min-5 {
        min-width: 50% !important;
    }

    .t-w-min-6 {
        min-width: 60% !important;
    }

    .t-w-min-66 {
        min-width: 66.66% !important;
    }

    .t-w-min-7 {
        min-width: 70% !important;
    }

    .t-w-min-75 {
        min-width: 75% !important;
    }

    .t-w-min-8 {
        min-width: 80% !important;
    }

    .t-w-min-9 {
        min-width: 90% !important;
    }

    .t-w-min-10 {
        min-width: 100% !important;
    }

    .t-h-0 {
        height: 0 !important;
    }

    .t-h-25 {
        height: 25% !important;
    }

    .t-h-33 {
        height: 33.33% !important;
    }

    .t-h-5 {
        height: 50% !important;
    }

    .t-h-66 {
        height: 66.66% !important;
    }

    .t-h-75 {
        height: 75% !important;
    }

    .t-h-10 {
        height: 100% !important;
    }

    .t-h-auto {
        height: auto !important;
    }

    .t-h-max-0 {
        max-height: 0 !important;
    }

    .t-h-max-25 {
        max-height: 25% !important;
    }

    .t-h-max-33 {
        max-height: 33.33% !important;
    }

    .t-h-max-5 {
        max-height: 50% !important;
    }

    .t-h-max-66 {
        max-height: 66.66% !important;
    }

    .t-h-max-75 {
        max-height: 75% !important;
    }

    .t-h-max-10 {
        max-height: 100% !important;
    }

    .t-h-max-none {
        max-height: none !important;
    }

    .t-h-min-0 {
        min-height: 0 !important;
    }

    .t-h-min-25 {
        min-height: 25% !important;
    }

    .t-h-min-33 {
        min-height: 33.33% !important;
    }

    .t-h-min-5 {
        min-height: 50% !important;
    }

    .t-h-min-66 {
        min-height: 66.66% !important;
    }

    .t-h-min-75 {
        min-height: 75% !important;
    }

    .t-h-min-10 {
        min-height: 100% !important;
    }

    /* CSS RÁPIDO*/
    .t-margin-auto-h {
        margin-left: auto;
        margin-right: auto;
    }

    .t-margin-auto-v {
        margin-top: auto;
        margin-bottom: auto;
    }

    .t-margin-auto {
        margin: auto;
    }

    .t-margin-0 {
        margin: 0 !important;
    }

    .t-margin-5 {
        margin: 5px !important;
    }

    .t-margin-10 {
        margin: 10px !important;
    }

    .t-margin-15 {
        margin: 15px !important;
    }

    .t-margin-20 {
        margin: 20px !important;
    }

    .t-margin-25 {
        margin: 25px !important;
    }

    .t-margin-30 {
        margin: 30px !important;
    }

    .t-margin-35 {
        margin: 35px !important;
    }

    .t-margin-40 {
        margin: 40px !important;
    }

    .t-margin-45 {
        margin: 45px !important;
    }

    .t-margin-50 {
        margin: 50px !important;
    }

    .t-margin-55 {
        margin: 55px !important;
    }

    .t-margin-60 {
        margin: 60px !important;
    }

    .t-margin-top-0 {
        margin-top: 0 !important;
    }

    .t-margin-top-5 {
        margin-top: 5px !important;
    }

    .t-margin-top-10 {
        margin-top: 10px !important;
    }

    .t-margin-top-15 {
        margin-top: 15px !important;
    }

    .t-margin-top-20 {
        margin-top: 20px !important;
    }

    .t-margin-top-25 {
        margin-top: 25px !important;
    }

    .t-margin-top-30 {
        margin-top: 30px !important;
    }

    .t-margin-top-35 {
        margin-top: 35px !important;
    }

    .t-margin-top-40 {
        margin-top: 40px !important;
    }

    .t-margin-top-45 {
        margin-top: 45px !important;
    }

    .t-margin-top-50 {
        margin-top: 50px !important;
    }

    .t-margin-top-55 {
        margin-top: 55px !important;
    }

    .t-margin-top-60 {
        margin-top: 60px !important;
    }

    .t-margin-top-5-n {
        margin-top: -5px !important;
    }

    .t-margin-top-10-n {
        margin-top: -10px !important;
    }

    .t-margin-top-15-n {
        margin-top: -15px !important;
    }

    .t-margin-top-20-n {
        margin-top: -20px !important;
    }

    .t-margin-top-25-n {
        margin-top: -25px !important;
    }

    .t-margin-top-30-n {
        margin-top: -30px !important;
    }

    .t-margin-top-35-n {
        margin-top: -35px !important;
    }

    .t-margin-top-40-n {
        margin-top: -40px !important;
    }

    .t-margin-top-45-n {
        margin-top: -45px !important;
    }

    .t-margin-top-50-n {
        margin-top: -50px !important;
    }

    .t-margin-top-55-n {
        margin-top: -55px !important;
    }

    .t-margin-top-60-n {
        margin-top: -60px !important;
    }

    .t-margin-right-0 {
        margin-right: 0 !important;
    }

    .t-margin-right-5 {
        margin-right: 5px !important;
    }

    .t-margin-right-10 {
        margin-right: 10px !important;
    }

    .t-margin-right-15 {
        margin-right: 15px !important;
    }

    .t-margin-right-20 {
        margin-right: 20px !important;
    }

    .t-margin-right-25 {
        margin-right: 25px !important;
    }

    .t-margin-right-30 {
        margin-right: 30px !important;
    }

    .t-margin-right-35 {
        margin-right: 35px !important;
    }

    .t-margin-right-40 {
        margin-right: 40px !important;
    }

    .t-margin-right-45 {
        margin-right: 45px !important;
    }

    .t-margin-right-50 {
        margin-right: 50px !important;
    }

    .t-margin-right-55 {
        margin-right: 55px !important;
    }

    .t-margin-right-60 {
        margin-right: 60px !important;
    }

    .t-margin-right-5-n {
        margin-right: -5px !important;
    }

    .t-margin-right-10-n {
        margin-right: -10px !important;
    }

    .t-margin-right-15-n {
        margin-right: -15px !important;
    }

    .t-margin-right-20-n {
        margin-right: -20px !important;
    }

    .t-margin-right-25-n {
        margin-right: -25px !important;
    }

    .t-margin-right-30-n {
        margin-right: -30px !important;
    }

    .t-margin-right-35-n {
        margin-right: -35px !important;
    }

    .t-margin-right-40-n {
        margin-right: -40px !important;
    }

    .t-margin-right-45-n {
        margin-right: -45px !important;
    }

    .t-margin-right-50-n {
        margin-right: -50px !important;
    }

    .t-margin-right-55-n {
        margin-right: -55px !important;
    }

    .t-margin-right-60-n {
        margin-right: -60px !important;
    }

    .t-margin-bottom-0 {
        margin-bottom: 0 !important;
    }

    .t-margin-bottom-5 {
        margin-bottom: 5px !important;
    }

    .t-margin-bottom-10 {
        margin-bottom: 10px !important;
    }

    .t-margin-bottom-15 {
        margin-bottom: 15px !important;
    }

    .t-margin-bottom-20 {
        margin-bottom: 20px !important;
    }

    .t-margin-bottom-25 {
        margin-bottom: 25px !important;
    }

    .t-margin-bottom-30 {
        margin-bottom: 30px !important;
    }

    .t-margin-bottom-35 {
        margin-bottom: 35px !important;
    }

    .t-margin-bottom-40 {
        margin-bottom: 40px !important;
    }

    .t-margin-bottom-45 {
        margin-bottom: 40px !important;
    }

    .t-margin-bottom-50 {
        margin-bottom: 50px !important;
    }

    .t-margin-bottom-55 {
        margin-bottom: 55px !important;
    }

    .t-margin-bottom-60 {
        margin-bottom: 60px !important;
    }

    .t-margin-bottom-5-n {
        margin-bottom: -5px !important;
    }

    .t-margin-bottom-10-n {
        margin-bottom: -10px !important;
    }

    .t-margin-bottom-15-n {
        margin-bottom: -15px !important;
    }

    .t-margin-bottom-20-n {
        margin-bottom: -20px !important;
    }

    .t-margin-bottom-25-n {
        margin-bottom: -25px !important;
    }

    .t-margin-bottom-30-n {
        margin-bottom: -30px !important;
    }

    .t-margin-bottom-35-n {
        margin-bottom: -35px !important;
    }

    .t-margin-bottom-40-n {
        margin-bottom: -40px !important;
    }

    .t-margin-bottom-45-n {
        margin-bottom: -45px !important;
    }

    .t-margin-bottom-50-n {
        margin-bottom: -50px !important;
    }

    .t-margin-bottom-55-n {
        margin-bottom: -55px !important;
    }

    .t-margin-bottom-60-n {
        margin-bottom: -60px !important;
    }

    .t-margin-left-0 {
        margin-left: 0 !important;
    }

    .t-margin-left-5 {
        margin-left: 5px !important;
    }

    .t-margin-left-10 {
        margin-left: 10px !important;
    }

    .t-margin-left-15 {
        margin-left: 15px !important;
    }

    .t-margin-left-20 {
        margin-left: 20px !important;
    }

    .t-margin-left-25 {
        margin-left: 25px !important;
    }

    .t-margin-left-30 {
        margin-left: 30px !important;
    }

    .t-margin-left-35 {
        margin-left: 35px !important;
    }

    .t-margin-left-40 {
        margin-left: 40px !important;
    }

    .t-margin-left-45 {
        margin-left: 45px !important;
    }

    .t-margin-left-50 {
        margin-left: 50px !important;
    }

    .t-margin-left-55 {
        margin-left: 60px !important;
    }

    .t-margin-left-60 {
        margin-left: 60px !important;
    }

    .t-margin-left-5-n {
        margin-left: -5px !important;
    }

    .t-margin-left-10-n {
        margin-left: -10px !important;
    }

    .t-margin-left-15-n {
        margin-left: -15px !important;
    }

    .t-margin-left-20-n {
        margin-left: -20px !important;
    }

    .t-margin-left-25-n {
        margin-left: -25px !important;
    }

    .t-margin-left-30-n {
        margin-left: -30px !important;
    }

    .t-margin-left-35-n {
        margin-left: -35px !important;
    }

    .t-margin-left-40-n {
        margin-left: -40px !important;
    }

    .t-margin-left-45-n {
        margin-left: -45px !important;
    }

    .t-margin-left-50-n {
        margin-left: -50px !important;
    }

    .t-margin-left-55-n {
        margin-left: -55px !important;
    }

    .t-margin-left-60-n {
        margin-left: -60px !important;
    }

    .t-padding-0 {
        padding: 0 !important;
    }

    .t-padding-5 {
        padding: 5px !important;
    }

    .t-padding-10 {
        padding: 10px !important;
    }

    .t-padding-15 {
        padding: 15px !important;
    }

    .t-padding-20 {
        padding: 20px !important;
    }

    .t-padding-25 {
        padding: 25px !important;
    }

    .t-padding-30 {
        padding: 30px !important;
    }

    .t-padding-35 {
        padding: 35px !important;
    }

    .t-padding-40 {
        padding: 40px !important;
    }

    .t-padding-45 {
        padding: 45px !important;
    }

    .t-padding-50 {
        padding: 50px !important;
    }

    .t-padding-55 {
        padding: 55px !important;
    }

    .t-padding-60 {
        padding: 60px !important;
    }

    .t-padding-left-0 {
        padding-left: 0 !important;
    }

    .t-padding-left-5 {
        padding-left: 5px !important;
    }

    .t-padding-left-10 {
        padding-left: 10px !important;
    }

    .t-padding-left-15 {
        padding-left: 15px !important;
    }

    .t-padding-left-20 {
        padding-left: 20px !important;
    }

    .t-padding-left-25 {
        padding-left: 25px !important;
    }

    .t-padding-left-30 {
        padding-left: 30px !important;
    }

    .t-padding-left-35 {
        padding-left: 35px !important;
    }

    .t-padding-left-40 {
        padding-left: 40px !important;
    }

    .t-padding-left-45 {
        padding-left: 45px !important;
    }

    .t-padding-left-50 {
        padding-left: 50px !important;
    }

    .t-padding-left-55 {
        padding-left: 55px !important;
    }

    .t-padding-left-60 {
        padding-left: 60px !important;
    }

    .t-padding-right-0 {
        padding-right: 0 !important;
    }

    .t-padding-right-5 {
        padding-right: 5px !important;
    }

    .t-padding-right-10 {
        padding-right: 10px !important;
    }

    .t-padding-right-15 {
        padding-right: 15px !important;
    }

    .t-padding-right-20 {
        padding-right: 20px !important;
    }

    .t-padding-right-25 {
        padding-right: 25px !important;
    }

    .t-padding-right-30 {
        padding-right: 30px !important;
    }

    .t-padding-right-35 {
        padding-right: 35px !important;
    }

    .t-padding-right-40 {
        padding-right: 40px !important;
    }

    .t-padding-right-45 {
        padding-right: 45px !important;
    }

    .t-padding-right-50 {
        padding-right: 50px !important;
    }

    .t-padding-right-55 {
        padding-right: 55px !important;
    }

    .t-padding-right-60 {
        padding-right: 60px !important;
    }

    .t-padding-top-0 {
        padding-top: 0 !important;
    }

    .t-padding-top-5 {
        padding-top: 5px !important;
    }

    .t-padding-top-10 {
        padding-top: 10px !important;
    }

    .t-padding-top-15 {
        padding-top: 15px !important;
    }

    .t-padding-top-20 {
        padding-top: 20px !important;
    }

    .t-padding-top-25 {
        padding-top: 25px !important;
    }

    .t-padding-top-30 {
        padding-top: 30px !important;
    }

    .t-padding-top-35 {
        padding-top: 35px !important;
    }

    .t-padding-top-40 {
        padding-top: 40px !important;
    }

    .t-padding-top-45 {
        padding-top: 45px !important;
    }

    .t-padding-top-50 {
        padding-top: 50px !important;
    }

    .t-padding-top-55 {
        padding-top: 55px !important;
    }

    .t-padding-top-60 {
        padding-top: 60px !important;
    }

    .t-padding-bottom-0 {
        padding-bottom: 0 !important;
    }

    .t-padding-bottom-5 {
        padding-bottom: 5px !important;
    }

    .t-padding-bottom-10 {
        padding-bottom: 10px !important;
    }

    .t-padding-bottom-15 {
        padding-bottom: 15px !important;
    }

    .t-padding-bottom-20 {
        padding-bottom: 20px !important;
    }

    .t-padding-bottom-25 {
        padding-bottom: 25px !important;
    }

    .t-padding-bottom-30 {
        padding-bottom: 30px !important;
    }

    .t-padding-bottom-35 {
        padding-bottom: 35px !important;
    }

    .t-padding-bottom-40 {
        padding-bottom: 40px !important;
    }

    .t-padding-bottom-45 {
        padding-bottom: 45px !important;
    }

    .t-padding-bottom-50 {
        padding-bottom: 50px !important;
    }

    .t-padding-bottom-55 {
        padding-bottom: 55px !important;
    }

    .t-padding-bottom-60 {
        padding-bottom: 60px !important;
    }

    .t-padding-3-h {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .t-padding-3-v {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    .t-margin-3-h-n {
        margin-left: -3px !important;
        margin-right: -3px !important;
    }

    .t-margin-3-v-n {
        margin-top: -3px !important;
        margin-bottom: -3px !important;
    }

    .t-padding-10-h {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .t-padding-10-v {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .t-margin-10-h-n {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    .t-margin-10-v-n {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }

    .t-left-0 {
        left: 0 !important;
    }

    .t-right-0 {
        right: 0 !important;
    }

    .t-top-0 {
        top: 0 !important;
    }

    .t-bottom-0 {
        bottom: 0 !important;
    }

    .t-border-radius-0 {
        border-radius: 0 !important;
    }

    .t-border-radius-1 {
        border-radius: 1px !important;
    }

    .t-border-radius-2 {
        border-radius: 2px !important;
    }

    .t-border-radius-3 {
        border-radius: 3px !important;
    }

    .t-border-radius-4 {
        border-radius: 4px !important;
    }

    .t-border-radius-5 {
        border-radius: 5px !important;
    }

    .t-border-radius-6 {
        border-radius: 6px !important;
    }

    .t-border-radius-7 {
        border-radius: 7px !important;
    }

    .t-border-radius-8 {
        border-radius: 8px !important;
    }

    .t-border-radius-9 {
        border-radius: 9px !important;
    }

    .t-border-radius-10 {
        border-radius: 10px !important;
    }

    .t-border-radius-50 {
        border-radius: 50% !important;
    }

    .t-border-radius-100 {
        border-radius: 100% !important;
    }

    .t-border-none {
        border: none !important;
    }

    .t-border-right-none {
        border-right: none !important;
    }

    .t-border-left-none {
        border-left: none !important;
    }

    .t-border-top-none {
        border-top: none !important;
    }

    .t-border-bottom-none {
        border-bottom: none !important;
    }

    .t-overflow-hidden {
        overflow: hidden !important;
    }

    .t-overflow-x-hidden {
        overflow-x: hidden !important;
    }

    .t-overflow-y-hidden {
        overflow-y: hidden !important;
    }

    .t-overflow-auto {
        overflow: auto !important;
    }

    .t-overflow-x-auto {
        overflow-x: auto !important;
    }

    .t-overflow-y-auto {
        overflow-y: auto !important;
    }

    .t-overflow-visible {
        overflow: visible !important;
    }

    .t-overflow-x-visible {
        overflow-x: visible !important;
    }

    .t-overflow-y-visible {
        overflow-y: visible !important;
    }

    .t-overflow-scroll {
        overflow: scroll !important;
    }

    .t-overflow-x-scroll {
        overflow-x: scroll !important;
    }

    .t-overflow-y-scroll {
        overflow-y: scroll !important;
    }

    .t-float-left {
        float: left !important;
    }

    .t-float-right {
        float: right !important;
    }

    .t-float-none {
        float: none !important;
    }

    .t-clear-left {
        clear: left !important;
    }

    .t-clear-right {
        clear: right !important;
    }

    .t-clear-both {
        clear: both !important;
    }

    .t-clear-none {
        clear: none !important;
    }

    .t-align-center, .t-text-center {
        text-align: center !important;
    }

    .t-align-right, .t-text-right {
        text-align: right !important;
    }

    .t-align-left, .t-text-left {
        text-align: left !important;
    }

    .t-align-justify, .t-text-justify {
        text-align: justify !important;
    }

    .t-color-white {
        color: white !important;
    }

    .t-color-black {
        color: black !important;
    }

    .t-color-gray {
        color: gray !important;
    }

    .t-color-dourado {
        color: #daa520 !important;
    }

    .t-color-red {
        color: red !important;
    }

    .t-color-blue {
        color: blue !important;
    }

    .t-color-green {
        color: green !important;
    }

    .t-color-yellow {
        color: yellow !important;
    }

    .t-text-uppercase, .t-transform-uppercase, .t-uppercase {
        text-transform: uppercase !important;
    }

    .t-text-lowercase, .t-transform-lowercase, .t-lowercase {
        text-transform: lowercase !important;
    }

    .t-text-none, .t-transform-none, .t-text-none {
        text-transform: none !important;
    }

    .t-letter-spacing-0 {
        letter-spacing: 0 !important;
    }

    .t-letter-spacing-1 {
        letter-spacing: 1px !important;
    }

    .t-letter-spacing-2 {
        letter-spacing: 2px !important;
    }

    .t-letter-spacing-3 {
        letter-spacing: 3px !important;
    }

    .t-letter-spacing-4 {
        letter-spacing: 4px !important;
    }

    .t-letter-spacing-5 {
        letter-spacing: 5px !important;
    }

    .t-font-normal, .t-weight-normal {
        font-weight: normal !important;
    }

    .t-font-bold, .t-weight-bold, .t-bold {
        font-weight: bold !important;
    }

    .t-font-lighter, .t-weight-lighter, .t-lighter {
        font-weight: 200 !important;
    }

    .t-font-size-10 {
        font-size: 10px !important;
    }

    .t-font-size-11 {
        font-size: 11px !important;
    }

    .t-font-size-12 {
        font-size: 12px !important;
    }

    .t-font-size-13 {
        font-size: 13px !important;
    }

    .t-font-size-14 {
        font-size: 14px !important;
    }

    .t-font-size-15 {
        font-size: 15px !important;
    }

    .t-font-size-16 {
        font-size: 16px !important;
    }

    .t-font-size-17 {
        font-size: 17px !important;
    }

    .t-font-size-18 {
        font-size: 18px !important;
    }

    .t-font-size-19 {
        font-size: 19px !important;
    }

    .t-font-size-20 {
        font-size: 20px !important;
    }

    .t-font-size-21 {
        font-size: 21px !important;
    }

    .t-font-size-22 {
        font-size: 22px !important;
    }

    .t-font-size-23 {
        font-size: 23px !important;
    }

    .t-font-size-24 {
        font-size: 24px !important;
    }

    .t-font-size-25 {
        font-size: 25px !important;
    }

    .t-font-size-26 {
        font-size: 26px !important;
    }

    .t-font-size-27 {
        font-size: 27px !important;
    }

    .t-font-size-28 {
        font-size: 28px !important;
    }

    .t-font-size-29 {
        font-size: 29px !important;
    }

    .t-font-size-30 {
        font-size: 30px !important;
    }

    .t-font-size-32 {
        font-size: 32px !important;
    }

    .t-font-size-33 {
        font-size: 33px !important;
    }

    .t-font-size-34 {
        font-size: 34px !important;
    }

    .t-font-size-35 {
        font-size: 35px !important;
    }

    .t-font-size-40 {
        font-size: 40px !important;
    }

    .t-font-size-45 {
        font-size: 45px !important;
    }

    .t-font-size-50 {
        font-size: 50px !important;
    }

    .t-font-size-60 {
        font-size: 60px !important;
    }

    .t-font-size-70 {
        font-size: 70px
    }

    .t-bg-none {
        background: none !important;
    }

    .t-bg-black {
        background-color: black !important;
    }

    .t-bg-white {
        background-color: white !important;
    }

    .t-bg-gold {
        background-color: #daa520 !important;
    }

    .t-bg-red {
        background-color: red !important;
    }

    .t-bg-blue {
        background-color: blue !important;
    }

    .t-bg-yellow {
        background-color: yellow !important;
    }

    .t-bg-orange {
        background-color: orange !important;
    }

    .t-bg-green {
        background-color: green !important;
    }

    .t-opacity-0 {
        opacity: 0 !important;
    }

    .t-opacity-1 {
        opacity: 0.1 !important;
    }

    .t-opacity-2 {
        opacity: 0.2 !important;
    }

    .t-opacity-3 {
        opacity: 0.3 !important;
    }

    .t-opacity-4 {
        opacity: 0.4 !important;
    }

    .t-opacity-5 {
        opacity: 0.5 !important;
    }

    .t-opacity-6 {
        opacity: 0.6 !important;
    }

    .t-opacity-7 {
        opacity: 0.7 !important;
    }

    .t-opacity-8 {
        opacity: 0.8 !important;
    }

    .t-opacity-9 {
        opacity: 0.9 !important;
    }

    .t-opacity-10 {
        opacity: 1 !important;
    }

    .t-decoration-none, .t-text-decoration-none {
        text-decoration: none !important;
    }

    .t-decoration-underline, .t-text-decoration-underline {
        text-decoration: underline !important;
    }

    .t-position-relative {
        position: relative !important;
    }

    .t-position-absolute {
        position: absolute !important;
    }

    .t-position-fixed {
        position: fixed !important;
    }

    .t-position-static {
        position: static !important;
    }

    .t-.display-flex {
        display: flex !important;
    }

    .t-display-inline {
        display: inline;
    }

    .t-display-inline-block, .t-display-ib {
        display: inline-block !important;
    }

    .t-display-table {
        display: table !important;
    }

    .t-display-table-cell {
        display: table-cell !important;
    }

    .t-display-none {
        display: none !important;
    }

    /* CSS RÁPIDO*/

}

@media not screen and (min-width: 375px) {

    /*GRIDS*/
    .m-w-05 {
        width: 5% !important;
    }

    .m-w-1 {
        width: 10% !important;
    }

    .m-w-15 {
        width: 15% !important;
    }

    .m-w-2 {
        width: 20% !important;
    }

    .m-w-25 {
        width: 25% !important;
    }

    .m-w-3 {
        width: 30% !important;
    }

    .m-w-33 {
        width: 33.33% !important;
    }

    .m-w-35 {
        width: 35% !important;
    }

    .m-w-4 {
        width: 40% !important;
    }

    .m-w-45 {
        width: 45% !important;
    }

    .m-w-5 {
        width: 50% !important;
    }

    .m-w-6 {
        width: 60% !important;
    }

    .m-w-66 {
        width: 66.66% !important;
    }

    .m-w-7 {
        width: 70% !important;
    }

    .m-w-75 {
        width: 75% !important;
    }

    .m-w-8 {
        width: 80% !important;
    }

    .m-w-9 {
        width: 90% !important;
    }

    .m-w-10 {
        width: 100% !important;
    }

    .m-w-auto {
        width: auto !important;
    }

    .m-w-fit-content {
        width: fit-content !important;
        width: -moz-fit-content !important;
        width: -webkit-fit-content !important;
    }

    .m-w-max-content {
        width: max-content !important;
        width: -moz-max-content !important;
        width: -webkit-max-content !important;
    }

    .m-max-w-05 {
        max-width: 5% !important;
    }

    .m-max-w-1 {
        max-width: 10% !important;
    }

    .m-max-w-15 {
        max-width: 15% !important;
    }

    .m-max-w-2 {
        max-width: 20% !important;
    }

    .m-max-w-25 {
        max-width: 25% !important;
    }

    .m-max-w-3 {
        max-width: 30% !important;
    }

    .m-max-w-33 {
        max-width: 33.33% !important;
    }

    .m-max-w-35 {
        max-width: 35% !important;
    }

    .m-max-w-4 {
        max-width: 40% !important;
    }

    .m-max-w-45 {
        max-width: 45% !important;
    }

    .m-max-w-5 {
        max-width: 50% !important;
    }

    .m-max-w-6 {
        max-width: 60% !important;
    }

    .m-max-w-66 {
        max-width: 66.66% !important;
    }

    .m-max-w-7 {
        max-width: 70% !important;
    }

    .m-max-w-75 {
        max-width: 75% !important;
    }

    .m-max-w-8 {
        max-width: 80% !important;
    }

    .m-max-w-9 {
        max-width: 90% !important;
    }

    .m-max-w-10 {
        max-width: 100% !important;
    }

    .m-max-w-none {
        max-width: none !important;
    }

    .m-min-w-05 {
        min-width: 5% !important;
    }

    .m-min-w-1 {
        min-width: 10% !important;
    }

    .m-min-w-15 {
        min-width: 15% !important;
    }

    .m-min-w-2 {
        min-width: 20% !important;
    }

    .m-min-w-25 {
        min-width: 25% !important;
    }

    .m-min-w-3 {
        min-width: 30% !important;
    }

    .m-min-w-33 {
        min-width: 33.33% !important;
    }

    .m-min-w-35 {
        min-width: 35% !important;
    }

    .m-min-w-4 {
        min-width: 40% !important;
    }

    .m-min-w-45 {
        min-width: 45% !important;
    }

    .m-min-w-5 {
        min-width: 50% !important;
    }

    .m-min-w-6 {
        min-width: 60% !important;
    }

    .m-min-w-66 {
        min-width: 66.66% !important;
    }

    .m-min-w-7 {
        min-width: 70% !important;
    }

    .m-min-w-75 {
        min-width: 75% !important;
    }

    .m-min-w-8 {
        min-width: 80% !important;
    }

    .m-min-w-9 {
        min-width: 90% !important;
    }

    .m-min-w-10 {
        min-width: 100% !important;
    }

    .m-h-0 {
        height: 0 !important;
    }

    .m-h-25 {
        height: 25% !important;
    }

    .m-h-33 {
        height: 33.33% !important;
    }

    .m-h-5 {
        height: 50% !important;
    }

    .m-h-66 {
        height: 66.66% !important;
    }

    .m-h-75 {
        height: 75% !important;
    }

    .m-h-10 {
        height: 100% !important;
    }

    .m-h-auto {
        height: auto !important;
    }

    .m-h-max-0 {
        max-height: 0 !important;
    }

    .m-h-max-25 {
        max-height: 25% !important;
    }

    .m-h-max-33 {
        max-height: 33.33% !important;
    }

    .m-h-max-5 {
        max-height: 50% !important;
    }

    .m-h-max-66 {
        max-height: 66.66% !important;
    }

    .m-h-max-75 {
        max-height: 75% !important;
    }

    .m-h-max-10 {
        max-height: 100% !important;
    }

    .m-h-max-none {
        max-height: none !important;
    }

    .m-h-min-0 {
        min-height: 0 !important;
    }

    .m-h-min-25 {
        min-height: 25% !important;
    }

    .m-h-min-33 {
        min-height: 33.33% !important;
    }

    .m-h-min-5 {
        min-height: 50% !important;
    }

    .m-h-min-66 {
        min-height: 66.66% !important;
    }

    .m-h-min-75 {
        min-height: 75% !important;
    }

    .m-h-min-10 {
        min-height: 100% !important;
    }

    /* CSS RÁPIDO*/
    .m-margin-auto-h {
        margin-left: auto;
        margin-right: auto;
    }

    .m-margin-auto-v {
        margin-top: auto;
        margin-bottom: auto;
    }

    .m-margin-auto {
        margin: auto;
    }

    .m-margin-0 {
        margin: 0 !important;
    }

    .m-margin-5 {
        margin: 5px !important;
    }

    .m-margin-10 {
        margin: 10px !important;
    }

    .m-margin-15 {
        margin: 15px !important;
    }

    .m-margin-20 {
        margin: 20px !important;
    }

    .m-margin-25 {
        margin: 25px !important;
    }

    .m-margin-30 {
        margin: 30px !important;
    }

    .m-margin-35 {
        margin: 35px !important;
    }

    .m-margin-40 {
        margin: 40px !important;
    }

    .m-margin-45 {
        margin: 45px !important;
    }

    .m-margin-50 {
        margin: 50px !important;
    }

    .m-margin-55 {
        margin: 55px !important;
    }

    .m-margin-60 {
        margin: 60px !important;
    }

    .m-margin-top-0 {
        margin-top: 0 !important;
    }

    .m-margin-top-5 {
        margin-top: 5px !important;
    }

    .m-margin-top-10 {
        margin-top: 10px !important;
    }

    .m-margin-top-15 {
        margin-top: 15px !important;
    }

    .m-margin-top-20 {
        margin-top: 20px !important;
    }

    .m-margin-top-25 {
        margin-top: 25px !important;
    }

    .m-margin-top-30 {
        margin-top: 30px !important;
    }

    .m-margin-top-35 {
        margin-top: 35px !important;
    }

    .m-margin-top-40 {
        margin-top: 40px !important;
    }

    .m-margin-top-45 {
        margin-top: 45px !important;
    }

    .m-margin-top-50 {
        margin-top: 50px !important;
    }

    .m-margin-top-55 {
        margin-top: 55px !important;
    }

    .m-margin-top-60 {
        margin-top: 60px !important;
    }

    .m-margin-top-5-n {
        margin-top: -5px !important;
    }

    .m-margin-top-10-n {
        margin-top: -10px !important;
    }

    .m-margin-top-15-n {
        margin-top: -15px !important;
    }

    .m-margin-top-20-n {
        margin-top: -20px !important;
    }

    .m-margin-top-25-n {
        margin-top: -25px !important;
    }

    .m-margin-top-30-n {
        margin-top: -30px !important;
    }

    .m-margin-top-35-n {
        margin-top: -35px !important;
    }

    .m-margin-top-40-n {
        margin-top: -40px !important;
    }

    .m-margin-top-45-n {
        margin-top: -45px !important;
    }

    .m-margin-top-50-n {
        margin-top: -50px !important;
    }

    .m-margin-top-55-n {
        margin-top: -55px !important;
    }

    .m-margin-top-60-n {
        margin-top: -60px !important;
    }

    .m-margin-right-0 {
        margin-right: 0 !important;
    }

    .m-margin-right-5 {
        margin-right: 5px !important;
    }

    .m-margin-right-10 {
        margin-right: 10px !important;
    }

    .m-margin-right-15 {
        margin-right: 15px !important;
    }

    .m-margin-right-20 {
        margin-right: 20px !important;
    }

    .m-margin-right-25 {
        margin-right: 25px !important;
    }

    .m-margin-right-30 {
        margin-right: 30px !important;
    }

    .m-margin-right-35 {
        margin-right: 35px !important;
    }

    .m-margin-right-40 {
        margin-right: 40px !important;
    }

    .m-margin-right-45 {
        margin-right: 45px !important;
    }

    .m-margin-right-50 {
        margin-right: 50px !important;
    }

    .m-margin-right-55 {
        margin-right: 55px !important;
    }

    .m-margin-right-60 {
        margin-right: 60px !important;
    }

    .m-margin-right-5-n {
        margin-right: -5px !important;
    }

    .m-margin-right-10-n {
        margin-right: -10px !important;
    }

    .m-margin-right-15-n {
        margin-right: -15px !important;
    }

    .m-margin-right-20-n {
        margin-right: -20px !important;
    }

    .m-margin-right-25-n {
        margin-right: -25px !important;
    }

    .m-margin-right-30-n {
        margin-right: -30px !important;
    }

    .m-margin-right-35-n {
        margin-right: -35px !important;
    }

    .m-margin-right-40-n {
        margin-right: -40px !important;
    }

    .m-margin-right-45-n {
        margin-right: -45px !important;
    }

    .m-margin-right-50-n {
        margin-right: -50px !important;
    }

    .m-margin-right-55-n {
        margin-right: -55px !important;
    }

    .m-margin-right-60-n {
        margin-right: -60px !important;
    }

    .m-margin-bottom-0 {
        margin-bottom: 0 !important;
    }

    .m-margin-bottom-5 {
        margin-bottom: 5px !important;
    }

    .m-margin-bottom-10 {
        margin-bottom: 10px !important;
    }

    .m-margin-bottom-15 {
        margin-bottom: 15px !important;
    }

    .m-margin-bottom-20 {
        margin-bottom: 20px !important;
    }

    .m-margin-bottom-25 {
        margin-bottom: 25px !important;
    }

    .m-margin-bottom-30 {
        margin-bottom: 30px !important;
    }

    .m-margin-bottom-35 {
        margin-bottom: 35px !important;
    }

    .m-margin-bottom-40 {
        margin-bottom: 40px !important;
    }

    .m-margin-bottom-45 {
        margin-bottom: 40px !important;
    }

    .m-margin-bottom-50 {
        margin-bottom: 50px !important;
    }

    .m-margin-bottom-55 {
        margin-bottom: 55px !important;
    }

    .m-margin-bottom-60 {
        margin-bottom: 60px !important;
    }

    .m-margin-bottom-5-n {
        margin-bottom: -5px !important;
    }

    .m-margin-bottom-10-n {
        margin-bottom: -10px !important;
    }

    .m-margin-bottom-15-n {
        margin-bottom: -15px !important;
    }

    .m-margin-bottom-20-n {
        margin-bottom: -20px !important;
    }

    .m-margin-bottom-25-n {
        margin-bottom: -25px !important;
    }

    .m-margin-bottom-30-n {
        margin-bottom: -30px !important;
    }

    .m-margin-bottom-35-n {
        margin-bottom: -35px !important;
    }

    .m-margin-bottom-40-n {
        margin-bottom: -40px !important;
    }

    .m-margin-bottom-45-n {
        margin-bottom: -45px !important;
    }

    .m-margin-bottom-50-n {
        margin-bottom: -50px !important;
    }

    .m-margin-bottom-55-n {
        margin-bottom: -55px !important;
    }

    .m-margin-bottom-60-n {
        margin-bottom: -60px !important;
    }

    .m-margin-left-0 {
        margin-left: 0 !important;
    }

    .m-margin-left-5 {
        margin-left: 5px !important;
    }

    .m-margin-left-10 {
        margin-left: 10px !important;
    }

    .m-margin-left-15 {
        margin-left: 15px !important;
    }

    .m-margin-left-20 {
        margin-left: 20px !important;
    }

    .m-margin-left-25 {
        margin-left: 25px !important;
    }

    .m-margin-left-30 {
        margin-left: 30px !important;
    }

    .m-margin-left-35 {
        margin-left: 35px !important;
    }

    .m-margin-left-40 {
        margin-left: 40px !important;
    }

    .m-margin-left-45 {
        margin-left: 45px !important;
    }

    .m-margin-left-50 {
        margin-left: 50px !important;
    }

    .m-margin-left-55 {
        margin-left: 60px !important;
    }

    .m-margin-left-60 {
        margin-left: 60px !important;
    }

    .m-margin-left-5-n {
        margin-left: -5px !important;
    }

    .m-margin-left-10-n {
        margin-left: -10px !important;
    }

    .m-margin-left-15-n {
        margin-left: -15px !important;
    }

    .m-margin-left-20-n {
        margin-left: -20px !important;
    }

    .m-margin-left-25-n {
        margin-left: -25px !important;
    }

    .m-margin-left-30-n {
        margin-left: -30px !important;
    }

    .m-margin-left-35-n {
        margin-left: -35px !important;
    }

    .m-margin-left-40-n {
        margin-left: -40px !important;
    }

    .m-margin-left-45-n {
        margin-left: -45px !important;
    }

    .m-margin-left-50-n {
        margin-left: -50px !important;
    }

    .m-margin-left-55-n {
        margin-left: -55px !important;
    }

    .m-margin-left-60-n {
        margin-left: -60px !important;
    }

    .m-padding-0 {
        padding: 0 !important;
    }

    .m-padding-5 {
        padding: 5px !important;
    }

    .m-padding-10 {
        padding: 10px !important;
    }

    .m-padding-15 {
        padding: 15px !important;
    }

    .m-padding-20 {
        padding: 20px !important;
    }

    .m-padding-25 {
        padding: 25px !important;
    }

    .m-padding-30 {
        padding: 30px !important;
    }

    .m-padding-35 {
        padding: 35px !important;
    }

    .m-padding-40 {
        padding: 40px !important;
    }

    .m-padding-45 {
        padding: 45px !important;
    }

    .m-padding-50 {
        padding: 50px !important;
    }

    .m-padding-55 {
        padding: 55px !important;
    }

    .m-padding-60 {
        padding: 60px !important;
    }

    .m-padding-left-0 {
        padding-left: 0 !important;
    }

    .m-padding-left-5 {
        padding-left: 5px !important;
    }

    .m-padding-left-10 {
        padding-left: 10px !important;
    }

    .m-padding-left-15 {
        padding-left: 15px !important;
    }

    .m-padding-left-20 {
        padding-left: 20px !important;
    }

    .m-padding-left-25 {
        padding-left: 25px !important;
    }

    .m-padding-left-30 {
        padding-left: 30px !important;
    }

    .m-padding-left-35 {
        padding-left: 35px !important;
    }

    .m-padding-left-40 {
        padding-left: 40px !important;
    }

    .m-padding-left-45 {
        padding-left: 45px !important;
    }

    .m-padding-left-50 {
        padding-left: 50px !important;
    }

    .m-padding-left-55 {
        padding-left: 55px !important;
    }

    .m-padding-left-60 {
        padding-left: 60px !important;
    }

    .m-padding-right-0 {
        padding-right: 0 !important;
    }

    .m-padding-right-5 {
        padding-right: 5px !important;
    }

    .m-padding-right-10 {
        padding-right: 10px !important;
    }

    .m-padding-right-15 {
        padding-right: 15px !important;
    }

    .m-padding-right-20 {
        padding-right: 20px !important;
    }

    .m-padding-right-25 {
        padding-right: 25px !important;
    }

    .m-padding-right-30 {
        padding-right: 30px !important;
    }

    .m-padding-right-35 {
        padding-right: 35px !important;
    }

    .m-padding-right-40 {
        padding-right: 40px !important;
    }

    .m-padding-right-45 {
        padding-right: 45px !important;
    }

    .m-padding-right-50 {
        padding-right: 50px !important;
    }

    .m-padding-right-55 {
        padding-right: 55px !important;
    }

    .m-padding-right-60 {
        padding-right: 60px !important;
    }

    .m-padding-top-0 {
        padding-top: 0 !important;
    }

    .m-padding-top-5 {
        padding-top: 5px !important;
    }

    .m-padding-top-10 {
        padding-top: 10px !important;
    }

    .m-padding-top-15 {
        padding-top: 15px !important;
    }

    .m-padding-top-20 {
        padding-top: 20px !important;
    }

    .m-padding-top-25 {
        padding-top: 25px !important;
    }

    .m-padding-top-30 {
        padding-top: 30px !important;
    }

    .m-padding-top-35 {
        padding-top: 35px !important;
    }

    .m-padding-top-40 {
        padding-top: 40px !important;
    }

    .m-padding-top-45 {
        padding-top: 45px !important;
    }

    .m-padding-top-50 {
        padding-top: 50px !important;
    }

    .m-padding-top-55 {
        padding-top: 55px !important;
    }

    .m-padding-top-60 {
        padding-top: 60px !important;
    }

    .m-padding-bottom-0 {
        padding-bottom: 0 !important;
    }

    .m-padding-bottom-5 {
        padding-bottom: 5px !important;
    }

    .m-padding-bottom-10 {
        padding-bottom: 10px !important;
    }

    .m-padding-bottom-15 {
        padding-bottom: 15px !important;
    }

    .m-padding-bottom-20 {
        padding-bottom: 20px !important;
    }

    .m-padding-bottom-25 {
        padding-bottom: 25px !important;
    }

    .m-padding-bottom-30 {
        padding-bottom: 30px !important;
    }

    .m-padding-bottom-35 {
        padding-bottom: 35px !important;
    }

    .m-padding-bottom-40 {
        padding-bottom: 40px !important;
    }

    .m-padding-bottom-45 {
        padding-bottom: 45px !important;
    }

    .m-padding-bottom-50 {
        padding-bottom: 50px !important;
    }

    .m-padding-bottom-55 {
        padding-bottom: 55px !important;
    }

    .m-padding-bottom-60 {
        padding-bottom: 60px !important;
    }

    .m-padding-3-h {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .m-padding-3-v {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    .m-margin-3-h-n {
        margin-left: -3px !important;
        margin-right: -3px !important;
    }

    .m-margin-3-v-n {
        margin-top: -3px !important;
        margin-bottom: -3px !important;
    }

    .m-padding-10-h {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .m-padding-10-v {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .m-margin-10-h-n {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    .m-margin-10-v-n {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }

    .m-left-0 {
        left: 0 !important;
    }

    .m-right-0 {
        right: 0 !important;
    }

    .m-top-0 {
        top: 0 !important;
    }

    .m-bottom-0 {
        bottom: 0 !important;
    }

    .m-border-radius-0 {
        border-radius: 0 !important;
    }

    .m-border-radius-1 {
        border-radius: 1px !important;
    }

    .m-border-radius-2 {
        border-radius: 2px !important;
    }

    .m-border-radius-3 {
        border-radius: 3px !important;
    }

    .m-border-radius-4 {
        border-radius: 4px !important;
    }

    .m-border-radius-5 {
        border-radius: 5px !important;
    }

    .m-border-radius-6 {
        border-radius: 6px !important;
    }

    .m-border-radius-7 {
        border-radius: 7px !important;
    }

    .m-border-radius-8 {
        border-radius: 8px !important;
    }

    .m-border-radius-9 {
        border-radius: 9px !important;
    }

    .m-border-radius-10 {
        border-radius: 10px !important;
    }

    .m-border-radius-50 {
        border-radius: 50% !important;
    }

    .m-border-radius-100 {
        border-radius: 100% !important;
    }

    .m-border-none {
        border: none !important;
    }

    .m-border-right-none {
        border-right: none !important;
    }

    .m-border-left-none {
        border-left: none !important;
    }

    .m-border-top-none {
        border-top: none !important;
    }

    .m-border-bottom-none {
        border-bottom: none !important;
    }

    .m-overflow-hidden {
        overflow: hidden !important;
    }

    .m-overflow-x-hidden {
        overflow-x: hidden !important;
    }

    .m-overflow-y-hidden {
        overflow-y: hidden !important;
    }

    .m-overflow-auto {
        overflow: auto !important;
    }

    .m-overflow-x-auto {
        overflow-x: auto !important;
    }

    .m-overflow-y-auto {
        overflow-y: auto !important;
    }

    .m-overflow-visible {
        overflow: visible !important;
    }

    .m-overflow-x-visible {
        overflow-x: visible !important;
    }

    .m-overflow-y-visible {
        overflow-y: visible !important;
    }

    .m-overflow-scroll {
        overflow: scroll !important;
    }

    .m-overflow-x-scroll {
        overflow-x: scroll !important;
    }

    .m-overflow-y-scroll {
        overflow-y: scroll !important;
    }

    .m-float-left {
        float: left !important;
    }

    .m-float-right {
        float: right !important;
    }

    .m-float-none {
        float: none !important;
    }

    .m-clear-left {
        clear: left !important;
    }

    .m-clear-right {
        clear: right !important;
    }

    .m-clear-both {
        clear: both !important;
    }

    .m-clear-none {
        clear: none !important;
    }

    .m-align-center, .m-text-center {
        text-align: center !important;
    }

    .m-align-right, .m-text-right {
        text-align: right !important;
    }

    .m-align-left, .m-text-left {
        text-align: left !important;
    }

    .m-align-justify, .m-text-justify {
        text-align: justify !important;
    }

    .m-color-white {
        color: white !important;
    }

    .m-color-black {
        color: black !important;
    }

    .m-color-gray {
        color: gray !important;
    }

    .m-color-dourado {
        color: #daa520 !important;
    }

    .m-color-red {
        color: red !important;
    }

    .m-color-blue {
        color: blue !important;
    }

    .m-color-green {
        color: green !important;
    }

    .m-color-yellow {
        color: yellow !important;
    }

    .m-text-uppercase, .transform-uppercase, .uppercase {
        text-transform: uppercase !important;
    }

    .m-text-lowercase, .transform-lowercase, .lowercase {
        text-transform: lowercase !important;
    }

    .m-text-none, .m-transform-none, .m-text-none {
        text-transform: none !important;
    }

    .m-letter-spacing-0 {
        letter-spacing: 0 !important;
    }

    .m-letter-spacing-1 {
        letter-spacing: 1px !important;
    }

    .m-letter-spacing-2 {
        letter-spacing: 2px !important;
    }

    .m-letter-spacing-3 {
        letter-spacing: 3px !important;
    }

    .m-letter-spacing-4 {
        letter-spacing: 4px !important;
    }

    .m-letter-spacing-5 {
        letter-spacing: 5px !important;
    }

    .m-font-normal, .m-weight-normal {
        font-weight: normal !important;
    }

    .m-font-bold, .m-weight-bold, .m-bold {
        font-weight: bold !important;
    }

    .m-font-lighter, .m-weight-lighter, .m-lighter {
        font-weight: 200 !important;
    }

    .m-font-size-10 {
        font-size: 10px !important;
    }

    .m-font-size-11 {
        font-size: 11px !important;
    }

    .m-font-size-12 {
        font-size: 12px !important;
    }

    .m-font-size-13 {
        font-size: 13px !important;
    }

    .m-font-size-14 {
        font-size: 14px !important;
    }

    .m-font-size-15 {
        font-size: 15px !important;
    }

    .m-font-size-16 {
        font-size: 16px !important;
    }

    .m-font-size-17 {
        font-size: 17px !important;
    }

    .m-font-size-18 {
        font-size: 18px !important;
    }

    .m-font-size-19 {
        font-size: 19px !important;
    }

    .m-font-size-20 {
        font-size: 20px !important;
    }

    .m-font-size-21 {
        font-size: 21px !important;
    }

    .m-font-size-22 {
        font-size: 22px !important;
    }

    .m-font-size-23 {
        font-size: 23px !important;
    }

    .m-font-size-24 {
        font-size: 24px !important;
    }

    .m-font-size-25 {
        font-size: 25px !important;
    }

    .m-font-size-26 {
        font-size: 26px !important;
    }

    .m-font-size-27 {
        font-size: 27px !important;
    }

    .m-font-size-28 {
        font-size: 28px !important;
    }

    .m-font-size-29 {
        font-size: 29px !important;
    }

    .m-font-size-30 {
        font-size: 30px !important;
    }

    .m-font-size-32 {
        font-size: 32px !important;
    }

    .m-font-size-33 {
        font-size: 33px !important;
    }

    .m-font-size-34 {
        font-size: 34px !important;
    }

    .m-font-size-35 {
        font-size: 35px !important;
    }

    .m-font-size-40 {
        font-size: 40px !important;
    }

    .m-font-size-45 {
        font-size: 45px !important;
    }

    .m-font-size-50 {
        font-size: 50px !important;
    }

    .m-font-size-60 {
        font-size: 60px !important;
    }

    .m-font-size-70 {
        font-size: 70px
    }

    .m-bg-none {
        background: none !important;
    }

    .m-bg-black {
        background-color: black !important;
    }

    .m-bg-white {
        background-color: white !important;
    }

    .m-bg-gold {
        background-color: #daa520 !important;
    }

    .m-bg-red {
        background-color: red !important;
    }

    .m-bg-blue {
        background-color: blue !important;
    }

    .m-bg-yellow {
        background-color: yellow !important;
    }

    .m-bg-orange {
        background-color: orange !important;
    }

    .m-bg-green {
        background-color: green !important;
    }

    .m-opacity-0 {
        opacity: 0 !important;
    }

    .m-opacity-1 {
        opacity: 0.1 !important;
    }

    .m-opacity-2 {
        opacity: 0.2 !important;
    }

    .m-opacity-3 {
        opacity: 0.3 !important;
    }

    .m-opacity-4 {
        opacity: 0.4 !important;
    }

    .m-opacity-5 {
        opacity: 0.5 !important;
    }

    .m-opacity-6 {
        opacity: 0.6 !important;
    }

    .m-opacity-7 {
        opacity: 0.7 !important;
    }

    .m-opacity-8 {
        opacity: 0.8 !important;
    }

    .m-opacity-9 {
        opacity: 0.9 !important;
    }

    .m-opacity-10 {
        opacity: 1 !important;
    }

    .m-decoration-none, .m-text-decoration-none {
        text-decoration: none !important;
    }

    .m-decoration-underline, .m-text-decoration-underline {
        text-decoration: underline !important;
    }

    .m-position-relative {
        position: relative !important;
    }

    .m-position-absolute {
        position: absolute !important;
    }

    .m-position-fixed {
        position: fixed !important;
    }

    .m-position-static {
        position: static !important;
    }

    .m-.display-flex {
        display: flex !important;
    }

    .m-display-inline {
        display: inline;
    }

    .m-display-inline-block, .m-display-ib {
        display: inline-block !important;
    }

    .m-display-table {
        display: table !important;
    }

    .m-display-table-cell {
        display: table-cell !important;
    }

    .m-display-none {
        display: none !important;
    }

    /* CSS RÁPIDO*/

}

/*CSS FONT ICONS*/

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello/fontello.svg?93616418#fontello') format('svg');
  }
}
*/

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

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* 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;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.b-icon-child:before {
    content: '\e800';
}

/* 'î €' */
.b-icon-mail-5:before {
    content: '\e801';
}

/* 'î �' */
.b-icon-emo-happy:before {
    content: '\e802';
}

/* 'î ‚' */
.b-icon-emo-wink:before {
    content: '\e803';
}

/* 'î ƒ' */
.b-icon-emo-wink2:before {
    content: '\e804';
}

/* 'î „' */
.b-icon-emo-unhappy:before {
    content: '\e805';
}

/* 'î …' */
.b-icon-emo-sleep:before {
    content: '\e806';
}

/* 'î †' */
.b-icon-emo-thumbsup:before {
    content: '\e807';
}

/* 'î ‡' */
.b-icon-emo-devil:before {
    content: '\e808';
}

/* 'î ˆ' */
.b-icon-emo-surprised:before {
    content: '\e809';
}

/* 'î ‰' */
.b-icon-emo-tongue:before {
    content: '\e80a';
}

/* 'î Š' */
.b-icon-emo-coffee:before {
    content: '\e80b';
}

/* 'î ‹' */
.b-icon-emo-sunglasses:before {
    content: '\e80c';
}

/* 'î Œ' */
.b-icon-emo-displeased:before {
    content: '\e80d';
}

/* 'î �' */
.b-icon-emo-beer:before {
    content: '\e80e';
}

/* 'î Ž' */
.b-icon-emo-grin:before {
    content: '\e80f';
}

/* 'î �' */
.b-icon-emo-angry:before {
    content: '\e810';
}

/* 'î �' */
.b-icon-emo-saint:before {
    content: '\e811';
}

/* 'î ‘' */
.b-icon-emo-cry:before {
    content: '\e812';
}

/* 'î ’' */
.b-icon-emo-shoot:before {
    content: '\e813';
}

/* 'î “' */
.b-icon-emo-squint:before {
    content: '\e814';
}

/* 'î ”' */
.b-icon-emo-laugh:before {
    content: '\e815';
}

/* 'î •' */
.b-icon-spin1:before {
    content: '\e816';
}

/* 'î –' */
.b-icon-spin2:before {
    content: '\e817';
}

/* 'î —' */
.b-icon-spin3:before {
    content: '\e818';
}

/* 'î ˜' */
.b-icon-spin4:before {
    content: '\e819';
}

/* 'î ™' */
.b-icon-spin5:before {
    content: '\e81a';
}

/* 'î š' */
.b-icon-spin6:before {
    content: '\e81b';
}

/* 'î ›' */
.b-icon-firefox:before {
    content: '\e81c';
}

/* 'î œ' */
.b-icon-chrome:before {
    content: '\e81d';
}

/* 'î �' */
.b-icon-opera:before {
    content: '\e81e';
}

/* 'î ž' */
.b-icon-ie:before {
    content: '\e81f';
}

/* 'î Ÿ' */
.b-icon-crown:before {
    content: '\e820';
}

/* 'î  ' */
.b-icon-crown-plus:before {
    content: '\e821';
}

/* 'î ¡' */
.b-icon-crown-minus:before {
    content: '\e822';
}

/* 'î ¢' */
.b-icon-marquee:before {
    content: '\e823';
}

/* 'î £' */
.b-icon-glass:before {
    content: '\e824';
}

/* 'î ¤' */
.b-icon-music:before {
    content: '\e825';
}

/* 'î ¥' */
.b-icon-search:before {
    content: '\e826';
}

/* 'î ¦' */
.b-icon-mail:before {
    content: '\e827';
}

/* 'î §' */
.b-icon-mail-alt:before {
    content: '\e828';
}

/* 'î ¨' */
.b-icon-mail-squared:before {
    content: '\e829';
}

/* 'î ©' */
.b-icon-heart:before {
    content: '\e82a';
}

/* 'î ª' */
.b-icon-heart-empty:before {
    content: '\e82b';
}

/* 'î «' */
.b-icon-star:before {
    content: '\e82c';
}

/* 'î ¬' */
.b-icon-star-empty:before {
    content: '\e82d';
}

/* 'î ­' */
.b-icon-star-half:before {
    content: '\e82e';
}

/* 'î ®' */
.b-icon-star-half-alt:before {
    content: '\e82f';
}

/* 'î ¯' */
.b-icon-user:before {
    content: '\e830';
}

/* 'î °' */
.b-icon-user-plus:before {
    content: '\e831';
}

/* 'î ±' */
.b-icon-user-times:before {
    content: '\e832';
}

/* 'î ²' */
.b-icon-users:before {
    content: '\e833';
}

/* 'î ³' */
.b-icon-male:before {
    content: '\e834';
}

/* 'î ´' */
.b-icon-user-secret:before {
    content: '\e835';
}

/* 'î µ' */
.b-icon-video:before {
    content: '\e836';
}

/* 'î ¶' */
.b-icon-videocam:before {
    content: '\e837';
}

/* 'î ·' */
.b-icon-picture:before {
    content: '\e838';
}

/* 'î ¸' */
.b-icon-camera:before {
    content: '\e839';
}

/* 'î ¹' */
.b-icon-camera-alt:before {
    content: '\e83a';
}

/* 'î º' */
.b-icon-th-large:before {
    content: '\e83b';
}

/* 'î »' */
.b-icon-th:before {
    content: '\e83c';
}

/* 'î ¼' */
.b-icon-th-list:before {
    content: '\e83d';
}

/* 'î ½' */
.b-icon-ok:before {
    content: '\e83e';
}

/* 'î ¾' */
.b-icon-ok-circled:before {
    content: '\e83f';
}

/* 'î ¿' */
.b-icon-ok-circled2:before {
    content: '\e840';
}

/* 'î¡€' */
.b-icon-ok-squared:before {
    content: '\e841';
}

/* 'î¡�' */
.b-icon-cancel:before {
    content: '\e842';
}

/* 'î¡‚' */
.b-icon-cancel-circled:before {
    content: '\e843';
}

/* 'î¡ƒ' */
.b-icon-cancel-circled2:before {
    content: '\e844';
}

/* 'î¡„' */
.b-icon-plus:before {
    content: '\e845';
}

/* 'î¡…' */
.b-icon-plus-circled:before {
    content: '\e846';
}

/* 'î¡†' */
.b-icon-plus-squared:before {
    content: '\e847';
}

/* 'î¡‡' */
.b-icon-plus-squared-alt:before {
    content: '\e848';
}

/* 'î¡ˆ' */
.b-icon-minus:before {
    content: '\e849';
}

/* 'î¡‰' */
.b-icon-minus-circled:before {
    content: '\e84a';
}

/* 'î¡Š' */
.b-icon-minus-squared:before {
    content: '\e84b';
}

/* 'î¡‹' */
.b-icon-minus-squared-alt:before {
    content: '\e84c';
}

/* 'î¡Œ' */
.b-icon-help:before {
    content: '\e84d';
}

/* 'î¡�' */
.b-icon-help-circled:before {
    content: '\e84e';
}

/* 'î¡Ž' */
.b-icon-info-circled:before {
    content: '\e84f';
}

/* 'î¡�' */
.b-icon-info:before {
    content: '\e850';
}

/* 'î¡�' */
.b-icon-canal:before {
    content: '\e851';
}

/* 'î¡‘' */
.b-icon-link:before {
    content: '\e852';
}

/* 'î¡’' */
.b-icon-unlink:before {
    content: '\e853';
}

/* 'î¡“' */
.b-icon-link-ext:before {
    content: '\e854';
}

/* 'î¡”' */
.b-icon-link-ext-alt:before {
    content: '\e855';
}

/* 'î¡•' */
.b-icon-attach:before {
    content: '\e856';
}

/* 'î¡–' */
.b-icon-lock:before {
    content: '\e857';
}

/* 'î¡—' */
.b-icon-lock-open:before {
    content: '\e858';
}

/* 'î¡˜' */
.b-icon-lock-open-alt:before {
    content: '\e859';
}

/* 'î¡™' */
.b-icon-pin:before {
    content: '\e85a';
}

/* 'î¡š' */
.b-icon-eye:before {
    content: '\e85b';
}

/* 'î¡›' */
.b-icon-eye-off:before {
    content: '\e85c';
}

/* 'î¡œ' */
.b-icon-tag:before {
    content: '\e85d';
}

/* 'î¡�' */
.b-icon-tags:before {
    content: '\e85e';
}

/* 'î¡ž' */
.b-icon-bookmark:before {
    content: '\e85f';
}

/* 'î¡Ÿ' */
.b-icon-bookmark-empty:before {
    content: '\e860';
}

/* 'î¡ ' */
.b-icon-flag:before {
    content: '\e861';
}

/* 'î¡¡' */
.b-icon-flag-empty:before {
    content: '\e862';
}

/* 'î¡¢' */
.b-icon-flag-checkered:before {
    content: '\e863';
}

/* 'î¡£' */
.b-icon-thumbs-up:before {
    content: '\e864';
}

/* 'î¡¤' */
.b-icon-thumbs-down:before {
    content: '\e865';
}

/* 'î¡¥' */
.b-icon-thumbs-up-alt:before {
    content: '\e866';
}

/* 'î¡¦' */
.b-icon-thumbs-down-alt:before {
    content: '\e867';
}

/* 'î¡§' */
.b-icon-download:before {
    content: '\e868';
}

/* 'î¡¨' */
.b-icon-upload:before {
    content: '\e869';
}

/* 'î¡©' */
.b-icon-download-cloud:before {
    content: '\e86a';
}

/* 'î¡ª' */
.b-icon-upload-cloud:before {
    content: '\e86b';
}

/* 'î¡«' */
.b-icon-reply:before {
    content: '\e86c';
}

/* 'î¡¬' */
.b-icon-reply-all:before {
    content: '\e86d';
}

/* 'î¡­' */
.b-icon-forward:before {
    content: '\e86e';
}

/* 'î¡®' */
.b-icon-quote-left:before {
    content: '\e86f';
}

/* 'î¡¯' */
.b-icon-quote-right:before {
    content: '\e870';
}

/* 'î¡°' */
.b-icon-code:before {
    content: '\e871';
}

/* 'î¡±' */
.b-icon-export:before {
    content: '\e872';
}

/* 'î¡²' */
.b-icon-export-alt:before {
    content: '\e873';
}

/* 'î¡³' */
.b-icon-share:before {
    content: '\e874';
}

/* 'î¡´' */
.b-icon-share-squared:before {
    content: '\e875';
}

/* 'î¡µ' */
.b-icon-pencil:before {
    content: '\e876';
}

/* 'î¡¶' */
.b-icon-pencil-squared:before {
    content: '\e877';
}

/* 'î¡·' */
.b-icon-edit:before {
    content: '\e878';
}

/* 'î¡¸' */
.b-icon-print:before {
    content: '\e879';
}

/* 'î¡¹' */
.b-icon-retweet:before {
    content: '\e87a';
}

/* 'î¡º' */
.b-icon-keyboard:before {
    content: '\e87b';
}

/* 'î¡»' */
.b-icon-gamepad:before {
    content: '\e87c';
}

/* 'î¡¼' */
.b-icon-comment:before {
    content: '\e87d';
}

/* 'î¡½' */
.b-icon-chat:before {
    content: '\e87e';
}

/* 'î¡¾' */
.b-icon-comment-empty:before {
    content: '\e87f';
}

/* 'î¡¿' */
.b-icon-chat-empty:before {
    content: '\e880';
}

/* 'î¢€' */
.b-icon-bell:before {
    content: '\e881';
}

/* 'î¢�' */
.b-icon-bell-alt:before {
    content: '\e882';
}

/* 'î¢‚' */
.b-icon-bell-off:before {
    content: '\e883';
}

/* 'î¢ƒ' */
.b-icon-bell-off-empty:before {
    content: '\e884';
}

/* 'î¢„' */
.b-icon-attention-alt:before {
    content: '\e885';
}

/* 'î¢…' */
.b-icon-attention:before {
    content: '\e886';
}

/* 'î¢†' */
.b-icon-attention-circled:before {
    content: '\e887';
}

/* 'î¢‡' */
.b-icon-location:before {
    content: '\e888';
}

/* 'î¢ˆ' */
.b-icon-direction:before {
    content: '\e889';
}

/* 'î¢‰' */
.b-icon-compass:before {
    content: '\e88a';
}

/* 'î¢Š' */
.b-icon-trash:before {
    content: '\e88b';
}

/* 'î¢‹' */
.b-icon-trash-empty:before {
    content: '\e88c';
}

/* 'î¢Œ' */
.b-icon-doc:before {
    content: '\e88d';
}

/* 'î¢�' */
.b-icon-docs:before {
    content: '\e88e';
}

/* 'î¢Ž' */
.b-icon-doc-text:before {
    content: '\e88f';
}

/* 'î¢�' */
.b-icon-doc-inv:before {
    content: '\e890';
}

/* 'î¢�' */
.b-icon-doc-text-inv:before {
    content: '\e891';
}

/* 'î¢‘' */
.b-icon-file-pdf:before {
    content: '\e892';
}

/* 'î¢’' */
.b-icon-file-word:before {
    content: '\e893';
}

/* 'î¢“' */
.b-icon-file-excel:before {
    content: '\e894';
}

/* 'î¢”' */
.b-icon-file-powerpoint:before {
    content: '\e895';
}

/* 'î¢•' */
.b-icon-file-image:before {
    content: '\e896';
}

/* 'î¢–' */
.b-icon-file-archive:before {
    content: '\e897';
}

/* 'î¢—' */
.b-icon-file-audio:before {
    content: '\e898';
}

/* 'î¢˜' */
.b-icon-file-video:before {
    content: '\e899';
}

/* 'î¢™' */
.b-icon-file-code:before {
    content: '\e89a';
}

/* 'î¢š' */
.b-icon-folder:before {
    content: '\e89b';
}

/* 'î¢›' */
.b-icon-folder-open:before {
    content: '\e89c';
}

/* 'î¢œ' */
.b-icon-folder-empty:before {
    content: '\e89d';
}

/* 'î¢�' */
.b-icon-folder-open-empty:before {
    content: '\e89e';
}

/* 'î¢ž' */
.b-icon-box:before {
    content: '\e89f';
}

/* 'î¢Ÿ' */
.b-icon-rss:before {
    content: '\e8a0';
}

/* 'î¢ ' */
.b-icon-rss-squared:before {
    content: '\e8a1';
}

/* 'î¢¡' */
.b-icon-phone:before {
    content: '\e8a2';
}

/* 'î¢¢' */
.b-icon-phone-squared:before {
    content: '\e8a3';
}

/* 'î¢£' */
.b-icon-fax:before {
    content: '\e8a4';
}

/* 'î¢¤' */
.b-icon-menu:before {
    content: '\e8a5';
}

/* 'î¢¥' */
.b-icon-cog:before {
    content: '\e8a6';
}

/* 'î¢¦' */
.b-icon-cog-alt:before {
    content: '\e8a7';
}

/* 'î¢§' */
.b-icon-wrench:before {
    content: '\e8a8';
}

/* 'î¢¨' */
.b-icon-sliders:before {
    content: '\e8a9';
}

/* 'î¢©' */
.b-icon-basket:before {
    content: '\e8aa';
}

/* 'î¢ª' */
.b-icon-cart-plus:before {
    content: '\e8ab';
}

/* 'î¢«' */
.b-icon-cart-arrow-down:before {
    content: '\e8ac';
}

/* 'î¢¬' */
.b-icon-calendar:before {
    content: '\e8ad';
}

/* 'î¢­' */
.b-icon-calendar-empty:before {
    content: '\e8ae';
}

/* 'î¢®' */
.b-icon-login:before {
    content: '\e8af';
}

/* 'î¢¯' */
.b-icon-logout:before {
    content: '\e8b0';
}

/* 'î¢°' */
.b-icon-mic:before {
    content: '\e8b1';
}

/* 'î¢±' */
.b-icon-mute:before {
    content: '\e8b2';
}

/* 'î¢²' */
.b-icon-volume-off:before {
    content: '\e8b3';
}

/* 'î¢³' */
.b-icon-volume-down:before {
    content: '\e8b4';
}

/* 'î¢´' */
.b-icon-volume-up:before {
    content: '\e8b5';
}

/* 'î¢µ' */
.b-icon-headphones:before {
    content: '\e8b6';
}

/* 'î¢¶' */
.b-icon-clock:before {
    content: '\e8b7';
}

/* 'î¢·' */
.b-icon-lightbulb:before {
    content: '\e8b8';
}

/* 'î¢¸' */
.b-icon-block:before {
    content: '\e8b9';
}

/* 'î¢¹' */
.b-icon-resize-full:before {
    content: '\e8ba';
}

/* 'î¢º' */
.b-icon-resize-full-alt:before {
    content: '\e8bb';
}

/* 'î¢»' */
.b-icon-resize-small:before {
    content: '\e8bc';
}

/* 'î¢¼' */
.b-icon-resize-vertical:before {
    content: '\e8bd';
}

/* 'î¢½' */
.b-icon-resize-horizontal:before {
    content: '\e8be';
}

/* 'î¢¾' */
.b-icon-move:before {
    content: '\e8bf';
}

/* 'î¢¿' */
.b-icon-zoom-in:before {
    content: '\e8c0';
}

/* 'î£€' */
.b-icon-zoom-out:before {
    content: '\e8c1';
}

/* 'î£�' */
.b-icon-down-circled2:before {
    content: '\e8c2';
}

/* 'î£‚' */
.b-icon-up-circled2:before {
    content: '\e8c3';
}

/* 'î£ƒ' */
.b-icon-left-circled2:before {
    content: '\e8c4';
}

/* 'î£„' */
.b-icon-right-circled2:before {
    content: '\e8c5';
}

/* 'î£…' */
.b-icon-down-dir:before {
    content: '\e8c6';
}

/* 'î£†' */
.b-icon-up-dir:before {
    content: '\e8c7';
}

/* 'î£‡' */
.b-icon-left-dir:before {
    content: '\e8c8';
}

/* 'î£ˆ' */
.b-icon-right-dir:before {
    content: '\e8c9';
}

/* 'î£‰' */
.b-icon-down-open:before {
    content: '\e8ca';
}

/* 'î£Š' */
.b-icon-left-open:before {
    content: '\e8cb';
}

/* 'î£‹' */
.b-icon-right-open:before {
    content: '\e8cc';
}

/* 'î£Œ' */
.b-icon-up-open:before {
    content: '\e8cd';
}

/* 'î£�' */
.b-icon-angle-left:before {
    content: '\e8ce';
}

/* 'î£Ž' */
.b-icon-angle-right:before {
    content: '\e8cf';
}

/* 'î£�' */
.b-icon-angle-up:before {
    content: '\e8d0';
}

/* 'î£�' */
.b-icon-angle-down:before {
    content: '\e8d1';
}

/* 'î£‘' */
.b-icon-angle-circled-left:before {
    content: '\e8d2';
}

/* 'î£’' */
.b-icon-angle-circled-right:before {
    content: '\e8d3';
}

/* 'î£“' */
.b-icon-angle-circled-up:before {
    content: '\e8d4';
}

/* 'î£”' */
.b-icon-angle-circled-down:before {
    content: '\e8d5';
}

/* 'î£•' */
.b-icon-angle-double-left:before {
    content: '\e8d6';
}

/* 'î£–' */
.b-icon-angle-double-right:before {
    content: '\e8d7';
}

/* 'î£—' */
.b-icon-angle-double-up:before {
    content: '\e8d8';
}

/* 'î£˜' */
.b-icon-angle-double-down:before {
    content: '\e8d9';
}

/* 'î£™' */
.b-icon-down:before {
    content: '\e8da';
}

/* 'î£š' */
.b-icon-left:before {
    content: '\e8db';
}

/* 'î£›' */
.b-icon-right:before {
    content: '\e8dc';
}

/* 'î£œ' */
.b-icon-up:before {
    content: '\e8dd';
}

/* 'î£�' */
.b-icon-down-big:before {
    content: '\e8de';
}

/* 'î£ž' */
.b-icon-left-big:before {
    content: '\e8df';
}

/* 'î£Ÿ' */
.b-icon-right-big:before {
    content: '\e8e0';
}

/* 'î£ ' */
.b-icon-up-big:before {
    content: '\e8e1';
}

/* 'î£¡' */
.b-icon-right-hand:before {
    content: '\e8e2';
}

/* 'î£¢' */
.b-icon-left-hand:before {
    content: '\e8e3';
}

/* 'î££' */
.b-icon-up-hand:before {
    content: '\e8e4';
}

/* 'î£¤' */
.b-icon-down-hand:before {
    content: '\e8e5';
}

/* 'î£¥' */
.b-icon-left-circled:before {
    content: '\e8e6';
}

/* 'î£¦' */
.b-icon-right-circled:before {
    content: '\e8e7';
}

/* 'î£§' */
.b-icon-up-circled:before {
    content: '\e8e8';
}

/* 'î£¨' */
.b-icon-down-circled:before {
    content: '\e8e9';
}

/* 'î£©' */
.b-icon-cw:before {
    content: '\e8ea';
}

/* 'î£ª' */
.b-icon-ccw:before {
    content: '\e8eb';
}

/* 'î£«' */
.b-icon-arrows-cw:before {
    content: '\e8ec';
}

/* 'î£¬' */
.b-icon-level-up:before {
    content: '\e8ed';
}

/* 'î£­' */
.b-icon-level-down:before {
    content: '\e8ee';
}

/* 'î£®' */
.b-icon-shuffle:before {
    content: '\e8ef';
}

/* 'î£¯' */
.b-icon-exchange:before {
    content: '\e8f0';
}

/* 'î£°' */
.b-icon-history:before {
    content: '\e8f1';
}

/* 'î£±' */
.b-icon-expand:before {
    content: '\e8f2';
}

/* 'î£²' */
.b-icon-collapse:before {
    content: '\e8f3';
}

/* 'î£³' */
.b-icon-expand-right:before {
    content: '\e8f4';
}

/* 'î£´' */
.b-icon-collapse-left:before {
    content: '\e8f5';
}

/* 'î£µ' */
.b-icon-play:before {
    content: '\e8f6';
}

/* 'î£¶' */
.b-icon-play-circled:before {
    content: '\e8f7';
}

/* 'î£·' */
.b-icon-play-circled2:before {
    content: '\e8f8';
}

/* 'î£¸' */
.b-icon-stop:before {
    content: '\e8f9';
}

/* 'î£¹' */
.b-icon-pause:before {
    content: '\e8fa';
}

/* 'î£º' */
.b-icon-to-end:before {
    content: '\e8fb';
}

/* 'î£»' */
.b-icon-to-end-alt:before {
    content: '\e8fc';
}

/* 'î£¼' */
.b-icon-to-start:before {
    content: '\e8fd';
}

/* 'î£½' */
.b-icon-to-start-alt:before {
    content: '\e8fe';
}

/* 'î£¾' */
.b-icon-fast-fw:before {
    content: '\e8ff';
}

/* 'î£¿' */
.b-icon-fast-bw:before {
    content: '\e900';
}

/* 'î¤€' */
.b-icon-eject:before {
    content: '\e901';
}

/* 'î¤�' */
.b-icon-target:before {
    content: '\e902';
}

/* 'î¤‚' */
.b-icon-signal:before {
    content: '\e903';
}

/* 'î¤ƒ' */
.b-icon-wifi:before {
    content: '\e904';
}

/* 'î¤„' */
.b-icon-award:before {
    content: '\e905';
}

/* 'î¤…' */
.b-icon-desktop:before {
    content: '\e906';
}

/* 'î¤†' */
.b-icon-laptop:before {
    content: '\e907';
}

/* 'î¤‡' */
.b-icon-tablet:before {
    content: '\e908';
}

/* 'î¤ˆ' */
.b-icon-mobile:before {
    content: '\e909';
}

/* 'î¤‰' */
.b-icon-inbox:before {
    content: '\e90a';
}

/* 'î¤Š' */
.b-icon-globe:before {
    content: '\e90b';
}

/* 'î¤‹' */
.b-icon-sun:before {
    content: '\e90c';
}

/* 'î¤Œ' */
.b-icon-cloud:before {
    content: '\e90d';
}

/* 'î¤�' */
.b-icon-flash:before {
    content: '\e90e';
}

/* 'î¤Ž' */
.b-icon-moon:before {
    content: '\e90f';
}

/* 'î¤�' */
.b-icon-umbrella:before {
    content: '\e910';
}

/* 'î¤�' */
.b-icon-flight:before {
    content: '\e911';
}

/* 'î¤‘' */
.b-icon-fighter-jet:before {
    content: '\e912';
}

/* 'î¤’' */
.b-icon-paper-plane:before {
    content: '\e913';
}

/* 'î¤“' */
.b-icon-paper-plane-empty:before {
    content: '\e914';
}

/* 'î¤”' */
.b-icon-space-shuttle:before {
    content: '\e915';
}

/* 'î¤•' */
.b-icon-leaf:before {
    content: '\e916';
}

/* 'î¤–' */
.b-icon-font:before {
    content: '\e917';
}

/* 'î¤—' */
.b-icon-bold:before {
    content: '\e918';
}

/* 'î¤˜' */
.b-icon-medium:before {
    content: '\e919';
}

/* 'î¤™' */
.b-icon-italic:before {
    content: '\e91a';
}

/* 'î¤š' */
.b-icon-header:before {
    content: '\e91b';
}

/* 'î¤›' */
.b-icon-paragraph:before {
    content: '\e91c';
}

/* 'î¤œ' */
.b-icon-text-height:before {
    content: '\e91d';
}

/* 'î¤�' */
.b-icon-text-width:before {
    content: '\e91e';
}

/* 'î¤ž' */
.b-icon-align-left:before {
    content: '\e91f';
}

/* 'î¤Ÿ' */
.b-icon-align-center:before {
    content: '\e920';
}

/* 'î¤ ' */
.b-icon-align-right:before {
    content: '\e921';
}

/* 'î¤¡' */
.b-icon-align-justify:before {
    content: '\e922';
}

/* 'î¤¢' */
.b-icon-list:before {
    content: '\e923';
}

/* 'î¤£' */
.b-icon-indent-left:before {
    content: '\e924';
}

/* 'î¤¤' */
.b-icon-indent-right:before {
    content: '\e925';
}

/* 'î¤¥' */
.b-icon-list-bullet:before {
    content: '\e926';
}

/* 'î¤¦' */
.b-icon-list-numbered:before {
    content: '\e927';
}

/* 'î¤§' */
.b-icon-strike:before {
    content: '\e928';
}

/* 'î¤¨' */
.b-icon-underline:before {
    content: '\e929';
}

/* 'î¤©' */
.b-icon-superscript:before {
    content: '\e92a';
}

/* 'î¤ª' */
.b-icon-subscript:before {
    content: '\e92b';
}

/* 'î¤«' */
.b-icon-table:before {
    content: '\e92c';
}

/* 'î¤¬' */
.b-icon-columns:before {
    content: '\e92d';
}

/* 'î¤­' */
.b-icon-crop:before {
    content: '\e92e';
}

/* 'î¤®' */
.b-icon-scissors:before {
    content: '\e92f';
}

/* 'î¤¯' */
.b-icon-paste:before {
    content: '\e930';
}

/* 'î¤°' */
.b-icon-briefcase:before {
    content: '\e931';
}

/* 'î¤±' */
.b-icon-suitcase:before {
    content: '\e932';
}

/* 'î¤²' */
.b-icon-ellipsis:before {
    content: '\e933';
}

/* 'î¤³' */
.b-icon-ellipsis-vert:before {
    content: '\e934';
}

/* 'î¤´' */
.b-icon-off:before {
    content: '\e935';
}

/* 'î¤µ' */
.b-icon-road:before {
    content: '\e936';
}

/* 'î¤¶' */
.b-icon-list-alt:before {
    content: '\e937';
}

/* 'î¤·' */
.b-icon-qrcode:before {
    content: '\e938';
}

/* 'î¤¸' */
.b-icon-barcode:before {
    content: '\e939';
}

/* 'î¤¹' */
.b-icon-book:before {
    content: '\e93a';
}

/* 'î¤º' */
.b-icon-ajust:before {
    content: '\e93b';
}

/* 'î¤»' */
.b-icon-tint:before {
    content: '\e93c';
}

/* 'î¤¼' */
.b-icon-toggle-off:before {
    content: '\e93d';
}

/* 'î¤½' */
.b-icon-toggle-on:before {
    content: '\e93e';
}

/* 'î¤¾' */
.b-icon-check:before {
    content: '\e93f';
}

/* 'î¤¿' */
.b-icon-check-empty:before {
    content: '\e940';
}

/* 'î¥€' */
.b-icon-circle:before {
    content: '\e941';
}

/* 'î¥�' */
.b-icon-circle-empty:before {
    content: '\e942';
}

/* 'î¥‚' */
.b-icon-circle-thin:before {
    content: '\e943';
}

/* 'î¥ƒ' */
.b-icon-circle-notch:before {
    content: '\e944';
}

/* 'î¥„' */
.b-icon-dot-circled:before {
    content: '\e945';
}

/* 'î¥…' */
.b-icon-asterisk:before {
    content: '\e946';
}

/* 'î¥†' */
.b-icon-gift:before {
    content: '\e947';
}

/* 'î¥‡' */
.b-icon-fire:before {
    content: '\e948';
}

/* 'î¥ˆ' */
.b-icon-magnet:before {
    content: '\e949';
}

/* 'î¥‰' */
.b-icon-chart-bar:before {
    content: '\e94a';
}

/* 'î¥Š' */
.b-icon-chart-area:before {
    content: '\e94b';
}

/* 'î¥‹' */
.b-icon-chart-pie:before {
    content: '\e94c';
}

/* 'î¥Œ' */
.b-icon-chart-line:before {
    content: '\e94d';
}

/* 'î¥�' */
.b-icon-ticket:before {
    content: '\e94e';
}

/* 'î¥Ž' */
.b-icon-credit-card:before {
    content: '\e94f';
}

/* 'î¥�' */
.b-icon-floppy:before {
    content: '\e950';
}

/* 'î¥�' */
.b-icon-megaphone:before {
    content: '\e951';
}

/* 'î¥‘' */
.b-icon-hdd:before {
    content: '\e952';
}

/* 'î¥’' */
.b-icon-key:before {
    content: '\e953';
}

/* 'î¥“' */
.b-icon-fork:before {
    content: '\e954';
}

/* 'î¥”' */
.b-icon-rocket:before {
    content: '\e955';
}

/* 'î¥•' */
.b-icon-bug:before {
    content: '\e956';
}

/* 'î¥–' */
.b-icon-certificate:before {
    content: '\e957';
}

/* 'î¥—' */
.b-icon-tasks:before {
    content: '\e958';
}

/* 'î¥˜' */
.b-icon-filter:before {
    content: '\e959';
}

/* 'î¥™' */
.b-icon-beaker:before {
    content: '\e95a';
}

/* 'î¥š' */
.b-icon-magic:before {
    content: '\e95b';
}

/* 'î¥›' */
.b-icon-cab:before {
    content: '\e95c';
}

/* 'î¥œ' */
.b-icon-taxi:before {
    content: '\e95d';
}

/* 'î¥�' */
.b-icon-truck:before {
    content: '\e95e';
}

/* 'î¥ž' */
.b-icon-bus:before {
    content: '\e95f';
}

/* 'î¥Ÿ' */
.b-icon-bicycle:before {
    content: '\e960';
}

/* 'î¥ ' */
.b-icon-motorcycle:before {
    content: '\e961';
}

/* 'î¥¡' */
.b-icon-train:before {
    content: '\e962';
}

/* 'î¥¢' */
.b-icon-subway:before {
    content: '\e963';
}

/* 'î¥£' */
.b-icon-ship:before {
    content: '\e964';
}

/* 'î¥¤' */
.b-icon-money:before {
    content: '\e965';
}

/* 'î¥¥' */
.b-icon-euro:before {
    content: '\e966';
}

/* 'î¥¦' */
.b-icon-pound:before {
    content: '\e967';
}

/* 'î¥§' */
.b-icon-dollar:before {
    content: '\e968';
}

/* 'î¥¨' */
.b-icon-rupee:before {
    content: '\e969';
}

/* 'î¥©' */
.b-icon-yen:before {
    content: '\e96a';
}

/* 'î¥ª' */
.b-icon-rouble:before {
    content: '\e96b';
}

/* 'î¥«' */
.b-icon-shekel:before {
    content: '\e96c';
}

/* 'î¥¬' */
.b-icon-try:before {
    content: '\e96d';
}

/* 'î¥­' */
.b-icon-won:before {
    content: '\e96e';
}

/* 'î¥®' */
.b-icon-bitcoin:before {
    content: '\e96f';
}

/* 'î¥¯' */
.b-icon-viacoin:before {
    content: '\e970';
}

/* 'î¥°' */
.b-icon-sort:before {
    content: '\e971';
}

/* 'î¥±' */
.b-icon-sort-down:before {
    content: '\e972';
}

/* 'î¥²' */
.b-icon-sort-up:before {
    content: '\e973';
}

/* 'î¥³' */
.b-icon-sort-alt-up:before {
    content: '\e974';
}

/* 'î¥´' */
.b-icon-sort-alt-down:before {
    content: '\e975';
}

/* 'î¥µ' */
.b-icon-sort-name-up:before {
    content: '\e976';
}

/* 'î¥¶' */
.b-icon-sort-name-down:before {
    content: '\e977';
}

/* 'î¥·' */
.b-icon-sort-number-up:before {
    content: '\e978';
}

/* 'î¥¸' */
.b-icon-sort-number-down:before {
    content: '\e979';
}

/* 'î¥¹' */
.b-icon-hammer:before {
    content: '\e97a';
}

/* 'î¥º' */
.b-icon-gauge:before {
    content: '\e97b';
}

/* 'î¥»' */
.b-icon-sitemap:before {
    content: '\e97c';
}

/* 'î¥¼' */
.b-icon-spinner:before {
    content: '\e97d';
}

/* 'î¥½' */
.b-icon-coffee:before {
    content: '\e97e';
}

/* 'î¥¾' */
.b-icon-food:before {
    content: '\e97f';
}

/* 'î¥¿' */
.b-icon-beer:before {
    content: '\e980';
}

/* 'î¦€' */
.b-icon-user-md:before {
    content: '\e981';
}

/* 'î¦�' */
.b-icon-stethoscope:before {
    content: '\e982';
}

/* 'î¦‚' */
.b-icon-heartbeat:before {
    content: '\e983';
}

/* 'î¦ƒ' */
.b-icon-ambulance:before {
    content: '\e984';
}

/* 'î¦„' */
.b-icon-medkit:before {
    content: '\e985';
}

/* 'î¦…' */
.b-icon-h-sigh:before {
    content: '\e986';
}

/* 'î¦†' */
.b-icon-bed:before {
    content: '\e987';
}

/* 'î¦‡' */
.b-icon-hospital:before {
    content: '\e988';
}

/* 'î¦ˆ' */
.b-icon-building:before {
    content: '\e989';
}

/* 'î¦‰' */
.b-icon-building-filled:before {
    content: '\e98a';
}

/* 'î¦Š' */
.b-icon-bank:before {
    content: '\e98b';
}

/* 'î¦‹' */
.b-icon-smile:before {
    content: '\e98c';
}

/* 'î¦Œ' */
.b-icon-frown:before {
    content: '\e98d';
}

/* 'î¦�' */
.b-icon-meh:before {
    content: '\e98e';
}

/* 'î¦Ž' */
.b-icon-anchor:before {
    content: '\e98f';
}

/* 'î¦�' */
.b-icon-terminal:before {
    content: '\e990';
}

/* 'î¦�' */
.b-icon-eraser:before {
    content: '\e991';
}

/* 'î¦‘' */
.b-icon-puzzle:before {
    content: '\e992';
}

/* 'î¦’' */
.b-icon-shield:before {
    content: '\e993';
}

/* 'î¦“' */
.b-icon-extinguisher:before {
    content: '\e994';
}

/* 'î¦”' */
.b-icon-bullseye:before {
    content: '\e995';
}

/* 'î¦•' */
.b-icon-wheelchair:before {
    content: '\e996';
}

/* 'î¦–' */
.b-icon-language:before {
    content: '\e997';
}

/* 'î¦—' */
.b-icon-graduation-cap:before {
    content: '\e998';
}

/* 'î¦˜' */
.b-icon-paw:before {
    content: '\e999';
}

/* 'î¦™' */
.b-icon-spoon:before {
    content: '\e99a';
}

/* 'î¦š' */
.b-icon-cube:before {
    content: '\e99b';
}

/* 'î¦›' */
.b-icon-cubes:before {
    content: '\e99c';
}

/* 'î¦œ' */
.b-icon-recycle:before {
    content: '\e99d';
}

/* 'î¦�' */
.b-icon-tree:before {
    content: '\e99e';
}

/* 'î¦ž' */
.b-icon-database:before {
    content: '\e99f';
}

/* 'î¦Ÿ' */
.b-icon-server:before {
    content: '\e9a0';
}

/* 'î¦ ' */
.b-icon-lifebuoy:before {
    content: '\e9a1';
}

/* 'î¦¡' */
.b-icon-rebel:before {
    content: '\e9a2';
}

/* 'î¦¢' */
.b-icon-empire:before {
    content: '\e9a3';
}

/* 'î¦£' */
.b-icon-bomb:before {
    content: '\e9a4';
}

/* 'î¦¤' */
.b-icon-soccer-ball:before {
    content: '\e9a5';
}

/* 'î¦¥' */
.b-icon-tty:before {
    content: '\e9a6';
}

/* 'î¦¦' */
.b-icon-binoculars:before {
    content: '\e9a7';
}

/* 'î¦§' */
.b-icon-plug:before {
    content: '\e9a8';
}

/* 'î¦¨' */
.b-icon-newspaper:before {
    content: '\e9a9';
}

/* 'î¦©' */
.b-icon-calc:before {
    content: '\e9aa';
}

/* 'î¦ª' */
.b-icon-copyright:before {
    content: '\e9ab';
}

/* 'î¦«' */
.b-icon-at:before {
    content: '\e9ac';
}

/* 'î¦¬' */
.b-icon-eyedropper:before {
    content: '\e9ad';
}

/* 'î¦­' */
.b-icon-brush:before {
    content: '\e9ae';
}

/* 'î¦®' */
.b-icon-birthday:before {
    content: '\e9af';
}

/* 'î¦¯' */
.b-icon-diamond:before {
    content: '\e9b0';
}

/* 'î¦°' */
.b-icon-street-view:before {
    content: '\e9b1';
}

/* 'î¦±' */
.b-icon-venus:before {
    content: '\e9b2';
}

/* 'î¦²' */
.b-icon-mars:before {
    content: '\e9b3';
}

/* 'î¦³' */
.b-icon-mercury:before {
    content: '\e9b4';
}

/* 'î¦´' */
.b-icon-transgender:before {
    content: '\e9b5';
}

/* 'î¦µ' */
.b-icon-transgender-alt:before {
    content: '\e9b6';
}

/* 'î¦¶' */
.b-icon-venus-double:before {
    content: '\e9b7';
}

/* 'î¦·' */
.b-icon-mars-double:before {
    content: '\e9b8';
}

/* 'î¦¸' */
.b-icon-venus-mars:before {
    content: '\e9b9';
}

/* 'î¦¹' */
.b-icon-mars-stroke:before {
    content: '\e9ba';
}

/* 'î¦º' */
.b-icon-mars-stroke-v:before {
    content: '\e9bb';
}

/* 'î¦»' */
.b-icon-mars-stroke-h:before {
    content: '\e9bc';
}

/* 'î¦¼' */
.b-icon-neuter:before {
    content: '\e9bd';
}

/* 'î¦½' */
.b-icon-cc-visa:before {
    content: '\e9be';
}

/* 'î¦¾' */
.b-icon-cc-mastercard:before {
    content: '\e9bf';
}

/* 'î¦¿' */
.b-icon-cc-discover:before {
    content: '\e9c0';
}

/* 'î§€' */
.b-icon-cc-amex:before {
    content: '\e9c1';
}

/* 'î§�' */
.b-icon-cc-paypal:before {
    content: '\e9c2';
}

/* 'î§‚' */
.b-icon-cc-stripe:before {
    content: '\e9c3';
}

/* 'î§ƒ' */
.b-icon-adn:before {
    content: '\e9c4';
}

/* 'î§„' */
.b-icon-android:before {
    content: '\e9c5';
}

/* 'î§…' */
.b-icon-angellist:before {
    content: '\e9c6';
}

/* 'î§†' */
.b-icon-apple:before {
    content: '\e9c7';
}

/* 'î§‡' */
.b-icon-behance:before {
    content: '\e9c8';
}

/* 'î§ˆ' */
.b-icon-behance-squared:before {
    content: '\e9c9';
}

/* 'î§‰' */
.b-icon-bitbucket:before {
    content: '\e9ca';
}

/* 'î§Š' */
.b-icon-bitbucket-squared:before {
    content: '\e9cb';
}

/* 'î§‹' */
.b-icon-buysellads:before {
    content: '\e9cc';
}

/* 'î§Œ' */
.b-icon-cc:before {
    content: '\e9cd';
}

/* 'î§�' */
.b-icon-codeopen:before {
    content: '\e9ce';
}

/* 'î§Ž' */
.b-icon-connectdevelop:before {
    content: '\e9cf';
}

/* 'î§�' */
.b-icon-css3:before {
    content: '\e9d0';
}

/* 'î§�' */
.b-icon-dashcube:before {
    content: '\e9d1';
}

/* 'î§‘' */
.b-icon-delicious:before {
    content: '\e9d2';
}

/* 'î§’' */
.b-icon-deviantart:before {
    content: '\e9d3';
}

/* 'î§“' */
.b-icon-digg:before {
    content: '\e9d4';
}

/* 'î§”' */
.b-icon-dribbble:before {
    content: '\e9d5';
}

/* 'î§•' */
.b-icon-dropbox:before {
    content: '\e9d6';
}

/* 'î§–' */
.b-icon-drupal:before {
    content: '\e9d7';
}

/* 'î§—' */
.b-icon-facebook:before {
    content: '\e9d8';
}

/* 'î§˜' */
.b-icon-facebook-squared:before {
    content: '\e9d9';
}

/* 'î§™' */
.b-icon-facebook-official:before {
    content: '\e9da';
}

/* 'î§š' */
.b-icon-flickr:before {
    content: '\e9db';
}

/* 'î§›' */
.b-icon-forumbee:before {
    content: '\e9dc';
}

/* 'î§œ' */
.b-icon-foursquare:before {
    content: '\e9dd';
}

/* 'î§�' */
.b-icon-git-squared:before {
    content: '\e9de';
}

/* 'î§ž' */
.b-icon-git:before {
    content: '\e9df';
}

/* 'î§Ÿ' */
.b-icon-github:before {
    content: '\e9e0';
}

/* 'î§ ' */
.b-icon-github-squared:before {
    content: '\e9e1';
}

/* 'î§¡' */
.b-icon-github-circled:before {
    content: '\e9e2';
}

/* 'î§¢' */
.b-icon-gittip:before {
    content: '\e9e3';
}

/* 'î§£' */
.b-icon-google:before {
    content: '\e9e4';
}

/* 'î§¤' */
.b-icon-gplus:before {
    content: '\e9e5';
}

/* 'î§¥' */
.b-icon-gplus-squared:before {
    content: '\e9e6';
}

/* 'î§¦' */
.b-icon-gwallet:before {
    content: '\e9e7';
}

/* 'î§§' */
.b-icon-hacker-news:before {
    content: '\e9e8';
}

/* 'î§¨' */
.b-icon-html5:before {
    content: '\e9e9';
}

/* 'î§©' */
.b-icon-instagramm:before {
    content: '\e9ea';
}

/* 'î§ª' */
.b-icon-ioxhost:before {
    content: '\e9eb';
}

/* 'î§«' */
.b-icon-joomla:before {
    content: '\e9ec';
}

/* 'î§¬' */
.b-icon-jsfiddle:before {
    content: '\e9ed';
}

/* 'î§­' */
.b-icon-lastfm:before {
    content: '\e9ee';
}

/* 'î§®' */
.b-icon-lastfm-squared:before {
    content: '\e9ef';
}

/* 'î§¯' */
.b-icon-leanpub:before {
    content: '\e9f0';
}

/* 'î§°' */
.b-icon-linkedin-squared:before {
    content: '\e9f1';
}

/* 'î§±' */
.b-icon-linux:before {
    content: '\e9f2';
}

/* 'î§²' */
.b-icon-linkedin:before {
    content: '\e9f3';
}

/* 'î§³' */
.b-icon-maxcdn:before {
    content: '\e9f4';
}

/* 'î§´' */
.b-icon-meanpath:before {
    content: '\e9f5';
}

/* 'î§µ' */
.b-icon-openid:before {
    content: '\e9f6';
}

/* 'î§¶' */
.b-icon-pagelines:before {
    content: '\e9f7';
}

/* 'î§·' */
.b-icon-paypal:before {
    content: '\e9f8';
}

/* 'î§¸' */
.b-icon-pied-piper-squared:before {
    content: '\e9f9';
}

/* 'î§¹' */
.b-icon-pied-piper-alt:before {
    content: '\e9fa';
}

/* 'î§º' */
.b-icon-pinterest:before {
    content: '\e9fb';
}

/* 'î§»' */
.b-icon-pinterest-circled:before {
    content: '\e9fc';
}

/* 'î§¼' */
.b-icon-pinterest-squared:before {
    content: '\e9fd';
}

/* 'î§½' */
.b-icon-qq:before {
    content: '\e9fe';
}

/* 'î§¾' */
.b-icon-reddit:before {
    content: '\e9ff';
}

/* 'î§¿' */
.b-icon-reddit-squared:before {
    content: '\ea00';
}

/* 'î¨€' */
.b-icon-renren:before {
    content: '\ea01';
}

/* 'î¨�' */
.b-icon-sellsy:before {
    content: '\ea02';
}

/* 'î¨‚' */
.b-icon-shirtsinbulk:before {
    content: '\ea03';
}

/* 'î¨ƒ' */
.b-icon-simplybuilt:before {
    content: '\ea04';
}

/* 'î¨„' */
.b-icon-skyatlas:before {
    content: '\ea05';
}

/* 'î¨…' */
.b-icon-skype:before {
    content: '\ea06';
}

/* 'î¨†' */
.b-icon-slack:before {
    content: '\ea07';
}

/* 'î¨‡' */
.b-icon-slideshare:before {
    content: '\ea08';
}

/* 'î¨ˆ' */
.b-icon-soundcloud:before {
    content: '\ea09';
}

/* 'î¨‰' */
.b-icon-spotify:before {
    content: '\ea0a';
}

/* 'î¨Š' */
.b-icon-stackexchange:before {
    content: '\ea0b';
}

/* 'î¨‹' */
.b-icon-stackoverflow:before {
    content: '\ea0c';
}

/* 'î¨Œ' */
.b-icon-steam:before {
    content: '\ea0d';
}

/* 'î¨�' */
.b-icon-steam-squared:before {
    content: '\ea0e';
}

/* 'î¨Ž' */
.b-icon-stumbleupon:before {
    content: '\ea0f';
}

/* 'î¨�' */
.b-icon-stumbleupon-circled:before {
    content: '\ea10';
}

/* 'î¨�' */
.b-icon-tencent-weibo:before {
    content: '\ea11';
}

/* 'î¨‘' */
.b-icon-trello:before {
    content: '\ea12';
}

/* 'î¨’' */
.b-icon-tumblr:before {
    content: '\ea13';
}

/* 'î¨“' */
.b-icon-tumblr-squared:before {
    content: '\ea14';
}

/* 'î¨”' */
.b-icon-twitch:before {
    content: '\ea15';
}

/* 'î¨•' */
.b-icon-twitter-squared:before {
    content: '\ea16';
}

/* 'î¨–' */
.b-icon-twitter:before {
    content: '\ea17';
}

/* 'î¨—' */
.b-icon-vimeo-squared:before {
    content: '\ea18';
}

/* 'î¨˜' */
.b-icon-vine:before {
    content: '\ea19';
}

/* 'î¨™' */
.b-icon-vkontakte:before {
    content: '\ea1a';
}

/* 'î¨š' */
.b-icon-whatsapp:before {
    content: '\ea1b';
}

/* 'î¨›' */
.b-icon-wechat:before {
    content: '\ea1c';
}

/* 'î¨œ' */
.b-icon-weibo:before {
    content: '\ea1d';
}

/* 'î¨�' */
.b-icon-windows:before {
    content: '\ea1e';
}

/* 'î¨ž' */
.b-icon-wordpress:before {
    content: '\ea1f';
}

/* 'î¨Ÿ' */
.b-icon-xing:before {
    content: '\ea20';
}

/* 'î¨ ' */
.b-icon-xing-squared:before {
    content: '\ea21';
}

/* 'î¨¡' */
.b-icon-yelp:before {
    content: '\ea22';
}

/* 'î¨¢' */
.b-icon-youtube:before {
    content: '\ea23';
}

/* 'î¨£' */
.b-icon-yahoo:before {
    content: '\ea24';
}

/* 'î¨¤' */
.b-icon-youtube-squared:before {
    content: '\ea25';
}

/* 'î¨¥' */
.b-icon-youtube-play:before {
    content: '\ea26';
}

/* 'î¨¦' */
.b-icon-blank:before {
    content: '\ea27';
}

/* 'î¨§' */
.b-icon-lemon:before {
    content: '\ea28';
}

/* 'î¨¨' */
.b-icon-note:before {
    content: '\ea29';
}

/* 'î¨©' */
.b-icon-note-beamed:before {
    content: '\ea2a';
}

/* 'î¨ª' */
.b-icon-music-1:before {
    content: '\ea2b';
}

/* 'î¨«' */
.b-icon-search-1:before {
    content: '\ea2c';
}

/* 'î¨¬' */
.b-icon-flashlight:before {
    content: '\ea2d';
}

/* 'î¨­' */
.b-icon-mail-1:before {
    content: '\ea2e';
}

/* 'î¨®' */
.b-icon-heart-1:before {
    content: '\ea2f';
}

/* 'î¨¯' */
.b-icon-heart-empty-1:before {
    content: '\ea30';
}

/* 'î¨°' */
.b-icon-star-1:before {
    content: '\ea31';
}

/* 'î¨±' */
.b-icon-star-empty-1:before {
    content: '\ea32';
}

/* 'î¨²' */
.b-icon-user-1:before {
    content: '\ea33';
}

/* 'î¨³' */
.b-icon-users-1:before {
    content: '\ea34';
}

/* 'î¨´' */
.b-icon-user-add:before {
    content: '\ea35';
}

/* 'î¨µ' */
.b-icon-video-1:before {
    content: '\ea36';
}

/* 'î¨¶' */
.b-icon-picture-1:before {
    content: '\ea37';
}

/* 'î¨·' */
.b-icon-camera-1:before {
    content: '\ea38';
}

/* 'î¨¸' */
.b-icon-layout:before {
    content: '\ea39';
}

/* 'î¨¹' */
.b-icon-menu-1:before {
    content: '\ea3a';
}

/* 'î¨º' */
.b-icon-check-1:before {
    content: '\ea3b';
}

/* 'î¨»' */
.b-icon-cancel-1:before {
    content: '\ea3c';
}

/* 'î¨¼' */
.b-icon-cancel-circled-1:before {
    content: '\ea3d';
}

/* 'î¨½' */
.b-icon-cancel-squared:before {
    content: '\ea3e';
}

/* 'î¨¾' */
.b-icon-plus-1:before {
    content: '\ea3f';
}

/* 'î¨¿' */
.b-icon-plus-circled-1:before {
    content: '\ea40';
}

/* 'î©€' */
.b-icon-plus-squared-1:before {
    content: '\ea41';
}

/* 'î©�' */
.b-icon-minus-1:before {
    content: '\ea42';
}

/* 'î©‚' */
.b-icon-minus-circled-1:before {
    content: '\ea43';
}

/* 'î©ƒ' */
.b-icon-minus-squared-1:before {
    content: '\ea44';
}

/* 'î©„' */
.b-icon-help-1:before {
    content: '\ea45';
}

/* 'î©…' */
.b-icon-help-circled-1:before {
    content: '\ea46';
}

/* 'î©†' */
.b-icon-info-1:before {
    content: '\ea47';
}

/* 'î©‡' */
.b-icon-info-circled-1:before {
    content: '\ea48';
}

/* 'î©ˆ' */
.b-icon-back:before {
    content: '\ea49';
}

/* 'î©‰' */
.b-icon-canal-1:before {
    content: '\ea4a';
}

/* 'î©Š' */
.b-icon-link-1:before {
    content: '\ea4b';
}

/* 'î©‹' */
.b-icon-attach-1:before {
    content: '\ea4c';
}

/* 'î©Œ' */
.b-icon-lock-1:before {
    content: '\ea4d';
}

/* 'î©�' */
.b-icon-lock-open-1:before {
    content: '\ea4e';
}

/* 'î©Ž' */
.b-icon-eye-1:before {
    content: '\ea4f';
}

/* 'î©�' */
.b-icon-tag-1:before {
    content: '\ea50';
}

/* 'î©�' */
.b-icon-bookmark-1:before {
    content: '\ea51';
}

/* 'î©‘' */
.b-icon-bookmarks:before {
    content: '\ea52';
}

/* 'î©’' */
.b-icon-flag-1:before {
    content: '\ea53';
}

/* 'î©“' */
.b-icon-thumbs-up-1:before {
    content: '\ea54';
}

/* 'î©”' */
.b-icon-thumbs-down-1:before {
    content: '\ea55';
}

/* 'î©•' */
.b-icon-download-1:before {
    content: '\ea56';
}

/* 'î©–' */
.b-icon-upload-1:before {
    content: '\ea57';
}

/* 'î©—' */
.b-icon-upload-cloud-1:before {
    content: '\ea58';
}

/* 'î©˜' */
.b-icon-reply-1:before {
    content: '\ea59';
}

/* 'î©™' */
.b-icon-reply-all-1:before {
    content: '\ea5a';
}

/* 'î©š' */
.b-icon-forward-1:before {
    content: '\ea5b';
}

/* 'î©›' */
.b-icon-quote:before {
    content: '\ea5c';
}

/* 'î©œ' */
.b-icon-code-1:before {
    content: '\ea5d';
}

/* 'î©�' */
.b-icon-export-1:before {
    content: '\ea5e';
}

/* 'î©ž' */
.b-icon-pencil-1:before {
    content: '\ea5f';
}

/* 'î©Ÿ' */
.b-icon-feather:before {
    content: '\ea60';
}

/* 'î© ' */
.b-icon-print-1:before {
    content: '\ea61';
}

/* 'î©¡' */
.b-icon-retweet-1:before {
    content: '\ea62';
}

/* 'î©¢' */
.b-icon-keyboard-1:before {
    content: '\ea63';
}

/* 'î©£' */
.b-icon-comment-1:before {
    content: '\ea64';
}

/* 'î©¤' */
.b-icon-chat-1:before {
    content: '\ea65';
}

/* 'î©¥' */
.b-icon-bell-1:before {
    content: '\ea66';
}

/* 'î©¦' */
.b-icon-attention-1:before {
    content: '\ea67';
}

/* 'î©§' */
.b-icon-alert:before {
    content: '\ea68';
}

/* 'î©¨' */
.b-icon-vcard:before {
    content: '\ea69';
}

/* 'î©©' */
.b-icon-address:before {
    content: '\ea6a';
}

/* 'î©ª' */
.b-icon-location-1:before {
    content: '\ea6b';
}

/* 'î©«' */
.b-icon-map:before {
    content: '\ea6c';
}

/* 'î©¬' */
.b-icon-direction-1:before {
    content: '\ea6d';
}

/* 'î©­' */
.b-icon-compass-1:before {
    content: '\ea6e';
}

/* 'î©®' */
.b-icon-cup:before {
    content: '\ea6f';
}

/* 'î©¯' */
.b-icon-trash-1:before {
    content: '\ea70';
}

/* 'î©°' */
.b-icon-doc-1:before {
    content: '\ea71';
}

/* 'î©±' */
.b-icon-docs-1:before {
    content: '\ea72';
}

/* 'î©²' */
.b-icon-doc-landscape:before {
    content: '\ea73';
}

/* 'î©³' */
.b-icon-doc-text-1:before {
    content: '\ea74';
}

/* 'î©´' */
.b-icon-doc-text-inv-1:before {
    content: '\ea75';
}

/* 'î©µ' */
.b-icon-newspaper-1:before {
    content: '\ea76';
}

/* 'î©¶' */
.b-icon-book-open:before {
    content: '\ea77';
}

/* 'î©·' */
.b-icon-book-1:before {
    content: '\ea78';
}

/* 'î©¸' */
.b-icon-folder-1:before {
    content: '\ea79';
}

/* 'î©¹' */
.b-icon-archive:before {
    content: '\ea7a';
}

/* 'î©º' */
.b-icon-box-1:before {
    content: '\ea7b';
}

/* 'î©»' */
.b-icon-rss-1:before {
    content: '\ea7c';
}

/* 'î©¼' */
.b-icon-phone-1:before {
    content: '\ea7d';
}

/* 'î©½' */
.b-icon-cog-1:before {
    content: '\ea7e';
}

/* 'î©¾' */
.b-icon-tools:before {
    content: '\ea7f';
}

/* 'î©¿' */
.b-icon-share-1:before {
    content: '\ea80';
}

/* 'îª€' */
.b-icon-shareable:before {
    content: '\ea81';
}

/* 'îª�' */
.b-icon-basket-1:before {
    content: '\ea82';
}

/* 'îª‚' */
.b-icon-bag:before {
    content: '\ea83';
}

/* 'îªƒ' */
.b-icon-calendar-1:before {
    content: '\ea84';
}

/* 'îª„' */
.b-icon-login-1:before {
    content: '\ea85';
}

/* 'îª…' */
.b-icon-logout-1:before {
    content: '\ea86';
}

/* 'îª†' */
.b-icon-mic-1:before {
    content: '\ea87';
}

/* 'îª‡' */
.b-icon-mute-1:before {
    content: '\ea88';
}

/* 'îªˆ' */
.b-icon-sound:before {
    content: '\ea89';
}

/* 'îª‰' */
.b-icon-volume:before {
    content: '\ea8a';
}

/* 'îªŠ' */
.b-icon-clock-1:before {
    content: '\ea8b';
}

/* 'îª‹' */
.b-icon-hourglass:before {
    content: '\ea8c';
}

/* 'îªŒ' */
.b-icon-lamp:before {
    content: '\ea8d';
}

/* 'îª�' */
.b-icon-light-down:before {
    content: '\ea8e';
}

/* 'îªŽ' */
.b-icon-light-up:before {
    content: '\ea8f';
}

/* 'îª�' */
.b-icon-adjust:before {
    content: '\ea90';
}

/* 'îª�' */
.b-icon-block-1:before {
    content: '\ea91';
}

/* 'îª‘' */
.b-icon-resize-full-1:before {
    content: '\ea92';
}

/* 'îª’' */
.b-icon-resize-small-1:before {
    content: '\ea93';
}

/* 'îª“' */
.b-icon-popup:before {
    content: '\ea94';
}

/* 'îª”' */
.b-icon-publish:before {
    content: '\ea95';
}

/* 'îª•' */
.b-icon-window:before {
    content: '\ea96';
}

/* 'îª–' */
.b-icon-arrow-combo:before {
    content: '\ea97';
}

/* 'îª—' */
.b-icon-down-circled-1:before {
    content: '\ea98';
}

/* 'îª˜' */
.b-icon-left-circled-1:before {
    content: '\ea99';
}

/* 'îª™' */
.b-icon-right-circled-1:before {
    content: '\ea9a';
}

/* 'îªš' */
.b-icon-up-circled-1:before {
    content: '\ea9b';
}

/* 'îª›' */
.b-icon-down-open-1:before {
    content: '\ea9c';
}

/* 'îªœ' */
.b-icon-left-open-1:before {
    content: '\ea9d';
}

/* 'îª�' */
.b-icon-right-open-1:before {
    content: '\ea9e';
}

/* 'îªž' */
.b-icon-up-open-1:before {
    content: '\ea9f';
}

/* 'îªŸ' */
.b-icon-down-open-mini:before {
    content: '\eaa0';
}

/* 'îª ' */
.b-icon-left-open-mini:before {
    content: '\eaa1';
}

/* 'îª¡' */
.b-icon-right-open-mini:before {
    content: '\eaa2';
}

/* 'îª¢' */
.b-icon-up-open-mini:before {
    content: '\eaa3';
}

/* 'îª£' */
.b-icon-down-open-big:before {
    content: '\eaa4';
}

/* 'îª¤' */
.b-icon-left-open-big:before {
    content: '\eaa5';
}

/* 'îª¥' */
.b-icon-right-open-big:before {
    content: '\eaa6';
}

/* 'îª¦' */
.b-icon-up-open-big:before {
    content: '\eaa7';
}

/* 'îª§' */
.b-icon-down-1:before {
    content: '\eaa8';
}

/* 'îª¨' */
.b-icon-left-1:before {
    content: '\eaa9';
}

/* 'îª©' */
.b-icon-right-1:before {
    content: '\eaaa';
}

/* 'îªª' */
.b-icon-up-1:before {
    content: '\eaab';
}

/* 'îª«' */
.b-icon-down-dir-1:before {
    content: '\eaac';
}

/* 'îª¬' */
.b-icon-left-dir-1:before {
    content: '\eaad';
}

/* 'îª­' */
.b-icon-right-dir-1:before {
    content: '\eaae';
}

/* 'îª®' */
.b-icon-up-dir-1:before {
    content: '\eaaf';
}

/* 'îª¯' */
.b-icon-down-bold:before {
    content: '\eab0';
}

/* 'îª°' */
.b-icon-left-bold:before {
    content: '\eab1';
}

/* 'îª±' */
.b-icon-right-bold:before {
    content: '\eab2';
}

/* 'îª²' */
.b-icon-up-bold:before {
    content: '\eab3';
}

/* 'îª³' */
.b-icon-down-thin:before {
    content: '\eab4';
}

/* 'îª´' */
.b-icon-left-thin:before {
    content: '\eab5';
}

/* 'îªµ' */
.b-icon-right-thin:before {
    content: '\eab6';
}

/* 'îª¶' */
.b-icon-up-thin:before {
    content: '\eab7';
}

/* 'îª·' */
.b-icon-ccw-1:before {
    content: '\eab8';
}

/* 'îª¸' */
.b-icon-cw-1:before {
    content: '\eab9';
}

/* 'îª¹' */
.b-icon-arrows-ccw:before {
    content: '\eaba';
}

/* 'îªº' */
.b-icon-level-down-1:before {
    content: '\eabb';
}

/* 'îª»' */
.b-icon-level-up-1:before {
    content: '\eabc';
}

/* 'îª¼' */
.b-icon-shuffle-1:before {
    content: '\eabd';
}

/* 'îª½' */
.b-icon-loop:before {
    content: '\eabe';
}

/* 'îª¾' */
.b-icon-switch:before {
    content: '\eabf';
}

/* 'îª¿' */
.b-icon-play-1:before {
    content: '\eac0';
}

/* 'î«€' */
.b-icon-stop-1:before {
    content: '\eac1';
}

/* 'î«�' */
.b-icon-pause-1:before {
    content: '\eac2';
}

/* 'î«‚' */
.b-icon-record:before {
    content: '\eac3';
}

/* 'î«ƒ' */
.b-icon-to-end-1:before {
    content: '\eac4';
}

/* 'î«„' */
.b-icon-to-start-1:before {
    content: '\eac5';
}

/* 'î«…' */
.b-icon-fast-forward:before {
    content: '\eac6';
}

/* 'î«†' */
.b-icon-fast-backward:before {
    content: '\eac7';
}

/* 'î«‡' */
.b-icon-progress-0:before {
    content: '\eac8';
}

/* 'î«ˆ' */
.b-icon-progress-1:before {
    content: '\eac9';
}

/* 'î«‰' */
.b-icon-progress-2:before {
    content: '\eaca';
}

/* 'î«Š' */
.b-icon-progress-3:before {
    content: '\eacb';
}

/* 'î«‹' */
.b-icon-target-1:before {
    content: '\eacc';
}

/* 'î«Œ' */
.b-icon-palette:before {
    content: '\eacd';
}

/* 'î«�' */
.b-icon-list-1:before {
    content: '\eace';
}

/* 'î«Ž' */
.b-icon-list-add:before {
    content: '\eacf';
}

/* 'î«�' */
.b-icon-signal-1:before {
    content: '\ead0';
}

/* 'î«�' */
.b-icon-trophy:before {
    content: '\ead1';
}

/* 'î«‘' */
.b-icon-battery:before {
    content: '\ead2';
}

/* 'î«’' */
.b-icon-back-in-time:before {
    content: '\ead3';
}

/* 'î«“' */
.b-icon-monitor:before {
    content: '\ead4';
}

/* 'î«”' */
.b-icon-mobile-1:before {
    content: '\ead5';
}

/* 'î«•' */
.b-icon-network:before {
    content: '\ead6';
}

/* 'î«–' */
.b-icon-cd:before {
    content: '\ead7';
}

/* 'î«—' */
.b-icon-inbox-1:before {
    content: '\ead8';
}

/* 'î«˜' */
.b-icon-install:before {
    content: '\ead9';
}

/* 'î«™' */
.b-icon-globe-1:before {
    content: '\eada';
}

/* 'î«š' */
.b-icon-cloud-1:before {
    content: '\eadb';
}

/* 'î«›' */
.b-icon-cloud-thunder:before {
    content: '\eadc';
}

/* 'î«œ' */
.b-icon-flash-1:before {
    content: '\eadd';
}

/* 'î«�' */
.b-icon-moon-1:before {
    content: '\eade';
}

/* 'î«ž' */
.b-icon-flight-1:before {
    content: '\eadf';
}

/* 'î«Ÿ' */
.b-icon-paper-plane-1:before {
    content: '\eae0';
}

/* 'î« ' */
.b-icon-leaf-1:before {
    content: '\eae1';
}

/* 'î«¡' */
.b-icon-lifebuoy-1:before {
    content: '\eae2';
}

/* 'î«¢' */
.b-icon-mouse:before {
    content: '\eae3';
}

/* 'î«£' */
.b-icon-briefcase-1:before {
    content: '\eae4';
}

/* 'î«¤' */
.b-icon-suitcase-1:before {
    content: '\eae5';
}

/* 'î«¥' */
.b-icon-dot:before {
    content: '\eae6';
}

/* 'î«¦' */
.b-icon-dot-2:before {
    content: '\eae7';
}

/* 'î«§' */
.b-icon-dot-3:before {
    content: '\eae8';
}

/* 'î«¨' */
.b-icon-brush-1:before {
    content: '\eae9';
}

/* 'î«©' */
.b-icon-magnet-1:before {
    content: '\eaea';
}

/* 'î«ª' */
.b-icon-infinity:before {
    content: '\eaeb';
}

/* 'î««' */
.b-icon-erase:before {
    content: '\eaec';
}

/* 'î«¬' */
.b-icon-chart-pie-1:before {
    content: '\eaed';
}

/* 'î«­' */
.b-icon-chart-line-1:before {
    content: '\eaee';
}

/* 'î«®' */
.b-icon-chart-bar-1:before {
    content: '\eaef';
}

/* 'î«¯' */
.b-icon-chart-area-1:before {
    content: '\eaf0';
}

/* 'î«°' */
.b-icon-tape:before {
    content: '\eaf1';
}

/* 'î«±' */
.b-icon-graduation-cap-1:before {
    content: '\eaf2';
}

/* 'î«²' */
.b-icon-language-1:before {
    content: '\eaf3';
}

/* 'î«³' */
.b-icon-ticket-1:before {
    content: '\eaf4';
}

/* 'î«´' */
.b-icon-water:before {
    content: '\eaf5';
}

/* 'î«µ' */
.b-icon-droplet:before {
    content: '\eaf6';
}

/* 'î«¶' */
.b-icon-air:before {
    content: '\eaf7';
}

/* 'î«·' */
.b-icon-credit-card-1:before {
    content: '\eaf8';
}

/* 'î«¸' */
.b-icon-floppy-1:before {
    content: '\eaf9';
}

/* 'î«¹' */
.b-icon-clipboard:before {
    content: '\eafa';
}

/* 'î«º' */
.b-icon-megaphone-1:before {
    content: '\eafb';
}

/* 'î«»' */
.b-icon-database-1:before {
    content: '\eafc';
}

/* 'î«¼' */
.b-icon-drive:before {
    content: '\eafd';
}

/* 'î«½' */
.b-icon-bucket:before {
    content: '\eafe';
}

/* 'î«¾' */
.b-icon-thermometer:before {
    content: '\eaff';
}

/* 'î«¿' */
.b-icon-key-1:before {
    content: '\eb00';
}

/* 'î¬€' */
.b-icon-flow-cascade:before {
    content: '\eb01';
}

/* 'î¬�' */
.b-icon-flow-branch:before {
    content: '\eb02';
}

/* 'î¬‚' */
.b-icon-flow-tree:before {
    content: '\eb03';
}

/* 'î¬ƒ' */
.b-icon-flow-line:before {
    content: '\eb04';
}

/* 'î¬„' */
.b-icon-flow-parallel:before {
    content: '\eb05';
}

/* 'î¬…' */
.b-icon-rocket-1:before {
    content: '\eb06';
}

/* 'î¬†' */
.b-icon-gauge-1:before {
    content: '\eb07';
}

/* 'î¬‡' */
.b-icon-traffic-cone:before {
    content: '\eb08';
}

/* 'î¬ˆ' */
.b-icon-cc-1:before {
    content: '\eb09';
}

/* 'î¬‰' */
.b-icon-cc-by:before {
    content: '\eb0a';
}

/* 'î¬Š' */
.b-icon-cc-nc:before {
    content: '\eb0b';
}

/* 'î¬‹' */
.b-icon-cc-nc-eu:before {
    content: '\eb0c';
}

/* 'î¬Œ' */
.b-icon-cc-nc-jp:before {
    content: '\eb0d';
}

/* 'î¬�' */
.b-icon-cc-sa:before {
    content: '\eb0e';
}

/* 'î¬Ž' */
.b-icon-cc-nd:before {
    content: '\eb0f';
}

/* 'î¬�' */
.b-icon-cc-pd:before {
    content: '\eb10';
}

/* 'î¬�' */
.b-icon-cc-zero:before {
    content: '\eb11';
}

/* 'î¬‘' */
.b-icon-cc-share:before {
    content: '\eb12';
}

/* 'î¬’' */
.b-icon-cc-remix:before {
    content: '\eb13';
}

/* 'î¬“' */
.b-icon-github-1:before {
    content: '\eb14';
}

/* 'î¬”' */
.b-icon-github-circled-1:before {
    content: '\eb15';
}

/* 'î¬•' */
.b-icon-flickr-1:before {
    content: '\eb16';
}

/* 'î¬–' */
.b-icon-flickr-circled:before {
    content: '\eb17';
}

/* 'î¬—' */
.b-icon-vimeo:before {
    content: '\eb18';
}

/* 'î¬˜' */
.b-icon-vimeo-circled:before {
    content: '\eb19';
}

/* 'î¬™' */
.b-icon-twitter-1:before {
    content: '\eb1a';
}

/* 'î¬š' */
.b-icon-twitter-circled:before {
    content: '\eb1b';
}

/* 'î¬›' */
.b-icon-facebook-1:before {
    content: '\eb1c';
}

/* 'î¬œ' */
.b-icon-facebook-circled:before {
    content: '\eb1d';
}

/* 'î¬�' */
.b-icon-facebook-squared-1:before {
    content: '\eb1e';
}

/* 'î¬ž' */
.b-icon-gplus-1:before {
    content: '\eb1f';
}

/* 'î¬Ÿ' */
.b-icon-gplus-circled:before {
    content: '\eb20';
}

/* 'î¬ ' */
.b-icon-pinterest-1:before {
    content: '\eb21';
}

/* 'î¬¡' */
.b-icon-pinterest-circled-1:before {
    content: '\eb22';
}

/* 'î¬¢' */
.b-icon-tumblr-1:before {
    content: '\eb23';
}

/* 'î¬£' */
.b-icon-tumblr-circled:before {
    content: '\eb24';
}

/* 'î¬¤' */
.b-icon-linkedin-1:before {
    content: '\eb25';
}

/* 'î¬¥' */
.b-icon-linkedin-circled:before {
    content: '\eb26';
}

/* 'î¬¦' */
.b-icon-dribbble-1:before {
    content: '\eb27';
}

/* 'î¬§' */
.b-icon-dribbble-circled:before {
    content: '\eb28';
}

/* 'î¬¨' */
.b-icon-stumbleupon-1:before {
    content: '\eb29';
}

/* 'î¬©' */
.b-icon-stumbleupon-circled-1:before {
    content: '\eb2a';
}

/* 'î¬ª' */
.b-icon-lastfm-1:before {
    content: '\eb2b';
}

/* 'î¬«' */
.b-icon-lastfm-circled:before {
    content: '\eb2c';
}

/* 'î¬¬' */
.b-icon-rdio:before {
    content: '\eb2d';
}

/* 'î¬­' */
.b-icon-rdio-circled:before {
    content: '\eb2e';
}

/* 'î¬®' */
.b-icon-spotify-1:before {
    content: '\eb2f';
}

/* 'î¬¯' */
.b-icon-spotify-circled:before {
    content: '\eb30';
}

/* 'î¬°' */
.b-icon-qq-1:before {
    content: '\eb31';
}

/* 'î¬±' */
.b-icon-instagram:before {
    content: '\eb32';
}

/* 'î¬²' */
.b-icon-dropbox-1:before {
    content: '\eb33';
}

/* 'î¬³' */
.b-icon-evernote:before {
    content: '\eb34';
}

/* 'î¬´' */
.b-icon-flattr:before {
    content: '\eb35';
}

/* 'î¬µ' */
.b-icon-skype-1:before {
    content: '\eb36';
}

/* 'î¬¶' */
.b-icon-skype-circled:before {
    content: '\eb37';
}

/* 'î¬·' */
.b-icon-renren-1:before {
    content: '\eb38';
}

/* 'î¬¸' */
.b-icon-sina-weibo:before {
    content: '\eb39';
}

/* 'î¬¹' */
.b-icon-paypal-1:before {
    content: '\eb3a';
}

/* 'î¬º' */
.b-icon-picasa:before {
    content: '\eb3b';
}

/* 'î¬»' */
.b-icon-soundcloud-1:before {
    content: '\eb3c';
}

/* 'î¬¼' */
.b-icon-mixi:before {
    content: '\eb3d';
}

/* 'î¬½' */
.b-icon-behance-1:before {
    content: '\eb3e';
}

/* 'î¬¾' */
.b-icon-google-circles:before {
    content: '\eb3f';
}

/* 'î¬¿' */
.b-icon-vkontakte-1:before {
    content: '\eb40';
}

/* 'î­€' */
.b-icon-smashing:before {
    content: '\eb41';
}

/* 'î­�' */
.b-icon-sweden:before {
    content: '\eb42';
}

/* 'î­‚' */
.b-icon-db-shape:before {
    content: '\eb43';
}

/* 'î­ƒ' */
.b-icon-logo-db:before {
    content: '\eb44';
}

/* 'î­„' */
.b-icon-music-outline:before {
    content: '\eb45';
}

/* 'î­…' */
.b-icon-music-2:before {
    content: '\eb46';
}

/* 'î­†' */
.b-icon-search-outline:before {
    content: '\eb47';
}

/* 'î­‡' */
.b-icon-search-2:before {
    content: '\eb48';
}

/* 'î­ˆ' */
.b-icon-mail-2:before {
    content: '\eb49';
}

/* 'î­‰' */
.b-icon-heart-2:before {
    content: '\eb4a';
}

/* 'î­Š' */
.b-icon-heart-filled:before {
    content: '\eb4b';
}

/* 'î­‹' */
.b-icon-star-2:before {
    content: '\eb4c';
}

/* 'î­Œ' */
.b-icon-star-filled:before {
    content: '\eb4d';
}

/* 'î­�' */
.b-icon-user-outline:before {
    content: '\eb4e';
}

/* 'î­Ž' */
.b-icon-user-2:before {
    content: '\eb4f';
}

/* 'î­�' */
.b-icon-users-outline:before {
    content: '\eb50';
}

/* 'î­�' */
.b-icon-users-2:before {
    content: '\eb51';
}

/* 'î­‘' */
.b-icon-user-add-outline:before {
    content: '\eb52';
}

/* 'î­’' */
.b-icon-user-add-1:before {
    content: '\eb53';
}

/* 'î­“' */
.b-icon-user-delete-outline:before {
    content: '\eb54';
}

/* 'î­”' */
.b-icon-user-delete:before {
    content: '\eb55';
}

/* 'î­•' */
.b-icon-video-2:before {
    content: '\eb56';
}

/* 'î­–' */
.b-icon-videocam-outline:before {
    content: '\eb57';
}

/* 'î­—' */
.b-icon-videocam-1:before {
    content: '\eb58';
}

/* 'î­˜' */
.b-icon-picture-outline:before {
    content: '\eb59';
}

/* 'î­™' */
.b-icon-picture-2:before {
    content: '\eb5a';
}

/* 'î­š' */
.b-icon-camera-outline:before {
    content: '\eb5b';
}

/* 'î­›' */
.b-icon-camera-2:before {
    content: '\eb5c';
}

/* 'î­œ' */
.b-icon-th-outline:before {
    content: '\eb5d';
}

/* 'î­�' */
.b-icon-th-1:before {
    content: '\eb5e';
}

/* 'î­ž' */
.b-icon-th-large-outline:before {
    content: '\eb5f';
}

/* 'î­Ÿ' */
.b-icon-th-large-1:before {
    content: '\eb60';
}

/* 'î­ ' */
.b-icon-th-list-outline:before {
    content: '\eb61';
}

/* 'î­¡' */
.b-icon-th-list-1:before {
    content: '\eb62';
}

/* 'î­¢' */
.b-icon-ok-outline:before {
    content: '\eb63';
}

/* 'î­£' */
.b-icon-ok-1:before {
    content: '\eb64';
}

/* 'î­¤' */
.b-icon-cancel-outline:before {
    content: '\eb65';
}

/* 'î­¥' */
.b-icon-cancel-2:before {
    content: '\eb66';
}

/* 'î­¦' */
.b-icon-cancel-alt:before {
    content: '\eb67';
}

/* 'î­§' */
.b-icon-cancel-alt-filled:before {
    content: '\eb68';
}

/* 'î­¨' */
.b-icon-cancel-circled-outline:before {
    content: '\eb69';
}

/* 'î­©' */
.b-icon-cancel-circled-2:before {
    content: '\eb6a';
}

/* 'î­ª' */
.b-icon-plus-outline:before {
    content: '\eb6b';
}

/* 'î­«' */
.b-icon-plus-2:before {
    content: '\eb6c';
}

/* 'î­¬' */
.b-icon-minus-outline:before {
    content: '\eb6d';
}

/* 'î­­' */
.b-icon-minus-2:before {
    content: '\eb6e';
}

/* 'î­®' */
.b-icon-divide-outline:before {
    content: '\eb6f';
}

/* 'î­¯' */
.b-icon-divide:before {
    content: '\eb70';
}

/* 'î­°' */
.b-icon-eq-outline:before {
    content: '\eb71';
}

/* 'î­±' */
.b-icon-eq:before {
    content: '\eb72';
}

/* 'î­²' */
.b-icon-info-outline:before {
    content: '\eb73';
}

/* 'î­³' */
.b-icon-info-2:before {
    content: '\eb74';
}

/* 'î­´' */
.b-icon-canal-outline:before {
    content: '\eb75';
}

/* 'î­µ' */
.b-icon-canal-2:before {
    content: '\eb76';
}

/* 'î­¶' */
.b-icon-link-outline:before {
    content: '\eb77';
}

/* 'î­·' */
.b-icon-link-2:before {
    content: '\eb78';
}

/* 'î­¸' */
.b-icon-attach-outline:before {
    content: '\eb79';
}

/* 'î­¹' */
.b-icon-attach-2:before {
    content: '\eb7a';
}

/* 'î­º' */
.b-icon-lock-2:before {
    content: '\eb7b';
}

/* 'î­»' */
.b-icon-lock-filled:before {
    content: '\eb7c';
}

/* 'î­¼' */
.b-icon-lock-open-2:before {
    content: '\eb7d';
}

/* 'î­½' */
.b-icon-lock-open-filled:before {
    content: '\eb7e';
}

/* 'î­¾' */
.b-icon-pin-outline:before {
    content: '\eb7f';
}

/* 'î­¿' */
.b-icon-pin-1:before {
    content: '\eb80';
}

/* 'î®€' */
.b-icon-eye-outline:before {
    content: '\eb81';
}

/* 'î®�' */
.b-icon-eye-2:before {
    content: '\eb82';
}

/* 'î®‚' */
.b-icon-tag-2:before {
    content: '\eb83';
}

/* 'î®ƒ' */
.b-icon-tags-1:before {
    content: '\eb84';
}

/* 'î®„' */
.b-icon-bookmark-2:before {
    content: '\eb85';
}

/* 'î®…' */
.b-icon-flag-2:before {
    content: '\eb86';
}

/* 'î®†' */
.b-icon-flag-filled:before {
    content: '\eb87';
}

/* 'î®‡' */
.b-icon-thumbs-up-2:before {
    content: '\eb88';
}

/* 'î®ˆ' */
.b-icon-thumbs-down-2:before {
    content: '\eb89';
}

/* 'î®‰' */
.b-icon-download-outline:before {
    content: '\eb8a';
}

/* 'î®Š' */
.b-icon-download-2:before {
    content: '\eb8b';
}

/* 'î®‹' */
.b-icon-upload-outline:before {
    content: '\eb8c';
}

/* 'î®Œ' */
.b-icon-upload-2:before {
    content: '\eb8d';
}

/* 'î®�' */
.b-icon-upload-cloud-outline:before {
    content: '\eb8e';
}

/* 'î®Ž' */
.b-icon-upload-cloud-2:before {
    content: '\eb8f';
}

/* 'î®�' */
.b-icon-reply-outline:before {
    content: '\eb90';
}

/* 'î®�' */
.b-icon-reply-2:before {
    content: '\eb91';
}

/* 'î®‘' */
.b-icon-forward-outline:before {
    content: '\eb92';
}

/* 'î®’' */
.b-icon-forward-2:before {
    content: '\eb93';
}

/* 'î®“' */
.b-icon-code-outline:before {
    content: '\eb94';
}

/* 'î®”' */
.b-icon-code-2:before {
    content: '\eb95';
}

/* 'î®•' */
.b-icon-export-outline:before {
    content: '\eb96';
}

/* 'î®–' */
.b-icon-export-2:before {
    content: '\eb97';
}

/* 'î®—' */
.b-icon-pencil-2:before {
    content: '\eb98';
}

/* 'î®˜' */
.b-icon-pen:before {
    content: '\eb99';
}

/* 'î®™' */
.b-icon-feather-1:before {
    content: '\eb9a';
}

/* 'î®š' */
.b-icon-edit-1:before {
    content: '\eb9b';
}

/* 'î®›' */
.b-icon-print-2:before {
    content: '\eb9c';
}

/* 'î®œ' */
.b-icon-comment-2:before {
    content: '\eb9d';
}

/* 'î®�' */
.b-icon-chat-2:before {
    content: '\eb9e';
}

/* 'î®ž' */
.b-icon-chat-alt:before {
    content: '\eb9f';
}

/* 'î®Ÿ' */
.b-icon-bell-2:before {
    content: '\eba0';
}

/* 'î® ' */
.b-icon-attention-2:before {
    content: '\eba1';
}

/* 'î®¡' */
.b-icon-attention-filled:before {
    content: '\eba2';
}

/* 'î®¢' */
.b-icon-warning-empty:before {
    content: '\eba3';
}

/* 'î®£' */
.b-icon-warning:before {
    content: '\eba4';
}

/* 'î®¤' */
.b-icon-contacts:before {
    content: '\eba5';
}

/* 'î®¥' */
.b-icon-vcard-1:before {
    content: '\eba6';
}

/* 'î®¦' */
.b-icon-address-1:before {
    content: '\eba7';
}

/* 'î®§' */
.b-icon-location-outline:before {
    content: '\eba8';
}

/* 'î®¨' */
.b-icon-location-2:before {
    content: '\eba9';
}

/* 'î®©' */
.b-icon-map-1:before {
    content: '\ebaa';
}

/* 'î®ª' */
.b-icon-direction-outline:before {
    content: '\ebab';
}

/* 'î®«' */
.b-icon-direction-2:before {
    content: '\ebac';
}

/* 'î®¬' */
.b-icon-compass-2:before {
    content: '\ebad';
}

/* 'î®­' */
.b-icon-trash-2:before {
    content: '\ebae';
}

/* 'î®®' */
.b-icon-doc-2:before {
    content: '\ebaf';
}

/* 'î®¯' */
.b-icon-doc-text-2:before {
    content: '\ebb0';
}

/* 'î®°' */
.b-icon-doc-add:before {
    content: '\ebb1';
}

/* 'î®±' */
.b-icon-doc-remove:before {
    content: '\ebb2';
}

/* 'î®²' */
.b-icon-news:before {
    content: '\ebb3';
}

/* 'î®³' */
.b-icon-folder-2:before {
    content: '\ebb4';
}

/* 'î®´' */
.b-icon-folder-add:before {
    content: '\ebb5';
}

/* 'î®µ' */
.b-icon-folder-delete:before {
    content: '\ebb6';
}

/* 'î®¶' */
.b-icon-archive-1:before {
    content: '\ebb7';
}

/* 'î®·' */
.b-icon-box-2:before {
    content: '\ebb8';
}

/* 'î®¸' */
.b-icon-rss-outline:before {
    content: '\ebb9';
}

/* 'î®¹' */
.b-icon-rss-2:before {
    content: '\ebba';
}

/* 'î®º' */
.b-icon-phone-outline:before {
    content: '\ebbb';
}

/* 'î®»' */
.b-icon-phone-2:before {
    content: '\ebbc';
}

/* 'î®¼' */
.b-icon-menu-outline:before {
    content: '\ebbd';
}

/* 'î®½' */
.b-icon-menu-2:before {
    content: '\ebbe';
}

/* 'î®¾' */
.b-icon-cog-outline:before {
    content: '\ebbf';
}

/* 'î®¿' */
.b-icon-cog-2:before {
    content: '\ebc0';
}

/* 'î¯€' */
.b-icon-wrench-outline:before {
    content: '\ebc1';
}

/* 'î¯�' */
.b-icon-wrench-1:before {
    content: '\ebc2';
}

/* 'î¯‚' */
.b-icon-basket-2:before {
    content: '\ebc3';
}

/* 'î¯ƒ' */
.b-icon-calendar-outlilne:before {
    content: '\ebc4';
}

/* 'î¯„' */
.b-icon-calendar-2:before {
    content: '\ebc5';
}

/* 'î¯…' */
.b-icon-mic-outline:before {
    content: '\ebc6';
}

/* 'î¯†' */
.b-icon-mic-2:before {
    content: '\ebc7';
}

/* 'î¯‡' */
.b-icon-volume-off-1:before {
    content: '\ebc8';
}

/* 'î¯ˆ' */
.b-icon-volume-low:before {
    content: '\ebc9';
}

/* 'î¯‰' */
.b-icon-volume-middle:before {
    content: '\ebca';
}

/* 'î¯Š' */
.b-icon-volume-high:before {
    content: '\ebcb';
}

/* 'î¯‹' */
.b-icon-headphones-1:before {
    content: '\ebcc';
}

/* 'î¯Œ' */
.b-icon-clock-2:before {
    content: '\ebcd';
}

/* 'î¯�' */
.b-icon-wristwatch:before {
    content: '\ebce';
}

/* 'î¯Ž' */
.b-icon-stopwatch:before {
    content: '\ebcf';
}

/* 'î¯�' */
.b-icon-lightbulb-1:before {
    content: '\ebd0';
}

/* 'î¯�' */
.b-icon-block-outline:before {
    content: '\ebd1';
}

/* 'î¯‘' */
.b-icon-block-2:before {
    content: '\ebd2';
}

/* 'î¯’' */
.b-icon-resize-full-outline:before {
    content: '\ebd3';
}

/* 'î¯“' */
.b-icon-resize-full-2:before {
    content: '\ebd4';
}

/* 'î¯”' */
.b-icon-resize-normal-outline:before {
    content: '\ebd5';
}

/* 'î¯•' */
.b-icon-resize-normal:before {
    content: '\ebd6';
}

/* 'î¯–' */
.b-icon-move-outline:before {
    content: '\ebd7';
}

/* 'î¯—' */
.b-icon-move-1:before {
    content: '\ebd8';
}

/* 'î¯˜' */
.b-icon-popup-1:before {
    content: '\ebd9';
}

/* 'î¯™' */
.b-icon-zoom-in-outline:before {
    content: '\ebda';
}

/* 'î¯š' */
.b-icon-zoom-in-1:before {
    content: '\ebdb';
}

/* 'î¯›' */
.b-icon-zoom-out-outline:before {
    content: '\ebdc';
}

/* 'î¯œ' */
.b-icon-zoom-out-1:before {
    content: '\ebdd';
}

/* 'î¯�' */
.b-icon-popup-2:before {
    content: '\ebde';
}

/* 'î¯ž' */
.b-icon-left-open-outline:before {
    content: '\ebdf';
}

/* 'î¯Ÿ' */
.b-icon-left-open-2:before {
    content: '\ebe0';
}

/* 'î¯ ' */
.b-icon-right-open-outline:before {
    content: '\ebe1';
}

/* 'î¯¡' */
.b-icon-right-open-2:before {
    content: '\ebe2';
}

/* 'î¯¢' */
.b-icon-down-2:before {
    content: '\ebe3';
}

/* 'î¯£' */
.b-icon-left-2:before {
    content: '\ebe4';
}

/* 'î¯¤' */
.b-icon-right-2:before {
    content: '\ebe5';
}

/* 'î¯¥' */
.b-icon-up-2:before {
    content: '\ebe6';
}

/* 'î¯¦' */
.b-icon-down-outline:before {
    content: '\ebe7';
}

/* 'î¯§' */
.b-icon-left-outline:before {
    content: '\ebe8';
}

/* 'î¯¨' */
.b-icon-right-outline:before {
    content: '\ebe9';
}

/* 'î¯©' */
.b-icon-up-outline:before {
    content: '\ebea';
}

/* 'î¯ª' */
.b-icon-down-small:before {
    content: '\ebeb';
}

/* 'î¯«' */
.b-icon-left-small:before {
    content: '\ebec';
}

/* 'î¯¬' */
.b-icon-right-small:before {
    content: '\ebed';
}

/* 'î¯­' */
.b-icon-up-small:before {
    content: '\ebee';
}

/* 'î¯®' */
.b-icon-cw-outline:before {
    content: '\ebef';
}

/* 'î¯¯' */
.b-icon-cw-2:before {
    content: '\ebf0';
}

/* 'î¯°' */
.b-icon-arrows-cw-outline:before {
    content: '\ebf1';
}

/* 'î¯±' */
.b-icon-arrows-cw-1:before {
    content: '\ebf2';
}

/* 'î¯²' */
.b-icon-loop-outline:before {
    content: '\ebf3';
}

/* 'î¯³' */
.b-icon-loop-1:before {
    content: '\ebf4';
}

/* 'î¯´' */
.b-icon-loop-alt-outline:before {
    content: '\ebf5';
}

/* 'î¯µ' */
.b-icon-loop-alt:before {
    content: '\ebf6';
}

/* 'î¯¶' */
.b-icon-shuffle-2:before {
    content: '\ebf7';
}

/* 'î¯·' */
.b-icon-play-outline:before {
    content: '\ebf8';
}

/* 'î¯¸' */
.b-icon-play-2:before {
    content: '\ebf9';
}

/* 'î¯¹' */
.b-icon-stop-outline:before {
    content: '\ebfa';
}

/* 'î¯º' */
.b-icon-stop-2:before {
    content: '\ebfb';
}

/* 'î¯»' */
.b-icon-pause-outline:before {
    content: '\ebfc';
}

/* 'î¯¼' */
.b-icon-pause-2:before {
    content: '\ebfd';
}

/* 'î¯½' */
.b-icon-fast-fw-outline:before {
    content: '\ebfe';
}

/* 'î¯¾' */
.b-icon-fast-fw-1:before {
    content: '\ebff';
}

/* 'î¯¿' */
.b-icon-rewind-outline:before {
    content: '\ec00';
}

/* 'î°€' */
.b-icon-rewind:before {
    content: '\ec01';
}

/* 'î°�' */
.b-icon-record-outline:before {
    content: '\ec02';
}

/* 'î°‚' */
.b-icon-record-1:before {
    content: '\ec03';
}

/* 'î°ƒ' */
.b-icon-eject-outline:before {
    content: '\ec04';
}

/* 'î°„' */
.b-icon-eject-1:before {
    content: '\ec05';
}

/* 'î°…' */
.b-icon-eject-alt-outline:before {
    content: '\ec06';
}

/* 'î°†' */
.b-icon-eject-alt:before {
    content: '\ec07';
}

/* 'î°‡' */
.b-icon-bat1:before {
    content: '\ec08';
}

/* 'î°ˆ' */
.b-icon-bat2:before {
    content: '\ec09';
}

/* 'î°‰' */
.b-icon-bat3:before {
    content: '\ec0a';
}

/* 'î°Š' */
.b-icon-bat4:before {
    content: '\ec0b';
}

/* 'î°‹' */
.b-icon-bat-charge:before {
    content: '\ec0c';
}

/* 'î°Œ' */
.b-icon-plug-1:before {
    content: '\ec0d';
}

/* 'î°�' */
.b-icon-target-outline:before {
    content: '\ec0e';
}

/* 'î°Ž' */
.b-icon-target-2:before {
    content: '\ec0f';
}

/* 'î°�' */
.b-icon-wifi-outline:before {
    content: '\ec10';
}

/* 'î°�' */
.b-icon-wifi-1:before {
    content: '\ec11';
}

/* 'î°‘' */
.b-icon-desktop-1:before {
    content: '\ec12';
}

/* 'î°’' */
.b-icon-laptop-1:before {
    content: '\ec13';
}

/* 'î°“' */
.b-icon-tablet-1:before {
    content: '\ec14';
}

/* 'î°”' */
.b-icon-mobile-2:before {
    content: '\ec15';
}

/* 'î°•' */
.b-icon-contrast:before {
    content: '\ec16';
}

/* 'î°–' */
.b-icon-globe-outline:before {
    content: '\ec17';
}

/* 'î°—' */
.b-icon-globe-2:before {
    content: '\ec18';
}

/* 'î°˜' */
.b-icon-globe-alt-outline:before {
    content: '\ec19';
}

/* 'î°™' */
.b-icon-globe-alt:before {
    content: '\ec1a';
}

/* 'î°š' */
.b-icon-sun-1:before {
    content: '\ec1b';
}

/* 'î°›' */
.b-icon-sun-filled:before {
    content: '\ec1c';
}

/* 'î°œ' */
.b-icon-cloud-2:before {
    content: '\ec1d';
}

/* 'î°�' */
.b-icon-flash-outline:before {
    content: '\ec1e';
}

/* 'î°ž' */
.b-icon-flash-2:before {
    content: '\ec1f';
}

/* 'î°Ÿ' */
.b-icon-moon-2:before {
    content: '\ec20';
}

/* 'î° ' */
.b-icon-waves-outline:before {
    content: '\ec21';
}

/* 'î°¡' */
.b-icon-waves:before {
    content: '\ec22';
}

/* 'î°¢' */
.b-icon-rain:before {
    content: '\ec23';
}

/* 'î°£' */
.b-icon-cloud-sun:before {
    content: '\ec24';
}

/* 'î°¤' */
.b-icon-drizzle:before {
    content: '\ec25';
}

/* 'î°¥' */
.b-icon-snow:before {
    content: '\ec26';
}

/* 'î°¦' */
.b-icon-cloud-flash:before {
    content: '\ec27';
}

/* 'î°§' */
.b-icon-cloud-wind:before {
    content: '\ec28';
}

/* 'î°¨' */
.b-icon-wind:before {
    content: '\ec29';
}

/* 'î°©' */
.b-icon-plane-outline:before {
    content: '\ec2a';
}

/* 'î°ª' */
.b-icon-plane:before {
    content: '\ec2b';
}

/* 'î°«' */
.b-icon-leaf-2:before {
    content: '\ec2c';
}

/* 'î°¬' */
.b-icon-lifebuoy-2:before {
    content: '\ec2d';
}

/* 'î°­' */
.b-icon-briefcase-2:before {
    content: '\ec2e';
}

/* 'î°®' */
.b-icon-brush-2:before {
    content: '\ec2f';
}

/* 'î°¯' */
.b-icon-pipette:before {
    content: '\ec30';
}

/* 'î°°' */
.b-icon-power-outline:before {
    content: '\ec31';
}

/* 'î°±' */
.b-icon-power:before {
    content: '\ec32';
}

/* 'î°²' */
.b-icon-check-outline:before {
    content: '\ec33';
}

/* 'î°³' */
.b-icon-check-2:before {
    content: '\ec34';
}

/* 'î°´' */
.b-icon-gift-1:before {
    content: '\ec35';
}

/* 'î°µ' */
.b-icon-temperatire:before {
    content: '\ec36';
}

/* 'î°¶' */
.b-icon-chart-outline:before {
    content: '\ec37';
}

/* 'î°·' */
.b-icon-chart:before {
    content: '\ec38';
}

/* 'î°¸' */
.b-icon-chart-alt-outline:before {
    content: '\ec39';
}

/* 'î°¹' */
.b-icon-chart-alt:before {
    content: '\ec3a';
}

/* 'î°º' */
.b-icon-chart-bar-outline:before {
    content: '\ec3b';
}

/* 'î°»' */
.b-icon-chart-bar-2:before {
    content: '\ec3c';
}

/* 'î°¼' */
.b-icon-chart-pie-outline:before {
    content: '\ec3d';
}

/* 'î°½' */
.b-icon-chart-pie-2:before {
    content: '\ec3e';
}

/* 'î°¾' */
.b-icon-ticket-2:before {
    content: '\ec3f';
}

/* 'î°¿' */
.b-icon-credit-card-2:before {
    content: '\ec40';
}

/* 'î±€' */
.b-icon-clipboard-1:before {
    content: '\ec41';
}

/* 'î±�' */
.b-icon-database-2:before {
    content: '\ec42';
}

/* 'î±‚' */
.b-icon-key-outline:before {
    content: '\ec43';
}

/* 'î±ƒ' */
.b-icon-key-2:before {
    content: '\ec44';
}

/* 'î±„' */
.b-icon-flow-split:before {
    content: '\ec45';
}

/* 'î±…' */
.b-icon-flow-merge:before {
    content: '\ec46';
}

/* 'î±†' */
.b-icon-flow-parallel-1:before {
    content: '\ec47';
}

/* 'î±‡' */
.b-icon-flow-cross:before {
    content: '\ec48';
}

/* 'î±ˆ' */
.b-icon-certificate-outline:before {
    content: '\ec49';
}

/* 'î±‰' */
.b-icon-certificate-1:before {
    content: '\ec4a';
}

/* 'î±Š' */
.b-icon-scissors-outline:before {
    content: '\ec4b';
}

/* 'î±‹' */
.b-icon-scissors-1:before {
    content: '\ec4c';
}

/* 'î±Œ' */
.b-icon-flask:before {
    content: '\ec4d';
}

/* 'î±�' */
.b-icon-wine:before {
    content: '\ec4e';
}

/* 'î±Ž' */
.b-icon-coffee-1:before {
    content: '\ec4f';
}

/* 'î±�' */
.b-icon-beer-1:before {
    content: '\ec50';
}

/* 'î±�' */
.b-icon-anchor-outline:before {
    content: '\ec51';
}

/* 'î±‘' */
.b-icon-anchor-1:before {
    content: '\ec52';
}

/* 'î±’' */
.b-icon-puzzle-outline:before {
    content: '\ec53';
}

/* 'î±“' */
.b-icon-puzzle-1:before {
    content: '\ec54';
}

/* 'î±”' */
.b-icon-tree-1:before {
    content: '\ec55';
}

/* 'î±•' */
.b-icon-calculator:before {
    content: '\ec56';
}

/* 'î±–' */
.b-icon-infinity-outline:before {
    content: '\ec57';
}

/* 'î±—' */
.b-icon-infinity-1:before {
    content: '\ec58';
}

/* 'î±˜' */
.b-icon-pi-outline:before {
    content: '\ec59';
}

/* 'î±™' */
.b-icon-pi:before {
    content: '\ec5a';
}

/* 'î±š' */
.b-icon-at-1:before {
    content: '\ec5b';
}

/* 'î±›' */
.b-icon-at-circled:before {
    content: '\ec5c';
}

/* 'î±œ' */
.b-icon-looped-square-outline:before {
    content: '\ec5d';
}

/* 'î±�' */
.b-icon-looped-square-interest:before {
    content: '\ec5e';
}

/* 'î±ž' */
.b-icon-sort-alphabet-outline:before {
    content: '\ec5f';
}

/* 'î±Ÿ' */
.b-icon-sort-alphabet:before {
    content: '\ec60';
}

/* 'î± ' */
.b-icon-sort-numeric-outline:before {
    content: '\ec61';
}

/* 'î±¡' */
.b-icon-sort-numeric:before {
    content: '\ec62';
}

/* 'î±¢' */
.b-icon-dribbble-circled-1:before {
    content: '\ec63';
}

/* 'î±£' */
.b-icon-dribbble-2:before {
    content: '\ec64';
}

/* 'î±¤' */
.b-icon-facebook-circled-1:before {
    content: '\ec65';
}

/* 'î±¥' */
.b-icon-facebook-2:before {
    content: '\ec66';
}

/* 'î±¦' */
.b-icon-flickr-circled-1:before {
    content: '\ec67';
}

/* 'î±§' */
.b-icon-flickr-2:before {
    content: '\ec68';
}

/* 'î±¨' */
.b-icon-github-circled-2:before {
    content: '\ec69';
}

/* 'î±©' */
.b-icon-github-2:before {
    content: '\ec6a';
}

/* 'î±ª' */
.b-icon-lastfm-circled-1:before {
    content: '\ec6b';
}

/* 'î±«' */
.b-icon-lastfm-2:before {
    content: '\ec6c';
}

/* 'î±¬' */
.b-icon-linkedin-circled-1:before {
    content: '\ec6d';
}

/* 'î±­' */
.b-icon-linkedin-2:before {
    content: '\ec6e';
}

/* 'î±®' */
.b-icon-pinterest-circled-2:before {
    content: '\ec6f';
}

/* 'î±¯' */
.b-icon-pinterest-2:before {
    content: '\ec70';
}

/* 'î±°' */
.b-icon-skype-outline:before {
    content: '\ec71';
}

/* 'î±±' */
.b-icon-skype-2:before {
    content: '\ec72';
}

/* 'î±²' */
.b-icon-tumbler-circled:before {
    content: '\ec73';
}

/* 'î±³' */
.b-icon-tumbler:before {
    content: '\ec74';
}

/* 'î±´' */
.b-icon-twitter-circled-1:before {
    content: '\ec75';
}

/* 'î±µ' */
.b-icon-twitter-2:before {
    content: '\ec76';
}

/* 'î±¶' */
.b-icon-vimeo-circled-1:before {
    content: '\ec77';
}

/* 'î±·' */
.b-icon-vimeo-1:before {
    content: '\ec78';
}

/* 'î±¸' */
.b-icon-search-3:before {
    content: '\ec79';
}

/* 'î±¹' */
.b-icon-mail-3:before {
    content: '\ec7a';
}

/* 'î±º' */
.b-icon-heart-3:before {
    content: '\ec7b';
}

/* 'î±»' */
.b-icon-heart-empty-2:before {
    content: '\ec7c';
}

/* 'î±¼' */
.b-icon-star-3:before {
    content: '\ec7d';
}

/* 'î±½' */
.b-icon-user-3:before {
    content: '\ec7e';
}

/* 'î±¾' */
.b-icon-video-3:before {
    content: '\ec7f';
}

/* 'î±¿' */
.b-icon-picture-3:before {
    content: '\ec80';
}

/* 'î²€' */
.b-icon-camera-3:before {
    content: '\ec81';
}

/* 'î²�' */
.b-icon-ok-2:before {
    content: '\ec82';
}

/* 'î²‚' */
.b-icon-ok-circle:before {
    content: '\ec83';
}

/* 'î²ƒ' */
.b-icon-cancel-3:before {
    content: '\ec84';
}

/* 'î²„' */
.b-icon-cancel-circle:before {
    content: '\ec85';
}

/* 'î²…' */
.b-icon-plus-3:before {
    content: '\ec86';
}

/* 'î²†' */
.b-icon-plus-circle:before {
    content: '\ec87';
}

/* 'î²‡' */
.b-icon-minus-3:before {
    content: '\ec88';
}

/* 'î²ˆ' */
.b-icon-minus-circle:before {
    content: '\ec89';
}

/* 'î²‰' */
.b-icon-help-2:before {
    content: '\ec8a';
}

/* 'î²Š' */
.b-icon-info-3:before {
    content: '\ec8b';
}

/* 'î²‹' */
.b-icon-canal-3:before {
    content: '\ec8c';
}

/* 'î²Œ' */
.b-icon-link-3:before {
    content: '\ec8d';
}

/* 'î²�' */
.b-icon-attach-3:before {
    content: '\ec8e';
}

/* 'î²Ž' */
.b-icon-lock-3:before {
    content: '\ec8f';
}

/* 'î²�' */
.b-icon-lock-empty:before {
    content: '\ec90';
}

/* 'î²�' */
.b-icon-lock-open-3:before {
    content: '\ec91';
}

/* 'î²‘' */
.b-icon-lock-open-empty:before {
    content: '\ec92';
}

/* 'î²’' */
.b-icon-pin-2:before {
    content: '\ec93';
}

/* 'î²“' */
.b-icon-eye-3:before {
    content: '\ec94';
}

/* 'î²”' */
.b-icon-tag-3:before {
    content: '\ec95';
}

/* 'î²•' */
.b-icon-tag-empty:before {
    content: '\ec96';
}

/* 'î²–' */
.b-icon-download-3:before {
    content: '\ec97';
}

/* 'î²—' */
.b-icon-upload-3:before {
    content: '\ec98';
}

/* 'î²˜' */
.b-icon-download-cloud-1:before {
    content: '\ec99';
}

/* 'î²™' */
.b-icon-upload-cloud-3:before {
    content: '\ec9a';
}

/* 'î²š' */
.b-icon-quote-left-1:before {
    content: '\ec9b';
}

/* 'î²›' */
.b-icon-quote-right-1:before {
    content: '\ec9c';
}

/* 'î²œ' */
.b-icon-quote-left-alt:before {
    content: '\ec9d';
}

/* 'î²�' */
.b-icon-quote-right-alt:before {
    content: '\ec9e';
}

/* 'î²ž' */
.b-icon-pencil-3:before {
    content: '\ec9f';
}

/* 'î²Ÿ' */
.b-icon-pencil-neg:before {
    content: '\eca0';
}

/* 'î² ' */
.b-icon-pencil-alt:before {
    content: '\eca1';
}

/* 'î²¡' */
.b-icon-undo:before {
    content: '\eca2';
}

/* 'î²¢' */
.b-icon-comment-3:before {
    content: '\eca3';
}

/* 'î²£' */
.b-icon-comment-inv:before {
    content: '\eca4';
}

/* 'î²¤' */
.b-icon-comment-alt:before {
    content: '\eca5';
}

/* 'î²¥' */
.b-icon-comment-inv-alt:before {
    content: '\eca6';
}

/* 'î²¦' */
.b-icon-comment-alt2:before {
    content: '\eca7';
}

/* 'î²§' */
.b-icon-comment-inv-alt2:before {
    content: '\eca8';
}

/* 'î²¨' */
.b-icon-chat-3:before {
    content: '\eca9';
}

/* 'î²©' */
.b-icon-chat-inv:before {
    content: '\ecaa';
}

/* 'î²ª' */
.b-icon-location-3:before {
    content: '\ecab';
}

/* 'î²«' */
.b-icon-location-inv:before {
    content: '\ecac';
}

/* 'î²¬' */
.b-icon-location-alt:before {
    content: '\ecad';
}

/* 'î²­' */
.b-icon-compass-3:before {
    content: '\ecae';
}

/* 'î²®' */
.b-icon-trash-3:before {
    content: '\ecaf';
}

/* 'î²¯' */
.b-icon-trash-empty-1:before {
    content: '\ecb0';
}

/* 'î²°' */
.b-icon-doc-3:before {
    content: '\ecb1';
}

/* 'î²±' */
.b-icon-doc-inv-1:before {
    content: '\ecb2';
}

/* 'î²²' */
.b-icon-doc-alt:before {
    content: '\ecb3';
}

/* 'î²³' */
.b-icon-doc-inv-alt:before {
    content: '\ecb4';
}

/* 'î²´' */
.b-icon-article:before {
    content: '\ecb5';
}

/* 'î²µ' */
.b-icon-article-alt:before {
    content: '\ecb6';
}

/* 'î²¶' */
.b-icon-book-open-1:before {
    content: '\ecb7';
}

/* 'î²·' */
.b-icon-folder-3:before {
    content: '\ecb8';
}

/* 'î²¸' */
.b-icon-folder-empty-1:before {
    content: '\ecb9';
}

/* 'î²¹' */
.b-icon-box-3:before {
    content: '\ecba';
}

/* 'î²º' */
.b-icon-rss-3:before {
    content: '\ecbb';
}

/* 'î²»' */
.b-icon-rss-alt:before {
    content: '\ecbc';
}

/* 'î²¼' */
.b-icon-cog-3:before {
    content: '\ecbd';
}

/* 'î²½' */
.b-icon-wrench-2:before {
    content: '\ecbe';
}

/* 'î²¾' */
.b-icon-share-2:before {
    content: '\ecbf';
}

/* 'î²¿' */
.b-icon-calendar-3:before {
    content: '\ecc0';
}

/* 'î³€' */
.b-icon-calendar-inv:before {
    content: '\ecc1';
}

/* 'î³�' */
.b-icon-calendar-alt:before {
    content: '\ecc2';
}

/* 'î³‚' */
.b-icon-mic-3:before {
    content: '\ecc3';
}

/* 'î³ƒ' */
.b-icon-volume-off-2:before {
    content: '\ecc4';
}

/* 'î³„' */
.b-icon-volume-up-1:before {
    content: '\ecc5';
}

/* 'î³…' */
.b-icon-headphones-2:before {
    content: '\ecc6';
}

/* 'î³†' */
.b-icon-clock-3:before {
    content: '\ecc7';
}

/* 'î³‡' */
.b-icon-lamp-1:before {
    content: '\ecc8';
}

/* 'î³ˆ' */
.b-icon-block-3:before {
    content: '\ecc9';
}

/* 'î³‰' */
.b-icon-resize-full-3:before {
    content: '\ecca';
}

/* 'î³Š' */
.b-icon-resize-full-alt-1:before {
    content: '\eccb';
}

/* 'î³‹' */
.b-icon-resize-small-2:before {
    content: '\eccc';
}

/* 'î³Œ' */
.b-icon-resize-small-alt:before {
    content: '\eccd';
}

/* 'î³�' */
.b-icon-resize-vertical-1:before {
    content: '\ecce';
}

/* 'î³Ž' */
.b-icon-resize-horizontal-1:before {
    content: '\eccf';
}

/* 'î³�' */
.b-icon-move-2:before {
    content: '\ecd0';
}

/* 'î³�' */
.b-icon-popup-3:before {
    content: '\ecd1';
}

/* 'î³‘' */
.b-icon-down-3:before {
    content: '\ecd2';
}

/* 'î³’' */
.b-icon-left-3:before {
    content: '\ecd3';
}

/* 'î³“' */
.b-icon-right-3:before {
    content: '\ecd4';
}

/* 'î³”' */
.b-icon-up-3:before {
    content: '\ecd5';
}

/* 'î³•' */
.b-icon-down-circle:before {
    content: '\ecd6';
}

/* 'î³–' */
.b-icon-left-circle:before {
    content: '\ecd7';
}

/* 'î³—' */
.b-icon-right-circle:before {
    content: '\ecd8';
}

/* 'î³˜' */
.b-icon-up-circle:before {
    content: '\ecd9';
}

/* 'î³™' */
.b-icon-cw-3:before {
    content: '\ecda';
}

/* 'î³š' */
.b-icon-loop-2:before {
    content: '\ecdb';
}

/* 'î³›' */
.b-icon-loop-alt-1:before {
    content: '\ecdc';
}

/* 'î³œ' */
.b-icon-exchange-1:before {
    content: '\ecdd';
}

/* 'î³�' */
.b-icon-split:before {
    content: '\ecde';
}

/* 'î³ž' */
.b-icon-arrow-curved:before {
    content: '\ecdf';
}

/* 'î³Ÿ' */
.b-icon-play-3:before {
    content: '\ece0';
}

/* 'î³ ' */
.b-icon-play-circle2:before {
    content: '\ece1';
}

/* 'î³¡' */
.b-icon-stop-3:before {
    content: '\ece2';
}

/* 'î³¢' */
.b-icon-pause-3:before {
    content: '\ece3';
}

/* 'î³£' */
.b-icon-to-start-2:before {
    content: '\ece4';
}

/* 'î³¤' */
.b-icon-to-end-2:before {
    content: '\ece5';
}

/* 'î³¥' */
.b-icon-eject-2:before {
    content: '\ece6';
}

/* 'î³¦' */
.b-icon-target-3:before {
    content: '\ece7';
}

/* 'î³§' */
.b-icon-signal-2:before {
    content: '\ece8';
}

/* 'î³¨' */
.b-icon-award-1:before {
    content: '\ece9';
}

/* 'î³©' */
.b-icon-award-empty:before {
    content: '\ecea';
}

/* 'î³ª' */
.b-icon-list-2:before {
    content: '\eceb';
}

/* 'î³«' */
.b-icon-list-nested:before {
    content: '\ecec';
}

/* 'î³¬' */
.b-icon-bat-empty:before {
    content: '\eced';
}

/* 'î³­' */
.b-icon-bat-half:before {
    content: '\ecee';
}

/* 'î³®' */
.b-icon-bat-full:before {
    content: '\ecef';
}

/* 'î³¯' */
.b-icon-bat-charge-1:before {
    content: '\ecf0';
}

/* 'î³°' */
.b-icon-mobile-3:before {
    content: '\ecf1';
}

/* 'î³±' */
.b-icon-cd-1:before {
    content: '\ecf2';
}

/* 'î³²' */
.b-icon-equalizer:before {
    content: '\ecf3';
}

/* 'î³³' */
.b-icon-cursor:before {
    content: '\ecf4';
}

/* 'î³´' */
.b-icon-aperture:before {
    content: '\ecf5';
}

/* 'î³µ' */
.b-icon-aperture-alt:before {
    content: '\ecf6';
}

/* 'î³¶' */
.b-icon-steering-wheel:before {
    content: '\ecf7';
}

/* 'î³·' */
.b-icon-book-2:before {
    content: '\ecf8';
}

/* 'î³¸' */
.b-icon-book-alt:before {
    content: '\ecf9';
}

/* 'î³¹' */
.b-icon-brush-3:before {
    content: '\ecfa';
}

/* 'î³º' */
.b-icon-brush-alt:before {
    content: '\ecfb';
}

/* 'î³»' */
.b-icon-eyedropper-1:before {
    content: '\ecfc';
}

/* 'î³¼' */
.b-icon-layers:before {
    content: '\ecfd';
}

/* 'î³½' */
.b-icon-layers-alt:before {
    content: '\ecfe';
}

/* 'î³¾' */
.b-icon-sun-2:before {
    content: '\ecff';
}

/* 'î³¿' */
.b-icon-sun-inv:before {
    content: '\ed00';
}

/* 'î´€' */
.b-icon-cloud-3:before {
    content: '\ed01';
}

/* 'î´�' */
.b-icon-rain-1:before {
    content: '\ed02';
}

/* 'î´‚' */
.b-icon-flash-3:before {
    content: '\ed03';
}

/* 'î´ƒ' */
.b-icon-moon-3:before {
    content: '\ed04';
}

/* 'î´„' */
.b-icon-moon-inv:before {
    content: '\ed05';
}

/* 'î´…' */
.b-icon-umbrella-1:before {
    content: '\ed06';
}

/* 'î´†' */
.b-icon-chart-bar-3:before {
    content: '\ed07';
}

/* 'î´‡' */
.b-icon-chart-pie-3:before {
    content: '\ed08';
}

/* 'î´ˆ' */
.b-icon-chart-pie-alt:before {
    content: '\ed09';
}

/* 'î´‰' */
.b-icon-key-3:before {
    content: '\ed0a';
}

/* 'î´Š' */
.b-icon-key-inv:before {
    content: '\ed0b';
}

/* 'î´‹' */
.b-icon-hash:before {
    content: '\ed0c';
}

/* 'î´Œ' */
.b-icon-at-2:before {
    content: '\ed0d';
}

/* 'î´�' */
.b-icon-pilcrow:before {
    content: '\ed0e';
}

/* 'î´Ž' */
.b-icon-dial:before {
    content: '\ed0f';
}

/* 'î´�' */
.b-icon-search-4:before {
    content: '\ed10';
}

/* 'î´�' */
.b-icon-mail-4:before {
    content: '\ed11';
}

/* 'î´‘' */
.b-icon-heart-4:before {
    content: '\ed12';
}

/* 'î´’' */
.b-icon-star-4:before {
    content: '\ed13';
}

/* 'î´“' */
.b-icon-user-4:before {
    content: '\ed14';
}

/* 'î´”' */
.b-icon-user-woman:before {
    content: '\ed15';
}

/* 'î´•' */
.b-icon-user-pair:before {
    content: '\ed16';
}

/* 'î´–' */
.b-icon-video-alt:before {
    content: '\ed17';
}

/* 'î´—' */
.b-icon-videocam-2:before {
    content: '\ed18';
}

/* 'î´˜' */
.b-icon-videocam-alt:before {
    content: '\ed19';
}

/* 'î´™' */
.b-icon-camera-4:before {
    content: '\ed1a';
}

/* 'î´š' */
.b-icon-th-2:before {
    content: '\ed1b';
}

/* 'î´›' */
.b-icon-th-list-2:before {
    content: '\ed1c';
}

/* 'î´œ' */
.b-icon-ok-3:before {
    content: '\ed1d';
}

/* 'î´�' */
.b-icon-cancel-4:before {
    content: '\ed1e';
}

/* 'î´ž' */
.b-icon-cancel-circle-1:before {
    content: '\ed1f';
}

/* 'î´Ÿ' */
.b-icon-plus-4:before {
    content: '\ed20';
}

/* 'î´ ' */
.b-icon-canal-4:before {
    content: '\ed21';
}

/* 'î´¡' */
.b-icon-lock-4:before {
    content: '\ed22';
}

/* 'î´¢' */
.b-icon-lock-open-4:before {
    content: '\ed23';
}

/* 'î´£' */
.b-icon-eye-4:before {
    content: '\ed24';
}

/* 'î´¤' */
.b-icon-tag-4:before {
    content: '\ed25';
}

/* 'î´¥' */
.b-icon-thumbs-up-3:before {
    content: '\ed26';
}

/* 'î´¦' */
.b-icon-thumbs-down-3:before {
    content: '\ed27';
}

/* 'î´§' */
.b-icon-download-4:before {
    content: '\ed28';
}

/* 'î´¨' */
.b-icon-export-3:before {
    content: '\ed29';
}

/* 'î´©' */
.b-icon-pencil-4:before {
    content: '\ed2a';
}

/* 'î´ª' */
.b-icon-pencil-alt-1:before {
    content: '\ed2b';
}

/* 'î´«' */
.b-icon-edit-2:before {
    content: '\ed2c';
}

/* 'î´¬' */
.b-icon-chat-4:before {
    content: '\ed2d';
}

/* 'î´­' */
.b-icon-print-3:before {
    content: '\ed2e';
}

/* 'î´®' */
.b-icon-bell-3:before {
    content: '\ed2f';
}

/* 'î´¯' */
.b-icon-attention-3:before {
    content: '\ed30';
}

/* 'î´°' */
.b-icon-info-4:before {
    content: '\ed31';
}

/* 'î´±' */
.b-icon-question:before {
    content: '\ed32';
}

/* 'î´²' */
.b-icon-location-4:before {
    content: '\ed33';
}

/* 'î´³' */
.b-icon-trash-4:before {
    content: '\ed34';
}

/* 'î´´' */
.b-icon-doc-4:before {
    content: '\ed35';
}

/* 'î´µ' */
.b-icon-article-1:before {
    content: '\ed36';
}

/* 'î´¶' */
.b-icon-article-alt-1:before {
    content: '\ed37';
}

/* 'î´·' */
.b-icon-rss-4:before {
    content: '\ed38';
}

/* 'î´¸' */
.b-icon-wrench-3:before {
    content: '\ed39';
}

/* 'î´¹' */
.b-icon-basket-3:before {
    content: '\ed3a';
}

/* 'î´º' */
.b-icon-basket-alt:before {
    content: '\ed3b';
}

/* 'î´»' */
.b-icon-calendar-4:before {
    content: '\ed3c';
}

/* 'î´¼' */
.b-icon-calendar-alt-1:before {
    content: '\ed3d';
}

/* 'î´½' */
.b-icon-volume-off-3:before {
    content: '\ed3e';
}

/* 'î´¾' */
.b-icon-volume-down-1:before {
    content: '\ed3f';
}

/* 'î´¿' */
.b-icon-volume-up-2:before {
    content: '\ed40';
}

/* 'îµ€' */
.b-icon-bullhorn:before {
    content: '\ed41';
}

/* 'îµ�' */
.b-icon-clock-4:before {
    content: '\ed42';
}

/* 'îµ‚' */
.b-icon-clock-alt:before {
    content: '\ed43';
}

/* 'îµƒ' */
.b-icon-stop-4:before {
    content: '\ed44';
}

/* 'îµ„' */
.b-icon-resize-full-4:before {
    content: '\ed45';
}

/* 'îµ…' */
.b-icon-resize-small-3:before {
    content: '\ed46';
}

/* 'îµ†' */
.b-icon-zoom-in-2:before {
    content: '\ed47';
}

/* 'îµ‡' */
.b-icon-zoom-out-2:before {
    content: '\ed48';
}

/* 'îµˆ' */
.b-icon-popup-4:before {
    content: '\ed49';
}

/* 'îµ‰' */
.b-icon-down-dir-2:before {
    content: '\ed4a';
}

/* 'îµŠ' */
.b-icon-left-dir-2:before {
    content: '\ed4b';
}

/* 'îµ‹' */
.b-icon-right-dir-2:before {
    content: '\ed4c';
}

/* 'îµŒ' */
.b-icon-up-dir-2:before {
    content: '\ed4d';
}

/* 'îµ�' */
.b-icon-down-4:before {
    content: '\ed4e';
}

/* 'îµŽ' */
.b-icon-up-4:before {
    content: '\ed4f';
}

/* 'îµ�' */
.b-icon-cw-4:before {
    content: '\ed50';
}

/* 'îµ�' */
.b-icon-signal-3:before {
    content: '\ed51';
}

/* 'îµ‘' */
.b-icon-award-2:before {
    content: '\ed52';
}

/* 'îµ’' */
.b-icon-mobile-4:before {
    content: '\ed53';
}

/* 'îµ“' */
.b-icon-mobile-alt:before {
    content: '\ed54';
}

/* 'îµ”' */
.b-icon-tablet-2:before {
    content: '\ed55';
}

/* 'îµ•' */
.b-icon-ipod:before {
    content: '\ed56';
}

/* 'îµ–' */
.b-icon-cd-2:before {
    content: '\ed57';
}

/* 'îµ—' */
.b-icon-grid:before {
    content: '\ed58';
}

/* 'îµ˜' */
.b-icon-book-3:before {
    content: '\ed59';
}

/* 'îµ™' */
.b-icon-easel:before {
    content: '\ed5a';
}

/* 'îµš' */
.b-icon-globe-3:before {
    content: '\ed5b';
}

/* 'îµ›' */
.b-icon-chart-1:before {
    content: '\ed5c';
}

/* 'îµœ' */
.b-icon-chart-bar-4:before {
    content: '\ed5d';
}

/* 'îµ�' */
.b-icon-chart-pie-4:before {
    content: '\ed5e';
}

/* 'îµž' */
.b-icon-dollar-1:before {
    content: '\ed5f';
}

/* 'îµŸ' */
.b-icon-at-3:before {
    content: '\ed60';
}

/* 'îµ ' */
.b-icon-colon:before {
    content: '\ed61';
}

/* 'îµ¡' */
.b-icon-semicolon:before {
    content: '\ed62';
}

/* 'îµ¢' */
.b-icon-squares:before {
    content: '\ed63';
}

/* 'îµ£' */
.b-icon-money-1:before {
    content: '\ed64';
}

/* 'îµ¤' */
.b-icon-facebook-3:before {
    content: '\ed65';
}

/* 'îµ¥' */
.b-icon-facebook-rect:before {
    content: '\ed66';
}

/* 'îµ¦' */
.b-icon-twitter-3:before {
    content: '\ed67';
}

/* 'îµ§' */
.b-icon-twitter-bird:before {
    content: '\ed68';
}

/* 'îµ¨' */
.b-icon-twitter-rect:before {
    content: '\ed69';
}

/* 'îµ©' */
.b-icon-youtube-1:before {
    content: '\ed6a';
}

/* 'îµª' */
.b-icon-windy-rain-inv:before {
    content: '\ed6b';
}

/* 'îµ«' */
.b-icon-snow-inv:before {
    content: '\ed6c';
}

/* 'îµ¬' */
.b-icon-snow-heavy-inv:before {
    content: '\ed6d';
}

/* 'îµ­' */
.b-icon-hail-inv:before {
    content: '\ed6e';
}

/* 'îµ®' */
.b-icon-clouds-inv:before {
    content: '\ed6f';
}

/* 'îµ¯' */
.b-icon-clouds-flash-inv:before {
    content: '\ed70';
}

/* 'îµ°' */
.b-icon-temperature:before {
    content: '\ed71';
}

/* 'îµ±' */
.b-icon-compass-4:before {
    content: '\ed72';
}

/* 'îµ²' */
.b-icon-na:before {
    content: '\ed73';
}

/* 'îµ³' */
.b-icon-celcius:before {
    content: '\ed74';
}

/* 'îµ´' */
.b-icon-fahrenheit:before {
    content: '\ed75';
}

/* 'îµµ' */
.b-icon-clouds-flash-alt:before {
    content: '\ed76';
}

/* 'îµ¶' */
.b-icon-sun-inv-1:before {
    content: '\ed77';
}

/* 'îµ·' */
.b-icon-moon-inv-1:before {
    content: '\ed78';
}

/* 'îµ¸' */
.b-icon-cloud-sun-inv:before {
    content: '\ed79';
}

/* 'îµ¹' */
.b-icon-cloud-moon-inv:before {
    content: '\ed7a';
}

/* 'îµº' */
.b-icon-cloud-inv:before {
    content: '\ed7b';
}

/* 'îµ»' */
.b-icon-cloud-flash-inv:before {
    content: '\ed7c';
}

/* 'îµ¼' */
.b-icon-drizzle-inv:before {
    content: '\ed7d';
}

/* 'îµ½' */
.b-icon-rain-inv:before {
    content: '\ed7e';
}

/* 'îµ¾' */
.b-icon-windy-inv:before {
    content: '\ed7f';
}

/* 'îµ¿' */
.b-icon-sunrise:before {
    content: '\ed80';
}

/* 'î¶€' */
.b-icon-sun-3:before {
    content: '\ed81';
}

/* 'î¶�' */
.b-icon-moon-4:before {
    content: '\ed82';
}

/* 'î¶‚' */
.b-icon-eclipse:before {
    content: '\ed83';
}

/* 'î¶ƒ' */
.b-icon-mist:before {
    content: '\ed84';
}

/* 'î¶„' */
.b-icon-wind-1:before {
    content: '\ed85';
}

/* 'î¶…' */
.b-icon-snowflake:before {
    content: '\ed86';
}

/* 'î¶†' */
.b-icon-cloud-sun-1:before {
    content: '\ed87';
}

/* 'î¶‡' */
.b-icon-cloud-moon:before {
    content: '\ed88';
}

/* 'î¶ˆ' */
.b-icon-fog-sun:before {
    content: '\ed89';
}

/* 'î¶‰' */
.b-icon-fog-moon:before {
    content: '\ed8a';
}

/* 'î¶Š' */
.b-icon-fog-cloud:before {
    content: '\ed8b';
}

/* 'î¶‹' */
.b-icon-fog:before {
    content: '\ed8c';
}

/* 'î¶Œ' */
.b-icon-cloud-4:before {
    content: '\ed8d';
}

/* 'î¶�' */
.b-icon-cloud-flash-1:before {
    content: '\ed8e';
}

/* 'î¶Ž' */
.b-icon-cloud-flash-alt:before {
    content: '\ed8f';
}

/* 'î¶�' */
.b-icon-drizzle-1:before {
    content: '\ed90';
}

/* 'î¶�' */
.b-icon-rain-2:before {
    content: '\ed91';
}

/* 'î¶‘' */
.b-icon-windy:before {
    content: '\ed92';
}

/* 'î¶’' */
.b-icon-windy-rain:before {
    content: '\ed93';
}

/* 'î¶“' */
.b-icon-snow-1:before {
    content: '\ed94';
}

/* 'î¶”' */
.b-icon-snow-alt:before {
    content: '\ed95';
}

/* 'î¶•' */
.b-icon-snow-heavy:before {
    content: '\ed96';
}

/* 'î¶–' */
.b-icon-hail:before {
    content: '\ed97';
}

/* 'î¶—' */
.b-icon-clouds:before {
    content: '\ed98';
}

/* 'î¶˜' */
.b-icon-clouds-flash:before {
    content: '\ed99';
}

/* 'î¶™' */
.b-icon-heart-5:before {
    content: '\ed9a';
}

/* 'î¶š' */
.b-icon-heart-broken:before {
    content: '\ed9b';
}

/* 'î¶›' */
.b-icon-star-5:before {
    content: '\ed9c';
}

/* 'î¶œ' */
.b-icon-star-empty-2:before {
    content: '\ed9d';
}

/* 'î¶�' */
.b-icon-star-half-1:before {
    content: '\ed9e';
}

/* 'î¶ž' */
.b-icon-star-half_empty:before {
    content: '\ed9f';
}

/* 'î¶Ÿ' */
.b-icon-user-5:before {
    content: '\eda0';
}

/* 'î¶ ' */
.b-icon-user-male:before {
    content: '\eda1';
}

/* 'î¶¡' */
.b-icon-user-female:before {
    content: '\eda2';
}

/* 'î¶¢' */
.b-icon-users-3:before {
    content: '\eda3';
}

/* 'î¶£' */
.b-icon-movie:before {
    content: '\eda4';
}

/* 'î¶¤' */
.b-icon-videocam-3:before {
    content: '\eda5';
}

/* 'î¶¥' */
.b-icon-isight:before {
    content: '\eda6';
}

/* 'î¶¦' */
.b-icon-camera-5:before {
    content: '\eda7';
}

/* 'î¶§' */
.b-icon-menu-3:before {
    content: '\eda8';
}

/* 'î¶¨' */
.b-icon-th-thumb:before {
    content: '\eda9';
}

/* 'î¶©' */
.b-icon-th-thumb-empty:before {
    content: '\edaa';
}

/* 'î¶ª' */
.b-icon-th-list-3:before {
    content: '\edab';
}

/* 'î¶«' */
.b-icon-ok-4:before {
    content: '\edac';
}

/* 'î¶¬' */
.b-icon-ok-circled-1:before {
    content: '\edad';
}

/* 'î¶­' */
.b-icon-cancel-5:before {
    content: '\edae';
}

/* 'î¶®' */
.b-icon-cancel-circled-3:before {
    content: '\edaf';
}

/* 'î¶¯' */
.b-icon-plus-5:before {
    content: '\edb0';
}

/* 'î¶°' */
.b-icon-help-circled-2:before {
    content: '\edb1';
}

/* 'î¶±' */
.b-icon-help-circled-alt:before {
    content: '\edb2';
}

/* 'î¶²' */
.b-icon-info-circled-2:before {
    content: '\edb3';
}

/* 'î¶³' */
.b-icon-info-circled-alt:before {
    content: '\edb4';
}

/* 'î¶´' */
.b-icon-canal-5:before {
    content: '\edb5';
}

/* 'î¶µ' */
.b-icon-link-4:before {
    content: '\edb6';
}

/* 'î¶¶' */
.b-icon-attach-4:before {
    content: '\edb7';
}

/* 'î¶·' */
.b-icon-lock-5:before {
    content: '\edb8';
}

/* 'î¶¸' */
.b-icon-lock-alt:before {
    content: '\edb9';
}

/* 'î¶¹' */
.b-icon-lock-open-5:before {
    content: '\edba';
}

/* 'î¶º' */
.b-icon-lock-open-alt-1:before {
    content: '\edbb';
}

/* 'î¶»' */
.b-icon-eye-5:before {
    content: '\edbc';
}

/* 'î¶¼' */
.b-icon-download-5:before {
    content: '\edbd';
}

/* 'î¶½' */
.b-icon-upload-4:before {
    content: '\edbe';
}

/* 'î¶¾' */
.b-icon-download-cloud-2:before {
    content: '\edbf';
}

/* 'î¶¿' */
.b-icon-upload-cloud-4:before {
    content: '\edc0';
}

/* 'î·€' */
.b-icon-reply-3:before {
    content: '\edc1';
}

/* 'î·�' */
.b-icon-pencil-5:before {
    content: '\edc2';
}

/* 'î·‚' */
.b-icon-export-4:before {
    content: '\edc3';
}

/* 'î·ƒ' */
.b-icon-print-4:before {
    content: '\edc4';
}

/* 'î·„' */
.b-icon-retweet-2:before {
    content: '\edc5';
}

/* 'î·…' */
.b-icon-comment-4:before {
    content: '\edc6';
}

/* 'î·†' */
.b-icon-chat-5:before {
    content: '\edc7';
}

/* 'î·‡' */
.b-icon-bell-4:before {
    content: '\edc8';
}

/* 'î·ˆ' */
.b-icon-attention-4:before {
    content: '\edc9';
}

/* 'î·‰' */
.b-icon-attention-alt-1:before {
    content: '\edca';
}

/* 'î·Š' */
.b-icon-location-5:before {
    content: '\edcb';
}

/* 'î·‹' */
.b-icon-trash-5:before {
    content: '\edcc';
}

/* 'î·Œ' */
.b-icon-doc-5:before {
    content: '\edcd';
}

/* 'î·�' */
.b-icon-newspaper-2:before {
    content: '\edce';
}

/* 'î·Ž' */
.b-icon-folder-4:before {
    content: '\edcf';
}

/* 'î·�' */
.b-icon-folder-open-1:before {
    content: '\edd0';
}

/* 'î·�' */
.b-icon-folder-empty-2:before {
    content: '\edd1';
}

/* 'î·‘' */
.b-icon-folder-open-empty-1:before {
    content: '\edd2';
}

/* 'î·’' */
.b-icon-cog-4:before {
    content: '\edd3';
}

/* 'î·“' */
.b-icon-calendar-5:before {
    content: '\edd4';
}

/* 'î·”' */
.b-icon-login-2:before {
    content: '\edd5';
}

/* 'î·•' */
.b-icon-logout-2:before {
    content: '\edd6';
}

/* 'î·–' */
.b-icon-mic-4:before {
    content: '\edd7';
}

/* 'î·—' */
.b-icon-mic-off:before {
    content: '\edd8';
}

/* 'î·˜' */
.b-icon-clock-5:before {
    content: '\edd9';
}

/* 'î·™' */
.b-icon-stopwatch-1:before {
    content: '\edda';
}

/* 'î·š' */
.b-icon-hourglass-1:before {
    content: '\eddb';
}

/* 'î·›' */
.b-icon-zoom-in-3:before {
    content: '\eddc';
}

/* 'î·œ' */
.b-icon-zoom-out-3:before {
    content: '\eddd';
}

/* 'î·�' */
.b-icon-down-open-2:before {
    content: '\edde';
}

/* 'î·ž' */
.b-icon-left-open-3:before {
    content: '\eddf';
}

/* 'î·Ÿ' */
.b-icon-right-open-3:before {
    content: '\ede0';
}

/* 'î· ' */
.b-icon-up-open-2:before {
    content: '\ede1';
}

/* 'î·¡' */
.b-icon-down-5:before {
    content: '\ede2';
}

/* 'î·¢' */
.b-icon-left-4:before {
    content: '\ede3';
}

/* 'î·£' */
.b-icon-right-4:before {
    content: '\ede4';
}

/* 'î·¤' */
.b-icon-up-5:before {
    content: '\ede5';
}

/* 'î·¥' */
.b-icon-down-bold-1:before {
    content: '\ede6';
}

/* 'î·¦' */
.b-icon-left-bold-1:before {
    content: '\ede7';
}

/* 'î·§' */
.b-icon-right-bold-1:before {
    content: '\ede8';
}

/* 'î·¨' */
.b-icon-up-bold-1:before {
    content: '\ede9';
}

/* 'î·©' */
.b-icon-down-fat:before {
    content: '\edea';
}

/* 'î·ª' */
.b-icon-left-fat:before {
    content: '\edeb';
}

/* 'î·«' */
.b-icon-right-fat:before {
    content: '\edec';
}

/* 'î·¬' */
.b-icon-up-fat:before {
    content: '\eded';
}

/* 'î·­' */
.b-icon-ccw-2:before {
    content: '\edee';
}

/* 'î·®' */
.b-icon-shuffle-3:before {
    content: '\edef';
}

/* 'î·¯' */
.b-icon-play-4:before {
    content: '\edf0';
}

/* 'î·°' */
.b-icon-pause-4:before {
    content: '\edf1';
}

/* 'î·±' */
.b-icon-stop-5:before {
    content: '\edf2';
}

/* 'î·²' */
.b-icon-to-end-3:before {
    content: '\edf3';
}

/* 'î·³' */
.b-icon-to-start-3:before {
    content: '\edf4';
}

/* 'î·´' */
.b-icon-fast-forward-1:before {
    content: '\edf5';
}

/* 'î·µ' */
.b-icon-fast-backward-1:before {
    content: '\edf6';
}

/* 'î·¶' */
.b-icon-trophy-1:before {
    content: '\edf7';
}

/* 'î··' */
.b-icon-monitor-1:before {
    content: '\edf8';
}

/* 'î·¸' */
.b-icon-tablet-3:before {
    content: '\edf9';
}

/* 'î·¹' */
.b-icon-mobile-5:before {
    content: '\edfa';
}

/* 'î·º' */
.b-icon-data-science:before {
    content: '\edfb';
}

/* 'î·»' */
.b-icon-data-science-inv:before {
    content: '\edfc';
}

/* 'î·¼' */
.b-icon-inbox-2:before {
    content: '\edfd';
}

/* 'î·½' */
.b-icon-globe-4:before {
    content: '\edfe';
}

/* 'î·¾' */
.b-icon-globe-inv:before {
    content: '\edff';
}

/* 'î·¿' */
.b-icon-flash-4:before {
    content: '\ee00';
}

/* 'î¸€' */
.b-icon-cloud-5:before {
    content: '\ee01';
}

/* 'î¸�' */
.b-icon-coverflow:before {
    content: '\ee02';
}

/* 'î¸‚' */
.b-icon-coverflow-empty:before {
    content: '\ee03';
}

/* 'î¸ƒ' */
.b-icon-math:before {
    content: '\ee04';
}

/* 'î¸„' */
.b-icon-math-circled:before {
    content: '\ee05';
}

/* 'î¸…' */
.b-icon-math-circled-empty:before {
    content: '\ee06';
}

/* 'î¸†' */
.b-icon-paper-plane-2:before {
    content: '\ee07';
}

/* 'î¸‡' */
.b-icon-paper-plane-alt:before {
    content: '\ee08';
}

/* 'î¸ˆ' */
.b-icon-paper-plane-alt2:before {
    content: '\ee09';
}

/* 'î¸‰' */
.b-icon-fontsize:before {
    content: '\ee0a';
}

/* 'î¸Š' */
.b-icon-color-adjust:before {
    content: '\ee0b';
}

/* 'î¸‹' */
.b-icon-fire-1:before {
    content: '\ee0c';
}

/* 'î¸Œ' */
.b-icon-chart-bar-5:before {
    content: '\ee0d';
}

/* 'î¸�' */
.b-icon-hdd-1:before {
    content: '\ee0e';
}

/* 'î¸Ž' */
.b-icon-connected-object:before {
    content: '\ee0f';
}

/* 'î¸�' */
.b-icon-ruler:before {
    content: '\ee10';
}

/* 'î¸�' */
.b-icon-vector:before {
    content: '\ee11';
}

/* 'î¸‘' */
.b-icon-vector-pencil:before {
    content: '\ee12';
}

/* 'î¸’' */
.b-icon-at-4:before {
    content: '\ee13';
}

/* 'î¸“' */
.b-icon-hash-1:before {
    content: '\ee14';
}

/* 'î¸”' */
.b-icon-female-1:before {
    content: '\ee15';
}

/* 'î¸•' */
.b-icon-male-1:before {
    content: '\ee16';
}

/* 'î¸–' */
.b-icon-spread:before {
    content: '\ee17';
}

/* 'î¸—' */
.b-icon-king:before {
    content: '\ee18';
}

/* 'î¸˜' */
.b-icon-anchor-2:before {
    content: '\ee19';
}

/* 'î¸™' */
.b-icon-joystick:before {
    content: '\ee1a';
}

/* 'î¸š' */
.b-icon-spinner1:before {
    content: '\ee1b';
}

/* 'î¸›' */
.b-icon-spinner2:before {
    content: '\ee1c';
}

/* 'î¸œ' */
.b-icon-github-3:before {
    content: '\ee1d';
}

/* 'î¸�' */
.b-icon-github-circled-3:before {
    content: '\ee1e';
}

/* 'î¸ž' */
.b-icon-github-circled-alt:before {
    content: '\ee1f';
}

/* 'î¸Ÿ' */
.b-icon-github-circled-alt2:before {
    content: '\ee20';
}

/* 'î¸ ' */
.b-icon-twitter-4:before {
    content: '\ee21';
}

/* 'î¸¡' */
.b-icon-twitter-circled-2:before {
    content: '\ee22';
}

/* 'î¸¢' */
.b-icon-facebook-4:before {
    content: '\ee23';
}

/* 'î¸£' */
.b-icon-facebook-circled-2:before {
    content: '\ee24';
}

/* 'î¸¤' */
.b-icon-gplus-2:before {
    content: '\ee25';
}

/* 'î¸¥' */
.b-icon-gplus-circled-1:before {
    content: '\ee26';
}

/* 'î¸¦' */
.b-icon-linkedin-3:before {
    content: '\ee27';
}

/* 'î¸§' */
.b-icon-linkedin-circled-2:before {
    content: '\ee28';
}

/* 'î¸¨' */
.b-icon-dribbble-3:before {
    content: '\ee29';
}

/* 'î¸©' */
.b-icon-dribbble-circled-2:before {
    content: '\ee2a';
}

/* 'î¸ª' */
.b-icon-instagram-1:before {
    content: '\ee2b';
}

/* 'î¸«' */
.b-icon-instagram-circled:before {
    content: '\ee2c';
}

/* 'î¸¬' */
.b-icon-soundcloud-2:before {
    content: '\ee2d';
}

/* 'î¸­' */
.b-icon-soundcloud-circled:before {
    content: '\ee2e';
}

/* 'î¸®' */
.b-icon-mfg-logo:before {
    content: '\ee2f';
}

/* 'î¸¯' */
.b-icon-mfg-logo-circled:before {
    content: '\ee30';
}

/* 'î¸°' */
.b-icon-aboveground-rail:before {
    content: '\ee31';
}

/* 'î¸±' */
.b-icon-airfield:before {
    content: '\ee32';
}

/* 'î¸²' */
.b-icon-airport:before {
    content: '\ee33';
}

/* 'î¸³' */
.b-icon-art-gallery:before {
    content: '\ee34';
}

/* 'î¸´' */
.b-icon-bar:before {
    content: '\ee35';
}

/* 'î¸µ' */
.b-icon-baseball:before {
    content: '\ee36';
}

/* 'î¸¶' */
.b-icon-basketball:before {
    content: '\ee37';
}

/* 'î¸·' */
.b-icon-beer-2:before {
    content: '\ee38';
}

/* 'î¸¸' */
.b-icon-belowground-rail:before {
    content: '\ee39';
}

/* 'î¸¹' */
.b-icon-bicycle-1:before {
    content: '\ee3a';
}

/* 'î¸º' */
.b-icon-bus-1:before {
    content: '\ee3b';
}

/* 'î¸»' */
.b-icon-cafe:before {
    content: '\ee3c';
}

/* 'î¸¼' */
.b-icon-campsite:before {
    content: '\ee3d';
}

/* 'î¸½' */
.b-icon-cemetery:before {
    content: '\ee3e';
}

/* 'î¸¾' */
.b-icon-cinema:before {
    content: '\ee3f';
}

/* 'î¸¿' */
.b-icon-college:before {
    content: '\ee40';
}

/* 'î¹€' */
.b-icon-commerical-building:before {
    content: '\ee41';
}

/* 'î¹�' */
.b-icon-credit-card-3:before {
    content: '\ee42';
}

/* 'î¹‚' */
.b-icon-cricket:before {
    content: '\ee43';
}

/* 'î¹ƒ' */
.b-icon-embassy:before {
    content: '\ee44';
}

/* 'î¹„' */
.b-icon-fast-food:before {
    content: '\ee45';
}

/* 'î¹…' */
.b-icon-ferry:before {
    content: '\ee46';
}

/* 'î¹†' */
.b-icon-fire-station:before {
    content: '\ee47';
}

/* 'î¹‡' */
.b-icon-football:before {
    content: '\ee48';
}

/* 'î¹ˆ' */
.b-icon-fuel:before {
    content: '\ee49';
}

/* 'î¹‰' */
.b-icon-garden:before {
    content: '\ee4a';
}

/* 'î¹Š' */
.b-icon-giraffe:before {
    content: '\ee4b';
}

/* 'î¹‹' */
.b-icon-golf:before {
    content: '\ee4c';
}

/* 'î¹Œ' */
.b-icon-grocery-store:before {
    content: '\ee4d';
}

/* 'î¹�' */
.b-icon-harbor:before {
    content: '\ee4e';
}

/* 'î¹Ž' */
.b-icon-heliport:before {
    content: '\ee4f';
}

/* 'î¹�' */
.b-icon-hospital-1:before {
    content: '\ee50';
}

/* 'î¹�' */
.b-icon-industrial-building:before {
    content: '\ee51';
}

/* 'î¹‘' */
.b-icon-library:before {
    content: '\ee52';
}

/* 'î¹’' */
.b-icon-lodging:before {
    content: '\ee53';
}

/* 'î¹“' */
.b-icon-london-underground:before {
    content: '\ee54';
}

/* 'î¹”' */
.b-icon-minefield:before {
    content: '\ee55';
}

/* 'î¹•' */
.b-icon-monument:before {
    content: '\ee56';
}

/* 'î¹–' */
.b-icon-museum:before {
    content: '\ee57';
}

/* 'î¹—' */
.b-icon-pharmacy:before {
    content: '\ee58';
}

/* 'î¹˜' */
.b-icon-pitch:before {
    content: '\ee59';
}

/* 'î¹™' */
.b-icon-police:before {
    content: '\ee5a';
}

/* 'î¹š' */
.b-icon-post:before {
    content: '\ee5b';
}

/* 'î¹›' */
.b-icon-prison:before {
    content: '\ee5c';
}

/* 'î¹œ' */
.b-icon-rail:before {
    content: '\ee5d';
}

/* 'î¹�' */
.b-icon-religious-christian:before {
    content: '\ee5e';
}

/* 'î¹ž' */
.b-icon-religious-islam:before {
    content: '\ee5f';
}

/* 'î¹Ÿ' */
.b-icon-religious-jewish:before {
    content: '\ee60';
}

/* 'î¹ ' */
.b-icon-restaurant:before {
    content: '\ee61';
}

/* 'î¹¡' */
.b-icon-roadblock:before {
    content: '\ee62';
}

/* 'î¹¢' */
.b-icon-school:before {
    content: '\ee63';
}

/* 'î¹£' */
.b-icon-shop:before {
    content: '\ee64';
}

/* 'î¹¤' */
.b-icon-skiing:before {
    content: '\ee65';
}

/* 'î¹¥' */
.b-icon-soccer:before {
    content: '\ee66';
}

/* 'î¹¦' */
.b-icon-swimming:before {
    content: '\ee67';
}

/* 'î¹§' */
.b-icon-tennis:before {
    content: '\ee68';
}

/* 'î¹¨' */
.b-icon-theatre:before {
    content: '\ee69';
}

/* 'î¹©' */
.b-icon-toilet:before {
    content: '\ee6a';
}

/* 'î¹ª' */
.b-icon-town-hall:before {
    content: '\ee6b';
}

/* 'î¹«' */
.b-icon-trash-6:before {
    content: '\ee6c';
}

/* 'î¹¬' */
.b-icon-tree-2:before {
    content: '\ee6d';
}

/* 'î¹­' */
.b-icon-tree-3:before {
    content: '\ee6e';
}

/* 'î¹®' */
.b-icon-warehouse:before {
    content: '\ee6f';
}

/* 'î¹¯' */
.b-icon-duckduckgo:before {
    content: '\ee70';
}

/* 'î¹°' */
.b-icon-aim:before {
    content: '\ee71';
}

/* 'î¹±' */
.b-icon-delicious-1:before {
    content: '\ee72';
}

/* 'î¹²' */
.b-icon-paypal-2:before {
    content: '\ee73';
}

/* 'î¹³' */
.b-icon-flattr-1:before {
    content: '\ee74';
}

/* 'î¹´' */
.b-icon-android-1:before {
    content: '\ee75';
}

/* 'î¹µ' */
.b-icon-eventful:before {
    content: '\ee76';
}

/* 'î¹¶' */
.b-icon-smashmag:before {
    content: '\ee77';
}

/* 'î¹·' */
.b-icon-gplus-3:before {
    content: '\ee78';
}

/* 'î¹¸' */
.b-icon-wikipedia:before {
    content: '\ee79';
}

/* 'î¹¹' */
.b-icon-lanyrd:before {
    content: '\ee7a';
}

/* 'î¹º' */
.b-icon-calendar-6:before {
    content: '\ee7b';
}

/* 'î¹»' */
.b-icon-stumbleupon-2:before {
    content: '\ee7c';
}

/* 'î¹¼' */
.b-icon-fivehundredpx:before {
    content: '\ee7d';
}

/* 'î¹½' */
.b-icon-pinterest-3:before {
    content: '\ee7e';
}

/* 'î¹¾' */
.b-icon-bitcoin-1:before {
    content: '\ee7f';
}

/* 'î¹¿' */
.b-icon-w3c:before {
    content: '\ee80';
}

/* 'îº€' */
.b-icon-foursquare-1:before {
    content: '\ee81';
}

/* 'îº�' */
.b-icon-html5-1:before {
    content: '\ee82';
}

/* 'îº‚' */
.b-icon-ie-1:before {
    content: '\ee83';
}

/* 'îºƒ' */
.b-icon-call:before {
    content: '\ee84';
}

/* 'îº„' */
.b-icon-grooveshark:before {
    content: '\ee85';
}

/* 'îº…' */
.b-icon-ninetyninedesigns:before {
    content: '\ee86';
}

/* 'îº†' */
.b-icon-forrst:before {
    content: '\ee87';
}

/* 'îº‡' */
.b-icon-digg-1:before {
    content: '\ee88';
}

/* 'îºˆ' */
.b-icon-spotify-2:before {
    content: '\ee89';
}

/* 'îº‰' */
.b-icon-reddit-1:before {
    content: '\ee8a';
}

/* 'îºŠ' */
.b-icon-guest:before {
    content: '\ee8b';
}

/* 'îº‹' */
.b-icon-gowalla:before {
    content: '\ee8c';
}

/* 'îºŒ' */
.b-icon-appstore:before {
    content: '\ee8d';
}

/* 'îº�' */
.b-icon-blogger:before {
    content: '\ee8e';
}

/* 'îºŽ' */
.b-icon-cc-2:before {
    content: '\ee8f';
}

/* 'îº�' */
.b-icon-dribbble-4:before {
    content: '\ee90';
}

/* 'îº�' */
.b-icon-evernote-1:before {
    content: '\ee91';
}

/* 'îº‘' */
.b-icon-flickr-3:before {
    content: '\ee92';
}

/* 'îº’' */
.b-icon-google-1:before {
    content: '\ee93';
}

/* 'îº“' */
.b-icon-viadeo:before {
    content: '\ee94';
}

/* 'îº”' */
.b-icon-instapaper:before {
    content: '\ee95';
}

/* 'îº•' */
.b-icon-weibo-1:before {
    content: '\ee96';
}

/* 'îº–' */
.b-icon-klout:before {
    content: '\ee97';
}

/* 'îº—' */
.b-icon-linkedin-4:before {
    content: '\ee98';
}

/* 'îº˜' */
.b-icon-meetup:before {
    content: '\ee99';
}

/* 'îº™' */
.b-icon-vk:before {
    content: '\ee9a';
}

/* 'îºš' */
.b-icon-plancast:before {
    content: '\ee9b';
}

/* 'îº›' */
.b-icon-disqus:before {
    content: '\ee9c';
}

/* 'îºœ' */
.b-icon-rss-5:before {
    content: '\ee9d';
}

/* 'îº�' */
.b-icon-skype-3:before {
    content: '\ee9e';
}

/* 'îºž' */
.b-icon-twitter-5:before {
    content: '\ee9f';
}

/* 'îºŸ' */
.b-icon-youtube-2:before {
    content: '\eea0';
}

/* 'îº ' */
.b-icon-vimeo-2:before {
    content: '\eea1';
}

/* 'îº¡' */
.b-icon-windows-1:before {
    content: '\eea2';
}

/* 'îº¢' */
.b-icon-xing-1:before {
    content: '\eea3';
}

/* 'îº£' */
.b-icon-yahoo-1:before {
    content: '\eea4';
}

/* 'îº¤' */
.b-icon-chrome-1:before {
    content: '\eea5';
}

/* 'îº¥' */
.b-icon-email:before {
    content: '\eea6';
}

/* 'îº¦' */
.b-icon-macstore:before {
    content: '\eea7';
}

/* 'îº§' */
.b-icon-myspace:before {
    content: '\eea8';
}

/* 'îº¨' */
.b-icon-podcast:before {
    content: '\eea9';
}

/* 'îº©' */
.b-icon-amazon:before {
    content: '\eeaa';
}

/* 'îºª' */
.b-icon-steam-1:before {
    content: '\eeab';
}

/* 'îº«' */
.b-icon-cloudapp:before {
    content: '\eeac';
}

/* 'îº¬' */
.b-icon-dropbox-2:before {
    content: '\eead';
}

/* 'îº­' */
.b-icon-ebay:before {
    content: '\eeae';
}

/* 'îº®' */
.b-icon-facebook-5:before {
    content: '\eeaf';
}

/* 'îº¯' */
.b-icon-github-4:before {
    content: '\eeb0';
}

/* 'îº°' */
.b-icon-github-circled-4:before {
    content: '\eeb1';
}

/* 'îº±' */
.b-icon-googleplay:before {
    content: '\eeb2';
}

/* 'îº²' */
.b-icon-itunes:before {
    content: '\eeb3';
}

/* 'îº³' */
.b-icon-plurk:before {
    content: '\eeb4';
}

/* 'îº´' */
.b-icon-songkick:before {
    content: '\eeb5';
}

/* 'îºµ' */
.b-icon-lastfm-3:before {
    content: '\eeb6';
}

/* 'îº¶' */
.b-icon-gmail:before {
    content: '\eeb7';
}

/* 'îº·' */
.b-icon-pinboard:before {
    content: '\eeb8';
}

/* 'îº¸' */
.b-icon-openid-1:before {
    content: '\eeb9';
}

/* 'îº¹' */
.b-icon-quora:before {
    content: '\eeba';
}

/* 'îºº' */
.b-icon-soundcloud-3:before {
    content: '\eebb';
}

/* 'îº»' */
.b-icon-tumblr-2:before {
    content: '\eebc';
}

/* 'îº¼' */
.b-icon-eventasaurus:before {
    content: '\eebd';
}

/* 'îº½' */
.b-icon-wordpress-1:before {
    content: '\eebe';
}

/* 'îº¾' */
.b-icon-yelp-1:before {
    content: '\eebf';
}

/* 'îº¿' */
.b-icon-intensedebate:before {
    content: '\eec0';
}

/* 'î»€' */
.b-icon-eventbrite:before {
    content: '\eec1';
}

/* 'î»�' */
.b-icon-scribd:before {
    content: '\eec2';
}

/* 'î»‚' */
.b-icon-posterous:before {
    content: '\eec3';
}

/* 'î»ƒ' */
.b-icon-stripe:before {
    content: '\eec4';
}

/* 'î»„' */
.b-icon-opentable:before {
    content: '\eec5';
}

/* 'î»…' */
.b-icon-cart:before {
    content: '\eec6';
}

/* 'î»†' */
.b-icon-print-5:before {
    content: '\eec7';
}

/* 'î»‡' */
.b-icon-angellist-1:before {
    content: '\eec8';
}

/* 'î»ˆ' */
.b-icon-instagram-2:before {
    content: '\eec9';
}

/* 'î»‰' */
.b-icon-dwolla:before {
    content: '\eeca';
}

/* 'î»Š' */
.b-icon-appnet:before {
    content: '\eecb';
}

/* 'î»‹' */
.b-icon-statusnet:before {
    content: '\eecc';
}

/* 'î»Œ' */
.b-icon-acrobat:before {
    content: '\eecd';
}

/* 'î»�' */
.b-icon-drupal-1:before {
    content: '\eece';
}

/* 'î»Ž' */
.b-icon-buffer:before {
    content: '\eecf';
}

/* 'î»�' */
.b-icon-pocket:before {
    content: '\eed0';
}

/* 'î»�' */
.b-icon-bitbucket-1:before {
    content: '\eed1';
}

/* 'î»‘' */
.b-icon-lego:before {
    content: '\eed2';
}

/* 'î»’' */
.b-icon-login-3:before {
    content: '\eed3';
}

/* 'î»“' */
.b-icon-stackoverflow-1:before {
    content: '\eed4';
}

/* 'î»”' */
.b-icon-hackernews:before {
    content: '\eed5';
}

/* 'î»•' */
.b-icon-lkdto:before {
    content: '\eed6';
}

/* 'î»–' */
.b-icon-facebook-6:before {
    content: '\eed7';
}

/* 'î»—' */
.b-icon-facebook-rect-1:before {
    content: '\eed8';
}

/* 'î»˜' */
.b-icon-twitter-6:before {
    content: '\eed9';
}

/* 'î»™' */
.b-icon-twitter-bird-1:before {
    content: '\eeda';
}

/* 'î»š' */
.b-icon-vimeo-3:before {
    content: '\eedb';
}

/* 'î»›' */
.b-icon-vimeo-rect:before {
    content: '\eedc';
}

/* 'î»œ' */
.b-icon-tumblr-3:before {
    content: '\eedd';
}

/* 'î»�' */
.b-icon-tumblr-rect:before {
    content: '\eede';
}

/* 'î»ž' */
.b-icon-googleplus-rect:before {
    content: '\eedf';
}

/* 'î»Ÿ' */
.b-icon-github-text:before {
    content: '\eee0';
}

/* 'î» ' */
.b-icon-github-5:before {
    content: '\eee1';
}

/* 'î»¡' */
.b-icon-skype-4:before {
    content: '\eee2';
}

/* 'î»¢' */
.b-icon-icq:before {
    content: '\eee3';
}

/* 'î»£' */
.b-icon-yandex:before {
    content: '\eee4';
}

/* 'î»¤' */
.b-icon-yandex-rect:before {
    content: '\eee5';
}

/* 'î»¥' */
.b-icon-vkontakte-rect:before {
    content: '\eee6';
}

/* 'î»¦' */
.b-icon-odnoklassniki:before {
    content: '\eee7';
}

/* 'î»§' */
.b-icon-odnoklassniki-rect:before {
    content: '\eee8';
}

/* 'î»¨' */
.b-icon-friendfeed:before {
    content: '\eee9';
}

/* 'î»©' */
.b-icon-friendfeed-rect:before {
    content: '\eeea';
}

/* 'î»ª' */
.b-icon-blogger-1:before {
    content: '\eeeb';
}

/* 'î»«' */
.b-icon-blogger-rect:before {
    content: '\eeec';
}

/* 'î»¬' */
.b-icon-deviantart-1:before {
    content: '\eeed';
}

/* 'î»­' */
.b-icon-jabber:before {
    content: '\eeee';
}

/* 'î»®' */
.b-icon-lastfm-4:before {
    content: '\eeef';
}

/* 'î»¯' */
.b-icon-lastfm-rect:before {
    content: '\eef0';
}

/* 'î»°' */
.b-icon-linkedin-5:before {
    content: '\eef1';
}

/* 'î»±' */
.b-icon-linkedin-rect:before {
    content: '\eef2';
}

/* 'î»²' */
.b-icon-picasa-1:before {
    content: '\eef3';
}

/* 'î»³' */
.b-icon-wordpress-2:before {
    content: '\eef4';
}

/* 'î»´' */
.b-icon-instagram-3:before {
    content: '\eef5';
}

/* 'î»µ' */
.b-icon-instagram-filled:before {
    content: '\eef6';
}

/* 'î»¶' */
.b-icon-diigo:before {
    content: '\eef7';
}

/* 'î»·' */
.b-icon-box-4:before {
    content: '\eef8';
}

/* 'î»¸' */
.b-icon-box-rect:before {
    content: '\eef9';
}

/* 'î»¹' */
.b-icon-tudou:before {
    content: '\eefa';
}

/* 'î»º' */
.b-icon-youku:before {
    content: '\eefb';
}

/* 'î»»' */
.b-icon-win8:before {
    content: '\eefc';
}

/* 'î»¼' */
.b-icon-amex:before {
    content: '\eefd';
}

/* 'î»½' */
.b-icon-discover:before {
    content: '\eefe';
}

/* 'î»¾' */
.b-icon-visa:before {
    content: '\eeff';
}

/* 'î»¿' */
.b-icon-mastercard:before {
    content: '\ef00';
}

/* 'î¼€' */
.b-icon-houzz:before {
    content: '\ef01';
}

/* 'î¼�' */
.b-icon-bandcamp:before {
    content: '\ef02';
}

/* 'î¼‚' */
.b-icon-codepen:before {
    content: '\ef03';
}

/* 'î¼ƒ' */
.b-icon-glass-1:before {
    content: '\ef04';
}

/* 'î¼„' */
.b-icon-music-3:before {
    content: '\ef05';
}

/* 'î¼…' */
.b-icon-search-6:before {
    content: '\ef06';
}

/* 'î¼†' */
.b-icon-search-circled:before {
    content: '\ef07';
}

/* 'î¼‡' */
.b-icon-mail-6:before {
    content: '\ef08';
}

/* 'î¼ˆ' */
.b-icon-mail-circled:before {
    content: '\ef09';
}

/* 'î¼‰' */
.b-icon-heart-6:before {
    content: '\ef0a';
}

/* 'î¼Š' */
.b-icon-heart-circled:before {
    content: '\ef0b';
}

/* 'î¼‹' */
.b-icon-heart-empty-3:before {
    content: '\ef0c';
}

/* 'î¼Œ' */
.b-icon-star-6:before {
    content: '\ef0d';
}

/* 'î¼�' */
.b-icon-star-circled:before {
    content: '\ef0e';
}

/* 'î¼Ž' */
.b-icon-star-empty-3:before {
    content: '\ef0f';
}

/* 'î¼�' */
.b-icon-user-6:before {
    content: '\ef10';
}

/* 'î¼�' */
.b-icon-group:before {
    content: '\ef11';
}

/* 'î¼‘' */
.b-icon-group-circled:before {
    content: '\ef12';
}

/* 'î¼’' */
.b-icon-torso:before {
    content: '\ef13';
}

/* 'î¼“' */
.b-icon-video-4:before {
    content: '\ef14';
}

/* 'î¼”' */
.b-icon-video-circled:before {
    content: '\ef15';
}

/* 'î¼•' */
.b-icon-video-alt-1:before {
    content: '\ef16';
}

/* 'î¼–' */
.b-icon-videocam-4:before {
    content: '\ef17';
}

/* 'î¼—' */
.b-icon-video-chat:before {
    content: '\ef18';
}

/* 'î¼˜' */
.b-icon-picture-4:before {
    content: '\ef19';
}

/* 'î¼™' */
.b-icon-camera-6:before {
    content: '\ef1a';
}

/* 'î¼š' */
.b-icon-photo:before {
    content: '\ef1b';
}

/* 'î¼›' */
.b-icon-photo-circled:before {
    content: '\ef1c';
}

/* 'î¼œ' */
.b-icon-th-large-2:before {
    content: '\ef1d';
}

/* 'î¼�' */
.b-icon-th-3:before {
    content: '\ef1e';
}

/* 'î¼ž' */
.b-icon-th-list-4:before {
    content: '\ef1f';
}

/* 'î¼Ÿ' */
.b-icon-view-mode:before {
    content: '\ef20';
}

/* 'î¼ ' */
.b-icon-ok-5:before {
    content: '\ef21';
}

/* 'î¼¡' */
.b-icon-ok-circled-2:before {
    content: '\ef22';
}

/* 'î¼¢' */
.b-icon-ok-circled2-1:before {
    content: '\ef23';
}

/* 'î¼£' */
.b-icon-cancel-6:before {
    content: '\ef24';
}

/* 'î¼¤' */
.b-icon-cancel-circled-4:before {
    content: '\ef25';
}

/* 'î¼¥' */
.b-icon-cancel-circled2-1:before {
    content: '\ef26';
}

/* 'î¼¦' */
.b-icon-plus-6:before {
    content: '\ef27';
}

/* 'î¼§' */
.b-icon-plus-circled-2:before {
    content: '\ef28';
}

/* 'î¼¨' */
.b-icon-minus-4:before {
    content: '\ef29';
}

/* 'î¼©' */
.b-icon-minus-circled-2:before {
    content: '\ef2a';
}

/* 'î¼ª' */
.b-icon-help-3:before {
    content: '\ef2b';
}

/* 'î¼«' */
.b-icon-help-circled-3:before {
    content: '\ef2c';
}

/* 'î¼¬' */
.b-icon-info-circled-3:before {
    content: '\ef2d';
}

/* 'î¼­' */
.b-icon-canal-6:before {
    content: '\ef2e';
}

/* 'î¼®' */
.b-icon-canal-circled:before {
    content: '\ef2f';
}

/* 'î¼¯' */
.b-icon-website:before {
    content: '\ef30';
}

/* 'î¼°' */
.b-icon-website-circled:before {
    content: '\ef31';
}

/* 'î¼±' */
.b-icon-attach-5:before {
    content: '\ef32';
}

/* 'î¼²' */
.b-icon-attach-circled:before {
    content: '\ef33';
}

/* 'î¼³' */
.b-icon-lock-6:before {
    content: '\ef34';
}

/* 'î¼´' */
.b-icon-lock-circled:before {
    content: '\ef35';
}

/* 'î¼µ' */
.b-icon-lock-open-6:before {
    content: '\ef36';
}

/* 'î¼¶' */
.b-icon-lock-open-alt-2:before {
    content: '\ef37';
}

/* 'î¼·' */
.b-icon-eye-6:before {
    content: '\ef38';
}

/* 'î¼¸' */
.b-icon-eye-off-1:before {
    content: '\ef39';
}

/* 'î¼¹' */
.b-icon-tag-5:before {
    content: '\ef3a';
}

/* 'î¼º' */
.b-icon-tags-2:before {
    content: '\ef3b';
}

/* 'î¼»' */
.b-icon-bookmark-3:before {
    content: '\ef3c';
}

/* 'î¼¼' */
.b-icon-bookmark-empty-1:before {
    content: '\ef3d';
}

/* 'î¼½' */
.b-icon-flag-3:before {
    content: '\ef3e';
}

/* 'î¼¾' */
.b-icon-flag-circled:before {
    content: '\ef3f';
}

/* 'î¼¿' */
.b-icon-thumbs-up-4:before {
    content: '\ef40';
}

/* 'î½€' */
.b-icon-thumbs-down-4:before {
    content: '\ef41';
}

/* 'î½�' */
.b-icon-download-6:before {
    content: '\ef42';
}

/* 'î½‚' */
.b-icon-download-alt:before {
    content: '\ef43';
}

/* 'î½ƒ' */
.b-icon-upload-5:before {
    content: '\ef44';
}

/* 'î½„' */
.b-icon-share-3:before {
    content: '\ef45';
}

/* 'î½…' */
.b-icon-quote-1:before {
    content: '\ef46';
}

/* 'î½†' */
.b-icon-quote-circled:before {
    content: '\ef47';
}

/* 'î½‡' */
.b-icon-export-5:before {
    content: '\ef48';
}

/* 'î½ˆ' */
.b-icon-pencil-6:before {
    content: '\ef49';
}

/* 'î½‰' */
.b-icon-pencil-circled:before {
    content: '\ef4a';
}

/* 'î½Š' */
.b-icon-edit-3:before {
    content: '\ef4b';
}

/* 'î½‹' */
.b-icon-edit-circled:before {
    content: '\ef4c';
}

/* 'î½Œ' */
.b-icon-edit-alt:before {
    content: '\ef4d';
}

/* 'î½�' */
.b-icon-print-6:before {
    content: '\ef4e';
}

/* 'î½Ž' */
.b-icon-retweet-3:before {
    content: '\ef4f';
}

/* 'î½�' */
.b-icon-comment-5:before {
    content: '\ef50';
}

/* 'î½�' */
.b-icon-comment-alt-1:before {
    content: '\ef51';
}

/* 'î½‘' */
.b-icon-bell-5:before {
    content: '\ef52';
}

/* 'î½’' */
.b-icon-warning-1:before {
    content: '\ef53';
}

/* 'î½“' */
.b-icon-exclamation:before {
    content: '\ef54';
}

/* 'î½”' */
.b-icon-error:before {
    content: '\ef55';
}

/* 'î½•' */
.b-icon-error-alt:before {
    content: '\ef56';
}

/* 'î½–' */
.b-icon-location-6:before {
    content: '\ef57';
}

/* 'î½—' */
.b-icon-location-circled:before {
    content: '\ef58';
}

/* 'î½˜' */
.b-icon-compass-5:before {
    content: '\ef59';
}

/* 'î½™' */
.b-icon-compass-circled:before {
    content: '\ef5a';
}

/* 'î½š' */
.b-icon-trash-7:before {
    content: '\ef5b';
}

/* 'î½›' */
.b-icon-trash-circled:before {
    content: '\ef5c';
}

/* 'î½œ' */
.b-icon-doc-6:before {
    content: '\ef5d';
}

/* 'î½�' */
.b-icon-doc-circled:before {
    content: '\ef5e';
}

/* 'î½ž' */
.b-icon-doc-new:before {
    content: '\ef5f';
}

/* 'î½Ÿ' */
.b-icon-doc-new-circled:before {
    content: '\ef60';
}

/* 'î½ ' */
.b-icon-folder-5:before {
    content: '\ef61';
}

/* 'î½¡' */
.b-icon-folder-circled:before {
    content: '\ef62';
}

/* 'î½¢' */
.b-icon-folder-close:before {
    content: '\ef63';
}

/* 'î½£' */
.b-icon-folder-open-2:before {
    content: '\ef64';
}

/* 'î½¤' */
.b-icon-rss-6:before {
    content: '\ef65';
}

/* 'î½¥' */
.b-icon-phone-3:before {
    content: '\ef66';
}

/* 'î½¦' */
.b-icon-phone-circled:before {
    content: '\ef67';
}

/* 'î½§' */
.b-icon-cog-5:before {
    content: '\ef68';
}

/* 'î½¨' */
.b-icon-cog-circled:before {
    content: '\ef69';
}

/* 'î½©' */
.b-icon-cogs:before {
    content: '\ef6a';
}

/* 'î½ª' */
.b-icon-wrench-4:before {
    content: '\ef6b';
}

/* 'î½«' */
.b-icon-wrench-circled:before {
    content: '\ef6c';
}

/* 'î½¬' */
.b-icon-basket-4:before {
    content: '\ef6d';
}

/* 'î½­' */
.b-icon-basket-circled:before {
    content: '\ef6e';
}

/* 'î½®' */
.b-icon-calendar-7:before {
    content: '\ef6f';
}

/* 'î½¯' */
.b-icon-calendar-circled:before {
    content: '\ef70';
}

/* 'î½°' */
.b-icon-mic-5:before {
    content: '\ef71';
}

/* 'î½±' */
.b-icon-mic-circled:before {
    content: '\ef72';
}

/* 'î½²' */
.b-icon-volume-off-4:before {
    content: '\ef73';
}

/* 'î½³' */
.b-icon-volume-down-2:before {
    content: '\ef74';
}

/* 'î½´' */
.b-icon-volume-1:before {
    content: '\ef75';
}

/* 'î½µ' */
.b-icon-volume-up-3:before {
    content: '\ef76';
}

/* 'î½¶' */
.b-icon-headphones-3:before {
    content: '\ef77';
}

/* 'î½·' */
.b-icon-clock-6:before {
    content: '\ef78';
}

/* 'î½¸' */
.b-icon-clock-circled:before {
    content: '\ef79';
}

/* 'î½¹' */
.b-icon-lightbulb-2:before {
    content: '\ef7a';
}

/* 'î½º' */
.b-icon-lightbulb-alt:before {
    content: '\ef7b';
}

/* 'î½»' */
.b-icon-block-4:before {
    content: '\ef7c';
}

/* 'î½¼' */
.b-icon-resize-full-5:before {
    content: '\ef7d';
}

/* 'î½½' */
.b-icon-resize-full-alt-2:before {
    content: '\ef7e';
}

/* 'î½¾' */
.b-icon-resize-small-4:before {
    content: '\ef7f';
}

/* 'î½¿' */
.b-icon-resize-vertical-2:before {
    content: '\ef80';
}

/* 'î¾€' */
.b-icon-resize-horizontal-2:before {
    content: '\ef81';
}

/* 'î¾�' */
.b-icon-move-3:before {
    content: '\ef82';
}

/* 'î¾‚' */
.b-icon-zoom-in-4:before {
    content: '\ef83';
}

/* 'î¾ƒ' */
.b-icon-zoom-out-4:before {
    content: '\ef84';
}

/* 'î¾„' */
.b-icon-down-open-3:before {
    content: '\ef85';
}

/* 'î¾…' */
.b-icon-left-open-4:before {
    content: '\ef86';
}

/* 'î¾†' */
.b-icon-right-open-4:before {
    content: '\ef87';
}

/* 'î¾‡' */
.b-icon-up-open-3:before {
    content: '\ef88';
}

/* 'î¾ˆ' */
.b-icon-down-6:before {
    content: '\ef89';
}

/* 'î¾‰' */
.b-icon-left-5:before {
    content: '\ef8a';
}

/* 'î¾Š' */
.b-icon-right-5:before {
    content: '\ef8b';
}

/* 'î¾‹' */
.b-icon-up-6:before {
    content: '\ef8c';
}

/* 'î¾Œ' */
.b-icon-down-circled-2:before {
    content: '\ef8d';
}

/* 'î¾�' */
.b-icon-left-circled-2:before {
    content: '\ef8e';
}

/* 'î¾Ž' */
.b-icon-right-circled-2:before {
    content: '\ef8f';
}

/* 'î¾�' */
.b-icon-up-circled-2:before {
    content: '\ef90';
}

/* 'î¾�' */
.b-icon-down-hand-1:before {
    content: '\ef91';
}

/* 'î¾‘' */
.b-icon-left-hand-1:before {
    content: '\ef92';
}

/* 'î¾’' */
.b-icon-right-hand-1:before {
    content: '\ef93';
}

/* 'î¾“' */
.b-icon-up-hand-1:before {
    content: '\ef94';
}

/* 'î¾”' */
.b-icon-cw-5:before {
    content: '\ef95';
}

/* 'î¾•' */
.b-icon-cw-circled:before {
    content: '\ef96';
}

/* 'î¾–' */
.b-icon-arrows-cw-2:before {
    content: '\ef97';
}

/* 'î¾—' */
.b-icon-shuffle-4:before {
    content: '\ef98';
}

/* 'î¾˜' */
.b-icon-play-5:before {
    content: '\ef99';
}

/* 'î¾™' */
.b-icon-play-circled-1:before {
    content: '\ef9a';
}

/* 'î¾š' */
.b-icon-play-circled2-1:before {
    content: '\ef9b';
}

/* 'î¾›' */
.b-icon-stop-6:before {
    content: '\ef9c';
}

/* 'î¾œ' */
.b-icon-stop-circled:before {
    content: '\ef9d';
}

/* 'î¾�' */
.b-icon-pause-5:before {
    content: '\ef9e';
}

/* 'î¾ž' */
.b-icon-pause-circled:before {
    content: '\ef9f';
}

/* 'î¾Ÿ' */
.b-icon-record-2:before {
    content: '\efa0';
}

/* 'î¾ ' */
.b-icon-eject-3:before {
    content: '\efa1';
}

/* 'î¾¡' */
.b-icon-backward:before {
    content: '\efa2';
}

/* 'î¾¢' */
.b-icon-backward-circled:before {
    content: '\efa3';
}

/* 'î¾£' */
.b-icon-fast-backward-2:before {
    content: '\efa4';
}

/* 'î¾¤' */
.b-icon-fast-forward-2:before {
    content: '\efa5';
}

/* 'î¾¥' */
.b-icon-forward-3:before {
    content: '\efa6';
}

/* 'î¾¦' */
.b-icon-forward-circled:before {
    content: '\efa7';
}

/* 'î¾§' */
.b-icon-step-backward:before {
    content: '\efa8';
}

/* 'î¾¨' */
.b-icon-step-forward:before {
    content: '\efa9';
}

/* 'î¾©' */
.b-icon-target-4:before {
    content: '\efaa';
}

/* 'î¾ª' */
.b-icon-signal-4:before {
    content: '\efab';
}

/* 'î¾«' */
.b-icon-desktop-2:before {
    content: '\efac';
}

/* 'î¾¬' */
.b-icon-desktop-circled:before {
    content: '\efad';
}

/* 'î¾­' */
.b-icon-laptop-2:before {
    content: '\efae';
}

/* 'î¾®' */
.b-icon-laptop-circled:before {
    content: '\efaf';
}

/* 'î¾¯' */
.b-icon-network-1:before {
    content: '\efb0';
}

/* 'î¾°' */
.b-icon-inbox-3:before {
    content: '\efb1';
}

/* 'î¾±' */
.b-icon-inbox-circled:before {
    content: '\efb2';
}

/* 'î¾²' */
.b-icon-inbox-alt:before {
    content: '\efb3';
}

/* 'î¾³' */
.b-icon-globe-5:before {
    content: '\efb4';
}

/* 'î¾´' */
.b-icon-globe-alt-1:before {
    content: '\efb5';
}

/* 'î¾µ' */
.b-icon-cloud-6:before {
    content: '\efb6';
}

/* 'î¾¶' */
.b-icon-cloud-circled:before {
    content: '\efb7';
}

/* 'î¾·' */
.b-icon-flight-2:before {
    content: '\efb8';
}

/* 'î¾¸' */
.b-icon-leaf-3:before {
    content: '\efb9';
}

/* 'î¾¹' */
.b-icon-font-1:before {
    content: '\efba';
}

/* 'î¾º' */
.b-icon-fontsize-1:before {
    content: '\efbb';
}

/* 'î¾»' */
.b-icon-bold-1:before {
    content: '\efbc';
}

/* 'î¾¼' */
.b-icon-italic-1:before {
    content: '\efbd';
}

/* 'î¾½' */
.b-icon-text-height-1:before {
    content: '\efbe';
}

/* 'î¾¾' */
.b-icon-text-width-1:before {
    content: '\efbf';
}

/* 'î¾¿' */
.b-icon-align-left-1:before {
    content: '\efc0';
}

/* 'î¿€' */
.b-icon-align-center-1:before {
    content: '\efc1';
}

/* 'î¿�' */
.b-icon-align-right-1:before {
    content: '\efc2';
}

/* 'î¿‚' */
.b-icon-align-justify-1:before {
    content: '\efc3';
}

/* 'î¿ƒ' */
.b-icon-list-3:before {
    content: '\efc4';
}

/* 'î¿„' */
.b-icon-indent-left-1:before {
    content: '\efc5';
}

/* 'î¿…' */
.b-icon-indent-right-1:before {
    content: '\efc6';
}

/* 'î¿†' */
.b-icon-briefcase-3:before {
    content: '\efc7';
}

/* 'î¿‡' */
.b-icon-off-1:before {
    content: '\efc8';
}

/* 'î¿ˆ' */
.b-icon-road-1:before {
    content: '\efc9';
}

/* 'î¿‰' */
.b-icon-qrcode-1:before {
    content: '\efca';
}

/* 'î¿Š' */
.b-icon-barcode-1:before {
    content: '\efcb';
}

/* 'î¿‹' */
.b-icon-braille:before {
    content: '\efcc';
}

/* 'î¿Œ' */
.b-icon-book-4:before {
    content: '\efcd';
}

/* 'î¿�' */
.b-icon-adjust-1:before {
    content: '\efce';
}

/* 'î¿Ž' */
.b-icon-tint-1:before {
    content: '\efcf';
}

/* 'î¿�' */
.b-icon-check-3:before {
    content: '\efd0';
}

/* 'î¿�' */
.b-icon-check-empty-1:before {
    content: '\efd1';
}

/* 'î¿‘' */
.b-icon-asterisk-1:before {
    content: '\efd2';
}

/* 'î¿’' */
.b-icon-gift-2:before {
    content: '\efd3';
}

/* 'î¿“' */
.b-icon-fire-2:before {
    content: '\efd4';
}

/* 'î¿”' */
.b-icon-magnet-2:before {
    content: '\efd5';
}

/* 'î¿•' */
.b-icon-chart-2:before {
    content: '\efd6';
}

/* 'î¿–' */
.b-icon-chart-circled:before {
    content: '\efd7';
}

/* 'î¿—' */
.b-icon-credit-card-4:before {
    content: '\efd8';
}

/* 'î¿˜' */
.b-icon-megaphone-2:before {
    content: '\efd9';
}

/* 'î¿™' */
.b-icon-clipboard-2:before {
    content: '\efda';
}

/* 'î¿š' */
.b-icon-hdd-2:before {
    content: '\efdb';
}

/* 'î¿›' */
.b-icon-key-4:before {
    content: '\efdc';
}

/* 'î¿œ' */
.b-icon-certificate-2:before {
    content: '\efdd';
}

/* 'î¿�' */
.b-icon-tasks-1:before {
    content: '\efde';
}

/* 'î¿ž' */
.b-icon-filter-1:before {
    content: '\efdf';
}

/* 'î¿Ÿ' */
.b-icon-gauge-2:before {
    content: '\efe0';
}

/* 'î¿ ' */
.b-icon-smiley:before {
    content: '\efe1';
}

/* 'î¿¡' */
.b-icon-smiley-circled:before {
    content: '\efe2';
}

/* 'î¿¢' */
.b-icon-address-book:before {
    content: '\efe3';
}

/* 'î¿£' */
.b-icon-address-book-alt:before {
    content: '\efe4';
}

/* 'î¿¤' */
.b-icon-asl:before {
    content: '\efe5';
}

/* 'î¿¥' */
.b-icon-glasses:before {
    content: '\efe6';
}

/* 'î¿¦' */
.b-icon-hearing-impaired:before {
    content: '\efe7';
}

/* 'î¿§' */
.b-icon-iphone-canal:before {
    content: '\efe8';
}

/* 'î¿¨' */
.b-icon-person:before {
    content: '\efe9';
}

/* 'î¿©' */
.b-icon-adult:before {
    content: '\efea';
}

/* 'î¿ª' */
.b-icon-child-1:before {
    content: '\efeb';
}

/* 'î¿«' */
.b-icon-blind:before {
    content: '\efec';
}

/* 'î¿¬' */
.b-icon-guidedog:before {
    content: '\efed';
}

/* 'î¿­' */
.b-icon-accessibility:before {
    content: '\efee';
}

/* 'î¿®' */
.b-icon-universal-access:before {
    content: '\efef';
}

/* 'î¿¯' */
.b-icon-male-2:before {
    content: '\eff0';
}

/* 'î¿°' */
.b-icon-female-2:before {
    content: '\eff1';
}

/* 'î¿±' */
.b-icon-behance-2:before {
    content: '\eff2';
}

/* 'î¿²' */
.b-icon-blogger-2:before {
    content: '\eff3';
}

/* 'î¿³' */
.b-icon-cc-3:before {
    content: '\eff4';
}

/* 'î¿´' */
.b-icon-css:before {
    content: '\eff5';
}

/* 'î¿µ' */
.b-icon-delicious-2:before {
    content: '\eff6';
}

/* 'î¿¶' */
.b-icon-deviantart-2:before {
    content: '\eff7';
}

/* 'î¿·' */
.b-icon-digg-2:before {
    content: '\eff8';
}

/* 'î¿¸' */
.b-icon-dribbble-5:before {
    content: '\eff9';
}

/* 'î¿¹' */
.b-icon-facebook-7:before {
    content: '\effa';
}

/* 'î¿º' */
.b-icon-flickr-4:before {
    content: '\effb';
}

/* 'î¿»' */
.b-icon-foursquare-2:before {
    content: '\effc';
}

/* 'î¿¼' */
.b-icon-friendfeed-1:before {
    content: '\effd';
}

/* 'î¿½' */
.b-icon-friendfeed-rect-1:before {
    content: '\effe';
}

/* 'î¿¾' */
.b-icon-github-6:before {
    content: '\efff';
}

/* 'î¿¿' */
.b-icon-github-text-1:before {
    content: '\f000';
}

/* 'ï€€' */
.b-icon-googleplus:before {
    content: '\f001';
}

/* 'ï€�' */
.b-icon-instagram-4:before {
    content: '\f002';
}

/* 'ï€‚' */
.b-icon-linkedin-6:before {
    content: '\f003';
}

/* 'ï€ƒ' */
.b-icon-path:before {
    content: '\f004';
}

/* 'ï€„' */
.b-icon-picasa-2:before {
    content: '\f005';
}

/* 'ï€…' */
.b-icon-pinterest-4:before {
    content: '\f006';
}

/* 'ï€†' */
.b-icon-reddit-2:before {
    content: '\f007';
}

/* 'ï€‡' */
.b-icon-skype-5:before {
    content: '\f008';
}

/* 'ï€ˆ' */
.b-icon-slideshare-1:before {
    content: '\f009';
}

/* 'ï€‰' */
.b-icon-stackoverflow-2:before {
    content: '\f00a';
}

/* 'ï€Š' */
.b-icon-stumbleupon-3:before {
    content: '\f00b';
}

/* 'ï€‹' */
.b-icon-twitter-7:before {
    content: '\f00c';
}

/* 'ï€Œ' */
.b-icon-tumblr-4:before {
    content: '\f00d';
}

/* 'ï€�' */
.b-icon-vimeo-4:before {
    content: '\f00e';
}

/* 'ï€Ž' */
.b-icon-vkontakte-2:before {
    content: '\f00f';
}

/* 'ï€�' */
.b-icon-w3c-1:before {
    content: '\f010';
}

/* 'ï€�' */
.b-icon-wordpress-3:before {
    content: '\f011';
}

/* 'ï€‘' */
.b-icon-youtube-3:before {
    content: '\f012';
}

/* 'ï€’' */
.b-icon-music-4:before {
    content: '\f013';
}

/* 'ï€“' */
.b-icon-search-7:before {
    content: '\f014';
}

/* 'ï€”' */
.b-icon-mail-7:before {
    content: '\f015';
}

/* 'ï€•' */
.b-icon-heart-7:before {
    content: '\f016';
}

/* 'ï€–' */
.b-icon-star-7:before {
    content: '\f017';
}

/* 'ï€—' */
.b-icon-user-7:before {
    content: '\f018';
}

/* 'ï€˜' */
.b-icon-videocam-5:before {
    content: '\f019';
}

/* 'ï€™' */
.b-icon-camera-7:before {
    content: '\f01a';
}

/* 'ï€š' */
.b-icon-photo-1:before {
    content: '\f01b';
}

/* 'ï€›' */
.b-icon-attach-6:before {
    content: '\f01c';
}

/* 'ï€œ' */
.b-icon-lock-7:before {
    content: '\f01d';
}

/* 'ï€�' */
.b-icon-eye-7:before {
    content: '\f01e';
}

/* 'ï€ž' */
.b-icon-tag-6:before {
    content: '\f01f';
}

/* 'ï€Ÿ' */
.b-icon-thumbs-up-5:before {
    content: '\f020';
}

/* 'ï€ ' */
.b-icon-pencil-7:before {
    content: '\f021';
}

/* 'ï€¡' */
.b-icon-comment-6:before {
    content: '\f022';
}

/* 'ï€¢' */
.b-icon-location-7:before {
    content: '\f023';
}

/* 'ï€£' */
.b-icon-cup-1:before {
    content: '\f024';
}

/* 'ï€¤' */
.b-icon-trash-8:before {
    content: '\f025';
}

/* 'ï€¥' */
.b-icon-doc-7:before {
    content: '\f026';
}

/* 'ï€¦' */
.b-icon-note-1:before {
    content: '\f027';
}

/* 'ï€§' */
.b-icon-cog-6:before {
    content: '\f028';
}

/* 'ï€¨' */
.b-icon-params:before {
    content: '\f029';
}

/* 'ï€©' */
.b-icon-calendar-8:before {
    content: '\f02a';
}

/* 'ï€ª' */
.b-icon-sound-1:before {
    content: '\f02b';
}

/* 'ï€«' */
.b-icon-clock-7:before {
    content: '\f02c';
}

/* 'ï€¬' */
.b-icon-lightbulb-3:before {
    content: '\f02d';
}

/* 'ï€­' */
.b-icon-tv:before {
    content: '\f02e';
}

/* 'ï€®' */
.b-icon-desktop-3:before {
    content: '\f02f';
}

/* 'ï€¯' */
.b-icon-mobile-6:before {
    content: '\f030';
}

/* 'ï€°' */
.b-icon-cd-3:before {
    content: '\f031';
}

/* 'ï€±' */
.b-icon-inbox-4:before {
    content: '\f032';
}

/* 'ï€²' */
.b-icon-globe-6:before {
    content: '\f033';
}

/* 'ï€³' */
.b-icon-cloud-7:before {
    content: '\f034';
}

/* 'ï€´' */
.b-icon-paper-plane-3:before {
    content: '\f035';
}

/* 'ï€µ' */
.b-icon-fire-3:before {
    content: '\f036';
}

/* 'ï€¶' */
.b-icon-graduation-cap-2:before {
    content: '\f037';
}

/* 'ï€·' */
.b-icon-megaphone-3:before {
    content: '\f038';
}

/* 'ï€¸' */
.b-icon-database-3:before {
    content: '\f039';
}

/* 'ï€¹' */
.b-icon-key-5:before {
    content: '\f03a';
}

/* 'ï€º' */
.b-icon-beaker-1:before {
    content: '\f03b';
}

/* 'ï€»' */
.b-icon-truck-1:before {
    content: '\f03c';
}

/* 'ï€¼' */
.b-icon-money-2:before {
    content: '\f03d';
}

/* 'ï€½' */
.b-icon-food-1:before {
    content: '\f03e';
}

/* 'ï€¾' */
.b-icon-shop-1:before {
    content: '\f03f';
}

/* 'ï€¿' */
.b-icon-diamond-1:before {
    content: '\f040';
}

/* 'ï�€' */
.b-icon-t-shirt:before {
    content: '\f041';
}

/* 'ï��' */
.b-icon-wallet:before {
    content: '\f042';
}

/* 'ï�‚' */
.b-icon-search-8:before {
    content: '\f043';
}

/* 'ï�ƒ' */
.b-icon-mail-8:before {
    content: '\f044';
}

/* 'ï�„' */
.b-icon-heart-8:before {
    content: '\f045';
}

/* 'ï�…' */
.b-icon-heart-empty-4:before {
    content: '\f046';
}

/* 'ï�†' */
.b-icon-star-8:before {
    content: '\f047';
}

/* 'ï�‡' */
.b-icon-user-8:before {
    content: '\f048';
}

/* 'ï�ˆ' */
.b-icon-video-5:before {
    content: '\f049';
}

/* 'ï�‰' */
.b-icon-picture-5:before {
    content: '\f04a';
}

/* 'ï�Š' */
.b-icon-th-large-3:before {
    content: '\f04b';
}

/* 'ï�‹' */
.b-icon-th-4:before {
    content: '\f04c';
}

/* 'ï�Œ' */
.b-icon-th-list-5:before {
    content: '\f04d';
}

/* 'ï��' */
.b-icon-ok-6:before {
    content: '\f04e';
}

/* 'ï�Ž' */
.b-icon-ok-circle-1:before {
    content: '\f04f';
}

/* 'ï��' */
.b-icon-cancel-7:before {
    content: '\f050';
}

/* 'ï��' */
.b-icon-cancel-circle-2:before {
    content: '\f051';
}

/* 'ï�‘' */
.b-icon-plus-circle-1:before {
    content: '\f052';
}

/* 'ï�’' */
.b-icon-minus-circle-1:before {
    content: '\f053';
}

/* 'ï�“' */
.b-icon-link-5:before {
    content: '\f054';
}

/* 'ï�”' */
.b-icon-attach-7:before {
    content: '\f055';
}

/* 'ï�•' */
.b-icon-lock-8:before {
    content: '\f056';
}

/* 'ï�–' */
.b-icon-lock-open-7:before {
    content: '\f057';
}

/* 'ï�—' */
.b-icon-tag-7:before {
    content: '\f058';
}

/* 'ï�˜' */
.b-icon-reply-4:before {
    content: '\f059';
}

/* 'ï�™' */
.b-icon-reply-all-2:before {
    content: '\f05a';
}

/* 'ï�š' */
.b-icon-forward-4:before {
    content: '\f05b';
}

/* 'ï�›' */
.b-icon-code-3:before {
    content: '\f05c';
}

/* 'ï�œ' */
.b-icon-retweet-4:before {
    content: '\f05d';
}

/* 'ï��' */
.b-icon-comment-7:before {
    content: '\f05e';
}

/* 'ï�ž' */
.b-icon-comment-alt-2:before {
    content: '\f05f';
}

/* 'ï�Ÿ' */
.b-icon-chat-6:before {
    content: '\f060';
}

/* 'ï� ' */
.b-icon-attention-5:before {
    content: '\f061';
}

/* 'ï�¡' */
.b-icon-location-8:before {
    content: '\f062';
}

/* 'ï�¢' */
.b-icon-doc-8:before {
    content: '\f063';
}

/* 'ï�£' */
.b-icon-docs-landscape:before {
    content: '\f064';
}

/* 'ï�¤' */
.b-icon-folder-6:before {
    content: '\f065';
}

/* 'ï�¥' */
.b-icon-archive-2:before {
    content: '\f066';
}

/* 'ï�¦' */
.b-icon-rss-7:before {
    content: '\f067';
}

/* 'ï�§' */
.b-icon-rss-alt-1:before {
    content: '\f068';
}

/* 'ï�¨' */
.b-icon-cog-7:before {
    content: '\f069';
}

/* 'ï�©' */
.b-icon-logout-3:before {
    content: '\f06a';
}

/* 'ï�ª' */
.b-icon-clock-8:before {
    content: '\f06b';
}

/* 'ï�«' */
.b-icon-block-5:before {
    content: '\f06c';
}

/* 'ï�¬' */
.b-icon-resize-full-6:before {
    content: '\f06d';
}

/* 'ï�­' */
.b-icon-resize-full-circle:before {
    content: '\f06e';
}

/* 'ï�®' */
.b-icon-popup-5:before {
    content: '\f06f';
}

/* 'ï�¯' */
.b-icon-left-open-5:before {
    content: '\f070';
}

/* 'ï�°' */
.b-icon-right-open-5:before {
    content: '\f071';
}

/* 'ï�±' */
.b-icon-down-circle-1:before {
    content: '\f072';
}

/* 'ï�²' */
.b-icon-left-circle-1:before {
    content: '\f073';
}

/* 'ï�³' */
.b-icon-right-circle-1:before {
    content: '\f074';
}

/* 'ï�´' */
.b-icon-up-circle-1:before {
    content: '\f075';
}

/* 'ï�µ' */
.b-icon-down-dir-3:before {
    content: '\f076';
}

/* 'ï�¶' */
.b-icon-right-dir-3:before {
    content: '\f077';
}

/* 'ï�·' */
.b-icon-down-micro:before {
    content: '\f078';
}

/* 'ï�¸' */
.b-icon-up-micro:before {
    content: '\f079';
}

/* 'ï�¹' */
.b-icon-cw-circle:before {
    content: '\f07a';
}

/* 'ï�º' */
.b-icon-arrows-cw-3:before {
    content: '\f07b';
}

/* 'ï�»' */
.b-icon-updown-circle:before {
    content: '\f07c';
}

/* 'ï�¼' */
.b-icon-target-5:before {
    content: '\f07d';
}

/* 'ï�½' */
.b-icon-signal-5:before {
    content: '\f07e';
}

/* 'ï�¾' */
.b-icon-progress-4:before {
    content: '\f07f';
}

/* 'ï�¿' */
.b-icon-progress-5:before {
    content: '\f080';
}

/* 'ï‚€' */
.b-icon-progress-6:before {
    content: '\f081';
}

/* 'ï‚�' */
.b-icon-progress-7:before {
    content: '\f082';
}

/* 'ï‚‚' */
.b-icon-progress-8:before {
    content: '\f083';
}

/* 'ï‚ƒ' */
.b-icon-progress-9:before {
    content: '\f084';
}

/* 'ï‚„' */
.b-icon-progress-10:before {
    content: '\f085';
}

/* 'ï‚…' */
.b-icon-progress-11:before {
    content: '\f086';
}

/* 'ï‚†' */
.b-icon-font-2:before {
    content: '\f087';
}

/* 'ï‚‡' */
.b-icon-list-4:before {
    content: '\f088';
}

/* 'ï‚ˆ' */
.b-icon-list-numbered-1:before {
    content: '\f089';
}

/* 'ï‚‰' */
.b-icon-indent-left-2:before {
    content: '\f08a';
}

/* 'ï‚Š' */
.b-icon-indent-right-2:before {
    content: '\f08b';
}

/* 'ï‚‹' */
.b-icon-cloud-8:before {
    content: '\f08c';
}

/* 'ï‚Œ' */
.b-icon-terminal-1:before {
    content: '\f08d';
}

/* 'ï‚�' */
.b-icon-facebook-rect-2:before {
    content: '\f08e';
}

/* 'ï‚Ž' */
.b-icon-twitter-bird-2:before {
    content: '\f08f';
}

/* 'ï‚�' */
.b-icon-vimeo-rect-1:before {
    content: '\f090';
}

/* 'ï‚�' */
.b-icon-tumblr-rect-1:before {
    content: '\f091';
}

/* 'ï‚‘' */
.b-icon-googleplus-rect-1:before {
    content: '\f092';
}

/* 'ï‚’' */
.b-icon-linkedin-rect-1:before {
    content: '\f093';
}

/* 'ï‚“' */
.b-icon-skype-6:before {
    content: '\f094';
}

/* 'ï‚”' */
.b-icon-vkontakte-rect-1:before {
    content: '\f095';
}

/* 'ï‚•' */
.b-icon-youtube-4:before {
    content: '\f096';
}

/* 'ï‚–' */
.b-icon-odnoklassniki-rect-1:before {
    content: '\f097';
}

/* 'ï‚—' */
.b-icon-female:before {
    content: '\f098';
}

/* 'ï‚˜' */

/*CSS FONT ICONS*/
