@font-face {
    font-family: 'FontAwesome';
    src: url('./fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('./fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('./fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('./fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('./fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('./fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
    color: #000;
    display: inline-block;
    font: 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -1px;
    margin-right: 2px;
    margin-left: 2px;
}


/* makes the font 33% larger relative to the icon container */

.icon-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.icon-2x {
    font-size: 2em;
}

.icon-3x {
    font-size: 3em;
}

.icon-4x {
    font-size: 4em;
}

.icon-5x {
    font-size: 5em;
}

.icon-fw {
    width: 1.28571429em;
    text-align: center;
}

.icon-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.icon-ul>li {
    position: relative;
}

.icon-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.icon-li.icon-lg {
    left: -1.85714286em;
}

.icon-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.icon-pull-left {
    float: left;
}

.icon-pull-right {
    float: right;
}

.icon.icon-pull-left {
    margin-right: .3em;
}

.icon.icon-pull-right {
    margin-left: .3em;
}


/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.icon.pull-left {
    margin-right: .3em;
}

.icon.pull-right {
    margin-left: .3em;
}

.icon-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.icon-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);
    }
}

.icon-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.icon-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.icon-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);
}

.icon-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 .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
    filter: none;
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.icon-stack-1x,
.icon-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.icon-stack-1x {
    line-height: inherit;
}

.icon-stack-2x {
    font-size: 2em;
}

.icon-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 */

.icon-glass:before {
    content: "\f000" !important;
}

.icon-music:before {
    content: "\f001" !important;
}

.icon-search:before {
    content: "\f002" !important;
}

.icon-envelope-o:before {
    content: "\f003" !important;
}

.icon-heart:before {
    content: "\f004" !important;
}

.icon-star:before {
    content: "\f005" !important;
}

.icon-star-o:before {
    content: "\f006" !important;
}

.icon-user:before {
    content: "\f007" !important;
}

.icon-film:before {
    content: "\f008" !important;
}

.icon-th-large:before {
    content: "\f009" !important;
}

.icon-th:before {
    content: "\f00a" !important;
}

.icon-th-list:before {
    content: "\f00b" !important;
}

.icon-check:before {
    content: "\f00c" !important;
}

.icon-remove:before,
.icon-close:before,
.icon-times:before {
    content: "\f00d" !important;
}

.icon-search-plus:before {
    content: "\f00e" !important;
}

.icon-search-minus:before {
    content: "\f010" !important;
}

.icon-power-off:before {
    content: "\f011" !important;
}

.icon-signal:before {
    content: "\f012" !important;
}

.icon-gear:before,
.icon-cog:before {
    content: "\f013" !important;
}

.icon-trash-o:before {
    content: "\f014" !important;
}

.icon-home:before {
    content: "\f015" !important;
}

.icon-file-o:before {
    content: "\f016" !important;
}

.icon-clock-o:before {
    content: "\f017" !important;
}

.icon-road:before {
    content: "\f018" !important;
}

.icon-download:before {
    content: "\f019" !important;
}

.icon-arrow-circle-o-down:before {
    content: "\f01a" !important;
}

.icon-arrow-circle-o-up:before {
    content: "\f01b" !important;
}

.icon-inbox:before {
    content: "\f01c" !important;
}

.icon-play-circle-o:before {
    content: "\f01d" !important;
}

.icon-rotate-right:before,
.icon-repeat:before {
    content: "\f01e" !important;
}

.icon-refresh:before {
    content: "\f021" !important;
}

.icon-list-alt:before {
    content: "\f022" !important;
}

.icon-lock:before {
    content: "\f023" !important;
}

.icon-flag:before {
    content: "\f024" !important;
}

.icon-headphones:before {
    content: "\f025" !important;
}

.icon-volume-off:before {
    content: "\f026" !important;
}

.icon-volume-down:before {
    content: "\f027" !important;
}

.icon-volume-up:before {
    content: "\f028" !important;
}

.icon-qrcode:before {
    content: "\f029" !important;
}

.icon-barcode:before {
    content: "\f02a" !important;
}

.icon-tag:before {
    content: "\f02b" !important;
}

.icon-tags:before {
    content: "\f02c" !important;
}

.icon-book:before {
    content: "\f02d" !important;
}

.icon-bookmark:before {
    content: "\f02e" !important;
}

.icon-print:before {
    content: "\f02f" !important;
}

.icon-camera:before {
    content: "\f030" !important;
}

.icon-font:before {
    content: "\f031" !important;
}

.icon-bold:before {
    content: "\f032" !important;
}

.icon-italic:before {
    content: "\f033" !important;
}

.icon-text-height:before {
    content: "\f034" !important;
}

.icon-text-width:before {
    content: "\f035" !important;
}

.icon-align-left:before {
    content: "\f036" !important;
}

.icon-align-center:before {
    content: "\f037" !important;
}

.icon-align-right:before {
    content: "\f038" !important;
}

.icon-align-justify:before {
    content: "\f039" !important;
}

.icon-list:before {
    content: "\f03a" !important;
}

.icon-dedent:before,
.icon-outdent:before {
    content: "\f03b" !important;
}

.icon-indent:before {
    content: "\f03c" !important;
}

.icon-video-camera:before {
    content: "\f03d" !important;
}

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
    content: "\f03e" !important;
}

