﻿/*===========================================================================/ Fonts /====================================*/

@font-face {
    font-family: Yekan;
    src: url(../Fonts/WebYekan.eot);
    src: url(../Fonts/WebYekan.eot?#iefix) format("embedded-opentype"),url(../Fonts/WebYekan.woff) format("woff"),url(../Fonts/WebYekan.ttf) format("truetype"),url(../Fonts/WebYekan.svg#WebYekan) format("svg");
    font-weight: normal;
    font-style: 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;
}

/* 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: 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%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-right: 0;
    margin-right: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    right: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    display: inline-block;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%; /* IE 9 */
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

.fa-spin-1:before {
    content: '\a1';
}
/* '¡' */
.fa-spin-2:before {
    content: '\a2';
}
/* '¢' */
.fa-spin-3:before {
    content: '\a3';
}
/* '£' */
.fa-spin-4:before {
    content: '\a4';
}
/* '¤' */
.fa-spin-5:before {
    content: '\a5';
}
/* '¥' */
.fa-music:before {
    content: '\a6';
}
/* '¦' */
.fa-search:before {
    content: '\a7';
}
/* '§' */
.fa-mail:before {
    content: '\a8';
}
/* '¨' */
.fa-mail-alt:before {
    content: '\a9';
}
/* '©' */
.fa-heart:before {
    content: '\b1';
}
/* '±' */
.fa-heart-empty:before {
    content: '\b2';
}
/* '²' */
.fa-star:before {
    content: '\b3';
}
/* '³' */
.fa-star-empty:before {
    content: '\b4';
}
/* '´' */
.fa-star-half:before {
    content: '\b5';
}
/* 'µ' */
.fa-star-half-alt:before {
    content: '\b6';
}
/* '¶' */
.fa-user:before {
    content: '\b7';
}
/* '·' */
.fa-users:before {
    content: '\b8';
}
/* '¸' */
.fa-male:before {
    content: '\b9';
}
/* '¹' */
.fa-female:before {
    content: '\c1';
}
/* 'Á' */
.fa-video:before {
    content: '\c2';
}
/* 'Â' */
.fa-picture:before {
    content: '\c3';
}
/* 'Ã' */
.fa-camera:before {
    content: '\c4';
}
/* 'Ä' */
.fa-th-large:before {
    content: '\c5';
}
/* 'Å' */
.fa-th:before {
    content: '\c6';
}
/* 'Æ' */
.fa-th-list:before {
    content: '\c7';
}
/* 'Ç' */
.fa-ok:before {
    content: '\c8';
}
/* 'È' */
.fa-ok-circled:before {
    content: '\c9';
}
/* 'É' */
.fa-ok-circled-2:before {
    content: '\d1';
}
/* 'Ñ' */
.fa-ok-squared:before {
    content: '\d2';
}
/* 'Ò' */
.fa-cancel:before {
    content: '\d3';
}
/* 'Ó' */
.fa-cancel-circled:before {
    content: '\d4';
}
/* 'Ô' */
.fa-cancel-circled-2:before {
    content: '\d5';
}
/* 'Õ' */
.fa-plus: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: '\1a1';
}
/* 'ơ' */
.fa-thumbs-down:before {
    content: '\1a2';
}
/* 'Ƣ' */
.fa-download-cloud:before {
    content: '\1a3';
}
/* 'ƣ' */
.fa-upload-cloud:before {
    content: '\1a4';
}
/* 'Ƥ' */
.fa-share:before {
    content: '\1a5';
}
/* 'ƥ' */
.fa-print:before {
    content: '\1a6';
}
/* 'Ʀ' */
.fa-comment:before {
    content: '\1a7';
}
/* 'Ƨ' */
.fa-bell:before {
    content: '\1a8';
}
/* 'ƨ' */
.fa-bell-alt:before {
    content: '\1a9';
}
/* 'Ʃ' */
.fa-attention-alt:before {
    content: '\1b1';
}
/* 'Ʊ' */
.fa-attention:before {
    content: '\1b2';
}
/* 'Ʋ' */
.fa-attention-circled:before {
    content: '\1b3';
}
/* 'Ƴ' */
.fa-location:before {
    content: '\1b4';
}
/* 'ƴ' */
.fa-trash:before {
    content: '\1b5';
}
/* 'Ƶ' */
.fa-rss:before {
    content: '\1b6';
}
/* 'ƶ' */
.fa-rss-squared:before {
    content: '\1b7';
}
/* 'Ʒ' */
.fa-phone:before {
    content: '\1b8';
}
/* 'Ƹ' */
.fa-phone-squared:before {
    content: '\1b9';
}
/* 'ƹ' */
.fa-fax:before {
    content: '\1c1';
}
/* 'ǁ' */
.fa-menu:before {
    content: '\1c2';
}
/* 'ǂ' */
.fa-cog:before {
    content: '\1c3';
}
/* 'ǃ' */
.fa-wrench:before {
    content: '\1c4';
}
/* 'Ǆ' */
.fa-basket:before {
    content: '\1c5';
}
/* 'ǅ' */
.fa-mic:before {
    content: '\1c6';
}
/* 'ǆ' */
.fa-headphones-1:before {
    content: '\1c7';
}
/* 'Ǉ' */
.fa-clock:before {
    content: '\1c8';
}
/* 'ǈ' */
.fa-zoom-in:before {
    content: '\1c9';
}
/* 'ǉ' */
.fa-zoom-out:before {
    content: '\1d1';
}
/* 'Ǒ' */
.fa-left-circled-2:before {
    content: '\1d2';
}
/* 'ǒ' */
.fa-right-circled-2:before {
    content: '\1d3';
}
/* 'Ǔ' */
.fa-down-dir:before {
    content: '\1d4';
}
/* 'ǔ' */
.fa-left-open:before {
    content: '\1d5';
}
/* 'Ǖ' */
.fa-right-open:before {
    content: '\1d6';
}
/* 'ǖ' */
.fa-angle-left:before {
    content: '\1d7';
}
/* 'Ǘ' */
.fa-angle-right:before {
    content: '\1d8';
}
/* 'ǘ' */
.fa-angle-circled-left:before {
    content: '\1d9';
}
/* 'Ǚ' */
.fa-angle-circled-right:before {
    content: '\1e1';
}
/* 'ǡ' */
.fa-angle-double-left:before {
    content: '\1e2';
}
/* 'Ǣ' */
.fa-angle-double-right:before {
    content: '\1e3';
}
/* 'ǣ' */
.fa-left:before {
    content: '\1e4';
}
/* 'Ǥ' */
.fa-right:before {
    content: '\1e5';
}
/* 'ǥ' */
.fa-down-big:before {
    content: '\1e6';
}
/* 'Ǧ' */
.fa-down-circled:before {
    content: '\1e7';
}
/* 'ǧ' */
.fa-cw:before {
    content: '\1e8';
}
/* 'Ǩ' */
.fa-arrows-cw:before {
    content: '\1e9';
}
/* 'ǩ' */
.fa-play-circled:before {
    content: '\1f1';
}
/* 'Ǳ' */
.fa-play-circled2:before {
    content: '\1f2';
}
/* 'ǲ' */
.fa-desktop:before {
    content: '\1f3';
}
/* 'ǳ' */
.fa-laptop:before {
    content: '\1f4';
}
/* 'Ǵ' */
.fa-tablet:before {
    content: '\1f5';
}
/* 'ǵ' */
.fa-mobile:before {
    content: '\1f6';
}
/* 'Ƕ' */
.fa-globe:before {
    content: '\1f7';
}
/* 'Ƿ' */
.fa-flight:before {
    content: '\1f8';
}
/* 'Ǹ' */
.fa-leaf:before {
    content: '\1f9';
}
/* 'ǹ' */
.fa-check:before {
    content: '\2a1';
}
/* 'ʡ' */
.fa-check-empty:before {
    content: '\2a2';
}
/* 'ʢ' */
.fa-circle:before {
    content: '\2a3';
}
/* 'ʣ' */
.fa-circle-empty:before {
    content: '\2a4';
}
/* 'ʤ' */
.fa-circle-thin:before {
    content: '\2a5';
}
/* 'ʥ' */
.fa-dot-circled:before {
    content: '\2a6';
}
/* 'ʦ' */
.fa-gift:before {
    content: '\2a7';
}
/* 'ʧ' */
.fa-fire:before {
    content: '\2a8';
}
/* 'ʨ' */
.fa-key:before {
    content: '\2a9';
}
/* 'ʩ' */
.fa-cab:before {
    content: '\2b1';
}
/* 'ʱ' */
.fa-truck:before {
    content: '\2b2';
}
/* 'ʲ' */
.fa-money:before {
    content: '\2b3';
}
/* 'ʳ' */
.fa-dollar:before {
    content: '\2b4';
}
/* 'ʴ' */
.fa-sort:before {
    content: '\2b5';
}
/* 'ʵ' */
.fa-spinner:before {
    content: '\2b6';
}
/* 'ʶ' */
.fa-ambulance:before {
    content: '\2b7';
}
/* 'ʷ' */
.fa-medkit:before {
    content: '\2b8';
}
/* 'ʸ' */
.fa-android:before {
    content: '\2b9';
}
/* 'ʹ' */
.fa-apple:before {
    content: '\2c1';
}
/* 'ˁ' */
.fa-facebook:before {
    content: '\2c2';
}
/* '˂' */
.fa-facebook-squared:before {
    content: '\2c3';
}
/* '˃' */
.fa-gplus:before {
    content: '\2c4';
}
/* '˄' */
.fa-gplus-squared:before {
    content: '\2c5';
}
/* '˅' */
.fa-instagramm:before {
    content: '\2c6';
}
/* 'ˆ' */
.fa-linkedin:before {
    content: '\2c8';
}
/* 'ˈ' */
.fa-tumblr:before {
    content: '\2c9';
}
/* 'ˉ' */
.fa-tumblr-squared:before {
    content: '\2d1';
}
/* 'ˑ' */
.fa-twitter:before {
    content: '\2d2';
}
/* '˒' */
.fa-windows:before {
    content: '\2d3';
}
/* '˓' */
.fa-youtube-squared:before {
    content: '\2d4';
}
/* '˔' */
.fa-youtube-play:before {
    content: '\2d5';
}
/* '˕' */
.fa-blank:before {
    content: '\2d6';
}
/* '˖' */
.fa-check-1:before {
    content: '\2d7';
}
/* '˗' */
.fa-cancel-1:before {
    content: '\2d8';
}
/* '˘' */
.fa-play:before {
    content: '\2d9';
}
/* '˙' */
.fa-stop-1:before {
    content: '\2e1';
}
/* 'ˡ' */
.fa-pause-1:before {
    content: '\2e2';
}
/* 'ˢ' */
.fa-to-end-1:before {
    content: '\2e3';
}
/* 'ˣ' */
.fa-to-start-1:before {
    content: '\2e4';
}
/* 'ˤ' */
.fa-water:before {
    content: '\2e5';
}
/* '˥' */
.fa-droplet:before {
    content: '\2e6';
}
/* '˦' */
.fa-air:before {
    content: '\2e7';
}
/* '˧' */
.fa-twitter-circled:before {
    content: '\2e8';
}
/* '˨' */
.fa-gplus-circled:before {
    content: '\2f1';
}
/* '˱' */
.fa-tumblr-circled:before {
    content: '\2f2';
}
/* '˲' */
.fa-eye:before {
    content: '\2f3';
}
/* '˳' */
.fa-tag-2:before {
    content: '\2f4';
}
/* '˴' */
.fa-basket-1:before {
    content: '\2f5';
}
/* '˵' */
.fa-mobile-1:before {
    content: '\3b2';
}
/* 'β' */
.fa-umbrella:before {
    content: '\3b3';
}
/* 'γ' */
.fa-key-inv:before {
    content: '\3b4';
}
/* 'δ' */
.fa-tag-1:before {
    content: '\3b5';
}
/* 'ε' */
.fa-chart:before {
    content: '\3b6';
}
/* 'ζ' */
.fa-chart-bar:before {
    content: '\3b7';
}
/* 'η' */
.fa-chart-pie:before {
    content: '\3b8';
}
/* 'θ' */
.fa-at:before {
    content: '\3b9';
}
/* 'ι' */
.fa-cloud-inv:before {
    content: '\3c1';
}
/* 'ρ' */
.fa-cafe:before {
    content: '\3c2';
}
/* 'ς' */
.fa-restaurant:before {
    content: '\3c3';
}
/* 'σ' */
.fa-skiing:before {
    content: '\3c4';
}
/* 'τ' */
.fa-theatre:before {
    content: '\3c5';
}
/* 'υ' */
.fa-tree-1:before {
    content: '\3c6';
}
/* 'φ' */
.fa-visa:before {
    content: '\3c7';
}
/* 'χ' */
.fa-mastercard:before {
    content: '\3c8';
}
/* 'ψ' */
.fa-cogs:before {
    content: '\3d2';
}
/* 'ϒ' */
.fa-wrench-1:before {
    content: '\3d3';
}
/* 'ϓ' */
.fa-gift-1:before {
    content: '\3d6';
}
/* 'ϖ' */
.fa-tumblr-1:before {
    content: '\3d7';
}
/* 'ϗ' */
.fa-male-1:before {
    content: '\3d8';
}
/* 'Ϙ' */
.fa-facebook-1:before {
    content: '\3e2';
}
/* 'Ϣ' */
.fa-credit-card:before {
    content: '\3e4';
}
/* 'Ϥ' */
.fa-googleplus:before {
    content: '\3e5';
}
/* 'ϥ' */
.fa-female-1:before {
    content: '\3e9';
}
/* 'ϩ' */
.fa-facebook-rect:before {
    content: '\3f3';
}
/* 'ϳ' */
.fa-youtube:before {
    content: '\3f4';
}
/* 'ϴ' */
.fa-tumblr-rect:before {
    content: '\3f5';
}
/* 'ϵ' */
.fa-rss-alt:before {
    content: '\3f7';
}
/* 'Ϸ' */
.fa-googleplus-rect:before {
    content: '\3f9';
}
/* 'Ϲ' */
.fa-linkedin-squared:before {
    content: '\2cc7';
}
/* 'ⳇ' */
.fa-food:before {
    content: '\e800';
}
/* '' */
.fa-record:before {
    content: '\e801';
}
/* '' */
.fa-record-outline:before {
    content: '\e802';
}
/* '' */
.fa-stop:before {
    content: '\e803';
}
/* '' */
.fa-stop-outline:before {
    content: '\e804';
}
/* '' */
.fa-basket-circled:before {
    content: '\e805';
}
/* '' */
.fa-swimming:before {
    content: '\e806';
}
/* '' */
.fa-grocery-store:before {
    content: '\e807';
}
/* '' */
.fa-basketball:before {
    content: '\e808';
}
/* '' */
.fa-baseball:before {
    content: '\e809';
}
/* '' */
.fa-art-gallery:before {
    content: '\e80a';
}
/* '' */
.fa-bicycle:before {
    content: '\e80b';
}
/* '' */
.fa-bus:before {
    content: '\e80c';
}
/* '' */
.fa-ruler:before {
    content: '\e80d';
}
/* '' */
.fa-clock-1:before {
    content: '\e80e';
}
/* '' */
.fa-clock-alt:before {
    content: '\e80f';
}
/* '' */
.fa-print-1:before {
    content: '\e810';
}
/* '' */
.fa-heart-1:before {
    content: '\e811';
}
/* '' */
.fa-heart-filled:before {
    content: '\e812';
}
/* '' */
.fa-star-1:before {
    content: '\e813';
}
/* '' */
.fa-star-filled:before {
    content: '\e814';
}
/* '' */
.fa-right-open-big:before {
    content: '\e815';
}
/* '' */
.fa-left-open-big:before {
    content: '\e816';
}
/* '' */
.fa-left-open-mini:before {
    content: '\e817';
}
/* '' */
.fa-right-open-mini:before {
    content: '\e818';
}
/* '' */
.fa-left-open-1:before {
    content: '\e819';
}
/* '' */
.fa-right-open-1:before {
    content: '\e81a';
}
/* '' */
.fa-wheelchair:before {
    content: '\e81b';
}
/* '' */
.fa-extinguisher:before {
    content: '\e81c';
}
/* '' */
.fa-stethoscope:before {
    content: '\e81d';
}
/* '' */
.fa-user-md:before {
    content: '\e81e';
}
/* '' */
.fa-pound:before {
    content: '\e81f';
}
/* '' */
.fa-euro:before {
    content: '\e820';
}
/* '' */
.fa-scissors:before {
    content: '\e821';
}
/* '' */
.fa-comment-empty:before {
    content: '\e822';
}
/* '' */
.fa-thumbs-up-alt:before {
    content: '\e823';
}
/* '' */
.fa-thumbs-down-alt:before {
    content: '\e824';
}
/* '' */
.fa-code:before {
    content: '\e825';
}
/* '' */
.fa-export:before {
    content: '\e826';
}
/* '' */
.fa-pencil:before {
    content: '\e827';
}
/* '' */
.fa-pencil-squared: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-down:before {
    content: '\e82f';
}
/* '' */
.fa-angle-circled-up:before {
    content: '\e830';
}
/* '' */
.fa-angle-circled-down:before {
    content: '\e831';
}
/* '' */
.fa-angle-double-up:before {
    content: '\e832';
}
/* '' */
.fa-angle-double-down:before {
    content: '\e833';
}
/* '' */
.fa-tag-3:before {
    content: '\e834';
}
/* '' */
.fa-facebook-2:before {
    content: '\e835';
}
/* '' */
.fa-location-1:before {
    content: '\e836';
}
/* '' */
.fa-phone-1:before {
    content: '\e837';
}
/* '' */
.fa-zoom-in-1:before {
    content: '\e838';
}
/* '' */
.fa-zoom-out-1:before {
    content: '\e839';
}
/* '' */
.fa-arrows-cw-1:before {
    content: '\e83a';
}
/* '' */
.fa-cog-1:before {
    content: '\e83b';
}
/* '' */
.fa-facebook-circled:before {
    content: '\e83c';
}
/* '' */
.fa-facebook-squared-1:before {
    content: '\e83d';
}
/* '' */
.fa-twitter-1:before {
    content: '\e83e';
}
/* '' */
.fa-chat-1:before {
    content: '\e83f';
}
/* '' */
.fa-chat-inv:before {
    content: '\e840';
}
/* '' */
.fa-globe-1:before {
    content: '\e841';
}
/* '' */
.fa-vector-pencil:before {
    content: '\e842';
}
/* '' */
.fa-cog-2:before {
    content: '\e843';
}
/* '' */
.fa-mobile-alt:before {
    content: '\e844';
}
/* '' */
.fa-windy-rain-inv:before {
    content: '\e845';
}
/* '' */
.fa-snow-inv:before {
    content: '\e846';
}
/* '' */
.fa-hail-inv:before {
    content: '\e847';
}
/* '' */
.fa-clouds-flash:before {
    content: '\e848';
}
/* '' */
.fa-clouds:before {
    content: '\e849';
}
/* '' */
.fa-hail:before {
    content: '\e84a';
}
/* '' */
.fa-snow-heavy:before {
    content: '\e84b';
}
/* '' */
.fa-snow-alt:before {
    content: '\e84c';
}
/* '' */
.fa-snow:before {
    content: '\e84d';
}
/* '' */
.fa-windy-rain:before {
    content: '\e84e';
}
/* '' */
.fa-windy-inv:before {
    content: '\e84f';
}
/* '' */
.fa-sunrise:before {
    content: '\e850';
}
/* '' */
.fa-sun:before {
    content: '\e851';
}
/* '' */
.fa-eclipse:before {
    content: '\e852';
}
/* '' */
.fa-mist:before {
    content: '\e853';
}
/* '' */
.fa-wind:before {
    content: '\e854';
}
/* '' */
.fa-moon:before {
    content: '\e855';
}
/* '' */
.fa-clouds-inv:before {
    content: '\e856';
}
/* '' */
.fa-temperature:before {
    content: '\e857';
}
/* '' */
.fa-compass:before {
    content: '\e858';
}
/* '' */
.fa-celcius:before {
    content: '\e859';
}
/* '' */
.fa-clouds-flash-alt:before {
    content: '\e85a';
}
/* '' */
.fa-sun-inv:before {
    content: '\e85b';
}
/* '' */
.fa-cloud-sun-inv:before {
    content: '\e85c';
}
/* '' */
.fa-cloud-flash-inv:before {
    content: '\e85d';
}
/* '' */
.fa-rain-inv:before {
    content: '\e85e';
}
/* '' */
.fa-windy:before {
    content: '\e85f';
}
/* '' */
.fa-rain:before {
    content: '\e860';
}
/* '' */
.fa-drizzle:before {
    content: '\e861';
}
/* '' */
.fa-cloud-flash-alt:before {
    content: '\e862';
}
/* '' */
.fa-drizzle-inv:before {
    content: '\e863';
}
/* '' */
.fa-cloud-moon-inv:before {
    content: '\e864';
}
/* '' */
.fa-moon-inv:before {
    content: '\e865';
}
/* '' */
.fa-fahrenheit:before {
    content: '\e866';
}
/* '' */
.fa-na:before {
    content: '\e867';
}
/* '' */
.fa-snow-heavy-inv:before {
    content: '\e868';
}
/* '' */
.fa-clouds-flash-inv:before {
    content: '\e869';
}
/* '' */
.fa-snowflake:before {
    content: '\e86a';
}
/* '' */
.fa-cloud-sun:before {
    content: '\e86b';
}
/* '' */
.fa-cloud-moon:before {
    content: '\e86c';
}
/* '' */
.fa-fog-sun:before {
    content: '\e86d';
}
/* '' */
.fa-fog-moon:before {
    content: '\e86e';
}
/* '' */
.fa-fog:before {
    content: '\e86f';
}
/* '' */
.fa-cloud-flash:before {
    content: '\e870';
}
/* '' */
.fa-fog-cloud:before {
    content: '\e871';
}
/* '' */
.fa-cloud:before {
    content: '\e872';
}
/* '' */
.fa-question:before {
    content: '\e873';
}
/* '' */
.fa-info-1:before {
    content: '\e874';
}
/* '' */
.fa-pencil-alt:before {
    content: '\e875';
}
/* '' */
.fa-cd:before {
    content: '\e876';
}
/* '' */
.fa-export-1:before {
    content: '\e877';
}
/* '' */
.fa-globe-alt:before {
    content: '\e878';
}
/* '' */
.fa-off:before {
    content: '\e879';
}
/* '' */
.fa-money-1:before {
    content: '\e87a';
}
/* '' */
.fa-clock-2:before {
    content: '\e87b';
}
/* '' */
.fa-diamond:before {
    content: '\e87c';
}
/* '' */
.fa-globe-2:before {
    content: '\e87d';
}
/* '' */
.fa-cancel-circled2:before {
    content: '\e87e';
}
/* '' */
.fa-calendar:before {
    content: '\e87f';
}
/* '' */

.fa-forward:before { content: '\e880'; } /* '' */
