@font-face { font-family: 'boxicons'; src: url('../fonts/boxicons.eot?jhjzqt'); src: url('../fonts/boxicons.eot?jhjzqt#iefix') format('embedded-opentype'), url('../fonts/boxicons.ttf?jhjzqt') format('truetype'), url('../fonts/boxicons.woff?jhjzqt') format('woff'), url('../fonts/boxicons.svg?jhjzqt#boxicons') format('svg'); font-weight: normal; font-style: normal; } .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; } @-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; } } @-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; } .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 { font-size: .8rem!important; } .bx-sm { font-size: 1.55rem!important; } .bx-md { font-size: 2.25rem!important; } .bx-lg { font-size: 3.0rem!important; } .bx-rotate-90 { transform: rotate(90deg); -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'; } .bx-rotate-180 { transform: rotate(180deg); -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'; } .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%; } .bx-adjust:before { content: "\e900"; } .bx-alarm:before { content: "\e901"; } .bx-alarm-off:before { content: "\e902"; } .bx-album:before { content: "\e903"; } .bx-align-left:before { content: "\e904"; } .bx-align-middle:before { content: "\e905"; } .bx-align-right:before { content: "\e906"; } .bx-anchor:before { content: "\e907"; } .bx-aperture:before { content: "\e908"; } .bx-archive:before { content: "\e909"; } .bx-archive-in:before { content: "\e90a"; } .bx-archive-out:before { content: "\e90b"; } .bx-arrow-back:before { content: "\e90c"; } .bx-asterisk:before { content: "\e90d"; } .bx-at:before { content: "\e90e"; } .bx-award:before { content: "\e90f"; } .bx-bar-chart:before { content: "\e910"; } .bx-bar-chart-alt:before { content: "\e911"; } .bx-bar-chart-square:before { content: "\e912"; } .bx-barcode:before { content: "\e913"; } .bx-basketball:before { content: "\e914"; } .bx-battery:before { content: "\e915"; } .bx-battery-charging:before { content: "\e916"; } .bx-battery-full:before { content: "\e917"; } .bx-battery-low:before { content: "\e918"; } .bx-behance:before { content: "\e919"; } .bx-bell:before { content: "\e91a"; } .bx-bell-minus:before { content: "\e91b"; } .bx-bell-off:before { content: "\e91c"; } .bx-bell-plus:before { content: "\e91d"; } .bx-bitcoin:before { content: "\e91e"; } .bx-block:before { content: "\e91f"; } .bx-bluetooth:before { content: "\e920"; } .bx-body:before { content: "\e921"; } .bx-bold:before { content: "\e922"; } .bx-bolt:before { content: "\e923"; } .bx-book:before { content: "\e924"; } .bx-book-bookmark:before { content: "\e925"; } .bx-bookmark:before { content: "\e926"; } .bx-bookmark-minus:before { content: "\e927"; } .bx-bookmark-plus:before { content: "\e928"; } .bx-bookmarks:before { content: "\e929"; } .bx-bookmark-star:before { content: "\e92a"; } .bx-book-open:before { content: "\e92b"; } .bx-briefcase:before { content: "\e92c"; } .bx-briefcase-alt:before { content: "\e92d"; } .bx-broadcast:before { content: "\e92e"; } .bx-bucket:before { content: "\e92f"; } .bx-bug:before { content: "\e930"; } .bx-building:before { content: "\e931"; } .bx-bulb:before { content: "\e932"; } .bx-bullseye:before { content: "\e933"; } .bx-buoy:before { content: "\e934"; } .bx-calculator:before { content: "\e935"; } .bx-calendar:before { content: "\e936"; } .bx-calendar-add:before { content: "\e937"; } .bx-calendar-alt:before { content: "\e938"; } .bx-calendar-check:before { content: "\e939"; } .bx-calendar-minus:before { content: "\e93a"; } .bx-calendar-remove:before { content: "\e93b"; } .bx-camera:before { content: "\e93c"; } .bx-camera-alt:before { content: "\e93d"; } .bx-camera-off:before { content: "\e93e"; } .bx-capsule:before { content: "\e93f"; } .bx-captions:before { content: "\e940"; } .bx-car:before { content: "\e941"; } .bx-carousel:before { content: "\e942"; } .bx-cart:before { content: "\e943"; } .bx-cart-alt:before { content: "\e944"; } .bx-cast:before { content: "\e945"; } .bx-categories:before { content: "\e946"; } .bx-chalkboard:before { content: "\e947"; } .bx-chart:before { content: "\e948"; } .bx-check:before { content: "\e949"; } .bx-checkbox:before { content: "\e94a"; } .bx-checkbox-checked:before { content: "\e94b"; } .bx-checkbox-square:before { content: "\e94c"; } .bx-chevron-down:before { content: "\e94d"; } .bx-chevron-left:before { content: "\e94e"; } .bx-chevron-right:before { content: "\e94f"; } .bx-chevrons-down:before { content: "\e950"; } .bx-chevrons-left:before { content: "\e951"; } .bx-chevrons-right:before { content: "\e952"; } .bx-chevrons-up:before { content: "\e953"; } .bx-chevron-up:before { content: "\e954"; } .bx-chip:before { content: "\e955"; } .bx-chrome:before { content: "\e956"; } .bx-clipboard:before { content: "\e957"; } .bx-closet:before { content: "\e958"; } .bx-cloud:before { content: "\e959"; } .bx-cloud-download:before { content: "\e95a"; } .bx-cloud-drizzle:before { content: "\e95b"; } .bx-cloud-lightning:before { content: "\e95c"; } .bx-cloud-light-rain:before { content: "\e95d"; } .bx-cloud-rain:before { content: "\e95e"; } .bx-cloud-snow:before { content: "\e95f"; } .bx-cloud-upload:before { content: "\e960"; } .bx-code:before { content: "\e961"; } .bx-code-curly:before { content: "\e962"; } .bx-codepen:before { content: "\e963"; } .bx-coffee:before { content: "\e964"; } .bx-cog:before { content: "\e965"; } .bx-collapse:before { content: "\e966"; } .bx-collection:before { content: "\e967"; } .bx-columns:before { content: "\e968"; } .bx-command:before { content: "\e969"; } .bx-compass:before { content: "\e96a"; } .bx-contact:before { content: "\e96b"; } .bx-conversation:before { content: "\e96c"; } .bx-copy:before { content: "\e96d"; } .bx-copyright:before { content: "\e96e"; } .bx-coupon:before { content: "\e96f"; } .bx-credit-card:before { content: "\e970"; } .bx-crop:before { content: "\e971"; } .bx-crosshair:before { content: "\e972"; } .bx-crown:before { content: "\e973"; } .bx-cube:before { content: "\e974"; } .bx-cut:before { content: "\e975"; } .bx-dashboard:before { content: "\e976"; } .bx-data:before { content: "\e977"; } .bx-desktop:before { content: "\e978"; } .bx-detail:before { content: "\e979"; } .bx-diamond:before { content: "\e97a"; } .bx-directions:before { content: "\e97b"; } .bx-discount:before { content: "\e97c"; } .bx-dislike:before { content: "\e97d"; } .bx-dock-bottom:before { content: "\e97e"; } .bx-dock-left:before { content: "\e97f"; } .bx-dock-right:before { content: "\e980"; } .bx-dock-top:before { content: "\e981"; } .bx-dollar:before { content: "\e982"; } .bx-dollar-circle:before { content: "\e983"; } .bx-dots-horizontal:before { content: "\e984"; } .bx-dots-horizontal-rounded:before { content: "\e985"; } .bx-dots-vertical:before { content: "\e986"; } .bx-dots-vertical-rounded:before { content: "\e987"; } .bx-down-arrow-circle:before { content: "\e988"; } .bx-down-arrow-outline:before { content: "\e989"; } .bx-download:before { content: "\e98a"; } .bx-download-alt:before { content: "\e98b"; } .bx-downvote:before { content: "\e98c"; } .bx-dribbble:before { content: "\e98d"; } .bx-drink:before { content: "\e98e"; } .bx-droplet:before { content: "\e98f"; } .bx-duplicate:before { content: "\e990"; } .bx-edit:before { content: "\e991"; } .bx-eject:before { content: "\e992"; } .bx-envelope:before { content: "\e993"; } .bx-eraser:before { content: "\e994"; } .bx-error:before { content: "\e995"; } .bx-error-circle:before { content: "\e996"; } .bx-exclamation:before { content: "\e997"; } .bx-exit-fullscreen:before { content: "\e998"; } .bx-expand:before { content: "\e999"; } .bx-export:before { content: "\e99a"; } .bx-eyedropper:before { content: "\e99b"; } .bx-facebook:before { content: "\e99c"; } .bx-facebook-alt:before { content: "\e99d"; } .bx-fast-forward:before { content: "\e99e"; } .bx-fast-forward-circle:before { content: "\e99f"; } .bx-female:before { content: "\e9a0"; } .bx-file:before { content: "\e9a1"; } .bx-file-add:before { content: "\e9a2"; } .bx-file-image:before { content: "\e9a3"; } .bx-files:before { content: "\e9a4"; } .bx-film:before { content: "\e9a5"; } .bx-filter:before { content: "\e9a6"; } .bx-filter-alt:before { content: "\e9a7"; } .bx-first-aid:before { content: "\e9a8"; } .bx-first-page:before { content: "\e9a9"; } .bx-flag:before { content: "\e9aa"; } .bx-flag-alt:before { content: "\e9ab"; } .bx-flask:before { content: "\e9ac"; } .bx-folder:before { content: "\e9ad"; } .bx-folder-minus:before { content: "\e9ae"; } .bx-folder-open:before { content: "\e9af"; } .bx-folder-plus:before { content: "\e9b0"; } .bx-font:before { content: "\e9b1"; } .bx-fullscreen:before { content: "\e9b2"; } .bx-gift:before { content: "\e9b3"; } .bx-git-branch:before { content: "\e9b4"; } .bx-git-commit:before { content: "\e9b5"; } .bx-git-compare:before { content: "\e9b6"; } .bx-github:before { content: "\e9b7"; } .bx-git-merge:before { content: "\e9b8"; } .bx-git-pull-request:before { content: "\e9b9"; } .bx-git-repo-forked:before { content: "\e9ba"; } .bx-globe:before { content: "\e9bb"; } .bx-globe-alt:before { content: "\e9bc"; } .bx-google:before { content: "\e9bd"; } .bx-grid:before { content: "\e9be"; } .bx-grid-alt:before { content: "\e9bf"; } .bx-group:before { content: "\e9c0"; } .bx-hash:before { content: "\e9c1"; } .bx-hdd:before { content: "\e9c2"; } .bx-heading:before { content: "\e9c3"; } .bx-headphone:before { content: "\e9c4"; } .bx-heart:before { content: "\e9c5"; } .bx-hexagon:before { content: "\e9c6"; } .bx-hide:before { content: "\e9c7"; } .bx-history:before { content: "\e9c8"; } .bx-home:before { content: "\e9c9"; } .bx-home-alt:before { content: "\e9ca"; } .bx-horizontal-center:before { content: "\e9cb"; } .bx-hot:before { content: "\e9cc"; } .bx-hourglass:before { content: "\e9cd"; } .bx-idea:before { content: "\e9ce"; } .bx-image:before { content: "\e9cf"; } .bx-image-alt:before { content: "\e9d0"; } .bx-images:before { content: "\e9d1"; } .bx-import:before { content: "\e9d2"; } .bx-inbox:before { content: "\e9d3"; } .bx-infinite:before { content: "\e9d4"; } .bx-info:before { content: "\e9d5"; } .bx-info-circle:before { content: "\e9d6"; } .bx-instagram:before { content: "\e9d7"; } .bx-italic:before { content: "\e9d8"; } .bx-joystick:before { content: "\e9d9"; } .bx-joystick-alt:before { content: "\e9da"; } .bx-justify:before { content: "\e9db"; } .bx-key:before { content: "\e9dc"; } .bx-laptop:before { content: "\e9dd"; } .bx-last-page:before { content: "\e9de"; } .bx-layer:before { content: "\e9df"; } .bx-layout:before { content: "\e9e0"; } .bx-left-arrow-circle:before { content: "\e9e1"; } .bx-left-arrow-outline:before { content: "\e9e2"; } .bx-left-bottom-arrow-circle:before { content: "\e9e3"; } .bx-left-indent:before { content: "\e9e4"; } .bx-left-top-arrow-circle:before { content: "\e9e5"; } .bx-like:before { content: "\e9e6"; } .bx-link:before { content: "\e9e7"; } .bx-link-alt:before { content: "\e9e8"; } .bx-linkedin:before { content: "\e9e9"; } .bx-link-external:before { content: "\e9ea"; } .bx-list:before { content: "\e9eb"; } .bx-list-add:before { content: "\e9ec"; } .bx-list-alt:before { content: "\e9ed"; } .bx-list-bullet:before { content: "\e9ee"; } .bx-list-check:before { content: "\e9ef"; } .bx-list-remove:before { content: "\e9f0"; } .bx-loader:before { content: "\e9f1"; } .bx-loader-circle:before { content: "\e9f2"; } .bx-loader-circle-alt:before { content: "\e9f3"; } .bx-lock:before { content: "\e9f4"; } .bx-lock-open:before { content: "\e9f5"; } .bx-log-in:before { content: "\e9f6"; } .bx-log-out:before { content: "\e9f7"; } .bx-male:before { content: "\e9f8"; } .bx-map:before { content: "\e9f9"; } .bx-map-alt:before { content: "\e9fa"; } .bx-map-pin:before { content: "\e9fb"; } .bx-menu:before { content: "\e9fc"; } .bx-message:before { content: "\e9fd"; } .bx-message-alt:before { content: "\e9fe"; } .bx-message-detail:before { content: "\e9ff"; } .bx-message-rounded:before { content: "\ea00"; } .bx-message-rounded-alt:before { content: "\ea01"; } .bx-microphone:before { content: "\ea02"; } .bx-microphone-off:before { content: "\ea03"; } .bx-minus:before { content: "\ea04"; } .bx-minus-circle:before { content: "\ea05"; } .bx-mobile:before { content: "\ea06"; } .bx-mobile-alt:before { content: "\ea07"; } .bx-mobile-message:before { content: "\ea08"; } .bx-moon:before { content: "\ea09"; } .bx-mouse:before { content: "\ea0a"; } .bx-move:before { content: "\ea0b"; } .bx-music:before { content: "\ea0c"; } .bx-navigation:before { content: "\ea0d"; } .bx-news:before { content: "\ea0e"; } .bx-newsletter:before { content: "\ea0f"; } .bx-notification:before { content: "\ea10"; } .bx-notification-off:before { content: "\ea11"; } .bx-octagon:before { content: "\ea12"; } .bx-package:before { content: "\ea13"; } .bx-paperclip:before { content: "\ea14"; } .bx-paper-plane:before { content: "\ea15"; } .bx-paragraph:before { content: "\ea16"; } .bx-paste:before { content: "\ea17"; } .bx-pause:before { content: "\ea18"; } .bx-pause-circle:before { content: "\ea19"; } .bx-pen:before { content: "\ea1a"; } .bx-pencil:before { content: "\ea1b"; } .bx-phone:before { content: "\ea1c"; } .bx-phone-call:before { content: "\ea1d"; } .bx-phone-incoming:before { content: "\ea1e"; } .bx-phone-outgoing:before { content: "\ea1f"; } .bx-pie-chart:before { content: "\ea20"; } .bx-pie-chart-alt:before { content: "\ea21"; } .bx-pin:before { content: "\ea22"; } .bx-play:before { content: "\ea23"; } .bx-play-circle:before { content: "\ea24"; } .bx-playlist:before { content: "\ea25"; } .bx-plug:before { content: "\ea26"; } .bx-plus:before { content: "\ea27"; } .bx-plus-circle:before { content: "\ea28"; } .bx-poll:before { content: "\ea29"; } .bx-popular:before { content: "\ea2a"; } .bx-power-off:before { content: "\ea2b"; } .bx-printer:before { content: "\ea2c"; } .bx-pulse:before { content: "\ea2d"; } .bx-purchase-tag:before { content: "\ea2e"; } .bx-question-mark:before { content: "\ea2f"; } .bx-quote-left:before { content: "\ea30"; } .bx-quote-right:before { content: "\ea31"; } .bx-radar:before { content: "\ea32"; } .bx-radio:before { content: "\ea33"; } .bx-radio-circle:before { content: "\ea34"; } .bx-radio-circle-marked:before { content: "\ea35"; } .bx-rectangle:before { content: "\ea36"; } .bx-redo:before { content: "\ea37"; } .bx-rename:before { content: "\ea38"; } .bx-reply:before { content: "\ea39"; } .bx-reply-all:before { content: "\ea3a"; } .bx-report:before { content: "\ea3b"; } .bx-repost:before { content: "\ea3c"; } .bx-reset:before { content: "\ea3d"; } .bx-revision:before { content: "\ea3e"; } .bx-rewind:before { content: "\ea3f"; } .bx-ribbon:before { content: "\ea40"; } .bx-right-arrow-circle:before { content: "\ea41"; } .bx-right-arrow-outline:before { content: "\ea42"; } .bx-right-down-arrow-circle:before { content: "\ea43"; } .bx-right-indent:before { content: "\ea44"; } .bx-right-top-arrow-circle:before { content: "\ea45"; } .bx-rotate:before { content: "\ea46"; } .bx-rss:before { content: "\ea47"; } .bx-ruler:before { content: "\ea48"; } .bx-save:before { content: "\ea49"; } .bx-screenshot:before { content: "\ea4a"; } .bx-search:before { content: "\ea4b"; } .bx-select-arrows:before { content: "\ea4c"; } .bx-selection:before { content: "\ea4d"; } .bx-select-multiple:before { content: "\ea4e"; } .bx-send:before { content: "\ea4f"; } .bx-server:before { content: "\ea50"; } .bx-share:before { content: "\ea51"; } .bx-share-alt:before { content: "\ea52"; } .bx-shield:before { content: "\ea53"; } .bx-shield-alt:before { content: "\ea54"; } .bx-shopping-bag:before { content: "\ea55"; } .bx-shopping-bag-alt:before { content: "\ea56"; } .bx-show:before { content: "\ea57"; } .bx-shuffle:before { content: "\ea58"; } .bx-shuffle-alt:before { content: "\ea59"; } .bx-sidebar:before { content: "\ea5a"; } .bx-sitemap:before { content: "\ea5b"; } .bx-skip-next:before { content: "\ea5c"; } .bx-skip-next-circle:before { content: "\ea5d"; } .bx-skip-previous:before { content: "\ea5e"; } .bx-skip-previous-circle:before { content: "\ea5f"; } .bx-skull:before { content: "\ea60"; } .bx-slider:before { content: "\ea61"; } .bx-smiley-happy:before { content: "\ea62"; } .bx-smiley-meh:before { content: "\ea63"; } .bx-smiley-sad:before { content: "\ea64"; } .bx-snowflake:before { content: "\ea65"; } .bx-sort:before { content: "\ea66"; } .bx-spectacles:before { content: "\ea67"; } .bx-spreadsheet:before { content: "\ea68"; } .bx-star:before { content: "\ea69"; } .bx-station:before { content: "\ea6a"; } .bx-stop:before { content: "\ea6b"; } .bx-stop-circle:before { content: "\ea6c"; } .bx-stopwatch:before { content: "\ea6d"; } .bx-store:before { content: "\ea6e"; } .bx-stumble-upon:before { content: "\ea6f"; } .bx-subdirectory-left:before { content: "\ea70"; } .bx-subdirectory-right:before { content: "\ea71"; } .bx-sun:before { content: "\ea72"; } .bx-support:before { content: "\ea73"; } .bx-sync:before { content: "\ea74"; } .bx-tab:before { content: "\ea75"; } .bx-table:before { content: "\ea76"; } .bx-tag:before { content: "\ea77"; } .bx-tag-remove:before { content: "\ea78"; } .bx-target-lock:before { content: "\ea79"; } .bx-task:before { content: "\ea7a"; } .bx-tennis-ball:before { content: "\ea7b"; } .bx-terminal:before { content: "\ea7c"; } .bx-text:before { content: "\ea7d"; } .bx-thermometer:before { content: "\ea7e"; } .bx-time:before { content: "\ea7f"; } .bx-timer:before { content: "\ea80"; } .bx-toggle:before { content: "\ea81"; } .bx-toggle-left:before { content: "\ea82"; } .bx-toggle-right:before { content: "\ea83"; } .bx-torch:before { content: "\ea84"; } .bx-to-top:before { content: "\ea85"; } .bx-trash:before { content: "\ea86"; } .bx-trash-alt:before { content: "\ea87"; } .bx-trending-down:before { content: "\ea88"; } .bx-trending-up:before { content: "\ea89"; } .bx-triangle:before { content: "\ea8a"; } .bx-trophy:before { content: "\ea8b"; } .bx-truck:before { content: "\ea8c"; } .bx-t-shirt:before { content: "\ea8d"; } .bx-tumblr:before { content: "\ea8e"; } .bx-tv:before { content: "\ea8f"; } .bx-twitter:before { content: "\ea90"; } .bx-umbrella:before { content: "\ea91"; } .bx-underline:before { content: "\ea92"; } .bx-undo:before { content: "\ea93"; } .bx-up-arrow-circle:before { content: "\ea94"; } .bx-up-arrow-outline:before { content: "\ea95"; } .bx-upload:before { content: "\ea96"; } .bx-upvote:before { content: "\ea97"; } .bx-usb:before { content: "\ea98"; } .bx-user:before { content: "\ea99"; } .bx-user-check:before { content: "\ea9a"; } .bx-user-circle:before { content: "\ea9b"; } .bx-user-detail:before { content: "\ea9c"; } .bx-user-minus:before { content: "\ea9d"; } .bx-user-plus:before { content: "\ea9e"; } .bx-user-remove:before { content: "\ea9f"; } .bx-vertical-center:before { content: "\eaa0"; } .bx-video:before { content: "\eaa1"; } .bx-video-off:before { content: "\eaa2"; } .bx-videos:before { content: "\eaa3"; } .bx-vimeo:before { content: "\eaa4"; } .bx-voicemail:before { content: "\eaa5"; } .bx-volume:before { content: "\eaa6"; } .bx-volume-full:before { content: "\eaa7"; } .bx-volume-low:before { content: "\eaa8"; } .bx-volume-mute:before { content: "\eaa9"; } .bx-wallet:before { content: "\eaaa"; } .bx-watch:before { content: "\eaab"; } .bx-watch-alt:before { content: "\eaac"; } .bx-whatsapp:before { content: "\eaad"; } .bx-widget:before { content: "\eaae"; } .bx-wifi:before { content: "\eaaf"; } .bx-window:before { content: "\eab0"; } .bx-window-close:before { content: "\eab1"; } .bx-window-open:before { content: "\eab2"; } .bx-windows:before { content: "\eab3"; } .bx-world:before { content: "\eab4"; } .bx-wrench:before { content: "\eab5"; } .bx-x:before { content: "\eab6"; } .bx-x-circle:before { content: "\eab7"; } .bx-youtube:before { content: "\eab8"; } .bx-zap:before { content: "\eab9"; } .bx-zoom-in:before { content: "\eaba"; } .bx-zoom-out:before { content: "\eabb"; }