@font-face {
  font-family: 'webicons';
  src: url('font/webicons.eot?85296163');
  src: url('font/webicons.eot?85296163#iefix') format('embedded-opentype'),
       url('font/webicons.woff2?85296163') format('woff2'),
       url('font/webicons.woff?85296163') format('woff'),
       url('font/webicons.ttf?85296163') format('truetype'),
       url('font/webicons.svg?85296163#webicons') 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: 'webicons';
    src: url('../font/webicons.svg?85296163#webicons') format('svg');
  }
}
*/
 
[class^="ic-"]:before, [class*=" ic-"]:before {
  font-family: "webicons";
  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%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.animate-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}
@-webkit-keyframes spin {
    0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}
@keyframes spin {
    0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); -o-transform: rotate(359deg); -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}
 
.ic-mail:before { content: '\e800'; } /* '' */
.ic-search:before { content: '\e801'; } /* '' */
.ic-heart:before { content: '\e802'; } /* '' */
.ic-heart-empty:before { content: '\e803'; } /* '' */
.ic-star:before { content: '\e804'; } /* '' */
.ic-star-empty:before { content: '\e805'; } /* '' */
.ic-star-half:before { content: '\e806'; } /* '' */
.ic-user:before { content: '\e807'; } /* '' */
.ic-users:before { content: '\e808'; } /* '' */
.ic-video:before { content: '\e809'; } /* '' */
.ic-picture:before { content: '\e80a'; } /* '' */
.ic-camera:before { content: '\e80b'; } /* '' */
.ic-camera-alt:before { content: '\e80c'; } /* '' */
.ic-th-large:before { content: '\e80d'; } /* '' */
.ic-th:before { content: '\e80e'; } /* '' */
.ic-th-list:before { content: '\e80f'; } /* '' */
.ic-ok:before { content: '\e810'; } /* '' */
.ic-ok-circled:before { content: '\e811'; } /* '' */
.ic-cancel:before { content: '\e812'; } /* '' */
.ic-cancel-circled:before { content: '\e813'; } /* '' */
.ic-plus-circled:before { content: '\e814'; } /* '' */
.ic-plus:before { content: '\e815'; } /* '' */
.ic-minus:before { content: '\e816'; } /* '' */
.ic-minus-circled:before { content: '\e817'; } /* '' */
.ic-help-circled:before { content: '\e818'; } /* '' */
.ic-info-circled:before { content: '\e819'; } /* '' */
.ic-home:before { content: '\e81a'; } /* '' */
.ic-link:before { content: '\e81b'; } /* '' */
.ic-attach:before { content: '\e81c'; } /* '' */
.ic-lock:before { content: '\e81d'; } /* '' */
.ic-lock-open:before { content: '\e81e'; } /* '' */
.ic-pin:before { content: '\e81f'; } /* '' */
.ic-eye:before { content: '\e820'; } /* '' */
.ic-eye-off:before { content: '\e821'; } /* '' */
.ic-tag:before { content: '\e822'; } /* '' */
.ic-tags:before { content: '\e823'; } /* '' */
.ic-bookmark:before { content: '\e824'; } /* '' */
.ic-flag:before { content: '\e825'; } /* '' */
.ic-thumbs-up:before { content: '\e826'; } /* '' */
.ic-thumbs-down:before { content: '\e827'; } /* '' */
.ic-download:before { content: '\e828'; } /* '' */
.ic-upload:before { content: '\e829'; } /* '' */
.ic-forward:before { content: '\e82a'; } /* '' */
.ic-export:before { content: '\e82b'; } /* '' */
.ic-pencil:before { content: '\e82c'; } /* '' */
.ic-edit:before { content: '\e82d'; } /* '' */
.ic-chat:before { content: '\e82e'; } /* '' */
.ic-bell:before { content: '\e82f'; } /* '' */
.ic-attention:before { content: '\e830'; } /* '' */
.ic-attention-circled:before { content: '\e831'; } /* '' */
.ic-location:before { content: '\e832'; } /* '' */
.ic-trash-empty:before { content: '\e833'; } /* '' */
.ic-doc:before { content: '\e834'; } /* '' */
.ic-folder-open:before { content: '\e835'; } /* '' */
.ic-folder:before { content: '\e836'; } /* '' */
.ic-cog:before { content: '\e837'; } /* '' */
.ic-cog-alt:before { content: '\e838'; } /* '' */
.ic-wrench:before { content: '\e839'; } /* '' */
.ic-login:before { content: '\e83a'; } /* '' */
.ic-logout:before { content: '\e83b'; } /* '' */
.ic-calendar:before { content: '\e83c'; } /* '' */
.ic-volume-off:before { content: '\e83d'; } /* '' */
.ic-volume-down:before { content: '\e83e'; } /* '' */
.ic-volume-up:before { content: '\e83f'; } /* '' */
.ic-resize-full:before { content: '\e840'; } /* '' */
.ic-resize-small:before { content: '\e841'; } /* '' */
.ic-zoom-in:before { content: '\e842'; } /* '' */
.ic-zoom-out:before { content: '\e843'; } /* '' */
.ic-down-open:before { content: '\e844'; } /* '' */
.ic-left-open:before { content: '\e845'; } /* '' */
.ic-right-open:before { content: '\e846'; } /* '' */
.ic-up-open:before { content: '\e847'; } /* '' */
.ic-down-dir:before { content: '\e848'; } /* '' */
.ic-up-dir:before { content: '\e849'; } /* '' */
.ic-left-dir:before { content: '\e84a'; } /* '' */
.ic-right-dir:before { content: '\e84b'; } /* '' */
.ic-cw:before { content: '\e84c'; } /* '' */
.ic-ccw:before { content: '\e84d'; } /* '' */
.ic-arrows-cw:before { content: '\e84e'; } /* '' */
.ic-play:before { content: '\e84f'; } /* '' */
.ic-stop:before { content: '\e850'; } /* '' */
.ic-pause:before { content: '\e851'; } /* '' */
.ic-to-end:before { content: '\e852'; } /* '' */
.ic-to-end-alt:before { content: '\e853'; } /* '' */
.ic-to-start:before { content: '\e854'; } /* '' */
.ic-to-start-alt:before { content: '\e855'; } /* '' */
.ic-fast-fw:before { content: '\e856'; } /* '' */
.ic-fast-bw:before { content: '\e857'; } /* '' */
.ic-eject:before { content: '\e858'; } /* '' */
.ic-scissors:before { content: '\e859'; } /* '' */
.ic-off:before { content: '\e85a'; } /* '' */
.ic-check:before { content: '\e85b'; } /* '' */
.ic-asterisk:before { content: '\e85c'; } /* '' */
.ic-floppy:before { content: '\e85d'; } /* '' */
.ic-key:before { content: '\e85e'; } /* '' */
.ic-spin1:before { content: '\e85f'; } /* '' */
.ic-spin2:before { content: '\e860'; } /* '' */
.ic-spin3:before { content: '\e861'; } /* '' */
.ic-spin4:before { content: '\e862'; } /* '' */
.ic-spin5:before { content: '\e863'; } /* '' */
.ic-spin6:before { content: '\e864'; } /* '' */
.ic-marquee:before { content: '\e865'; } /* '' */
.ic-block:before { content: '\e866'; } /* '' */
.ic-clock:before { content: '\e867'; } /* '' */
.ic-down-big:before { content: '\e868'; } /* '' */
.ic-left-big:before { content: '\e869'; } /* '' */
.ic-right-big:before { content: '\e86a'; } /* '' */
.ic-up-big:before { content: '\e86b'; } /* '' */
.ic-shuffle:before { content: '\e86c'; } /* '' */
.ic-signal:before { content: '\e86d'; } /* '' */
.ic-qrcode:before { content: '\e86e'; } /* '' */
.ic-barcode:before { content: '\e86f'; } /* '' */
.ic-list-alt:before { content: '\e870'; } /* '' */
.ic-book:before { content: '\e871'; } /* '' */
.ic-chart-bar:before { content: '\e872'; } /* '' */
.ic-note-beamed:before { content: '\e873'; } /* '' */
.ic-note:before { content: '\e874'; } /* '' */
.ic-login-1:before { content: '\e875'; } /* '' */
.ic-logout-1:before { content: '\e876'; } /* '' */
.ic-flow-cascade:before { content: '\e877'; } /* '' */
.ic-flow-branch:before { content: '\e878'; } /* '' */
.ic-flow-tree:before { content: '\e879'; } /* '' */
.ic-retweet:before { content: '\e87a'; } /* '' */
.ic-print:before { content: '\e87b'; } /* '' */
.ic-comment:before { content: '\e87c'; } /* '' */
.ic-resize-vertical:before { content: '\e87d'; } /* '' */
.ic-resize-horizontal:before { content: '\e87e'; } /* '' */
.ic-firefox:before { content: '\e87f'; } /* '' */
.ic-chrome:before { content: '\e880'; } /* '' */
.ic-ie:before { content: '\e881'; } /* '' */
.ic-opera:before { content: '\e882'; } /* '' */
.ic-move:before { content: '\f047'; } /* '' */
.ic-link-ext:before { content: '\f08e'; } /* '' */
.ic-check-empty:before { content: '\f096'; } /* '' */
.ic-bookmark-empty:before { content: '\f097'; } /* '' */
.ic-github-circled:before { content: '\f09b'; } /* '' */
.ic-tasks:before { content: '\f0ae'; } /* '' */
.ic-filter:before { content: '\f0b0'; } /* '' */
.ic-resize-full-alt:before { content: '\f0b2'; } /* '' */
.ic-docs:before { content: '\f0c5'; } /* '' */
.ic-menu:before { content: '\f0c9'; } /* '' */
.ic-table:before { content: '\f0ce'; } /* '' */
.ic-money:before { content: '\f0d6'; } /* '' */
.ic-mail-alt:before { content: '\f0e0'; } /* '' */
.ic-gauge:before { content: '\f0e4'; } /* '' */
.ic-comment-empty:before { content: '\f0e5'; } /* '' */
.ic-chat-empty:before { content: '\f0e6'; } /* '' */
.ic-sitemap:before { content: '\f0e8'; } /* '' */
.ic-paste:before { content: '\f0ea'; } /* '' */
.ic-lightbulb:before { content: '\f0eb'; } /* '' */
.ic-exchange:before { content: '\f0ec'; } /* '' */
.ic-download-cloud:before { content: '\f0ed'; } /* '' */
.ic-upload-cloud:before { content: '\f0ee'; } /* '' */
.ic-bell-alt:before { content: '\f0f3'; } /* '' */
.ic-doc-text:before { content: '\f0f6'; } /* '' */
.ic-plus-squared:before { content: '\f0fe'; } /* '' */
.ic-angle-double-left:before { content: '\f100'; } /* '' */
.ic-angle-double-right:before { content: '\f101'; } /* '' */
.ic-angle-double-up:before { content: '\f102'; } /* '' */
.ic-angle-double-down:before { content: '\f103'; } /* '' */
.ic-angle-left:before { content: '\f104'; } /* '' */
.ic-angle-right:before { content: '\f105'; } /* '' */
.ic-angle-up:before { content: '\f106'; } /* '' */
.ic-angle-down:before { content: '\f107'; } /* '' */
.ic-circle-empty:before { content: '\f10c'; } /* '' */
.ic-quote-left:before { content: '\f10d'; } /* '' */
.ic-quote-right:before { content: '\f10e'; } /* '' */
.ic-spinner:before { content: '\f110'; } /* '' */
.ic-circle:before { content: '\f111'; } /* '' */
.ic-reply:before { content: '\f112'; } /* '' */
.ic-github:before { content: '\f113'; } /* '' */
.ic-folder-empty:before { content: '\f114'; } /* '' */
.ic-folder-open-empty:before { content: '\f115'; } /* '' */
.ic-smile:before { content: '\f118'; } /* '' */
.ic-frown:before { content: '\f119'; } /* '' */
.ic-meh:before { content: '\f11a'; } /* '' */
.ic-keyboard:before { content: '\f11c'; } /* '' */
.ic-flag-empty:before { content: '\f11d'; } /* '' */
.ic-flag-checkered:before { content: '\f11e'; } /* '' */
.ic-terminal:before { content: '\f120'; } /* '' */
.ic-code:before { content: '\f121'; } /* '' */
.ic-reply-all:before { content: '\f122'; } /* '' */
.ic-star-half-alt:before { content: '\f123'; } /* '' */
.ic-direction:before { content: '\f124'; } /* '' */
.ic-crop:before { content: '\f125'; } /* '' */
.ic-fork:before { content: '\f126'; } /* '' */
.ic-unlink:before { content: '\f127'; } /* '' */
.ic-help:before { content: '\f128'; } /* '' */
.ic-info:before { content: '\f129'; } /* '' */
.ic-attention-alt:before { content: '\f12a'; } /* '' */
.ic-puzzle:before { content: '\f12e'; } /* '' */
.ic-mic:before { content: '\f130'; } /* '' */
.ic-mute:before { content: '\f131'; } /* '' */
.ic-calendar-empty:before { content: '\f133'; } /* '' */
.ic-angle-circled-left:before { content: '\f137'; } /* '' */
.ic-angle-circled-right:before { content: '\f138'; } /* '' */
.ic-angle-circled-up:before { content: '\f139'; } /* '' */
.ic-angle-circled-down:before { content: '\f13a'; } /* '' */
.ic-html5:before { content: '\f13b'; } /* '' */
.ic-css3:before { content: '\f13c'; } /* '' */
.ic-lock-open-alt:before { content: '\f13e'; } /* '' */
.ic-ellipsis:before { content: '\f141'; } /* '' */
.ic-ellipsis-vert:before { content: '\f142'; } /* '' */
.ic-minus-squared:before { content: '\f146'; } /* '' */
.ic-minus-squared-alt:before { content: '\f147'; } /* '' */
.ic-level-up:before { content: '\f148'; } /* '' */
.ic-level-down:before { content: '\f149'; } /* '' */
.ic-ok-squared:before { content: '\f14a'; } /* '' */
.ic-link-ext-alt:before { content: '\f14c'; } /* '' */
.ic-euro:before { content: '\f153'; } /* '' */
.ic-pound:before { content: '\f154'; } /* '' */
.ic-dollar:before { content: '\f155'; } /* '' */
.ic-doc-text-inv:before { content: '\f15c'; } /* '' */
.ic-sort-name-up:before { content: '\f15d'; } /* '' */
.ic-sort-name-down:before { content: '\f15e'; } /* '' */
.ic-sort-alt-up:before { content: '\f160'; } /* '' */
.ic-sort-alt-down:before { content: '\f161'; } /* '' */
.ic-sort-number-up:before { content: '\f162'; } /* '' */
.ic-sort-number-down:before { content: '\f163'; } /* '' */
.ic-thumbs-up-alt:before { content: '\f164'; } /* '' */
.ic-thumbs-down-alt:before { content: '\f165'; } /* '' */
.ic-youtube:before { content: '\f167'; } /* '' */
.ic-down:before { content: '\f175'; } /* '' */
.ic-up:before { content: '\f176'; } /* '' */
.ic-left:before { content: '\f177'; } /* '' */
.ic-right:before { content: '\f178'; } /* '' */
.ic-windows:before { content: '\f17a'; } /* '' */
.ic-linux:before { content: '\f17c'; } /* '' */
.ic-wheelchair:before { content: '\f193'; } /* '' */
.ic-plus-squared-alt:before { content: '\f196'; } /* '' */
.ic-bank:before { content: '\f19c'; } /* '' */
.ic-cube:before { content: '\f1b2'; } /* '' */
.ic-cubes:before { content: '\f1b3'; } /* '' */
.ic-recycle:before { content: '\f1b8'; } /* '' */
.ic-file-pdf:before { content: '\f1c1'; } /* '' */
.ic-file-word:before { content: '\f1c2'; } /* '' */
.ic-file-excel:before { content: '\f1c3'; } /* '' */
.ic-file-image:before { content: '\f1c5'; } /* '' */
.ic-file-archive:before { content: '\f1c6'; } /* '' */
.ic-file-code:before { content: '\f1c9'; } /* '' */
.ic-git-squared:before { content: '\f1d2'; } /* '' */
.ic-git:before { content: '\f1d3'; } /* '' */
.ic-paper-plane:before { content: '\f1d8'; } /* '' */
.ic-paper-plane-empty:before { content: '\f1d9'; } /* '' */
.ic-sliders:before { content: '\f1de'; } /* '' */
.ic-share:before { content: '\f1e0'; } /* '' */
.ic-newspaper:before { content: '\f1ea'; } /* '' */
.ic-wifi:before { content: '\f1eb'; } /* '' */
.ic-calc:before { content: '\f1ec'; } /* '' */
.ic-bell-off:before { content: '\f1f6'; } /* '' */
.ic-bell-off-empty:before { content: '\f1f7'; } /* '' */
.ic-trash:before { content: '\f1f8'; } /* '' */
.ic-copyright:before { content: '\f1f9'; } /* '' */
.ic-at:before { content: '\f1fa'; } /* '' */
.ic-chart-area:before { content: '\f1fe'; } /* '' */
.ic-chart-pie:before { content: '\f200'; } /* '' */
.ic-chart-line:before { content: '\f201'; } /* '' */
.ic-toggle-off:before { content: '\f204'; } /* '' */
.ic-toggle-on:before { content: '\f205'; } /* '' */
.ic-venus:before { content: '\f221'; } /* '' */
.ic-mars:before { content: '\f222'; } /* '' */
.ic-whatsapp:before { content: '\f232'; } /* '' */
.ic-user-plus:before { content: '\f234'; } /* '' */
.ic-user-times:before { content: '\f235'; } /* '' */
.ic-battery-4:before { content: '\f240'; } /* '' */
.ic-battery-3:before { content: '\f241'; } /* '' */
.ic-battery-2:before { content: '\f242'; } /* '' */
.ic-battery-1:before { content: '\f243'; } /* '' */
.ic-battery-0:before { content: '\f244'; } /* '' */
.ic-object-group:before { content: '\f247'; } /* '' */
.ic-object-ungroup:before { content: '\f248'; } /* '' */
.ic-calendar-plus-o:before { content: '\f271'; } /* '' */
.ic-calendar-minus-o:before { content: '\f272'; } /* '' */
.ic-calendar-times-o:before { content: '\f273'; } /* '' */
.ic-calendar-check-o:before { content: '\f274'; } /* '' */
.ic-map-signs:before { content: '\f277'; } /* '' */
.ic-map-o:before { content: '\f278'; } /* '' */
.ic-map:before { content: '\f279'; } /* '' */
.ic-commenting:before { content: '\f27a'; } /* '' */
.ic-commenting-o:before { content: '\f27b'; } /* '' */
.ic-question-circle-o:before { content: '\f29c'; } /* '' */
.ic-envelope-open:before { content: '\f2b6'; } /* '' */
.ic-envelope-open-o:before { content: '\f2b7'; } /* '' */
.ic-address-book:before { content: '\f2b9'; } /* '' */
.ic-address-book-o:before { content: '\f2ba'; } /* '' */
.ic-address-card:before { content: '\f2bb'; } /* '' */
.ic-address-card-o:before { content: '\f2bc'; } /* '' */
.ic-user-circle:before { content: '\f2bd'; } /* '' */
.ic-user-circle-o:before { content: '\f2be'; } /* '' */
.ic-user-o:before { content: '\f2c0'; } /* '' */
.ic-id-card:before { content: '\f2c2'; } /* '' */
.ic-id-card-o:before { content: '\f2c3'; } /* '' */
.ic-thermometer:before { content: '\f2c7'; } /* '' */
.ic-thermometer-3:before { content: '\f2c8'; } /* '' */
.ic-thermometer-2:before { content: '\f2c9'; } /* '' */
.ic-thermometer-quarter:before { content: '\f2ca'; } /* '' */
.ic-thermometer-0:before { content: '\f2cb'; } /* '' */
.ic-podcast:before { content: '\f2ce'; } /* '' */
.ic-microchip:before { content: '\f2db'; } /* '' */
.ic-github-squared:before { content: '\f300'; } /* '' */