@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?4066960');
    src: url('../font/fontello.eot?4066960#iefix') format('embedded-opentype'),
        url('../font/fontello.woff?4066960') format('woff'),
        url('../font/fontello.ttf?4066960') format('truetype'),
        url('../font/fontello.svg?4066960#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('../font/fontello.svg?4066960#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-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -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 {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */ 
.fa-sort:before { content: '\e800'; } /* '' */
.fa-sort-down:before { content: '\e801'; } /* '' */
.fa-sort-up:before { content: '\e802'; } /* '' */
.fa-refresh:before { content: '\e803'; } /* '' */
.fa-sitemap:before { content: '\e804'; } /* '' */
.fa-edit:before { content: '\e805'; } /* '' */
.fa-clock:before { content: '\e806'; } /* '' */
.fa-calendar:before { content: '\e807'; } /* '' */
.fa-bullseye:before { content: '\e808'; } /* '' */
.fa-trash:before { content: '\e809'; } /* '' */
.fa-angle-right:before { content: '\e80a'; } /* '' */
.fa-angle-left:before { content: '\e80b'; } /* '' */
.fa-minus-sign:before { content: '\e80c'; } /* '' */
.fa-remove:before { content: '\e80d'; } /* '' */
.fa-plus-sign:before { content: '\e80e'; } /* '' */
.fa-save:before { content: '\e80f'; } /* '' */
.fa-login:before { content: '\e810'; } /* '' */
.fa-logout:before { content: '\e811'; } /* '' */
.fa-group:before { content: '\e812'; } /* '' */
.fa-user:before { content: '\e813'; } /* '' */
.fa-lock:before { content: '\e814'; } /* '' */
.fa-chart-bar:before { content: '\e815'; } /* '' */
.fa-cog:before { content: '\e816'; } /* '' */
.fa-tasks:before { content: '\e817'; } /* '' */
.fa-globe:before { content: '\e818'; } /* '' */
.fa-wifi:before { content: '\e819'; } /* '' */
.fa-signal:before { content: '\e81a'; } /* '' */
.fa-phone:before { content: '\e81b'; } /* '' */
.fa-medkit:before { content: '\e81c'; } /* '' */
.fa-desktop:before { content: '\e81d'; } /* '' */
.fa-ok:before { content: '\e81e'; } /* '' */
.fa-chart-line:before { content: '\e81f'; } /* '' */
.fa-dashboard:before { content: '\e820'; } /* '' */
.fa-loading:before { content: '\e821'; } /* '' */
.fa-download:before { content: '\e822'; } /* '' */
.fa-upload:before { content: '\e823'; } /* '' */
.fa-archive:before { content: '\e824'; } /* '' */
.fa-random:before { content: '\e825'; } /* '' */