/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('font-awesome-4.6.3/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('font-awesome-4.6.3/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('font-awesome-4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('font-awesome-4.6.3/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('font-awesome-4.6.3/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('font-awesome-4.6.3/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: 'vcv-entypo';
  src: url('vcv-entypo/fonts/entypo.ttf?9ple2o') format('truetype'), url('vcv-entypo/fonts/entypo.woff?9ple2o') format('woff'), url('vcv-entypo/fonts/entypo.svg?9ple2o#vcv-entypo') format('svg');
  font-weight: normal;
  font-style: normal;
}
.vcv-ui-icon-entypo:before {
  font-family: 'vcv-entypo' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.vcv-ui-icon-entypo-500px:before {
  content: "\e900";
}
.vcv-ui-icon-entypo-500px-with-circle:before {
  content: "\e901";
}
.vcv-ui-icon-entypo-app-store:before {
  content: "\e902";
}
.vcv-ui-icon-entypo-baidu:before {
  content: "\e903";
}
.vcv-ui-icon-entypo-basecamp:before {
  content: "\e904";
}
.vcv-ui-icon-entypo-behance:before {
  content: "\e905";
}
.vcv-ui-icon-entypo-creative-cloud:before {
  content: "\e906";
}
.vcv-ui-icon-entypo-dribbble:before {
  content: "\e907";
}
.vcv-ui-icon-entypo-dribbble-with-circle:before {
  content: "\e908";
}
.vcv-ui-icon-entypo-dropbox:before {
  content: "\e909";
}
.vcv-ui-icon-entypo-evernote:before {
  content: "\e90a";
}
.vcv-ui-icon-entypo-facebook:before {
  content: "\e90b";
}
.vcv-ui-icon-entypo-facebook-with-circle:before {
  content: "\e90c";
}
.vcv-ui-icon-entypo-flattr:before {
  content: "\e90d";
}
.vcv-ui-icon-entypo-flickr:before {
  content: "\e90e";
}
.vcv-ui-icon-entypo-flickr-with-circle:before {
  content: "\e90f";
}
.vcv-ui-icon-entypo-foursquare:before {
  content: "\e910";
}
.vcv-ui-icon-entypo-github:before {
  content: "\e911";
}
.vcv-ui-icon-entypo-github-with-circle:before {
  content: "\e912";
}
.vcv-ui-icon-entypo-google-plus:before {
  content: "\e913";
}
.vcv-ui-icon-entypo-google-plus-with-circle:before {
  content: "\e914";
}
.vcv-ui-icon-entypo-google-drive:before {
  content: "\e915";
}
.vcv-ui-icon-entypo-google-hangouts:before {
  content: "\e916";
}
.vcv-ui-icon-entypo-google-play:before {
  content: "\e917";
}
.vcv-ui-icon-entypo-grooveshark:before {
  content: "\e918";
}
.vcv-ui-icon-entypo-houzz:before {
  content: "\e919";
}
.vcv-ui-icon-entypo-icloud:before {
  content: "\e91a";
}
.vcv-ui-icon-entypo-instagram:before {
  content: "\e91b";
}
.vcv-ui-icon-entypo-instagram-with-circle:before {
  content: "\e91c";
}
.vcv-ui-icon-entypo-lastfm:before {
  content: "\e91d";
}
.vcv-ui-icon-entypo-lastfm-with-circle:before {
  content: "\e91e";
}
.vcv-ui-icon-entypo-linkedin:before {
  content: "\e91f";
}
.vcv-ui-icon-entypo-linkedin-with-circle:before {
  content: "\e920";
}
.vcv-ui-icon-entypo-mail-with-circle:before {
  content: "\e921";
}
.vcv-ui-icon-entypo-medium:before {
  content: "\e922";
}
.vcv-ui-icon-entypo-medium-with-circle:before {
  content: "\e923";
}
.vcv-ui-icon-entypo-mixi:before {
  content: "\e924";
}
.vcv-ui-icon-entypo-onedrive:before {
  content: "\e925";
}
.vcv-ui-icon-entypo-paypal:before {
  content: "\e926";
}
.vcv-ui-icon-entypo-picasa:before {
  content: "\e927";
}
.vcv-ui-icon-entypo-pinterest:before {
  content: "\e928";
}
.vcv-ui-icon-entypo-pinterest-with-circle:before {
  content: "\e929";
}
.vcv-ui-icon-entypo-qq:before {
  content: "\e92a";
}
.vcv-ui-icon-entypo-qq-with-circle:before {
  content: "\e92b";
}
.vcv-ui-icon-entypo-raft:before {
  content: "\e92c";
}
.vcv-ui-icon-entypo-raft-with-circle:before {
  content: "\e92d";
}
.vcv-ui-icon-entypo-rainbow:before {
  content: "\e92e";
}
.vcv-ui-icon-entypo-rdio:before {
  content: "\e92f";
}
.vcv-ui-icon-entypo-rdio-with-circle:before {
  content: "\e930";
}
.vcv-ui-icon-entypo-renren:before {
  content: "\e931";
}
.vcv-ui-icon-entypo-scribd:before {
  content: "\e932";
}
.vcv-ui-icon-entypo-sina-weibo:before {
  content: "\e933";
}
.vcv-ui-icon-entypo-skype:before {
  content: "\e934";
}
.vcv-ui-icon-entypo-skype-with-circle:before {
  content: "\e935";
}
.vcv-ui-icon-entypo-slideshare:before {
  content: "\e936";
}
.vcv-ui-icon-entypo-smashing:before {
  content: "\e937";
}
.vcv-ui-icon-entypo-soundcloud:before {
  content: "\e938";
}
.vcv-ui-icon-entypo-spotify:before {
  content: "\e939";
}
.vcv-ui-icon-entypo-spotify-with-circle:before {
  content: "\e93a";
}
.vcv-ui-icon-entypo-stumbleupon:before {
  content: "\e93b";
}
.vcv-ui-icon-entypo-stumbleupon-with-circle:before {
  content: "\e93c";
}
.vcv-ui-icon-entypo-swarm:before {
  content: "\e93d";
}
.vcv-ui-icon-entypo-tripadvisor:before {
  content: "\e93e";
}
.vcv-ui-icon-entypo-tumblr:before {
  content: "\e93f";
}
.vcv-ui-icon-entypo-tumblr-with-circle:before {
  content: "\e940";
}
.vcv-ui-icon-entypo-twitter:before {
  content: "\e941";
}
.vcv-ui-icon-entypo-twitter-with-circle:before {
  content: "\e942";
}
.vcv-ui-icon-entypo-vimeo:before {
  content: "\e943";
}
.vcv-ui-icon-entypo-vimeo-with-circle:before {
  content: "\e944";
}
.vcv-ui-icon-entypo-vine:before {
  content: "\e945";
}
.vcv-ui-icon-entypo-vine-with-circle:before {
  content: "\e946";
}
.vcv-ui-icon-entypo-vk:before {
  content: "\e947";
}
.vcv-ui-icon-entypo-vk-alternitive:before {
  content: "\e948";
}
.vcv-ui-icon-entypo-vk-with-circle:before {
  content: "\e949";
}
.vcv-ui-icon-entypo-windows-store:before {
  content: "\e94a";
}
.vcv-ui-icon-entypo-xing:before {
  content: "\e94b";
}
.vcv-ui-icon-entypo-xing-with-circle:before {
  content: "\e94c";
}
.vcv-ui-icon-entypo-yelp:before {
  content: "\e94d";
}
.vcv-ui-icon-entypo-youko:before {
  content: "\e94e";
}
.vcv-ui-icon-entypo-youko-with-circle:before {
  content: "\e94f";
}
.vcv-ui-icon-entypo-youtube:before {
  content: "\e950";
}
.vcv-ui-icon-entypo-youtube-with-circle:before {
  content: "\e951";
}
.vcv-ui-icon-entypo-address:before {
  content: "\e952";
}
.vcv-ui-icon-entypo-add-to-list:before {
  content: "\e953";
}
.vcv-ui-icon-entypo-add-user:before {
  content: "\e954";
}
.vcv-ui-icon-entypo-adjust:before {
  content: "\e955";
}
.vcv-ui-icon-entypo-air:before {
  content: "\e956";
}
.vcv-ui-icon-entypo-aircraft:before {
  content: "\e957";
}
.vcv-ui-icon-entypo-aircraft-landing:before {
  content: "\e958";
}
.vcv-ui-icon-entypo-aircraft-take-off:before {
  content: "\e959";
}
.vcv-ui-icon-entypo-align-bottom:before {
  content: "\e95a";
}
.vcv-ui-icon-entypo-align-horizontal-middle:before {
  content: "\e95b";
}
.vcv-ui-icon-entypo-align-left:before {
  content: "\e95c";
}
.vcv-ui-icon-entypo-align-right:before {
  content: "\e95d";
}
.vcv-ui-icon-entypo-align-top:before {
  content: "\e95e";
}
.vcv-ui-icon-entypo-align-vertical-middle:before {
  content: "\e95f";
}
.vcv-ui-icon-entypo-archive:before {
  content: "\e960";
}
.vcv-ui-icon-entypo-area-graph:before {
  content: "\e961";
}
.vcv-ui-icon-entypo-arrow-bold-down:before {
  content: "\e962";
}
.vcv-ui-icon-entypo-arrow-bold-left:before {
  content: "\e963";
}
.vcv-ui-icon-entypo-arrow-bold-right:before {
  content: "\e964";
}
.vcv-ui-icon-entypo-arrow-bold-up:before {
  content: "\e965";
}
.vcv-ui-icon-entypo-arrow-down:before {
  content: "\e966";
}
.vcv-ui-icon-entypo-arrow-left:before {
  content: "\e967";
}
.vcv-ui-icon-entypo-arrow-long-down:before {
  content: "\e968";
}
.vcv-ui-icon-entypo-arrow-long-left:before {
  content: "\e969";
}
.vcv-ui-icon-entypo-arrow-long-right:before {
  content: "\e96a";
}
.vcv-ui-icon-entypo-arrow-long-up:before {
  content: "\e96b";
}
.vcv-ui-icon-entypo-arrow-right:before {
  content: "\e96c";
}
.vcv-ui-icon-entypo-arrow-up:before {
  content: "\e96d";
}
.vcv-ui-icon-entypo-arrow-with-circle-down:before {
  content: "\e96e";
}
.vcv-ui-icon-entypo-arrow-with-circle-left:before {
  content: "\e96f";
}
.vcv-ui-icon-entypo-arrow-with-circle-right:before {
  content: "\e970";
}
.vcv-ui-icon-entypo-arrow-with-circle-up:before {
  content: "\e971";
}
.vcv-ui-icon-entypo-attachment:before {
  content: "\e972";
}
.vcv-ui-icon-entypo-awareness-ribbon:before {
  content: "\e973";
}
.vcv-ui-icon-entypo-back:before {
  content: "\e974";
}
.vcv-ui-icon-entypo-back-in-time:before {
  content: "\e975";
}
.vcv-ui-icon-entypo-bar-graph:before {
  content: "\e976";
}
.vcv-ui-icon-entypo-battery:before {
  content: "\e977";
}
.vcv-ui-icon-entypo-beamed-note:before {
  content: "\e978";
}
.vcv-ui-icon-entypo-bell:before {
  content: "\e979";
}
.vcv-ui-icon-entypo-blackboard:before {
  content: "\e97a";
}
.vcv-ui-icon-entypo-block:before {
  content: "\e97b";
}
.vcv-ui-icon-entypo-book:before {
  content: "\e97c";
}
.vcv-ui-icon-entypo-bookmark:before {
  content: "\e97d";
}
.vcv-ui-icon-entypo-bookmarks:before {
  content: "\e97e";
}
.vcv-ui-icon-entypo-bowl:before {
  content: "\e97f";
}
.vcv-ui-icon-entypo-box:before {
  content: "\e980";
}
.vcv-ui-icon-entypo-briefcase:before {
  content: "\e981";
}
.vcv-ui-icon-entypo-browser:before {
  content: "\e982";
}
.vcv-ui-icon-entypo-brush:before {
  content: "\e983";
}
.vcv-ui-icon-entypo-bucket:before {
  content: "\e984";
}
.vcv-ui-icon-entypo-bug:before {
  content: "\e985";
}
.vcv-ui-icon-entypo-cake:before {
  content: "\e986";
}
.vcv-ui-icon-entypo-calculator:before {
  content: "\e987";
}
.vcv-ui-icon-entypo-calendar:before {
  content: "\e988";
}
.vcv-ui-icon-entypo-camera:before {
  content: "\e989";
}
.vcv-ui-icon-entypo-ccw:before {
  content: "\e98a";
}
.vcv-ui-icon-entypo-chat:before {
  content: "\e98b";
}
.vcv-ui-icon-entypo-check:before {
  content: "\e98c";
}
.vcv-ui-icon-entypo-chevron-down:before {
  content: "\e98d";
}
.vcv-ui-icon-entypo-chevron-left:before {
  content: "\e98e";
}
.vcv-ui-icon-entypo-chevron-right:before {
  content: "\e98f";
}
.vcv-ui-icon-entypo-chevron-small-down:before {
  content: "\e990";
}
.vcv-ui-icon-entypo-chevron-small-left:before {
  content: "\e991";
}
.vcv-ui-icon-entypo-chevron-small-right:before {
  content: "\e992";
}
.vcv-ui-icon-entypo-chevron-small-up:before {
  content: "\e993";
}
.vcv-ui-icon-entypo-chevron-thin-down:before {
  content: "\e994";
}
.vcv-ui-icon-entypo-chevron-thin-left:before {
  content: "\e995";
}
.vcv-ui-icon-entypo-chevron-thin-right:before {
  content: "\e996";
}
.vcv-ui-icon-entypo-chevron-thin-up:before {
  content: "\e997";
}
.vcv-ui-icon-entypo-chevron-up:before {
  content: "\e998";
}
.vcv-ui-icon-entypo-chevron-with-circle-down:before {
  content: "\e999";
}
.vcv-ui-icon-entypo-chevron-with-circle-left:before {
  content: "\e99a";
}
.vcv-ui-icon-entypo-chevron-with-circle-right:before {
  content: "\e99b";
}
.vcv-ui-icon-entypo-chevron-with-circle-up:before {
  content: "\e99c";
}
.vcv-ui-icon-entypo-circle:before {
  content: "\e99d";
}
.vcv-ui-icon-entypo-circle-with-cross:before {
  content: "\e99e";
}
.vcv-ui-icon-entypo-circle-with-minus:before {
  content: "\e99f";
}
.vcv-ui-icon-entypo-circle-with-plus:before {
  content: "\e9a0";
}
.vcv-ui-icon-entypo-circular-graph:before {
  content: "\e9a1";
}
.vcv-ui-icon-entypo-clapperboard:before {
  content: "\e9a2";
}
.vcv-ui-icon-entypo-classic-computer:before {
  content: "\e9a3";
}
.vcv-ui-icon-entypo-clipboard:before {
  content: "\e9a4";
}
.vcv-ui-icon-entypo-clock:before {
  content: "\e9a5";
}
.vcv-ui-icon-entypo-cloud:before {
  content: "\e9a6";
}
.vcv-ui-icon-entypo-code:before {
  content: "\e9a7";
}
.vcv-ui-icon-entypo-cog:before {
  content: "\e9a8";
}
.vcv-ui-icon-entypo-colours:before {
  content: "\e9a9";
}
.vcv-ui-icon-entypo-compass:before {
  content: "\e9aa";
}
.vcv-ui-icon-entypo-controller-fast-backward:before {
  content: "\e9ab";
}
.vcv-ui-icon-entypo-controller-fast-forward:before {
  content: "\e9ac";
}
.vcv-ui-icon-entypo-controller-jump-to-start:before {
  content: "\e9ad";
}
.vcv-ui-icon-entypo-controller-next:before {
  content: "\e9ae";
}
.vcv-ui-icon-entypo-controller-paus:before {
  content: "\e9af";
}
.vcv-ui-icon-entypo-controller-play:before {
  content: "\e9b0";
}
.vcv-ui-icon-entypo-controller-record:before {
  content: "\e9b1";
}
.vcv-ui-icon-entypo-controller-stop:before {
  content: "\e9b2";
}
.vcv-ui-icon-entypo-controller-volume:before {
  content: "\e9b3";
}
.vcv-ui-icon-entypo-copy:before {
  content: "\e9b4";
}
.vcv-ui-icon-entypo-creative-commons:before {
  content: "\e9b5";
}
.vcv-ui-icon-entypo-creative-commons-attribution:before {
  content: "\e9b6";
}
.vcv-ui-icon-entypo-creative-commons-noderivs:before {
  content: "\e9b7";
}
.vcv-ui-icon-entypo-creative-commons-noncommercial-eu:before {
  content: "\e9b8";
}
.vcv-ui-icon-entypo-creative-commons-noncommercial-us:before {
  content: "\e9b9";
}
.vcv-ui-icon-entypo-creative-commons-public-domain:before {
  content: "\e9ba";
}
.vcv-ui-icon-entypo-creative-commons-remix:before {
  content: "\e9bb";
}
.vcv-ui-icon-entypo-creative-commons-share:before {
  content: "\e9bc";
}
.vcv-ui-icon-entypo-creative-commons-sharealike:before {
  content: "\e9bd";
}
.vcv-ui-icon-entypo-credit:before {
  content: "\e9be";
}
.vcv-ui-icon-entypo-credit-card:before {
  content: "\e9bf";
}
.vcv-ui-icon-entypo-crop:before {
  content: "\e9c0";
}
.vcv-ui-icon-entypo-cross:before {
  content: "\e9c1";
}
.vcv-ui-icon-entypo-cup:before {
  content: "\e9c2";
}
.vcv-ui-icon-entypo-cw:before {
  content: "\e9c3";
}
.vcv-ui-icon-entypo-cycle:before {
  content: "\e9c4";
}
.vcv-ui-icon-entypo-database:before {
  content: "\e9c5";
}
.vcv-ui-icon-entypo-dial-pad:before {
  content: "\e9c6";
}
.vcv-ui-icon-entypo-direction:before {
  content: "\e9c7";
}
.vcv-ui-icon-entypo-document:before {
  content: "\e9c8";
}
.vcv-ui-icon-entypo-document-landscape:before {
  content: "\e9c9";
}
.vcv-ui-icon-entypo-documents:before {
  content: "\e9ca";
}
.vcv-ui-icon-entypo-dot-single:before {
  content: "\e9cb";
}
.vcv-ui-icon-entypo-dots-three-horizontal:before {
  content: "\e9cc";
}
.vcv-ui-icon-entypo-dots-three-vertical:before {
  content: "\e9cd";
}
.vcv-ui-icon-entypo-dots-two-horizontal:before {
  content: "\e9ce";
}
.vcv-ui-icon-entypo-dots-two-vertical:before {
  content: "\e9cf";
}
.vcv-ui-icon-entypo-download:before {
  content: "\e9d0";
}
.vcv-ui-icon-entypo-drink:before {
  content: "\e9d1";
}
.vcv-ui-icon-entypo-drive:before {
  content: "\e9d2";
}
.vcv-ui-icon-entypo-drop:before {
  content: "\e9d3";
}
.vcv-ui-icon-entypo-edit:before {
  content: "\e9d4";
}
.vcv-ui-icon-entypo-email:before {
  content: "\e9d5";
}
.vcv-ui-icon-entypo-emoji-flirt:before {
  content: "\e9d6";
}
.vcv-ui-icon-entypo-emoji-happy:before {
  content: "\e9d7";
}
.vcv-ui-icon-entypo-emoji-neutral:before {
  content: "\e9d8";
}
.vcv-ui-icon-entypo-emoji-sad:before {
  content: "\e9d9";
}
.vcv-ui-icon-entypo-erase:before {
  content: "\e9da";
}
.vcv-ui-icon-entypo-eraser:before {
  content: "\e9db";
}
.vcv-ui-icon-entypo-export:before {
  content: "\e9dc";
}
.vcv-ui-icon-entypo-eye:before {
  content: "\e9dd";
}
.vcv-ui-icon-entypo-eye-with-line:before {
  content: "\e9de";
}
.vcv-ui-icon-entypo-feather:before {
  content: "\e9df";
}
.vcv-ui-icon-entypo-fingerprint:before {
  content: "\e9e0";
}
.vcv-ui-icon-entypo-flag:before {
  content: "\e9e1";
}
.vcv-ui-icon-entypo-flash:before {
  content: "\e9e2";
}
.vcv-ui-icon-entypo-flashlight:before {
  content: "\e9e3";
}
.vcv-ui-icon-entypo-flat-brush:before {
  content: "\e9e4";
}
.vcv-ui-icon-entypo-flow-branch:before {
  content: "\e9e5";
}
.vcv-ui-icon-entypo-flow-cascade:before {
  content: "\e9e6";
}
.vcv-ui-icon-entypo-flower:before {
  content: "\e9e7";
}
.vcv-ui-icon-entypo-flow-line:before {
  content: "\e9e8";
}
.vcv-ui-icon-entypo-flow-parallel:before {
  content: "\e9e9";
}
.vcv-ui-icon-entypo-flow-tree:before {
  content: "\e9ea";
}
.vcv-ui-icon-entypo-folder:before {
  content: "\e9eb";
}
.vcv-ui-icon-entypo-folder-images:before {
  content: "\e9ec";
}
.vcv-ui-icon-entypo-folder-music:before {
  content: "\e9ed";
}
.vcv-ui-icon-entypo-folder-video:before {
  content: "\e9ee";
}
.vcv-ui-icon-entypo-forward:before {
  content: "\e9ef";
}
.vcv-ui-icon-entypo-funnel:before {
  content: "\e9f0";
}
.vcv-ui-icon-entypo-game-controller:before {
  content: "\e9f1";
}
.vcv-ui-icon-entypo-gauge:before {
  content: "\e9f2";
}
.vcv-ui-icon-entypo-globe:before {
  content: "\e9f3";
}
.vcv-ui-icon-entypo-graduation-cap:before {
  content: "\e9f4";
}
.vcv-ui-icon-entypo-grid:before {
  content: "\e9f5";
}
.vcv-ui-icon-entypo-hair-cross:before {
  content: "\e9f6";
}
.vcv-ui-icon-entypo-hand:before {
  content: "\e9f7";
}
.vcv-ui-icon-entypo-heart:before {
  content: "\e9f8";
}
.vcv-ui-icon-entypo-heart-outlined:before {
  content: "\e9f9";
}
.vcv-ui-icon-entypo-help:before {
  content: "\e9fa";
}
.vcv-ui-icon-entypo-help-with-circle:before {
  content: "\e9fb";
}
.vcv-ui-icon-entypo-home:before {
  content: "\e9fc";
}
.vcv-ui-icon-entypo-hour-glass:before {
  content: "\e9fd";
}
.vcv-ui-icon-entypo-image:before {
  content: "\e9fe";
}
.vcv-ui-icon-entypo-image-inverted:before {
  content: "\e9ff";
}
.vcv-ui-icon-entypo-images:before {
  content: "\ea00";
}
.vcv-ui-icon-entypo-inbox:before {
  content: "\ea01";
}
.vcv-ui-icon-entypo-infinity:before {
  content: "\ea02";
}
.vcv-ui-icon-entypo-info:before {
  content: "\ea03";
}
.vcv-ui-icon-entypo-info-with-circle:before {
  content: "\ea04";
}
.vcv-ui-icon-entypo-install:before {
  content: "\ea05";
}
.vcv-ui-icon-entypo-key:before {
  content: "\ea06";
}
.vcv-ui-icon-entypo-keyboard:before {
  content: "\ea07";
}
.vcv-ui-icon-entypo-lab-flask:before {
  content: "\ea08";
}
.vcv-ui-icon-entypo-landline:before {
  content: "\ea09";
}
.vcv-ui-icon-entypo-language:before {
  content: "\ea0a";
}
.vcv-ui-icon-entypo-laptop:before {
  content: "\ea0b";
}
.vcv-ui-icon-entypo-layers:before {
  content: "\ea0c";
}
.vcv-ui-icon-entypo-leaf:before {
  content: "\ea0d";
}
.vcv-ui-icon-entypo-level-down:before {
  content: "\ea0e";
}
.vcv-ui-icon-entypo-level-up:before {
  content: "\ea0f";
}
.vcv-ui-icon-entypo-lifebuoy:before {
  content: "\ea10";
}
.vcv-ui-icon-entypo-light-bulb:before {
  content: "\ea11";
}
.vcv-ui-icon-entypo-light-down:before {
  content: "\ea12";
}
.vcv-ui-icon-entypo-light-up:before {
  content: "\ea13";
}
.vcv-ui-icon-entypo-line-graph:before {
  content: "\ea14";
}
.vcv-ui-icon-entypo-link:before {
  content: "\ea15";
}
.vcv-ui-icon-entypo-list:before {
  content: "\ea16";
}
.vcv-ui-icon-entypo-location:before {
  content: "\ea17";
}
.vcv-ui-icon-entypo-location-pin:before {
  content: "\ea18";
}
.vcv-ui-icon-entypo-lock:before {
  content: "\ea19";
}
.vcv-ui-icon-entypo-lock-open:before {
  content: "\ea1a";
}
.vcv-ui-icon-entypo-login:before {
  content: "\ea1b";
}
.vcv-ui-icon-entypo-log-out:before {
  content: "\ea1c";
}
.vcv-ui-icon-entypo-loop:before {
  content: "\ea1d";
}
.vcv-ui-icon-entypo-magnet:before {
  content: "\ea1e";
}
.vcv-ui-icon-entypo-magnifying-glass:before {
  content: "\ea1f";
}
.vcv-ui-icon-entypo-mail:before {
  content: "\ea20";
}
.vcv-ui-icon-entypo-man:before {
  content: "\ea21";
}
.vcv-ui-icon-entypo-map:before {
  content: "\ea22";
}
.vcv-ui-icon-entypo-mask:before {
  content: "\ea23";
}
.vcv-ui-icon-entypo-medal:before {
  content: "\ea24";
}
.vcv-ui-icon-entypo-megaphone:before {
  content: "\ea25";
}
.vcv-ui-icon-entypo-menu:before {
  content: "\ea26";
}
.vcv-ui-icon-entypo-merge:before {
  content: "\ea27";
}
.vcv-ui-icon-entypo-message:before {
  content: "\ea28";
}
.vcv-ui-icon-entypo-mic:before {
  content: "\ea29";
}
.vcv-ui-icon-entypo-minus:before {
  content: "\ea2a";
}
.vcv-ui-icon-entypo-mobile:before {
  content: "\ea2b";
}
.vcv-ui-icon-entypo-modern-mic:before {
  content: "\ea2c";
}
.vcv-ui-icon-entypo-moon:before {
  content: "\ea2d";
}
.vcv-ui-icon-entypo-mouse:before {
  content: "\ea2e";
}
.vcv-ui-icon-entypo-mouse-pointer:before {
  content: "\ea2f";
}
.vcv-ui-icon-entypo-music:before {
  content: "\ea30";
}
.vcv-ui-icon-entypo-network:before {
  content: "\ea31";
}
.vcv-ui-icon-entypo-new:before {
  content: "\ea32";
}
.vcv-ui-icon-entypo-new-message:before {
  content: "\ea33";
}
.vcv-ui-icon-entypo-news:before {
  content: "\ea34";
}
.vcv-ui-icon-entypo-newsletter:before {
  content: "\ea35";
}
.vcv-ui-icon-entypo-note:before {
  content: "\ea36";
}
.vcv-ui-icon-entypo-notification:before {
  content: "\ea37";
}
.vcv-ui-icon-entypo-notifications-off:before {
  content: "\ea38";
}
.vcv-ui-icon-entypo-old-mobile:before {
  content: "\ea39";
}
.vcv-ui-icon-entypo-old-phone:before {
  content: "\ea3a";
}
.vcv-ui-icon-entypo-open-book:before {
  content: "\ea3b";
}
.vcv-ui-icon-entypo-palette:before {
  content: "\ea3c";
}
.vcv-ui-icon-entypo-paper-plane:before {
  content: "\ea3d";
}
.vcv-ui-icon-entypo-pencil:before {
  content: "\ea3e";
}
.vcv-ui-icon-entypo-phone:before {
  content: "\ea3f";
}
.vcv-ui-icon-entypo-pie-chart:before {
  content: "\ea40";
}
.vcv-ui-icon-entypo-pin:before {
  content: "\ea41";
}
.vcv-ui-icon-entypo-plus:before {
  content: "\ea42";
}
.vcv-ui-icon-entypo-popup:before {
  content: "\ea43";
}
.vcv-ui-icon-entypo-power-plug:before {
  content: "\ea44";
}
.vcv-ui-icon-entypo-price-ribbon:before {
  content: "\ea45";
}
.vcv-ui-icon-entypo-price-tag:before {
  content: "\ea46";
}
.vcv-ui-icon-entypo-print:before {
  content: "\ea47";
}
.vcv-ui-icon-entypo-progress-empty:before {
  content: "\ea48";
}
.vcv-ui-icon-entypo-progress-full:before {
  content: "\ea49";
}
.vcv-ui-icon-entypo-progress-one:before {
  content: "\ea4a";
}
.vcv-ui-icon-entypo-progress-two:before {
  content: "\ea4b";
}
.vcv-ui-icon-entypo-publish:before {
  content: "\ea4c";
}
.vcv-ui-icon-entypo-quote:before {
  content: "\ea4d";
}
.vcv-ui-icon-entypo-radio:before {
  content: "\ea4e";
}
.vcv-ui-icon-entypo-remove-user:before {
  content: "\ea4f";
}
.vcv-ui-icon-entypo-reply:before {
  content: "\ea50";
}
.vcv-ui-icon-entypo-reply-all:before {
  content: "\ea51";
}
.vcv-ui-icon-entypo-resize-100:before {
  content: "\ea52";
}
.vcv-ui-icon-entypo-resize-full-screen:before {
  content: "\ea53";
}
.vcv-ui-icon-entypo-retweet:before {
  content: "\ea54";
}
.vcv-ui-icon-entypo-rocket:before {
  content: "\ea55";
}
.vcv-ui-icon-entypo-round-brush:before {
  content: "\ea56";
}
.vcv-ui-icon-entypo-rss:before {
  content: "\ea57";
}
.vcv-ui-icon-entypo-ruler:before {
  content: "\ea58";
}
.vcv-ui-icon-entypo-save:before {
  content: "\ea59";
}
.vcv-ui-icon-entypo-scissors:before {
  content: "\ea5a";
}
.vcv-ui-icon-entypo-select-arrows:before {
  content: "\ea5b";
}
.vcv-ui-icon-entypo-share:before {
  content: "\ea5c";
}
.vcv-ui-icon-entypo-shareable:before {
  content: "\ea5d";
}
.vcv-ui-icon-entypo-share-alternative:before {
  content: "\ea5e";
}
.vcv-ui-icon-entypo-shield:before {
  content: "\ea5f";
}
.vcv-ui-icon-entypo-shop:before {
  content: "\ea60";
}
.vcv-ui-icon-entypo-shopping-bag:before {
  content: "\ea61";
}
.vcv-ui-icon-entypo-shopping-basket:before {
  content: "\ea62";
}
.vcv-ui-icon-entypo-shopping-cart:before {
  content: "\ea63";
}
.vcv-ui-icon-entypo-shuffle:before {
  content: "\ea64";
}
.vcv-ui-icon-entypo-signal:before {
  content: "\ea65";
}
.vcv-ui-icon-entypo-sound:before {
  content: "\ea66";
}
.vcv-ui-icon-entypo-sound-mix:before {
  content: "\ea67";
}
.vcv-ui-icon-entypo-sound-mute:before {
  content: "\ea68";
}
.vcv-ui-icon-entypo-sports-club:before {
  content: "\ea69";
}
.vcv-ui-icon-entypo-spreadsheet:before {
  content: "\ea6a";
}
.vcv-ui-icon-entypo-squared-cross:before {
  content: "\ea6b";
}
.vcv-ui-icon-entypo-squared-minus:before {
  content: "\ea6c";
}
.vcv-ui-icon-entypo-squared-plus:before {
  content: "\ea6d";
}
.vcv-ui-icon-entypo-star:before {
  content: "\ea6e";
}
.vcv-ui-icon-entypo-star-outlined:before {
  content: "\ea6f";
}
.vcv-ui-icon-entypo-stopwatch:before {
  content: "\ea70";
}
.vcv-ui-icon-entypo-suitcase:before {
  content: "\ea71";
}
.vcv-ui-icon-entypo-swap:before {
  content: "\ea72";
}
.vcv-ui-icon-entypo-sweden:before {
  content: "\ea73";
}
.vcv-ui-icon-entypo-switch:before {
  content: "\ea74";
}
.vcv-ui-icon-entypo-tablet:before {
  content: "\ea75";
}
.vcv-ui-icon-entypo-tablet-mobile-combo:before {
  content: "\ea76";
}
.vcv-ui-icon-entypo-tag:before {
  content: "\ea77";
}
.vcv-ui-icon-entypo-text:before {
  content: "\ea78";
}
.vcv-ui-icon-entypo-text-document:before {
  content: "\ea79";
}
.vcv-ui-icon-entypo-text-document-inverted:before {
  content: "\ea7a";
}
.vcv-ui-icon-entypo-thermometer:before {
  content: "\ea7b";
}
.vcv-ui-icon-entypo-thumbs-down:before {
  content: "\ea7c";
}
.vcv-ui-icon-entypo-thumbs-up:before {
  content: "\ea7d";
}
.vcv-ui-icon-entypo-thunder-cloud:before {
  content: "\ea7e";
}
.vcv-ui-icon-entypo-ticket:before {
  content: "\ea7f";
}
.vcv-ui-icon-entypo-time-slot:before {
  content: "\ea80";
}
.vcv-ui-icon-entypo-tools:before {
  content: "\ea81";
}
.vcv-ui-icon-entypo-traffic-cone:before {
  content: "\ea82";
}
.vcv-ui-icon-entypo-trash:before {
  content: "\ea83";
}
.vcv-ui-icon-entypo-tree:before {
  content: "\ea84";
}
.vcv-ui-icon-entypo-triangle-down:before {
  content: "\ea85";
}
.vcv-ui-icon-entypo-triangle-left:before {
  content: "\ea86";
}
.vcv-ui-icon-entypo-triangle-right:before {
  content: "\ea87";
}
.vcv-ui-icon-entypo-triangle-up:before {
  content: "\ea88";
}
.vcv-ui-icon-entypo-trophy:before {
  content: "\ea89";
}
.vcv-ui-icon-entypo-tv:before {
  content: "\ea8a";
}
.vcv-ui-icon-entypo-typing:before {
  content: "\ea8b";
}
.vcv-ui-icon-entypo-uninstall:before {
  content: "\ea8c";
}
.vcv-ui-icon-entypo-unread:before {
  content: "\ea8d";
}
.vcv-ui-icon-entypo-untag:before {
  content: "\ea8e";
}
.vcv-ui-icon-entypo-upload:before {
  content: "\ea8f";
}
.vcv-ui-icon-entypo-upload-to-cloud:before {
  content: "\ea90";
}
.vcv-ui-icon-entypo-user:before {
  content: "\ea91";
}
.vcv-ui-icon-entypo-users:before {
  content: "\ea92";
}
.vcv-ui-icon-entypo-v-card:before {
  content: "\ea93";
}
.vcv-ui-icon-entypo-video:before {
  content: "\ea94";
}
.vcv-ui-icon-entypo-video-camera:before {
  content: "\ea95";
}
.vcv-ui-icon-entypo-vinyl:before {
  content: "\ea96";
}
.vcv-ui-icon-entypo-voicemail:before {
  content: "\ea97";
}
.vcv-ui-icon-entypo-wallet:before {
  content: "\ea98";
}
.vcv-ui-icon-entypo-warning:before {
  content: "\ea99";
}
.vcv-ui-icon-entypo-water:before {
  content: "\ea9a";
}
@font-face {
  font-family: 'vcv-lineicons';
  src: url('vcv-lineicons/fonts/lineicons.ttf?54101537') format('truetype'), url('vcv-lineicons/fonts/lineicons.woff?54101537') format('woff'), url('vcv-lineicons/fonts/lineicons.svg?54101537#vcv-lineicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.vcv-ui-icon-lineicons:before {
  font-family: 'vcv-lineicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.vcv-ui-icon-lineicons-heart:before {
  content: "\e000";
}
.vcv-ui-icon-lineicons-cloud:before {
  content: "\e001";
}
.vcv-ui-icon-lineicons-star:before {
  content: "\e002";
}
.vcv-ui-icon-lineicons-tv:before {
  content: "\e003";
}
.vcv-ui-icon-lineicons-sound:before {
  content: "\e004";
}
.vcv-ui-icon-lineicons-video:before {
  content: "\e005";
}
.vcv-ui-icon-lineicons-trash:before {
  content: "\e006";
}
.vcv-ui-icon-lineicons-user:before {
  content: "\e007";
}
.vcv-ui-icon-lineicons-key:before {
  content: "\e008";
}
.vcv-ui-icon-lineicons-search:before {
  content: "\e009";
}
.vcv-ui-icon-lineicons-settings:before {
  content: "\e00a";
}
.vcv-ui-icon-lineicons-camera:before {
  content: "\e00b";
}
.vcv-ui-icon-lineicons-tag:before {
  content: "\e00c";
}
.vcv-ui-icon-lineicons-lock:before {
  content: "\e00d";
}
.vcv-ui-icon-lineicons-bulb:before {
  content: "\e00e";
}
.vcv-ui-icon-lineicons-pen:before {
  content: "\e00f";
}
.vcv-ui-icon-lineicons-diamond:before {
  content: "\e010";
}
.vcv-ui-icon-lineicons-display:before {
  content: "\e011";
}
.vcv-ui-icon-lineicons-location:before {
  content: "\e012";
}
.vcv-ui-icon-lineicons-eye:before {
  content: "\e013";
}
.vcv-ui-icon-lineicons-bubble:before {
  content: "\e014";
}
.vcv-ui-icon-lineicons-stack:before {
  content: "\e015";
}
.vcv-ui-icon-lineicons-cup:before {
  content: "\e016";
}
.vcv-ui-icon-lineicons-phone:before {
  content: "\e017";
}
.vcv-ui-icon-lineicons-news:before {
  content: "\e018";
}
.vcv-ui-icon-lineicons-mail:before {
  content: "\e019";
}
.vcv-ui-icon-lineicons-like:before {
  content: "\e01a";
}
.vcv-ui-icon-lineicons-photo:before {
  content: "\e01b";
}
.vcv-ui-icon-lineicons-note:before {
  content: "\e01c";
}
.vcv-ui-icon-lineicons-clock:before {
  content: "\e01d";
}
.vcv-ui-icon-lineicons-paperplane:before {
  content: "\e01e";
}
.vcv-ui-icon-lineicons-params:before {
  content: "\e01f";
}
.vcv-ui-icon-lineicons-banknote:before {
  content: "\e020";
}
.vcv-ui-icon-lineicons-data:before {
  content: "\e021";
}
.vcv-ui-icon-lineicons-music:before {
  content: "\e022";
}
.vcv-ui-icon-lineicons-megaphone:before {
  content: "\e023";
}
.vcv-ui-icon-lineicons-study:before {
  content: "\e024";
}
.vcv-ui-icon-lineicons-lab:before {
  content: "\e025";
}
.vcv-ui-icon-lineicons-food:before {
  content: "\e026";
}
.vcv-ui-icon-lineicons-t-shirt:before {
  content: "\e027";
}
.vcv-ui-icon-lineicons-fire:before {
  content: "\e028";
}
.vcv-ui-icon-lineicons-clip:before {
  content: "\e029";
}
.vcv-ui-icon-lineicons-shop:before {
  content: "\e02a";
}
.vcv-ui-icon-lineicons-calendar:before {
  content: "\e02b";
}
.vcv-ui-icon-lineicons-vallet:before {
  content: "\e02c";
}
.vcv-ui-icon-lineicons-vynil:before {
  content: "\e02d";
}
.vcv-ui-icon-lineicons-truck:before {
  content: "\e02e";
}
.vcv-ui-icon-lineicons-world:before {
  content: "\e02f";
}
@font-face {
  font-family: 'vcv-material';
  src: url('vcv-material-845/fonts/material.ttf') format('truetype'), url('vcv-material-845/fonts/material.woff') format('woff'), url('vcv-material-845/fonts/material.svg#imaterial') format('svg');
  font-weight: normal;
  font-style: normal;
}
.vcv-ui-icon-material:before {
  font-family: 'vcv-material' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.vcv-ui-icon-material-3d_rotation:before {
  content: "\e84d";
}
.vcv-ui-icon-material-ac_unit:before {
  content: "\eb3b";
}
.vcv-ui-icon-material-alarm:before {
  content: "\e855";
}
.vcv-ui-icon-material-access_alarms:before {
  content: "\e191";
}
.vcv-ui-icon-material-schedule:before {
  content: "\e8b5";
}
.vcv-ui-icon-material-accessibility:before {
  content: "\e84e";
}
.vcv-ui-icon-material-accessible:before {
  content: "\e914";
}
.vcv-ui-icon-material-account_balance:before {
  content: "\e84f";
}
.vcv-ui-icon-material-account_balance_wallet:before {
  content: "\e850";
}
.vcv-ui-icon-material-account_box:before {
  content: "\e851";
}
.vcv-ui-icon-material-account_circle:before {
  content: "\e853";
}
.vcv-ui-icon-material-adb:before {
  content: "\e60e";
}
.vcv-ui-icon-material-add:before {
  content: "\e145";
}
.vcv-ui-icon-material-add_a_photo:before {
  content: "\e439";
}
.vcv-ui-icon-material-alarm_add:before {
  content: "\e856";
}
.vcv-ui-icon-material-add_alert:before {
  content: "\e003";
}
.vcv-ui-icon-material-add_box:before {
  content: "\e146";
}
.vcv-ui-icon-material-add_circle:before {
  content: "\e147";
}
.vcv-ui-icon-material-control_point:before {
  content: "\e3ba";
}
.vcv-ui-icon-material-add_location:before {
  content: "\e567";
}
.vcv-ui-icon-material-add_shopping_cart:before {
  content: "\e854";
}
.vcv-ui-icon-material-queue:before {
  content: "\e03c";
}
.vcv-ui-icon-material-add_to_queue:before {
  content: "\e05c";
}
.vcv-ui-icon-material-adjust:before {
  content: "\e39e";
}
.vcv-ui-icon-material-airline_seat_flat:before {
  content: "\e630";
}
.vcv-ui-icon-material-airline_seat_flat_angled:before {
  content: "\e631";
}
.vcv-ui-icon-material-airline_seat_individual_suite:before {
  content: "\e632";
}
.vcv-ui-icon-material-airline_seat_legroom_extra:before {
  content: "\e633";
}
.vcv-ui-icon-material-airline_seat_legroom_normal:before {
  content: "\e634";
}
.vcv-ui-icon-material-airline_seat_legroom_reduced:before {
  content: "\e635";
}
.vcv-ui-icon-material-airline_seat_recline_extra:before {
  content: "\e636";
}
.vcv-ui-icon-material-airline_seat_recline_normal:before {
  content: "\e637";
}
.vcv-ui-icon-material-flight:before {
  content: "\e539";
}
.vcv-ui-icon-material-airplanemode_inactive:before {
  content: "\e194";
}
.vcv-ui-icon-material-airplay:before {
  content: "\e055";
}
.vcv-ui-icon-material-airport_shuttle:before {
  content: "\eb3c";
}
.vcv-ui-icon-material-alarm_off:before {
  content: "\e857";
}
.vcv-ui-icon-material-alarm_on:before {
  content: "\e858";
}
.vcv-ui-icon-material-album:before {
  content: "\e019";
}
.vcv-ui-icon-material-all_inclusive:before {
  content: "\eb3d";
}
.vcv-ui-icon-material-all_out:before {
  content: "\e90b";
}
.vcv-ui-icon-material-android:before {
  content: "\e859";
}
.vcv-ui-icon-material-announcement:before {
  content: "\e85a";
}
.vcv-ui-icon-material-apps:before {
  content: "\e5c3";
}
.vcv-ui-icon-material-archive:before {
  content: "\e149";
}
.vcv-ui-icon-material-arrow_back:before {
  content: "\e5c4";
}
.vcv-ui-icon-material-arrow_downward:before {
  content: "\e5db";
}
.vcv-ui-icon-material-arrow_drop_down:before {
  content: "\e5c5";
}
.vcv-ui-icon-material-arrow_drop_down_circle:before {
  content: "\e5c6";
}
.vcv-ui-icon-material-arrow_drop_up:before {
  content: "\e5c7";
}
.vcv-ui-icon-material-arrow_forward:before {
  content: "\e5c8";
}
.vcv-ui-icon-material-arrow_upward:before {
  content: "\e5d8";
}
.vcv-ui-icon-material-art_track:before {
  content: "\e060";
}
.vcv-ui-icon-material-aspect_ratio:before {
  content: "\e85b";
}
.vcv-ui-icon-material-poll:before {
  content: "\e801";
}
.vcv-ui-icon-material-assignment:before {
  content: "\e85d";
}
.vcv-ui-icon-material-assignment_ind:before {
  content: "\e85e";
}
.vcv-ui-icon-material-assignment_late:before {
  content: "\e85f";
}
.vcv-ui-icon-material-assignment_return:before {
  content: "\e860";
}
.vcv-ui-icon-material-assignment_returned:before {
  content: "\e861";
}
.vcv-ui-icon-material-assignment_turned_in:before {
  content: "\e862";
}
.vcv-ui-icon-material-assistant:before {
  content: "\e39f";
}
.vcv-ui-icon-material-flag:before {
  content: "\e153";
}
.vcv-ui-icon-material-attach_file:before {
  content: "\e226";
}
.vcv-ui-icon-material-attach_money:before {
  content: "\e227";
}
.vcv-ui-icon-material-attachment:before {
  content: "\e2bc";
}
.vcv-ui-icon-material-audiotrack:before {
  content: "\e3a1";
}
.vcv-ui-icon-material-autorenew:before {
  content: "\e863";
}
.vcv-ui-icon-material-av_timer:before {
  content: "\e01b";
}
.vcv-ui-icon-material-backspace:before {
  content: "\e14a";
}
.vcv-ui-icon-material-cloud_upload:before {
  content: "\e2c3";
}
.vcv-ui-icon-material-battery_alert:before {
  content: "\e19c";
}
.vcv-ui-icon-material-battery_charging_full:before {
  content: "\e1a3";
}
.vcv-ui-icon-material-battery_std:before {
  content: "\e1a5";
}
.vcv-ui-icon-material-battery_unknown:before {
  content: "\e1a6";
}
.vcv-ui-icon-material-beach_access:before {
  content: "\eb3e";
}
.vcv-ui-icon-material-beenhere:before {
  content: "\e52d";
}
.vcv-ui-icon-material-block:before {
  content: "\e14b";
}
.vcv-ui-icon-material-bluetooth:before {
  content: "\e1a7";
}
.vcv-ui-icon-material-bluetooth_searching:before {
  content: "\e1aa";
}
.vcv-ui-icon-material-bluetooth_connected:before {
  content: "\e1a8";
}
.vcv-ui-icon-material-bluetooth_disabled:before {
  content: "\e1a9";
}
.vcv-ui-icon-material-blur_circular:before {
  content: "\e3a2";
}
.vcv-ui-icon-material-blur_linear:before {
  content: "\e3a3";
}
.vcv-ui-icon-material-blur_off:before {
  content: "\e3a4";
}
.vcv-ui-icon-material-blur_on:before {
  content: "\e3a5";
}
.vcv-ui-icon-material-class:before {
  content: "\e86e";
}
.vcv-ui-icon-material-turned_in:before {
  content: "\e8e6";
}
.vcv-ui-icon-material-turned_in_not:before {
  content: "\e8e7";
}
.vcv-ui-icon-material-border_all:before {
  content: "\e228";
}
.vcv-ui-icon-material-border_bottom:before {
  content: "\e229";
}
.vcv-ui-icon-material-border_clear:before {
  content: "\e22a";
}
.vcv-ui-icon-material-border_color:before {
  content: "\e22b";
}
.vcv-ui-icon-material-border_horizontal:before {
  content: "\e22c";
}
.vcv-ui-icon-material-border_inner:before {
  content: "\e22d";
}
.vcv-ui-icon-material-border_left:before {
  content: "\e22e";
}
.vcv-ui-icon-material-border_outer:before {
  content: "\e22f";
}
.vcv-ui-icon-material-border_right:before {
  content: "\e230";
}
.vcv-ui-icon-material-border_style:before {
  content: "\e231";
}
.vcv-ui-icon-material-border_top:before {
  content: "\e232";
}
.vcv-ui-icon-material-border_vertical:before {
  content: "\e233";
}
.vcv-ui-icon-material-branding_watermark:before {
  content: "\e06b";
}
.vcv-ui-icon-material-brightness_1:before {
  content: "\e3a6";
}
.vcv-ui-icon-material-brightness_2:before {
  content: "\e3a7";
}
.vcv-ui-icon-material-brightness_3:before {
  content: "\e3a8";
}
.vcv-ui-icon-material-brightness_4:before {
  content: "\e3a9";
}
.vcv-ui-icon-material-brightness_low:before {
  content: "\e1ad";
}
.vcv-ui-icon-material-brightness_medium:before {
  content: "\e1ae";
}
.vcv-ui-icon-material-brightness_high:before {
  content: "\e1ac";
}
.vcv-ui-icon-material-brightness_auto:before {
  content: "\e1ab";
}
.vcv-ui-icon-material-broken_image:before {
  content: "\e3ad";
}
.vcv-ui-icon-material-brush:before {
  content: "\e3ae";
}
.vcv-ui-icon-material-bubble_chart:before {
  content: "\e6dd";
}
.vcv-ui-icon-material-bug_report:before {
  content: "\e868";
}
.vcv-ui-icon-material-build:before {
  content: "\e869";
}
.vcv-ui-icon-material-burst_mode:before {
  content: "\e43c";
}
.vcv-ui-icon-material-domain:before {
  content: "\e7ee";
}
.vcv-ui-icon-material-business_center:before {
  content: "\eb3f";
}
.vcv-ui-icon-material-cached:before {
  content: "\e86a";
}
.vcv-ui-icon-material-cake:before {
  content: "\e7e9";
}
.vcv-ui-icon-material-phone:before {
  content: "\e0cd";
}
.vcv-ui-icon-material-call_end:before {
  content: "\e0b1";
}
.vcv-ui-icon-material-call_made:before {
  content: "\e0b2";
}
.vcv-ui-icon-material-merge_type:before {
  content: "\e252";
}
.vcv-ui-icon-material-call_missed:before {
  content: "\e0b4";
}
.vcv-ui-icon-material-call_missed_outgoing:before {
  content: "\e0e4";
}
.vcv-ui-icon-material-call_received:before {
  content: "\e0b5";
}
.vcv-ui-icon-material-call_split:before {
  content: "\e0b6";
}
.vcv-ui-icon-material-call_to_action:before {
  content: "\e06c";
}
.vcv-ui-icon-material-camera:before {
  content: "\e3af";
}
.vcv-ui-icon-material-photo_camera:before {
  content: "\e412";
}
.vcv-ui-icon-material-camera_enhance:before {
  content: "\e8fc";
}
.vcv-ui-icon-material-camera_front:before {
  content: "\e3b1";
}
.vcv-ui-icon-material-camera_rear:before {
  content: "\e3b2";
}
.vcv-ui-icon-material-camera_roll:before {
  content: "\e3b3";
}
.vcv-ui-icon-material-cancel:before {
  content: "\e5c9";
}
.vcv-ui-icon-material-redeem:before {
  content: "\e8b1";
}
.vcv-ui-icon-material-card_membership:before {
  content: "\e8f7";
}
.vcv-ui-icon-material-card_travel:before {
  content: "\e8f8";
}
.vcv-ui-icon-material-casino:before {
  content: "\eb40";
}
.vcv-ui-icon-material-cast:before {
  content: "\e307";
}
.vcv-ui-icon-material-cast_connected:before {
  content: "\e308";
}
.vcv-ui-icon-material-center_focus_strong:before {
  content: "\e3b4";
}
.vcv-ui-icon-material-center_focus_weak:before {
  content: "\e3b5";
}
.vcv-ui-icon-material-change_history:before {
  content: "\e86b";
}
.vcv-ui-icon-material-chat:before {
  content: "\e0b7";
}
.vcv-ui-icon-material-chat_bubble:before {
  content: "\e0ca";
}
.vcv-ui-icon-material-chat_bubble_outline:before {
  content: "\e0cb";
}
.vcv-ui-icon-material-check:before {
  content: "\e5ca";
}
.vcv-ui-icon-material-check_box:before {
  content: "\e834";
}
.vcv-ui-icon-material-check_box_outline_blank:before {
  content: "\e835";
}
.vcv-ui-icon-material-check_circle:before {
  content: "\e86c";
}
.vcv-ui-icon-material-navigate_before:before {
  content: "\e408";
}
.vcv-ui-icon-material-navigate_next:before {
  content: "\e409";
}
.vcv-ui-icon-material-child_care:before {
  content: "\eb41";
}
.vcv-ui-icon-material-child_friendly:before {
  content: "\eb42";
}
.vcv-ui-icon-material-chrome_reader_mode:before {
  content: "\e86d";
}
.vcv-ui-icon-material-close:before {
  content: "\e5cd";
}
.vcv-ui-icon-material-clear_all:before {
  content: "\e0b8";
}
.vcv-ui-icon-material-closed_caption:before {
  content: "\e01c";
}
.vcv-ui-icon-material-wb_cloudy:before {
  content: "\e42d";
}
.vcv-ui-icon-material-cloud_circle:before {
  content: "\e2be";
}
.vcv-ui-icon-material-cloud_done:before {
  content: "\e2bf";
}
.vcv-ui-icon-material-cloud_download:before {
  content: "\e2c0";
}
.vcv-ui-icon-material-cloud_off:before {
  content: "\e2c1";
}
.vcv-ui-icon-material-cloud_queue:before {
  content: "\e2c2";
}
.vcv-ui-icon-material-code:before {
  content: "\e86f";
}
.vcv-ui-icon-material-photo_library:before {
  content: "\e413";
}
.vcv-ui-icon-material-collections_bookmark:before {
  content: "\e431";
}
.vcv-ui-icon-material-palette:before {
  content: "\e40a";
}
.vcv-ui-icon-material-colorize:before {
  content: "\e3b8";
}
.vcv-ui-icon-material-comment:before {
  content: "\e0b9";
}
.vcv-ui-icon-material-compare:before {
  content: "\e3b9";
}
.vcv-ui-icon-material-compare_arrows:before {
  content: "\e915";
}
.vcv-ui-icon-material-laptop:before {
  content: "\e31e";
}
.vcv-ui-icon-material-confirmation_number:before {
  content: "\e638";
}
.vcv-ui-icon-material-contact_mail:before {
  content: "\e0d0";
}
.vcv-ui-icon-material-contact_phone:before {
  content: "\e0cf";
}
.vcv-ui-icon-material-contacts:before {
  content: "\e0ba";
}
.vcv-ui-icon-material-content_copy:before {
  content: "\e14d";
}
.vcv-ui-icon-material-content_cut:before {
  content: "\e14e";
}
.vcv-ui-icon-material-content_paste:before {
  content: "\e14f";
}
.vcv-ui-icon-material-control_point_duplicate:before {
  content: "\e3bb";
}
.vcv-ui-icon-material-copyright:before {
  content: "\e90c";
}
.vcv-ui-icon-material-mode_edit:before {
  content: "\e254";
}
.vcv-ui-icon-material-create_new_folder:before {
  content: "\e2cc";
}
.vcv-ui-icon-material-payment:before {
  content: "\e8a1";
}
.vcv-ui-icon-material-crop:before {
  content: "\e3be";
}
.vcv-ui-icon-material-crop_16_9:before {
  content: "\e3bc";
}
.vcv-ui-icon-material-crop_3_2:before {
  content: "\e3bd";
}
.vcv-ui-icon-material-crop_landscape:before {
  content: "\e3c3";
}
.vcv-ui-icon-material-crop_7_5:before {
  content: "\e3c0";
}
.vcv-ui-icon-material-crop_din:before {
  content: "\e3c1";
}
.vcv-ui-icon-material-crop_free:before {
  content: "\e3c2";
}
.vcv-ui-icon-material-crop_original:before {
  content: "\e3c4";
}
.vcv-ui-icon-material-crop_portrait:before {
  content: "\e3c5";
}
.vcv-ui-icon-material-crop_rotate:before {
  content: "\e437";
}
.vcv-ui-icon-material-crop_square:before {
  content: "\e3c6";
}
.vcv-ui-icon-material-dashboard:before {
  content: "\e871";
}
.vcv-ui-icon-material-data_usage:before {
  content: "\e1af";
}
.vcv-ui-icon-material-date_range:before {
  content: "\e916";
}
.vcv-ui-icon-material-dehaze:before {
  content: "\e3c7";
}
.vcv-ui-icon-material-delete:before {
  content: "\e872";
}
.vcv-ui-icon-material-delete_forever:before {
  content: "\e92b";
}
.vcv-ui-icon-material-delete_sweep:before {
  content: "\e16c";
}
.vcv-ui-icon-material-description:before {
  content: "\e873";
}
.vcv-ui-icon-material-desktop_mac:before {
  content: "\e30b";
}
.vcv-ui-icon-material-desktop_windows:before {
  content: "\e30c";
}
.vcv-ui-icon-material-details:before {
  content: "\e3c8";
}
.vcv-ui-icon-material-developer_board:before {
  content: "\e30d";
}
.vcv-ui-icon-material-developer_mode:before {
  content: "\e1b0";
}
.vcv-ui-icon-material-device_hub:before {
  content: "\e335";
}
.vcv-ui-icon-material-phonelink:before {
  content: "\e326";
}
.vcv-ui-icon-material-devices_other:before {
  content: "\e337";
}
.vcv-ui-icon-material-dialer_sip:before {
  content: "\e0bb";
}
.vcv-ui-icon-material-dialpad:before {
  content: "\e0bc";
}
.vcv-ui-icon-material-directions:before {
  content: "\e52e";
}
.vcv-ui-icon-material-directions_bike:before {
  content: "\e52f";
}
.vcv-ui-icon-material-directions_boat:before {
  content: "\e532";
}
.vcv-ui-icon-material-directions_bus:before {
  content: "\e530";
}
.vcv-ui-icon-material-directions_car:before {
  content: "\e531";
}
.vcv-ui-icon-material-directions_railway:before {
  content: "\e534";
}
.vcv-ui-icon-material-directions_run:before {
  content: "\e566";
}
.vcv-ui-icon-material-directions_transit:before {
  content: "\e535";
}
.vcv-ui-icon-material-directions_walk:before {
  content: "\e536";
}
.vcv-ui-icon-material-disc_full:before {
  content: "\e610";
}
.vcv-ui-icon-material-dns:before {
  content: "\e875";
}
.vcv-ui-icon-material-not_interested:before {
  content: "\e033";
}
.vcv-ui-icon-material-do_not_disturb_alt:before {
  content: "\e611";
}
.vcv-ui-icon-material-do_not_disturb_off:before {
  content: "\e643";
}
.vcv-ui-icon-material-remove_circle:before {
  content: "\e15c";
}
.vcv-ui-icon-material-dock:before {
  content: "\e30e";
}
.vcv-ui-icon-material-done:before {
  content: "\e876";
}
.vcv-ui-icon-material-done_all:before {
  content: "\e877";
}
.vcv-ui-icon-material-donut_large:before {
  content: "\e917";
}
.vcv-ui-icon-material-donut_small:before {
  content: "\e918";
}
.vcv-ui-icon-material-drafts:before {
  content: "\e151";
}
.vcv-ui-icon-material-drag_handle:before {
  content: "\e25d";
}
.vcv-ui-icon-material-time_to_leave:before {
  content: "\e62c";
}
.vcv-ui-icon-material-dvr:before {
  content: "\e1b2";
}
.vcv-ui-icon-material-edit_location:before {
  content: "\e568";
}
.vcv-ui-icon-material-eject:before {
  content: "\e8fb";
}
.vcv-ui-icon-material-markunread:before {
  content: "\e159";
}
.vcv-ui-icon-material-enhanced_encryption:before {
  content: "\e63f";
}
.vcv-ui-icon-material-equalizer:before {
  content: "\e01d";
}
.vcv-ui-icon-material-error:before {
  content: "\e000";
}
.vcv-ui-icon-material-error_outline:before {
  content: "\e001";
}
.vcv-ui-icon-material-euro_symbol:before {
  content: "\e926";
}
.vcv-ui-icon-material-ev_station:before {
  content: "\e56d";
}
.vcv-ui-icon-material-insert_invitation:before {
  content: "\e24f";
}
.vcv-ui-icon-material-event_available:before {
  content: "\e614";
}
.vcv-ui-icon-material-event_busy:before {
  content: "\e615";
}
.vcv-ui-icon-material-event_note:before {
  content: "\e616";
}
.vcv-ui-icon-material-event_seat:before {
  content: "\e903";
}
.vcv-ui-icon-material-exit_to_app:before {
  content: "\e879";
}
.vcv-ui-icon-material-expand_less:before {
  content: "\e5ce";
}
.vcv-ui-icon-material-expand_more:before {
  content: "\e5cf";
}
.vcv-ui-icon-material-explicit:before {
  content: "\e01e";
}
.vcv-ui-icon-material-explore:before {
  content: "\e87a";
}
.vcv-ui-icon-material-exposure:before {
  content: "\e3ca";
}
.vcv-ui-icon-material-exposure_neg_1:before {
  content: "\e3cb";
}
.vcv-ui-icon-material-exposure_neg_2:before {
  content: "\e3cc";
}
.vcv-ui-icon-material-exposure_plus_1:before {
  content: "\e3cd";
}
.vcv-ui-icon-material-exposure_plus_2:before {
  content: "\e3ce";
}
.vcv-ui-icon-material-exposure_zero:before {
  content: "\e3cf";
}
.vcv-ui-icon-material-extension:before {
  content: "\e87b";
}
.vcv-ui-icon-material-face:before {
  content: "\e87c";
}
.vcv-ui-icon-material-fast_forward:before {
  content: "\e01f";
}
.vcv-ui-icon-material-fast_rewind:before {
  content: "\e020";
}
.vcv-ui-icon-material-favorite:before {
  content: "\e87d";
}
.vcv-ui-icon-material-favorite_border:before {
  content: "\e87e";
}
.vcv-ui-icon-material-featured_play_list:before {
  content: "\e06d";
}
.vcv-ui-icon-material-featured_video:before {
  content: "\e06e";
}
.vcv-ui-icon-material-sms_failed:before {
  content: "\e626";
}
.vcv-ui-icon-material-fiber_dvr:before {
  content: "\e05d";
}
.vcv-ui-icon-material-fiber_manual_record:before {
  content: "\e061";
}
.vcv-ui-icon-material-fiber_new:before {
  content: "\e05e";
}
.vcv-ui-icon-material-fiber_pin:before {
  content: "\e06a";
}
.vcv-ui-icon-material-fiber_smart_record:before {
  content: "\e062";
}
.vcv-ui-icon-material-get_app:before {
  content: "\e884";
}
.vcv-ui-icon-material-file_upload:before {
  content: "\e2c6";
}
.vcv-ui-icon-material-filter:before {
  content: "\e3d3";
}
.vcv-ui-icon-material-filter_1:before {
  content: "\e3d0";
}
.vcv-ui-icon-material-filter_2:before {
  content: "\e3d1";
}
.vcv-ui-icon-material-filter_3:before {
  content: "\e3d2";
}
.vcv-ui-icon-material-filter_4:before {
  content: "\e3d4";
}
.vcv-ui-icon-material-filter_5:before {
  content: "\e3d5";
}
.vcv-ui-icon-material-filter_6:before {
  content: "\e3d6";
}
.vcv-ui-icon-material-filter_7:before {
  content: "\e3d7";
}
.vcv-ui-icon-material-filter_8:before {
  content: "\e3d8";
}
.vcv-ui-icon-material-filter_9:before {
  content: "\e3d9";
}
.vcv-ui-icon-material-filter_9_plus:before {
  content: "\e3da";
}
.vcv-ui-icon-material-filter_b_and_w:before {
  content: "\e3db";
}
.vcv-ui-icon-material-filter_center_focus:before {
  content: "\e3dc";
}
.vcv-ui-icon-material-filter_drama:before {
  content: "\e3dd";
}
.vcv-ui-icon-material-filter_frames:before {
  content: "\e3de";
}
.vcv-ui-icon-material-terrain:before {
  content: "\e564";
}
.vcv-ui-icon-material-filter_list:before {
  content: "\e152";
}
.vcv-ui-icon-material-filter_none:before {
  content: "\e3e0";
}
.vcv-ui-icon-material-filter_tilt_shift:before {
  content: "\e3e2";
}
.vcv-ui-icon-material-filter_vintage:before {
  content: "\e3e3";
}
.vcv-ui-icon-material-find_in_page:before {
  content: "\e880";
}
.vcv-ui-icon-material-find_replace:before {
  content: "\e881";
}
.vcv-ui-icon-material-fingerprint:before {
  content: "\e90d";
}
.vcv-ui-icon-material-first_page:before {
  content: "\e5dc";
}
.vcv-ui-icon-material-fitness_center:before {
  content: "\eb43";
}
.vcv-ui-icon-material-flare:before {
  content: "\e3e4";
}
.vcv-ui-icon-material-flash_auto:before {
  content: "\e3e5";
}
.vcv-ui-icon-material-flash_off:before {
  content: "\e3e6";
}
.vcv-ui-icon-material-flash_on:before {
  content: "\e3e7";
}
.vcv-ui-icon-material-flight_land:before {
  content: "\e904";
}
.vcv-ui-icon-material-flight_takeoff:before {
  content: "\e905";
}
.vcv-ui-icon-material-flip:before {
  content: "\e3e8";
}
.vcv-ui-icon-material-flip_to_back:before {
  content: "\e882";
}
.vcv-ui-icon-material-flip_to_front:before {
  content: "\e883";
}
.vcv-ui-icon-material-folder:before {
  content: "\e2c7";
}
.vcv-ui-icon-material-folder_open:before {
  content: "\e2c8";
}
.vcv-ui-icon-material-folder_shared:before {
  content: "\e2c9";
}
.vcv-ui-icon-material-folder_special:before {
  content: "\e617";
}
.vcv-ui-icon-material-font_download:before {
  content: "\e167";
}
.vcv-ui-icon-material-format_align_center:before {
  content: "\e234";
}
.vcv-ui-icon-material-format_align_justify:before {
  content: "\e235";
}
.vcv-ui-icon-material-format_align_left:before {
  content: "\e236";
}
.vcv-ui-icon-material-format_align_right:before {
  content: "\e237";
}
.vcv-ui-icon-material-format_bold:before {
  content: "\e238";
}
.vcv-ui-icon-material-format_clear:before {
  content: "\e239";
}
.vcv-ui-icon-material-format_color_fill:before {
  content: "\e23a";
}
.vcv-ui-icon-material-format_color_reset:before {
  content: "\e23b";
}
.vcv-ui-icon-material-format_color_text:before {
  content: "\e23c";
}
.vcv-ui-icon-material-format_indent_decrease:before {
  content: "\e23d";
}
.vcv-ui-icon-material-format_indent_increase:before {
  content: "\e23e";
}
.vcv-ui-icon-material-format_italic:before {
  content: "\e23f";
}
.vcv-ui-icon-material-format_line_spacing:before {
  content: "\e240";
}
.vcv-ui-icon-material-format_list_bulleted:before {
  content: "\e241";
}
.vcv-ui-icon-material-format_list_numbered:before {
  content: "\e242";
}
.vcv-ui-icon-material-format_paint:before {
  content: "\e243";
}
.vcv-ui-icon-material-format_quote:before {
  content: "\e244";
}
.vcv-ui-icon-material-format_shapes:before {
  content: "\e25e";
}
.vcv-ui-icon-material-format_size:before {
  content: "\e245";
}
.vcv-ui-icon-material-format_strikethrough:before {
  content: "\e246";
}
.vcv-ui-icon-material-format_textdirection_l_to_r:before {
  content: "\e247";
}
.vcv-ui-icon-material-format_textdirection_r_to_l:before {
  content: "\e248";
}
.vcv-ui-icon-material-format_underlined:before {
  content: "\e249";
}
.vcv-ui-icon-material-question_answer:before {
  content: "\e8af";
}
.vcv-ui-icon-material-forward:before {
  content: "\e154";
}
.vcv-ui-icon-material-forward_10:before {
  content: "\e056";
}
.vcv-ui-icon-material-forward_30:before {
  content: "\e057";
}
.vcv-ui-icon-material-forward_5:before {
  content: "\e058";
}
.vcv-ui-icon-material-free_breakfast:before {
  content: "\eb44";
}
.vcv-ui-icon-material-fullscreen:before {
  content: "\e5d0";
}
.vcv-ui-icon-material-fullscreen_exit:before {
  content: "\e5d1";
}
.vcv-ui-icon-material-functions:before {
  content: "\e24a";
}
.vcv-ui-icon-material-g_translate:before {
  content: "\e927";
}
.vcv-ui-icon-material-games:before {
  content: "\e021";
}
.vcv-ui-icon-material-gavel:before {
  content: "\e90e";
}
.vcv-ui-icon-material-gesture:before {
  content: "\e155";
}
.vcv-ui-icon-material-gif:before {
  content: "\e908";
}
.vcv-ui-icon-material-goat:before {
  content: "\e900";
}
.vcv-ui-icon-material-golf_course:before {
  content: "\eb45";
}
.vcv-ui-icon-material-my_location:before {
  content: "\e55c";
}
.vcv-ui-icon-material-location_searching:before {
  content: "\e1b7";
}
.vcv-ui-icon-material-location_disabled:before {
  content: "\e1b6";
}
.vcv-ui-icon-material-star:before {
  content: "\e838";
}
.vcv-ui-icon-material-gradient:before {
  content: "\e3e9";
}
.vcv-ui-icon-material-grain:before {
  content: "\e3ea";
}
.vcv-ui-icon-material-graphic_eq:before {
  content: "\e1b8";
}
.vcv-ui-icon-material-grid_off:before {
  content: "\e3eb";
}
.vcv-ui-icon-material-grid_on:before {
  content: "\e3ec";
}
.vcv-ui-icon-material-people:before {
  content: "\e7fb";
}
.vcv-ui-icon-material-group_add:before {
  content: "\e7f0";
}
.vcv-ui-icon-material-group_work:before {
  content: "\e886";
}
.vcv-ui-icon-material-hd:before {
  content: "\e052";
}
.vcv-ui-icon-material-hdr_off:before {
  content: "\e3ed";
}
.vcv-ui-icon-material-hdr_on:before {
  content: "\e3ee";
}
.vcv-ui-icon-material-hdr_strong:before {
  content: "\e3f1";
}
.vcv-ui-icon-material-hdr_weak:before {
  content: "\e3f2";
}
.vcv-ui-icon-material-headset:before {
  content: "\e310";
}
.vcv-ui-icon-material-headset_mic:before {
  content: "\e311";
}
.vcv-ui-icon-material-healing:before {
  content: "\e3f3";
}
.vcv-ui-icon-material-hearing:before {
  content: "\e023";
}
.vcv-ui-icon-material-help:before {
  content: "\e887";
}
.vcv-ui-icon-material-help_outline:before {
  content: "\e8fd";
}
.vcv-ui-icon-material-high_quality:before {
  content: "\e024";
}
.vcv-ui-icon-material-highlight:before {
  content: "\e25f";
}
.vcv-ui-icon-material-highlight_off:before {
  content: "\e888";
}
.vcv-ui-icon-material-restore:before {
  content: "\e8b3";
}
.vcv-ui-icon-material-home:before {
  content: "\e88a";
}
.vcv-ui-icon-material-hot_tub:before {
  content: "\eb46";
}
.vcv-ui-icon-material-local_hotel:before {
  content: "\e549";
}
.vcv-ui-icon-material-hourglass_empty:before {
  content: "\e88b";
}
.vcv-ui-icon-material-hourglass_full:before {
  content: "\e88c";
}
.vcv-ui-icon-material-http:before {
  content: "\e902";
}
.vcv-ui-icon-material-lock:before {
  content: "\e897";
}
.vcv-ui-icon-material-photo:before {
  content: "\e410";
}
.vcv-ui-icon-material-image_aspect_ratio:before {
  content: "\e3f5";
}
.vcv-ui-icon-material-import_contacts:before {
  content: "\e0e0";
}
.vcv-ui-icon-material-import_export:before {
  content: "\e0c3";
}
.vcv-ui-icon-material-important_devices:before {
  content: "\e912";
}
.vcv-ui-icon-material-inbox:before {
  content: "\e156";
}
.vcv-ui-icon-material-indeterminate_check_box:before {
  content: "\e909";
}
.vcv-ui-icon-material-info:before {
  content: "\e88e";
}
.vcv-ui-icon-material-info_outline:before {
  content: "\e88f";
}
.vcv-ui-icon-material-input:before {
  content: "\e890";
}
.vcv-ui-icon-material-insert_comment:before {
  content: "\e24c";
}
.vcv-ui-icon-material-insert_drive_file:before {
  content: "\e24d";
}
.vcv-ui-icon-material-tag_faces:before {
  content: "\e420";
}
.vcv-ui-icon-material-link:before {
  content: "\e157";
}
.vcv-ui-icon-material-invert_colors:before {
  content: "\e891";
}
.vcv-ui-icon-material-invert_colors_off:before {
  content: "\e0c4";
}
.vcv-ui-icon-material-iso:before {
  content: "\e3f6";
}
.vcv-ui-icon-material-keyboard:before {
  content: "\e312";
}
.vcv-ui-icon-material-keyboard_arrow_down:before {
  content: "\e313";
}
.vcv-ui-icon-material-keyboard_arrow_left:before {
  content: "\e314";
}
.vcv-ui-icon-material-keyboard_arrow_right:before {
  content: "\e315";
}
.vcv-ui-icon-material-keyboard_arrow_up:before {
  content: "\e316";
}
.vcv-ui-icon-material-keyboard_backspace:before {
  content: "\e317";
}
.vcv-ui-icon-material-keyboard_capslock:before {
  content: "\e318";
}
.vcv-ui-icon-material-keyboard_hide:before {
  content: "\e31a";
}
.vcv-ui-icon-material-keyboard_return:before {
  content: "\e31b";
}
.vcv-ui-icon-material-keyboard_tab:before {
  content: "\e31c";
}
.vcv-ui-icon-material-keyboard_voice:before {
  content: "\e31d";
}
.vcv-ui-icon-material-kitchen:before {
  content: "\eb47";
}
.vcv-ui-icon-material-label:before {
  content: "\e892";
}
.vcv-ui-icon-material-label_outline:before {
  content: "\e893";
}
.vcv-ui-icon-material-language:before {
  content: "\e894";
}
.vcv-ui-icon-material-laptop_chromebook:before {
  content: "\e31f";
}
.vcv-ui-icon-material-laptop_mac:before {
  content: "\e320";
}
.vcv-ui-icon-material-laptop_windows:before {
  content: "\e321";
}
.vcv-ui-icon-material-last_page:before {
  content: "\e5dd";
}
.vcv-ui-icon-material-open_in_new:before {
  content: "\e89e";
}
.vcv-ui-icon-material-layers:before {
  content: "\e53b";
}
.vcv-ui-icon-material-layers_clear:before {
  content: "\e53c";
}
.vcv-ui-icon-material-leak_add:before {
  content: "\e3f8";
}
.vcv-ui-icon-material-leak_remove:before {
  content: "\e3f9";
}
.vcv-ui-icon-material-lens:before {
  content: "\e3fa";
}
.vcv-ui-icon-material-library_books:before {
  content: "\e02f";
}
.vcv-ui-icon-material-library_music:before {
  content: "\e030";
}
.vcv-ui-icon-material-lightbulb_outline:before {
  content: "\e90f";
}
.vcv-ui-icon-material-line_style:before {
  content: "\e919";
}
.vcv-ui-icon-material-line_weight:before {
  content: "\e91a";
}
.vcv-ui-icon-material-linear_scale:before {
  content: "\e260";
}
.vcv-ui-icon-material-linked_camera:before {
  content: "\e438";
}
.vcv-ui-icon-material-list:before {
  content: "\e896";
}
.vcv-ui-icon-material-live_help:before {
  content: "\e0c6";
}
.vcv-ui-icon-material-live_tv:before {
  content: "\e639";
}
.vcv-ui-icon-material-local_play:before {
  content: "\e553";
}
.vcv-ui-icon-material-local_airport:before {
  content: "\e53d";
}
.vcv-ui-icon-material-local_atm:before {
  content: "\e53e";
}
.vcv-ui-icon-material-local_bar:before {
  content: "\e540";
}
.vcv-ui-icon-material-local_cafe:before {
  content: "\e541";
}
.vcv-ui-icon-material-local_car_wash:before {
  content: "\e542";
}
.vcv-ui-icon-material-local_convenience_store:before {
  content: "\e543";
}
.vcv-ui-icon-material-restaurant_menu:before {
  content: "\e561";
}
.vcv-ui-icon-material-local_drink:before {
  content: "\e544";
}
.vcv-ui-icon-material-local_florist:before {
  content: "\e545";
}
.vcv-ui-icon-material-local_gas_station:before {
  content: "\e546";
}
.vcv-ui-icon-material-shopping_cart:before {
  content: "\e8cc";
}
.vcv-ui-icon-material-local_hospital:before {
  content: "\e548";
}
.vcv-ui-icon-material-local_laundry_service:before {
  content: "\e54a";
}
.vcv-ui-icon-material-local_library:before {
  content: "\e54b";
}
.vcv-ui-icon-material-local_mall:before {
  content: "\e54c";
}
.vcv-ui-icon-material-theaters:before {
  content: "\e8da";
}
.vcv-ui-icon-material-local_offer:before {
  content: "\e54e";
}
.vcv-ui-icon-material-local_parking:before {
  content: "\e54f";
}
.vcv-ui-icon-material-local_pharmacy:before {
  content: "\e550";
}
.vcv-ui-icon-material-local_pizza:before {
  content: "\e552";
}
.vcv-ui-icon-material-print:before {
  content: "\e8ad";
}
.vcv-ui-icon-material-local_shipping:before {
  content: "\e558";
}
.vcv-ui-icon-material-local_taxi:before {
  content: "\e559";
}
.vcv-ui-icon-material-location_city:before {
  content: "\e7f1";
}
.vcv-ui-icon-material-location_off:before {
  content: "\e0c7";
}
.vcv-ui-icon-material-room:before {
  content: "\e8b4";
}
.vcv-ui-icon-material-lock_open:before {
  content: "\e898";
}
.vcv-ui-icon-material-lock_outline:before {
  content: "\e899";
}
.vcv-ui-icon-material-looks:before {
  content: "\e3fc";
}
.vcv-ui-icon-material-looks_3:before {
  content: "\e3fb";
}
.vcv-ui-icon-material-looks_4:before {
  content: "\e3fd";
}
.vcv-ui-icon-material-looks_5:before {
  content: "\e3fe";
}
.vcv-ui-icon-material-looks_6:before {
  content: "\e3ff";
}
.vcv-ui-icon-material-looks_one:before {
  content: "\e400";
}
.vcv-ui-icon-material-looks_two:before {
  content: "\e401";
}
.vcv-ui-icon-material-sync:before {
  content: "\e627";
}
.vcv-ui-icon-material-loupe:before {
  content: "\e402";
}
.vcv-ui-icon-material-low_priority:before {
  content: "\e16d";
}
.vcv-ui-icon-material-loyalty:before {
  content: "\e89a";
}
.vcv-ui-icon-material-mail_outline:before {
  content: "\e0e1";
}
.vcv-ui-icon-material-map:before {
  content: "\e55b";
}
.vcv-ui-icon-material-markunread_mailbox:before {
  content: "\e89b";
}
.vcv-ui-icon-material-memory:before {
  content: "\e322";
}
.vcv-ui-icon-material-menu:before {
  content: "\e5d2";
}
.vcv-ui-icon-material-message:before {
  content: "\e0c9";
}
.vcv-ui-icon-material-mic:before {
  content: "\e029";
}
.vcv-ui-icon-material-mic_none:before {
  content: "\e02a";
}
.vcv-ui-icon-material-mic_off:before {
  content: "\e02b";
}
.vcv-ui-icon-material-mms:before {
  content: "\e618";
}
.vcv-ui-icon-material-mode_comment:before {
  content: "\e253";
}
.vcv-ui-icon-material-monetization_on:before {
  content: "\e263";
}
.vcv-ui-icon-material-money_off:before {
  content: "\e25c";
}
.vcv-ui-icon-material-monochrome_photos:before {
  content: "\e403";
}
.vcv-ui-icon-material-mood_bad:before {
  content: "\e7f3";
}
.vcv-ui-icon-material-more:before {
  content: "\e619";
}
.vcv-ui-icon-material-more_horiz:before {
  content: "\e5d3";
}
.vcv-ui-icon-material-more_vert:before {
  content: "\e5d4";
}
.vcv-ui-icon-material-motorcycle:before {
  content: "\e91b";
}
.vcv-ui-icon-material-mouse:before {
  content: "\e323";
}
.vcv-ui-icon-material-move_to_inbox:before {
  content: "\e168";
}
.vcv-ui-icon-material-movie_creation:before {
  content: "\e404";
}
.vcv-ui-icon-material-movie_filter:before {
  content: "\e43a";
}
.vcv-ui-icon-material-multiline_chart:before {
  content: "\e6df";
}
.vcv-ui-icon-material-music_note:before {
  content: "\e405";
}
.vcv-ui-icon-material-music_video:before {
  content: "\e063";
}
.vcv-ui-icon-material-nature:before {
  content: "\e406";
}
.vcv-ui-icon-material-nature_people:before {
  content: "\e407";
}
.vcv-ui-icon-material-navigation:before {
  content: "\e55d";
}
.vcv-ui-icon-material-near_me:before {
  content: "\e569";
}
.vcv-ui-icon-material-network_cell:before {
  content: "\e1b9";
}
.vcv-ui-icon-material-network_check:before {
  content: "\e640";
}
.vcv-ui-icon-material-network_locked:before {
  content: "\e61a";
}
.vcv-ui-icon-material-network_wifi:before {
  content: "\e1ba";
}
.vcv-ui-icon-material-new_releases:before {
  content: "\e031";
}
.vcv-ui-icon-material-next_week:before {
  content: "\e16a";
}
.vcv-ui-icon-material-nfc:before {
  content: "\e1bb";
}
.vcv-ui-icon-material-no_encryption:before {
  content: "\e641";
}
.vcv-ui-icon-material-signal_cellular_no_sim:before {
  content: "\e1ce";
}
.vcv-ui-icon-material-note:before {
  content: "\e06f";
}
.vcv-ui-icon-material-note_add:before {
  content: "\e89c";
}
.vcv-ui-icon-material-notifications:before {
  content: "\e7f4";
}
.vcv-ui-icon-material-notifications_active:before {
  content: "\e7f7";
}
.vcv-ui-icon-material-notifications_none:before {
  content: "\e7f5";
}
.vcv-ui-icon-material-notifications_off:before {
  content: "\e7f6";
}
.vcv-ui-icon-material-notifications_paused:before {
  content: "\e7f8";
}
.vcv-ui-icon-material-offline_pin:before {
  content: "\e90a";
}
.vcv-ui-icon-material-ondemand_video:before {
  content: "\e63a";
}
.vcv-ui-icon-material-opacity:before {
  content: "\e91c";
}
.vcv-ui-icon-material-open_in_browser:before {
  content: "\e89d";
}
.vcv-ui-icon-material-open_with:before {
  content: "\e89f";
}
.vcv-ui-icon-material-pages:before {
  content: "\e7f9";
}
.vcv-ui-icon-material-pageview:before {
  content: "\e8a0";
}
.vcv-ui-icon-material-pan_tool:before {
  content: "\e925";
}
.vcv-ui-icon-material-panorama:before {
  content: "\e40b";
}
.vcv-ui-icon-material-radio_button_unchecked:before {
  content: "\e836";
}
.vcv-ui-icon-material-panorama_horizontal:before {
  content: "\e40d";
}
.vcv-ui-icon-material-panorama_vertical:before {
  content: "\e40e";
}
.vcv-ui-icon-material-panorama_wide_angle:before {
  content: "\e40f";
}
.vcv-ui-icon-material-party_mode:before {
  content: "\e7fa";
}
.vcv-ui-icon-material-pause:before {
  content: "\e034";
}
.vcv-ui-icon-material-pause_circle_filled:before {
  content: "\e035";
}
.vcv-ui-icon-material-pause_circle_outline:before {
  content: "\e036";
}
.vcv-ui-icon-material-people_outline:before {
  content: "\e7fc";
}
.vcv-ui-icon-material-perm_camera_mic:before {
  content: "\e8a2";
}
.vcv-ui-icon-material-perm_contact_calendar:before {
  content: "\e8a3";
}
.vcv-ui-icon-material-perm_data_setting:before {
  content: "\e8a4";
}
.vcv-ui-icon-material-perm_device_information:before {
  content: "\e8a5";
}
.vcv-ui-icon-material-person_outline:before {
  content: "\e7ff";
}
.vcv-ui-icon-material-perm_media:before {
  content: "\e8a7";
}
.vcv-ui-icon-material-perm_phone_msg:before {
  content: "\e8a8";
}
.vcv-ui-icon-material-perm_scan_wifi:before {
  content: "\e8a9";
}
.vcv-ui-icon-material-person:before {
  content: "\e7fd";
}
.vcv-ui-icon-material-person_add:before {
  content: "\e7fe";
}
.vcv-ui-icon-material-person_pin:before {
  content: "\e55a";
}
.vcv-ui-icon-material-person_pin_circle:before {
  content: "\e56a";
}
.vcv-ui-icon-material-personal_video:before {
  content: "\e63b";
}
.vcv-ui-icon-material-pets:before {
  content: "\e91d";
}
.vcv-ui-icon-material-phone_android:before {
  content: "\e324";
}
.vcv-ui-icon-material-phone_bluetooth_speaker:before {
  content: "\e61b";
}
.vcv-ui-icon-material-phone_forwarded:before {
  content: "\e61c";
}
.vcv-ui-icon-material-phone_in_talk:before {
  content: "\e61d";
}
.vcv-ui-icon-material-phone_iphone:before {
  content: "\e325";
}
.vcv-ui-icon-material-phone_locked:before {
  content: "\e61e";
}
.vcv-ui-icon-material-phone_missed:before {
  content: "\e61f";
}
.vcv-ui-icon-material-phone_paused:before {
  content: "\e620";
}
.vcv-ui-icon-material-phonelink_erase:before {
  content: "\e0db";
}
.vcv-ui-icon-material-phonelink_lock:before {
  content: "\e0dc";
}
.vcv-ui-icon-material-phonelink_off:before {
  content: "\e327";
}
.vcv-ui-icon-material-phonelink_ring:before {
  content: "\e0dd";
}
.vcv-ui-icon-material-phonelink_setup:before {
  content: "\e0de";
}
.vcv-ui-icon-material-photo_album:before {
  content: "\e411";
}
.vcv-ui-icon-material-photo_filter:before {
  content: "\e43b";
}
.vcv-ui-icon-material-photo_size_select_actual:before {
  content: "\e432";
}
.vcv-ui-icon-material-photo_size_select_large:before {
  content: "\e433";
}
.vcv-ui-icon-material-photo_size_select_small:before {
  content: "\e434";
}
.vcv-ui-icon-material-picture_as_pdf:before {
  content: "\e415";
}
.vcv-ui-icon-material-picture_in_picture:before {
  content: "\e8aa";
}
.vcv-ui-icon-material-picture_in_picture_alt:before {
  content: "\e911";
}
.vcv-ui-icon-material-pie_chart:before {
  content: "\e6c4";
}
.vcv-ui-icon-material-pie_chart_outlined:before {
  content: "\e6c5";
}
.vcv-ui-icon-material-pin_drop:before {
  content: "\e55e";
}
.vcv-ui-icon-material-play_arrow:before {
  content: "\e037";
}
.vcv-ui-icon-material-play_circle_filled:before {
  content: "\e038";
}
.vcv-ui-icon-material-play_circle_outline:before {
  content: "\e039";
}
.vcv-ui-icon-material-play_for_work:before {
  content: "\e906";
}
.vcv-ui-icon-material-playlist_add:before {
  content: "\e03b";
}
.vcv-ui-icon-material-playlist_add_check:before {
  content: "\e065";
}
.vcv-ui-icon-material-playlist_play:before {
  content: "\e05f";
}
.vcv-ui-icon-material-plus_one:before {
  content: "\e800";
}
.vcv-ui-icon-material-polymer:before {
  content: "\e8ab";
}
.vcv-ui-icon-material-pool:before {
  content: "\eb48";
}
.vcv-ui-icon-material-portable_wifi_off:before {
  content: "\e0ce";
}
.vcv-ui-icon-material-portrait:before {
  content: "\e416";
}
.vcv-ui-icon-material-power:before {
  content: "\e63c";
}
.vcv-ui-icon-material-power_input:before {
  content: "\e336";
}
.vcv-ui-icon-material-power_settings_new:before {
  content: "\e8ac";
}
.vcv-ui-icon-material-pregnant_woman:before {
  content: "\e91e";
}
.vcv-ui-icon-material-present_to_all:before {
  content: "\e0df";
}
.vcv-ui-icon-material-priority_high:before {
  content: "\e645";
}
.vcv-ui-icon-material-public:before {
  content: "\e80b";
}
.vcv-ui-icon-material-publish:before {
  content: "\e255";
}
.vcv-ui-icon-material-queue_music:before {
  content: "\e03d";
}
.vcv-ui-icon-material-queue_play_next:before {
  content: "\e066";
}
.vcv-ui-icon-material-radio:before {
  content: "\e03e";
}
.vcv-ui-icon-material-radio_button_checked:before {
  content: "\e837";
}
.vcv-ui-icon-material-rate_review:before {
  content: "\e560";
}
.vcv-ui-icon-material-receipt:before {
  content: "\e8b0";
}
.vcv-ui-icon-material-recent_actors:before {
  content: "\e03f";
}
.vcv-ui-icon-material-record_voice_over:before {
  content: "\e91f";
}
.vcv-ui-icon-material-redo:before {
  content: "\e15a";
}
.vcv-ui-icon-material-refresh:before {
  content: "\e5d5";
}
.vcv-ui-icon-material-remove:before {
  content: "\e15b";
}
.vcv-ui-icon-material-remove_circle_outline:before {
  content: "\e15d";
}
.vcv-ui-icon-material-remove_from_queue:before {
  content: "\e067";
}
.vcv-ui-icon-material-visibility:before {
  content: "\e8f4";
}
.vcv-ui-icon-material-remove_shopping_cart:before {
  content: "\e928";
}
.vcv-ui-icon-material-reorder:before {
  content: "\e8fe";
}
.vcv-ui-icon-material-repeat:before {
  content: "\e040";
}
.vcv-ui-icon-material-repeat_one:before {
  content: "\e041";
}
.vcv-ui-icon-material-replay:before {
  content: "\e042";
}
.vcv-ui-icon-material-replay_10:before {
  content: "\e059";
}
.vcv-ui-icon-material-replay_30:before {
  content: "\e05a";
}
.vcv-ui-icon-material-replay_5:before {
  content: "\e05b";
}
.vcv-ui-icon-material-reply:before {
  content: "\e15e";
}
.vcv-ui-icon-material-reply_all:before {
  content: "\e15f";
}
.vcv-ui-icon-material-report:before {
  content: "\e160";
}
.vcv-ui-icon-material-warning:before {
  content: "\e002";
}
.vcv-ui-icon-material-restaurant:before {
  content: "\e56c";
}
.vcv-ui-icon-material-restore_page:before {
  content: "\e929";
}
.vcv-ui-icon-material-ring_volume:before {
  content: "\e0d1";
}
.vcv-ui-icon-material-room_service:before {
  content: "\eb49";
}
.vcv-ui-icon-material-rotate_90_degrees_ccw:before {
  content: "\e418";
}
.vcv-ui-icon-material-rotate_left:before {
  content: "\e419";
}
.vcv-ui-icon-material-rotate_right:before {
  content: "\e41a";
}
.vcv-ui-icon-material-rounded_corner:before {
  content: "\e920";
}
.vcv-ui-icon-material-router:before {
  content: "\e328";
}
.vcv-ui-icon-material-rowing:before {
  content: "\e921";
}
.vcv-ui-icon-material-rss_feed:before {
  content: "\e0e5";
}
.vcv-ui-icon-material-rv_hookup:before {
  content: "\e642";
}
.vcv-ui-icon-material-satellite:before {
  content: "\e562";
}
.vcv-ui-icon-material-save:before {
  content: "\e161";
}
.vcv-ui-icon-material-scanner:before {
  content: "\e329";
}
.vcv-ui-icon-material-school:before {
  content: "\e80c";
}
.vcv-ui-icon-material-screen_lock_landscape:before {
  content: "\e1be";
}
.vcv-ui-icon-material-screen_lock_portrait:before {
  content: "\e1bf";
}
.vcv-ui-icon-material-screen_lock_rotation:before {
  content: "\e1c0";
}
.vcv-ui-icon-material-screen_rotation:before {
  content: "\e1c1";
}
.vcv-ui-icon-material-screen_share:before {
  content: "\e0e2";
}
.vcv-ui-icon-material-sd_storage:before {
  content: "\e1c2";
}
.vcv-ui-icon-material-search:before {
  content: "\e8b6";
}
.vcv-ui-icon-material-security:before {
  content: "\e32a";
}
.vcv-ui-icon-material-select_all:before {
  content: "\e162";
}
.vcv-ui-icon-material-send:before {
  content: "\e163";
}
.vcv-ui-icon-material-sentiment_dissatisfied:before {
  content: "\e811";
}
.vcv-ui-icon-material-sentiment_neutral:before {
  content: "\e812";
}
.vcv-ui-icon-material-sentiment_satisfied:before {
  content: "\e813";
}
.vcv-ui-icon-material-sentiment_very_dissatisfied:before {
  content: "\e814";
}
.vcv-ui-icon-material-sentiment_very_satisfied:before {
  content: "\e815";
}
.vcv-ui-icon-material-settings:before {
  content: "\e8b8";
}
.vcv-ui-icon-material-settings_applications:before {
  content: "\e8b9";
}
.vcv-ui-icon-material-settings_backup_restore:before {
  content: "\e8ba";
}
.vcv-ui-icon-material-settings_bluetooth:before {
  content: "\e8bb";
}
.vcv-ui-icon-material-settings_brightness:before {
  content: "\e8bd";
}
.vcv-ui-icon-material-settings_cell:before {
  content: "\e8bc";
}
.vcv-ui-icon-material-settings_ethernet:before {
  content: "\e8be";
}
.vcv-ui-icon-material-settings_input_antenna:before {
  content: "\e8bf";
}
.vcv-ui-icon-material-settings_input_composite:before {
  content: "\e8c1";
}
.vcv-ui-icon-material-settings_input_hdmi:before {
  content: "\e8c2";
}
.vcv-ui-icon-material-settings_input_svideo:before {
  content: "\e8c3";
}
.vcv-ui-icon-material-settings_overscan:before {
  content: "\e8c4";
}
.vcv-ui-icon-material-settings_phone:before {
  content: "\e8c5";
}
.vcv-ui-icon-material-settings_power:before {
  content: "\e8c6";
}
.vcv-ui-icon-material-settings_remote:before {
  content: "\e8c7";
}
.vcv-ui-icon-material-settings_system_daydream:before {
  content: "\e1c3";
}
.vcv-ui-icon-material-settings_voice:before {
  content: "\e8c8";
}
.vcv-ui-icon-material-share:before {
  content: "\e80d";
}
.vcv-ui-icon-material-shop:before {
  content: "\e8c9";
}
.vcv-ui-icon-material-shop_two:before {
  content: "\e8ca";
}
.vcv-ui-icon-material-shopping_basket:before {
  content: "\e8cb";
}
.vcv-ui-icon-material-short_text:before {
  content: "\e261";
}
.vcv-ui-icon-material-show_chart:before {
  content: "\e6e1";
}
.vcv-ui-icon-material-shuffle:before {
  content: "\e043";
}
.vcv-ui-icon-material-signal_cellular_4_bar:before {
  content: "\e1c8";
}
.vcv-ui-icon-material-signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd";
}
.vcv-ui-icon-material-signal_cellular_null:before {
  content: "\e1cf";
}
.vcv-ui-icon-material-signal_cellular_off:before {
  content: "\e1d0";
}
.vcv-ui-icon-material-signal_wifi_4_bar:before {
  content: "\e1d8";
}
.vcv-ui-icon-material-signal_wifi_4_bar_lock:before {
  content: "\e1d9";
}
.vcv-ui-icon-material-signal_wifi_off:before {
  content: "\e1da";
}
.vcv-ui-icon-material-sim_card:before {
  content: "\e32b";
}
.vcv-ui-icon-material-sim_card_alert:before {
  content: "\e624";
}
.vcv-ui-icon-material-skip_next:before {
  content: "\e044";
}
.vcv-ui-icon-material-skip_previous:before {
  content: "\e045";
}
.vcv-ui-icon-material-slideshow:before {
  content: "\e41b";
}
.vcv-ui-icon-material-slow_motion_video:before {
  content: "\e068";
}
.vcv-ui-icon-material-stay_primary_portrait:before {
  content: "\e0d6";
}
.vcv-ui-icon-material-smoke_free:before {
  content: "\eb4a";
}
.vcv-ui-icon-material-smoking_rooms:before {
  content: "\eb4b";
}
.vcv-ui-icon-material-textsms:before {
  content: "\e0d8";
}
.vcv-ui-icon-material-snooze:before {
  content: "\e046";
}
.vcv-ui-icon-material-sort:before {
  content: "\e164";
}
.vcv-ui-icon-material-sort_by_alpha:before {
  content: "\e053";
}
.vcv-ui-icon-material-spa:before {
  content: "\eb4c";
}
.vcv-ui-icon-material-space_bar:before {
  content: "\e256";
}
.vcv-ui-icon-material-speaker:before {
  content: "\e32d";
}
.vcv-ui-icon-material-speaker_group:before {
  content: "\e32e";
}
.vcv-ui-icon-material-speaker_notes:before {
  content: "\e8cd";
}
.vcv-ui-icon-material-speaker_notes_off:before {
  content: "\e92a";
}
.vcv-ui-icon-material-speaker_phone:before {
  content: "\e0d2";
}
.vcv-ui-icon-material-spellcheck:before {
  content: "\e8ce";
}
.vcv-ui-icon-material-star_border:before {
  content: "\e83a";
}
.vcv-ui-icon-material-star_half:before {
  content: "\e839";
}
.vcv-ui-icon-material-stars:before {
  content: "\e8d0";
}
.vcv-ui-icon-material-stay_primary_landscape:before {
  content: "\e0d5";
}
.vcv-ui-icon-material-stop:before {
  content: "\e047";
}
.vcv-ui-icon-material-stop_screen_share:before {
  content: "\e0e3";
}
.vcv-ui-icon-material-storage:before {
  content: "\e1db";
}
.vcv-ui-icon-material-store_mall_directory:before {
  content: "\e563";
}
.vcv-ui-icon-material-straighten:before {
  content: "\e41c";
}
.vcv-ui-icon-material-streetview:before {
  content: "\e56e";
}
.vcv-ui-icon-material-strikethrough_s:before {
  content: "\e257";
}
.vcv-ui-icon-material-style:before {
  content: "\e41d";
}
.vcv-ui-icon-material-subdirectory_arrow_left:before {
  content: "\e5d9";
}
.vcv-ui-icon-material-subdirectory_arrow_right:before {
  content: "\e5da";
}
.vcv-ui-icon-material-subject:before {
  content: "\e8d2";
}
.vcv-ui-icon-material-subscriptions:before {
  content: "\e064";
}
.vcv-ui-icon-material-subtitles:before {
  content: "\e048";
}
.vcv-ui-icon-material-subway:before {
  content: "\e56f";
}
.vcv-ui-icon-material-supervisor_account:before {
  content: "\e8d3";
}
.vcv-ui-icon-material-surround_sound:before {
  content: "\e049";
}
.vcv-ui-icon-material-swap_calls:before {
  content: "\e0d7";
}
.vcv-ui-icon-material-swap_horiz:before {
  content: "\e8d4";
}
.vcv-ui-icon-material-swap_vert:before {
  content: "\e8d5";
}
.vcv-ui-icon-material-swap_vertical_circle:before {
  content: "\e8d6";
}
.vcv-ui-icon-material-switch_camera:before {
  content: "\e41e";
}
.vcv-ui-icon-material-switch_video:before {
  content: "\e41f";
}
.vcv-ui-icon-material-sync_disabled:before {
  content: "\e628";
}
.vcv-ui-icon-material-sync_problem:before {
  content: "\e629";
}
.vcv-ui-icon-material-system_update:before {
  content: "\e62a";
}
.vcv-ui-icon-material-system_update_alt:before {
  content: "\e8d7";
}
.vcv-ui-icon-material-tab:before {
  content: "\e8d8";
}
.vcv-ui-icon-material-tab_unselected:before {
  content: "\e8d9";
}
.vcv-ui-icon-material-tablet:before {
  content: "\e32f";
}
.vcv-ui-icon-material-tablet_android:before {
  content: "\e330";
}
.vcv-ui-icon-material-tablet_mac:before {
  content: "\e331";
}
.vcv-ui-icon-material-tap_and_play:before {
  content: "\e62b";
}
.vcv-ui-icon-material-text_fields:before {
  content: "\e262";
}
.vcv-ui-icon-material-text_format:before {
  content: "\e165";
}
.vcv-ui-icon-material-texture:before {
  content: "\e421";
}
.vcv-ui-icon-material-thumb_down:before {
  content: "\e8db";
}
.vcv-ui-icon-material-thumb_up:before {
  content: "\e8dc";
}
.vcv-ui-icon-material-thumbs_up_down:before {
  content: "\e8dd";
}
.vcv-ui-icon-material-timelapse:before {
  content: "\e422";
}
.vcv-ui-icon-material-timeline:before {
  content: "\e922";
}
.vcv-ui-icon-material-timer:before {
  content: "\e425";
}
.vcv-ui-icon-material-timer_10:before {
  content: "\e423";
}
.vcv-ui-icon-material-timer_3:before {
  content: "\e424";
}
.vcv-ui-icon-material-timer_off:before {
  content: "\e426";
}
.vcv-ui-icon-material-title:before {
  content: "\e264";
}
.vcv-ui-icon-material-toc:before {
  content: "\e8de";
}
.vcv-ui-icon-material-today:before {
  content: "\e8df";
}
.vcv-ui-icon-material-toll:before {
  content: "\e8e0";
}
.vcv-ui-icon-material-tonality:before {
  content: "\e427";
}
.vcv-ui-icon-material-touch_app:before {
  content: "\e913";
}
.vcv-ui-icon-material-toys:before {
  content: "\e332";
}
.vcv-ui-icon-material-track_changes:before {
  content: "\e8e1";
}
.vcv-ui-icon-material-traffic:before {
  content: "\e565";
}
.vcv-ui-icon-material-train:before {
  content: "\e570";
}
.vcv-ui-icon-material-tram:before {
  content: "\e571";
}
.vcv-ui-icon-material-transfer_within_a_station:before {
  content: "\e572";
}
.vcv-ui-icon-material-transform:before {
  content: "\e428";
}
.vcv-ui-icon-material-translate:before {
  content: "\e8e2";
}
.vcv-ui-icon-material-trending_down:before {
  content: "\e8e3";
}
.vcv-ui-icon-material-trending_flat:before {
  content: "\e8e4";
}
.vcv-ui-icon-material-trending_up:before {
  content: "\e8e5";
}
.vcv-ui-icon-material-tune:before {
  content: "\e429";
}
.vcv-ui-icon-material-tv:before {
  content: "\e333";
}
.vcv-ui-icon-material-unarchive:before {
  content: "\e169";
}
.vcv-ui-icon-material-undo:before {
  content: "\e166";
}
.vcv-ui-icon-material-unfold_less:before {
  content: "\e5d6";
}
.vcv-ui-icon-material-unfold_more:before {
  content: "\e5d7";
}
.vcv-ui-icon-material-update:before {
  content: "\e923";
}
.vcv-ui-icon-material-usb:before {
  content: "\e1e0";
}
.vcv-ui-icon-material-verified_user:before {
  content: "\e8e8";
}
.vcv-ui-icon-material-vertical_align_bottom:before {
  content: "\e258";
}
.vcv-ui-icon-material-vertical_align_center:before {
  content: "\e259";
}
.vcv-ui-icon-material-vertical_align_top:before {
  content: "\e25a";
}
.vcv-ui-icon-material-vibration:before {
  content: "\e62d";
}
.vcv-ui-icon-material-video_call:before {
  content: "\e070";
}
.vcv-ui-icon-material-video_label:before {
  content: "\e071";
}
.vcv-ui-icon-material-video_library:before {
  content: "\e04a";
}
.vcv-ui-icon-material-videocam:before {
  content: "\e04b";
}
.vcv-ui-icon-material-videocam_off:before {
  content: "\e04c";
}
.vcv-ui-icon-material-videogame_asset:before {
  content: "\e338";
}
.vcv-ui-icon-material-view_agenda:before {
  content: "\e8e9";
}
.vcv-ui-icon-material-view_array:before {
  content: "\e8ea";
}
.vcv-ui-icon-material-view_carousel:before {
  content: "\e8eb";
}
.vcv-ui-icon-material-view_column:before {
  content: "\e8ec";
}
.vcv-ui-icon-material-view_comfy:before {
  content: "\e42a";
}
.vcv-ui-icon-material-view_compact:before {
  content: "\e42b";
}
.vcv-ui-icon-material-view_day:before {
  content: "\e8ed";
}
.vcv-ui-icon-material-view_headline:before {
  content: "\e8ee";
}
.vcv-ui-icon-material-view_list:before {
  content: "\e8ef";
}
.vcv-ui-icon-material-view_module:before {
  content: "\e8f0";
}
.vcv-ui-icon-material-view_quilt:before {
  content: "\e8f1";
}
.vcv-ui-icon-material-view_stream:before {
  content: "\e8f2";
}
.vcv-ui-icon-material-view_week:before {
  content: "\e8f3";
}
.vcv-ui-icon-material-vignette:before {
  content: "\e435";
}
.vcv-ui-icon-material-visibility_off:before {
  content: "\e8f5";
}
.vcv-ui-icon-material-voice_chat:before {
  content: "\e62e";
}
.vcv-ui-icon-material-voicemail:before {
  content: "\e0d9";
}
.vcv-ui-icon-material-volume_down:before {
  content: "\e04d";
}
.vcv-ui-icon-material-volume_mute:before {
  content: "\e04e";
}
.vcv-ui-icon-material-volume_off:before {
  content: "\e04f";
}
.vcv-ui-icon-material-volume_up:before {
  content: "\e050";
}
.vcv-ui-icon-material-vpn_key:before {
  content: "\e0da";
}
.vcv-ui-icon-material-vpn_lock:before {
  content: "\e62f";
}
.vcv-ui-icon-material-wallpaper:before {
  content: "\e1bc";
}
.vcv-ui-icon-material-watch:before {
  content: "\e334";
}
.vcv-ui-icon-material-watch_later:before {
  content: "\e924";
}
.vcv-ui-icon-material-wb_auto:before {
  content: "\e42c";
}
.vcv-ui-icon-material-wb_incandescent:before {
  content: "\e42e";
}
.vcv-ui-icon-material-wb_iridescent:before {
  content: "\e436";
}
.vcv-ui-icon-material-wb_sunny:before {
  content: "\e430";
}
.vcv-ui-icon-material-wc:before {
  content: "\e63d";
}
.vcv-ui-icon-material-web:before {
  content: "\e051";
}
.vcv-ui-icon-material-web_asset:before {
  content: "\e069";
}
.vcv-ui-icon-material-weekend:before {
  content: "\e16b";
}
.vcv-ui-icon-material-whatshot:before {
  content: "\e80e";
}
.vcv-ui-icon-material-widgets:before {
  content: "\e1bd";
}
.vcv-ui-icon-material-wifi:before {
  content: "\e63e";
}
.vcv-ui-icon-material-wifi_lock:before {
  content: "\e1e1";
}
.vcv-ui-icon-material-wifi_tethering:before {
  content: "\e1e2";
}
.vcv-ui-icon-material-work:before {
  content: "\e8f9";
}
.vcv-ui-icon-material-wrap_text:before {
  content: "\e25b";
}
.vcv-ui-icon-material-youtube_searched_for:before {
  content: "\e8fa";
}
.vcv-ui-icon-material-zoom_in:before {
  content: "\e8ff";
}
.vcv-ui-icon-material-zoom_out:before {
  content: "\e901";
}
.vcv-ui-icon-material-zoom_out_map:before {
  content: "\e56b";
}
@font-face {
  font-family: 'vcv-monosocial';
  src: url('vcv-monosocial-1.10/fonts/vcv-monosocial.ttf?qvlnsx') format('truetype'), url('vcv-monosocial-1.10/fonts/vcv-monosocial.woff?qvlnsx') format('woff'), url('vcv-monosocial-1.10/fonts/vcv-monosocial.svg?qvlnsx#vcv-monosocial') format('svg');
  font-weight: normal;
  font-style: normal;
}
.vcv-ui-icon-monosocial {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vcv-monosocial' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vcv-ui-icon-monosocial-stackoverflow:before {
  content: "\e900";
}
.vcv-ui-icon-monosocial-fivehundredpx:before {
  content: "\e901";
}
.vcv-ui-icon-monosocial-foodspotting:before {
  content: "\e902";
}
.vcv-ui-icon-monosocial-photobucket:before {
  content: "\e903";
}
.vcv-ui-icon-monosocial-twitterbird:before {
  content: "\e904";
}
.vcv-ui-icon-monosocial-stumbleupon:before {
  content: "\e905";
}
.vcv-ui-icon-monosocial-grooveshark:before {
  content: "\e906";
}
.vcv-ui-icon-monosocial-appstorealt:before {
  content: "\e907";
}
.vcv-ui-icon-monosocial-friendsfeed:before {
  content: "\e908";
}
.vcv-ui-icon-monosocial-designfloat:before {
  content: "\e909";
}
.vcv-ui-icon-monosocial-friendstar:before {
  content: "\e90a";
}
.vcv-ui-icon-monosocial-googlebuzz:before {
  content: "\e90b";
}
.vcv-ui-icon-monosocial-deviantart:before {
  content: "\e90c";
}
.vcv-ui-icon-monosocial-foursquare:before {
  content: "\e90d";
}
.vcv-ui-icon-monosocial-technorati:before {
  content: "\e90e";
}
.vcv-ui-icon-monosocial-googletalk:before {
  content: "\e90f";
}
.vcv-ui-icon-monosocial-designbump:before {
  content: "\e910";
}
.vcv-ui-icon-monosocial-googleplus:before {
  content: "\e911";
}
.vcv-ui-icon-monosocial-gowallapin:before {
  content: "\e912";
}
.vcv-ui-icon-monosocial-soundcloud:before {
  content: "\e913";
}
.vcv-ui-icon-monosocial-feedburner:before {
  content: "\e914";
}
.vcv-ui-icon-monosocial-slideshare:before {
  content: "\e915";
}
.vcv-ui-icon-monosocial-wordpress:before {
  content: "\e916";
}
.vcv-ui-icon-monosocial-yahoobuzz:before {
  content: "\e917";
}
.vcv-ui-icon-monosocial-githubalt:before {
  content: "\e918";
}
.vcv-ui-icon-monosocial-delicious:before {
  content: "\e919";
}
.vcv-ui-icon-monosocial-sharethis:before {
  content: "\e91a";
}
.vcv-ui-icon-monosocial-instagram:before {
  content: "\e91b";
}
.vcv-ui-icon-monosocial-pinterest:before {
  content: "\e91c";
}
.vcv-ui-icon-monosocial-posterous:before {
  content: "\e91d";
}
.vcv-ui-icon-monosocial-wikipedia:before {
  content: "\e91e";
}
.vcv-ui-icon-monosocial-linkedin:before {
  content: "\e91f";
}
.vcv-ui-icon-monosocial-emberapp:before {
  content: "\e920";
}
.vcv-ui-icon-monosocial-slashdot:before {
  content: "\e921";
}
.vcv-ui-icon-monosocial-icondock:before {
  content: "\e922";
}
.vcv-ui-icon-monosocial-identica:before {
  content: "\e923";
}
.vcv-ui-icon-monosocial-imessage:before {
  content: "\e924";
}
.vcv-ui-icon-monosocial-mobileme:before {
  content: "\e925";
}
.vcv-ui-icon-monosocial-newsvine:before {
  content: "\e926";
}
.vcv-ui-icon-monosocial-metacafe:before {
  content: "\e927";
}
.vcv-ui-icon-monosocial-appstore:before {
  content: "\e928";
}
.vcv-ui-icon-monosocial-facebook:before {
  content: "\e929";
}
.vcv-ui-icon-monosocial-coroflot:before {
  content: "\e92a";
}
.vcv-ui-icon-monosocial-blogger:before {
  content: "\e92b";
}
.vcv-ui-icon-monosocial-twitter:before {
  content: "\e92c";
}
.vcv-ui-icon-monosocial-diggalt:before {
  content: "\e92d";
}
.vcv-ui-icon-monosocial-squidoo:before {
  content: "\e92e";
}
.vcv-ui-icon-monosocial-spotify:before {
  content: "\e92f";
}
.vcv-ui-icon-monosocial-smugmug:before {
  content: "\e930";
}
.vcv-ui-icon-monosocial-aboutme:before {
  content: "\e931";
}
.vcv-ui-icon-monosocial-viddler:before {
  content: "\e932";
}
.vcv-ui-icon-monosocial-retweet:before {
  content: "\e933";
}
.vcv-ui-icon-monosocial-myspace:before {
  content: "\e934";
}
.vcv-ui-icon-monosocial-windows:before {
  content: "\e935";
}
.vcv-ui-icon-monosocial-dribble:before {
  content: "\e936";
}
.vcv-ui-icon-monosocial-behance:before {
  content: "\e937";
}
.vcv-ui-icon-monosocial-podcast:before {
  content: "\e938";
}
.vcv-ui-icon-monosocial-youtube:before {
  content: "\e939";
}
.vcv-ui-icon-monosocial-gowalla:before {
  content: "\e93a";
}
.vcv-ui-icon-monosocial-picasa:before {
  content: "\e93b";
}
.vcv-ui-icon-monosocial-tumblr:before {
  content: "\e93c";
}
.vcv-ui-icon-monosocial-forrst:before {
  content: "\e93d";
}
.vcv-ui-icon-monosocial-meetup:before {
  content: "\e93e";
}
.vcv-ui-icon-monosocial-paypal:before {
  content: "\e93f";
}
.vcv-ui-icon-monosocial-lastfm:before {
  content: "\e940";
}
.vcv-ui-icon-monosocial-itunes:before {
  content: "\e941";
}
.vcv-ui-icon-monosocial-flickr:before {
  content: "\e942";
}
.vcv-ui-icon-monosocial-daytum:before {
  content: "\e943";
}
.vcv-ui-icon-monosocial-drupal:before {
  content: "\e944";
}
.vcv-ui-icon-monosocial-amazon:before {
  content: "\e945";
}
.vcv-ui-icon-monosocial-reddit:before {
  content: "\e946";
}
.vcv-ui-icon-monosocial-scribd:before {
  content: "\e947";
}
.vcv-ui-icon-monosocial-mrwong:before {
  content: "\e948";
}
.vcv-ui-icon-monosocial-github:before {
  content: "\e949";
}
.vcv-ui-icon-monosocial-email:before {
  content: "\e94a";
}
.vcv-ui-icon-monosocial-apple:before {
  content: "\e94b";
}
.vcv-ui-icon-monosocial-addme:before {
  content: "\e94c";
}
.vcv-ui-icon-monosocial-yahoo:before {
  content: "\e94d";
}
.vcv-ui-icon-monosocial-vimeo:before {
  content: "\e94e";
}
.vcv-ui-icon-monosocial-skype:before {
  content: "\e94f";
}
.vcv-ui-icon-monosocial-heart:before {
  content: "\e950";
}
.vcv-ui-icon-monosocial-quora:before {
  content: "\e951";
}
.vcv-ui-icon-monosocial-hyves:before {
  content: "\e952";
}
.vcv-ui-icon-monosocial-bebo:before {
  content: "\e953";
}
.vcv-ui-icon-monosocial-virb:before {
  content: "\e954";
}
.vcv-ui-icon-monosocial-blip:before {
  content: "\e955";
}
.vcv-ui-icon-monosocial-digg:before {
  content: "\e956";
}
.vcv-ui-icon-monosocial-ebay:before {
  content: "\e957";
}
.vcv-ui-icon-monosocial-mixx:before {
  content: "\e958";
}
.vcv-ui-icon-monosocial-gdgt:before {
  content: "\e959";
}
.vcv-ui-icon-monosocial-star:before {
  content: "\e95a";
}
.vcv-ui-icon-monosocial-bing:before {
  content: "\e95b";
}
.vcv-ui-icon-monosocial-yelp:before {
  content: "\e95c";
}
.vcv-ui-icon-monosocial-etsy:before {
  content: "\e95d";
}
.vcv-ui-icon-monosocial-xing:before {
  content: "\e95e";
}
.vcv-ui-icon-monosocial-rss:before {
  content: "\e95f";
}
.vcv-ui-icon-monosocial-icq:before {
  content: "\e960";
}
.vcv-ui-icon-monosocial-www:before {
  content: "\e961";
}
.vcv-ui-icon-monosocial-msn:before {
  content: "\e962";
}
.vcv-ui-icon-monosocial-qik:before {
  content: "\e963";
}
.vcv-ui-icon-monosocial-aol:before {
  content: "\e964";
}
@font-face {
  font-family: 'vcv-openiconic';
  src: url('vcv-openiconic-1.1.1/fonts/open-iconic.ttf') format('truetype'), url('vcv-openiconic-1.1.1/fonts/open-iconic.woff') format('woff'), url('vcv-openiconic-1.1.1/fonts/open-iconic.svg#iconic-sm') format('svg');
  font-weight: normal;
  font-style: normal;
}
.vcv-ui-icon-openiconic:before {
  font-family: 'vcv-openiconic' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.vcv-ui-icon-openiconic-account-login:before {
  content: '\e000';
}
.vcv-ui-icon-openiconic-account-logout:before {
  content: '\e001';
}
.vcv-ui-icon-openiconic-action-redo:before {
  content: '\e002';
}
.vcv-ui-icon-openiconic-action-undo:before {
  content: '\e003';
}
.vcv-ui-icon-openiconic-align-center:before {
  content: '\e004';
}
.vcv-ui-icon-openiconic-align-left:before {
  content: '\e005';
}
.vcv-ui-icon-openiconic-align-right:before {
  content: '\e006';
}
.vcv-ui-icon-openiconic-aperture:before {
  content: '\e007';
}
.vcv-ui-icon-openiconic-arrow-bottom:before {
  content: '\e008';
}
.vcv-ui-icon-openiconic-arrow-circle-bottom:before {
  content: '\e009';
}
.vcv-ui-icon-openiconic-arrow-circle-left:before {
  content: '\e00a';
}
.vcv-ui-icon-openiconic-arrow-circle-right:before {
  content: '\e00b';
}
.vcv-ui-icon-openiconic-arrow-circle-top:before {
  content: '\e00c';
}
.vcv-ui-icon-openiconic-arrow-left:before {
  content: '\e00d';
}
.vcv-ui-icon-openiconic-arrow-right:before {
  content: '\e00e';
}
.vcv-ui-icon-openiconic-arrow-thick-bottom:before {
  content: '\e00f';
}
.vcv-ui-icon-openiconic-arrow-thick-left:before {
  content: '\e010';
}
.vcv-ui-icon-openiconic-arrow-thick-right:before {
  content: '\e011';
}
.vcv-ui-icon-openiconic-arrow-thick-top:before {
  content: '\e012';
}
.vcv-ui-icon-openiconic-arrow-top:before {
  content: '\e013';
}
.vcv-ui-icon-openiconic-audio-spectrum:before {
  content: '\e014';
}
.vcv-ui-icon-openiconic-audio:before {
  content: '\e015';
}
.vcv-ui-icon-openiconic-badge:before {
  content: '\e016';
}
.vcv-ui-icon-openiconic-ban:before {
  content: '\e017';
}
.vcv-ui-icon-openiconic-bar-chart:before {
  content: '\e018';
}
.vcv-ui-icon-openiconic-basket:before {
  content: '\e019';
}
.vcv-ui-icon-openiconic-battery-empty:before {
  content: '\e01a';
}
.vcv-ui-icon-openiconic-battery-full:before {
  content: '\e01b';
}
.vcv-ui-icon-openiconic-beaker:before {
  content: '\e01c';
}
.vcv-ui-icon-openiconic-bell:before {
  content: '\e01d';
}
.vcv-ui-icon-openiconic-bluetooth:before {
  content: '\e01e';
}
.vcv-ui-icon-openiconic-bold:before {
  content: '\e01f';
}
.vcv-ui-icon-openiconic-bolt:before {
  content: '\e020';
}
.vcv-ui-icon-openiconic-book:before {
  content: '\e021';
}
.vcv-ui-icon-openiconic-bookmark:before {
  content: '\e022';
}
.vcv-ui-icon-openiconic-box:before {
  content: '\e023';
}
.vcv-ui-icon-openiconic-briefcase:before {
  content: '\e024';
}
.vcv-ui-icon-openiconic-british-pound:before {
  content: '\e025';
}
.vcv-ui-icon-openiconic-browser:before {
  content: '\e026';
}
.vcv-ui-icon-openiconic-brush:before {
  content: '\e027';
}
.vcv-ui-icon-openiconic-bug:before {
  content: '\e028';
}
.vcv-ui-icon-openiconic-bullhorn:before {
  content: '\e029';
}
.vcv-ui-icon-openiconic-calculator:before {
  content: '\e02a';
}
.vcv-ui-icon-openiconic-calendar:before {
  content: '\e02b';
}
.vcv-ui-icon-openiconic-camera-slr:before {
  content: '\e02c';
}
.vcv-ui-icon-openiconic-caret-bottom:before {
  content: '\e02d';
}
.vcv-ui-icon-openiconic-caret-left:before {
  content: '\e02e';
}
.vcv-ui-icon-openiconic-caret-right:before {
  content: '\e02f';
}
.vcv-ui-icon-openiconic-caret-top:before {
  content: '\e030';
}
.vcv-ui-icon-openiconic-cart:before {
  content: '\e031';
}
.vcv-ui-icon-openiconic-chat:before {
  content: '\e032';
}
.vcv-ui-icon-openiconic-check:before {
  content: '\e033';
}
.vcv-ui-icon-openiconic-chevron-bottom:before {
  content: '\e034';
}
.vcv-ui-icon-openiconic-chevron-left:before {
  content: '\e035';
}
.vcv-ui-icon-openiconic-chevron-right:before {
  content: '\e036';
}
.vcv-ui-icon-openiconic-chevron-top:before {
  content: '\e037';
}
.vcv-ui-icon-openiconic-circle-check:before {
  content: '\e038';
}
.vcv-ui-icon-openiconic-circle-x:before {
  content: '\e039';
}
.vcv-ui-icon-openiconic-clipboard:before {
  content: '\e03a';
}
.vcv-ui-icon-openiconic-clock:before {
  content: '\e03b';
}
.vcv-ui-icon-openiconic-cloud-download:before {
  content: '\e03c';
}
.vcv-ui-icon-openiconic-cloud-upload:before {
  content: '\e03d';
}
.vcv-ui-icon-openiconic-cloud:before {
  content: '\e03e';
}
.vcv-ui-icon-openiconic-cloudy:before {
  content: '\e03f';
}
.vcv-ui-icon-openiconic-code:before {
  content: '\e040';
}
.vcv-ui-icon-openiconic-cog:before {
  content: '\e041';
}
.vcv-ui-icon-openiconic-collapse-down:before {
  content: '\e042';
}
.vcv-ui-icon-openiconic-collapse-left:before {
  content: '\e043';
}
.vcv-ui-icon-openiconic-collapse-right:before {
  content: '\e044';
}
.vcv-ui-icon-openiconic-collapse-up:before {
  content: '\e045';
}
.vcv-ui-icon-openiconic-command:before {
  content: '\e046';
}
.vcv-ui-icon-openiconic-comment-square:before {
  content: '\e047';
}
.vcv-ui-icon-openiconic-compass:before {
  content: '\e048';
}
.vcv-ui-icon-openiconic-contrast:before {
  content: '\e049';
}
.vcv-ui-icon-openiconic-copywriting:before {
  content: '\e04a';
}
.vcv-ui-icon-openiconic-credit-card:before {
  content: '\e04b';
}
.vcv-ui-icon-openiconic-crop:before {
  content: '\e04c';
}
.vcv-ui-icon-openiconic-dashboard:before {
  content: '\e04d';
}
.vcv-ui-icon-openiconic-data-transfer-download:before {
  content: '\e04e';
}
.vcv-ui-icon-openiconic-data-transfer-upload:before {
  content: '\e04f';
}
.vcv-ui-icon-openiconic-delete:before {
  content: '\e050';
}
.vcv-ui-icon-openiconic-dial:before {
  content: '\e051';
}
.vcv-ui-icon-openiconic-document:before {
  content: '\e052';
}
.vcv-ui-icon-openiconic-dollar:before {
  content: '\e053';
}
.vcv-ui-icon-openiconic-double-quote-sans-left:before {
  content: '\e054';
}
.vcv-ui-icon-openiconic-double-quote-sans-right:before {
  content: '\e055';
}
.vcv-ui-icon-openiconic-double-quote-serif-left:before {
  content: '\e056';
}
.vcv-ui-icon-openiconic-double-quote-serif-right:before {
  content: '\e057';
}
.vcv-ui-icon-openiconic-droplet:before {
  content: '\e058';
}
.vcv-ui-icon-openiconic-eject:before {
  content: '\e059';
}
.vcv-ui-icon-openiconic-elevator:before {
  content: '\e05a';
}
.vcv-ui-icon-openiconic-ellipses:before {
  content: '\e05b';
}
.vcv-ui-icon-openiconic-envelope-closed:before {
  content: '\e05c';
}
.vcv-ui-icon-openiconic-envelope-open:before {
  content: '\e05d';
}
.vcv-ui-icon-openiconic-euro:before {
  content: '\e05e';
}
.vcv-ui-icon-openiconic-excerpt:before {
  content: '\e05f';
}
.vcv-ui-icon-openiconic-expand-down:before {
  content: '\e060';
}
.vcv-ui-icon-openiconic-expand-left:before {
  content: '\e061';
}
.vcv-ui-icon-openiconic-expand-right:before {
  content: '\e062';
}
.vcv-ui-icon-openiconic-expand-up:before {
  content: '\e063';
}
.vcv-ui-icon-openiconic-external-link:before {
  content: '\e064';
}
.vcv-ui-icon-openiconic-eye:before {
  content: '\e065';
}
.vcv-ui-icon-openiconic-eyedropper:before {
  content: '\e066';
}
.vcv-ui-icon-openiconic-file:before {
  content: '\e067';
}
.vcv-ui-icon-openiconic-fire:before {
  content: '\e068';
}
.vcv-ui-icon-openiconic-flag:before {
  content: '\e069';
}
.vcv-ui-icon-openiconic-flash:before {
  content: '\e06a';
}
.vcv-ui-icon-openiconic-folder:before {
  content: '\e06b';
}
.vcv-ui-icon-openiconic-fork:before {
  content: '\e06c';
}
.vcv-ui-icon-openiconic-fullscreen-enter:before {
  content: '\e06d';
}
.vcv-ui-icon-openiconic-fullscreen-exit:before {
  content: '\e06e';
}
.vcv-ui-icon-openiconic-globe:before {
  content: '\e06f';
}
.vcv-ui-icon-openiconic-graph:before {
  content: '\e070';
}
.vcv-ui-icon-openiconic-grid-four-up:before {
  content: '\e071';
}
.vcv-ui-icon-openiconic-grid-three-up:before {
  content: '\e072';
}
.vcv-ui-icon-openiconic-grid-two-up:before {
  content: '\e073';
}
.vcv-ui-icon-openiconic-hard-drive:before {
  content: '\e074';
}
.vcv-ui-icon-openiconic-header:before {
  content: '\e075';
}
.vcv-ui-icon-openiconic-headphones:before {
  content: '\e076';
}
.vcv-ui-icon-openiconic-heart:before {
  content: '\e077';
}
.vcv-ui-icon-openiconic-home:before {
  content: '\e078';
}
.vcv-ui-icon-openiconic-image:before {
  content: '\e079';
}
.vcv-ui-icon-openiconic-inbox:before {
  content: '\e07a';
}
.vcv-ui-icon-openiconic-infinity:before {
  content: '\e07b';
}
.vcv-ui-icon-openiconic-info:before {
  content: '\e07c';
}
.vcv-ui-icon-openiconic-italic:before {
  content: '\e07d';
}
.vcv-ui-icon-openiconic-justify-center:before {
  content: '\e07e';
}
.vcv-ui-icon-openiconic-justify-left:before {
  content: '\e07f';
}
.vcv-ui-icon-openiconic-justify-right:before {
  content: '\e080';
}
.vcv-ui-icon-openiconic-key:before {
  content: '\e081';
}
.vcv-ui-icon-openiconic-laptop:before {
  content: '\e082';
}
.vcv-ui-icon-openiconic-layers:before {
  content: '\e083';
}
.vcv-ui-icon-openiconic-lightbulb:before {
  content: '\e084';
}
.vcv-ui-icon-openiconic-link-broken:before {
  content: '\e085';
}
.vcv-ui-icon-openiconic-link-intact:before {
  content: '\e086';
}
.vcv-ui-icon-openiconic-list-rich:before {
  content: '\e087';
}
.vcv-ui-icon-openiconic-list:before {
  content: '\e088';
}
.vcv-ui-icon-openiconic-location:before {
  content: '\e089';
}
.vcv-ui-icon-openiconic-lock-locked:before {
  content: '\e08a';
}
.vcv-ui-icon-openiconic-lock-unlocked:before {
  content: '\e08b';
}
.vcv-ui-icon-openiconic-loop-circular:before {
  content: '\e08c';
}
.vcv-ui-icon-openiconic-loop-square:before {
  content: '\e08d';
}
.vcv-ui-icon-openiconic-loop:before {
  content: '\e08e';
}
.vcv-ui-icon-openiconic-magnifying-glass:before {
  content: '\e08f';
}
.vcv-ui-icon-openiconic-map-marker:before {
  content: '\e090';
}
.vcv-ui-icon-openiconic-map:before {
  content: '\e091';
}
.vcv-ui-icon-openiconic-media-pause:before {
  content: '\e092';
}
.vcv-ui-icon-openiconic-media-play:before {
  content: '\e093';
}
.vcv-ui-icon-openiconic-media-record:before {
  content: '\e094';
}
.vcv-ui-icon-openiconic-media-skip-backward:before {
  content: '\e095';
}
.vcv-ui-icon-openiconic-media-skip-forward:before {
  content: '\e096';
}
.vcv-ui-icon-openiconic-media-step-backward:before {
  content: '\e097';
}
.vcv-ui-icon-openiconic-media-step-forward:before {
  content: '\e098';
}
.vcv-ui-icon-openiconic-media-stop:before {
  content: '\e099';
}
.vcv-ui-icon-openiconic-medical-cross:before {
  content: '\e09a';
}
.vcv-ui-icon-openiconic-menu:before {
  content: '\e09b';
}
.vcv-ui-icon-openiconic-microphone:before {
  content: '\e09c';
}
.vcv-ui-icon-openiconic-minus:before {
  content: '\e09d';
}
.vcv-ui-icon-openiconic-monitor:before {
  content: '\e09e';
}
.vcv-ui-icon-openiconic-moon:before {
  content: '\e09f';
}
.vcv-ui-icon-openiconic-move:before {
  content: '\e0a0';
}
.vcv-ui-icon-openiconic-musical-note:before {
  content: '\e0a1';
}
.vcv-ui-icon-openiconic-paperclip:before {
  content: '\e0a2';
}
.vcv-ui-icon-openiconic-pencil:before {
  content: '\e0a3';
}
.vcv-ui-icon-openiconic-people:before {
  content: '\e0a4';
}
.vcv-ui-icon-openiconic-person:before {
  content: '\e0a5';
}
.vcv-ui-icon-openiconic-phone:before {
  content: '\e0a6';
}
.vcv-ui-icon-openiconic-pie-chart:before {
  content: '\e0a7';
}
.vcv-ui-icon-openiconic-pin:before {
  content: '\e0a8';
}
.vcv-ui-icon-openiconic-play-circle:before {
  content: '\e0a9';
}
.vcv-ui-icon-openiconic-plus:before {
  content: '\e0aa';
}
.vcv-ui-icon-openiconic-power-standby:before {
  content: '\e0ab';
}
.vcv-ui-icon-openiconic-print:before {
  content: '\e0ac';
}
.vcv-ui-icon-openiconic-project:before {
  content: '\e0ad';
}
.vcv-ui-icon-openiconic-pulse:before {
  content: '\e0ae';
}
.vcv-ui-icon-openiconic-puzzle-piece:before {
  content: '\e0af';
}
.vcv-ui-icon-openiconic-question-mark:before {
  content: '\e0b0';
}
.vcv-ui-icon-openiconic-rain:before {
  content: '\e0b1';
}
.vcv-ui-icon-openiconic-random:before {
  content: '\e0b2';
}
.vcv-ui-icon-openiconic-reload:before {
  content: '\e0b3';
}
.vcv-ui-icon-openiconic-resize-both:before {
  content: '\e0b4';
}
.vcv-ui-icon-openiconic-resize-height:before {
  content: '\e0b5';
}
.vcv-ui-icon-openiconic-resize-width:before {
  content: '\e0b6';
}
.vcv-ui-icon-openiconic-rss-alt:before {
  content: '\e0b7';
}
.vcv-ui-icon-openiconic-rss:before {
  content: '\e0b8';
}
.vcv-ui-icon-openiconic-script:before {
  content: '\e0b9';
}
.vcv-ui-icon-openiconic-share-boxed:before {
  content: '\e0ba';
}
.vcv-ui-icon-openiconic-share:before {
  content: '\e0bb';
}
.vcv-ui-icon-openiconic-shield:before {
  content: '\e0bc';
}
.vcv-ui-icon-openiconic-signal:before {
  content: '\e0bd';
}
.vcv-ui-icon-openiconic-signpost:before {
  content: '\e0be';
}
.vcv-ui-icon-openiconic-sort-ascending:before {
  content: '\e0bf';
}
.vcv-ui-icon-openiconic-sort-descending:before {
  content: '\e0c0';
}
.vcv-ui-icon-openiconic-spreadsheet:before {
  content: '\e0c1';
}
.vcv-ui-icon-openiconic-star:before {
  content: '\e0c2';
}
.vcv-ui-icon-openiconic-sun:before {
  content: '\e0c3';
}
.vcv-ui-icon-openiconic-tablet:before {
  content: '\e0c4';
}
.vcv-ui-icon-openiconic-tag:before {
  content: '\e0c5';
}
.vcv-ui-icon-openiconic-tags:before {
  content: '\e0c6';
}
.vcv-ui-icon-openiconic-target:before {
  content: '\e0c7';
}
.vcv-ui-icon-openiconic-task:before {
  content: '\e0c8';
}
.vcv-ui-icon-openiconic-terminal:before {
  content: '\e0c9';
}
.vcv-ui-icon-openiconic-text:before {
  content: '\e0ca';
}
.vcv-ui-icon-openiconic-thumb-down:before {
  content: '\e0cb';
}
.vcv-ui-icon-openiconic-thumb-up:before {
  content: '\e0cc';
}
.vcv-ui-icon-openiconic-timer:before {
  content: '\e0cd';
}
.vcv-ui-icon-openiconic-transfer:before {
  content: '\e0ce';
}
.vcv-ui-icon-openiconic-trash:before {
  content: '\e0cf';
}
.vcv-ui-icon-openiconic-underline:before {
  content: '\e0d0';
}
.vcv-ui-icon-openiconic-vertical-align-bottom:before {
  content: '\e0d1';
}
.vcv-ui-icon-openiconic-vertical-align-center:before {
  content: '\e0d2';
}
.vcv-ui-icon-openiconic-vertical-align-top:before {
  content: '\e0d3';
}
.vcv-ui-icon-openiconic-video:before {
  content: '\e0d4';
}
.vcv-ui-icon-openiconic-volume-high:before {
  content: '\e0d5';
}
.vcv-ui-icon-openiconic-volume-low:before {
  content: '\e0d6';
}
.vcv-ui-icon-openiconic-volume-off:before {
  content: '\e0d7';
}
.vcv-ui-icon-openiconic-warning:before {
  content: '\e0d8';
}
.vcv-ui-icon-openiconic-wifi:before {
  content: '\e0d9';
}
.vcv-ui-icon-openiconic-wrench:before {
  content: '\e0da';
}
.vcv-ui-icon-openiconic-x:before {
  content: '\e0db';
}
.vcv-ui-icon-openiconic-yen:before {
  content: '\e0dc';
}
.vcv-ui-icon-openiconic-zoom-in:before {
  content: '\e0dd';
}
.vcv-ui-icon-openiconic-zoom-out:before {
  content: '\e0de';
}
@font-face {
  font-family: 'typicons';
  src: url('vcv-typicons-2.0.7/fonts/typicons.ttf') format('truetype'), url('vcv-typicons-2.0.7/fonts/typicons.woff') format('woff'), url('vcv-typicons-2.0.7/fonts/typicons.svg#typicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.typcn:before {
  font-family: 'typicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.typcn-adjust-brightness:before {
  content: '\e000';
}
.typcn-adjust-contrast:before {
  content: '\e001';
}
.typcn-anchor-outline:before {
  content: '\e002';
}
.typcn-anchor:before {
  content: '\e003';
}
.typcn-archive:before {
  content: '\e004';
}
.typcn-arrow-back-outline:before {
  content: '\e005';
}
.typcn-arrow-back:before {
  content: '\e006';
}
.typcn-arrow-down-outline:before {
  content: '\e007';
}
.typcn-arrow-down-thick:before {
  content: '\e008';
}
.typcn-arrow-down:before {
  content: '\e009';
}
.typcn-arrow-forward-outline:before {
  content: '\e00a';
}
.typcn-arrow-forward:before {
  content: '\e00b';
}
.typcn-arrow-left-outline:before {
  content: '\e00c';
}
.typcn-arrow-left-thick:before {
  content: '\e00d';
}
.typcn-arrow-left:before {
  content: '\e00e';
}
.typcn-arrow-loop-outline:before {
  content: '\e00f';
}
.typcn-arrow-loop:before {
  content: '\e010';
}
.typcn-arrow-maximise-outline:before {
  content: '\e011';
}
.typcn-arrow-maximise:before {
  content: '\e012';
}
.typcn-arrow-minimise-outline:before {
  content: '\e013';
}
.typcn-arrow-minimise:before {
  content: '\e014';
}
.typcn-arrow-move-outline:before {
  content: '\e015';
}
.typcn-arrow-move:before {
  content: '\e016';
}
.typcn-arrow-repeat-outline:before {
  content: '\e017';
}
.typcn-arrow-repeat:before {
  content: '\e018';
}
.typcn-arrow-right-outline:before {
  content: '\e019';
}
.typcn-arrow-right-thick:before {
  content: '\e01a';
}
.typcn-arrow-right:before {
  content: '\e01b';
}
.typcn-arrow-shuffle:before {
  content: '\e01c';
}
.typcn-arrow-sorted-down:before {
  content: '\e01d';
}
.typcn-arrow-sorted-up:before {
  content: '\e01e';
}
.typcn-arrow-sync-outline:before {
  content: '\e01f';
}
.typcn-arrow-sync:before {
  content: '\e020';
}
.typcn-arrow-unsorted:before {
  content: '\e021';
}
.typcn-arrow-up-outline:before {
  content: '\e022';
}
.typcn-arrow-up-thick:before {
  content: '\e023';
}
.typcn-arrow-up:before {
  content: '\e024';
}
.typcn-at:before {
  content: '\e025';
}
.typcn-attachment-outline:before {
  content: '\e026';
}
.typcn-attachment:before {
  content: '\e027';
}
.typcn-backspace-outline:before {
  content: '\e028';
}
.typcn-backspace:before {
  content: '\e029';
}
.typcn-battery-charge:before {
  content: '\e02a';
}
.typcn-battery-full:before {
  content: '\e02b';
}
.typcn-battery-high:before {
  content: '\e02c';
}
.typcn-battery-low:before {
  content: '\e02d';
}
.typcn-battery-mid:before {
  content: '\e02e';
}
.typcn-beaker:before {
  content: '\e02f';
}
.typcn-beer:before {
  content: '\e030';
}
.typcn-bell:before {
  content: '\e031';
}
.typcn-book:before {
  content: '\e032';
}
.typcn-bookmark:before {
  content: '\e033';
}
.typcn-briefcase:before {
  content: '\e034';
}
.typcn-brush:before {
  content: '\e035';
}
.typcn-business-card:before {
  content: '\e036';
}
.typcn-calculator:before {
  content: '\e037';
}
.typcn-calendar-outline:before {
  content: '\e038';
}
.typcn-calendar:before {
  content: '\e039';
}
.typcn-camera-outline:before {
  content: '\e03a';
}
.typcn-camera:before {
  content: '\e03b';
}
.typcn-cancel-outline:before {
  content: '\e03c';
}
.typcn-cancel:before {
  content: '\e03d';
}
.typcn-chart-area-outline:before {
  content: '\e03e';
}
.typcn-chart-area:before {
  content: '\e03f';
}
.typcn-chart-bar-outline:before {
  content: '\e040';
}
.typcn-chart-bar:before {
  content: '\e041';
}
.typcn-chart-line-outline:before {
  content: '\e042';
}
.typcn-chart-line:before {
  content: '\e043';
}
.typcn-chart-pie-outline:before {
  content: '\e044';
}
.typcn-chart-pie:before {
  content: '\e045';
}
.typcn-chevron-left-outline:before {
  content: '\e046';
}
.typcn-chevron-left:before {
  content: '\e047';
}
.typcn-chevron-right-outline:before {
  content: '\e048';
}
.typcn-chevron-right:before {
  content: '\e049';
}
.typcn-clipboard:before {
  content: '\e04a';
}
.typcn-cloud-storage:before {
  content: '\e04b';
}
.typcn-cloud-storage-outline:before {
  content: '\e054';
}
.typcn-code-outline:before {
  content: '\e04c';
}
.typcn-code:before {
  content: '\e04d';
}
.typcn-coffee:before {
  content: '\e04e';
}
.typcn-cog-outline:before {
  content: '\e04f';
}
.typcn-cog:before {
  content: '\e050';
}
.typcn-compass:before {
  content: '\e051';
}
.typcn-contacts:before {
  content: '\e052';
}
.typcn-credit-card:before {
  content: '\e053';
}
.typcn-css3:before {
  content: '\e055';
}
.typcn-database:before {
  content: '\e056';
}
.typcn-delete-outline:before {
  content: '\e057';
}
.typcn-delete:before {
  content: '\e058';
}
.typcn-device-desktop:before {
  content: '\e059';
}
.typcn-device-laptop:before {
  content: '\e05a';
}
.typcn-device-phone:before {
  content: '\e05b';
}
.typcn-device-tablet:before {
  content: '\e05c';
}
.typcn-directions:before {
  content: '\e05d';
}
.typcn-divide-outline:before {
  content: '\e05e';
}
.typcn-divide:before {
  content: '\e05f';
}
.typcn-document-add:before {
  content: '\e060';
}
.typcn-document-delete:before {
  content: '\e061';
}
.typcn-document-text:before {
  content: '\e062';
}
.typcn-document:before {
  content: '\e063';
}
.typcn-download-outline:before {
  content: '\e064';
}
.typcn-download:before {
  content: '\e065';
}
.typcn-dropbox:before {
  content: '\e066';
}
.typcn-edit:before {
  content: '\e067';
}
.typcn-eject-outline:before {
  content: '\e068';
}
.typcn-eject:before {
  content: '\e069';
}
.typcn-equals-outline:before {
  content: '\e06a';
}
.typcn-equals:before {
  content: '\e06b';
}
.typcn-export-outline:before {
  content: '\e06c';
}
.typcn-export:before {
  content: '\e06d';
}
.typcn-eye-outline:before {
  content: '\e06e';
}
.typcn-eye:before {
  content: '\e06f';
}
.typcn-feather:before {
  content: '\e070';
}
.typcn-film:before {
  content: '\e071';
}
.typcn-filter:before {
  content: '\e072';
}
.typcn-flag-outline:before {
  content: '\e073';
}
.typcn-flag:before {
  content: '\e074';
}
.typcn-flash-outline:before {
  content: '\e075';
}
.typcn-flash:before {
  content: '\e076';
}
.typcn-flow-children:before {
  content: '\e077';
}
.typcn-flow-merge:before {
  content: '\e078';
}
.typcn-flow-parallel:before {
  content: '\e079';
}
.typcn-flow-switch:before {
  content: '\e07a';
}
.typcn-folder-add:before {
  content: '\e07b';
}
.typcn-folder-delete:before {
  content: '\e07c';
}
.typcn-folder-open:before {
  content: '\e07d';
}
.typcn-folder:before {
  content: '\e07e';
}
.typcn-gift:before {
  content: '\e07f';
}
.typcn-globe-outline:before {
  content: '\e080';
}
.typcn-globe:before {
  content: '\e081';
}
.typcn-group-outline:before {
  content: '\e082';
}
.typcn-group:before {
  content: '\e083';
}
.typcn-headphones:before {
  content: '\e084';
}
.typcn-heart-full-outline:before {
  content: '\e085';
}
.typcn-heart-half-outline:before {
  content: '\e086';
}
.typcn-heart-outline:before {
  content: '\e087';
}
.typcn-heart:before {
  content: '\e088';
}
.typcn-home-outline:before {
  content: '\e089';
}
.typcn-home:before {
  content: '\e08a';
}
.typcn-html5:before {
  content: '\e08b';
}
.typcn-image-outline:before {
  content: '\e08c';
}
.typcn-image:before {
  content: '\e08d';
}
.typcn-infinity-outline:before {
  content: '\e08e';
}
.typcn-infinity:before {
  content: '\e08f';
}
.typcn-info-large-outline:before {
  content: '\e090';
}
.typcn-info-large:before {
  content: '\e091';
}
.typcn-info-outline:before {
  content: '\e092';
}
.typcn-info:before {
  content: '\e093';
}
.typcn-input-checked-outline:before {
  content: '\e094';
}
.typcn-input-checked:before {
  content: '\e095';
}
.typcn-key-outline:before {
  content: '\e096';
}
.typcn-key:before {
  content: '\e097';
}
.typcn-keyboard:before {
  content: '\e098';
}
.typcn-leaf:before {
  content: '\e099';
}
.typcn-lightbulb:before {
  content: '\e09a';
}
.typcn-link-outline:before {
  content: '\e09b';
}
.typcn-link:before {
  content: '\e09c';
}
.typcn-location-arrow-outline:before {
  content: '\e09d';
}
.typcn-location-arrow:before {
  content: '\e09e';
}
.typcn-location-outline:before {
  content: '\e09f';
}
.typcn-location:before {
  content: '\e0a0';
}
.typcn-lock-closed-outline:before {
  content: '\e0a1';
}
.typcn-lock-closed:before {
  content: '\e0a2';
}
.typcn-lock-open-outline:before {
  content: '\e0a3';
}
.typcn-lock-open:before {
  content: '\e0a4';
}
.typcn-mail:before {
  content: '\e0a5';
}
.typcn-map:before {
  content: '\e0a6';
}
.typcn-media-eject-outline:before {
  content: '\e0a7';
}
.typcn-media-eject:before {
  content: '\e0a8';
}
.typcn-media-fast-forward-outline:before {
  content: '\e0a9';
}
.typcn-media-fast-forward:before {
  content: '\e0aa';
}
.typcn-media-pause-outline:before {
  content: '\e0ab';
}
.typcn-media-pause:before {
  content: '\e0ac';
}
.typcn-media-play-outline:before {
  content: '\e0ad';
}
.typcn-media-play-reverse-outline:before {
  content: '\e0ae';
}
.typcn-media-play-reverse:before {
  content: '\e0af';
}
.typcn-media-play:before {
  content: '\e0b0';
}
.typcn-media-record-outline:before {
  content: '\e0b1';
}
.typcn-media-record:before {
  content: '\e0b2';
}
.typcn-media-rewind-outline:before {
  content: '\e0b3';
}
.typcn-media-rewind:before {
  content: '\e0b4';
}
.typcn-media-stop-outline:before {
  content: '\e0b5';
}
.typcn-media-stop:before {
  content: '\e0b6';
}
.typcn-message-typing:before {
  content: '\e0b7';
}
.typcn-message:before {
  content: '\e0b8';
}
.typcn-messages:before {
  content: '\e0b9';
}
.typcn-microphone-outline:before {
  content: '\e0ba';
}
.typcn-microphone:before {
  content: '\e0bb';
}
.typcn-minus-outline:before {
  content: '\e0bc';
}
.typcn-minus:before {
  content: '\e0bd';
}
.typcn-mortar-board:before {
  content: '\e0be';
}
.typcn-news:before {
  content: '\e0bf';
}
.typcn-notes-outline:before {
  content: '\e0c0';
}
.typcn-notes:before {
  content: '\e0c1';
}
.typcn-pen:before {
  content: '\e0c2';
}
.typcn-pencil:before {
  content: '\e0c3';
}
.typcn-phone-outline:before {
  content: '\e0c4';
}
.typcn-phone:before {
  content: '\e0c5';
}
.typcn-pi-outline:before {
  content: '\e0c6';
}
.typcn-pi:before {
  content: '\e0c7';
}
.typcn-pin-outline:before {
  content: '\e0c8';
}
.typcn-pin:before {
  content: '\e0c9';
}
.typcn-pipette:before {
  content: '\e0ca';
}
.typcn-plane-outline:before {
  content: '\e0cb';
}
.typcn-plane:before {
  content: '\e0cc';
}
.typcn-plug:before {
  content: '\e0cd';
}
.typcn-plus-outline:before {
  content: '\e0ce';
}
.typcn-plus:before {
  content: '\e0cf';
}
.typcn-point-of-interest-outline:before {
  content: '\e0d0';
}
.typcn-point-of-interest:before {
  content: '\e0d1';
}
.typcn-power-outline:before {
  content: '\e0d2';
}
.typcn-power:before {
  content: '\e0d3';
}
.typcn-printer:before {
  content: '\e0d4';
}
.typcn-puzzle-outline:before {
  content: '\e0d5';
}
.typcn-puzzle:before {
  content: '\e0d6';
}
.typcn-radar-outline:before {
  content: '\e0d7';
}
.typcn-radar:before {
  content: '\e0d8';
}
.typcn-refresh-outline:before {
  content: '\e0d9';
}
.typcn-refresh:before {
  content: '\e0da';
}
.typcn-rss-outline:before {
  content: '\e0db';
}
.typcn-rss:before {
  content: '\e0dc';
}
.typcn-scissors-outline:before {
  content: '\e0dd';
}
.typcn-scissors:before {
  content: '\e0de';
}
.typcn-shopping-bag:before {
  content: '\e0df';
}
.typcn-shopping-cart:before {
  content: '\e0e0';
}
.typcn-social-at-circular:before {
  content: '\e0e1';
}
.typcn-social-dribbble-circular:before {
  content: '\e0e2';
}
.typcn-social-dribbble:before {
  content: '\e0e3';
}
.typcn-social-facebook-circular:before {
  content: '\e0e4';
}
.typcn-social-facebook:before {
  content: '\e0e5';
}
.typcn-social-flickr-circular:before {
  content: '\e0e6';
}
.typcn-social-flickr:before {
  content: '\e0e7';
}
.typcn-social-github-circular:before {
  content: '\e0e8';
}
.typcn-social-github:before {
  content: '\e0e9';
}
.typcn-social-google-plus-circular:before {
  content: '\e0ea';
}
.typcn-social-google-plus:before {
  content: '\e0eb';
}
.typcn-social-instagram-circular:before {
  content: '\e0ec';
}
.typcn-social-instagram:before {
  content: '\e0ed';
}
.typcn-social-last-fm-circular:before {
  content: '\e0ee';
}
.typcn-social-last-fm:before {
  content: '\e0ef';
}
.typcn-social-linkedin-circular:before {
  content: '\e0f0';
}
.typcn-social-linkedin:before {
  content: '\e0f1';
}
.typcn-social-pinterest-circular:before {
  content: '\e0f2';
}
.typcn-social-pinterest:before {
  content: '\e0f3';
}
.typcn-social-skype-outline:before {
  content: '\e0f4';
}
.typcn-social-skype:before {
  content: '\e0f5';
}
.typcn-social-tumbler-circular:before {
  content: '\e0f6';
}
.typcn-social-tumbler:before {
  content: '\e0f7';
}
.typcn-social-twitter-circular:before {
  content: '\e0f8';
}
.typcn-social-twitter:before {
  content: '\e0f9';
}
.typcn-social-vimeo-circular:before {
  content: '\e0fa';
}
.typcn-social-vimeo:before {
  content: '\e0fb';
}
.typcn-social-youtube-circular:before {
  content: '\e0fc';
}
.typcn-social-youtube:before {
  content: '\e0fd';
}
.typcn-sort-alphabetically-outline:before {
  content: '\e0fe';
}
.typcn-sort-alphabetically:before {
  content: '\e0ff';
}
.typcn-sort-numerically-outline:before {
  content: '\e100';
}
.typcn-sort-numerically:before {
  content: '\e101';
}
.typcn-spanner-outline:before {
  content: '\e102';
}
.typcn-spanner:before {
  content: '\e103';
}
.typcn-spiral:before {
  content: '\e104';
}
.typcn-star-full-outline:before {
  content: '\e105';
}
.typcn-star-half-outline:before {
  content: '\e106';
}
.typcn-star-half:before {
  content: '\e107';
}
.typcn-star-outline:before {
  content: '\e108';
}
.typcn-star:before {
  content: '\e109';
}
.typcn-starburst-outline:before {
  content: '\e10a';
}
.typcn-starburst:before {
  content: '\e10b';
}
.typcn-stopwatch:before {
  content: '\e10c';
}
.typcn-support:before {
  content: '\e10d';
}
.typcn-tabs-outline:before {
  content: '\e10e';
}
.typcn-tag:before {
  content: '\e10f';
}
.typcn-tags:before {
  content: '\e110';
}
.typcn-th-large-outline:before {
  content: '\e111';
}
.typcn-th-large:before {
  content: '\e112';
}
.typcn-th-list-outline:before {
  content: '\e113';
}
.typcn-th-list:before {
  content: '\e114';
}
.typcn-th-menu-outline:before {
  content: '\e115';
}
.typcn-th-menu:before {
  content: '\e116';
}
.typcn-th-small-outline:before {
  content: '\e117';
}
.typcn-th-small:before {
  content: '\e118';
}
.typcn-thermometer:before {
  content: '\e119';
}
.typcn-thumbs-down:before {
  content: '\e11a';
}
.typcn-thumbs-ok:before {
  content: '\e11b';
}
.typcn-thumbs-up:before {
  content: '\e11c';
}
.typcn-tick-outline:before {
  content: '\e11d';
}
.typcn-tick:before {
  content: '\e11e';
}
.typcn-ticket:before {
  content: '\e11f';
}
.typcn-time:before {
  content: '\e120';
}
.typcn-times-outline:before {
  content: '\e121';
}
.typcn-times:before {
  content: '\e122';
}
.typcn-trash:before {
  content: '\e123';
}
.typcn-tree:before {
  content: '\e124';
}
.typcn-upload-outline:before {
  content: '\e125';
}
.typcn-upload:before {
  content: '\e126';
}
.typcn-user-add-outline:before {
  content: '\e127';
}
.typcn-user-add:before {
  content: '\e128';
}
.typcn-user-delete-outline:before {
  content: '\e129';
}
.typcn-user-delete:before {
  content: '\e12a';
}
.typcn-user-outline:before {
  content: '\e12b';
}
.typcn-user:before {
  content: '\e12c';
}
.typcn-vendor-android:before {
  content: '\e12d';
}
.typcn-vendor-apple:before {
  content: '\e12e';
}
.typcn-vendor-microsoft:before {
  content: '\e12f';
}
.typcn-video-outline:before {
  content: '\e130';
}
.typcn-video:before {
  content: '\e131';
}
.typcn-volume-down:before {
  content: '\e132';
}
.typcn-volume-mute:before {
  content: '\e133';
}
.typcn-volume-up:before {
  content: '\e134';
}
.typcn-volume:before {
  content: '\e135';
}
.typcn-warning-outline:before {
  content: '\e136';
}
.typcn-warning:before {
  content: '\e137';
}
.typcn-watch:before {
  content: '\e138';
}
.typcn-waves-outline:before {
  content: '\e139';
}
.typcn-waves:before {
  content: '\e13a';
}
.typcn-weather-cloudy:before {
  content: '\e13b';
}
.typcn-weather-downpour:before {
  content: '\e13c';
}
.typcn-weather-night:before {
  content: '\e13d';
}
.typcn-weather-partly-sunny:before {
  content: '\e13e';
}
.typcn-weather-shower:before {
  content: '\e13f';
}
.typcn-weather-snow:before {
  content: '\e140';
}
.typcn-weather-stormy:before {
  content: '\e141';
}
.typcn-weather-sunny:before {
  content: '\e142';
}
.typcn-weather-windy-cloudy:before {
  content: '\e143';
}
.typcn-weather-windy:before {
  content: '\e144';
}
.typcn-wi-fi-outline:before {
  content: '\e145';
}
.typcn-wi-fi:before {
  content: '\e146';
}
.typcn-wine:before {
  content: '\e147';
}
.typcn-world-outline:before {
  content: '\e148';
}
.typcn-world:before {
  content: '\e149';
}
.typcn-zoom-in-outline:before {
  content: '\e14a';
}
.typcn-zoom-in:before {
  content: '\e14b';
}
.typcn-zoom-out-outline:before {
  content: '\e14c';
}
.typcn-zoom-out:before {
  content: '\e14d';
}
.typcn-zoom-outline:before {
  content: '\e14e';
}
.typcn-zoom:before {
  content: '\e14f';
}
