boxicons/static/css/boxicons.css

2811 lines
42 KiB
CSS
Raw Normal View History

2018-07-22 19:54:07 +02:00
@font-face
{
font-family: 'boxicons';
font-weight: normal;
font-style: normal;
src: url('../fonts/boxicons.eot');
src: url('../fonts/boxicons.eot') format('embedded-opentype'),
url('../fonts/boxicons.woff2') format('woff2'),
2018-07-04 06:00:35 +02:00
url('../fonts/boxicons.woff') format('woff'),
2018-07-22 19:54:07 +02:00
url('../fonts/boxicons.ttf') format('truetype'),
2018-07-04 06:00:35 +02:00
url('../fonts/boxicons.svg?#boxicons') format('svg');
2018-06-15 09:50:17 +02:00
}
2018-06-26 10:41:09 +02:00
.bx
{
font-family: 'boxicons' !important;
font-weight: normal;
font-style: normal;
font-variant: normal;
line-height: 1;
display: inline-block;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
2018-07-22 19:54:07 +02:00
.bx-ul
{
margin-left: 2em;
padding-left: 0;
list-style: none;
}
.bx-ul > li
{
2018-07-03 08:48:00 +02:00
position: relative;
}
2018-07-22 19:54:07 +02:00
.bx-ul .bx
{
font-size: inherit;
line-height: inherit;
position: absolute;
left: -2em;
width: 2em;
text-align: center;
2018-07-03 08:48:00 +02:00
}
2018-06-26 10:41:09 +02:00
@-webkit-keyframes spin
{
0%
{
-webkit-transform: rotate(0);
transform: rotate(0);
}
100%
{
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spin
{
0%
{
-webkit-transform: rotate(0);
transform: rotate(0);
}
100%
{
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-webkit-keyframes burst
{
0%
{
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
90%
{
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
}
@keyframes burst
{
0%
{
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
90%
{
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
}
@-webkit-keyframes flashing
{
0%
{
opacity: 1;
}
45%
{
opacity: 0;
}
90%
{
opacity: 1;
}
}
@keyframes flashing
{
0%
{
opacity: 1;
}
45%
{
opacity: 0;
}
90%
{
opacity: 1;
}
}
@-webkit-keyframes fade-left
{
0%
{
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
75%
{
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
opacity: 0;
}
}
@keyframes fade-left
{
0%
{
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
75%
{
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
opacity: 0;
}
}
@-webkit-keyframes fade-right
{
0%
{
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
75%
{
-webkit-transform: translateX(20px);
transform: translateX(20px);
opacity: 0;
}
}
@keyframes fade-right
{
0%
{
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
75%
{
-webkit-transform: translateX(20px);
transform: translateX(20px);
opacity: 0;
}
}
2018-07-03 08:48:00 +02:00
@-webkit-keyframes fade-up
{
0%
{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
75%
{
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
opacity: 0;
}
}
@keyframes fade-up
{
0%
{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
75%
{
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
opacity: 0;
}
}
@-webkit-keyframes fade-down
{
0%
{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
75%
{
-webkit-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
}
}
@keyframes fade-down
{
0%
{
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
75%
{
-webkit-transform: translateY(20px);
transform: translateY(20px);
2018-06-26 10:41:09 +02:00
2018-07-03 08:48:00 +02:00
opacity: 0;
}
}
2018-06-26 10:41:09 +02:00
@-webkit-keyframes tada
{
from
{
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20%
{
-webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
}
30%,
50%,
70%,
90%
{
-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
}
40%,
60%,
80%
{
-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
}
to
{
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada
{
from
{
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20%
{
-webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
}
30%,
50%,
70%,
90%
{
-webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
}
40%,
60%,
80%
{
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
to
{
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bx-spin
{
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
.bx-spin-hover:hover
{
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
.bx-tada
{
-webkit-animation: tada 1.5s ease infinite;
animation: tada 1.5s ease infinite;
}
.bx-tada-hover:hover
{
-webkit-animation: tada 1.5s ease infinite;
animation: tada 1.5s ease infinite;
}
.bx-flashing
{
-webkit-animation: flashing 1.5s infinite linear;
animation: flashing 1.5s infinite linear;
}
.bx-flashing-hover:hover
{
-webkit-animation: flashing 1.5s infinite linear;
animation: flashing 1.5s infinite linear;
}
.bx-burst
{
-webkit-animation: burst 1.5s infinite linear;
animation: burst 1.5s infinite linear;
}
.bx-burst-hover:hover
{
-webkit-animation: burst 1.5s infinite linear;
animation: burst 1.5s infinite linear;
}
2018-07-03 08:48:00 +02:00
.bx-fade-up
{
-webkit-animation: fade-up 1.5s infinite linear;
animation: fade-up 1.5s infinite linear;
}
.bx-fade-up-hover:hover
{
-webkit-animation: fade-up 1.5s infinite linear;
animation: fade-up 1.5s infinite linear;
}
.bx-fade-down
{
-webkit-animation: fade-down 1.5s infinite linear;
animation: fade-down 1.5s infinite linear;
}
.bx-fade-down-hover:hover
{
-webkit-animation: fade-down 1.5s infinite linear;
animation: fade-down 1.5s infinite linear;
}
2018-06-26 10:41:09 +02:00
.bx-fade-left
{
-webkit-animation: fade-left 1.5s infinite linear;
animation: fade-left 1.5s infinite linear;
}
.bx-fade-left-hover:hover
{
-webkit-animation: fade-left 1.5s infinite linear;
animation: fade-left 1.5s infinite linear;
}
.bx-fade-right
{
-webkit-animation: fade-right 1.5s infinite linear;
animation: fade-right 1.5s infinite linear;
}
.bx-fade-right-hover:hover
{
-webkit-animation: fade-right 1.5s infinite linear;
animation: fade-right 1.5s infinite linear;
}
.bx-xs
{
2018-07-03 08:48:00 +02:00
font-size: 1rem!important;
2018-06-26 10:41:09 +02:00
}
.bx-sm
{
font-size: 1.55rem!important;
}
.bx-md
{
font-size: 2.25rem!important;
}
2018-07-22 19:54:07 +02:00
.bx-fw
{
2018-07-07 05:21:13 +02:00
font-size: 1.2857142857em;
2018-07-22 19:54:07 +02:00
line-height: .8em;
width: 1.2857142857em;
height: .8em;
margin-top: -.2em!important;
2018-07-07 05:21:13 +02:00
vertical-align: middle;
}
2018-06-26 10:41:09 +02:00
.bx-lg
{
font-size: 3.0rem!important;
}
2018-07-22 19:54:07 +02:00
.bx-pull-left
{
float: left;
2018-07-07 05:21:13 +02:00
margin-right: .3em!important;
}
2018-07-22 19:54:07 +02:00
.bx-pull-right
{
float: right;
2018-07-07 05:21:13 +02:00
margin-left: .3em!important;
}
2018-06-26 10:41:09 +02:00
.bx-rotate-90
{
transform: rotate(90deg);
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
}
.bx-rotate-180
{
transform: rotate(180deg);
2018-06-15 09:50:17 +02:00
2018-06-26 10:41:09 +02:00
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
2018-06-15 09:50:17 +02:00
}
2018-06-26 10:41:09 +02:00
.bx-rotate-270
{
transform: rotate(270deg);
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
}
.bx-flip-horizontal
{
transform: scaleX(-1);
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}
.bx-flip-vertical
{
transform: scaleY(-1);
-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
}
.bx-border
{
padding: .25em;
border: .07em solid rgba(0,0,0,.1);
border-radius: .25em;
}
.bx-border-circle
{
padding: .25em;
border: .07em solid rgba(0,0,0,.1);
border-radius: 50%;
}
2019-03-18 22:59:32 +01:00
.bx-alarm:before {
content: "\e900";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-alarm-off:before {
content: "\e901";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-album:before {
content: "\e902";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-align-justify:before {
content: "\e903";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-align-left:before {
content: "\e904";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-align-middle:before {
content: "\e905";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-align-right:before {
content: "\e906";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-ambulance:before {
content: "\e907";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-analyse:before {
content: "\e908";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-anchor:before {
content: "\e909";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-aperture:before {
content: "\e90a";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-archive:before {
content: "\e90b";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-area:before {
content: "\e90c";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-arrow-back:before {
content: "\e90d";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-at:before {
content: "\e90e";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-award:before {
content: "\e90f";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-badge:before {
content: "\e910";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-badge-check:before {
content: "\e911";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-ball:before {
content: "\e912";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bar-chart:before {
content: "\e913";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bar-chart-alt:before {
content: "\e914";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bar-chart-square:before {
content: "\e915";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-barcode:before {
content: "\e916";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-basketball:before {
content: "\e917";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bath:before {
content: "\e918";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-battery:before {
content: "\e919";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bed:before {
content: "\e91a";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bell:before {
content: "\e91b";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bell-minus:before {
content: "\e91c";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bell-off:before {
content: "\e91d";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bell-plus:before {
content: "\e91e";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bicycle:before {
content: "\e91f";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-block:before {
content: "\e920";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bluetooth:before {
content: "\e921";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-body:before {
content: "\e922";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bold:before {
content: "\e923";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-book:before {
content: "\e924";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-book-bookmark:before {
content: "\e925";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bookmark:before {
content: "\e926";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bookmark-minus:before {
content: "\e927";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bookmark-plus:before {
content: "\e928";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bookmarks:before {
content: "\e929";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-box:before {
content: "\e92a";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-briefcase:before {
content: "\e92b";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-briefcase-alt:before {
content: "\e92c";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-broadcast:before {
content: "\e92d";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bug:before {
content: "\e92e";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-building:before {
content: "\e92f";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bulb:before {
content: "\e930";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bullseye:before {
content: "\e931";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-buoy:before {
content: "\e932";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-bus:before {
content: "\e933";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-calendar:before {
content: "\e934";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-calendar-alt:before {
content: "\e935";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-calendar-check:before {
content: "\e936";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-calendar-event:before {
content: "\e937";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-calendar-minus:before {
content: "\e938";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-calendar-plus:before {
content: "\e939";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-calendar-x:before {
content: "\e93a";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-camera:before {
content: "\e93b";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-camera-off:before {
content: "\e93c";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-captions:before {
content: "\e93d";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-car:before {
content: "\e93e";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-card:before {
content: "\e93f";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-caret-down:before {
content: "\e940";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-caret-left:before {
content: "\e941";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-caret-right:before {
content: "\e942";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-caret-up:before {
content: "\e943";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-carousel:before {
content: "\e944";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-cart:before {
content: "\e945";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-cart-alt:before {
content: "\e946";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-cast:before {
content: "\e947";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-certification:before {
content: "\e948";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-chalkboard:before {
content: "\e949";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-chart:before {
content: "\e94a";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-check:before {
content: "\e94b";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-checkbox:before {
content: "\e94c";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-checkbox-checked:before {
content: "\e94d";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-checkbox-square:before {
content: "\e94e";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-check-circle:before {
content: "\e94f";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-check-double:before {
content: "\e950";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-chevron-down:before {
content: "\e951";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-chevron-left:before {
content: "\e952";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-chevron-right:before {
content: "\e953";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-chevrons-down:before {
content: "\e954";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-chevrons-left:before {
content: "\e955";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-chevrons-right:before {
content: "\e956";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-chevrons-up:before {
content: "\e957";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-chevron-up:before {
content: "\e958";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-chip:before {
content: "\e959";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-circle:before {
content: "\e95a";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-clipboard:before {
content: "\e95b";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-closet:before {
content: "\e95c";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-cloud:before {
content: "\e95d";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-cloud-download:before {
content: "\e95e";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-cloud-drizzle:before {
content: "\e95f";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-cloud-lightning:before {
content: "\e960";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-cloud-light-rain:before {
content: "\e961";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-cloud-rain:before {
content: "\e962";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-cloud-snow:before {
content: "\e963";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-cloud-upload:before {
content: "\e964";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-code:before {
content: "\e965";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-code-block:before {
content: "\e966";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-code-curly:before {
content: "\e967";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-coffee:before {
content: "\e968";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-cog:before {
content: "\e969";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-collapse:before {
content: "\e96a";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-collection:before {
content: "\e96b";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-columns:before {
content: "\e96c";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-command:before {
content: "\e96d";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-compass:before {
content: "\e96e";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-copy:before {
content: "\e96f";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-copyright:before {
content: "\e970";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-credit-card:before {
content: "\e971";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-crop:before {
content: "\e972";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-crosshair:before {
content: "\e973";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-crown:before {
content: "\e974";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-cube:before {
content: "\e975";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-cut:before {
content: "\e976";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-dashboard:before {
content: "\e977";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-data:before {
content: "\e978";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-desktop:before {
content: "\e979";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-dialpad:before {
content: "\e97a";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-diamond:before {
content: "\e97b";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-directions:before {
content: "\e97c";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-disc:before {
content: "\e97d";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-dislike:before {
content: "\e97e";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-dollar:before {
content: "\e97f";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-dollar-circle:before {
content: "\e980";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-dots-horizontal:before {
content: "\e981";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-dots-horizontal-rounded:before {
content: "\e982";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-dots-vertical:before {
content: "\e983";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-dots-vertical-rounded:before {
content: "\e984";
2018-06-29 22:00:13 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-down-arrow:before {
content: "\e985";
2018-06-29 22:00:13 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-down-arrow-circle:before {
content: "\e986";
2018-06-29 22:00:13 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-download:before {
content: "\e987";
2018-06-29 22:00:13 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-downvote:before {
content: "\e988";
2018-06-29 22:00:13 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-dumbbell:before {
content: "\e989";
2018-06-29 22:00:13 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-duplicate:before {
content: "\e98a";
2018-06-29 22:00:13 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-edit:before {
content: "\e98b";
2018-06-29 22:00:13 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-envelope:before {
content: "\e98c";
2018-06-29 22:00:13 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-equalizer:before {
content: "\e98d";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-error:before {
content: "\e98e";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-error-circle:before {
content: "\e98f";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-exit-fullscreen:before {
content: "\e990";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-expand:before {
content: "\e991";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-export:before {
content: "\e992";
2018-06-29 22:00:13 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-fast-forward:before {
content: "\e993";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-fast-forward-circle:before {
content: "\e994";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-female:before {
content: "\e995";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-file:before {
content: "\e996";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-file-blank:before {
content: "\e997";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-film:before {
content: "\e998";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-filter:before {
content: "\e999";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-fingerprint:before {
content: "\e99a";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-first-aid:before {
content: "\e99b";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-first-page:before {
content: "\e99c";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-flag:before {
content: "\e99d";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-folder:before {
content: "\e99e";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-folder-minus:before {
content: "\e99f";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-folder-open:before {
content: "\e9a0";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-folder-plus:before {
content: "\e9a1";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-font:before {
content: "\e9a2";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-font-color:before {
content: "\e9a3";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-font-family:before {
content: "\e9a4";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-font-size:before {
content: "\e9a5";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-football:before {
content: "\e9a6";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-fullscreen:before {
content: "\e9a7";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-gift:before {
content: "\e9a8";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-git-branch:before {
content: "\e9a9";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-git-commit:before {
content: "\e9aa";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-git-compare:before {
content: "\e9ab";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-git-merge:before {
content: "\e9ac";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-git-pull-request:before {
content: "\e9ad";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-git-repo-forked:before {
content: "\e9ae";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-globe:before {
content: "\e9af";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-globe-alt:before {
content: "\e9b0";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-grid:before {
content: "\e9b1";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-grid-alt:before {
content: "\e9b2";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-grid-horizontal:before {
content: "\e9b3";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-grid-small:before {
content: "\e9b4";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-grid-vertical:before {
content: "\e9b5";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-group:before {
content: "\e9b6";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-handicap:before {
content: "\e9b7";
2018-06-29 22:00:13 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-hash:before {
content: "\e9b8";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-hdd:before {
content: "\e9b9";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-heading:before {
content: "\e9ba";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-headphone:before {
content: "\e9bb";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-heart:before {
content: "\e9bc";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-help-circle:before {
content: "\e9bd";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-hide:before {
content: "\e9be";
2018-06-29 22:00:13 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-highlight:before {
content: "\e9bf";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-history:before {
content: "\e9c0";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-home:before {
content: "\e9c1";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-home-alt:before {
content: "\e9c2";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-horizontal-center:before {
content: "\e9c3";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-hotel:before {
content: "\e9c4";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-hourglass:before {
content: "\e9c5";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-id-card:before {
content: "\e9c6";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-image:before {
content: "\e9c7";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-images:before {
content: "\e9c8";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-import:before {
content: "\e9c9";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-infinite:before {
content: "\e9ca";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-info-circle:before {
content: "\e9cb";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-italic:before {
content: "\e9cc";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-joystick:before {
content: "\e9cd";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-joystick-alt:before {
content: "\e9ce";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-joystick-button:before {
content: "\e9cf";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-key:before {
content: "\e9d0";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-laptop:before {
content: "\e9d1";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-last-page:before {
content: "\e9d2";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-layer:before {
content: "\e9d3";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-layout:before {
content: "\e9d4";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-left-arrow:before {
content: "\e9d5";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-left-arrow-circle:before {
content: "\e9d6";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-left-down-arrow-circle:before {
content: "\e9d7";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-left-indent:before {
content: "\e9d8";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-left-top-arrow-circle:before {
content: "\e9d9";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-like:before {
content: "\e9da";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-link:before {
content: "\e9db";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-link-alt:before {
content: "\e9dc";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-link-external:before {
content: "\e9dd";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-list:before {
content: "\e9de";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-list-check:before {
content: "\e9df";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-list-ol:before {
content: "\e9e0";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-list-plus:before {
content: "\e9e1";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-list-ul:before {
content: "\e9e2";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-list-x:before {
content: "\e9e3";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-loader:before {
content: "\e9e4";
2018-06-29 22:00:13 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-loader-alt:before {
content: "\e9e5";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-loader-circle:before {
content: "\e9e6";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-lock:before {
content: "\e9e7";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-lock-open:before {
content: "\e9e8";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-log-in:before {
content: "\e9e9";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-log-out:before {
content: "\e9ea";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-magnet:before {
content: "\e9eb";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-male:before {
content: "\e9ec";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-map:before {
content: "\e9ed";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-map-alt:before {
content: "\e9ee";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-menu:before {
content: "\e9ef";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-menu-alt-left:before {
content: "\e9f0";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-menu-alt-right:before {
content: "\e9f1";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-message:before {
content: "\e9f2";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-message-rounded:before {
content: "\e9f3";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-microphone:before {
content: "\e9f4";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-microphone-off:before {
content: "\e9f5";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-minus:before {
content: "\e9f6";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-minus-circle:before {
content: "\e9f7";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-mobile:before {
content: "\e9f8";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-mobile-alt:before {
content: "\e9f9";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-money:before {
content: "\e9fa";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-moon:before {
content: "\e9fb";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-mouse:before {
content: "\e9fc";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-move:before {
content: "\e9fd";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-move-horizontal:before {
content: "\e9fe";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-move-vertical:before {
content: "\e9ff";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-movie:before {
content: "\ea00";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-music:before {
content: "\ea01";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-navigation:before {
content: "\ea02";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-news:before {
content: "\ea03";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-note:before {
content: "\ea04";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-notification:before {
content: "\ea05";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-notification-off:before {
content: "\ea06";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-package:before {
content: "\ea07";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-paint:before {
content: "\ea08";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-paperclip:before {
content: "\ea09";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-paper-plane:before {
content: "\ea0a";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-paragraph:before {
content: "\ea0b";
2018-06-26 10:41:09 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-paste:before {
content: "\ea0c";
2018-06-29 22:00:13 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-pause:before {
content: "\ea0d";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-pause-circle:before {
content: "\ea0e";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-pen:before {
content: "\ea0f";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-pencil:before {
content: "\ea10";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-phone:before {
content: "\ea11";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-phone-call:before {
content: "\ea12";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-phone-incoming:before {
content: "\ea13";
2018-06-15 09:50:17 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-phone-outgoing:before {
content: "\ea14";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-photo-album:before {
content: "\ea15";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-pie-chart:before {
content: "\ea16";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-pin:before {
content: "\ea17";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-planet:before {
content: "\ea18";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-play:before {
content: "\ea19";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-play-circle:before {
content: "\ea1a";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-plus:before {
content: "\ea1b";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-plus-circle:before {
content: "\ea1c";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-poll:before {
content: "\ea1d";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-power-off:before {
content: "\ea1e";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-pulse:before {
content: "\ea1f";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-purchase-tag:before {
content: "\ea20";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-question-mark:before {
content: "\ea21";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-radar:before {
content: "\ea22";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-radio-circle:before {
content: "\ea23";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-radio-circle-marked:before {
content: "\ea24";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-rectangle:before {
content: "\ea25";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-redo:before {
content: "\ea26";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-rename:before {
content: "\ea27";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-repeat:before {
content: "\ea28";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-reply:before {
content: "\ea29";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-reply-all:before {
content: "\ea2a";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-repost:before {
content: "\ea2b";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-reset:before {
content: "\ea2c";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-restaurant:before {
content: "\ea2d";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-revision:before {
content: "\ea2e";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-rewind:before {
content: "\ea2f";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-rewind-circle:before {
content: "\ea30";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-right-arrow:before {
content: "\ea31";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-right-arrow-circle:before {
content: "\ea32";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-right-down-arrow-circle:before {
content: "\ea33";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-right-indent:before {
content: "\ea34";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-right-top-arrow-circle:before {
content: "\ea35";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-rocket:before {
content: "\ea36";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-rotate-left:before {
content: "\ea37";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-rotate-right:before {
content: "\ea38";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-rss:before {
content: "\ea39";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-ruler:before {
content: "\ea3a";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-save:before {
content: "\ea3b";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-screenshot:before {
content: "\ea3c";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-search:before {
content: "\ea3d";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-search-alt:before {
content: "\ea3e";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-selection:before {
content: "\ea3f";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-select-multiple:before {
content: "\ea40";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-send:before {
content: "\ea41";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-server:before {
content: "\ea42";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-share:before {
content: "\ea43";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-share-alt:before {
content: "\ea44";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-shield:before {
content: "\ea45";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-shopping-bag:before {
content: "\ea46";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-show:before {
content: "\ea47";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-show-alt:before {
content: "\ea48";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-shuffle:before {
content: "\ea49";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-sidebar:before {
content: "\ea4a";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-sitemap:before {
content: "\ea4b";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-skip-next:before {
content: "\ea4c";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-skip-next-circle:before {
content: "\ea4d";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-skip-previous:before {
content: "\ea4e";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-skip-previous-circle:before {
content: "\ea4f";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-slider:before {
content: "\ea50";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-slider-alt:before {
content: "\ea51";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-sort:before {
content: "\ea52";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-sort-down:before {
content: "\ea53";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-sort-up:before {
content: "\ea54";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-spreadsheet:before {
content: "\ea55";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-star:before {
content: "\ea56";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-station:before {
content: "\ea57";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-stats:before {
content: "\ea58";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-stop:before {
content: "\ea59";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-stop-circle:before {
content: "\ea5a";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-stopwatch:before {
content: "\ea5b";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-store:before {
content: "\ea5c";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-strikethrough:before {
content: "\ea5d";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-subdirectory-left:before {
content: "\ea5e";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-subdirectory-right:before {
content: "\ea5f";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-sun:before {
content: "\ea60";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-support:before {
content: "\ea61";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-sync:before {
content: "\ea62";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-tab:before {
content: "\ea63";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-table:before {
content: "\ea64";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-tag:before {
content: "\ea65";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-target-lock:before {
content: "\ea66";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-task:before {
content: "\ea67";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-taxi:before {
content: "\ea68";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-tennis-ball:before {
content: "\ea69";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-terminal:before {
content: "\ea6a";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-test-tube:before {
content: "\ea6b";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-text:before {
content: "\ea6c";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-time:before {
content: "\ea6d";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-timer:before {
content: "\ea6e";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-toggle-left:before {
content: "\ea6f";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-toggle-right:before {
content: "\ea70";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-train:before {
content: "\ea71";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-transfer:before {
content: "\ea72";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-trash:before {
content: "\ea73";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-trash-alt:before {
content: "\ea74";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-trending-down:before {
content: "\ea75";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-trending-up:before {
content: "\ea76";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-truck:before {
content: "\ea77";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-tv:before {
content: "\ea78";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-underline:before {
content: "\ea79";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-undo:before {
content: "\ea7a";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-unlink:before {
content: "\ea7b";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-up-arrow:before {
content: "\ea7c";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-up-arrow-circle:before {
content: "\ea7d";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-upload:before {
content: "\ea7e";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-upvote:before {
content: "\ea7f";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-usb:before {
content: "\ea80";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-user:before {
content: "\ea81";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-user-check:before {
content: "\ea82";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-user-circle:before {
content: "\ea83";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-user-minus:before {
content: "\ea84";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-user-plus:before {
content: "\ea85";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-user-x:before {
content: "\ea86";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-vertical-center:before {
content: "\ea87";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-video:before {
content: "\ea88";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-video-off:before {
content: "\ea89";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-video-plus:before {
content: "\ea8a";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bx-voicemail:before {
content: "\ea8b";
}
.bx-volume:before {
content: "\ea8c";
}
.bx-volume-full:before {
content: "\ea8d";
}
.bx-volume-low:before {
content: "\ea8e";
}
.bx-volume-mute:before {
content: "\ea8f";
}
.bx-walk:before {
content: "\ea90";
}
.bx-wallet:before {
content: "\ea91";
}
.bx-water:before {
content: "\ea92";
}
.bx-wifi:before {
content: "\ea93";
}
.bx-wind:before {
content: "\ea94";
}
.bx-window:before {
content: "\ea95";
}
.bx-window-close:before {
content: "\ea96";
}
.bx-window-open:before {
content: "\ea97";
}
.bx-windows:before {
content: "\ea98";
}
.bx-world:before {
content: "\ea99";
}
.bx-wrench:before {
content: "\ea9a";
}
.bx-x:before {
content: "\ea9b";
}
.bx-x-circle:before {
content: "\ea9c";
}
.bx-zoom-in:before {
content: "\ea9d";
}
.bx-zoom-out:before {
content: "\ea9e";
}
.bxs-adjust:before {
content: "\ea9f";
}
.bxs-album:before {
content: "\eaa0";
}
.bxs-ambulance:before {
content: "\eaa1";
}
.bxs-archive:before {
content: "\eaa2";
}
.bxs-area:before {
content: "\eaa3";
}
.bxs-award:before {
content: "\eaa4";
}
.bxs-badge:before {
content: "\eaa5";
}
.bxs-badge-check:before {
content: "\eaa6";
}
.bxs-ball:before {
content: "\eaa7";
}
.bxs-bar-chart-square:before {
content: "\eaa8";
}
.bxs-barcode:before {
content: "\eaa9";
}
.bxs-bath:before {
content: "\eaaa";
}
.bxs-battery:before {
content: "\eaab";
}
.bxs-battery-charging:before {
content: "\eaac";
}
.bxs-battery-full:before {
content: "\eaad";
}
.bxs-battery-low:before {
content: "\eaae";
}
.bxs-bed:before {
content: "\eaaf";
}
.bxs-bell:before {
content: "\eab0";
}
.bxs-bell-off:before {
content: "\eab1";
}
.bxs-bell-ring:before {
content: "\eab2";
}
.bxs-bolt:before {
content: "\eab3";
}
.bxs-book:before {
content: "\eab4";
}
.bxs-book-bookmark:before {
content: "\eab5";
}
.bxs-bookmark:before {
content: "\eab6";
}
.bxs-bookmark-plus:before {
content: "\eab7";
}
.bxs-bookmark-star:before {
content: "\eab8";
}
.bxs-book-open:before {
content: "\eab9";
}
.bxs-bot:before {
content: "\eaba";
}
.bxs-box:before {
content: "\eabb";
}
.bxs-briefcase:before {
content: "\eabc";
}
.bxs-brush:before {
content: "\eabd";
}
.bxs-bug:before {
content: "\eabe";
}
.bxs-building:before {
content: "\eabf";
}
.bxs-bulb:before {
content: "\eac0";
}
.bxs-buoy:before {
content: "\eac1";
}
.bxs-bus:before {
content: "\eac2";
}
.bxs-calculator:before {
content: "\eac3";
}
.bxs-camera:before {
content: "\eac4";
}
.bxs-camera-off:before {
content: "\eac5";
}
.bxs-capsule:before {
content: "\eac6";
}
.bxs-captions:before {
content: "\eac7";
}
.bxs-car:before {
content: "\eac8";
}
.bxs-card:before {
content: "\eac9";
}
.bxs-cart:before {
content: "\eaca";
}
.bxs-cart-alt:before {
content: "\eacb";
}
.bxs-categories:before {
content: "\eacc";
}
.bxs-certification:before {
content: "\eacd";
}
.bxs-chart:before {
content: "\eace";
}
.bxs-checkbox:before {
content: "\eacf";
}
.bxs-checkbox-checked:before {
content: "\ead0";
}
.bxs-check-circle:before {
content: "\ead1";
}
.bxs-chip:before {
content: "\ead2";
}
.bxs-cloud:before {
content: "\ead3";
}
.bxs-cloud-download:before {
content: "\ead4";
}
.bxs-cloud-upload:before {
content: "\ead5";
}
.bxs-coffee:before {
content: "\ead6";
}
.bxs-coffee-alt:before {
content: "\ead7";
}
.bxs-cog:before {
content: "\ead8";
}
.bxs-collection:before {
content: "\ead9";
}
.bxs-color-fill:before {
content: "\eada";
}
.bxs-contact:before {
content: "\eadb";
}
.bxs-conversation:before {
content: "\eadc";
}
.bxs-copy:before {
content: "\eadd";
}
.bxs-coupon:before {
content: "\eade";
}
.bxs-crown:before {
content: "\eadf";
}
.bxs-cube:before {
content: "\eae0";
}
.bxs-dashboard:before {
content: "\eae1";
}
.bxs-detail:before {
content: "\eae2";
}
.bxs-direction:before {
content: "\eae3";
}
.bxs-directions:before {
content: "\eae4";
}
.bxs-disc:before {
content: "\eae5";
}
.bxs-discount:before {
content: "\eae6";
}
.bxs-dislike:before {
content: "\eae7";
}
.bxs-dock-bottom:before {
content: "\eae8";
}
.bxs-dock-left:before {
content: "\eae9";
}
.bxs-dock-right:before {
content: "\eaea";
}
.bxs-dock-top:before {
content: "\eaeb";
}
.bxs-dollar-circle:before {
content: "\eaec";
}
.bxs-down-arrow-circle:before {
content: "\eaed";
}
.bxs-down-arrow-square:before {
content: "\eaee";
}
.bxs-download:before {
content: "\eaef";
}
.bxs-downvote:before {
content: "\eaf0";
}
.bxs-drink:before {
content: "\eaf1";
}
.bxs-droplet:before {
content: "\eaf2";
}
.bxs-duplicate:before {
content: "\eaf3";
}
.bxs-edit:before {
content: "\eaf4";
}
.bxs-eject:before {
content: "\eaf5";
}
.bxs-envelope:before {
content: "\eaf6";
}
.bxs-eraser:before {
content: "\eaf7";
}
.bxs-error:before {
content: "\eaf8";
}
.bxs-error-circle:before {
content: "\eaf9";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-eyedropper:before {
content: "\eafa";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-factory:before {
content: "\eafb";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-file:before {
content: "\eafc";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-file-blank:before {
content: "\eafd";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-file-image:before {
content: "\eafe";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-file-pdf:before {
content: "\eaff";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-file-plus:before {
content: "\eb00";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-film:before {
content: "\eb01";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-filter-alt:before {
content: "\eb02";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-first-aid:before {
content: "\eb03";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-flag:before {
content: "\eb04";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-flag-alt:before {
content: "\eb05";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-flame:before {
content: "\eb06";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-flask:before {
content: "\eb07";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-folder:before {
content: "\eb08";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-folder-open:before {
content: "\eb09";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-folder-plus:before {
content: "\eb0a";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-gas-pump:before {
content: "\eb0b";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-gift:before {
content: "\eb0c";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-grid-alt:before {
content: "\eb0d";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-group:before {
content: "\eb0e";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-hdd:before {
content: "\eb0f";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-heart:before {
content: "\eb10";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-help-circle:before {
content: "\eb11";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-hide:before {
content: "\eb12";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-home:before {
content: "\eb13";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-hot:before {
content: "\eb14";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-hotel:before {
content: "\eb15";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-hourglass:before {
content: "\eb16";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-image:before {
content: "\eb17";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-image-alt:before {
content: "\eb18";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-inbox:before {
content: "\eb19";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-info-circle:before {
content: "\eb1a";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-joystick:before {
content: "\eb1b";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-joystick-alt:before {
content: "\eb1c";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-joystick-button:before {
content: "\eb1d";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-key:before {
content: "\eb1e";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-keyboard:before {
content: "\eb1f";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-landmark:before {
content: "\eb20";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-layer:before {
content: "\eb21";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-left-arrow-circle:before {
content: "\eb22";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-left-arrow-square:before {
content: "\eb23";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-like:before {
content: "\eb24";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-lock:before {
content: "\eb25";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-lock-open:before {
content: "\eb26";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-magic-wand:before {
content: "\eb27";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-magnet:before {
content: "\eb28";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-map:before {
content: "\eb29";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-map-alt:before {
content: "\eb2a";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-megaphone:before {
content: "\eb2b";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-message:before {
content: "\eb2c";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-message-rounded:before {
content: "\eb2d";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-microphone:before {
content: "\eb2e";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-microphone-alt:before {
content: "\eb2f";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-microphone-off:before {
content: "\eb30";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-minus-circle:before {
content: "\eb31";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-minus-square:before {
content: "\eb32";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-moon:before {
content: "\eb33";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-mouse:before {
content: "\eb34";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-movie:before {
content: "\eb35";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-music:before {
content: "\eb36";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-navigation:before {
content: "\eb37";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-news:before {
content: "\eb38";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-note:before {
content: "\eb39";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-package:before {
content: "\eb3a";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-paper-plane:before {
content: "\eb3b";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-paste:before {
content: "\eb3c";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-pen:before {
content: "\eb3d";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-pencil:before {
content: "\eb3e";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-phone:before {
content: "\eb3f";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-phone-call:before {
content: "\eb40";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-phone-incoming:before {
content: "\eb41";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-phone-outgoing:before {
content: "\eb42";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-photo-album:before {
content: "\eb43";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-pie-chart:before {
content: "\eb44";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-pin:before {
content: "\eb45";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-plane:before {
content: "\eb46";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-planet:before {
content: "\eb47";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-playlist:before {
content: "\eb48";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-plug:before {
content: "\eb49";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-plus-circle:before {
content: "\eb4a";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-plus-square:before {
content: "\eb4b";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-printer:before {
content: "\eb4c";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-purchase-tag:before {
content: "\eb4d";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-quote-left:before {
content: "\eb4e";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-quote-right:before {
content: "\eb4f";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-radio:before {
content: "\eb50";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-rename:before {
content: "\eb51";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-report:before {
content: "\eb52";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-right-arrow-circle:before {
content: "\eb53";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-right-arrow-square:before {
content: "\eb54";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-rocket:before {
content: "\eb55";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-ruler:before {
content: "\eb56";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-save:before {
content: "\eb57";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-select-multiple:before {
content: "\eb58";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-send:before {
content: "\eb59";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-server:before {
content: "\eb5a";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-share:before {
content: "\eb5b";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-share-alt:before {
content: "\eb5c";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-shield:before {
content: "\eb5d";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-ship:before {
content: "\eb5e";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-shopping-bag:before {
content: "\eb5f";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-shopping-bag-alt:before {
content: "\eb60";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-show:before {
content: "\eb61";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-skull:before {
content: "\eb62";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-smiley-happy:before {
content: "\eb63";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-smiley-meh:before {
content: "\eb64";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-smiley-sad:before {
content: "\eb65";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-sort-alt:before {
content: "\eb66";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-spreadsheet:before {
content: "\eb67";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-star:before {
content: "\eb68";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-star-half:before {
content: "\eb69";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-sun:before {
content: "\eb6a";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-tag:before {
content: "\eb6b";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-tag-x:before {
content: "\eb6c";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-taxi:before {
content: "\eb6d";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-tennis-ball:before {
content: "\eb6e";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-terminal:before {
content: "\eb6f";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-thermometer:before {
content: "\eb70";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-toggle-left:before {
content: "\eb71";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-toggle-right:before {
content: "\eb72";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-torch:before {
content: "\eb73";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-to-top:before {
content: "\eb74";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-train:before {
content: "\eb75";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-trash:before {
content: "\eb76";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-trash-alt:before {
content: "\eb77";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-tree:before {
content: "\eb78";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-trophy:before {
content: "\eb79";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-truck:before {
content: "\eb7a";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-t-shirt:before {
content: "\eb7b";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-up-arrow-circle:before {
content: "\eb7c";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-up-arrow-square:before {
content: "\eb7d";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-upvote:before {
content: "\eb7e";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-user:before {
content: "\eb7f";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-user-badge:before {
content: "\eb80";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-user-circle:before {
content: "\eb81";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-user-detail:before {
content: "\eb82";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-user-minus:before {
content: "\eb83";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-user-plus:before {
content: "\eb84";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-user-rectangle:before {
content: "\eb85";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-video:before {
content: "\eb86";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-video-off:before {
content: "\eb87";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-video-plus:before {
content: "\eb88";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-videos:before {
content: "\eb89";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-volume:before {
content: "\eb8a";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-volume-full:before {
content: "\eb8b";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-volume-low:before {
content: "\eb8c";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-volume-mute:before {
content: "\eb8d";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-wallet:before {
content: "\eb8e";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-watch:before {
content: "\eb8f";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-watch-alt:before {
content: "\eb90";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-widget:before {
content: "\eb91";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-wrench:before {
content: "\eb92";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-x-circle:before {
content: "\eb93";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-x-square:before {
content: "\eb94";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-yin-yang:before {
content: "\eb95";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxs-zap:before {
content: "\eb96";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-500px:before {
content: "\eb97";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-airbnb:before {
content: "\eb98";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-amazon:before {
content: "\eb99";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-android:before {
content: "\eb9a";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-angular:before {
content: "\eb9b";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-apple:before {
content: "\eb9c";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-baidu:before {
content: "\eb9d";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-behance:before {
content: "\eb9e";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-bing:before {
content: "\eb9f";
2018-07-14 05:16:04 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-bitcoin:before {
content: "\eba0";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-blogger:before {
content: "\eba1";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-bootstrap:before {
content: "\eba2";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-chrome:before {
content: "\eba3";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-codepen:before {
content: "\eba4";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-creative-commons:before {
content: "\eba5";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-css3:before {
content: "\eba6";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-dailymotion:before {
content: "\eba7";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-deviantart:before {
content: "\eba8";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-digg:before {
content: "\eba9";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-digitalocean:before {
content: "\ebaa";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-discord:before {
content: "\ebab";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-discourse:before {
content: "\ebac";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-dribbble:before {
content: "\ebad";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-dropbox:before {
content: "\ebae";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-drupal:before {
content: "\ebaf";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-ebay:before {
content: "\ebb0";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-edge:before {
content: "\ebb1";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-facebook:before {
content: "\ebb2";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-facebook-square:before {
content: "\ebb3";
2018-07-03 08:48:00 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-firefox:before {
content: "\ebb4";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-flickr:before {
content: "\ebb5";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-flickr-square:before {
content: "\ebb6";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-foursquare:before {
content: "\ebb7";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-git:before {
content: "\ebb8";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-github:before {
content: "\ebb9";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-google:before {
content: "\ebba";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-google-plus:before {
content: "\ebbb";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-google-plus-circle:before {
content: "\ebbc";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-html5:before {
content: "\ebbd";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-instagram:before {
content: "\ebbe";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-internet-explorer:before {
content: "\ebbf";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-invision:before {
content: "\ebc0";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-javascript:before {
content: "\ebc1";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-joomla:before {
content: "\ebc2";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-jsfiddle:before {
content: "\ebc3";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-kickstarter:before {
content: "\ebc4";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-less:before {
content: "\ebc5";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-linkedin:before {
content: "\ebc6";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-linkedin-square:before {
content: "\ebc7";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-magento:before {
content: "\ebc8";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-mailchimp:before {
content: "\ebc9";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-mastercard:before {
content: "\ebca";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-medium:before {
content: "\ebcb";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-medium-old:before {
content: "\ebcc";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-medium-square:before {
content: "\ebcd";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-messenger:before {
content: "\ebce";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-microsoft:before {
content: "\ebcf";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-nodejs:before {
content: "\ebd0";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-opera:before {
content: "\ebd1";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-paypal:before {
content: "\ebd2";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-periscope:before {
content: "\ebd3";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-pinterest:before {
content: "\ebd4";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-play-store:before {
content: "\ebd5";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-pocket:before {
content: "\ebd6";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-product-hunt:before {
content: "\ebd7";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-quora:before {
content: "\ebd8";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-react:before {
content: "\ebd9";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-reddit:before {
content: "\ebda";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-redux:before {
content: "\ebdb";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-sass:before {
content: "\ebdc";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-shopify:before {
content: "\ebdd";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-skype:before {
content: "\ebde";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-slack:before {
content: "\ebdf";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-slack-old:before {
content: "\ebe0";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-snapchat:before {
content: "\ebe1";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-soundcloud:before {
content: "\ebe2";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-spotify:before {
content: "\ebe3";
2018-07-22 19:54:07 +02:00
}
2019-03-18 22:59:32 +01:00
.bxl-squarespace:before {
content: "\ebe4";
2018-11-12 20:32:16 +01:00
}
2019-03-18 22:59:32 +01:00
.bxl-stack-overflow:before {
content: "\ebe5";
2018-11-12 20:32:16 +01:00
}
2019-03-18 22:59:32 +01:00
.bxl-stripe:before {
content: "\ebe6";
2018-11-12 20:32:16 +01:00
}
2019-03-18 22:59:32 +01:00
.bxl-telegram:before {
content: "\ebe7";
2018-11-12 20:32:16 +01:00
}
2019-03-18 22:59:32 +01:00
.bxl-trello:before {
content: "\ebe8";
2018-11-12 20:32:16 +01:00
}
2019-03-18 22:59:32 +01:00
.bxl-tumblr:before {
content: "\ebe9";
2018-11-12 20:32:16 +01:00
}
2019-03-18 22:59:32 +01:00
.bxl-twitch:before {
content: "\ebea";
}
2019-03-18 22:59:32 +01:00
.bxl-twitter:before {
content: "\ebeb";
}
2019-03-18 22:59:32 +01:00
.bxl-unsplash:before {
content: "\ebec";
}
2019-03-18 22:59:32 +01:00
.bxl-vimeo:before {
content: "\ebed";
}
2019-03-18 22:59:32 +01:00
.bxl-visa:before {
content: "\ebee";
}
2019-03-18 22:59:32 +01:00
.bxl-vk:before {
content: "\ebef";
}
2019-03-18 22:59:32 +01:00
.bxl-vuejs:before {
content: "\ebf0";
}
2019-03-18 22:59:32 +01:00
.bxl-whatsapp:before {
content: "\ebf1";
}
2019-03-18 22:59:32 +01:00
.bxl-whatsapp-square:before {
content: "\ebf2";
}
2019-03-18 22:59:32 +01:00
.bxl-wikipedia:before {
content: "\ebf3";
}
2019-03-18 22:59:32 +01:00
.bxl-windows:before {
content: "\ebf4";
}
2019-03-18 22:59:32 +01:00
.bxl-wix:before {
content: "\ebf5";
}
2019-03-18 22:59:32 +01:00
.bxl-wordpress:before {
content: "\ebf6";
}
2019-03-18 22:59:32 +01:00
.bxl-yahoo:before {
content: "\ebf7";
}
2019-03-18 22:59:32 +01:00
.bxl-yelp:before {
content: "\ebf8";
}
2019-03-18 22:59:32 +01:00
.bxl-youtube:before {
content: "\ebf9";
}