.icon-pencil:before {
    content: "\f040" !important;
}

.icon-map-marker:before {
    content: "\f041" !important;
}

.icon-adjust:before {
    content: "\f042" !important;
}

.icon-tint:before {
    content: "\f043" !important;
}

.icon-edit:before,
.icon-pencil-square-o:before {
    content: "\f044" !important;
}

.icon-share-square-o:before {
    content: "\f045" !important;
}

.icon-check-square-o:before {
    content: "\f046" !important;
}

.icon-arrows:before {
    content: "\f047" !important;
}

.icon-step-backward:before {
    content: "\f048" !important;
}

.icon-fast-backward:before {
    content: "\f049" !important;
}

.icon-backward:before {
    content: "\f04a" !important;
}

.icon-play:before {
    content: "\f04b" !important;
}

.icon-pause:before {
    content: "\f04c" !important;
}

.icon-stop:before {
    content: "\f04d" !important;
}

.icon-forward:before {
    content: "\f04e" !important;
}

.icon-fast-forward:before {
    content: "\f050" !important;
}

.icon-step-forward:before {
    content: "\f051" !important;
}

.icon-eject:before {
    content: "\f052" !important;
}

.icon-chevron-left:before {
    content: "\f053" !important;
}

.icon-chevron-right:before {
    content: "\f054" !important;
}

.icon-plus-circle:before {
    content: "\f055" !important;
}

.icon-minus-circle:before {
    content: "\f056" !important;
}

.icon-times-circle:before {
    content: "\f057" !important;
}

.icon-check-circle:before {
    content: "\f058" !important;
}

.icon-question-circle:before {
    content: "\f059" !important;
}

.icon-info-circle:before {
    content: "\f05a" !important;
}

.icon-crosshairs:before {
    content: "\f05b" !important;
}

.icon-times-circle-o:before {
    content: "\f05c" !important;
}

.icon-check-circle-o:before {
    content: "\f05d" !important;
}

.icon-ban:before {
    content: "\f05e" !important;
}

.icon-arrow-left:before {
    content: "\f060" !important;
}

.icon-arrow-right:before {
    content: "\f061" !important;
}

.icon-arrow-up:before {
    content: "\f062" !important;
}

.icon-arrow-down:before {
    content: "\f063" !important;
}

.icon-mail-forward:before,
.icon-share:before {
    content: "\f064" !important;
}

.icon-expand:before {
    content: "\f065" !important;
}

.icon-compress:before {
    content: "\f066" !important;
}

.icon-plus:before {
    content: "\f067" !important;
}

.icon-minus:before {
    content: "\f068" !important;
}

.icon-asterisk:before {
    content: "\f069" !important;
}

.icon-exclamation-circle:before {
    content: "\f06a" !important;
}

.icon-gift:before {
    content: "\f06b" !important;
}

.icon-leaf:before {
    content: "\f06c" !important;
}

.icon-fire:before {
    content: "\f06d" !important;
}

.icon-eye:before {
    content: "\f06e" !important;
}

.icon-eye-slash:before {
    content: "\f070" !important;
}

.icon-warning:before,
.icon-exclamation-triangle:before {
    content: "\f071" !important;
}

.icon-plane:before {
    content: "\f072" !important;
}

.icon-calendar:before {
    content: "\f073" !important;
}

.icon-random:before {
    content: "\f074" !important;
}

.icon-comment:before {
    content: "\f075" !important;
}

.icon-magnet:before {
    content: "\f076" !important;
}

.icon-chevron-up:before {
    content: "\f077" !important;
}

.icon-chevron-down:before {
    content: "\f078" !important;
}

.icon-retweet:before {
    content: "\f079" !important;
}

.icon-shopping-cart:before {
    content: "\f07a" !important;
}

.icon-folder:before {
    content: "\f07b" !important;
}

.icon-folder-open:before {
    content: "\f07c" !important;
}

.icon-arrows-v:before {
    content: "\f07d" !important;
}

.icon-arrows-h:before {
    content: "\f07e" !important;
}

.icon-bar-chart-o:before,
.icon-bar-chart:before {
    content: "\f080" !important;
}

.icon-twitter-square:before {
    content: "\f081" !important;
}

.icon-facebook-square:before {
    content: "\f082" !important;
}

.icon-camera-retro:before {
    content: "\f083" !important;
}

.icon-key:before {
    content: "\f084" !important;
}

.icon-gears:before,
.icon-cogs:before {
    content: "\f085" !important;
}

.icon-comments:before {
    content: "\f086" !important;
}

.icon-thumbs-o-up:before {
    content: "\f087" !important;
}

.icon-thumbs-o-down:before {
    content: "\f088" !important;
}

.icon-star-half:before {
    content: "\f089" !important;
}

.icon-heart-o:before {
    content: "\f08a" !important;
}

.icon-sign-out:before {
    content: "\f08b" !important;
}

.icon-linkedin-square:before {
    content: "\f08c" !important;
}

.icon-thumb-tack:before {
    content: "\f08d" !important;
}

.icon-external-link:before {
    content: "\f08e" !important;
}

.icon-sign-in:before {
    content: "\f090" !important;
}

.icon-trophy:before {
    content: "\f091" !important;
}

