
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/fontawesome-webfont.eot?#iefix&v=3.0.1") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff?v=3.0.1") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=3.0.1") format("truetype");
}
[class^="icon-"], [class*=" icon-"] {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
}
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}
[class^="icon-"]::before, [class*=" icon-"]::before {
    display: inline-block;
    text-decoration: inherit;
}
a [class^="icon-"], a [class*=" icon-"] {
    display: inline-block;
}
.icon-large::before {
    font-size: 1.33333em;
    vertical-align: -10%;
}
.btn [class^="icon-"], .nav [class^="icon-"], .btn [class*=" icon-"], .nav [class*=" icon-"] {
    display: inline;
}
.btn .icon-large[class^="icon-"], .nav .icon-large[class^="icon-"], .btn .icon-large[class*=" icon-"], .nav .icon-large[class*=" icon-"] {
    line-height: 0.9em;
}
.btn .icon-spin[class^="icon-"], .nav .icon-spin[class^="icon-"], .btn .icon-spin[class*=" icon-"], .nav .icon-spin[class*=" icon-"] {
    display: inline-block;
}
.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"] {
}
.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs .icon-large[class^="icon-"], .nav-pills .icon-large[class^="icon-"], .nav-tabs .icon-large[class*=" icon-"], .nav-pills .icon-large[class*=" icon-"] {
    line-height: 0.9em;
}
li [class^="icon-"], .nav li [class^="icon-"], li [class*=" icon-"], .nav li [class*=" icon-"] {
    display: inline-block;
    text-align: center;
    width: 1.25em;
}
li .icon-large[class^="icon-"], .nav li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"], .nav li .icon-large[class*=" icon-"] {
    width: 1.5625em;
}
ul.icons {
    list-style-type: none;
    text-indent: -0.75em;
}
ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] {
    width: 0.75em;
}
.icon-muted {
    color: #eeeeee;
}
.icon-border {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 0.2em 0.25em 0.15em;
}

