﻿/*===========================================================================/ Fonts /====================================*/
/*فونت های ایران یک نرم افزٌار مالکیتی محسوب می شود جهت آٍگاهی ازٌ قوانین استفاده ازٌ این فونت‌ها لطفاً به  وبسایت www.fontiran.com مراجعه نمایید*/

/* این مجموعه فونت تحت اجازٌه نامه (KQMH3) در این پروژه استفاده می شود */
@font-face {
    font-family: Vazir;
    src: url('../Fonts/Vazir-Regular-FD.eot');
    src: url('../Fonts/Vazir-Regular-FD.eot') format('embedded-opentype'),
    /*url('../Fonts/Vazir-Regular-FD.woff2') format('woff2'),*/
    url('../Fonts/Vazir-Regular-FD.woff') format('woff'), url('../Fonts/Vazir-Regular-FD.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Vazir-M;
    src: url('../Fonts/Vazir-Medium-FD.eot');
    src: url('../Fonts/Vazir-Medium-FD.eot') format('embedded-opentype'),
    /*url('../Fonts/Vazir-Regular-FD.woff2') format('woff2'),*/
    url('../Fonts/Vazir-Medium-FD.woff') format('woff'), url('../Fonts/Vazir-Medium-FD.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Vazir-B;
    src: url('../Fonts/Vazir-Bold-FD.eot');
    src: url('../Fonts/Vazir-Bold-FD.eot') format('embedded-opentype'),
    /*url('../Fonts/Vazir-Regular-FD.woff2') format('woff2'),*/
    url('../Fonts/Vazir-Bold-FD.woff') format('woff'), url('../Fonts/Vazir-Bold-FD.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: is;
    src: url('../Fonts/IRANSansXFaNum-Regular.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: ist;
    src: url('../Fonts/IRANSansXFaNum-Thin.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: ism;
    src: url('../Fonts/IRANSansXFaNum-DemiBold.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: isb;
    src: url('../Fonts/IRANSansXFaNum-Bold.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'fontello';
    src: url('../Fonts/fontello.eot?62684558');
    src: url('../Fonts/fontello.eot?62684558#iefix') format('embedded-opentype'), url('../Fonts/fontello.woff?62684558') format('woff'), url('../Fonts/fontello.ttf?62684558') format('truetype'), url('../Fonts/fontello.svg?62684558#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'feather';
    src: url('../Fonts/feather.ttf?epftz3') format('truetype'), url('../Fonts/feather.woff?epftz3') format('woff'), url('../Fonts/feather.svg?epftz3#feather') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../Fonts/Vazirmatn[wght].woff2') format('woff2 supports variations'), url('../Fonts/Vazirmatn[wght].woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* 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.svg?62684558#fontello') format('svg');
  }
}
*/

[class^="fa-"]:before, [class*=" fa-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    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); */
}

.fa-app-search-filled:before {
    content: '\a1';
}
/* '¡' */
.fa-spin-7:before {
    content: '\a2';
}
/* '¢' */
.fa-app-cart:before {
    content: '\a3';
}
/* '£' */
.fa-spin-9:before {
    content: '\a4';
}
/* '¤' */
.fa-app-grid:before {
    content: '\a5';
}
/* '¥' */
.fa-app-home-filled:before {
    content: '\a6';
}
/* '¦' */
.fa-app-home:before {
    content: '\a7';
}
/* '§' */
.fa-app-person-filled:before {
    content: '\a8';
}
/* '¨' */
.fa-app-person:before {
    content: '\a9';
}
/* '©' */
.fa-app-cart-filled:before {
    content: '\b1';
}
/* '±' */
.fa-app-arrow-forward:before {
    content: '\b2';
}
/* '²' */
.fa-app-call-filled:before {
    content: '\b3';
}
/* '³' */
.fa-app-lock-closed:before {
    content: '\b4';
}
/* '´' */
.fa-app-trash:before {
    content: '\b5';
}
/* 'µ' */
.fa-app-add:before {
    content: '\b6';
}
/* '¶' */
.fa-app-remove:before {
    content: '\b7';
}
/* '·' */
.fa-app-chevron-back:before {
    content: '\b8';
}
/* '¸' */
.fa-app-alert-circle:before {
    content: '\b9';
}
/* '¹' */
.fa-app-create:before {
    content: '\c1';
}
/* 'Á' */
.fa-app-close:before {
    content: '\c2';
}
/* 'Â' */
.fa-app-checkmark:before {
    content: '\c3';
}
/* 'Ã' */
.fa-app-locate:before {
    content: '\c4';
}
/* 'Ä' */
.fa-app-chevron-down:before {
    content: '\c5';
}
/* 'Å' */
.fa-app-settings:before {
    content: '\c6';
}
/* 'Æ' */
.fa-app-clipboard:before {
    content: '\c7';
}
/* 'Ç' */
.fa-app-heart:before {
    content: '\c8';
}
/* 'È' */
.fa-basket-4:before {
    content: '\c9';
}
/* 'É' */
.fa-home-outline:before {
    content: '\c9';
}
/* 'É' */
.fa-app-call:before {
    content: '\d1';
}
/* 'Ñ' */
.fa-app-information-circle:before {
    content: '\d2';
}
/* 'Ò' */
.fa-app-chatbox:before {
    content: '\d3';
}
/* 'Ó' */
.fa-app-heart-filled:before {
    content: '\d4';
}
/* 'Ô' */
.fa-app-share-social:before {
    content: '\d5';
}
/* 'Õ' */
.fa-app-reorder-four:before {
    content: '\d6';
}
/* 'Ö' */
.fa-plus-circled:before {
    content: '\d7';
}
/* '×' */
.fa-plus-squared:before {
    content: '\d8';
}
/* 'Ø' */
.fa-plus-squared-alt:before {
    content: '\d9';
}
/* 'Ù' */
.fa-minus:before {
    content: '\e1';
}
/* 'á' */
.fa-minus-circled:before {
    content: '\e2';
}
/* 'â' */
.fa-minus-squared:before {
    content: '\e3';
}
/* 'ã' */
.fa-minus-squared-alt:before {
    content: '\e4';
}
/* 'ä' */
.fa-help:before {
    content: '\e5';
}
/* 'å' */
.fa-help-circled:before {
    content: '\e6';
}
/* 'æ' */
.fa-info-circled:before {
    content: '\e7';
}
/* 'ç' */
.fa-info:before {
    content: '\e8';
}
/* 'è' */
.fa-home:before {
    content: '\e9';
}
/* 'é' */
.fa-link:before {
    content: '\f1';
}
/* 'ñ' */
.fa-link-ext:before {
    content: '\f2';
}
/* 'ò' */
.fa-attach:before {
    content: '\f3';
}
/* 'ó' */
.fa-lock:before {
    content: '\f4';
}
/* 'ô' */
.fa-tag:before {
    content: '\f5';
}
/* 'õ' */
.fa-tags:before {
    content: '\f6';
}
/* 'ö' */
.fa-bookmark:before {
    content: '\f7';
}
/* '÷' */
.fa-bookmark-empty:before {
    content: '\f8';
}
/* 'ø' */
.fa-flag:before {
    content: '\f9';
}
/* 'ù' */
.fa-thumbs-up:before {
    content: '\01a1';
}
/* 'ơ' */
.fa-thumbs-down:before {
    content: '\01a2';
}
/* 'Ƣ' */
.fa-upload-cloud:before {
    content: '\01a4';
}
/* 'Ƥ' */
.fa-share:before {
    content: '\01a5';
}
/* 'ƥ' */
.fa-comment:before {
    content: '\01a7';
}
/* 'Ƨ' */
.fa-bell-alt:before {
    content: '\01a9';
}
/* 'Ʃ' */
.fa-attention-alt:before {
    content: '\01b1';
}
/* 'Ʊ' */
.fa-attention:before {
    content: '\01b2';
}
/* 'Ʋ' */
.fa-attention-circled:before {
    content: '\01b3';
}
/* 'Ƴ' */
.fa-location:before {
    content: '\01b4';
}
/* 'ƴ' */
.fa-trash-1:before {
    content: '\01b5';
}
/* 'Ƶ' */
.fa-rss-squared:before {
    content: '\01b7';
}
/* 'Ʒ' */
.fa-phone:before {
    content: '\01b8';
}
/* 'Ƹ' */
.fa-phone-squared:before {
    content: '\01b9';
}
/* 'ƹ' */
.fa-fax:before {
    content: '\01c1';
}
/* 'ǁ' */
.fa-menu:before {
    content: '\01c2';
}
/* 'ǂ' */
.fa-cog:before {
    content: '\01c3';
}
/* 'ǃ' */
.fa-wrench:before {
    content: '\01c4';
}
/* 'Ǆ' */
.fa-basket:before {
    content: '\01c5';
}
/* 'ǅ' */
.fa-mic:before {
    content: '\01c6';
}
/* 'ǆ' */
.fa-headphones-2:before {
    content: '\01c7';
}
/* 'Ǉ' */
.fa-clock:before {
    content: '\01c8';
}
/* 'ǈ' */
.fa-zoom-in:before {
    content: '\01c9';
}
/* 'ǉ' */
.fa-zoom-out:before {
    content: '\01d1';
}
/* 'Ǒ' */
.fa-left-circled-1:before {
    content: '\01d2';
}
/* 'ǒ' */
.fa-right-circled-1:before {
    content: '\01d3';
}
/* 'Ǔ' */
.fa-down-dir:before {
    content: '\01d4';
}
/* 'ǔ' */
.fa-right-open:before {
    content: '\01d6';
}
/* 'ǖ' */
.fa-angle-right:before {
    content: '\01d8';
}
/* 'ǘ' */
.fa-angle-circled-left:before {
    content: '\01d9';
}
/* 'Ǚ' */
.fa-angle-circled-right:before {
    content: '\01e1';
}
/* 'ǡ' */
.fa-angle-double-left:before {
    content: '\01e2';
}
/* 'Ǣ' */
.fa-angle-double-right:before {
    content: '\01e3';
}
/* 'ǣ' */
.fa-left:before {
    content: '\01e4';
}
/* 'Ǥ' */
.fa-right:before {
    content: '\01e5';
}
/* 'ǥ' */
.fa-down-big:before {
    content: '\01e6';
}
/* 'Ǧ' */
.fa-down-circled:before {
    content: '\01e7';
}
/* 'ǧ' */
.fa-cw:before {
    content: '\01e8';
}
/* 'Ǩ' */
.fa-arrows-cw:before {
    content: '\01e9';
}
/* 'ǩ' */
.fa-play-circled:before {
    content: '\01f1';
}
/* 'Ǳ' */
.fa-play-circled2:before {
    content: '\01f2';
}
/* 'ǲ' */
.fa-desktop:before {
    content: '\01f3';
}
/* 'ǳ' */
.fa-laptop:before {
    content: '\01f4';
}
/* 'Ǵ' */
.fa-tablet:before {
    content: '\01f5';
}
/* 'ǵ' */
.fa-mobile:before {
    content: '\01f6';
}
/* 'Ƕ' */
.fa-globe:before {
    content: '\01f7';
}
/* 'Ƿ' */
.fa-flight:before {
    content: '\01f8';
}
/* 'Ǹ' */
.fa-leaf:before {
    content: '\01f9';
}
/* 'ǹ' */
.fa-check:before {
    content: '\02a1';
}
/* 'ʡ' */
.fa-check-empty:before {
    content: '\02a2';
}
/* 'ʢ' */
.fa-circle:before {
    content: '\02a3';
}
/* 'ʣ' */
.fa-circle-empty:before {
    content: '\02a4';
}
/* 'ʤ' */
.fa-circle-thin:before {
    content: '\02a5';
}
/* 'ʥ' */
.fa-dot-circled:before {
    content: '\02a6';
}
/* 'ʦ' */
.fa-gift:before {
    content: '\02a7';
}
/* 'ʧ' */
.fa-fire:before {
    content: '\02a8';
}
/* 'ʨ' */
.fa-key:before {
    content: '\02a9';
}
/* 'ʩ' */
.fa-cab:before {
    content: '\02b1';
}
/* 'ʱ' */
.fa-truck:before {
    content: '\02b2';
}
/* 'ʲ' */
.fa-money:before {
    content: '\02b3';
}
/* 'ʳ' */
.fa-sort:before {
    content: '\02b5';
}
/* 'ʵ' */
.fa-spinner:before {
    content: '\02b6';
}
/* 'ʶ' */
.fa-ambulance:before {
    content: '\02b7';
}
/* 'ʷ' */
.fa-medkit:before {
    content: '\02b8';
}
/* 'ʸ' */
.fa-android:before {
    content: '\02b9';
}
/* 'ʹ' */
.fa-apple:before {
    content: '\02c1';
}
/* 'ˁ' */
.fa-facebook-squared:before {
    content: '\02c3';
}
/* '˃' */
.fa-gplus:before {
    content: '\02c4';
}
/* '˄' */
.fa-gplus-squared:before {
    content: '\02c5';
}
/* '˅' */
.fa-instagramm-1:before {
    content: '\02c6';
}
/* 'ˆ' */
.fa-linkedin:before {
    content: '\02c8';
}
/* 'ˈ' */
.fa-tumblr:before {
    content: '\02c9';
}
/* 'ˉ' */
.fa-tumblr-squared:before {
    content: '\02d1';
}
/* 'ˑ' */
.fa-twitter:before {
    content: '\02d2';
}
/* '˒' */
.fa-windows:before {
    content: '\02d3';
}
/* '˓' */
.fa-youtube-squared:before {
    content: '\02d4';
}
/* '˔' */
.fa-youtube-play:before {
    content: '\02d5';
}
/* '˕' */
.fa-blank:before {
    content: '\02d6';
}
/* '˖' */
.fa-check-2:before {
    content: '\02d7';
}
/* '˗' */
.fa-cancel-3:before {
    content: '\02d8';
}
/* '˘' */
.fa-play:before {
    content: '\02d9';
}
/* '˙' */
.fa-stop-2:before {
    content: '\02e1';
}
/* 'ˡ' */
.fa-pause-2:before {
    content: '\02e2';
}
/* 'ˢ' */
.fa-to-end-2:before {
    content: '\02e3';
}
/* 'ˣ' */
.fa-to-start-2:before {
    content: '\02e4';
}
/* 'ˤ' */
.fa-droplet:before {
    content: '\02e6';
}
/* '˦' */
.fa-air:before {
    content: '\02e7';
}
/* '˧' */
.fa-tumblr-circled:before {
    content: '\02f2';
}
/* '˲' */
.fa-eye:before {
    content: '\02f3';
}
/* '˳' */
.fa-basket-3:before {
    content: '\02f5';
}
/* '˵' */
.fa-mobile-2:before {
    content: '\03b2';
}
/* 'β' */
.fa-umbrella:before {
    content: '\03b3';
}
/* 'γ' */
.fa-tag-6:before {
    content: '\03b5';
}
/* 'ε' */
.fa-chart:before {
    content: '\03b6';
}
/* 'ζ' */
.fa-chart-bar:before {
    content: '\03b7';
}
/* 'η' */
.fa-chart-pie:before {
    content: '\03b8';
}
/* 'θ' */
.fa-at:before {
    content: '\03b9';
}
/* 'ι' */
.fa-cafe:before {
    content: '\03c2';
}
/* 'ς' */
.fa-skiing:before {
    content: '\03c4';
}
/* 'τ' */
.fa-theatre:before {
    content: '\03c5';
}
/* 'υ' */
.fa-tree-1:before {
    content: '\03c6';
}
/* 'φ' */
.fa-visa:before {
    content: '\03c7';
}
/* 'χ' */
.fa-mastercard:before {
    content: '\03c8';
}
/* 'ψ' */
.fa-cogs:before {
    content: '\03d2';
}
/* 'ϒ' */
.fa-wrench-2:before {
    content: '\03d3';
}
/* 'ϓ' */
.fa-gift-2:before {
    content: '\03d6';
}
/* 'ϖ' */
.fa-tumblr-2:before {
    content: '\03d7';
}
/* 'ϗ' */
.fa-male-2:before {
    content: '\03d8';
}
/* 'Ϙ' */
.fa-facebook-4:before {
    content: '\03e2';
}
/* 'Ϣ' */
.fa-credit-card:before {
    content: '\03e4';
}
/* 'Ϥ' */
.fa-googleplus:before {
    content: '\03e5';
}
/* 'ϥ' */
.fa-female-2:before {
    content: '\03e9';
}
/* 'ϩ' */
.fa-facebook-rect:before {
    content: '\03f3';
}
/* 'ϳ' */
.fa-youtube:before {
    content: '\03f4';
}
/* 'ϴ' */
.fa-tumblr-rect:before {
    content: '\03f5';
}
/* 'ϵ' */
.fa-googleplus-rect:before {
    content: '\03f9';
}
/* 'Ϲ' */
.fa-linkedin-squared:before {
    content: '\2cc7';
}
/* 'ⳇ' */
.fa-thumbs-down-alt:before {
    content: '\e800';
}
/* '' */
.fa-basketball:before {
    content: '\e804';
}
/* '' */
.fa-app-log-out:before {
    content: '\e81b';
}
/* '' */
.fa-extinguisher:before {
    content: '\e81c';
}
/* '' */
.fa-pound:before {
    content: '\e81f';
}
/* '' */
.fa-app-options:before {
    content: '\e821';
}
/* '' */
.fa-app-swap-vertical:before {
    content: '\e822';
}
/* '' */
.fa-app-pause:before {
    content: '\e823';
}
/* '' */
.fa-app-checkmark-circle:before {
    content: '\e824';
}
/* '' */
.fa-code:before {
    content: '\e825';
}
/* '' */
.fa-pencil:before {
    content: '\e827';
}
/* '' */
.fa-print:before {
    content: '\e828';
}
/* '' */
.fa-edit:before {
    content: '\e829';
}
/* '' */
.fa-chat:before {
    content: '\e82a';
}
/* '' */
.fa-chat-empty:before {
    content: '\e82b';
}
/* '' */
.fa-up-open:before {
    content: '\e82c';
}
/* '' */
.fa-down-open:before {
    content: '\e82d';
}
/* '' */
.fa-angle-up:before {
    content: '\e82e';
}
/* '' */
.fa-angle-circled-up:before {
    content: '\e830';
}
/* '' */
.fa-angle-double-up:before {
    content: '\e832';
}
/* '' */
.fa-info-2:before {
    content: '\e834';
}
/* '' */
.fa-facebook-3:before {
    content: '\e835';
}
/* '' */
.fa-location-2:before {
    content: '\e836';
}
/* '' */
.fa-arrows-cw-2:before {
    content: '\e838';
}
/* '' */
.fa-zoom-out-2:before {
    content: '\e839';
}
/* '' */
.fa-stop:before {
    content: '\e83a';
}
/* '' */
.fa-gplus-circled:before {
    content: '\e83c';
}
/* '' */
.fa-facebook-squared-2:before {
    content: '\e83d';
}
/* '' */
.fa-twitter-2:before {
    content: '\e83e';
}
/* '' */
.fa-chat-2:before {
    content: '\e83f';
}
/* '' */
.fa-off:before {
    content: '\e841';
}
/* '' */
.fa-vector-pencil:before {
    content: '\e842';
}
/* '' */
.fa-cog-3:before {
    content: '\e843';
}
/* '' */
.fa-snow-heavy-inv:before {
    content: '\e845';
}
/* '' */
.fa-snow-inv:before {
    content: '\e846';
}
/* '' */
.fa-hail-inv:before {
    content: '\e847';
}
/* '' */
.fa-ruler:before {
    content: '\e848';
}
/* '' */
.fa-clouds:before {
    content: '\e849';
}
/* '' */
.fa-clouds-flash:before {
    content: '\e84a';
}
/* '' */
.fa-snow-heavy:before {
    content: '\e84b';
}
/* '' */
.fa-hail:before {
    content: '\e84c';
}
/* '' */
.fa-snow:before {
    content: '\e84d';
}
/* '' */
.fa-snow-alt:before {
    content: '\e84e';
}
/* '' */
.fa-sun:before {
    content: '\e84f';
}
/* '' */
.fa-sunrise:before {
    content: '\e850';
}
/* '' */
.fa-eclipse:before {
    content: '\e851';
}
/* '' */
.fa-wind:before {
    content: '\e852';
}
/* '' */
.fa-mist:before {
    content: '\e853';
}
/* '' */
.fa-cloud-sun:before {
    content: '\e854';
}
/* '' */
.fa-moon:before {
    content: '\e855';
}
/* '' */
.fa-temperature:before {
    content: '\e856';
}
/* '' */
.fa-na:before {
    content: '\e857';
}
/* '' */
.fa-compass:before {
    content: '\e858';
}
/* '' */
.fa-celcius:before {
    content: '\e859';
}
/* '' */
.fa-clouds-flash-alt:before {
    content: '\e85a';
}
/* '' */
.fa-cloud-sun-inv:before {
    content: '\e85b';
}
/* '' */
.fa-cloud-inv:before {
    content: '\e85c';
}
/* '' */
.fa-cloud-flash-inv:before {
    content: '\e85d';
}
/* '' */
.fa-rain-inv:before {
    content: '\e85e';
}
/* '' */
.fa-windy:before {
    content: '\e85f';
}
/* '' */
.fa-windy-rain:before {
    content: '\e860';
}
/* '' */
.fa-drizzle:before {
    content: '\e861';
}
/* '' */
.fa-rain:before {
    content: '\e862';
}
/* '' */
.fa-windy-inv:before {
    content: '\e863';
}
/* '' */
.fa-cloud-moon-inv:before {
    content: '\e864';
}
/* '' */
.fa-moon-inv:before {
    content: '\e865';
}
/* '' */
.fa-sun-inv:before {
    content: '\e866';
}
/* '' */
.fa-fahrenheit:before {
    content: '\e867';
}
/* '' */
.fa-clouds-inv:before {
    content: '\e868';
}
/* '' */
.fa-clouds-flash-inv:before {
    content: '\e869';
}
/* '' */
.fa-snowflake:before {
    content: '\e86a';
}
/* '' */
.fa-fog-sun:before {
    content: '\e86b';
}
/* '' */
.fa-cloud-moon:before {
    content: '\e86c';
}
/* '' */
.fa-fog-cloud:before {
    content: '\e86d';
}
/* '' */
.fa-fog-moon:before {
    content: '\e86e';
}
/* '' */
.fa-fog:before {
    content: '\e86f';
}
/* '' */
.fa-cloud-flash:before {
    content: '\e870';
}
/* '' */
.fa-cloud:before {
    content: '\e871';
}
/* '' */
.fa-cloud-flash-alt:before {
    content: '\e872';
}
/* '' */
.fa-question:before {
    content: '\e873';
}
/* '' */
.fa-clock-3:before {
    content: '\e874';
}
/* '' */
.fa-pencil-alt:before {
    content: '\e875';
}
/* '' */
.fa-export-2:before {
    content: '\e877';
}
/* '' */
.fa-globe-alt:before {
    content: '\e878';
}
/* '' */
.fa-rss-alt:before {
    content: '\e87a';
}
/* '' */
.fa-clock-4:before {
    content: '\e87b';
}
/* '' */
.fa-diamond:before {
    content: '\e87c';
}
/* '' */
.fa-money-2:before {
    content: '\e87d';
}
/* '' */
.fa-cancel-squared:before {
    content: '\e87e';
}
/* '' */
.fa-doc-text-inv:before {
    content: '\e87f';
}
/* '' */
.fa-key-2:before {
    content: '\e880';
}
/* '' */
.fa-globe-4:before {
    content: '\e881';
}
/* '' */
.fa-dribbble:before {
    content: '\e882';
}
/* '' */
.fa-pitch:before {
    content: '\e883';
}
/* '' */
.fa-clipboard:before {
    content: '\e884';
}
/* '' */
.fa-doc:before {
    content: '\e885';
}
/* '' */
.fa-pencil-6:before {
    content: '\e886';
}
/* '' */
.fa-pencil-5:before {
    content: '\e887';
}
/* '' */
.fa-pencil-8:before {
    content: '\e888';
}
/* '' */
.fa-pencil-7:before {
    content: '\e889';
}
/* '' */
.fa-briefcase:before {
    content: '\e88a';
}
/* '' */
.fa-archive:before {
    content: '\e88b';
}
/* '' */
.fa-article-alt:before {
    content: '\e88c';
}
/* '' */
.fa-article:before {
    content: '\e88d';
}
/* '' */
.fa-calendar:before {
    content: '\e88e';
}
/* '' */
.fa-newspaper:before {
    content: '\e88f';
}
/* '' */
.fa-calendar-8:before {
    content: '\e890';
}
/* '' */
.fa-calendar-inv:before {
    content: '\e891';
}
/* '' */
.fa-calendar-9:before {
    content: '\e892';
}
/* '' */
.fa-calendar-outlilne:before {
    content: '\e893';
}
/* '' */
.fa-calendar-11:before {
    content: '\e894';
}
/* '' */
.fa-calendar-10:before {
    content: '\e895';
}
/* '' */
.fa-calendar-14:before {
    content: '\e896';
}
/* '' */
.fa-calendar-13:before {
    content: '\e897';
}
/* '' */
.fa-user-delete-outline:before {
    content: '\e898';
}
/* '' */
.fa-user-delete:before {
    content: '\e899';
}
/* '' */
.fa-user-add-outline:before {
    content: '\e89a';
}
/* '' */
.fa-user-add:before {
    content: '\e89b';
}
/* '' */
.fa-users-outline:before {
    content: '\e89c';
}
/* '' */
.fa-users-3:before {
    content: '\e89d';
}
/* '' */
.fa-user-7:before {
    content: '\e89e';
}
/* '' */
.fa-user-outline:before {
    content: '\e89f';
}
/* '' */
.fa-user-pair:before {
    content: '\e8a0';
}
/* '' */
.fa-user-woman:before {
    content: '\e8a1';
}
/* '' */
.fa-group:before {
    content: '\e8a2';
}
/* '' */
.fa-torso:before {
    content: '\e8a3';
}
/* '' */
.fa-user-10:before {
    content: '\e8a4';
}
/* '' */
.fa-user-9:before {
    content: '\e8a5';
}
/* '' */
.fa-left-3:before {
    content: '\e8a6';
}
/* '' */
.fa-down:before {
    content: '\e8a7';
}
/* '' */
.fa-up:before {
    content: '\e8a8';
}
/* '' */
.fa-right-3:before {
    content: '\e8a9';
}
/* '' */
.fa-right-4:before {
    content: '\e8aa';
}
/* '' */
.fa-up-2:before {
    content: '\e8ab';
}
/* '' */
.fa-down-2:before {
    content: '\e8ac';
}
/* '' */
.fa-left-4:before {
    content: '\e8ad';
}
/* '' */
.fa-right-outline:before {
    content: '\e8ae';
}
/* '' */
.fa-up-outline:before {
    content: '\e8af';
}
/* '' */
.fa-down-outline:before {
    content: '\e8b0';
}
/* '' */
.fa-left-outline:before {
    content: '\e8b1';
}
/* '' */
.fa-left-open-4:before {
    content: '\e8b2';
}
/* '' */
.fa-left-open-outline:before {
    content: '\e8b3';
}
/* '' */
.fa-right-open-4:before {
    content: '\e8b4';
}
/* '' */
.fa-right-open-outline:before {
    content: '\e8b5';
}
/* '' */
.fa-ok-outline:before {
    content: '\e8b6';
}
/* '' */
.fa-barcode:before {
    content: '\e8b7';
}
/* '' */
.fa-th-2:before {
    content: '\e8b8';
}
/* '' */
.fa-th-outline:before {
    content: '\e8b9';
}
/* '' */
.fa-th-large-2:before {
    content: '\e8ba';
}
/* '' */
.fa-th-large-outline:before {
    content: '\e8bb';
}
/* '' */
.fa-th-list-2:before {
    content: '\e8bc';
}
/* '' */
.fa-th-list-outline:before {
    content: '\e8bd';
}
/* '' */
.fa-cancel-outline:before {
    content: '\e8be';
}
/* '' */
.fa-ok-2:before {
    content: '\e8bf';
}
/* '' */
.fa-plus-outline:before {
    content: '\e8c0';
}
/* '' */
.fa-cancel-4:before {
    content: '\e8c1';
}
/* '' */
.fa-eq:before {
    content: '\e8c2';
}
/* '' */
.fa-plus-2:before {
    content: '\e8c3';
}
/* '' */
.fa-divide:before {
    content: '\e8c4';
}
/* '' */
.fa-eq-outline:before {
    content: '\e8c5';
}
/* '' */
.fa-minus-2:before {
    content: '\e8c6';
}
/* '' */
.fa-divide-outline:before {
    content: '\e8c7';
}
/* '' */
.fa-menu-outline:before {
    content: '\e8c8';
}
/* '' */
.fa-minus-outline:before {
    content: '\e8c9';
}
/* '' */
.fa-login:before {
    content: '\e8ca';
}
/* '' */
.fa-menu-2:before {
    content: '\e8cb';
}
/* '' */
.fa-lock-open:before {
    content: '\e8cc';
}
/* '' */
.fa-lock-open-filled:before {
    content: '\e8cd';
}
/* '' */
.fa-lock-2:before {
    content: '\e8ce';
}
/* '' */
.fa-lock-filled:before {
    content: '\e8cf';
}
/* '' */
.fa-eye-off:before {
    content: '\e8d0';
}
/* '' */
.fa-eye-3:before {
    content: '\e8d1';
}
/* '' */
.fa-eye-off-2:before {
    content: '\e8d2';
}
/* '' */
.fa-eye-4:before {
    content: '\e8d3';
}
/* '' */
.fa-phone-4:before {
    content: '\e8d4';
}
/* '' */
.fa-phone-outline:before {
    content: '\e8d5';
}
/* '' */
.fa-cart:before {
    content: '\e8d7';
}
/* '' */
.fa-app-search:before {
    content: '\e8d8';
}
/* '' */
.fa-basket-alt:before {
    content: '\e8d9';
}
/* '' */
.fa-swimming:before {
    content: '\e8f1';
}
/* '' */
.fa-download-cloud:before {
    content: '\e8f2';
}
/* '' */
.fa-export:before {
    content: '\e8f4';
}
/* '' */
.fa-pencil-squared:before {
    content: '\e8f5';
}
/* '' */
.fa-comment-empty:before {
    content: '\e8f7';
}
/* '' */
.fa-bell:before {
    content: '\e8f8';
}
/* '' */
.fa-rss:before {
    content: '\e8ff';
}
/* '' */
.fa-left-open:before {
    content: '\e910';
}
/* '' */
.fa-stop-outline:before {
    content: '\e912';
}
/* '' */
.fa-angle-left:before {
    content: '\e913';
}
/* '' */
.fa-basket-circled:before {
    content: '\e914';
}
/* '' */
.fa-record-outline:before {
    content: '\e915';
}
/* '' */
.fa-record:before {
    content: '\e917';
}
/* '' */
.fa-angle-down:before {
    content: '\e918';
}
/* '' */
.fa-angle-circled-down:before {
    content: '\e91a';
}
/* '' */
.fa-angle-double-down:before {
    content: '\e91c';
}
/* '' */
.fa-water:before {
    content: '\e92c';
}
/* '' */
.fa-restaurant:before {
    content: '\e92f';
}
/* '' */
.fa-bus:before {
    content: '\e931';
}
/* '' */
.fa-baseball:before {
    content: '\e933';
}
/* '' */
.fa-chat-inv:before {
    content: '\e935';
}
/* '' */
.fa-food:before {
    content: '\e937';
}
/* '' */
.fa-star-2:before {
    content: '\e93e';
}
/* '' */
.fa-dollar:before {
    content: '\e93f';
}
/* '' */
.fa-user-md:before {
    content: '\e942';
}
/* '' */
.fa-grocery-store:before {
    content: '\e943';
}
/* '' */
.fa-bicycle:before {
    content: '\e946';
}
/* '' */
.fa-wheelchair:before {
    content: '\e947';
}
/* '' */
.fa-facebook:before {
    content: '\e94a';
}
/* '' */
.fa-art-gallery:before {
    content: '\e955';
}
/* '' */
.fa-mobile-alt:before {
    content: '\e957';
}
/* '' */
.fa-clock-alt:before {
    content: '\e959';
}
/* '' */
.fa-tag-4:before {
    content: '\e95e';
}
/* '' */
.fa-windy-rain-inv:before {
    content: '\e95f';
}
/* '' */
.fa-cd:before {
    content: '\e960';
}
/* '' */
.fa-key-inv:before {
    content: '\e961';
}
/* '' */
.fa-zoom-in-2:before {
    content: '\e962';
}
/* '' */
.fa-tag-5:before {
    content: '\e963';
}
/* '' */
.fa-scissors:before {
    content: '\e969';
}
/* '' */
.fa-twitter-circled:before {
    content: '\e96c';
}
/* '' */
.fa-facebook-circled:before {
    content: '\e96d';
}
/* '' */
.fa-user-6:before {
    content: '\e96f';
}
/* '' */
.fa-filter:before {
    content: '\e970';
}
/* '' */
.fa-euro:before {
    content: '\e971';
}
/* '' */
.fa-app-grid-filled:before {
    content: '\e972';
}
/* '' */
.fa-right-open-big:before {
    content: '\e974';
}
/* '' */
.fa-phone-3:before {
    content: '\e975';
}
/* '' */
.fa-left-open-big:before {
    content: '\e976';
}
/* '' */
.fa-left-open-mini:before {
    content: '\e977';
}
/* '' */
.fa-right-open-mini:before {
    content: '\e978';
}
/* '' */
.fa-print-2:before {
    content: '\e97a';
}
/* '' */
.fa-left-open-3:before {
    content: '\e97b';
}
/* '' */
.fa-right-open-3:before {
    content: '\e97f';
}
/* '' */
.fa-drizzle-inv:before {
    content: '\e980';
}
/* '' */
.fa-stethoscope:before {
    content: '\e981';
}
/* '' */
.fa-thumbs-up-alt:before {
    content: '\e983';
}
/* '' */
.fa-cog-4:before {
    content: '\e987';
}
/* '' */
.fa-globe-3:before {
    content: '\e989';
}
/* '' */
.fa-heart-2:before {
    content: '\e991';
}
/* '' */
.fa-heart-filled:before {
    content: '\e995';
}
/* '' */
.fa-spin-8:before {
    content: '\e996';
}
/* '' */
.fa-star-filled:before {
    content: '\e997';
}
/* '' */
.fa-music:before {
    content: '\e998';
}
/* '' */
.fa-search:before {
    content: '\e999';
}
/* '' */
.fa-mail:before {
    content: '\e99a';
}
/* '' */
.fa-mail-alt:before {
    content: '\e99b';
}
/* '' */
.fa-spin-10:before {
    content: '\e99c';
}
/* '' */
.fa-heart:before {
    content: '\e99d';
}
/* '' */
.fa-spin-6:before {
    content: '\e99e';
}
/* '' */
.fa-heart-empty:before {
    content: '\e99f';
}
/* '' */
.fa-star:before {
    content: '\e9a0';
}
/* '' */
.fa-star-empty:before {
    content: '\e9a1';
}
/* '' */
.fa-star-half:before {
    content: '\e9a2';
}
/* '' */
.fa-star-half-alt:before {
    content: '\e9a3';
}
/* '' */
.fa-cancel-circled:before {
    content: '\e9a4';
}
/* '' */
.fa-cancel:before {
    content: '\e9a5';
}
/* '' */
.fa-ok-squared:before {
    content: '\e9a6';
}
/* '' */
.fa-picture:before {
    content: '\e9a7';
}
/* '' */
.fa-camera:before {
    content: '\e9a8';
}
/* '' */
.fa-th-large:before {
    content: '\e9a9';
}
/* '' */
.fa-th:before {
    content: '\e9aa';
}
/* '' */
.fa-th-list:before {
    content: '\e9ab';
}
/* '' */
.fa-ok:before {
    content: '\e9ac';
}
/* '' */
.fa-ok-circled:before {
    content: '\e9ad';
}
/* '' */
.fa-ok-circled-1:before {
    content: '\e9ae';
}
/* '' */
.fa-plus:before {
    content: '\e9af';
}
/* '' */
.fa-cancel-circled-1:before {
    content: '\e9b0';
}
/* '' */
.fa-user:before {
    content: '\e9b1';
}
/* '' */
.fa-users:before {
    content: '\e9b2';
}
/* '' */
.fa-male:before {
    content: '\e9b3';
}
/* '' */
.fa-female:before {
    content: '\e9b4';
}
/* '' */
.fa-video:before {
    content: '\e9b5';
}
/* '' */
.fa-login-2:before {
    content: '\f02c';
}
/* '' */
.fa-user-8:before {
    content: '\f061';
}
/* '' */
.fa-user-male:before {
    content: '\f062';
}
/* '' */
.fa-user-female:before {
    content: '\f063';
}
/* '' */
.fa-users-4:before {
    content: '\f064';
}
/* '' */
.fa-info-circled-alt:before {
    content: '\f086';
}
/* '' */
.fa-filter-2:before {
    content: '\f0b0';
}
/* '' */
.fa-suitcase:before {
    content: '\f0f2';
}
/* '' */
.fa-doc-text:before {
    content: '\f0f6';
}
/* '' */
.fa-calendar-empty:before {
    content: '\f133';
}
/* '' */
.fa-sort-alt-up:before {
    content: '\f160';
}
/* '' */
.fa-sort-alt-down:before {
    content: '\f161';
}
/* '' */
.fa-calendar-plus-o:before {
    content: '\f271';
}
/* '' */
.fa-calendar-minus-o:before {
    content: '\f272';
}
/* '' */
.fa-calendar-times-o:before {
    content: '\f273';
}
/* '' */
.fa-calendar-check-o:before {
    content: '\f274';
}
/* '' */
.fa-shopping-basket:before {
    content: '\f291';
}
/* '' */
.fa-user-circle:before {
    content: '\f2bd';
}
/* '' */
.fa-user-circle-o:before {
    content: '\f2be';
}
/* '' */
.fa-user-o:before {
    content: '\f2c0';
}
/* '' */
.fa-calendar-12:before {
    content: '\f4c5';
}
/* '' */