.icon-github-square:before {
    content: "\f092" !important;
}

.icon-upload:before {
    content: "\f093" !important;
}

.icon-lemon-o:before {
    content: "\f094" !important;
}

.icon-phone:before {
    content: "\f095" !important;
}

.icon-square-o:before {
    content: "\f096" !important;
}

.icon-bookmark-o:before {
    content: "\f097" !important;
}

.icon-phone-square:before {
    content: "\f098" !important;
}

.icon-twitter:before {
    content: "\f099" !important;
}

.icon-facebook-f:before,
.icon-facebook:before {
    content: "\f09a" !important;
}

.icon-github:before {
    content: "\f09b" !important;
}

.icon-unlock:before {
    content: "\f09c" !important;
}

.icon-credit-card:before {
    content: "\f09d" !important;
}

.icon-feed:before,
.icon-rss:before {
    content: "\f09e" !important;
}

.icon-hdd-o:before {
    content: "\f0a0" !important;
}

.icon-bullhorn:before {
    content: "\f0a1" !important;
}

.icon-bell:before {
    content: "\f0f3" !important;
}

.icon-certificate:before {
    content: "\f0a3" !important;
}

.icon-hand-o-right:before {
    content: "\f0a4" !important;
}

.icon-hand-o-left:before {
    content: "\f0a5" !important;
}

.icon-hand-o-up:before {
    content: "\f0a6" !important;
}

.icon-hand-o-down:before {
    content: "\f0a7" !important;
}

.icon-arrow-circle-left:before {
    content: "\f0a8" !important;
}

.icon-arrow-circle-right:before {
    content: "\f0a9" !important;
}

.icon-arrow-circle-up:before {
    content: "\f0aa" !important;
}

.icon-arrow-circle-down:before {
    content: "\f0ab" !important;
}

.icon-globe:before {
    content: "\f0ac" !important;
}

.icon-wrench:before {
    content: "\f0ad" !important;
}

.icon-tasks:before {
    content: "\f0ae" !important;
}

.icon-filter:before {
    content: "\f0b0" !important;
}

.icon-briefcase:before {
    content: "\f0b1" !important;
}

.icon-arrows-alt:before {
    content: "\f0b2" !important;
}

.icon-group:before,
.icon-users:before {
    content: "\f0c0" !important;
}

.icon-chain:before,
.icon-link:before {
    content: "\f0c1" !important;
}

.icon-cloud:before {
    content: "\f0c2" !important;
}

.icon-flask:before {
    content: "\f0c3" !important;
}

.icon-cut:before,
.icon-scissors:before {
    content: "\f0c4" !important;
}

.icon-copy:before,
.icon-files-o:before {
    content: "\f0c5" !important;
}

.icon-paperclip:before {
    content: "\f0c6" !important;
}

.icon-save:before,
.icon-floppy-o:before {
    content: "\f0c7" !important;
}

.icon-square:before {
    content: "\f0c8" !important;
}

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
    content: "\f0c9" !important;
}

.icon-list-ul:before {
    content: "\f0ca" !important;
}

.icon-list-ol:before {
    content: "\f0cb" !important;
}

.icon-strikethrough:before {
    content: "\f0cc" !important;
}

.icon-underline:before {
    content: "\f0cd" !important;
}

.icon-table:before {
    content: "\f0ce" !important;
}

.icon-magic:before {
    content: "\f0d0" !important;
}

.icon-truck:before {
    content: "\f0d1" !important;
}

.icon-pinterest:before {
    content: "\f0d2" !important;
}

.icon-pinterest-square:before {
    content: "\f0d3" !important;
}

.icon-google-plus-square:before {
    content: "\f0d4" !important;
}

.icon-google-plus:before {
    content: "\f0d5" !important;
}

.icon-money:before {
    content: "\f0d6" !important;
}

.icon-caret-down:before {
    content: "\f0d7" !important;
}

.icon-caret-up:before {
    content: "\f0d8" !important;
}

.icon-caret-left:before {
    content: "\f0d9" !important;
}

.icon-caret-right:before {
    content: "\f0da" !important;
}

.icon-columns:before {
    content: "\f0db" !important;
}

.icon-unsorted:before,
.icon-sort:before {
    content: "\f0dc" !important;
}

.icon-sort-down:before,
.icon-sort-desc:before {
    content: "\f0dd" !important;
}

.icon-sort-up:before,
.icon-sort-asc:before {
    content: "\f0de" !important;
}

.icon-envelope:before {
    content: "\f0e0" !important;
}

.icon-linkedin:before {
    content: "\f0e1" !important;
}

.icon-rotate-left:before,
.icon-undo:before {
    content: "\f0e2" !important;
}

.icon-legal:before,
.icon-gavel:before {
    content: "\f0e3" !important;
}

.icon-dashboard:before,
.icon-tachometer:before {
    content: "\f0e4" !important;
}

.icon-comment-o:before {
    content: "\f0e5" !important;
}

.icon-comments-o:before {
    content: "\f0e6" !important;
}

.icon-flash:before,
.icon-bolt:before {
    content: "\f0e7" !important;
}

.icon-sitemap:before {
    content: "\f0e8" !important;
}

.icon-umbrella:before {
    content: "\f0e9" !important;
}

.icon-paste:before,
.icon-clipboard:before {
    content: "\f0ea" !important;
}

