/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

 @font-face{
	font-family: 'FontIcons';
	src: url('../fonts/FontIcons.eot?v=2.0.0.6');
	src: url('../fonts/FontIcons.eot?#iefix&v=2.0.0.6') format('embedded-opentype'), url('../fonts/FontIcons.woff?v=2.0.0.6') format('woff'), url('../fonts/FontIcons.ttf?v=2.0.0.6') format('truetype'), url('../fonts/FontIcons.svg?v=2.0.0.6#fonticonsregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/fa-brands-400.eot");
	src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/fa-regular-400.eot");
	src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("../fonts/fa-solid-900.eot");
	src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}


/* Font Icon */
[class^="icon-"],
[class*=" icon-"]{
	display: inline-block;
	font-family: FontIcons;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Font Awesome Brands */
[class^="iconb-"],
[class*=" iconb-"]{
	display: inline-block;
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Font Awesome Regular */
[class^="iconr-"],
[class*=" iconr-"]{
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Font Awesome Solid */
[class^="icons-"],
[class*=" icons-"]{
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="iconb-"]:before,
[class*=" iconb-"]:before,
[class^="iconr-"]:before,
[class*=" iconr-"]:before,
[class^="icons-"]:before,
[class*=" icons-"]:before{
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}

.icon{
	display: inline-block;
	font: normal normal normal 14px/1 FontIcons;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.icon-lg{
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.icon-1x{
	font-size: 1em;
}
.icon-2x{
	font-size: 2em;
}
.icon-3x{
	font-size: 3em;
}
.icon-4x{
	font-size: 4em;
}
.icon-5x{
	font-size: 5em;
}
.icon-6x{
	font-size: 6em;
}
.icon-7x{
	font-size: 7em;
}
.icon-8x{
	font-size: 8em;
}
.icon-9x{
	font-size: 9em;
}
.icon-10x{
	font-size: 10em;
}
.icon-fw{
	width: 1.25em;
	text-align: center;
}
.icon-ul{
	padding-left: 0;
	margin-left: 2.5em;
	list-style-type: none;
}
.icon-ul > li{
	position: relative;
}
.icon-li{
	position: absolute;
	left: -2em;
	width: 2em;
	text-align: center;
	line-height: inherit;
}
.icon-li.icon-lg{
	left: -1.85714286em;
}
.icon-border{
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}
.pull-right{
	float: right;
}
.pull-left{
	float: left;
}
.icon.pull-left{
	margin-right: .3em;
}
.icon.pull-right{
	margin-left: .3em;
}
.icon-spin{
	-webkit-animation: i-spin 2s infinite linear;
	animation: i-spin 2s infinite linear;
}
.icon-spin-reverse{
	-webkit-animation: i-spin-reverse 2s infinite linear;
	animation: i-spin-reverse 2s infinite linear;
}
.icon-spin-slow{
	-webkit-animation: i-spin 6s infinite linear;
	animation: i-spin 6s infinite linear;
}
.icon-spin-slow-reverse{
	-webkit-animation: i-spin-reverse 6s infinite linear;
	animation: i-spin-reverse 6s infinite linear;
}
.icon-pulse{
	-webkit-animation: i-spin 1s infinite steps(8);
	animation: i-spin 1s infinite steps(8);
}
@-webkit-keyframes i-spin{
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes i-spin{
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-webkit-keyframes i-spin-reverse{
	0%{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	100%{
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg);
	}
}
@keyframes i-spin-reverse{
	0%{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	100%{
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg);
	}
}
.icon-rotate-90{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.icon-rotate-180{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.icon-rotate-270{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.icon-flip-horizontal{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.icon-flip-vertical{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
.icon-flip-both, .icon-flip-horizontal.icon-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}
:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical,
:root .icon-flip-both{
	filter: none;
}
.icon-stack{
	position: relative;
	display: inline-block;
	width: 2.5em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x{
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.icon-stack-1x{
	line-height: inherit;
}
.icon-stack-2x{
	font-size: 2em;
}
.icon-inverse{
	color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before{
  content: "\f000";
}
.icon-music:before{
  content: "\f001";
}
.icon-search:before{
  content: "\f002";
}
.icon-envelope-o:before{
  content: "\f003";
}
.icon-heart:before{
  content: "\f004";
}
.icon-star:before{
  content: "\f005";
}
.icon-star-o:before{
  content: "\f006";
}
.icon-user:before{
  content: "\f007";
}
.icon-film:before{
  content: "\f008";
}
.icon-th-large:before{
  content: "\f009";
}
.icon-th:before{
  content: "\f00a";
}
.icon-th-list:before{
  content: "\f00b";
}
.icon-check:before{
  content: "\f00c";
}
.icon-remove:before,
.icon-close:before,
.icon-times:before{
  content: "\f00d";
}
.icon-search-plus:before{
  content: "\f00e";
}
.icon-search-minus:before{
  content: "\f010";
}
.icon-power-off:before{
  content: "\f011";
}
.icon-signal:before{
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before{
  content: "\f013";
}
.icon-trash-o:before{
  content: "\f014";
}
.icon-home:before{
  content: "\f015";
}
.icon-file-o:before{
  content: "\f016";
}
.icon-clock-o:before{
  content: "\f017";
}
.icon-road:before{
  content: "\f018";
}
.icon-download:before{
  content: "\f019";
}
.icon-arrow-circle-o-down:before{
  content: "\f01a";
}
.icon-arrow-circle-o-up:before{
  content: "\f01b";
}
.icon-inbox:before{
  content: "\f01c";
}
.icon-play-circle-o:before{
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before{
  content: "\f01e";
}
.icon-refresh:before{
  content: "\f021";
}
.icon-list-alt:before{
  content: "\f022";
}
.icon-lock:before{
  content: "\f023";
}
.icon-flag:before{
  content: "\f024";
}
.icon-headphones:before{
  content: "\f025";
}
.icon-volume-off:before{
  content: "\f026";
}
.icon-volume-down:before{
  content: "\f027";
}
.icon-volume-up:before{
  content: "\f028";
}
.icon-qrcode:before{
  content: "\f029";
}
.icon-barcode:before{
  content: "\f02a";
}
.icon-tag:before{
  content: "\f02b";
}
.icon-tags:before{
  content: "\f02c";
}
.icon-book:before{
  content: "\f02d";
}
.icon-bookmark:before{
  content: "\f02e";
}
.icon-print:before{
  content: "\f02f";
}
.icon-camera:before{
  content: "\f030";
}
.icon-font:before{
  content: "\f031";
}
.icon-bold:before{
  content: "\f032";
}
.icon-italic:before{
  content: "\f033";
}
.icon-text-height:before{
  content: "\f034";
}
.icon-text-width:before{
  content: "\f035";
}
.icon-align-left:before{
  content: "\f036";
}
.icon-align-center:before{
  content: "\f037";
}
.icon-align-right:before{
  content: "\f038";
}
.icon-align-justify:before{
  content: "\f039";
}
.icon-list:before{
  content: "\f03a";
}
.icon-dedent:before,
.icon-outdent:before{
  content: "\f03b";
}
.icon-indent:before{
  content: "\f03c";
}
.icon-video-camera:before{
  content: "\f03d";
}
.icon-photo:before,
.icon-image:before,
.icon-picture-o:before{
  content: "\f03e";
}
.icon-pencil:before{
  content: "\f040";
}
.icon-map-marker:before{
  content: "\f041";
}
.icon-adjust:before{
  content: "\f042";
}
.icon-tint:before{
  content: "\f043";
}
.icon-edit:before,
.icon-pencil-square-o:before{
  content: "\f044";
}
.icon-share-square-o:before{
  content: "\f045";
}
.icon-check-square-o:before{
  content: "\f046";
}
.icon-arrows:before{
  content: "\f047";
}
.icon-step-backward:before{
  content: "\f048";
}
.icon-fast-backward:before{
  content: "\f049";
}
.icon-backward:before{
  content: "\f04a";
}
.icon-play:before{
  content: "\f04b";
}
.icon-pause:before{
  content: "\f04c";
}
.icon-stop:before{
  content: "\f04d";
}
.icon-forward:before{
  content: "\f04e";
}
.icon-fast-forward:before{
  content: "\f050";
}
.icon-step-forward:before{
  content: "\f051";
}
.icon-eject:before{
  content: "\f052";
}
.icon-chevron-left:before{
  content: "\f053";
}
.icon-chevron-right:before{
  content: "\f054";
}
.icon-plus-circle:before{
  content: "\f055";
}
.icon-minus-circle:before{
  content: "\f056";
}
.icon-times-circle:before{
  content: "\f057";
}
.icon-check-circle:before{
  content: "\f058";
}
.icon-question-circle:before{
  content: "\f059";
}
.icon-info-circle:before{
  content: "\f05a";
}
.icon-crosshairs:before{
  content: "\f05b";
}
.icon-times-circle-o:before{
  content: "\f05c";
}
.icon-check-circle-o:before{
  content: "\f05d";
}
.icon-ban:before{
  content: "\f05e";
}
.icon-arrow-left:before{
  content: "\f060";
}
.icon-arrow-right:before{
  content: "\f061";
}
.icon-arrow-up:before{
  content: "\f062";
}
.icon-arrow-down:before{
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share:before{
  content: "\f064";
}
.icon-expand:before{
  content: "\f065";
}
.icon-compress:before{
  content: "\f066";
}
.icon-plus:before{
  content: "\f067";
}
.icon-minus:before{
  content: "\f068";
}
.icon-asterisk:before{
  content: "\f069";
}
.icon-exclamation-circle:before{
  content: "\f06a";
}
.icon-gift:before{
  content: "\f06b";
}
.icon-leaf:before{
  content: "\f06c";
}
.icon-fire:before{
  content: "\f06d";
}
.icon-eye:before{
  content: "\f06e";
}
.icon-eye-slash:before{
  content: "\f070";
}
.icon-warning:before,
.icon-exclamation-triangle:before{
  content: "\f071";
}
.icon-plane:before{
  content: "\f072";
}
.icon-calendar:before{
  content: "\f073";
}
.icon-random:before{
  content: "\f074";
}
.icon-comment:before{
  content: "\f075";
}
.icon-magnet:before{
  content: "\f076";
}
.icon-chevron-up:before{
  content: "\f077";
}
.icon-chevron-down:before{
  content: "\f078";
}
.icon-retweet:before{
  content: "\f079";
}
.icon-shopping-cart:before{
  content: "\f07a";
}
.icon-folder:before{
  content: "\f07b";
}
.icon-folder-open:before{
  content: "\f07c";
}
.icon-arrows-v:before{
  content: "\f07d";
}
.icon-arrows-h:before{
  content: "\f07e";
}
.icon-bar-chart-o:before,
.icon-bar-chart:before{
  content: "\f080";
}
.icon-twitter-square:before{
  content: "\f081";
}
.icon-facebook-square:before{
  content: "\f082";
}
.icon-camera-retro:before{
  content: "\f083";
}
.icon-key:before{
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before{
  content: "\f085";
}
.icon-comments:before{
  content: "\f086";
}
.icon-thumbs-o-up:before{
  content: "\f087";
}
.icon-thumbs-o-down:before{
  content: "\f088";
}
.icon-star-half:before{
  content: "\f089";
}
.icon-heart-o:before{
  content: "\f08a";
}
.icon-sign-out:before{
  content: "\f08b";
}
.icon-linkedin-square:before{
  content: "\f08c";
}
.icon-thumb-tack:before{
  content: "\f08d";
}
.icon-external-link:before{
  content: "\f08e";
}
.icon-sign-in:before{
  content: "\f090";
}
.icon-trophy:before{
  content: "\f091";
}
.icon-github-square:before{
  content: "\f092";
}
.icon-upload:before{
  content: "\f093";
}
.icon-lemon-o:before{
  content: "\f094";
}
.icon-phone:before{
  content: "\f095";
}
.icon-square-o:before{
  content: "\f096";
}
.icon-bookmark-o:before{
  content: "\f097";
}
.icon-phone-square:before{
  content: "\f098";
}
.icon-twitter:before{
  content: "\f099";
}
.icon-facebook-f:before,
.icon-facebook:before{
  content: "\f09a";
}
.icon-github:before{
  content: "\f09b";
}
.icon-unlock:before{
  content: "\f09c";
}
.icon-credit-card:before{
  content: "\f09d";
}
.icon-rss:before{
  content: "\f09e";
}
.icon-hdd-o:before{
  content: "\f0a0";
}
.icon-bullhorn:before{
  content: "\f0a1";
}
.icon-bell:before{
  content: "\f0f3";
}
.icon-certificate:before{
  content: "\f0a3";
}
.icon-hand-o-right:before{
  content: "\f0a4";
}
.icon-hand-o-left:before{
  content: "\f0a5";
}
.icon-hand-o-up:before{
  content: "\f0a6";
}
.icon-hand-o-down:before{
  content: "\f0a7";
}
.icon-arrow-circle-left:before{
  content: "\f0a8";
}
.icon-arrow-circle-right:before{
  content: "\f0a9";
}
.icon-arrow-circle-up:before{
  content: "\f0aa";
}
.icon-arrow-circle-down:before{
  content: "\f0ab";
}
.icon-globe:before{
  content: "\f0ac";
}
.icon-wrench:before{
  content: "\f0ad";
}
.icon-tasks:before{
  content: "\f0ae";
}
.icon-filter:before{
  content: "\f0b0";
}
.icon-briefcase:before{
  content: "\f0b1";
}
.icon-arrows-alt:before{
  content: "\f0b2";
}
.icon-group:before,
.icon-users:before{
  content: "\f0c0";
}
.icon-chain:before,
.icon-link:before{
  content: "\f0c1";
}
.icon-cloud:before{
  content: "\f0c2";
}
.icon-flask:before{
  content: "\f0c3";
}
.icon-cut:before,
.icon-scissors:before{
  content: "\f0c4";
}
.icon-copy:before,
.icon-files-o:before{
  content: "\f0c5";
}
.icon-paperclip:before{
  content: "\f0c6";
}
.icon-save:before,
.icon-floppy-o:before{
  content: "\f0c7";
}
.icon-square:before{
  content: "\f0c8";
}
.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before{
  content: "\f0c9";
}
.icon-list-ul:before{
  content: "\f0ca";
}
.icon-list-ol:before{
  content: "\f0cb";
}
.icon-strikethrough:before{
  content: "\f0cc";
}
.icon-underline:before{
  content: "\f0cd";
}
.icon-table:before{
  content: "\f0ce";
}
.icon-magic:before{
  content: "\f0d0";
}
.icon-truck:before{
  content: "\f0d1";
}
.icon-pinterest:before{
  content: "\f0d2";
}
.icon-pinterest-square:before{
  content: "\f0d3";
}
.icon-google-plus-square:before{
  content: "\f0d4";
}
.icon-google-plus:before{
  content: "\f0d5";
}
.icon-money:before{
  content: "\f0d6";
}
.icon-caret-down:before{
  content: "\f0d7";
}
.icon-caret-up:before{
  content: "\f0d8";
}
.icon-caret-left:before{
  content: "\f0d9";
}
.icon-caret-right:before{
  content: "\f0da";
}
.icon-columns:before{
  content: "\f0db";
}
.icon-unsorted:before,
.icon-sort:before{
  content: "\f0dc";
}
.icon-sort-down:before,
.icon-sort-desc:before{
  content: "\f0dd";
}
.icon-sort-up:before,
.icon-sort-asc:before{
  content: "\f0de";
}
.icon-envelope:before{
  content: "\f0e0";
}
.icon-linkedin:before{
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before{
  content: "\f0e2";
}
.icon-legal:before,
.icon-gavel:before{
  content: "\f0e3";
}
.icon-dashboard:before,
.icon-tachometer:before{
  content: "\f0e4";
}
.icon-comment-o:before{
  content: "\f0e5";
}
.icon-comments-o:before{
  content: "\f0e6";
}
.icon-flash:before,
.icon-bolt:before{
  content: "\f0e7";
}
.icon-sitemap:before{
  content: "\f0e8";
}
.icon-umbrella:before{
  content: "\f0e9";
}
.icon-paste:before,
.icon-clipboard:before{
  content: "\f0ea";
}
.icon-lightbulb-o:before{
  content: "\f0eb";
}
.icon-exchange:before{
  content: "\f0ec";
}
.icon-cloud-download:before{
  content: "\f0ed";
}
.icon-cloud-upload:before{
  content: "\f0ee";
}
.icon-user-md:before{
  content: "\f0f0";
}
.icon-stethoscope:before{
  content: "\f0f1";
}
.icon-suitcase:before{
  content: "\f0f2";
}
.icon-bell-o:before{
  content: "\f0a2";
}
.icon-coffee:before{
  content: "\f0f4";
}
.icon-cutlery:before{
  content: "\f0f5";
}
.icon-file-text-o:before{
  content: "\f0f6";
}
.icon-building-o:before{
  content: "\f0f7";
}
.icon-hospital-o:before{
  content: "\f0f8";
}
.icon-ambulance:before{
  content: "\f0f9";
}
.icon-medkit:before{
  content: "\f0fa";
}
.icon-fighter-jet:before{
  content: "\f0fb";
}
.icon-beer:before{
  content: "\f0fc";
}
.icon-h-square:before{
  content: "\f0fd";
}
.icon-plus-square:before{
  content: "\f0fe";
}
.icon-angle-double-left:before{
  content: "\f100";
}
.icon-angle-double-right:before{
  content: "\f101";
}
.icon-angle-double-up:before{
  content: "\f102";
}
.icon-angle-double-down:before{
  content: "\f103";
}
.icon-angle-left:before{
  content: "\f104";
}
.icon-angle-right:before{
  content: "\f105";
}
.icon-angle-up:before{
  content: "\f106";
}
.icon-angle-down:before{
  content: "\f107";
}
.icon-desktop:before{
  content: "\f108";
}
.icon-laptop:before{
  content: "\f109";
}
.icon-tablet:before{
  content: "\f10a";
}
.icon-mobile-phone:before,
.icon-mobile:before{
  content: "\f10b";
}
.icon-circle-o:before{
  content: "\f10c";
}
.icon-quote-left:before{
  content: "\f10d";
}
.icon-quote-right:before{
  content: "\f10e";
}
.icon-spinner:before{
  content: "\f110";
}
.icon-circle:before{
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before{
  content: "\f112";
}
.icon-github-alt:before{
  content: "\f113";
}
.icon-folder-o:before{
  content: "\f114";
}
.icon-folder-open-o:before{
  content: "\f115";
}
.icon-smile-o:before{
  content: "\f118";
}
.icon-frown-o:before{
  content: "\f119";
}
.icon-meh-o:before{
  content: "\f11a";
}
.icon-gamepad:before{
  content: "\f11b";
}
.icon-keyboard-o:before{
  content: "\f11c";
}
.icon-flag-o:before{
  content: "\f11d";
}
.icon-flag-checkered:before{
  content: "\f11e";
}
.icon-terminal:before{
  content: "\f120";
}
.icon-code:before{
  content: "\f121";
}
.icon-mail-reply-all:before,
.icon-reply-all:before{
  content: "\f122";
}
.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before{
  content: "\f123";
}
.icon-location-arrow:before{
  content: "\f124";
}
.icon-crop:before{
  content: "\f125";
}
.icon-code-fork:before{
  content: "\f126";
}
.icon-unlink:before,
.icon-chain-broken:before{
  content: "\f127";
}
.icon-question:before{
  content: "\f128";
}
.icon-info:before{
  content: "\f129";
}
.icon-exclamation:before{
  content: "\f12a";
}
.icon-superscript:before{
  content: "\f12b";
}
.icon-subscript:before{
  content: "\f12c";
}
.icon-eraser:before{
  content: "\f12d";
}
.icon-puzzle-piece:before{
  content: "\f12e";
}
.icon-microphone:before{
  content: "\f130";
}
.icon-microphone-slash:before{
  content: "\f131";
}
.icon-shield:before{
  content: "\f132";
}
.icon-calendar-o:before{
  content: "\f133";
}
.icon-fire-extinguisher:before{
  content: "\f134";
}
.icon-rocket:before{
  content: "\f135";
}
.icon-maxcdn:before{
  content: "\f136";
}
.icon-chevron-circle-left:before{
  content: "\f137";
}
.icon-chevron-circle-right:before{
  content: "\f138";
}
.icon-chevron-circle-up:before{
  content: "\f139";
}
.icon-chevron-circle-down:before{
  content: "\f13a";
}
.icon-html5:before{
  content: "\f13b";
}
.icon-css3:before{
  content: "\f13c";
}
.icon-anchor:before{
  content: "\f13d";
}
.icon-unlock-alt:before{
  content: "\f13e";
}
.icon-bullseye:before{
  content: "\f140";
}
.icon-ellipsis-h:before{
  content: "\f141";
}
.icon-ellipsis-v:before{
  content: "\f142";
}
.icon-rss-square:before{
  content: "\f143";
}
.icon-play-circle:before{
  content: "\f144";
}
.icon-ticket:before{
  content: "\f145";
}
.icon-minus-square:before{
  content: "\f146";
}
.icon-minus-square-o:before{
  content: "\f147";
}
.icon-level-up:before{
  content: "\f148";
}
.icon-level-down:before{
  content: "\f149";
}
.icon-check-square:before{
  content: "\f14a";
}
.icon-pencil-square:before{
  content: "\f14b";
}
.icon-external-link-square:before{
  content: "\f14c";
}
.icon-share-square:before{
  content: "\f14d";
}
.icon-compass:before{
  content: "\f14e";
}
.icon-toggle-down:before,
.icon-caret-square-o-down:before{
  content: "\f150";
}
.icon-toggle-up:before,
.icon-caret-square-o-up:before{
  content: "\f151";
}
.icon-toggle-right:before,
.icon-caret-square-o-right:before{
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before{
  content: "\f153";
}
.icon-gbp:before{
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before{
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before{
  content: "\f156";
}
.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before{
  content: "\f157";
}
.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before{
  content: "\f158";
}
.icon-won:before,
.icon-krw:before{
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before{
  content: "\f15a";
}
.icon-file:before{
  content: "\f15b";
}
.icon-file-text:before{
  content: "\f15c";
}
.icon-sort-alpha-asc:before{
  content: "\f15d";
}
.icon-sort-alpha-desc:before{
  content: "\f15e";
}
.icon-sort-amount-asc:before{
  content: "\f160";
}
.icon-sort-amount-desc:before{
  content: "\f161";
}
.icon-sort-numeric-asc:before{
  content: "\f162";
}
.icon-sort-numeric-desc:before{
  content: "\f163";
}
.icon-thumbs-up:before{
  content: "\f164";
}
.icon-thumbs-down:before{
  content: "\f165";
}
.icon-youtube-square:before{
  content: "\f166";
}
.icon-youtube:before{
  content: "\f167";
}
.icon-xing:before{
  content: "\f168";
}
.icon-xing-square:before{
  content: "\f169";
}
.icon-youtube-play:before{
  content: "\f16a";
}
.icon-dropbox:before{
  content: "\f16b";
}
.icon-stack-overflow:before{
  content: "\f16c";
}
.icon-instagram:before{
  content: "\f16d";
}
.icon-flickr:before{
  content: "\f16e";
}
.icon-adn:before{
  content: "\f170";
}
.icon-bitbucket:before{
  content: "\f171";
}
.icon-bitbucket-square:before{
  content: "\f172";
}
.icon-tumblr:before{
  content: "\f173";
}
.icon-tumblr-square:before{
  content: "\f174";
}
.icon-long-arrow-down:before{
  content: "\f175";
}
.icon-long-arrow-up:before{
  content: "\f176";
}
.icon-long-arrow-left:before{
  content: "\f177";
}
.icon-long-arrow-right:before{
  content: "\f178";
}
.icon-apple:before{
  content: "\f179";
}
.icon-windows:before{
  content: "\f17a";
}
.icon-android:before{
  content: "\f17b";
}
.icon-linux:before{
  content: "\f17c";
}
.icon-dribbble:before{
  content: "\f17d";
}
.icon-skype:before{
  content: "\f17e";
}
.icon-foursquare:before{
  content: "\f180";
}
.icon-trello:before{
  content: "\f181";
}
.icon-female:before{
  content: "\f182";
}
.icon-male:before{
  content: "\f183";
}
.icon-gittip:before,
.icon-gratipay:before{
  content: "\f184";
}
.icon-sun-o:before{
  content: "\f185";
}
.icon-moon-o:before{
  content: "\f186";
}
.icon-archive:before{
  content: "\f187";
}
.icon-bug:before{
  content: "\f188";
}
.icon-vk:before{
  content: "\f189";
}
.icon-weibo:before{
  content: "\f18a";
}
.icon-renren:before{
  content: "\f18b";
}
.icon-pagelines:before{
  content: "\f18c";
}
.icon-stack-exchange:before{
  content: "\f18d";
}
.icon-arrow-circle-o-right:before{
  content: "\f18e";
}
.icon-arrow-circle-o-left:before{
  content: "\f190";
}
.icon-toggle-left:before,
.icon-caret-square-o-left:before{
  content: "\f191";
}
.icon-dot-circle-o:before{
  content: "\f192";
}
.icon-wheelchair:before{
  content: "\f193";
}
.icon-vimeo-square:before{
  content: "\f194";
}
.icon-turkish-lira:before,
.icon-try:before{
  content: "\f195";
}
.icon-plus-square-o:before{
  content: "\f196";
}
.icon-space-shuttle:before{
  content: "\f197";
}
.icon-slack:before{
  content: "\f198";
}
.icon-envelope-square:before{
  content: "\f199";
}
.icon-wordpress:before{
  content: "\f19a";
}
.icon-openid:before{
  content: "\f19b";
}
.icon-institution:before,
.icon-bank:before,
.icon-university:before{
  content: "\f19c";
}
.icon-mortar-board:before,
.icon-graduation-cap:before{
  content: "\f19d";
}
.icon-yahoo:before{
  content: "\f19e";
}
.icon-google:before{
  content: "\f1a0";
}
.icon-reddit:before{
  content: "\f1a1";
}
.icon-reddit-square:before{
  content: "\f1a2";
}
.icon-stumbleupon-circle:before{
  content: "\f1a3";
}
.icon-stumbleupon:before{
  content: "\f1a4";
}
.icon-delicious:before{
  content: "\f1a5";
}
.icon-digg:before{
  content: "\f1a6";
}
.icon-pied-piper:before{
  content: "\f1a7";
}
.icon-pied-piper-alt:before{
  content: "\f1a8";
}
.icon-drupal:before{
  content: "\f1a9";
}
.icon-joomla:before{
  content: "\f1aa";
}
.icon-language:before{
  content: "\f1ab";
}
.icon-fax:before{
  content: "\f1ac";
}
.icon-building:before{
  content: "\f1ad";
}
.icon-child:before{
  content: "\f1ae";
}
.icon-paw:before{
  content: "\f1b0";
}
.icon-spoon:before{
  content: "\f1b1";
}
.icon-cube:before{
  content: "\f1b2";
}
.icon-cubes:before{
  content: "\f1b3";
}
.icon-behance:before{
  content: "\f1b4";
}
.icon-behance-square:before{
  content: "\f1b5";
}
.icon-steam:before{
  content: "\f1b6";
}
.icon-steam-square:before{
  content: "\f1b7";
}
.icon-recycle:before{
  content: "\f1b8";
}
.icon-automobile:before,
.icon-car:before{
  content: "\f1b9";
}
.icon-cab:before,
.icon-taxi:before{
  content: "\f1ba";
}
.icon-tree:before{
  content: "\f1bb";
}
.icon-spotify:before{
  content: "\f1bc";
}
.icon-deviantart:before{
  content: "\f1bd";
}
.icon-soundcloud:before{
  content: "\f1be";
}
.icon-database:before{
  content: "\f1c0";
}
.icon-file-pdf-o:before{
  content: "\f1c1";
}
.icon-file-word-o:before{
  content: "\f1c2";
}
.icon-file-excel-o:before{
  content: "\f1c3";
}
.icon-file-powerpoint-o:before{
  content: "\f1c4";
}
.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before{
  content: "\f1c5";
}
.icon-file-zip-o:before,
.icon-file-archive-o:before{
  content: "\f1c6";
}
.icon-file-sound-o:before,
.icon-file-audio-o:before{
  content: "\f1c7";
}
.icon-file-movie-o:before,
.icon-file-video-o:before{
  content: "\f1c8";
}
.icon-file-code-o:before{
  content: "\f1c9";
}
.icon-vine:before{
  content: "\f1ca";
}
.icon-codepen:before{
  content: "\f1cb";
}
.icon-jsfiddle:before{
  content: "\f1cc";
}
.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before{
  content: "\f1cd";
}
.icon-circle-o-notch:before{
  content: "\f1ce";
}
.icon-ra:before,
.icon-rebel:before{
  content: "\f1d0";
}
.icon-ge:before,
.icon-empire:before{
  content: "\f1d1";
}
.icon-git-square:before{
  content: "\f1d2";
}
.icon-git:before{
  content: "\f1d3";
}
.icon-hacker-news:before{
  content: "\f1d4";
}
.icon-tencent-weibo:before{
  content: "\f1d5";
}
.icon-qq:before{
  content: "\f1d6";
}
.icon-wechat:before,
.icon-weixin:before{
  content: "\f1d7";
}
.icon-send:before,
.icon-paper-plane:before{
  content: "\f1d8";
}
.icon-send-o:before,
.icon-paper-plane-o:before{
  content: "\f1d9";
}
.icon-history:before{
  content: "\f1da";
}
.icon-genderless:before,
.icon-circle-thin:before{
  content: "\f1db";
}
.icon-header:before{
  content: "\f1dc";
}
.icon-paragraph:before{
  content: "\f1dd";
}
.icon-sliders:before{
  content: "\f1de";
}
.icon-share-alt:before{
  content: "\f1e0";
}
.icon-share-alt-square:before{
  content: "\f1e1";
}
.icon-bomb:before{
  content: "\f1e2";
}
.icon-soccer-ball-o:before,
.icon-futbol-o:before{
  content: "\f1e3";
}
.icon-tty:before{
  content: "\f1e4";
}
.icon-binoculars:before{
  content: "\f1e5";
}
.icon-plug:before{
  content: "\f1e6";
}
.icon-slideshare:before{
  content: "\f1e7";
}
.icon-twitch:before{
  content: "\f1e8";
}
.icon-yelp:before{
  content: "\f1e9";
}
.icon-newspaper-o:before{
  content: "\f1ea";
}
.icon-wifi:before{
  content: "\f1eb";
}
.icon-calculator:before{
  content: "\f1ec";
}
.icon-paypal:before{
  content: "\f1ed";
}
.icon-google-wallet:before{
  content: "\f1ee";
}
.icon-cc-visa:before{
  content: "\f1f0";
}
.icon-cc-mastercard:before{
  content: "\f1f1";
}
.icon-cc-discover:before{
  content: "\f1f2";
}
.icon-cc-amex:before{
  content: "\f1f3";
}
.icon-cc-paypal:before{
  content: "\f1f4";
}
.icon-cc-stripe:before{
  content: "\f1f5";
}
.icon-bell-slash:before{
  content: "\f1f6";
}
.icon-bell-slash-o:before{
  content: "\f1f7";
}
.icon-trash:before{
  content: "\f1f8";
}
.icon-copyright:before{
  content: "\f1f9";
}
.icon-at:before{
  content: "\f1fa";
}
.icon-eyedropper:before{
  content: "\f1fb";
}
.icon-paint-brush:before{
  content: "\f1fc";
}
.icon-birthday-cake:before{
  content: "\f1fd";
}
.icon-area-chart:before{
  content: "\f1fe";
}
.icon-pie-chart:before{
  content: "\f200";
}
.icon-line-chart:before{
  content: "\f201";
}
.icon-lastfm:before{
  content: "\f202";
}
.icon-lastfm-square:before{
  content: "\f203";
}
.icon-toggle-off:before{
  content: "\f204";
}
.icon-toggle-on:before{
  content: "\f205";
}
.icon-bicycle:before{
  content: "\f206";
}
.icon-bus:before{
  content: "\f207";
}
.icon-ioxhost:before{
  content: "\f208";
}
.icon-angellist:before{
  content: "\f209";
}
.icon-cc:before{
  content: "\f20a";
}
.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before{
  content: "\f20b";
}
.icon-meanpath:before{
  content: "\f20c";
}
.icon-buysellads:before{
  content: "\f20d";
}
.icon-connectdevelop:before{
  content: "\f20e";
}
.icon-dashcube:before{
  content: "\f210";
}
.icon-forumbee:before{
  content: "\f211";
}
.icon-leanpub:before{
  content: "\f212";
}
.icon-sellsy:before{
  content: "\f213";
}
.icon-shirtsinbulk:before{
  content: "\f214";
}
.icon-simplybuilt:before{
  content: "\f215";
}
.icon-skyatlas:before{
  content: "\f216";
}
.icon-cart-plus:before{
  content: "\f217";
}
.icon-cart-arrow-down:before{
  content: "\f218";
}
.icon-diamond:before{
  content: "\f219";
}
.icon-ship:before{
  content: "\f21a";
}
.icon-user-secret:before{
  content: "\f21b";
}
.icon-motorcycle:before{
  content: "\f21c";
}
.icon-street-view:before{
  content: "\f21d";
}
.icon-heartbeat:before{
  content: "\f21e";
}
.icon-venus:before{
  content: "\f221";
}
.icon-mars:before{
  content: "\f222";
}
.icon-mercury:before{
  content: "\f223";
}
.icon-transgender:before{
  content: "\f224";
}
.icon-transgender-alt:before{
  content: "\f225";
}
.icon-venus-double:before{
  content: "\f226";
}
.icon-mars-double:before{
  content: "\f227";
}
.icon-venus-mars:before{
  content: "\f228";
}
.icon-mars-stroke:before{
  content: "\f229";
}
.icon-mars-stroke-v:before{
  content: "\f22a";
}
.icon-mars-stroke-h:before{
  content: "\f22b";
}
.icon-neuter:before{
  content: "\f22c";
}
.icon-facebook-official:before{
  content: "\f230";
}
.icon-pinterest-p:before{
  content: "\f231";
}
.icon-whatsapp:before{
  content: "\f232";
}
.icon-server:before{
  content: "\f233";
}
.icon-user-plus:before{
  content: "\f234";
}
.icon-user-times:before{
  content: "\f235";
}
.icon-hotel:before,
.icon-bed:before{
  content: "\f236";
}
.icon-viacoin:before{
  content: "\f237";
}
.icon-train:before{
  content: "\f238";
}
.icon-subway:before{
  content: "\f239";
}
.icon-medium:before{
  content: "\f23a";
}
.icon-manager:before{
  content: "\f22d";
}
.icon-customs:before{
  content: "\f22e";
}
.icon-reception:before{
  content: "\f22f";
}
.icon-cars:before{
  content: "\f23b";
}
.icon-cars-archive:before{
  content: "\f23c";
}
.icon-barrier:before{
  content: "\f23d";
}
/* Font Awesome Brands */
.iconb-500px:before{content:"\f26e";}
.iconb-accessible-icon:before{content:"\f368";}
.iconb-accusoft:before{content:"\f369";}
.iconb-acquisitions-incorporated:before{content:"\f6af";}
.iconb-adn:before{content:"\f170";}
.iconb-adobe:before{content:"\f778";}
.iconb-adversal:before{content:"\f36a";}
.iconb-affiliatetheme:before{content:"\f36b";}
.iconb-airbnb:before{content:"\f834";}
.iconb-algolia:before{content:"\f36c";}
.iconb-alipay:before{content:"\f642";}
.iconb-amazon:before{content:"\f270";}
.iconb-amazon-pay:before{content:"\f42c";}
.iconb-amilia:before{content:"\f36d";}
.iconb-android:before{content:"\f17b";}
.iconb-angellist:before{content:"\f209";}
.iconb-angrycreative:before{content:"\f36e";}
.iconb-angular:before{content:"\f420";}
.iconb-app-store:before{content:"\f36f";}
.iconb-app-store-ios:before{content:"\f370";}
.iconb-apper:before{content:"\f371";}
.iconb-apple:before{content:"\f179";}
.iconb-apple-pay:before{content:"\f415";}
.iconb-artstation:before{content:"\f77a";}
.iconb-asymmetrik:before{content:"\f372";}
.iconb-atlassian:before{content:"\f77b";}
.iconb-audible:before{content:"\f373";}
.iconb-autoprefixer:before{content:"\f41c";}
.iconb-avianex:before{content:"\f374";}
.iconb-aviato:before{content:"\f421";}
.iconb-aws:before{content:"\f375";}
.iconb-bandcamp:before{content:"\f2d5";}
.iconb-battle-net:before{content:"\f835";}
.iconb-behance:before{content:"\f1b4";}
.iconb-behance-square:before{content:"\f1b5";}
.iconb-bimobject:before{content:"\f378";}
.iconb-bitbucket:before{content:"\f171";}
.iconb-bitcoin:before{content:"\f379";}
.iconb-bity:before{content:"\f37a";}
.iconb-black-tie:before{content:"\f27e";}
.iconb-blackberry:before{content:"\f37b";}
.iconb-blogger:before{content:"\f37c";}
.iconb-blogger-b:before{content:"\f37d";}
.iconb-bluetooth:before{content:"\f293";}
.iconb-bluetooth-b:before{content:"\f294";}
.iconb-bootstrap:before{content:"\f836";}
.iconb-btc:before{content:"\f15a";}
.iconb-buffer:before{content:"\f837";}
.iconb-buromobelexperte:before{content:"\f37f";}
.iconb-buy-n-large:before{content:"\f8a6";}
.iconb-buysellads:before{content:"\f20d";}
.iconb-canadian-maple-leaf:before{content:"\f785";}
.iconb-cc-amazon-pay:before{content:"\f42d";}
.iconb-cc-amex:before{content:"\f1f3";}
.iconb-cc-apple-pay:before{content:"\f416";}
.iconb-cc-diners-club:before{content:"\f24c";}
.iconb-cc-discover:before{content:"\f1f2";}
.iconb-cc-jcb:before{content:"\f24b";}
.iconb-cc-mastercard:before{content:"\f1f1";}
.iconb-cc-paypal:before{content:"\f1f4";}
.iconb-cc-stripe:before{content:"\f1f5";}
.iconb-cc-visa:before{content:"\f1f0";}
.iconb-centercode:before{content:"\f380";}
.iconb-centos:before{content:"\f789";}
.iconb-chrome:before{content:"\f268";}
.iconb-chromecast:before{content:"\f838";}
.iconb-cloudscale:before{content:"\f383";}
.iconb-cloudsmith:before{content:"\f384";}
.iconb-cloudversify:before{content:"\f385";}
.iconb-codepen:before{content:"\f1cb";}
.iconb-codiepie:before{content:"\f284";}
.iconb-confluence:before{content:"\f78d";}
.iconb-connectdevelop:before{content:"\f20e";}
.iconb-contao:before{content:"\f26d";}
.iconb-cotton-bureau:before{content:"\f89e";}
.iconb-cpanel:before{content:"\f388";}
.iconb-creative-commons:before{content:"\f25e";}
.iconb-creative-commons-by:before{content:"\f4e7";}
.iconb-creative-commons-nc:before{content:"\f4e8";}
.iconb-creative-commons-nc-eu:before{content:"\f4e9";}
.iconb-creative-commons-nc-jp:before{content:"\f4ea";}
.iconb-creative-commons-nd:before{content:"\f4eb";}
.iconb-creative-commons-pd:before{content:"\f4ec";}
.iconb-creative-commons-pd-alt:before{content:"\f4ed";}
.iconb-creative-commons-remix:before{content:"\f4ee";}
.iconb-creative-commons-sa:before{content:"\f4ef";}
.iconb-creative-commons-sampling:before{content:"\f4f0";}
.iconb-creative-commons-sampling-plus:before{content:"\f4f1";}
.iconb-creative-commons-share:before{content:"\f4f2";}
.iconb-creative-commons-zero:before{content:"\f4f3";}
.iconb-critical-role:before{content:"\f6c9";}
.iconb-css3:before{content:"\f13c";}
.iconb-css3-alt:before{content:"\f38b";}
.iconb-cuttlefish:before{content:"\f38c";}
.iconb-d-and-d:before{content:"\f38d";}
.iconb-d-and-d-beyond:before{content:"\f6ca";}
.iconb-dailymotion:before{content:"\f952";}
.iconb-dashcube:before{content:"\f210";}
.iconb-delicious:before{content:"\f1a5";}
.iconb-deploydog:before{content:"\f38e";}
.iconb-deskpro:before{content:"\f38f";}
.iconb-dev:before{content:"\f6cc";}
.iconb-deviantart:before{content:"\f1bd";}
.iconb-dhl:before{content:"\f790";}
.iconb-diaspora:before{content:"\f791";}
.iconb-digg:before{content:"\f1a6";}
.iconb-digital-ocean:before{content:"\f391";}
.iconb-discord:before{content:"\f392";}
.iconb-discourse:before{content:"\f393";}
.iconb-dochub:before{content:"\f394";}
.iconb-docker:before{content:"\f395";}
.iconb-draft2digital:before{content:"\f396";}
.iconb-dribbble:before{content:"\f17d";}
.iconb-dribbble-square:before{content:"\f397";}
.iconb-dropbox:before{content:"\f16b";}
.iconb-drupal:before{content:"\f1a9";}
.iconb-dyalog:before{content:"\f399";}
.iconb-earlybirds:before{content:"\f39a";}
.iconb-ebay:before{content:"\f4f4";}
.iconb-edge:before{content:"\f282";}
.iconb-elementor:before{content:"\f430";}
.iconb-ello:before{content:"\f5f1";}
.iconb-ember:before{content:"\f423";}
.iconb-empire:before{content:"\f1d1";}
.iconb-envira:before{content:"\f299";}
.iconb-erlang:before{content:"\f39d";}
.iconb-ethereum:before{content:"\f42e";}
.iconb-etsy:before{content:"\f2d7";}
.iconb-evernote:before{content:"\f839";}
.iconb-expeditedssl:before{content:"\f23e";}
.iconb-facebook:before{content:"\f09a";}
.iconb-facebook-f:before{content:"\f39e";}
.iconb-facebook-messenger:before{content:"\f39f";}
.iconb-facebook-square:before{content:"\f082";}
.iconb-fantasy-flight-games:before{content:"\f6dc";}
.iconb-fedex:before{content:"\f797";}
.iconb-fedora:before{content:"\f798";}
.iconb-figma:before{content:"\f799";}
.iconb-firefox:before{content:"\f269";}
.iconb-firefox-browser:before{content:"\f907";}
.iconb-first-order:before{content:"\f2b0";}
.iconb-first-order-alt:before{content:"\f50a";}
.iconb-firstdraft:before{content:"\f3a1";}
.iconb-flickr:before{content:"\f16e";}
.iconb-flipboard:before{content:"\f44d";}
.iconb-fly:before{content:"\f417";}
.iconb-font-awesome:before{content:"\f2b4";}
.iconb-font-awesome-alt:before{content:"\f35c";}
.iconb-font-awesome-flag:before{content:"\f425";}
.iconb-font-awesome-logo-full:before{content:"\f4e6";}
.iconb-fonticons:before{content:"\f280";}
.iconb-fonticons-fi:before{content:"\f3a2";}
.iconb-fort-awesome:before{content:"\f286";}
.iconb-fort-awesome-alt:before{content:"\f3a3";}
.iconb-forumbee:before{content:"\f211";}
.iconb-foursquare:before{content:"\f180";}
.iconb-free-code-camp:before{content:"\f2c5";}
.iconb-freebsd:before{content:"\f3a4";}
.iconb-fulcrum:before{content:"\f50b";}
.iconb-galactic-republic:before{content:"\f50c";}
.iconb-galactic-senate:before{content:"\f50d";}
.iconb-get-pocket:before{content:"\f265";}
.iconb-gg:before{content:"\f260";}
.iconb-gg-circle:before{content:"\f261";}
.iconb-git:before{content:"\f1d3";}
.iconb-git-alt:before{content:"\f841";}
.iconb-git-square:before{content:"\f1d2";}
.iconb-github:before{content:"\f09b";}
.iconb-github-alt:before{content:"\f113";}
.iconb-github-square:before{content:"\f092";}
.iconb-gitkraken:before{content:"\f3a6";}
.iconb-gitlab:before{content:"\f296";}
.iconb-gitter:before{content:"\f426";}
.iconb-glide:before{content:"\f2a5";}
.iconb-glide-g:before{content:"\f2a6";}
.iconb-gofore:before{content:"\f3a7";}
.iconb-goodreads:before{content:"\f3a8";}
.iconb-goodreads-g:before{content:"\f3a9";}
.iconb-google:before{content:"\f1a0";}
.iconb-google-drive:before{content:"\f3aa";}
.iconb-google-play:before{content:"\f3ab";}
.iconb-google-plus:before{content:"\f2b3";}
.iconb-google-plus-g:before{content:"\f0d5";}
.iconb-google-plus-square:before{content:"\f0d4";}
.iconb-google-wallet:before{content:"\f1ee";}
.iconb-gratipay:before{content:"\f184";}
.iconb-grav:before{content:"\f2d6";}
.iconb-gripfire:before{content:"\f3ac";}
.iconb-grunt:before{content:"\f3ad";}
.iconb-gulp:before{content:"\f3ae";}
.iconb-hacker-news:before{content:"\f1d4";}
.iconb-hacker-news-square:before{content:"\f3af";}
.iconb-hackerrank:before{content:"\f5f7";}
.iconb-hips:before{content:"\f452";}
.iconb-hire-a-helper:before{content:"\f3b0";}
.iconb-hooli:before{content:"\f427";}
.iconb-hornbill:before{content:"\f592";}
.iconb-hotjar:before{content:"\f3b1";}
.iconb-houzz:before{content:"\f27c";}
.iconb-html5:before{content:"\f13b";}
.iconb-hubspot:before{content:"\f3b2";}
.iconb-ideal:before{content:"\f913";}
.iconb-imdb:before{content:"\f2d8";}
.iconb-instagram:before{content:"\f16d";}
.iconb-instagram-square:before{content:"\f955";}
.iconb-intercom:before{content:"\f7af";}
.iconb-internet-explorer:before{content:"\f26b";}
.iconb-invision:before{content:"\f7b0";}
.iconb-ioxhost:before{content:"\f208";}
.iconb-itch-io:before{content:"\f83a";}
.iconb-itunes:before{content:"\f3b4";}
.iconb-itunes-note:before{content:"\f3b5";}
.iconb-java:before{content:"\f4e4";}
.iconb-jedi-order:before{content:"\f50e";}
.iconb-jenkins:before{content:"\f3b6";}
.iconb-jira:before{content:"\f7b1";}
.iconb-joget:before{content:"\f3b7";}
.iconb-joomla:before{content:"\f1aa";}
.iconb-js:before{content:"\f3b8";}
.iconb-js-square:before{content:"\f3b9";}
.iconb-jsfiddle:before{content:"\f1cc";}
.iconb-kaggle:before{content:"\f5fa";}
.iconb-keybase:before{content:"\f4f5";}
.iconb-keycdn:before{content:"\f3ba";}
.iconb-kickstarter:before{content:"\f3bb";}
.iconb-kickstarter-k:before{content:"\f3bc";}
.iconb-korvue:before{content:"\f42f";}
.iconb-laravel:before{content:"\f3bd";}
.iconb-lastfm:before{content:"\f202";}
.iconb-lastfm-square:before{content:"\f203";}
.iconb-leanpub:before{content:"\f212";}
.iconb-less:before{content:"\f41d";}
.iconb-line:before{content:"\f3c0";}
.iconb-linkedin:before{content:"\f08c";}
.iconb-linkedin-in:before{content:"\f0e1";}
.iconb-linode:before{content:"\f2b8";}
.iconb-linux:before{content:"\f17c";}
.iconb-lyft:before{content:"\f3c3";}
.iconb-magento:before{content:"\f3c4";}
.iconb-mailchimp:before{content:"\f59e";}
.iconb-mandalorian:before{content:"\f50f";}
.iconb-markdown:before{content:"\f60f";}
.iconb-mastodon:before{content:"\f4f6";}
.iconb-maxcdn:before{content:"\f136";}
.iconb-mdb:before{content:"\f8ca";}
.iconb-medapps:before{content:"\f3c6";}
.iconb-medium:before{content:"\f23a";}
.iconb-medium-m:before{content:"\f3c7";}
.iconb-medrt:before{content:"\f3c8";}
.iconb-meetup:before{content:"\f2e0";}
.iconb-megaport:before{content:"\f5a3";}
.iconb-mendeley:before{content:"\f7b3";}
.iconb-microblog:before{content:"\f91a";}
.iconb-microsoft:before{content:"\f3ca";}
.iconb-mix:before{content:"\f3cb";}
.iconb-mixcloud:before{content:"\f289";}
.iconb-mixer:before{content:"\f956";}
.iconb-mizuni:before{content:"\f3cc";}
.iconb-modx:before{content:"\f285";}
.iconb-monero:before{content:"\f3d0";}
.iconb-napster:before{content:"\f3d2";}
.iconb-neos:before{content:"\f612";}
.iconb-nimblr:before{content:"\f5a8";}
.iconb-node:before{content:"\f419";}
.iconb-node-js:before{content:"\f3d3";}
.iconb-npm:before{content:"\f3d4";}
.iconb-ns8:before{content:"\f3d5";}
.iconb-nutritionix:before{content:"\f3d6";}
.iconb-odnoklassniki:before{content:"\f263";}
.iconb-odnoklassniki-square:before{content:"\f264";}
.iconb-old-republic:before{content:"\f510";}
.iconb-opencart:before{content:"\f23d";}
.iconb-openid:before{content:"\f19b";}
.iconb-opera:before{content:"\f26a";}
.iconb-optin-monster:before{content:"\f23c";}
.iconb-orcid:before{content:"\f8d2";}
.iconb-osi:before{content:"\f41a";}
.iconb-page4:before{content:"\f3d7";}
.iconb-pagelines:before{content:"\f18c";}
.iconb-palfed:before{content:"\f3d8";}
.iconb-patreon:before{content:"\f3d9";}
.iconb-paypal:before{content:"\f1ed";}
.iconb-penny-arcade:before{content:"\f704";}
.iconb-periscope:before{content:"\f3da";}
.iconb-phabricator:before{content:"\f3db";}
.iconb-phoenix-framework:before{content:"\f3dc";}
.iconb-phoenix-squadron:before{content:"\f511";}
.iconb-php:before{content:"\f457";}
.iconb-pied-piper:before{content:"\f2ae";}
.iconb-pied-piper-alt:before{content:"\f1a8";}
.iconb-pied-piper-hat:before{content:"\f4e5";}
.iconb-pied-piper-pp:before{content:"\f1a7";}
.iconb-pied-piper-square:before{content:"\f91e";}
.iconb-pinterest:before{content:"\f0d2";}
.iconb-pinterest-p:before{content:"\f231";}
.iconb-pinterest-square:before{content:"\f0d3";}
.iconb-playstation:before{content:"\f3df";}
.iconb-product-hunt:before{content:"\f288";}
.iconb-pushed:before{content:"\f3e1";}
.iconb-python:before{content:"\f3e2";}
.iconb-qq:before{content:"\f1d6";}
.iconb-quinscape:before{content:"\f459";}
.iconb-quora:before{content:"\f2c4";}
.iconb-r-project:before{content:"\f4f7";}
.iconb-raspberry-pi:before{content:"\f7bb";}
.iconb-ravelry:before{content:"\f2d9";}
.iconb-react:before{content:"\f41b";}
.iconb-reacteurope:before{content:"\f75d";}
.iconb-readme:before{content:"\f4d5";}
.iconb-rebel:before{content:"\f1d0";}
.iconb-red-river:before{content:"\f3e3";}
.iconb-reddit:before{content:"\f1a1";}
.iconb-reddit-alien:before{content:"\f281";}
.iconb-reddit-square:before{content:"\f1a2";}
.iconb-redhat:before{content:"\f7bc";}
.iconb-renren:before{content:"\f18b";}
.iconb-replyd:before{content:"\f3e6";}
.iconb-researchgate:before{content:"\f4f8";}
.iconb-resolving:before{content:"\f3e7";}
.iconb-rev:before{content:"\f5b2";}
.iconb-rocketchat:before{content:"\f3e8";}
.iconb-rockrms:before{content:"\f3e9";}
.iconb-safari:before{content:"\f267";}
.iconb-salesforce:before{content:"\f83b";}
.iconb-sass:before{content:"\f41e";}
.iconb-schlix:before{content:"\f3ea";}
.iconb-scribd:before{content:"\f28a";}
.iconb-searchengin:before{content:"\f3eb";}
.iconb-sellcast:before{content:"\f2da";}
.iconb-sellsy:before{content:"\f213";}
.iconb-servicestack:before{content:"\f3ec";}
.iconb-shirtsinbulk:before{content:"\f214";}
.iconb-shopify:before{content:"\f957";}
.iconb-shopware:before{content:"\f5b5";}
.iconb-simplybuilt:before{content:"\f215";}
.iconb-sistrix:before{content:"\f3ee";}
.iconb-sith:before{content:"\f512";}
.iconb-sketch:before{content:"\f7c6";}
.iconb-skyatlas:before{content:"\f216";}
.iconb-skype:before{content:"\f17e";}
.iconb-slack:before{content:"\f198";}
.iconb-slack-hash:before{content:"\f3ef";}
.iconb-slideshare:before{content:"\f1e7";}
.iconb-snapchat:before{content:"\f2ab";}
.iconb-snapchat-ghost:before{content:"\f2ac";}
.iconb-snapchat-square:before{content:"\f2ad";}
.iconb-soundcloud:before{content:"\f1be";}
.iconb-sourcetree:before{content:"\f7d3";}
.iconb-speakap:before{content:"\f3f3";}
.iconb-speaker-deck:before{content:"\f83c";}
.iconb-spotify:before{content:"\f1bc";}
.iconb-squarespace:before{content:"\f5be";}
.iconb-stack-exchange:before{content:"\f18d";}
.iconb-stack-overflow:before{content:"\f16c";}
.iconb-stackpath:before{content:"\f842";}
.iconb-staylinked:before{content:"\f3f5";}
.iconb-steam:before{content:"\f1b6";}
.iconb-steam-square:before{content:"\f1b7";}
.iconb-steam-symbol:before{content:"\f3f6";}
.iconb-sticker-mule:before{content:"\f3f7";}
.iconb-strava:before{content:"\f428";}
.iconb-stripe:before{content:"\f429";}
.iconb-stripe-s:before{content:"\f42a";}
.iconb-studiovinari:before{content:"\f3f8";}
.iconb-stumbleupon:before{content:"\f1a4";}
.iconb-stumbleupon-circle:before{content:"\f1a3";}
.iconb-superpowers:before{content:"\f2dd";}
.iconb-supple:before{content:"\f3f9";}
.iconb-suse:before{content:"\f7d6";}
.iconb-swift:before{content:"\f8e1";}
.iconb-symfony:before{content:"\f83d";}
.iconb-teamspeak:before{content:"\f4f9";}
.iconb-telegram:before{content:"\f2c6";}
.iconb-telegram-plane:before{content:"\f3fe";}
.iconb-tencent-weibo:before{content:"\f1d5";}
.iconb-the-red-yeti:before{content:"\f69d";}
.iconb-themeco:before{content:"\f5c6";}
.iconb-themeisle:before{content:"\f2b2";}
.iconb-think-peaks:before{content:"\f731";}
.iconb-trade-federation:before{content:"\f513";}
.iconb-trello:before{content:"\f181";}
.iconb-tripadvisor:before{content:"\f262";}
.iconb-tumblr:before{content:"\f173";}
.iconb-tumblr-square:before{content:"\f174";}
.iconb-twitch:before{content:"\f1e8";}
.iconb-twitter:before{content:"\f099";}
.iconb-twitter-square:before{content:"\f081";}
.iconb-typo3:before{content:"\f42b";}
.iconb-uber:before{content:"\f402";}
.iconb-ubuntu:before{content:"\f7df";}
.iconb-uikit:before{content:"\f403";}
.iconb-umbraco:before{content:"\f8e8";}
.iconb-uniregistry:before{content:"\f404";}
.iconb-unity:before{content:"\f949";}
.iconb-untappd:before{content:"\f405";}
.iconb-ups:before{content:"\f7e0";}
.iconb-usb:before{content:"\f287";}
.iconb-usps:before{content:"\f7e1";}
.iconb-ussunnah:before{content:"\f407";}
.iconb-vaadin:before{content:"\f408";}
.iconb-viacoin:before{content:"\f237";}
.iconb-viadeo:before{content:"\f2a9";}
.iconb-viadeo-square:before{content:"\f2aa";}
.iconb-viber:before{content:"\f409";}
.iconb-vimeo:before{content:"\f40a";}
.iconb-vimeo-square:before{content:"\f194";}
.iconb-vimeo-v:before{content:"\f27d";}
.iconb-vine:before{content:"\f1ca";}
.iconb-vk:before{content:"\f189";}
.iconb-vnv:before{content:"\f40b";}
.iconb-vuejs:before{content:"\f41f";}
.iconb-waze:before{content:"\f83f";}
.iconb-weebly:before{content:"\f5cc";}
.iconb-weibo:before{content:"\f18a";}
.iconb-weixin:before{content:"\f1d7";}
.iconb-whatsapp:before{content:"\f232";}
.iconb-whatsapp-square:before{content:"\f40c";}
.iconb-whmcs:before{content:"\f40d";}
.iconb-wikipedia-w:before{content:"\f266";}
.iconb-windows:before{content:"\f17a";}
.iconb-wix:before{content:"\f5cf";}
.iconb-wizards-of-the-coast:before{content:"\f730";}
.iconb-wolf-pack-battalion:before{content:"\f514";}
.iconb-wordpress:before{content:"\f19a";}
.iconb-wordpress-simple:before{content:"\f411";}
.iconb-wpbeginner:before{content:"\f297";}
.iconb-wpexplorer:before{content:"\f2de";}
.iconb-wpforms:before{content:"\f298";}
.iconb-wpressr:before{content:"\f3e4";}
.iconb-xbox:before{content:"\f412";}
.iconb-xing:before{content:"\f168";}
.iconb-xing-square:before{content:"\f169";}
.iconb-y-combinator:before{content:"\f23b";}
.iconb-yahoo:before{content:"\f19e";}
.iconb-yammer:before{content:"\f840";}
.iconb-yandex:before{content:"\f413";}
.iconb-yandex-international:before{content:"\f414";}
.iconb-yarn:before{content:"\f7e3";}
.iconb-yelp:before{content:"\f1e9";}
.iconb-yoast:before{content:"\f2b1";}
.iconb-youtube:before{content:"\f167";}
.iconb-youtube-square:before{content:"\f431";}
.iconb-zhihu:before{content:"\f63f";}

/* Font Awesome Regular */
.iconr-address-book:before{content:"\f2b9";}
.iconr-address-card:before{content:"\f2bb";}
.iconr-angry:before{content:"\f556";}
.iconr-arrow-alt-circle-down:before{content:"\f358";}
.iconr-arrow-alt-circle-left:before{content:"\f359";}
.iconr-arrow-alt-circle-right:before{content:"\f35a";}
.iconr-arrow-alt-circle-up:before{content:"\f35b";}
.iconr-bell:before{content:"\f0f3";}
.iconr-bell-slash:before{content:"\f1f6";}
.iconr-bookmark:before{content:"\f02e";}
.iconr-building:before{content:"\f1ad";}
.iconr-calendar:before{content:"\f133";}
.iconr-calendar-alt:before{content:"\f073";}
.iconr-calendar-check:before{content:"\f274";}
.iconr-calendar-minus:before{content:"\f272";}
.iconr-calendar-plus:before{content:"\f271";}
.iconr-calendar-times:before{content:"\f273";}
.iconr-caret-square-down:before{content:"\f150";}
.iconr-caret-square-left:before{content:"\f191";}
.iconr-caret-square-right:before{content:"\f152";}
.iconr-caret-square-up:before{content:"\f151";}
.iconr-chart-bar:before{content:"\f080";}
.iconr-check-circle:before{content:"\f058";}
.iconr-check-square:before{content:"\f14a";}
.iconr-circle:before{content:"\f111";}
.iconr-clipboard:before{content:"\f328";}
.iconr-clock:before{content:"\f017";}
.iconr-clone:before{content:"\f24d";}
.iconr-closed-captioning:before{content:"\f20a";}
.iconr-comment:before{content:"\f075";}
.iconr-comment-alt:before{content:"\f27a";}
.iconr-comment-dots:before{content:"\f4ad";}
.iconr-comments:before{content:"\f086";}
.iconr-compass:before{content:"\f14e";}
.iconr-copy:before{content:"\f0c5";}
.iconr-copyright:before{content:"\f1f9";}
.iconr-credit-card:before{content:"\f09d";}
.iconr-dizzy:before{content:"\f567";}
.iconr-dot-circle:before{content:"\f192";}
.iconr-edit:before{content:"\f044";}
.iconr-envelope:before{content:"\f0e0";}
.iconr-envelope-open:before{content:"\f2b6";}
.iconr-eye:before{content:"\f06e";}
.iconr-eye-slash:before{content:"\f070";}
.iconr-file:before{content:"\f15b";}
.iconr-file-alt:before{content:"\f15c";}
.iconr-file-archive:before{content:"\f1c6";}
.iconr-file-audio:before{content:"\f1c7";}
.iconr-file-code:before{content:"\f1c9";}
.iconr-file-excel:before{content:"\f1c3";}
.iconr-file-image:before{content:"\f1c5";}
.iconr-file-pdf:before{content:"\f1c1";}
.iconr-file-powerpoint:before{content:"\f1c4";}
.iconr-file-video:before{content:"\f1c8";}
.iconr-file-word:before{content:"\f1c2";}
.iconr-flag:before{content:"\f024";}
.iconr-flushed:before{content:"\f579";}
.iconr-folder:before{content:"\f07b";}
.iconr-folder-open:before{content:"\f07c";}
.iconr-font-awesome-logo-full:before{content:"\f4e6";}
.iconr-frown:before{content:"\f119";}
.iconr-frown-open:before{content:"\f57a";}
.iconr-futbol:before{content:"\f1e3";}
.iconr-gem:before{content:"\f3a5";}
.iconr-grimace:before{content:"\f57f";}
.iconr-grin:before{content:"\f580";}
.iconr-grin-alt:before{content:"\f581";}
.iconr-grin-beam:before{content:"\f582";}
.iconr-grin-beam-sweat:before{content:"\f583";}
.iconr-grin-hearts:before{content:"\f584";}
.iconr-grin-squint:before{content:"\f585";}
.iconr-grin-squint-tears:before{content:"\f586";}
.iconr-grin-stars:before{content:"\f587";}
.iconr-grin-tears:before{content:"\f588";}
.iconr-grin-tongue:before{content:"\f589";}
.iconr-grin-tongue-squint:before{content:"\f58a";}
.iconr-grin-tongue-wink:before{content:"\f58b";}
.iconr-grin-wink:before{content:"\f58c";}
.iconr-hand-lizard:before{content:"\f258";}
.iconr-hand-paper:before{content:"\f256";}
.iconr-hand-peace:before{content:"\f25b";}
.iconr-hand-point-down:before{content:"\f0a7";}
.iconr-hand-point-left:before{content:"\f0a5";}
.iconr-hand-point-right:before{content:"\f0a4";}
.iconr-hand-point-up:before{content:"\f0a6";}
.iconr-hand-pointer:before{content:"\f25a";}
.iconr-hand-rock:before{content:"\f255";}
.iconr-hand-scissors:before{content:"\f257";}
.iconr-hand-spock:before{content:"\f259";}
.iconr-handshake:before{content:"\f2b5";}
.iconr-hdd:before{content:"\f0a0";}
.iconr-heart:before{content:"\f004";}
.iconr-hospital:before{content:"\f0f8";}
.iconr-hourglass:before{content:"\f254";}
.iconr-id-badge:before{content:"\f2c1";}
.iconr-id-card:before{content:"\f2c2";}
.iconr-image:before{content:"\f03e";}
.iconr-images:before{content:"\f302";}
.iconr-keyboard:before{content:"\f11c";}
.iconr-kiss:before{content:"\f596";}
.iconr-kiss-beam:before{content:"\f597";}
.iconr-kiss-wink-heart:before{content:"\f598";}
.iconr-laugh:before{content:"\f599";}
.iconr-laugh-beam:before{content:"\f59a";}
.iconr-laugh-squint:before{content:"\f59b";}
.iconr-laugh-wink:before{content:"\f59c";}
.iconr-lemon:before{content:"\f094";}
.iconr-life-ring:before{content:"\f1cd";}
.iconr-lightbulb:before{content:"\f0eb";}
.iconr-list-alt:before{content:"\f022";}
.iconr-map:before{content:"\f279";}
.iconr-meh:before{content:"\f11a";}
.iconr-meh-blank:before{content:"\f5a4";}
.iconr-meh-rolling-eyes:before{content:"\f5a5";}
.iconr-minus-square:before{content:"\f146";}
.iconr-money-bill-alt:before{content:"\f3d1";}
.iconr-moon:before{content:"\f186";}
.iconr-newspaper:before{content:"\f1ea";}
.iconr-object-group:before{content:"\f247";}
.iconr-object-ungroup:before{content:"\f248";}
.iconr-paper-plane:before{content:"\f1d8";}
.iconr-pause-circle:before{content:"\f28b";}
.iconr-play-circle:before{content:"\f144";}
.iconr-plus-square:before{content:"\f0fe";}
.iconr-question-circle:before{content:"\f059";}
.iconr-registered:before{content:"\f25d";}
.iconr-sad-cry:before{content:"\f5b3";}
.iconr-sad-tear:before{content:"\f5b4";}
.iconr-save:before{content:"\f0c7";}
.iconr-share-square:before{content:"\f14d";}
.iconr-smile:before{content:"\f118";}
.iconr-smile-beam:before{content:"\f5b8";}
.iconr-smile-wink:before{content:"\f4da";}
.iconr-snowflake:before{content:"\f2dc";}
.iconr-square:before{content:"\f0c8";}
.iconr-star:before{content:"\f005";}
.iconr-star-half:before{content:"\f089";}
.iconr-sticky-note:before{content:"\f249";}
.iconr-stop-circle:before{content:"\f28d";}
.iconr-sun:before{content:"\f185";}
.iconr-surprise:before{content:"\f5c2";}
.iconr-thumbs-down:before{content:"\f165";}
.iconr-thumbs-up:before{content:"\f164";}
.iconr-times-circle:before{content:"\f057";}
.iconr-tired:before{content:"\f5c8";}
.iconr-trash-alt:before{content:"\f2ed";}
.iconr-user:before{content:"\f007";}
.iconr-user-circle:before{content:"\f2bd";}
.iconr-window-close:before{content:"\f410";}
.iconr-window-maximize:before{content:"\f2d0";}
.iconr-window-minimize:before{content:"\f2d1";}
.iconr-window-restore:before{content:"\f2d2";}

/* Font Awesome Solid */
.icons-ad:before{content:"\f641";}
.icons-address-book:before{content:"\f2b9";}
.icons-address-card:before{content:"\f2bb";}
.icons-adjust:before{content:"\f042";}
.icons-air-freshener:before{content:"\f5d0";}
.icons-align-center:before{content:"\f037";}
.icons-align-justify:before{content:"\f039";}
.icons-align-left:before{content:"\f036";}
.icons-align-right:before{content:"\f038";}
.icons-allergies:before{content:"\f461";}
.icons-ambulance:before{content:"\f0f9";}
.icons-american-sign-language-interpreting:before{content:"\f2a3";}
.icons-anchor:before{content:"\f13d";}
.icons-angle-double-down:before{content:"\f103";}
.icons-angle-double-left:before{content:"\f100";}
.icons-angle-double-right:before{content:"\f101";}
.icons-angle-double-up:before{content:"\f102";}
.icons-angle-down:before{content:"\f107";}
.icons-angle-left:before{content:"\f104";}
.icons-angle-right:before{content:"\f105";}
.icons-angle-up:before{content:"\f106";}
.icons-angry:before{content:"\f556";}
.icons-ankh:before{content:"\f644";}
.icons-apple-alt:before{content:"\f5d1";}
.icons-archive:before{content:"\f187";}
.icons-archway:before{content:"\f557";}
.icons-arrow-alt-circle-down:before{content:"\f358";}
.icons-arrow-alt-circle-left:before{content:"\f359";}
.icons-arrow-alt-circle-right:before{content:"\f35a";}
.icons-arrow-alt-circle-up:before{content:"\f35b";}
.icons-arrow-circle-down:before{content:"\f0ab";}
.icons-arrow-circle-left:before{content:"\f0a8";}
.icons-arrow-circle-right:before{content:"\f0a9";}
.icons-arrow-circle-up:before{content:"\f0aa";}
.icons-arrow-down:before{content:"\f063";}
.icons-arrow-left:before{content:"\f060";}
.icons-arrow-right:before{content:"\f061";}
.icons-arrow-up:before{content:"\f062";}
.icons-arrows-alt:before{content:"\f0b2";}
.icons-arrows-alt-h:before{content:"\f337";}
.icons-arrows-alt-v:before{content:"\f338";}
.icons-assistive-listening-systems:before{content:"\f2a2";}
.icons-asterisk:before{content:"\f069";}
.icons-at:before{content:"\f1fa";}
.icons-atlas:before{content:"\f558";}
.icons-atom:before{content:"\f5d2";}
.icons-audio-description:before{content:"\f29e";}
.icons-award:before{content:"\f559";}
.icons-baby:before{content:"\f77c";}
.icons-baby-carriage:before{content:"\f77d";}
.icons-backspace:before{content:"\f55a";}
.icons-backward:before{content:"\f04a";}
.icons-bacon:before{content:"\f7e5";}
.icons-bahai:before{content:"\f666";}
.icons-balance-scale:before{content:"\f24e";}
.icons-balance-scale-left:before{content:"\f515";}
.icons-balance-scale-right:before{content:"\f516";}
.icons-ban:before{content:"\f05e";}
.icons-band-aid:before{content:"\f462";}
.icons-barcode:before{content:"\f02a";}
.icons-bars:before{content:"\f0c9";}
.icons-baseball-ball:before{content:"\f433";}
.icons-basketball-ball:before{content:"\f434";}
.icons-bath:before{content:"\f2cd";}
.icons-battery-empty:before{content:"\f244";}
.icons-battery-full:before{content:"\f240";}
.icons-battery-half:before{content:"\f242";}
.icons-battery-quarter:before{content:"\f243";}
.icons-battery-three-quarters:before{content:"\f241";}
.icons-bed:before{content:"\f236";}
.icons-beer:before{content:"\f0fc";}
.icons-bell:before{content:"\f0f3";}
.icons-bell-slash:before{content:"\f1f6";}
.icons-bezier-curve:before{content:"\f55b";}
.icons-bible:before{content:"\f647";}
.icons-bicycle:before{content:"\f206";}
.icons-biking:before{content:"\f84a";}
.icons-binoculars:before{content:"\f1e5";}
.icons-biohazard:before{content:"\f780";}
.icons-birthday-cake:before{content:"\f1fd";}
.icons-blender:before{content:"\f517";}
.icons-blender-phone:before{content:"\f6b6";}
.icons-blind:before{content:"\f29d";}
.icons-blog:before{content:"\f781";}
.icons-bold:before{content:"\f032";}
.icons-bolt:before{content:"\f0e7";}
.icons-bomb:before{content:"\f1e2";}
.icons-bone:before{content:"\f5d7";}
.icons-bong:before{content:"\f55c";}
.icons-book:before{content:"\f02d";}
.icons-book-dead:before{content:"\f6b7";}
.icons-book-medical:before{content:"\f7e6";}
.icons-book-open:before{content:"\f518";}
.icons-book-reader:before{content:"\f5da";}
.icons-bookmark:before{content:"\f02e";}
.icons-border-all:before{content:"\f84c";}
.icons-border-none:before{content:"\f850";}
.icons-border-style:before{content:"\f853";}
.icons-bowling-ball:before{content:"\f436";}
.icons-box:before{content:"\f466";}
.icons-box-open:before{content:"\f49e";}
.icons-box-tissue:before{content:"\f95b";}
.icons-boxes:before{content:"\f468";}
.icons-braille:before{content:"\f2a1";}
.icons-brain:before{content:"\f5dc";}
.icons-bread-slice:before{content:"\f7ec";}
.icons-briefcase:before{content:"\f0b1";}
.icons-briefcase-medical:before{content:"\f469";}
.icons-broadcast-tower:before{content:"\f519";}
.icons-broom:before{content:"\f51a";}
.icons-brush:before{content:"\f55d";}
.icons-bug:before{content:"\f188";}
.icons-building:before{content:"\f1ad";}
.icons-bullhorn:before{content:"\f0a1";}
.icons-bullseye:before{content:"\f140";}
.icons-burn:before{content:"\f46a";}
.icons-bus:before{content:"\f207";}
.icons-bus-alt:before{content:"\f55e";}
.icons-business-time:before{content:"\f64a";}
.icons-calculator:before{content:"\f1ec";}
.icons-calendar:before{content:"\f133";}
.icons-calendar-alt:before{content:"\f073";}
.icons-calendar-check:before{content:"\f274";}
.icons-calendar-day:before{content:"\f783";}
.icons-calendar-minus:before{content:"\f272";}
.icons-calendar-plus:before{content:"\f271";}
.icons-calendar-times:before{content:"\f273";}
.icons-calendar-week:before{content:"\f784";}
.icons-camera:before{content:"\f030";}
.icons-camera-retro:before{content:"\f083";}
.icons-campground:before{content:"\f6bb";}
.icons-candy-cane:before{content:"\f786";}
.icons-cannabis:before{content:"\f55f";}
.icons-capsules:before{content:"\f46b";}
.icons-car:before{content:"\f1b9";}
.icons-car-alt:before{content:"\f5de";}
.icons-car-battery:before{content:"\f5df";}
.icons-car-crash:before{content:"\f5e1";}
.icons-car-side:before{content:"\f5e4";}
.icons-caravan:before{content:"\f8ff";}
.icons-caret-down:before{content:"\f0d7";}
.icons-caret-left:before{content:"\f0d9";}
.icons-caret-right:before{content:"\f0da";}
.icons-caret-square-down:before{content:"\f150";}
.icons-caret-square-left:before{content:"\f191";}
.icons-caret-square-right:before{content:"\f152";}
.icons-caret-square-up:before{content:"\f151";}
.icons-caret-up:before{content:"\f0d8";}
.icons-carrot:before{content:"\f787";}
.icons-cart-arrow-down:before{content:"\f218";}
.icons-cart-plus:before{content:"\f217";}
.icons-cash-register:before{content:"\f788";}
.icons-cat:before{content:"\f6be";}
.icons-certificate:before{content:"\f0a3";}
.icons-chair:before{content:"\f6c0";}
.icons-chalkboard:before{content:"\f51b";}
.icons-chalkboard-teacher:before{content:"\f51c";}
.icons-charging-station:before{content:"\f5e7";}
.icons-chart-area:before{content:"\f1fe";}
.icons-chart-bar:before{content:"\f080";}
.icons-chart-line:before{content:"\f201";}
.icons-chart-pie:before{content:"\f200";}
.icons-check:before{content:"\f00c";}
.icons-check-circle:before{content:"\f058";}
.icons-check-double:before{content:"\f560";}
.icons-check-square:before{content:"\f14a";}
.icons-cheese:before{content:"\f7ef";}
.icons-chess:before{content:"\f439";}
.icons-chess-bishop:before{content:"\f43a";}
.icons-chess-board:before{content:"\f43c";}
.icons-chess-king:before{content:"\f43f";}
.icons-chess-knight:before{content:"\f441";}
.icons-chess-pawn:before{content:"\f443";}
.icons-chess-queen:before{content:"\f445";}
.icons-chess-rook:before{content:"\f447";}
.icons-chevron-circle-down:before{content:"\f13a";}
.icons-chevron-circle-left:before{content:"\f137";}
.icons-chevron-circle-right:before{content:"\f138";}
.icons-chevron-circle-up:before{content:"\f139";}
.icons-chevron-down:before{content:"\f078";}
.icons-chevron-left:before{content:"\f053";}
.icons-chevron-right:before{content:"\f054";}
.icons-chevron-up:before{content:"\f077";}
.icons-child:before{content:"\f1ae";}
.icons-church:before{content:"\f51d";}
.icons-circle:before{content:"\f111";}
.icons-circle-notch:before{content:"\f1ce";}
.icons-city:before{content:"\f64f";}
.icons-clinic-medical:before{content:"\f7f2";}
.icons-clipboard:before{content:"\f328";}
.icons-clipboard-check:before{content:"\f46c";}
.icons-clipboard-list:before{content:"\f46d";}
.icons-clock:before{content:"\f017";}
.icons-clone:before{content:"\f24d";}
.icons-closed-captioning:before{content:"\f20a";}
.icons-cloud:before{content:"\f0c2";}
.icons-cloud-download-alt:before{content:"\f381";}
.icons-cloud-meatball:before{content:"\f73b";}
.icons-cloud-moon:before{content:"\f6c3";}
.icons-cloud-moon-rain:before{content:"\f73c";}
.icons-cloud-rain:before{content:"\f73d";}
.icons-cloud-showers-heavy:before{content:"\f740";}
.icons-cloud-sun:before{content:"\f6c4";}
.icons-cloud-sun-rain:before{content:"\f743";}
.icons-cloud-upload-alt:before{content:"\f382";}
.icons-cocktail:before{content:"\f561";}
.icons-code:before{content:"\f121";}
.icons-code-branch:before{content:"\f126";}
.icons-coffee:before{content:"\f0f4";}
.icons-cog:before{content:"\f013";}
.icons-cogs:before{content:"\f085";}
.icons-coins:before{content:"\f51e";}
.icons-columns:before{content:"\f0db";}
.icons-comment:before{content:"\f075";}
.icons-comment-alt:before{content:"\f27a";}
.icons-comment-dollar:before{content:"\f651";}
.icons-comment-dots:before{content:"\f4ad";}
.icons-comment-medical:before{content:"\f7f5";}
.icons-comment-slash:before{content:"\f4b3";}
.icons-comments:before{content:"\f086";}
.icons-comments-dollar:before{content:"\f653";}
.icons-compact-disc:before{content:"\f51f";}
.icons-compass:before{content:"\f14e";}
.icons-compress:before{content:"\f066";}
.icons-compress-alt:before{content:"\f422";}
.icons-compress-arrows-alt:before{content:"\f78c";}
.icons-concierge-bell:before{content:"\f562";}
.icons-cookie:before{content:"\f563";}
.icons-cookie-bite:before{content:"\f564";}
.icons-copy:before{content:"\f0c5";}
.icons-copyright:before{content:"\f1f9";}
.icons-couch:before{content:"\f4b8";}
.icons-credit-card:before{content:"\f09d";}
.icons-crop:before{content:"\f125";}
.icons-crop-alt:before{content:"\f565";}
.icons-cross:before{content:"\f654";}
.icons-crosshairs:before{content:"\f05b";}
.icons-crow:before{content:"\f520";}
.icons-crown:before{content:"\f521";}
.icons-crutch:before{content:"\f7f7";}
.icons-cube:before{content:"\f1b2";}
.icons-cubes:before{content:"\f1b3";}
.icons-cut:before{content:"\f0c4";}
.icons-database:before{content:"\f1c0";}
.icons-deaf:before{content:"\f2a4";}
.icons-democrat:before{content:"\f747";}
.icons-desktop:before{content:"\f108";}
.icons-dharmachakra:before{content:"\f655";}
.icons-diagnoses:before{content:"\f470";}
.icons-dice:before{content:"\f522";}
.icons-dice-d20:before{content:"\f6cf";}
.icons-dice-d6:before{content:"\f6d1";}
.icons-dice-five:before{content:"\f523";}
.icons-dice-four:before{content:"\f524";}
.icons-dice-one:before{content:"\f525";}
.icons-dice-six:before{content:"\f526";}
.icons-dice-three:before{content:"\f527";}
.icons-dice-two:before{content:"\f528";}
.icons-digital-tachograph:before{content:"\f566";}
.icons-directions:before{content:"\f5eb";}
.icons-disease:before{content:"\f7fa";}
.icons-divide:before{content:"\f529";}
.icons-dizzy:before{content:"\f567";}
.icons-dna:before{content:"\f471";}
.icons-dog:before{content:"\f6d3";}
.icons-dollar-sign:before{content:"\f155";}
.icons-dolly:before{content:"\f472";}
.icons-dolly-flatbed:before{content:"\f474";}
.icons-donate:before{content:"\f4b9";}
.icons-door-closed:before{content:"\f52a";}
.icons-door-open:before{content:"\f52b";}
.icons-dot-circle:before{content:"\f192";}
.icons-dove:before{content:"\f4ba";}
.icons-download:before{content:"\f019";}
.icons-drafting-compass:before{content:"\f568";}
.icons-dragon:before{content:"\f6d5";}
.icons-draw-polygon:before{content:"\f5ee";}
.icons-drum:before{content:"\f569";}
.icons-drum-steelpan:before{content:"\f56a";}
.icons-drumstick-bite:before{content:"\f6d7";}
.icons-dumbbell:before{content:"\f44b";}
.icons-dumpster:before{content:"\f793";}
.icons-dumpster-fire:before{content:"\f794";}
.icons-dungeon:before{content:"\f6d9";}
.icons-edit:before{content:"\f044";}
.icons-egg:before{content:"\f7fb";}
.icons-eject:before{content:"\f052";}
.icons-ellipsis-h:before{content:"\f141";}
.icons-ellipsis-v:before{content:"\f142";}
.icons-envelope:before{content:"\f0e0";}
.icons-envelope-open:before{content:"\f2b6";}
.icons-envelope-open-text:before{content:"\f658";}
.icons-envelope-square:before{content:"\f199";}
.icons-equals:before{content:"\f52c";}
.icons-eraser:before{content:"\f12d";}
.icons-ethernet:before{content:"\f796";}
.icons-euro-sign:before{content:"\f153";}
.icons-exchange-alt:before{content:"\f362";}
.icons-exclamation:before{content:"\f12a";}
.icons-exclamation-circle:before{content:"\f06a";}
.icons-exclamation-triangle:before{content:"\f071";}
.icons-expand:before{content:"\f065";}
.icons-expand-alt:before{content:"\f424";}
.icons-expand-arrows-alt:before{content:"\f31e";}
.icons-external-link-alt:before{content:"\f35d";}
.icons-external-link-square-alt:before{content:"\f360";}
.icons-eye:before{content:"\f06e";}
.icons-eye-dropper:before{content:"\f1fb";}
.icons-eye-slash:before{content:"\f070";}
.icons-fan:before{content:"\f863";}
.icons-fast-backward:before{content:"\f049";}
.icons-fast-forward:before{content:"\f050";}
.icons-faucet:before{content:"\f905";}
.icons-fax:before{content:"\f1ac";}
.icons-feather:before{content:"\f52d";}
.icons-feather-alt:before{content:"\f56b";}
.icons-female:before{content:"\f182";}
.icons-fighter-jet:before{content:"\f0fb";}
.icons-file:before{content:"\f15b";}
.icons-file-alt:before{content:"\f15c";}
.icons-file-archive:before{content:"\f1c6";}
.icons-file-audio:before{content:"\f1c7";}
.icons-file-code:before{content:"\f1c9";}
.icons-file-contract:before{content:"\f56c";}
.icons-file-csv:before{content:"\f6dd";}
.icons-file-download:before{content:"\f56d";}
.icons-file-excel:before{content:"\f1c3";}
.icons-file-export:before{content:"\f56e";}
.icons-file-image:before{content:"\f1c5";}
.icons-file-import:before{content:"\f56f";}
.icons-file-invoice:before{content:"\f570";}
.icons-file-invoice-dollar:before{content:"\f571";}
.icons-file-medical:before{content:"\f477";}
.icons-file-medical-alt:before{content:"\f478";}
.icons-file-pdf:before{content:"\f1c1";}
.icons-file-powerpoint:before{content:"\f1c4";}
.icons-file-prescription:before{content:"\f572";}
.icons-file-signature:before{content:"\f573";}
.icons-file-upload:before{content:"\f574";}
.icons-file-video:before{content:"\f1c8";}
.icons-file-word:before{content:"\f1c2";}
.icons-fill:before{content:"\f575";}
.icons-fill-drip:before{content:"\f576";}
.icons-film:before{content:"\f008";}
.icons-filter:before{content:"\f0b0";}
.icons-fingerprint:before{content:"\f577";}
.icons-fire:before{content:"\f06d";}
.icons-fire-alt:before{content:"\f7e4";}
.icons-fire-extinguisher:before{content:"\f134";}
.icons-first-aid:before{content:"\f479";}
.icons-fish:before{content:"\f578";}
.icons-fist-raised:before{content:"\f6de";}
.icons-flag:before{content:"\f024";}
.icons-flag-checkered:before{content:"\f11e";}
.icons-flag-usa:before{content:"\f74d";}
.icons-flask:before{content:"\f0c3";}
.icons-flushed:before{content:"\f579";}
.icons-folder:before{content:"\f07b";}
.icons-folder-minus:before{content:"\f65d";}
.icons-folder-open:before{content:"\f07c";}
.icons-folder-plus:before{content:"\f65e";}
.icons-font:before{content:"\f031";}
.icons-font-awesome-logo-full:before{content:"\f4e6";}
.icons-football-ball:before{content:"\f44e";}
.icons-forward:before{content:"\f04e";}
.icons-frog:before{content:"\f52e";}
.icons-frown:before{content:"\f119";}
.icons-frown-open:before{content:"\f57a";}
.icons-funnel-dollar:before{content:"\f662";}
.icons-futbol:before{content:"\f1e3";}
.icons-gamepad:before{content:"\f11b";}
.icons-gas-pump:before{content:"\f52f";}
.icons-gavel:before{content:"\f0e3";}
.icons-gem:before{content:"\f3a5";}
.icons-genderless:before{content:"\f22d";}
.icons-ghost:before{content:"\f6e2";}
.icons-gift:before{content:"\f06b";}
.icons-gifts:before{content:"\f79c";}
.icons-glass-cheers:before{content:"\f79f";}
.icons-glass-martini:before{content:"\f000";}
.icons-glass-martini-alt:before{content:"\f57b";}
.icons-glass-whiskey:before{content:"\f7a0";}
.icons-glasses:before{content:"\f530";}
.icons-globe:before{content:"\f0ac";}
.icons-globe-africa:before{content:"\f57c";}
.icons-globe-americas:before{content:"\f57d";}
.icons-globe-asia:before{content:"\f57e";}
.icons-globe-europe:before{content:"\f7a2";}
.icons-golf-ball:before{content:"\f450";}
.icons-gopuram:before{content:"\f664";}
.icons-graduation-cap:before{content:"\f19d";}
.icons-greater-than:before{content:"\f531";}
.icons-greater-than-equal:before{content:"\f532";}
.icons-grimace:before{content:"\f57f";}
.icons-grin:before{content:"\f580";}
.icons-grin-alt:before{content:"\f581";}
.icons-grin-beam:before{content:"\f582";}
.icons-grin-beam-sweat:before{content:"\f583";}
.icons-grin-hearts:before{content:"\f584";}
.icons-grin-squint:before{content:"\f585";}
.icons-grin-squint-tears:before{content:"\f586";}
.icons-grin-stars:before{content:"\f587";}
.icons-grin-tears:before{content:"\f588";}
.icons-grin-tongue:before{content:"\f589";}
.icons-grin-tongue-squint:before{content:"\f58a";}
.icons-grin-tongue-wink:before{content:"\f58b";}
.icons-grin-wink:before{content:"\f58c";}
.icons-grip-horizontal:before{content:"\f58d";}
.icons-grip-lines:before{content:"\f7a4";}
.icons-grip-lines-vertical:before{content:"\f7a5";}
.icons-grip-vertical:before{content:"\f58e";}
.icons-guitar:before{content:"\f7a6";}
.icons-h-square:before{content:"\f0fd";}
.icons-hamburger:before{content:"\f805";}
.icons-hammer:before{content:"\f6e3";}
.icons-hamsa:before{content:"\f665";}
.icons-hand-holding:before{content:"\f4bd";}
.icons-hand-holding-heart:before{content:"\f4be";}
.icons-hand-holding-medical:before{content:"\f95c";}
.icons-hand-holding-usd:before{content:"\f4c0";}
.icons-hand-holding-water:before{content:"\f4c1";}
.icons-hand-lizard:before{content:"\f258";}
.icons-hand-middle-finger:before{content:"\f806";}
.icons-hand-paper:before{content:"\f256";}
.icons-hand-peace:before{content:"\f25b";}
.icons-hand-point-down:before{content:"\f0a7";}
.icons-hand-point-left:before{content:"\f0a5";}
.icons-hand-point-right:before{content:"\f0a4";}
.icons-hand-point-up:before{content:"\f0a6";}
.icons-hand-pointer:before{content:"\f25a";}
.icons-hand-rock:before{content:"\f255";}
.icons-hand-scissors:before{content:"\f257";}
.icons-hand-sparkles:before{content:"\f95d";}
.icons-hand-spock:before{content:"\f259";}
.icons-hands:before{content:"\f4c2";}
.icons-hands-helping:before{content:"\f4c4";}
.icons-hands-wash:before{content:"\f95e";}
.icons-handshake:before{content:"\f2b5";}
.icons-handshake-alt-slash:before{content:"\f95f";}
.icons-handshake-slash:before{content:"\f960";}
.icons-hanukiah:before{content:"\f6e6";}
.icons-hard-hat:before{content:"\f807";}
.icons-hashtag:before{content:"\f292";}
.icons-hat-cowboy:before{content:"\f8c0";}
.icons-hat-cowboy-side:before{content:"\f8c1";}
.icons-hat-wizard:before{content:"\f6e8";}
.icons-hdd:before{content:"\f0a0";}
.icons-head-side-cough:before{content:"\f961";}
.icons-head-side-cough-slash:before{content:"\f962";}
.icons-head-side-mask:before{content:"\f963";}
.icons-head-side-virus:before{content:"\f964";}
.icons-heading:before{content:"\f1dc";}
.icons-headphones:before{content:"\f025";}
.icons-headphones-alt:before{content:"\f58f";}
.icons-headset:before{content:"\f590";}
.icons-heart:before{content:"\f004";}
.icons-heart-broken:before{content:"\f7a9";}
.icons-heartbeat:before{content:"\f21e";}
.icons-helicopter:before{content:"\f533";}
.icons-highlighter:before{content:"\f591";}
.icons-hiking:before{content:"\f6ec";}
.icons-hippo:before{content:"\f6ed";}
.icons-history:before{content:"\f1da";}
.icons-hockey-puck:before{content:"\f453";}
.icons-holly-berry:before{content:"\f7aa";}
.icons-home:before{content:"\f015";}
.icons-horse:before{content:"\f6f0";}
.icons-horse-head:before{content:"\f7ab";}
.icons-hospital:before{content:"\f0f8";}
.icons-hospital-alt:before{content:"\f47d";}
.icons-hospital-symbol:before{content:"\f47e";}
.icons-hospital-user:before{content:"\f80d";}
.icons-hot-tub:before{content:"\f593";}
.icons-hotdog:before{content:"\f80f";}
.icons-hotel:before{content:"\f594";}
.icons-hourglass:before{content:"\f254";}
.icons-hourglass-end:before{content:"\f253";}
.icons-hourglass-half:before{content:"\f252";}
.icons-hourglass-start:before{content:"\f251";}
.icons-house-damage:before{content:"\f6f1";}
.icons-house-user:before{content:"\f965";}
.icons-hryvnia:before{content:"\f6f2";}
.icons-i-cursor:before{content:"\f246";}
.icons-ice-cream:before{content:"\f810";}
.icons-icicles:before{content:"\f7ad";}
.icons-icons:before{content:"\f86d";}
.icons-id-badge:before{content:"\f2c1";}
.icons-id-card:before{content:"\f2c2";}
.icons-id-card-alt:before{content:"\f47f";}
.icons-igloo:before{content:"\f7ae";}
.icons-image:before{content:"\f03e";}
.icons-images:before{content:"\f302";}
.icons-inbox:before{content:"\f01c";}
.icons-indent:before{content:"\f03c";}
.icons-industry:before{content:"\f275";}
.icons-infinity:before{content:"\f534";}
.icons-info:before{content:"\f129";}
.icons-info-circle:before{content:"\f05a";}
.icons-italic:before{content:"\f033";}
.icons-jedi:before{content:"\f669";}
.icons-joint:before{content:"\f595";}
.icons-journal-whills:before{content:"\f66a";}
.icons-kaaba:before{content:"\f66b";}
.icons-key:before{content:"\f084";}
.icons-keyboard:before{content:"\f11c";}
.icons-khanda:before{content:"\f66d";}
.icons-kiss:before{content:"\f596";}
.icons-kiss-beam:before{content:"\f597";}
.icons-kiss-wink-heart:before{content:"\f598";}
.icons-kiwi-bird:before{content:"\f535";}
.icons-landmark:before{content:"\f66f";}
.icons-language:before{content:"\f1ab";}
.icons-laptop:before{content:"\f109";}
.icons-laptop-code:before{content:"\f5fc";}
.icons-laptop-house:before{content:"\f966";}
.icons-laptop-medical:before{content:"\f812";}
.icons-laugh:before{content:"\f599";}
.icons-laugh-beam:before{content:"\f59a";}
.icons-laugh-squint:before{content:"\f59b";}
.icons-laugh-wink:before{content:"\f59c";}
.icons-layer-group:before{content:"\f5fd";}
.icons-leaf:before{content:"\f06c";}
.icons-lemon:before{content:"\f094";}
.icons-less-than:before{content:"\f536";}
.icons-less-than-equal:before{content:"\f537";}
.icons-level-down-alt:before{content:"\f3be";}
.icons-level-up-alt:before{content:"\f3bf";}
.icons-life-ring:before{content:"\f1cd";}
.icons-lightbulb:before{content:"\f0eb";}
.icons-link:before{content:"\f0c1";}
.icons-lira-sign:before{content:"\f195";}
.icons-list:before{content:"\f03a";}
.icons-list-alt:before{content:"\f022";}
.icons-list-ol:before{content:"\f0cb";}
.icons-list-ul:before{content:"\f0ca";}
.icons-location-arrow:before{content:"\f124";}
.icons-lock:before{content:"\f023";}
.icons-lock-open:before{content:"\f3c1";}
.icons-long-arrow-alt-down:before{content:"\f309";}
.icons-long-arrow-alt-left:before{content:"\f30a";}
.icons-long-arrow-alt-right:before{content:"\f30b";}
.icons-long-arrow-alt-up:before{content:"\f30c";}
.icons-low-vision:before{content:"\f2a8";}
.icons-luggage-cart:before{content:"\f59d";}
.icons-lungs:before{content:"\f604";}
.icons-lungs-virus:before{content:"\f967";}
.icons-magic:before{content:"\f0d0";}
.icons-magnet:before{content:"\f076";}
.icons-mail-bulk:before{content:"\f674";}
.icons-male:before{content:"\f183";}
.icons-map:before{content:"\f279";}
.icons-map-marked:before{content:"\f59f";}
.icons-map-marked-alt:before{content:"\f5a0";}
.icons-map-marker:before{content:"\f041";}
.icons-map-marker-alt:before{content:"\f3c5";}
.icons-map-pin:before{content:"\f276";}
.icons-map-signs:before{content:"\f277";}
.icons-marker:before{content:"\f5a1";}
.icons-mars:before{content:"\f222";}
.icons-mars-double:before{content:"\f227";}
.icons-mars-stroke:before{content:"\f229";}
.icons-mars-stroke-h:before{content:"\f22b";}
.icons-mars-stroke-v:before{content:"\f22a";}
.icons-mask:before{content:"\f6fa";}
.icons-medal:before{content:"\f5a2";}
.icons-medkit:before{content:"\f0fa";}
.icons-meh:before{content:"\f11a";}
.icons-meh-blank:before{content:"\f5a4";}
.icons-meh-rolling-eyes:before{content:"\f5a5";}
.icons-memory:before{content:"\f538";}
.icons-menorah:before{content:"\f676";}
.icons-mercury:before{content:"\f223";}
.icons-meteor:before{content:"\f753";}
.icons-microchip:before{content:"\f2db";}
.icons-microphone:before{content:"\f130";}
.icons-microphone-alt:before{content:"\f3c9";}
.icons-microphone-alt-slash:before{content:"\f539";}
.icons-microphone-slash:before{content:"\f131";}
.icons-microscope:before{content:"\f610";}
.icons-minus:before{content:"\f068";}
.icons-minus-circle:before{content:"\f056";}
.icons-minus-square:before{content:"\f146";}
.icons-mitten:before{content:"\f7b5";}
.icons-mobile:before{content:"\f10b";}
.icons-mobile-alt:before{content:"\f3cd";}
.icons-money-bill:before{content:"\f0d6";}
.icons-money-bill-alt:before{content:"\f3d1";}
.icons-money-bill-wave:before{content:"\f53a";}
.icons-money-bill-wave-alt:before{content:"\f53b";}
.icons-money-check:before{content:"\f53c";}
.icons-money-check-alt:before{content:"\f53d";}
.icons-monument:before{content:"\f5a6";}
.icons-moon:before{content:"\f186";}
.icons-mortar-pestle:before{content:"\f5a7";}
.icons-mosque:before{content:"\f678";}
.icons-motorcycle:before{content:"\f21c";}
.icons-mountain:before{content:"\f6fc";}
.icons-mouse:before{content:"\f8cc";}
.icons-mouse-pointer:before{content:"\f245";}
.icons-mug-hot:before{content:"\f7b6";}
.icons-music:before{content:"\f001";}
.icons-network-wired:before{content:"\f6ff";}
.icons-neuter:before{content:"\f22c";}
.icons-newspaper:before{content:"\f1ea";}
.icons-not-equal:before{content:"\f53e";}
.icons-notes-medical:before{content:"\f481";}
.icons-object-group:before{content:"\f247";}
.icons-object-ungroup:before{content:"\f248";}
.icons-oil-can:before{content:"\f613";}
.icons-om:before{content:"\f679";}
.icons-otter:before{content:"\f700";}
.icons-outdent:before{content:"\f03b";}
.icons-pager:before{content:"\f815";}
.icons-paint-brush:before{content:"\f1fc";}
.icons-paint-roller:before{content:"\f5aa";}
.icons-palette:before{content:"\f53f";}
.icons-pallet:before{content:"\f482";}
.icons-paper-plane:before{content:"\f1d8";}
.icons-paperclip:before{content:"\f0c6";}
.icons-parachute-box:before{content:"\f4cd";}
.icons-paragraph:before{content:"\f1dd";}
.icons-parking:before{content:"\f540";}
.icons-passport:before{content:"\f5ab";}
.icons-pastafarianism:before{content:"\f67b";}
.icons-paste:before{content:"\f0ea";}
.icons-pause:before{content:"\f04c";}
.icons-pause-circle:before{content:"\f28b";}
.icons-paw:before{content:"\f1b0";}
.icons-peace:before{content:"\f67c";}
.icons-pen:before{content:"\f304";}
.icons-pen-alt:before{content:"\f305";}
.icons-pen-fancy:before{content:"\f5ac";}
.icons-pen-nib:before{content:"\f5ad";}
.icons-pen-square:before{content:"\f14b";}
.icons-pencil-alt:before{content:"\f303";}
.icons-pencil-ruler:before{content:"\f5ae";}
.icons-people-arrows:before{content:"\f968";}
.icons-people-carry:before{content:"\f4ce";}
.icons-pepper-hot:before{content:"\f816";}
.icons-percent:before{content:"\f295";}
.icons-percentage:before{content:"\f541";}
.icons-person-booth:before{content:"\f756";}
.icons-phone:before{content:"\f095";}
.icons-phone-alt:before{content:"\f879";}
.icons-phone-slash:before{content:"\f3dd";}
.icons-phone-square:before{content:"\f098";}
.icons-phone-square-alt:before{content:"\f87b";}
.icons-phone-volume:before{content:"\f2a0";}
.icons-photo-video:before{content:"\f87c";}
.icons-piggy-bank:before{content:"\f4d3";}
.icons-pills:before{content:"\f484";}
.icons-pizza-slice:before{content:"\f818";}
.icons-place-of-worship:before{content:"\f67f";}
.icons-plane:before{content:"\f072";}
.icons-plane-arrival:before{content:"\f5af";}
.icons-plane-departure:before{content:"\f5b0";}
.icons-plane-slash:before{content:"\f969";}
.icons-play:before{content:"\f04b";}
.icons-play-circle:before{content:"\f144";}
.icons-plug:before{content:"\f1e6";}
.icons-plus:before{content:"\f067";}
.icons-plus-circle:before{content:"\f055";}
.icons-plus-square:before{content:"\f0fe";}
.icons-podcast:before{content:"\f2ce";}
.icons-poll:before{content:"\f681";}
.icons-poll-h:before{content:"\f682";}
.icons-poo:before{content:"\f2fe";}
.icons-poo-storm:before{content:"\f75a";}
.icons-poop:before{content:"\f619";}
.icons-portrait:before{content:"\f3e0";}
.icons-pound-sign:before{content:"\f154";}
.icons-power-off:before{content:"\f011";}
.icons-pray:before{content:"\f683";}
.icons-praying-hands:before{content:"\f684";}
.icons-prescription:before{content:"\f5b1";}
.icons-prescription-bottle:before{content:"\f485";}
.icons-prescription-bottle-alt:before{content:"\f486";}
.icons-print:before{content:"\f02f";}
.icons-procedures:before{content:"\f487";}
.icons-project-diagram:before{content:"\f542";}
.icons-pump-medical:before{content:"\f96a";}
.icons-pump-soap:before{content:"\f96b";}
.icons-puzzle-piece:before{content:"\f12e";}
.icons-qrcode:before{content:"\f029";}
.icons-question:before{content:"\f128";}
.icons-question-circle:before{content:"\f059";}
.icons-quidditch:before{content:"\f458";}
.icons-quote-left:before{content:"\f10d";}
.icons-quote-right:before{content:"\f10e";}
.icons-quran:before{content:"\f687";}
.icons-radiation:before{content:"\f7b9";}
.icons-radiation-alt:before{content:"\f7ba";}
.icons-rainbow:before{content:"\f75b";}
.icons-random:before{content:"\f074";}
.icons-receipt:before{content:"\f543";}
.icons-record-vinyl:before{content:"\f8d9";}
.icons-recycle:before{content:"\f1b8";}
.icons-redo:before{content:"\f01e";}
.icons-redo-alt:before{content:"\f2f9";}
.icons-registered:before{content:"\f25d";}
.icons-remove-format:before{content:"\f87d";}
.icons-reply:before{content:"\f3e5";}
.icons-reply-all:before{content:"\f122";}
.icons-republican:before{content:"\f75e";}
.icons-restroom:before{content:"\f7bd";}
.icons-retweet:before{content:"\f079";}
.icons-ribbon:before{content:"\f4d6";}
.icons-ring:before{content:"\f70b";}
.icons-road:before{content:"\f018";}
.icons-robot:before{content:"\f544";}
.icons-rocket:before{content:"\f135";}
.icons-route:before{content:"\f4d7";}
.icons-rss:before{content:"\f09e";}
.icons-rss-square:before{content:"\f143";}
.icons-ruble-sign:before{content:"\f158";}
.icons-ruler:before{content:"\f545";}
.icons-ruler-combined:before{content:"\f546";}
.icons-ruler-horizontal:before{content:"\f547";}
.icons-ruler-vertical:before{content:"\f548";}
.icons-running:before{content:"\f70c";}
.icons-rupee-sign:before{content:"\f156";}
.icons-sad-cry:before{content:"\f5b3";}
.icons-sad-tear:before{content:"\f5b4";}
.icons-satellite:before{content:"\f7bf";}
.icons-satellite-dish:before{content:"\f7c0";}
.icons-save:before{content:"\f0c7";}
.icons-school:before{content:"\f549";}
.icons-screwdriver:before{content:"\f54a";}
.icons-scroll:before{content:"\f70e";}
.icons-sd-card:before{content:"\f7c2";}
.icons-search:before{content:"\f002";}
.icons-search-dollar:before{content:"\f688";}
.icons-search-location:before{content:"\f689";}
.icons-search-minus:before{content:"\f010";}
.icons-search-plus:before{content:"\f00e";}
.icons-seedling:before{content:"\f4d8";}
.icons-server:before{content:"\f233";}
.icons-shapes:before{content:"\f61f";}
.icons-share:before{content:"\f064";}
.icons-share-alt:before{content:"\f1e0";}
.icons-share-alt-square:before{content:"\f1e1";}
.icons-share-square:before{content:"\f14d";}
.icons-shekel-sign:before{content:"\f20b";}
.icons-shield-alt:before{content:"\f3ed";}
.icons-shield-virus:before{content:"\f96c";}
.icons-ship:before{content:"\f21a";}
.icons-shipping-fast:before{content:"\f48b";}
.icons-shoe-prints:before{content:"\f54b";}
.icons-shopping-bag:before{content:"\f290";}
.icons-shopping-basket:before{content:"\f291";}
.icons-shopping-cart:before{content:"\f07a";}
.icons-shower:before{content:"\f2cc";}
.icons-shuttle-van:before{content:"\f5b6";}
.icons-sign:before{content:"\f4d9";}
.icons-sign-in-alt:before{content:"\f2f6";}
.icons-sign-language:before{content:"\f2a7";}
.icons-sign-out-alt:before{content:"\f2f5";}
.icons-signal:before{content:"\f012";}
.icons-signature:before{content:"\f5b7";}
.icons-sim-card:before{content:"\f7c4";}
.icons-sitemap:before{content:"\f0e8";}
.icons-skating:before{content:"\f7c5";}
.icons-skiing:before{content:"\f7c9";}
.icons-skiing-nordic:before{content:"\f7ca";}
.icons-skull:before{content:"\f54c";}
.icons-skull-crossbones:before{content:"\f714";}
.icons-slash:before{content:"\f715";}
.icons-sleigh:before{content:"\f7cc";}
.icons-sliders-h:before{content:"\f1de";}
.icons-smile:before{content:"\f118";}
.icons-smile-beam:before{content:"\f5b8";}
.icons-smile-wink:before{content:"\f4da";}
.icons-smog:before{content:"\f75f";}
.icons-smoking:before{content:"\f48d";}
.icons-smoking-ban:before{content:"\f54d";}
.icons-sms:before{content:"\f7cd";}
.icons-snowboarding:before{content:"\f7ce";}
.icons-snowflake:before{content:"\f2dc";}
.icons-snowman:before{content:"\f7d0";}
.icons-snowplow:before{content:"\f7d2";}
.icons-soap:before{content:"\f96e";}
.icons-socks:before{content:"\f696";}
.icons-solar-panel:before{content:"\f5ba";}
.icons-sort:before{content:"\f0dc";}
.icons-sort-alpha-down:before{content:"\f15d";}
.icons-sort-alpha-down-alt:before{content:"\f881";}
.icons-sort-alpha-up:before{content:"\f15e";}
.icons-sort-alpha-up-alt:before{content:"\f882";}
.icons-sort-amount-down:before{content:"\f160";}
.icons-sort-amount-down-alt:before{content:"\f884";}
.icons-sort-amount-up:before{content:"\f161";}
.icons-sort-amount-up-alt:before{content:"\f885";}
.icons-sort-down:before{content:"\f0dd";}
.icons-sort-numeric-down:before{content:"\f162";}
.icons-sort-numeric-down-alt:before{content:"\f886";}
.icons-sort-numeric-up:before{content:"\f163";}
.icons-sort-numeric-up-alt:before{content:"\f887";}
.icons-sort-up:before{content:"\f0de";}
.icons-spa:before{content:"\f5bb";}
.icons-space-shuttle:before{content:"\f197";}
.icons-spell-check:before{content:"\f891";}
.icons-spider:before{content:"\f717";}
.icons-spinner:before{content:"\f110";}
.icons-splotch:before{content:"\f5bc";}
.icons-spray-can:before{content:"\f5bd";}
.icons-square:before{content:"\f0c8";}
.icons-square-full:before{content:"\f45c";}
.icons-square-root-alt:before{content:"\f698";}
.icons-stamp:before{content:"\f5bf";}
.icons-star:before{content:"\f005";}
.icons-star-and-crescent:before{content:"\f699";}
.icons-star-half:before{content:"\f089";}
.icons-star-half-alt:before{content:"\f5c0";}
.icons-star-of-david:before{content:"\f69a";}
.icons-star-of-life:before{content:"\f621";}
.icons-step-backward:before{content:"\f048";}
.icons-step-forward:before{content:"\f051";}
.icons-stethoscope:before{content:"\f0f1";}
.icons-sticky-note:before{content:"\f249";}
.icons-stop:before{content:"\f04d";}
.icons-stop-circle:before{content:"\f28d";}
.icons-stopwatch:before{content:"\f2f2";}
.icons-stopwatch-20:before{content:"\f96f";}
.icons-store:before{content:"\f54e";}
.icons-store-alt:before{content:"\f54f";}
.icons-store-alt-slash:before{content:"\f970";}
.icons-store-slash:before{content:"\f971";}
.icons-stream:before{content:"\f550";}
.icons-street-view:before{content:"\f21d";}
.icons-strikethrough:before{content:"\f0cc";}
.icons-stroopwafel:before{content:"\f551";}
.icons-subscript:before{content:"\f12c";}
.icons-subway:before{content:"\f239";}
.icons-suitcase:before{content:"\f0f2";}
.icons-suitcase-rolling:before{content:"\f5c1";}
.icons-sun:before{content:"\f185";}
.icons-superscript:before{content:"\f12b";}
.icons-surprise:before{content:"\f5c2";}
.icons-swatchbook:before{content:"\f5c3";}
.icons-swimmer:before{content:"\f5c4";}
.icons-swimming-pool:before{content:"\f5c5";}
.icons-synagogue:before{content:"\f69b";}
.icons-sync:before{content:"\f021";}
.icons-sync-alt:before{content:"\f2f1";}
.icons-syringe:before{content:"\f48e";}
.icons-table:before{content:"\f0ce";}
.icons-table-tennis:before{content:"\f45d";}
.icons-tablet:before{content:"\f10a";}
.icons-tablet-alt:before{content:"\f3fa";}
.icons-tablets:before{content:"\f490";}
.icons-tachometer-alt:before{content:"\f3fd";}
.icons-tag:before{content:"\f02b";}
.icons-tags:before{content:"\f02c";}
.icons-tape:before{content:"\f4db";}
.icons-tasks:before{content:"\f0ae";}
.icons-taxi:before{content:"\f1ba";}
.icons-teeth:before{content:"\f62e";}
.icons-teeth-open:before{content:"\f62f";}
.icons-temperature-high:before{content:"\f769";}
.icons-temperature-low:before{content:"\f76b";}
.icons-tenge:before{content:"\f7d7";}
.icons-terminal:before{content:"\f120";}
.icons-text-height:before{content:"\f034";}
.icons-text-width:before{content:"\f035";}
.icons-th:before{content:"\f00a";}
.icons-th-large:before{content:"\f009";}
.icons-th-list:before{content:"\f00b";}
.icons-theater-masks:before{content:"\f630";}
.icons-thermometer:before{content:"\f491";}
.icons-thermometer-empty:before{content:"\f2cb";}
.icons-thermometer-full:before{content:"\f2c7";}
.icons-thermometer-half:before{content:"\f2c9";}
.icons-thermometer-quarter:before{content:"\f2ca";}
.icons-thermometer-three-quarters:before{content:"\f2c8";}
.icons-thumbs-down:before{content:"\f165";}
.icons-thumbs-up:before{content:"\f164";}
.icons-thumbtack:before{content:"\f08d";}
.icons-ticket-alt:before{content:"\f3ff";}
.icons-times:before{content:"\f00d";}
.icons-times-circle:before{content:"\f057";}
.icons-tint:before{content:"\f043";}
.icons-tint-slash:before{content:"\f5c7";}
.icons-tired:before{content:"\f5c8";}
.icons-toggle-off:before{content:"\f204";}
.icons-toggle-on:before{content:"\f205";}
.icons-toilet:before{content:"\f7d8";}
.icons-toilet-paper:before{content:"\f71e";}
.icons-toilet-paper-slash:before{content:"\f972";}
.icons-toolbox:before{content:"\f552";}
.icons-tools:before{content:"\f7d9";}
.icons-tooth:before{content:"\f5c9";}
.icons-torah:before{content:"\f6a0";}
.icons-torii-gate:before{content:"\f6a1";}
.icons-tractor:before{content:"\f722";}
.icons-trademark:before{content:"\f25c";}
.icons-traffic-light:before{content:"\f637";}
.icons-trailer:before{content:"\f941";}
.icons-train:before{content:"\f238";}
.icons-tram:before{content:"\f7da";}
.icons-transgender:before{content:"\f224";}
.icons-transgender-alt:before{content:"\f225";}
.icons-trash:before{content:"\f1f8";}
.icons-trash-alt:before{content:"\f2ed";}
.icons-trash-restore:before{content:"\f829";}
.icons-trash-restore-alt:before{content:"\f82a";}
.icons-tree:before{content:"\f1bb";}
.icons-trophy:before{content:"\f091";}
.icons-truck:before{content:"\f0d1";}
.icons-truck-loading:before{content:"\f4de";}
.icons-truck-monster:before{content:"\f63b";}
.icons-truck-moving:before{content:"\f4df";}
.icons-truck-pickup:before{content:"\f63c";}
.icons-tshirt:before{content:"\f553";}
.icons-tty:before{content:"\f1e4";}
.icons-tv:before{content:"\f26c";}
.icons-umbrella:before{content:"\f0e9";}
.icons-umbrella-beach:before{content:"\f5ca";}
.icons-underline:before{content:"\f0cd";}
.icons-undo:before{content:"\f0e2";}
.icons-undo-alt:before{content:"\f2ea";}
.icons-universal-access:before{content:"\f29a";}
.icons-university:before{content:"\f19c";}
.icons-unlink:before{content:"\f127";}
.icons-unlock:before{content:"\f09c";}
.icons-unlock-alt:before{content:"\f13e";}
.icons-upload:before{content:"\f093";}
.icons-user:before{content:"\f007";}
.icons-user-alt:before{content:"\f406";}
.icons-user-alt-slash:before{content:"\f4fa";}
.icons-user-astronaut:before{content:"\f4fb";}
.icons-user-check:before{content:"\f4fc";}
.icons-user-circle:before{content:"\f2bd";}
.icons-user-clock:before{content:"\f4fd";}
.icons-user-cog:before{content:"\f4fe";}
.icons-user-edit:before{content:"\f4ff";}
.icons-user-friends:before{content:"\f500";}
.icons-user-graduate:before{content:"\f501";}
.icons-user-injured:before{content:"\f728";}
.icons-user-lock:before{content:"\f502";}
.icons-user-md:before{content:"\f0f0";}
.icons-user-minus:before{content:"\f503";}
.icons-user-ninja:before{content:"\f504";}
.icons-user-nurse:before{content:"\f82f";}
.icons-user-plus:before{content:"\f234";}
.icons-user-secret:before{content:"\f21b";}
.icons-user-shield:before{content:"\f505";}
.icons-user-slash:before{content:"\f506";}
.icons-user-tag:before{content:"\f507";}
.icons-user-tie:before{content:"\f508";}
.icons-user-times:before{content:"\f235";}
.icons-users:before{content:"\f0c0";}
.icons-users-cog:before{content:"\f509";}
.icons-utensil-spoon:before{content:"\f2e5";}
.icons-utensils:before{content:"\f2e7";}
.icons-vector-square:before{content:"\f5cb";}
.icons-venus:before{content:"\f221";}
.icons-venus-double:before{content:"\f226";}
.icons-venus-mars:before{content:"\f228";}
.icons-vial:before{content:"\f492";}
.icons-vials:before{content:"\f493";}
.icons-video:before{content:"\f03d";}
.icons-video-slash:before{content:"\f4e2";}
.icons-vihara:before{content:"\f6a7";}
.icons-virus:before{content:"\f974";}
.icons-virus-slash:before{content:"\f975";}
.icons-viruses:before{content:"\f976";}
.icons-voicemail:before{content:"\f897";}
.icons-volleyball-ball:before{content:"\f45f";}
.icons-volume-down:before{content:"\f027";}
.icons-volume-mute:before{content:"\f6a9";}
.icons-volume-off:before{content:"\f026";}
.icons-volume-up:before{content:"\f028";}
.icons-vote-yea:before{content:"\f772";}
.icons-vr-cardboard:before{content:"\f729";}
.icons-walking:before{content:"\f554";}
.icons-wallet:before{content:"\f555";}
.icons-warehouse:before{content:"\f494";}
.icons-water:before{content:"\f773";}
.icons-wave-square:before{content:"\f83e";}
.icons-weight:before{content:"\f496";}
.icons-weight-hanging:before{content:"\f5cd";}
.icons-wheelchair:before{content:"\f193";}
.icons-wifi:before{content:"\f1eb";}
.icons-wind:before{content:"\f72e";}
.icons-window-close:before{content:"\f410";}
.icons-window-maximize:before{content:"\f2d0";}
.icons-window-minimize:before{content:"\f2d1";}
.icons-window-restore:before{content:"\f2d2";}
.icons-wine-bottle:before{content:"\f72f";}
.icons-wine-glass:before{content:"\f4e3";}
.icons-wine-glass-alt:before{content:"\f5ce";}
.icons-won-sign:before{content:"\f159";}
.icons-wrench:before{content:"\f0ad";}
.icons-x-ray:before{content:"\f497";}
.icons-yen-sign:before{content:"\f157";}
.icons-yin-yang:before{content:"\f6ad";}