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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'florals' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-circle-up:before {
    content: "\e900";
}
.icon-list:before {
    content: "\e901";
}
.icon-UpArrow:before {
    content: "\e902";
	position: relative;
    top: 5px;
    font-size: 20px;
}
.icon-DwnArrow:before {
    content: "\e903";
	position: relative;
    top: 5px;
    font-size: 20px;
}
.icon-NavSep:before {
    content: "\e904";
	font-size: 11px;
	float: left;
}
.icon-search:before {
    content: "\e905";
	font-size: 26px;
    position: relative;
    top: 10px;
}
.icon-phone-hang-up:before {
    content: "\e906";
	font-size: 26px;
}
.icon-location:before {
    content: "\e907";
	font-size: 26px;
}
.icon-facebook:before {
    content: "\e908";
	font-size: 26px;
}
.icon-twitter:before {
    content: "\e909";
}
.icon-telegram:before {
    content: "\e90a";
	font-size: 26px;
}