.icon-lightbulb-o:before {
    content: "\f0eb" !important;
}

.icon-exchange:before {
    content: "\f0ec" !important;
}

.icon-cloud-download:before {
    content: "\f0ed" !important;
}

.icon-cloud-upload:before {
    content: "\f0ee" !important;
}

.icon-user-md:before {
    content: "\f0f0" !important;
}

.icon-stethoscope:before {
    content: "\f0f1" !important;
}

.icon-suitcase:before {
    content: "\f0f2" !important;
}

.icon-bell-o:before {
    content: "\f0a2" !important;
}

.icon-coffee:before {
    content: "\f0f4" !important;
}

.icon-cutlery:before {
    content: "\f0f5" !important;
}

.icon-file-text-o:before {
    content: "\f0f6" !important;
}

.icon-building-o:before {
    content: "\f0f7" !important;
}

.icon-hospital-o:before {
    content: "\f0f8" !important;
}

.icon-ambulance:before {
    content: "\f0f9" !important;
}

.icon-medkit:before {
    content: "\f0fa" !important;
}

.icon-fighter-jet:before {
    content: "\f0fb" !important;
}

.icon-beer:before {
    content: "\f0fc" !important;
}

.icon-h-square:before {
    content: "\f0fd" !important;
}

.icon-plus-square:before {
    content: "\f0fe" !important;
}

.icon-angle-double-left:before {
    content: "\f100" !important;
}

.icon-angle-double-right:before {
    content: "\f101" !important;
}

.icon-angle-double-up:before {
    content: "\f102" !important;
}

.icon-angle-double-down:before {
    content: "\f103" !important;
}

.icon-angle-left:before {
    content: "\f104" !important;
}

.icon-angle-right:before {
    content: "\f105" !important;
}

.icon-angle-up:before {
    content: "\f106" !important;
}

.icon-angle-down:before {
    content: "\f107" !important;
}

.icon-desktop:before {
    content: "\f108" !important;
}

.icon-laptop:before {
    content: "\f109" !important;
}

.icon-tablet:before {
    content: "\f10a" !important;
}

.icon-mobile-phone:before,
.icon-mobile:before {
    content: "\f10b" !important;
}

.icon-circle-o:before {
    content: "\f10c" !important;
}

.icon-quote-left:before {
    content: "\f10d" !important;
}

.icon-quote-right:before {
    content: "\f10e" !important;
}

.icon-spinner:before {
    content: "\f110" !important;
}

.icon-circle:before {
    content: "\f111" !important;
}

.icon-mail-reply:before,
.icon-reply:before {
    content: "\f112" !important;
}

.icon-github-alt:before {
    content: "\f113" !important;
}

.icon-folder-o:before {
    content: "\f114" !important;
}

.icon-folder-open-o:before {
    content: "\f115" !important;
}

.icon-smile-o:before {
    content: "\f118" !important;
}

.icon-frown-o:before {
    content: "\f119" !important;
}

.icon-meh-o:before {
    content: "\f11a" !important;
}

.icon-gamepad:before {
    content: "\f11b" !important;
}

.icon-keyboard-o:before {
    content: "\f11c" !important;
}

.icon-flag-o:before {
    content: "\f11d" !important;
}

.icon-flag-checkered:before {
    content: "\f11e" !important;
}

.icon-terminal:before {
    content: "\f120" !important;
}

.icon-code:before {
    content: "\f121" !important;
}

.icon-mail-reply-all:before,
.icon-reply-all:before {
    content: "\f122" !important;
}

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
    content: "\f123" !important;
}

.icon-location-arrow:before {
    content: "\f124" !important;
}

.icon-crop:before {
    content: "\f125" !important;
}

.icon-code-fork:before {
    content: "\f126" !important;
}

.icon-unlink:before,
.icon-chain-broken:before {
    content: "\f127" !important;
}

.icon-question:before {
    content: "\f128" !important;
}

.icon-info:before {
    content: "\f129" !important;
}

.icon-exclamation:before {
    content: "\f12a" !important;
}

.icon-superscript:before {
    content: "\f12b" !important;
}

.icon-subscript:before {
    content: "\f12c" !important;
}

.icon-eraser:before {
    content: "\f12d" !important;
}

.icon-puzzle-piece:before {
    content: "\f12e" !important;
}

.icon-microphone:before {
    content: "\f130" !important;
}

.icon-microphone-slash:before {
    content: "\f131" !important;
}

.icon-shield:before {
    content: "\f132" !important;
}

.icon-calendar-o:before {
    content: "\f133" !important;
}

.icon-fire-extinguisher:before {
    content: "\f134" !important;
}

.icon-rocket:before {
    content: "\f135" !important;
}

.icon-maxcdn:before {
    content: "\f136" !important;
}

.icon-chevron-circle-left:before {
    content: "\f137" !important;
}

.icon-chevron-circle-right:before {
    content: "\f138" !important;
}

.icon-chevron-circle-up:before {
    content: "\f139" !important;
}

.icon-chevron-circle-down:before {
    content: "\f13a" !important;
}

.icon-html5:before {
    content: "\f13b" !important;
}

.icon-css3:before {
    content: "\f13c" !important;
}

.icon-anchor:before {
    content: "\f13d" !important;
}