.icon-lg {
    font-size: 1.33333em;
    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 {
    text-align: center;
    width: 1.28571em;
}
.icon-ul {
    list-style-type: none;
    margin-left: 2.14286em;
    padding-left: 0;
}
.icon-ul > li {
    position: relative;
}
.icon-li {
    left: -2.14286em;
    position: absolute;
    text-align: center;
    top: 0.142857em;
    width: 2.14286em;
}
.icon-li.icon-lg {
    left: -1.85714em;
}
.icon-border {
    border: 0.08em solid #eeeeee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.icon.pull-left {
    margin-right: 0.3em;
}
.icon.pull-right {
    margin-left: 0.3em;
}
.icon-spin {
    animation: 2s linear 0s normal none infinite running icon-spin;
}
.icon-pulse {
    animation: 1s steps(8, end) 0s normal none infinite running icon-spin;
}
@keyframes icon-spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}
.icon-rotate-90 {
    transform: rotate(90deg);
}
.icon-rotate-180 {
    transform: rotate(180deg);
}
.icon-rotate-270 {
    transform: rotate(270deg);
}
.icon-flip-horizontal {
    transform: scale(-1, 1);
}
.icon-flip-vertical {
    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 {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}
.icon-stack-1x, .icon-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.icon-stack-1x {
    line-height: inherit;
}
.icon-stack-2x {
    font-size: 2em;
}
.icon-inverse {
    color: #ffffff;
}
.icon-glass::before {
    content: "";
}
.icon-music::before {
    content: "";
}
.icon-search::before {
    content: "";
}
.icon-envelope-o::before {
    content: "";
}
.icon-heart::before {
    content: "";
}
.icon-star::before {
    content: "";
}
.icon-star-o::before {
    content: "";
}
.icon-user::before {
    content: "";
}
.icon-film::before {
    content: "";
}
.icon-th-large::before {
    content: "";
}
.icon-th::before {
    content: "";
}
.icon-th-list::before {
    content: "";
}
.icon-check::before {
    content: "";
}
.icon-remove::before, .icon-close::before, .icon-times::before {
    content: "";
}
.icon-search-plus::before {
    content: "";
}
.icon-search-minus::before {
    content: "";
}
.icon-power-off::before {
    content: "";
}
.icon-signal::before {
    content: "";
}
.icon-gear::before, .icon-cog::before {
    content: "";
}
.icon-trash-o::before {
    content: "";
}
.icon-home::before {
    content: "";
}
.icon-file-o::before {
    content: "";
}
.icon-clock-o::before {
    content: "";
}
.icon-road::before {
    content: "";
}
.icon-download::before {
    content: "";
}
.icon-arrow-circle-o-down::before {
    content: "";
}
.icon-arrow-circle-o-up::before {
    content: "";
}
.icon-inbox::before {
    content: "";
}
.icon-play-circle-o::before {
    content: "";
}
.icon-rotate-right::before, .icon-repeat::before {
    content: "";
}
.icon-refresh::before {
    content: "";
}
.icon-list-alt::before {
    content: "";
}
.icon-lock::before {
    content: "";
}
.icon-flag::before {
    content: "";
}
.icon-headphones::before {
    content: "";
}
.icon-volume-off::before {
    content: "";
}
.icon-volume-down::before {
    content: "";
}
.icon-volume-up::before {
    content: "";
}
.icon-qrcode::before {
    content: "";
}
.icon-barcode::before {
    content: "";
}
.icon-tag::before {
    content: "";
}
.icon-tags::before {
    content: "";
}
.icon-book::before {
    content: "";
}
.icon-bookmark::before {
    content: "";
}
.icon-print::before {
    content: "";
}
.icon-camera::before {
    content: "";
}
.icon-font::before {
    content: "";
}
.icon-bold::before {
    content: "";
}
.icon-italic::before {
    content: "";
}
.icon-text-height::before {
    content: "";
}
.icon-text-width::before {
    content: "";
}
.icon-align-left::before {
    content: "";
}
.icon-align-center::before {
    content: "";
}
.icon-align-right::before {
    content: "";
}
.icon-align-justify::before {
    content: "";
}
.icon-list::before {
    content: "";
}
.icon-dedent::before, .icon-outdent::before {
    content: "";
}
.icon-indent::before {
    content: "";
}
.icon-video-camera::before {
    content: "";
}
.icon-photo::before, .icon-image::before, .icon-picture-o::before {
    content: "";
}
.icon-pencil::before {
    content: "";
}
.icon-map-marker::before {
    content: "";
}
.icon-adjust::before {
    content: "";
}
.icon-tint::before {
    content: "";
}
.icon-edit::before, .icon-pencil-square-o::before {
    content: "";
}
.icon-share-square-o::before {
    content: "";
}
.icon-check-square-o::before {
    content: "";
}
.icon-arrows::before {
    content: "";
}
.icon-step-backward::before {
    content: "";
}
.icon-fast-backward::before {
    content: "";
}
.icon-backward::before {
    content: "";
}
.icon-play::before {
    content: "";
}
.icon-pause::before {
    content: "";
}
.icon-stop::before {
    content: "";
}
.icon-forward::before {
    content: "";
}
.icon-fast-forward::before {
    content: "";
}
.icon-step-forward::before {
    content: "";
}
.icon-eject::before {
    content: "";
}
.icon-chevron-left::before {
    content: "";
}
.icon-chevron-right::before {
    content: "";
}
.icon-plus-circle::before {
    content: "";
}
.icon-minus-circle::before {
    content: "";
}
.icon-times-circle::before {
    content: "";
}
.icon-check-circle::before {
    content: "";
}
.icon-question-circle::before {
    content: "";
}
.icon-info-circle::before {
    content: "";
}
.icon-crosshairs::before {
    content: "";
}
.icon-times-circle-o::before {
    content: "";
}
.icon-check-circle-o::before {
    content: "";
}
.icon-ban::before {
    content: "";
}
.icon-arrow-left::before {
    content: "";
}
.icon-arrow-right::before {
    content: "";
}
.icon-arrow-up::before {
    content: "";
}
.icon-arrow-down::before {
    content: "";
}
.icon-mail-forward::before, .icon-share::before {
    content: "";
}
.icon-expand::before {
    content: "";
}
.icon-compress::before {
    content: "";
}
.icon-plus::before {
    content: "";
}
.icon-minus::before {
    content: "";
}
.icon-asterisk::before {
    content: "";
}
.icon-exclamation-circle::before {
    content: "";
}
.icon-gift::before {
    content: "";
}
.icon-leaf::before {
    content: "";
}
.icon-fire::before {
    content: "";
}
.icon-eye::before {
    content: "";
}
.icon-eye-slash::before {
    content: "";
}
.icon-warning::before, .icon-exclamation-triangle::before {
    content: "";
}
.icon-plane::before {
    content: "";
}
.icon-calendar::before {
    content: "";
}
.icon-random::before {
    content: "";
}
.icon-comment::before {
    content: "";
}
.icon-magnet::before {
    content: "";
}
.icon-chevron-up::before {
    content: "";
}
.icon-chevron-down::before {
    content: "";
}
.icon-retweet::before {
    content: "";
}
.icon-shopping-cart::before {
    content: "";
}
.icon-folder::before {
    content: "";
}
.icon-folder-open::before {
    content: "";
}
.icon-arrows-v::before {
    content: "";
}
.icon-arrows-h::before {
    content: "";
}
.icon-bar-chart-o::before, .icon-bar-chart::before {
    content: "";
}
.icon-twitter-square::before {
    content: "";
}
.icon-facebook-square::before {
    content: "";
}
.icon-camera-retro::before {
    content: "";
}
.icon-key::before {
    content: "";
}
.icon-gears::before, .icon-cogs::before {
    content: "";
}
.icon-comments::before {
    content: "";
}
.icon-thumbs-o-up::before {
    content: "";
}
.icon-thumbs-o-down::before {
    content: "";
}
.icon-star-half::before {
    content: "";
}
.icon-heart-o::before {
    content: "";
}
.icon-sign-out::before {
    content: "";
}
.icon-linkedin-square::before {
    content: "";
}
.icon-thumb-tack::before {
    content: "";
}
.icon-external-link::before {
    content: "";
}
.icon-sign-in::before {
    content: "";
}
.icon-trophy::before {
    content: "";
}
.icon-github-square::before {
    content: "";
}
.icon-upload::before {
    content: "";
}
.icon-lemon-o::before {
    content: "";
}
.icon-phone::before {
    content: "";
}
.icon-square-o::before {
    content: "";
}
.icon-bookmark-o::before {
    content: "";
}
.icon-phone-square::before {
    content: "";
}
.icon-twitter::before {
    content: "";
}
.icon-facebook-f::before, .icon-facebook::before {
    content: "";
    color: #3b5998;
}
.icon-github::before {
    content: "";
}
.icon-unlock::before {
    content: "";
}
.icon-credit-card::before {
    content: "";
}
.icon-rss::before {
    content: "";
}
.icon-hdd-o::before {
    content: "";
}
.icon-bullhorn::before {
    content: "";
}
.icon-bell::before {
    content: "";
}
.icon-certificate::before {
    content: "";
}
.icon-hand-o-right::before {
    content: "";
}
.icon-hand-o-left::before {
    content: "";
}
.icon-hand-o-up::before {
    content: "";
}
.icon-hand-o-down::before {
    content: "";
}
.icon-arrow-circle-left::before {
    content: "";
}
.icon-arrow-circle-right::before {
    content: "";
}
.icon-arrow-circle-up::before {
    content: "";
}
.icon-arrow-circle-down::before {
    content: "";
}
.icon-globe::before {
    content: "";
}
.icon-wrench::before {
    content: "";
}
.icon-tasks::before {
    content: "";
}
.icon-filter::before {
    content: "";
}
.icon-briefcase::before {
    content: "";
}
.icon-arrows-alt::before {
    content: "";
}
.icon-group::before, .icon-users::before {
    content: "";
}
.icon-chain::before, .icon-link::before {
    content: "";
}
.icon-cloud::before {
    content: "";
}
.icon-flask::before {
    content: "";
}
.icon-cut::before, .icon-scissors::before {
    content: "";
}
.icon-copy::before, .icon-files-o::before {
    content: "";
}
.icon-paperclip::before {
    content: "";
}
.icon-save::before, .icon-floppy-o::before {
    content: "";
}
.icon-square::before {
    content: "";
}
.icon-navicon::before, .icon-reorder::before, .icon-bars::before {
    content: "";
}
.icon-list-ul::before {
    content: "";
}
.icon-list-ol::before {
    content: "";
}
.icon-strikethrough::before {
    content: "";
}
.icon-underline::before {
    content: "";
}
.icon-table::before {
    content: "";
}
.icon-magic::before {
    content: "";
}
.icon-truck::before {
    content: "";
}
.icon-pinterest::before {
    content: "";
}
.icon-pinterest-square::before {
    content: "";
}
.icon-google-plus-square::before {
    content: "";
}
.icon-google-plus::before {
    content: "";
}
.icon-money::before {
    content: "";
}
.icon-caret-down::before {
    content: "";
}
.icon-caret-up::before {
    content: "";
}
.icon-caret-left::before {
    content: "";
}
.icon-caret-right::before {
    content: "";
}
.icon-columns::before {
    content: "";
}
.icon-unsorted::before, .icon-sort::before {
    content: "";
}
.icon-sort-down::before, .icon-sort-desc::before {
    content: "";
}
.icon-sort-up::before, .icon-sort-asc::before {
    content: "";
}
.icon-envelope::before {
    content: "";
}
.icon-linkedin::before {
    content: "";
}
.icon-rotate-left::before, .icon-undo::before {
    content: "";
}
.icon-legal::before, .icon-gavel::before {
    content: "";
}
.icon-dashboard::before, .icon-tachometer::before {
    content: "";
}
.icon-comment-o::before {
    content: "";
}
.icon-comments-o::before {
    content: "";
}
.icon-flash::before, .icon-bolt::before {
    content: "";
}
.icon-sitemap::before {
    content: "";
}
.icon-umbrella::before {
    content: "";
}
.icon-paste::before, .icon-clipboard::before {
    content: "";
}
.icon-lightbulb-o::before {
    content: "";
}
.icon-exchange::before {
    content: "";
}
.icon-cloud-download::before {
    content: "";
}
.icon-cloud-upload::before {
    content: "";
}
.icon-user-md::before {
    content: "";
}
.icon-stethoscope::before {
    content: "";
}
.icon-suitcase::before {
    content: "";
}
.icon-bell-o::before {
    content: "";
}
.icon-coffee::before {
    content: "";
}
.icon-cutlery::before {
    content: "";
}
.icon-file-text-o::before {
    content: "";
}
.icon-building-o::before {
    content: "";
}
.icon-hospital-o::before {
    content: "";
}
.icon-ambulance::before {
    content: "";
}
.icon-medkit::before {
    content: "";
}
.icon-fighter-jet::before {
    content: "";
}
.icon-beer::before {
    content: "";
}
.icon-h-square::before {
    content: "";
}
.icon-plus-square::before {
    content: "";
}
.icon-angle-double-left::before {
    content: "";
}
.icon-angle-double-right::before {
    content: "";
}
.icon-angle-double-up::before {
    content: "";
}
.icon-angle-double-down::before {
    content: "";
}
.icon-angle-left::before {
    content: "";
}
.icon-angle-right::before {
    content: "";
}
.icon-angle-up::before {
    content: "";
}
.icon-angle-down::before {
    content: "";
}
.icon-desktop::before {
    content: "";
}
.icon-laptop::before {
    content: "";
}
.icon-tablet::before {
    content: "";
}
.icon-mobile-phone::before, .icon-mobile::before {
    content: "";
}
.icon-circle-o::before {
    content: "";
}
.icon-quote-left::before {
    content: "";
}
.icon-quote-right::before {
    content: "";
}
.icon-spinner::before {
    content: "";
}
.icon-circle::before {
    content: "";
}
.icon-mail-reply::before, .icon-reply::before {
    content: "";
}
.icon-github-alt::before {
    content: "";
}
.icon-folder-o::before {
    content: "";
}
.icon-folder-open-o::before {
    content: "";
}
.icon-smile-o::before {
    content: "";
}
.icon-frown-o::before {
    content: "";
}
.icon-meh-o::before {
    content: "";
}
.icon-gamepad::before {
    content: "";
}
.icon-keyboard-o::before {
    content: "";
}
.icon-flag-o::before {
    content: "";
}
.icon-flag-checkered::before {
    content: "";
}
.icon-terminal::before {
    content: "";
}
.icon-code::before {
    content: "";
}
.icon-mail-reply-all::before, .icon-reply-all::before {
    content: "";
}
.icon-star-half-empty::before, .icon-star-half-full::before, .icon-star-half-o::before {
    content: "";
}
.icon-location-arrow::before {
    content: "";
}
.icon-crop::before {
    content: "";
}
.icon-code-fork::before {
    content: "";
}
.icon-unlink::before, .icon-chain-broken::before {
    content: "";
}
.icon-question::before {
    content: "";
}
.icon-info::before {
    content: "";
}
.icon-exclamation::before {
    content: "";
}
.icon-superscript::before {
    content: "";
}
.icon-subscript::before {
    content: "";
}
.icon-eraser::before {
    content: "";
}
.icon-puzzle-piece::before {
    content: "";
}
.icon-microphone::before {
    content: "";
}
.icon-microphone-slash::before {
    content: "";
}
.icon-shield::before {
    content: "";
}
.icon-calendar-o::before {
    content: "";
}
.icon-fire-extinguisher::before {
    content: "";
}
.icon-rocket::before {
    content: "";
}
.icon-maxcdn::before {
    content: "";
}
.icon-chevron-circle-left::before {
    content: "";
}
.icon-chevron-circle-right::before {
    content: "";
}
.icon-chevron-circle-up::before {
    content: "";
}
.icon-chevron-circle-down::before {
    content: "";
}
.icon-html5::before {
    content: "";
}
.icon-css3::before {
    content: "";
}
.icon-anchor::before {
    content: "";
}
.icon-unlock-alt::before {
    content: "";
}
.icon-bullseye::before {
    content: "";
}
.icon-ellipsis-h::before {
    content: "";
}
.icon-ellipsis-v::before {
    content: "";
}
.icon-rss-square::before {
    content: "";
}
.icon-play-circle::before {
    content: "";
}
.icon-ticket::before {
    content: "";
}
.icon-minus-square::before {
    content: "";
}
.icon-minus-square-o::before {
    content: "";
}
.icon-level-up::before {
    content: "";
}
.icon-level-down::before {
    content: "";
}
.icon-check-square::before {
    content: "";
}
.icon-pencil-square::before {
    content: "";
}
.icon-external-link-square::before {
    content: "";
}
.icon-share-square::before {
    content: "";
}
.icon-compass::before {
    content: "";
}
.icon-toggle-down::before, .icon-caret-square-o-down::before {
    content: "";
}
.icon-toggle-up::before, .icon-caret-square-o-up::before {
    content: "";
}
.icon-toggle-right::before, .icon-caret-square-o-right::before {
    content: "";
}
.icon-euro::before, .icon-eur::before {
    content: "";
}
.icon-gbp::before {
    content: "";
}
.icon-dollar::before, .icon-usd::before {
    content: "";
}
.icon-rupee::before, .icon-inr::before {
    content: "";
}
.icon-cny::before, .icon-rmb::before, .icon-yen::before, .icon-jpy::before {
    content: "";
}
.icon-ruble::before, .icon-rouble::before, .icon-rub::before {
    content: "";
	opacity: 0.8;
	font-size: 0.9em;
}
.icon-won::before, .icon-krw::before {
    content: "";
}
.icon-bitcoin::before, .icon-btc::before {
    content: "";
}
.icon-file::before {
    content: "";
}
.icon-file-text::before {
    content: "";
}
.icon-sort-alpha-asc::before {
    content: "";
}
.icon-sort-alpha-desc::before {
    content: "";
}
.icon-sort-amount-asc::before {
    content: "";
}
.icon-sort-amount-desc::before {
    content: "";
}
.icon-sort-numeric-asc::before {
    content: "";
}
.icon-sort-numeric-desc::before {
    content: "";
}
.icon-thumbs-up::before {
    content: "";
}
.icon-thumbs-down::before {
    content: "";
}
.icon-youtube-square::before {
    content: "";
}
.icon-youtube::before {
    content: "";
}
.icon-xing::before {
    content: "";
}
.icon-xing-square::before {
    content: "";
}
.icon-youtube-play::before {
    content: "";
    color: #c4302b;
}
.icon-dropbox::before {
    content: "";
}
.icon-stack-overflow::before {
    content: "";
}
.icon-instagram::before {
    content: "";
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}
.icon-flickr::before {
    content: "";
}
.icon-adn::before {
    content: "";
}
.icon-bitbucket::before {
    content: "";
}
.icon-bitbucket-square::before {
    content: "";
}
.icon-tumblr::before {
    content: "";
}
.icon-tumblr-square::before {
    content: "";
}
.icon-long-arrow-down::before {
    content: "";
}
.icon-long-arrow-up::before {
    content: "";
}
.icon-long-arrow-left::before {
    content: "";
}
.icon-long-arrow-right::before {
    content: "";
}
.icon-apple::before {
    content: "";
}
.icon-windows::before {
    content: "";
}
.icon-android::before {
    content: "";
}
.icon-linux::before {
    content: "";
}
.icon-dribbble::before {
    content: "";
}
.icon-skype::before {
    content: "";
}
.icon-foursquare::before {
    content: "";
}
.icon-trello::before {
    content: "";
}
.icon-female::before {
    content: "";
}
.icon-male::before {
    content: "";
}
.icon-gittip::before, .icon-gratipay::before {
    content: "";
}
.icon-sun-o::before {
    content: "";
}
.icon-moon-o::before {
    content: "";
}
.icon-archive::before {
    content: "";
}
.icon-bug::before {
    content: "";
}
.icon-vk::before {
    content: "";
    color: #4c75a3;
}
.icon-weibo::before {
    content: "";
}
.icon-renren::before {
    content: "";
}
.icon-pagelines::before {
    content: "";
}
.icon-stack-exchange::before {
    content: "";
}
.icon-arrow-circle-o-right::before {
    content: "";
}
.icon-arrow-circle-o-left::before {
    content: "";
}
.icon-toggle-left::before, .icon-caret-square-o-left::before {
    content: "";
}
.icon-dot-circle-o::before {
    content: "";
}
.icon-wheelchair::before {
    content: "";
}
.icon-vimeo-square::before {
    content: "";
}
.icon-turkish-lira::before, .icon-try::before {
    content: "";
}
.icon-plus-square-o::before {
    content: "";
}
.icon-space-shuttle::before {
    content: "";
}
.icon-slack::before {
    content: "";
}
.icon-envelope-square::before {
    content: "";
}
.icon-wordpress::before {
    content: "";
}
.icon-openid::before {
    content: "";
}
.icon-institution::before, .icon-bank::before, .icon-university::before {
    content: "";
}
.icon-mortar-board::before, .icon-graduation-cap::before {
    content: "";
}
.icon-yahoo::before {
    content: "";
}
.icon-google::before {
    content: "";
}
.icon-reddit::before {
    content: "";
}
.icon-reddit-square::before {
    content: "";
}
.icon-stumbleupon-circle::before {
    content: "";
}
.icon-stumbleupon::before {
    content: "";
}
.icon-delicious::before {
    content: "";
}
.icon-digg::before {
    content: "";
}
.icon-pied-piper::before {
    content: "";
}
.icon-pied-piper-alt::before {
    content: "";
}
.icon-drupal::before {
    content: "";
}
.icon-joomla::before {
    content: "";
}
.icon-language::before {
    content: "";
}
.icon-fax::before {
    content: "";
}
.icon-building::before {
    content: "";
}
.icon-child::before {
    content: "";
}
.icon-paw::before {
    content: "";
}
.icon-spoon::before {
    content: "";
}
.icon-cube::before {
    content: "";
}
.icon-cubes::before {
    content: "";
}
.icon-behance::before {
    content: "";
}
.icon-behance-square::before {
    content: "";
}
.icon-steam::before {
    content: "";
}
.icon-steam-square::before {
    content: "";
}
.icon-recycle::before {
    content: "";
}
.icon-automobile::before, .icon-car::before {
    content: "";
}
.icon-cab::before, .icon-taxi::before {
    content: "";
}
.icon-tree::before {
    content: "";
}
.icon-spotify::before {
    content: "";
}
.icon-deviantart::before {
    content: "";
}
.icon-soundcloud::before {
    content: "";
}
.icon-database::before {
    content: "";
}
.icon-file-pdf-o::before {
    content: "";
}
.icon-file-word-o::before {
    content: "";
}
.icon-file-excel-o::before {
    content: "";
}
.icon-file-powerpoint-o::before {
    content: "";
}
.icon-file-photo-o::before, .icon-file-picture-o::before, .icon-file-image-o::before {
    content: "";
}
.icon-file-zip-o::before, .icon-file-archive-o::before {
    content: "";
}
.icon-file-sound-o::before, .icon-file-audio-o::before {
    content: "";
}
.icon-file-movie-o::before, .icon-file-video-o::before {
    content: "";
}
.icon-file-code-o::before {
    content: "";
}
.icon-vine::before {
    content: "";
}
.icon-codepen::before {
    content: "";
}
.icon-jsfiddle::before {
    content: "";
}
.icon-life-bouy::before, .icon-life-buoy::before, .icon-life-saver::before, .icon-support::before, .icon-life-ring::before {
    content: "";
}
.icon-circle-o-notch::before {
    content: "";
}
.icon-ra::before, .icon-rebel::before {
    content: "";
}
.icon-ge::before, .icon-empire::before {
    content: "";
}
.icon-git-square::before {
    content: "";
}
.icon-git::before {
    content: "";
}
.icon-hacker-news::before {
    content: "";
}
.icon-tencent-weibo::before {
    content: "";
}
.icon-qq::before {
    content: "";
}
.icon-wechat::before, .icon-weixin::before {
    content: "";
}
.icon-send::before, .icon-paper-plane::before {
    content: "";
}
.icon-send-o::before, .icon-paper-plane-o::before {
    content: "";
}
.icon-history::before {
    content: "";
}
.icon-genderless::before, .icon-circle-thin::before {
    content: "";
}
.icon-header::before {
    content: "";
}
.icon-paragraph::before {
    content: "";
}
.icon-sliders::before {
    content: "";
}
.icon-share-alt::before {
    content: "";
}
.icon-share-alt-square::before {
    content: "";
}
.icon-bomb::before {
    content: "";
}
.icon-soccer-ball-o::before, .icon-futbol-o::before {
    content: "";
}
.icon-tty::before {
    content: "";
}
.icon-binoculars::before {
    content: "";
}
.icon-plug::before {
    content: "";
}
.icon-slideshare::before {
    content: "";
}
.icon-twitch::before {
    content: "";
}
.icon-yelp::before {
    content: "";
}
.icon-newspaper-o::before {
    content: "";
}
.icon-wifi::before {
    content: "";
}
.icon-calculator::before {
    content: "";
}
.icon-paypal::before {
    content: "";
}
.icon-google-wallet::before {
    content: "";
}
.icon-cc-visa::before {
    content: "";
}
.icon-cc-mastercard::before {
    content: "";
}
.icon-cc-discover::before {
    content: "";
}
.icon-cc-amex::before {
    content: "";
}
.icon-cc-paypal::before {
    content: "";
}
.icon-cc-stripe::before {
    content: "";
}
.icon-bell-slash::before {
    content: "";
}
.icon-bell-slash-o::before {
    content: "";
}
.icon-trash::before {
    content: "";
}
.icon-copyright::before {
    content: "";
}
.icon-at::before {
    content: "";
}
.icon-eyedropper::before {
    content: "";
}
.icon-paint-brush::before {
    content: "";
}
.icon-birthday-cake::before {
    content: "";
}
.icon-area-chart::before {
    content: "";
}
.icon-pie-chart::before {
    content: "";
}
.icon-line-chart::before {
    content: "";
}
.icon-lastfm::before {
    content: "";
}
.icon-lastfm-square::before {
    content: "";
}
.icon-toggle-off::before {
    content: "";
}
.icon-toggle-on::before {
    content: "";
}
.icon-bicycle::before {
    content: "";
}
.icon-bus::before {
    content: "";
}
.icon-ioxhost::before {
    content: "";
}
.icon-angellist::before {
    content: "";
}
.icon-cc::before {
    content: "";
}
.icon-shekel::before, .icon-sheqel::before, .icon-ils::before {
    content: "";
}
.icon-meanpath::before {
    content: "";
}
.icon-buysellads::before {
    content: "";
}
.icon-connectdevelop::before {
    content: "";
}
.icon-dashcube::before {
    content: "";
}
.icon-forumbee::before {
    content: "";
}
.icon-leanpub::before {
    content: "";
}
.icon-sellsy::before {
    content: "";
}
.icon-shirtsinbulk::before {
    content: "";
}
.icon-simplybuilt::before {
    content: "";
}
.icon-skyatlas::before {
    content: "";
}
.icon-cart-plus::before {
    content: "";
}
.icon-cart-arrow-down::before {
    content: "";
}
.icon-diamond::before {
    content: "";
}
.icon-ship::before {
    content: "";
}
.icon-user-secret::before {
    content: "";
}
.icon-motorcycle::before {
    content: "";
}
.icon-street-view::before {
    content: "";
}
.icon-heartbeat::before {
    content: "";
}
.icon-venus::before {
    content: "";
}
.icon-mars::before {
    content: "";
}
.icon-mercury::before {
    content: "";
}
.icon-transgender::before {
    content: "";
}
.icon-transgender-alt::before {
    content: "";
}
.icon-venus-double::before {
    content: "";
}
.icon-mars-double::before {
    content: "";
}
.icon-venus-mars::before {
    content: "";
}
.icon-mars-stroke::before {
    content: "";
}
.icon-mars-stroke-v::before {
    content: "";
}
.icon-mars-stroke-h::before {
    content: "";
}
.icon-neuter::before {
    content: "";
}
.icon-facebook-official::before {
    content: "";
}
.icon-pinterest-p::before {
    content: "";
}
.icon-whatsapp::before {
    content: "";
    color: #25d366;
}
.icon-viber:before {
    content: "\f409";
    color: #8f5db7;
}

.icon-telegram:before {
    content: "\f2c6";
}
.icon-telegram-plane:before {
    content: "\f3fe";
}


.icon-server::before {
    content: "";
}
.icon-user-plus::before {
    content: "";
}
.icon-user-times::before {
    content: "";
}
.icon-hotel::before, .icon-bed::before {
    content: "";
}
.icon-viacoin::before {
    content: "";
}
.icon-train::before {
    content: "";
}
.icon-subway::before {
    content: "";
}
.icon-medium::before {
    content: "";
}

.icon-yc:before,
.icon-y-combinator:before {
  content: "\f23b";
}
.icon-optin-monster:before {
  content: "\f23c";
}
.icon-opencart:before {
  content: "\f23d";
}
.icon-expeditedssl:before {
  content: "\f23e";
}
.icon-battery-4:before,
.icon-battery:before,
.icon-battery-full:before {
  content: "\f240";
}
.icon-battery-3:before,
.icon-battery-three-quarters:before {
  content: "\f241";
}
.icon-battery-2:before,
.icon-battery-half:before {
  content: "\f242";
}
.icon-battery-1:before,
.icon-battery-quarter:before {
  content: "\f243";
}
.icon-battery-0:before,
.icon-battery-empty:before {
  content: "\f244";
}
.icon-mouse-pointer:before {
  content: "\f245";
}
.icon-i-cursor:before {
  content: "\f246";
}
.icon-object-group:before {
  content: "\f247";
}
.icon-object-ungroup:before {
  content: "\f248";
}
.icon-sticky-note:before {
  content: "\f249";
}
.icon-sticky-note-o:before {
  content: "\f24a";
}
.icon-cc-jcb:before {
  content: "\f24b";
}
.icon-cc-diners-club:before {
  content: "\f24c";
}
.icon-clone:before {
  content: "\f24d";
}
.icon-balance-scale:before {
  content: "\f24e";
}
.icon-hourglass-o:before {
  content: "\f250";
}
.icon-hourglass-1:before,
.icon-hourglass-start:before {
  content: "\f251";
}
.icon-hourglass-2:before,
.icon-hourglass-half:before {
  content: "\f252";
}
.icon-hourglass-3:before,
.icon-hourglass-end:before {
  content: "\f253";
}
.icon-hourglass:before {
  content: "\f254";
}
.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
  content: "\f255";
}
.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
  content: "\f256";
}
.icon-hand-scissors-o:before {
  content: "\f257";
}
.icon-hand-lizard-o:before {
  content: "\f258";
}
.icon-hand-spock-o:before {
  content: "\f259";
}
.icon-hand-pointer-o:before {
  content: "\f25a";
}
.icon-hand-peace-o:before {
  content: "\f25b";
}
.icon-trademark:before {
  content: "\f25c";
}
.icon-registered:before {
  content: "\f25d";
}
.icon-creative-commons:before {
  content: "\f25e";
}
.icon-gg:before {
  content: "\f260";
}
.icon-gg-circle:before {
  content: "\f261";
}
.icon-tripadvisor:before {
  content: "\f262";
}
.icon-odnoklassniki:before {
  content: "\f263";
}
.icon-odnoklassniki-square:before {
  content: "\f264";
}
.icon-get-pocket:before {
  content: "\f265";
}
.icon-wikipedia-w:before {
  content: "\f266";
}
.icon-safari:before {
  content: "\f267";
}
.icon-chrome:before {
  content: "\f268";
}
.icon-firefox:before {
  content: "\f269";
}
.icon-opera:before {
  content: "\f26a";
}
.icon-internet-explorer:before {
  content: "\f26b";
}
.icon-tv:before,
.icon-television:before {
  content: "\f26c";
}
.icon-contao:before {
  content: "\f26d";
}
.icon-500px:before {
  content: "\f26e";
}
.icon-amazon:before {
  content: "\f270";
}
.icon-calendar-plus-o:before {
  content: "\f271";
}
.icon-calendar-minus-o:before {
  content: "\f272";
}
.icon-calendar-times-o:before {
  content: "\f273";
}
.icon-calendar-check-o:before {
  content: "\f274";
}
.icon-industry:before {
  content: "\f275";
}
.icon-map-pin:before {
  content: "\f276";
}
.icon-map-signs:before {
  content: "\f277";
}
.icon-map-o:before {
  content: "\f278";
}
.icon-map:before {
  content: "\f279";
}
.icon-commenting:before {
  content: "\f27a";
}
.icon-commenting-o:before {
  content: "\f27b";
}
.icon-houzz:before {
  content: "\f27c";
}
.icon-vimeo:before {
  content: "\f27d";
}
.icon-black-tie:before {
  content: "\f27e";
}
.icon-fonticons:before {
  content: "\f280";
}
.icon-reddit-alien:before {
  content: "\f281";
}
.icon-edge:before {
  content: "\f282";
}
.icon-credit-card-alt:before {
  content: "\f283";
}
.icon-codiepie:before {
  content: "\f284";
}
.icon-modx:before {
  content: "\f285";
}
.icon-fort-awesome:before {
  content: "\f286";
}
.icon-usb:before {
  content: "\f287";
}
.icon-product-hunt:before {
  content: "\f288";
}
.icon-mixcloud:before {
  content: "\f289";
}
.icon-scribd:before {
  content: "\f28a";
}
.icon-pause-circle:before {
  content: "\f28b";
}
.icon-pause-circle-o:before {
  content: "\f28c";
}
.icon-stop-circle:before {
  content: "\f28d";
}
.icon-stop-circle-o:before {
  content: "\f28e";
}
.icon-shopping-bag:before {
  content: "\f290";
}
.icon-shopping-basket:before {
  content: "\f291";
}
.icon-hashtag:before {
  content: "\f292";
}
.icon-bluetooth:before {
  content: "\f293";
}
.icon-bluetooth-b:before {
  content: "\f294";
}
.icon-percent:before {
  content: "\f295";
}
.icon-gitlab:before {
  content: "\f296";
}
.icon-wpbeginner:before {
  content: "\f297";
}
.icon-wpforms:before {
  content: "\f298";
}
.icon-envira:before {
  content: "\f299";
}
.icon-universal-access:before {
  content: "\f29a";
}
.icon-wheelchair-alt:before {
  content: "\f29b";
}
.icon-question-circle-o:before {
  content: "\f29c";
}
.icon-blind:before {
  content: "\f29d";
}
.icon-audio-description:before {
  content: "\f29e";
}
.icon-volume-control-phone:before {
  content: "\f2a0";
}
.icon-braille:before {
  content: "\f2a1";
}
.icon-assistive-listening-systems:before {
  content: "\f2a2";
}
.icon-asl-interpreting:before,
.icon-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.icon-deafness:before,
.icon-hard-of-hearing:before,
.icon-deaf:before {
  content: "\f2a4";
}
.icon-glide:before {
  content: "\f2a5";
}
.icon-glide-g:before {
  content: "\f2a6";
}
.icon-signing:before,
.icon-sign-language:before {
  content: "\f2a7";
}
.icon-low-vision:before {
  content: "\f2a8";
}
.icon-viadeo:before {
  content: "\f2a9";
}
.icon-viadeo-square:before {
  content: "\f2aa";
}
.icon-snapchat:before {
  content: "\f2ab";
}
.icon-snapchat-ghost:before {
  content: "\f2ac";
}
.icon-snapchat-square:before {
  content: "\f2ad";
}
.icon-pied-piper:before {
  content: "\f2ae";
}
.icon-first-order:before {
  content: "\f2b0";
}
.icon-yoast:before {
  content: "\f2b1";
}
.icon-themeisle:before {
  content: "\f2b2";
}
.icon-google-plus-circle:before,
.icon-google-plus-official:before {
  content: "\f2b3";
}
.icon-fa:before,
.icon-font-awesome:before {
  content: "\f2b4";
}
.icon-handshake-o:before {
  content: "\f2b5";
}
.icon-envelope-open:before {
  content: "\f2b6";
}
.icon-envelope-open-o:before {
  content: "\f2b7";
}
.icon-linode:before {
  content: "\f2b8";
}
.icon-address-book:before {
  content: "\f2b9";
}
.icon-address-book-o:before {
  content: "\f2ba";
}
.icon-vcard:before,
.icon-address-card:before {
  content: "\f2bb";
}
.icon-vcard-o:before,
.icon-address-card-o:before {
  content: "\f2bc";
}
.icon-user-circle:before {
  content: "\f2bd";
}
.icon-user-circle-o:before {
  content: "\f2be";
}
.icon-user-o:before {
  content: "\f2c0";
}
.icon-id-badge:before {
  content: "\f2c1";
}
.icon-drivers-license:before,
.icon-id-card:before {
  content: "\f2c2";
}
.icon-drivers-license-o:before,
.icon-id-card-o:before {
  content: "\f2c3";
}
.icon-quora:before {
  content: "\f2c4";
}
.icon-free-code-camp:before {
  content: "\f2c5";
}
.icon-telegram:before {
  content: "\f2c6";
  color: #0088cc;
}
.icon-thermometer-4:before,
.icon-thermometer:before,
.icon-thermometer-full:before {
  content: "\f2c7";
}
.icon-thermometer-3:before,
.icon-thermometer-three-quarters:before {
  content: "\f2c8";
}
.icon-thermometer-2:before,
.icon-thermometer-half:before {
  content: "\f2c9";
}
.icon-thermometer-1:before,
.icon-thermometer-quarter:before {
  content: "\f2ca";
}
.icon-thermometer-0:before,
.icon-thermometer-empty:before {
  content: "\f2cb";
}
.icon-shower:before {
  content: "\f2cc";
}
.icon-bathtub:before,
.icon-s15:before,
.icon-bath:before {
  content: "\f2cd";
}
.icon-podcast:before {
  content: "\f2ce";
}
.icon-window-maximize:before {
  content: "\f2d0";
}
.icon-window-minimize:before {
  content: "\f2d1";
}
.icon-window-restore:before {
  content: "\f2d2";
}
.icon-times-rectangle:before,
.icon-window-close:before {
  content: "\f2d3";
}
.icon-times-rectangle-o:before,
.icon-window-close-o:before {
  content: "\f2d4";
}
.icon-bandcamp:before {
  content: "\f2d5";
}
.icon-grav:before {
  content: "\f2d6";
}
.icon-etsy:before {
  content: "\f2d7";
}
.icon-imdb:before {
  content: "\f2d8";
}
.icon-ravelry:before {
  content: "\f2d9";
}
.icon-eercast:before {
  content: "\f2da";
}
.icon-microchip:before {
  content: "\f2db";
}
.icon-snowflake-o:before {
  content: "\f2dc";
}
.icon-superpowers:before {
  content: "\f2dd";
}
.icon-wpexplorer:before {
  content: "\f2de";
}
.icon-meetup:before {
  content: "\f2e0";
}




.icon-min2x {
    font-size: 1.7em !important;
	float: right;
	opacity: 0.5;
}




@media (max-width: 767px) {
	.icon-min2x {
		opacity: 1;
	}
}