.icon-unlock-alt:before {
    content: "\f13e" !important;
}

.icon-bullseye:before {
    content: "\f140" !important;
}

.icon-ellipsis-h:before {
    content: "\f141" !important;
}

.icon-ellipsis-v:before {
    content: "\f142" !important;
}

.icon-rss-square:before {
    content: "\f143" !important;
}

.icon-play-circle:before {
    content: "\f144" !important;
}

.icon-ticket:before {
    content: "\f145" !important;
}

.icon-minus-square:before {
    content: "\f146" !important;
}

.icon-minus-square-o:before {
    content: "\f147" !important;
}

.icon-level-up:before {
    content: "\f148" !important;
}

.icon-level-down:before {
    content: "\f149" !important;
}

.icon-check-square:before {
    content: "\f14a" !important;
}

.icon-pencil-square:before {
    content: "\f14b" !important;
}

.icon-external-link-square:before {
    content: "\f14c" !important;
}

.icon-share-square:before {
    content: "\f14d" !important;
}

.icon-compass:before {
    content: "\f14e" !important;
}

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
    content: "\f150" !important;
}

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
    content: "\f151" !important;
}

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
    content: "\f152" !important;
}

.icon-euro:before,
.icon-eur:before {
    content: "\f153" !important;
}

.icon-gbp:before {
    content: "\f154" !important;
}

.icon-dollar:before,
.icon-usd:before {
    content: "\f155" !important;
}

.icon-rupee:before,
.icon-inr:before {
    content: "\f156" !important;
}

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
    content: "\f157" !important;
}

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
    content: "\f158" !important;
}

.icon-won:before,
.icon-krw:before {
    content: "\f159" !important;
}

.icon-bitcoin:before,
.icon-btc:before {
    content: "\f15a" !important;
}

.icon-file:before {
    content: "\f15b" !important;
}

.icon-file-text:before {
    content: "\f15c" !important;
}

.icon-sort-alpha-asc:before {
    content: "\f15d" !important;
}

.icon-sort-alpha-desc:before {
    content: "\f15e" !important;
}

.icon-sort-amount-asc:before {
    content: "\f160" !important;
}

.icon-sort-amount-desc:before {
    content: "\f161" !important;
}

.icon-sort-numeric-asc:before {
    content: "\f162" !important;
}

.icon-sort-numeric-desc:before {
    content: "\f163" !important;
}

.icon-thumbs-up:before {
    content: "\f164" !important;
}

.icon-thumbs-down:before {
    content: "\f165" !important;
}

.icon-youtube-square:before {
    content: "\f166" !important;
}

.icon-youtube:before {
    content: "\f167" !important;
}

.icon-xing:before {
    content: "\f168" !important;
}

.icon-xing-square:before {
    content: "\f169" !important;
}

.icon-youtube-play:before {
    content: "\f16a" !important;
}

.icon-dropbox:before {
    content: "\f16b" !important;
}

.icon-stack-overflow:before {
    content: "\f16c" !important;
}

.icon-instagram:before {
    content: "\f16d" !important;
}

.icon-flickr:before {
    content: "\f16e" !important;
}

.icon-adn:before {
    content: "\f170" !important;
}

.icon-bitbucket:before {
    content: "\f171" !important;
}

.icon-bitbucket-square:before {
    content: "\f172" !important;
}

.icon-tumblr:before {
    content: "\f173" !important;
}

.icon-tumblr-square:before {
    content: "\f174" !important;
}

.icon-long-arrow-down:before {
    content: "\f175" !important;
}

.icon-long-arrow-up:before {
    content: "\f176" !important;
}

.icon-long-arrow-left:before {
    content: "\f177" !important;
}

.icon-long-arrow-right:before {
    content: "\f178" !important;
}

.icon-apple:before {
    content: "\f179" !important;
}

.icon-windows:before {
    content: "\f17a" !important;
}

.icon-android:before {
    content: "\f17b" !important;
}

.icon-linux:before {
    content: "\f17c" !important;
}

.icon-dribbble:before {
    content: "\f17d" !important;
}

.icon-skype:before {
    content: "\f17e" !important;
}

.icon-foursquare:before {
    content: "\f180" !important;
}

.icon-trello:before {
    content: "\f181" !important;
}

.icon-female:before {
    content: "\f182" !important;
}

.icon-male:before {
    content: "\f183" !important;
}

.icon-gittip:before,
.icon-gratipay:before {
    content: "\f184" !important;
}

.icon-sun-o:before {
    content: "\f185" !important;
}

.icon-moon-o:before {
    content: "\f186" !important;
}

.icon-archive:before {
    content: "\f187" !important;
}

.icon-bug:before {
    content: "\f188" !important;
}

.icon-vk:before {
    content: "\f189" !important;
}

.icon-weibo:before {
    content: "\f18a" !important;
}

.icon-renren:before {
    content: "\f18b" !important;
}

.icon-pagelines:before {
    content: "\f18c" !important;
}

.icon-stack-exchange:before {
    content: "\f18d" !important;
}

.icon-arrow-circle-o-right:before {
    content: "\f18e" !important;
}

.icon-arrow-circle-o-left:before {
    content: "\f190" !important;
}

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
    content: "\f191" !important;
}

.icon-dot-circle-o:before {
    content: "\f192" !important;
}

.icon-wheelchair:before {
    content: "\f193" !important;
}

.icon-vimeo-square:before {
    content: "\f194" !important;
}

.icon-turkish-lira:before,
.icon-try:before {
    content: "\f195" !important;
}

.icon-plus-square-o:before {
    content: "\f196" !important;
}

.icon-space-shuttle:before {
    content: "\f197" !important;
}

.icon-slack:before {
    content: "\f198" !important;
}

.icon-envelope-square:before {
    content: "\f199" !important;
}

.icon-wordpress:before {
    content: "\f19a" !important;
}

.icon-openid:before {
    content: "\f19b" !important;
}

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
    content: "\f19c" !important;
}

.icon-mortar-board:before,
.icon-graduation-cap:before {
    content: "\f19d" !important;
}

.icon-yahoo:before {
    content: "\f19e" !important;
}

.icon-google:before {
    content: "\f1a0" !important;
}

.icon-reddit:before {
    content: "\f1a1" !important;
}

.icon-reddit-square:before {
    content: "\f1a2" !important;
}

.icon-stumbleupon-circle:before {
    content: "\f1a3" !important;
}

.icon-stumbleupon:before {
    content: "\f1a4" !important;
}

.icon-delicious:before {
    content: "\f1a5" !important;
}

.icon-digg:before {
    content: "\f1a6" !important;
}

.icon-pied-piper:before {
    content: "\f1a7" !important;
}

.icon-pied-piper-alt:before {
    content: "\f1a8" !important;
}

.icon-drupal:before {
    content: "\f1a9" !important;
}

.icon-joomla:before {
    content: "\f1aa" !important;
}

.icon-language:before {
    content: "\f1ab" !important;
}

.icon-fax:before {
    content: "\f1ac" !important;
}

.icon-building:before {
    content: "\f1ad" !important;
}

.icon-child:before {
    content: "\f1ae" !important;
}

.icon-paw:before {
    content: "\f1b0" !important;
}

.icon-spoon:before {
    content: "\f1b1" !important;
}

.icon-cube:before {
    content: "\f1b2" !important;
}

.icon-cubes:before {
    content: "\f1b3" !important;
}

.icon-behance:before {
    content: "\f1b4" !important;
}

.icon-behance-square:before {
    content: "\f1b5" !important;
}

.icon-steam:before {
    content: "\f1b6" !important;
}

.icon-steam-square:before {
    content: "\f1b7" !important;
}

.icon-recycle:before {
    content: "\f1b8" !important;
}

.icon-automobile:before,
.icon-car:before {
    content: "\f1b9" !important;
}

.icon-cab:before,
.icon-taxi:before {
    content: "\f1ba" !important;
}

.icon-tree:before {
    content: "\f1bb" !important;
}

.icon-spotify:before {
    content: "\f1bc" !important;
}

.icon-deviantart:before {
    content: "\f1bd" !important;
}

.icon-soundcloud:before {
    content: "\f1be" !important;
}

.icon-database:before {
    content: "\f1c0" !important;
}

.icon-file-pdf-o:before {
    content: "\f1c1" !important;
}

.icon-file-word-o:before {
    content: "\f1c2" !important;
}

.icon-file-excel-o:before {
    content: "\f1c3" !important;
}

.icon-file-powerpoint-o:before {
    content: "\f1c4" !important;
}

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
    content: "\f1c5" !important;
}

.icon-file-zip-o:before,
.icon-file-archive-o:before {
    content: "\f1c6" !important;
}

.icon-file-sound-o:before,
.icon-file-audio-o:before {
    content: "\f1c7" !important;
}

.icon-file-movie-o:before,
.icon-file-video-o:before {
    content: "\f1c8" !important;
}

.icon-file-code-o:before {
    content: "\f1c9" !important;
}

.icon-vine:before {
    content: "\f1ca" !important;
}

.icon-codepen:before {
    content: "\f1cb" !important;
}

.icon-jsfiddle:before {
    content: "\f1cc" !important;
}

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
    content: "\f1cd" !important;
}

.icon-circle-o-notch:before {
    content: "\f1ce" !important;
}

.icon-ra:before,
.icon-rebel:before {
    content: "\f1d0" !important;
}

.icon-ge:before,
.icon-empire:before {
    content: "\f1d1" !important;
}

.icon-git-square:before {
    content: "\f1d2" !important;
}

.icon-git:before {
    content: "\f1d3" !important;
}

.icon-y-combinator-square:before,
.icon-yc-square:before,
.icon-hacker-news:before {
    content: "\f1d4" !important;
}

.icon-tencent-weibo:before {
    content: "\f1d5" !important;
}

.icon-qq:before {
    content: "\f1d6" !important;
}

.icon-wechat:before,
.icon-weixin:before {
    content: "\f1d7" !important;
}

.icon-send:before,
.icon-paper-plane:before {
    content: "\f1d8" !important;
}

.icon-send-o:before,
.icon-paper-plane-o:before {
    content: "\f1d9" !important;
}

.icon-history:before {
    content: "\f1da" !important;
}

.icon-circle-thin:before {
    content: "\f1db" !important;
}

.icon-header:before {
    content: "\f1dc" !important;
}

.icon-paragraph:before {
    content: "\f1dd" !important;
}

.icon-sliders:before {
    content: "\f1de" !important;
}

.icon-share-alt:before {
    content: "\f1e0" !important;
}

.icon-share-alt-square:before {
    content: "\f1e1" !important;
}

.icon-bomb:before {
    content: "\f1e2" !important;
}

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
    content: "\f1e3" !important;
}

.icon-tty:before {
    content: "\f1e4" !important;
}

.icon-binoculars:before {
    content: "\f1e5" !important;
}

.icon-plug:before {
    content: "\f1e6" !important;
}

.icon-slideshare:before {
    content: "\f1e7" !important;
}

.icon-twitch:before {
    content: "\f1e8" !important;
}

.icon-yelp:before {
    content: "\f1e9" !important;
}

.icon-newspaper-o:before {
    content: "\f1ea" !important;
}

.icon-wifi:before {
    content: "\f1eb" !important;
}

.icon-calculator:before {
    content: "\f1ec" !important;
}

.icon-paypal:before {
    content: "\f1ed" !important;
}

.icon-google-wallet:before {
    content: "\f1ee" !important;
}

.icon-cc-visa:before {
    content: "\f1f0" !important;
}

.icon-cc-mastercard:before {
    content: "\f1f1" !important;
}

.icon-cc-discover:before {
    content: "\f1f2" !important;
}

.icon-cc-amex:before {
    content: "\f1f3" !important;
}

.icon-cc-paypal:before {
    content: "\f1f4" !important;
}

.icon-cc-stripe:before {
    content: "\f1f5" !important;
}

.icon-bell-slash:before {
    content: "\f1f6" !important;
}

.icon-bell-slash-o:before {
    content: "\f1f7" !important;
}

.icon-trash:before {
    content: "\f1f8" !important;
}

.icon-copyright:before {
    content: "\f1f9" !important;
}

.icon-at:before {
    content: "\f1fa" !important;
}

.icon-eyedropper:before {
    content: "\f1fb" !important;
}

.icon-paint-brush:before {
    content: "\f1fc" !important;
}

.icon-birthday-cake:before {
    content: "\f1fd" !important;
}

.icon-area-chart:before {
    content: "\f1fe" !important;
}

.icon-pie-chart:before {
    content: "\f200" !important;
}

.icon-line-chart:before {
    content: "\f201" !important;
}

.icon-lastfm:before {
    content: "\f202" !important;
}

.icon-lastfm-square:before {
    content: "\f203" !important;
}

.icon-toggle-off:before {
    content: "\f204" !important;
}

.icon-toggle-on:before {
    content: "\f205" !important;
}

.icon-bicycle:before {
    content: "\f206" !important;
}

.icon-bus:before {
    content: "\f207" !important;
}

.icon-ioxhost:before {
    content: "\f208" !important;
}

.icon-angellist:before {
    content: "\f209" !important;
}

.icon-cc:before {
    content: "\f20a" !important;
}

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
    content: "\f20b" !important;
}

.icon-meanpath:before {
    content: "\f20c" !important;
}

.icon-buysellads:before {
    content: "\f20d" !important;
}

.icon-connectdevelop:before {
    content: "\f20e" !important;
}

.icon-dashcube:before {
    content: "\f210" !important;
}

.icon-forumbee:before {
    content: "\f211" !important;
}

.icon-leanpub:before {
    content: "\f212" !important;
}

.icon-sellsy:before {
    content: "\f213" !important;
}

.icon-shirtsinbulk:before {
    content: "\f214" !important;
}

.icon-simplybuilt:before {
    content: "\f215" !important;
}

.icon-skyatlas:before {
    content: "\f216" !important;
}

.icon-cart-plus:before {
    content: "\f217" !important;
}

.icon-cart-arrow-down:before {
    content: "\f218" !important;
}

.icon-diamond:before {
    content: "\f219" !important;
}

.icon-ship:before {
    content: "\f21a" !important;
}

.icon-user-secret:before {
    content: "\f21b" !important;
}

.icon-motorcycle:before {
    content: "\f21c" !important;
}

.icon-street-view:before {
    content: "\f21d" !important;
}

.icon-heartbeat:before {
    content: "\f21e" !important;
}

.icon-venus:before {
    content: "\f221" !important;
}

.icon-mars:before {
    content: "\f222" !important;
}

.icon-mercury:before {
    content: "\f223" !important;
}

.icon-intersex:before,
.icon-transgender:before {
    content: "\f224" !important;
}

.icon-transgender-alt:before {
    content: "\f225" !important;
}

.icon-venus-double:before {
    content: "\f226" !important;
}

.icon-mars-double:before {
    content: "\f227" !important;
}

.icon-venus-mars:before {
    content: "\f228" !important;
}

.icon-mars-stroke:before {
    content: "\f229" !important;
}

.icon-mars-stroke-v:before {
    content: "\f22a" !important;
}

.icon-mars-stroke-h:before {
    content: "\f22b" !important;
}

.icon-neuter:before {
    content: "\f22c" !important;
}

.icon-genderless:before {
    content: "\f22d" !important;
}

.icon-facebook-official:before {
    content: "\f230" !important;
}

.icon-pinterest-p:before {
    content: "\f231" !important;
}

.icon-whatsapp:before {
    content: "\f232" !important;
}

.icon-server:before {
    content: "\f233" !important;
}

.icon-user-plus:before {
    content: "\f234" !important;
}

.icon-user-times:before {
    content: "\f235" !important;
}

.icon-hotel:before,
.icon-bed:before {
    content: "\f236" !important;
}

.icon-viacoin:before {
    content: "\f237" !important;
}

.icon-train:before {
    content: "\f238" !important;
}

.icon-subway:before {
    content: "\f239" !important;
}

.icon-medium:before {
    content: "\f23a" !important;
}

.icon-yc:before,
.icon-y-combinator:before {
    content: "\f23b" !important;
}

.icon-optin-monster:before {
    content: "\f23c" !important;
}

.icon-opencart:before {
    content: "\f23d" !important;
}

.icon-expeditedssl:before {
    content: "\f23e" !important;
}

.icon-battery-4:before,
.icon-battery-full:before {
    content: "\f240" !important;
}

.icon-battery-3:before,
.icon-battery-three-quarters:before {
    content: "\f241" !important;
}

.icon-battery-2:before,
.icon-battery-half:before {
    content: "\f242" !important;
}

.icon-battery-1:before,
.icon-battery-quarter:before {
    content: "\f243" !important;
}

.icon-battery-0:before,
.icon-battery-empty:before {
    content: "\f244" !important;
}

.icon-mouse-pointer:before {
    content: "\f245" !important;
}

.icon-i-cursor:before {
    content: "\f246" !important;
}

.icon-object-group:before {
    content: "\f247" !important;
}

.icon-object-ungroup:before {
    content: "\f248" !important;
}

.icon-sticky-note:before {
    content: "\f249" !important;
}

.icon-sticky-note-o:before {
    content: "\f24a" !important;
}

.icon-cc-jcb:before {
    content: "\f24b" !important;
}

.icon-cc-diners-club:before {
    content: "\f24c" !important;
}

.icon-clone:before {
    content: "\f24d" !important;
}

.icon-balance-scale:before {
    content: "\f24e" !important;
}

.icon-hourglass-o:before {
    content: "\f250" !important;
}

.icon-hourglass-1:before,
.icon-hourglass-start:before {
    content: "\f251" !important;
}

.icon-hourglass-2:before,
.icon-hourglass-half:before {
    content: "\f252" !important;
}

.icon-hourglass-3:before,
.icon-hourglass-end:before {
    content: "\f253" !important;
}

.icon-hourglass:before {
    content: "\f254" !important;
}

.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
    content: "\f255" !important;
}

.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
    content: "\f256" !important;
}

.icon-hand-scissors-o:before {
    content: "\f257" !important;
}

.icon-hand-lizard-o:before {
    content: "\f258" !important;
}

.icon-hand-spock-o:before {
    content: "\f259" !important;
}

.icon-hand-pointer-o:before {
    content: "\f25a" !important;
}

.icon-hand-peace-o:before {
    content: "\f25b" !important;
}

.icon-trademark:before {
    content: "\f25c" !important;
}

.icon-registered:before {
    content: "\f25d" !important;
}

.icon-creative-commons:before {
    content: "\f25e" !important;
}

.icon-gg:before {
    content: "\f260" !important;
}

.icon-gg-circle:before {
    content: "\f261" !important;
}

.icon-tripadvisor:before {
    content: "\f262" !important;
}

.icon-odnoklassniki:before {
    content: "\f263" !important;
}

.icon-odnoklassniki-square:before {
    content: "\f264" !important;
}

.icon-get-pocket:before {
    content: "\f265" !important;
}

.icon-wikipedia-w:before {
    content: "\f266" !important;
}

.icon-safari:before {
    content: "\f267" !important;
}

.icon-chrome:before {
    content: "\f268" !important;
}

.icon-firefox:before {
    content: "\f269" !important;
}

.icon-opera:before {
    content: "\f26a" !important;
}

.icon-internet-explorer:before {
    content: "\f26b" !important;
}

.icon-tv:before,
.icon-television:before {
    content: "\f26c" !important;
}

.icon-contao:before {
    content: "\f26d" !important;
}

.icon-500px:before {
    content: "\f26e" !important;
}

.icon-amazon:before {
    content: "\f270" !important;
}

.icon-calendar-plus-o:before {
    content: "\f271" !important;
}

.icon-calendar-minus-o:before {
    content: "\f272" !important;
}

.icon-calendar-times-o:before {
    content: "\f273" !important;
}

.icon-calendar-check-o:before {
    content: "\f274" !important;
}

.icon-industry:before {
    content: "\f275" !important;
}

.icon-map-pin:before {
    content: "\f276" !important;
}

.icon-map-signs:before {
    content: "\f277" !important;
}

.icon-map-o:before {
    content: "\f278" !important;
}

.icon-map:before {
    content: "\f279" !important;
}

.icon-commenting:before {
    content: "\f27a" !important;
}

.icon-commenting-o:before {
    content: "\f27b" !important;
}

.icon-houzz:before {
    content: "\f27c" !important;
}

.icon-vimeo:before {
    content: "\f27d" !important;
}

.icon-black-tie:before {
    content: "\f27e" !important;
}

.icon-fonticons:before {
    content: "\f280" !important;
}