@charset "UTF-8";
html { box-sizing: border-box; }

*, *::after, *::before { box-sizing: inherit; }

button, input[type="button"], input[type="reset"], input[type="submit"], button { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; -webkit-font-smoothing: antialiased; background-color: #477dca; border-radius: 3px; border: none; color: #fff; cursor: pointer; display: inline-block; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 14px; font-weight: 600; line-height: 1; padding: 0.75em 1em; text-decoration: none; user-select: none; vertical-align: middle; white-space: nowrap; }
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus { background-color: #2c5999; color: #fff; }
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, button:disabled { cursor: not-allowed; opacity: 0.5; }

fieldset { background-color: #f7f7f7; border: 1px solid #ddd; margin: 0 0 0.75em; padding: 1.5em; }

input, label, select { display: block; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 14px; }

label { font-weight: 600; margin-bottom: 0.375em; }
label.required::after { content: "*"; }
label abbr { display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea, select[multiple=multiple], textarea { background-color: #fff; border: 1px solid #ddd; border-radius: 3px; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06); box-sizing: border-box; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 14px; margin-bottom: 0.75em; padding: 0.5em; transition: border-color; width: 100%; }
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover, select[multiple=multiple]:hover, textarea:hover { border-color: #c4c4c4; }
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus, select[multiple=multiple]:focus, textarea:focus { border-color: #477dca; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7); outline: none; }

textarea { resize: vertical; }

input[type="search"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

input[type="checkbox"], input[type="radio"] { display: inline; margin-right: 0.375em; }

input[type="file"] { padding-bottom: 0.75em; width: 100%; }

select { margin-bottom: 1.5em; max-width: 100%; width: auto; }

ul, ol { list-style-type: none; margin: 0; padding: 0; }
dl { margin-bottom: 0.75em; }
dl dt { font-weight: bold; margin-top: 0.75em; }
dl dd { margin: 0; }

table { -webkit-font-feature-settings: "kern", "liga", "tnum"; -moz-font-feature-settings: "kern", "liga", "tnum"; -ms-font-feature-settings: "kern", "liga", "tnum"; font-feature-settings: "kern", "liga", "tnum"; border-collapse: collapse; margin: 0.75em 0; table-layout: fixed; width: 100%; }

th { border-bottom: 1px solid #b7b7b7; font-weight: 600; padding: 0.75em 0; text-align: left; }

td { border-bottom: 1px solid #ddd; padding: 0.75em 0; }

tr, td, th { vertical-align: middle; }

body { -webkit-font-feature-settings: "kern", "liga", "pnum"; -moz-font-feature-settings: "kern", "liga", "pnum"; -ms-font-feature-settings: "kern", "liga", "pnum"; font-feature-settings: "kern", "liga", "pnum"; -webkit-font-smoothing: antialiased; color: #333; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 14px; line-height: 1.5; }

h1, h2, h3, h4, h5, h6 { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 14px; line-height: 1.2; margin: 0 0 0.75em; }

p { margin: 0 0 0.75em; }

a { color: #477dca; text-decoration: none; transition: color 0.1s linear; }
a:active, a:focus, a:hover { color: #2c5999; }
a:active, a:focus { outline: none; }

hr { border-bottom: 1px solid #ddd; border-left: none; border-right: none; border-top: none; margin: 1.5em 0; }

img, picture { margin: 0; max-width: 100%; }

@font-face { font-family: 'icomoon'; src: url("../fonts/iconmoon/icomoon.eot?-zfn1l9"); src: url("../fonts/iconmoon/icomoon.eot?#iefix-zfn1l9") format("embedded-opentype"), url("../fonts/iconmoon/icomoon.woff?-zfn1l9") format("woff"), url("../fonts/iconmoon/icomoon.ttf?-zfn1l9") format("truetype"), url("../fonts/iconmoon/icomoon.svg?-zfn1l9#icomoon") format("svg"); font-weight: normal; font-style: normal; }
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-add-to-list:before { content: "\e600"; }

.icon-classic-computer:before { content: "\e601"; }

.icon-controller-fast-backward:before { content: "\e602"; }

.icon-creative-commons-attribution:before { content: "\e603"; }

.icon-creative-commons-noderivs:before { content: "\e604"; }

.icon-creative-commons-noncommercial-eu:before { content: "\e605"; }

.icon-creative-commons-noncommercial-us:before { content: "\e606"; }

.icon-creative-commons-public-domain:before { content: "\e607"; }

.icon-creative-commons-remix:before { content: "\e608"; }

.icon-creative-commons-share:before { content: "\e609"; }

.icon-creative-commons-sharealike:before { content: "\e60a"; }

.icon-creative-commons:before { content: "\e60b"; }

.icon-document-landscape:before { content: "\e60c"; }

.icon-remove-user:before { content: "\e60d"; }

.icon-warning:before { content: "\e60e"; }

.icon-arrow-bold-down:before { content: "\e60f"; }

.icon-arrow-bold-left:before { content: "\e610"; }

.icon-arrow-bold-right:before { content: "\e611"; }

.icon-arrow-bold-up:before { content: "\e612"; }

.icon-arrow-down:before { content: "\e613"; }

.icon-arrow-left:before { content: "\e614"; }

.icon-arrow-long-down:before { content: "\e615"; }

.icon-arrow-long-left:before { content: "\e616"; }

.icon-arrow-long-right:before { content: "\e617"; }

.icon-arrow-long-up:before { content: "\e618"; }

.icon-arrow-right:before { content: "\e619"; }

.icon-arrow-up:before { content: "\e61a"; }

.icon-arrow-with-circle-down:before { content: "\e61b"; }

.icon-arrow-with-circle-left:before { content: "\e61c"; }

.icon-arrow-with-circle-right:before { content: "\e61d"; }

.icon-arrow-with-circle-up:before { content: "\e61e"; }

.icon-bookmark:before { content: "\e61f"; }

.icon-bookmarks:before { content: "\e620"; }

.icon-chevron-down:before { content: "\e621"; }

.icon-chevron-left:before { content: "\e622"; }

.icon-chevron-right:before { content: "\e623"; }

.icon-chevron-small-down:before { content: "\e624"; }

.icon-chevron-small-left:before { content: "\e625"; }

.icon-chevron-small-right:before { content: "\e626"; }

.icon-chevron-small-up:before { content: "\e627"; }

.icon-chevron-thin-down:before { content: "\e628"; }

.icon-chevron-thin-left:before { content: "\e629"; }

.icon-chevron-thin-right:before { content: "\e62a"; }

.icon-chevron-thin-up:before { content: "\e62b"; }

.icon-chevron-up:before { content: "\e62c"; }

.icon-chevron-with-circle-down:before { content: "\e62d"; }

.icon-chevron-with-circle-left:before { content: "\e62e"; }

.icon-chevron-with-circle-right:before { content: "\e62f"; }

.icon-chevron-with-circle-up:before { content: "\e630"; }

.icon-cloud:before { content: "\e631"; }

.icon-controller-fast-forward:before { content: "\e632"; }

.icon-controller-jump-to-start:before { content: "\e633"; }

.icon-controller-next:before { content: "\e634"; }

.icon-controller-paus:before { content: "\e635"; }

.icon-controller-play:before { content: "\e636"; }

.icon-controller-record:before { content: "\e637"; }

.icon-controller-stop:before { content: "\e638"; }

.icon-controller-volume:before { content: "\e639"; }

.icon-dot-single:before { content: "\e63a"; }

.icon-dots-three-horizontal:before { content: "\e63b"; }

.icon-dots-three-vertical:before { content: "\e63c"; }

.icon-dots-two-horizontal:before { content: "\e63d"; }

.icon-dots-two-vertical:before { content: "\e63e"; }

.icon-download:before { content: "\e63f"; }

.icon-emoji-flirt:before { content: "\e640"; }

.icon-flow-branch:before { content: "\e641"; }

.icon-flow-cascade:before { content: "\e642"; }

.icon-flow-line:before { content: "\e643"; }

.icon-flow-parallel:before { content: "\e644"; }

.icon-flow-tree:before { content: "\e645"; }

.icon-install:before { content: "\e646"; }

.icon-layers:before { content: "\e647"; }

.icon-open-book:before { content: "\e648"; }

.icon-resize-100:before { content: "\e649"; }

.icon-resize-full-screen:before { content: "\e64a"; }

.icon-save:before { content: "\e64b"; }

.icon-select-arrows:before { content: "\e64c"; }

.icon-sound-mute:before { content: "\e64d"; }

.icon-sound:before { content: "\e64e"; }

.icon-trash:before { content: "\e64f"; }

.icon-triangle-down:before { content: "\e650"; }

.icon-triangle-left:before { content: "\e651"; }

.icon-triangle-right:before { content: "\e652"; }

.icon-triangle-up:before { content: "\e653"; }

.icon-uninstall:before { content: "\e654"; }

.icon-upload-to-cloud:before { content: "\e655"; }

.icon-upload:before { content: "\e656"; }

.icon-add-user:before { content: "\e657"; }

.icon-address:before { content: "\e658"; }

.icon-adjust:before { content: "\e659"; }

.icon-air:before { content: "\e65a"; }

.icon-aircraft-landing:before { content: "\e65b"; }

.icon-aircraft-take-off:before { content: "\e65c"; }

.icon-aircraft:before { content: "\e65d"; }

.icon-align-bottom:before { content: "\e65e"; }

.icon-align-horizontal-middle:before { content: "\e65f"; }

.icon-align-left:before { content: "\e660"; }

.icon-align-right:before { content: "\e661"; }

.icon-align-top:before { content: "\e662"; }

.icon-align-vertical-middle:before { content: "\e663"; }

.icon-archive:before { content: "\e664"; }

.icon-area-graph:before { content: "\e665"; }

.icon-attachment:before { content: "\e666"; }

.icon-awareness-ribbon:before { content: "\e667"; }

.icon-back-in-time:before { content: "\e668"; }

.icon-back:before { content: "\e669"; }

.icon-bar-graph:before { content: "\e66a"; }

.icon-battery:before { content: "\e66b"; }

.icon-beamed-note:before { content: "\e66c"; }

.icon-bell:before { content: "\e66d"; }

.icon-blackboard:before { content: "\e66e"; }

.icon-block:before { content: "\e66f"; }

.icon-book:before { content: "\e670"; }

.icon-bowl:before { content: "\e671"; }

.icon-box:before { content: "\e672"; }

.icon-briefcase:before { content: "\e673"; }

.icon-browser:before { content: "\e674"; }

.icon-brush:before { content: "\e675"; }

.icon-bucket:before { content: "\e676"; }

.icon-cake:before { content: "\e677"; }

.icon-calculator:before { content: "\e678"; }

.icon-calendar:before { content: "\e679"; }

.icon-camera:before { content: "\e67a"; }

.icon-ccw:before { content: "\e67b"; }

.icon-chat:before { content: "\e67c"; }

.icon-check:before { content: "\e67d"; }

.icon-circle-with-cross:before { content: "\e67e"; }

.icon-circle-with-minus:before { content: "\e67f"; }

.icon-circle-with-plus:before { content: "\e680"; }

.icon-circle:before { content: "\e681"; }

.icon-circular-graph:before { content: "\e682"; }

.icon-clapperboard:before { content: "\e683"; }

.icon-clipboard:before { content: "\e684"; }

.icon-clock:before { content: "\e685"; }

.icon-code:before { content: "\e686"; }

.icon-cog:before { content: "\e687"; }

.icon-colours:before { content: "\e688"; }

.icon-compass:before { content: "\e689"; }

.icon-copy:before { content: "\e68a"; }

.icon-credit-card:before { content: "\e68b"; }

.icon-credit:before { content: "\e68c"; }

.icon-cross:before { content: "\e68d"; }

.icon-cup:before { content: "\e68e"; }

.icon-cw:before { content: "\e68f"; }

.icon-cycle:before { content: "\e690"; }

.icon-database:before { content: "\e691"; }

.icon-dial-pad:before { content: "\e692"; }

.icon-direction:before { content: "\e693"; }

.icon-document:before { content: "\e694"; }

.icon-documents:before { content: "\e695"; }

.icon-drink:before { content: "\e696"; }

.icon-drive:before { content: "\e697"; }

.icon-drop:before { content: "\e698"; }

.icon-edit:before { content: "\e699"; }

.icon-email:before { content: "\e69a"; }

.icon-emoji-happy:before { content: "\e69b"; }

.icon-emoji-neutral:before { content: "\e69c"; }

.icon-emoji-sad:before { content: "\e69d"; }

.icon-erase:before { content: "\e69e"; }

.icon-eraser:before { content: "\e69f"; }

.icon-export:before { content: "\e6a0"; }

.icon-eye:before { content: "\e6a1"; }

.icon-feather:before { content: "\e6a2"; }

.icon-flag:before { content: "\e6a3"; }

.icon-flash:before { content: "\e6a4"; }

.icon-flashlight:before { content: "\e6a5"; }

.icon-flat-brush:before { content: "\e6a6"; }

.icon-folder-images:before { content: "\e6a7"; }

.icon-folder-music:before { content: "\e6a8"; }

.icon-folder-video:before { content: "\e6a9"; }

.icon-folder:before { content: "\e6aa"; }

.icon-forward:before { content: "\e6ab"; }

.icon-funnel:before { content: "\e6ac"; }

.icon-game-controller:before { content: "\e6ad"; }

.icon-gauge:before { content: "\e6ae"; }

.icon-globe:before { content: "\e6af"; }

.icon-graduation-cap:before { content: "\e6b0"; }

.icon-grid:before { content: "\e6b1"; }

.icon-hair-cross:before { content: "\e6b2"; }

.icon-hand:before { content: "\e6b3"; }

.icon-heart-outlined:before { content: "\e6b4"; }

.icon-heart:before { content: "\e6b5"; }

.icon-help-with-circle:before { content: "\e6b6"; }

.icon-help:before { content: "\e6b7"; }

.icon-home:before { content: "\e6b8"; }

.icon-hour-glass:before { content: "\e6b9"; }

.icon-image-inverted:before { content: "\e6ba"; }

.icon-image:before { content: "\e6bb"; }

.icon-images:before { content: "\e6bc"; }

.icon-inbox:before { content: "\e6bd"; }

.icon-infinity:before { content: "\e6be"; }

.icon-info-with-circle:before { content: "\e6bf"; }

.icon-info:before { content: "\e6c0"; }

.icon-key:before { content: "\e6c1"; }

.icon-keyboard:before { content: "\e6c2"; }

.icon-lab-flask:before { content: "\e6c3"; }

.icon-landline:before { content: "\e6c4"; }

.icon-language:before { content: "\e6c5"; }

.icon-laptop:before { content: "\e6c6"; }

.icon-leaf:before { content: "\e6c7"; }

.icon-level-down:before { content: "\e6c8"; }

.icon-level-up:before { content: "\e6c9"; }

.icon-lifebuoy:before { content: "\e6ca"; }

.icon-light-bulb:before { content: "\e6cb"; }

.icon-light-down:before { content: "\e6cc"; }

.icon-light-up:before { content: "\e6cd"; }

.icon-line-graph:before { content: "\e6ce"; }

.icon-link:before { content: "\e6cf"; }

.icon-list:before { content: "\e6d0"; }

.icon-location-pin:before { content: "\e6d1"; }

.icon-location:before { content: "\e6d2"; }

.icon-lock-open:before { content: "\e6d3"; }

.icon-lock:before { content: "\e6d4"; }

.icon-log-out:before { content: "\e6d5"; }

.icon-login:before { content: "\e6d6"; }

.icon-loop:before { content: "\e6d7"; }

.icon-magnet:before { content: "\e6d8"; }

.icon-magnifying-glass:before { content: "\e6d9"; }

.icon-mail:before { content: "\e6da"; }

.icon-man:before { content: "\e6db"; }

.icon-map:before { content: "\e6dc"; }

.icon-mask:before { content: "\e6dd"; }

.icon-medal:before { content: "\e6de"; }

.icon-megaphone:before { content: "\e6df"; }

.icon-menu:before { content: "\e6e0"; }

.icon-message:before { content: "\e6e1"; }

.icon-mic:before { content: "\e6e2"; }

.icon-minus:before { content: "\e6e3"; }

.icon-mobile:before { content: "\e6e4"; }

.icon-modern-mic:before { content: "\e6e5"; }

.icon-moon:before { content: "\e6e6"; }

.icon-mouse:before { content: "\e6e7"; }

.icon-music:before { content: "\e6e8"; }

.icon-network:before { content: "\e6e9"; }

.icon-new-message:before { content: "\e6ea"; }

.icon-new:before { content: "\e6eb"; }

.icon-news:before { content: "\e6ec"; }

.icon-note:before { content: "\e6ed"; }

.icon-notification:before { content: "\e6ee"; }

.icon-old-mobile:before { content: "\e6ef"; }

.icon-old-phone:before { content: "\e6f0"; }

.icon-palette:before { content: "\e6f1"; }

.icon-paper-plane:before { content: "\e6f2"; }

.icon-pencil:before { content: "\e6f3"; }

.icon-phone:before { content: "\e6f4"; }

.icon-pie-chart:before { content: "\e6f5"; }

.icon-pin:before { content: "\e6f6"; }

.icon-plus:before { content: "\e6f7"; }

.icon-popup:before { content: "\e6f8"; }

.icon-power-plug:before { content: "\e6f9"; }

.icon-price-ribbon:before { content: "\e6fa"; }

.icon-price-tag:before { content: "\e6fb"; }

.icon-print:before { content: "\e6fc"; }

.icon-progress-empty:before { content: "\e6fd"; }

.icon-progress-full:before { content: "\e6fe"; }

.icon-progress-one:before { content: "\e6ff"; }

.icon-progress-two:before { content: "\e700"; }

.icon-publish:before { content: "\e701"; }

.icon-quote:before { content: "\e702"; }

.icon-radio:before { content: "\e703"; }

.icon-reply-all:before { content: "\e704"; }

.icon-reply:before { content: "\e705"; }

.icon-retweet:before { content: "\e706"; }

.icon-rocket:before { content: "\e707"; }

.icon-round-brush:before { content: "\e708"; }

.icon-rss:before { content: "\e709"; }

.icon-ruler:before { content: "\e70a"; }

.icon-scissors:before { content: "\e70b"; }

.icon-share-alternitive:before { content: "\e70c"; }

.icon-share:before { content: "\e70d"; }

.icon-shareable:before { content: "\e70e"; }

.icon-shield:before { content: "\e70f"; }

.icon-shop:before { content: "\e710"; }

.icon-shopping-bag:before { content: "\e711"; }

.icon-shopping-basket:before { content: "\e712"; }

.icon-shopping-cart:before { content: "\e713"; }

.icon-shuffle:before { content: "\e714"; }

.icon-signal:before { content: "\e715"; }

.icon-sound-mix:before { content: "\e716"; }

.icon-sports-club:before { content: "\e717"; }

.icon-spreadsheet:before { content: "\e718"; }

.icon-squared-cross:before { content: "\e719"; }

.icon-squared-minus:before { content: "\e71a"; }

.icon-squared-plus:before { content: "\e71b"; }

.icon-star-outlined:before { content: "\e71c"; }

.icon-star:before { content: "\e71d"; }

.icon-stopwatch:before { content: "\e71e"; }

.icon-suitcase:before { content: "\e71f"; }

.icon-swap:before { content: "\e720"; }

.icon-sweden:before { content: "\e721"; }

.icon-switch:before { content: "\e722"; }

.icon-tablet:before { content: "\e723"; }

.icon-tag:before { content: "\e724"; }

.icon-text-document-inverted:before { content: "\e725"; }

.icon-text-document:before { content: "\e726"; }

.icon-text:before { content: "\e727"; }

.icon-thermometer:before { content: "\e728"; }

.icon-thumbs-down:before { content: "\e729"; }

.icon-thumbs-up:before { content: "\e72a"; }

.icon-thunder-cloud:before { content: "\e72b"; }

.icon-ticket:before { content: "\e72c"; }

.icon-time-slot:before { content: "\e72d"; }

.icon-tools:before { content: "\e72e"; }

.icon-traffic-cone:before { content: "\e72f"; }

.icon-tree:before { content: "\e730"; }

.icon-trophy:before { content: "\e731"; }

.icon-tv:before { content: "\e732"; }

.icon-typing:before { content: "\e733"; }

.icon-unread:before { content: "\e734"; }

.icon-untag:before { content: "\e735"; }

.icon-user:before { content: "\e736"; }

.icon-users:before { content: "\e737"; }

.icon-v-card:before { content: "\e738"; }

.icon-video:before { content: "\e739"; }

.icon-vinyl:before { content: "\e73a"; }

.icon-voicemail:before { content: "\e73b"; }

.icon-wallet:before { content: "\e73c"; }

.icon-water:before { content: "\e73d"; }

.icon-500px-with-circle:before { content: "\e73e"; }

.icon-500px:before { content: "\e73f"; }

.icon-basecamp:before { content: "\e740"; }

.icon-behance:before { content: "\e741"; }

.icon-creative-cloud:before { content: "\e742"; }

.icon-dropbox:before { content: "\e743"; }

.icon-evernote:before { content: "\e744"; }

.icon-flattr:before { content: "\e745"; }

.icon-foursquare:before { content: "\e746"; }

.icon-google-drive:before { content: "\e747"; }

.icon-google-hangouts:before { content: "\e748"; }

.icon-grooveshark:before { content: "\e749"; }

.icon-icloud:before { content: "\e74a"; }

.icon-mixi:before { content: "\e74b"; }

.icon-onedrive:before { content: "\e74c"; }

.icon-paypal:before { content: "\e74d"; }

.icon-picasa:before { content: "\e74e"; }

.icon-qq:before { content: "\e74f"; }

.icon-rdio-with-circle:before { content: "\e750"; }

.icon-renren:before { content: "\e751"; }

.icon-scribd:before { content: "\e752"; }

.icon-sina-weibo:before { content: "\e753"; }

.icon-skype-with-circle:before { content: "\e754"; }

.icon-skype:before { content: "\e755"; }

.icon-slideshare:before { content: "\e756"; }

.icon-smashing:before { content: "\e757"; }

.icon-soundcloud:before { content: "\e758"; }

.icon-spotify-with-circle:before { content: "\e759"; }

.icon-spotify:before { content: "\e75a"; }

.icon-swarm:before { content: "\e75b"; }

.icon-vine-with-circle:before { content: "\e75c"; }

.icon-vine:before { content: "\e75d"; }

.icon-vk-alternitive:before { content: "\e75e"; }

.icon-vk-with-circle:before { content: "\e75f"; }

.icon-vk:before { content: "\e760"; }

.icon-xing-with-circle:before { content: "\e761"; }

.icon-xing:before { content: "\e762"; }

.icon-yelp:before { content: "\e763"; }

.icon-dribbble-with-circle:before { content: "\e764"; }

.icon-dribbble:before { content: "\e765"; }

.icon-facebook-with-circle:before { content: "\e766"; }

.icon-facebook:before { content: "\e767"; }

.icon-flickr-with-circle:before { content: "\e768"; }

.icon-flickr:before { content: "\e769"; }

.icon-github-with-circle:before { content: "\e76a"; }

.icon-github:before { content: "\e76b"; }

.icon-google-with-circle:before { content: "\e76c"; }

.icon-google:before { content: "\e76d"; }

.icon-instagram-with-circle:before { content: "\e76e"; }

.icon-instagram:before { content: "\e76f"; }

.icon-lastfm-with-circle:before { content: "\e770"; }

.icon-lastfm:before { content: "\e771"; }

.icon-linkedin-with-circle:before { content: "\e772"; }

.icon-linkedin:before { content: "\e773"; }

.icon-pinterest-with-circle:before { content: "\e774"; }

.icon-pinterest:before { content: "\e775"; }

.icon-rdio:before { content: "\e776"; }

.icon-stumbleupon-with-circle:before { content: "\e777"; }

.icon-stumbleupon:before { content: "\e778"; }

.icon-tumblr-with-circle:before { content: "\e779"; }

.icon-tumblr:before { content: "\e77a"; }

.icon-twitter-with-circle:before { content: "\e77b"; }

.icon-twitter:before { content: "\e77c"; }

.icon-vimeo-with-circle:before { content: "\e77d"; }

.icon-vimeo:before { content: "\e77e"; }

.icon-youtube-with-circle:before { content: "\e77f"; }

.icon-youtube:before { content: "\e780"; }

.icon-add-to-list2:before { content: "\e781"; }

.icon-classic-computer2:before { content: "\e782"; }

.icon-controller-fast-backward2:before { content: "\e783"; }

.icon-creative-commons-attribution2:before { content: "\e784"; }

.icon-creative-commons-noderivs2:before { content: "\e785"; }

.icon-creative-commons-noncommercial-eu2:before { content: "\e786"; }

.icon-creative-commons-noncommercial-us2:before { content: "\e787"; }

.icon-creative-commons-public-domain2:before { content: "\e788"; }

.icon-creative-commons-remix2:before { content: "\e789"; }

.icon-creative-commons-share2:before { content: "\e78a"; }

.icon-creative-commons-sharealike2:before { content: "\e78b"; }

.icon-creative-commons2:before { content: "\e78c"; }

.icon-document-landscape2:before { content: "\e78d"; }

.icon-remove-user2:before { content: "\e78e"; }

.icon-warning2:before { content: "\e78f"; }

.icon-arrow-bold-down2:before { content: "\e790"; }

.icon-arrow-bold-left2:before { content: "\e791"; }

.icon-arrow-bold-right2:before { content: "\e792"; }

.icon-arrow-bold-up2:before { content: "\e793"; }

.icon-arrow-down3:before { content: "\e794"; }

.icon-arrow-left3:before { content: "\e795"; }

.icon-arrow-long-down2:before { content: "\e796"; }

.icon-arrow-long-left2:before { content: "\e797"; }

.icon-arrow-long-right2:before { content: "\e798"; }

.icon-arrow-long-up2:before { content: "\e799"; }

.icon-arrow-right3:before { content: "\e79a"; }

.icon-arrow-up3:before { content: "\e79b"; }

.icon-arrow-with-circle-down2:before { content: "\e79c"; }

.icon-arrow-with-circle-left2:before { content: "\e79d"; }

.icon-arrow-with-circle-right2:before { content: "\e79e"; }

.icon-arrow-with-circle-up2:before { content: "\e79f"; }

.icon-bookmark2:before { content: "\e7a0"; }

.icon-bookmarks2:before { content: "\e7a1"; }

.icon-chevron-down2:before { content: "\e7a2"; }

.icon-chevron-left2:before { content: "\e7a3"; }

.icon-chevron-right2:before { content: "\e7a4"; }

.icon-chevron-small-down2:before { content: "\e7a5"; }

.icon-chevron-small-left2:before { content: "\e7a6"; }

.icon-chevron-small-right2:before { content: "\e7a7"; }

.icon-chevron-small-up2:before { content: "\e7a8"; }

.icon-chevron-thin-down2:before { content: "\e7a9"; }

.icon-chevron-thin-left2:before { content: "\e7aa"; }

.icon-chevron-thin-right2:before { content: "\e7ab"; }

.icon-chevron-thin-up2:before { content: "\e7ac"; }

.icon-chevron-up2:before { content: "\e7ad"; }

.icon-chevron-with-circle-down2:before { content: "\e7ae"; }

.icon-chevron-with-circle-left2:before { content: "\e7af"; }

.icon-chevron-with-circle-right2:before { content: "\e7b0"; }

.icon-chevron-with-circle-up2:before { content: "\e7b1"; }

.icon-cloud2:before { content: "\e7b2"; }

.icon-controller-fast-forward2:before { content: "\e7b3"; }

.icon-controller-jump-to-start2:before { content: "\e7b4"; }

.icon-controller-next2:before { content: "\e7b5"; }

.icon-controller-paus2:before { content: "\e7b6"; }

.icon-controller-play2:before { content: "\e7b7"; }

.icon-controller-record2:before { content: "\e7b8"; }

.icon-controller-stop2:before { content: "\e7b9"; }

.icon-controller-volume2:before { content: "\e7ba"; }

.icon-dot-single2:before { content: "\e7bb"; }

.icon-dots-three-horizontal2:before { content: "\e7bc"; }

.icon-dots-three-vertical2:before { content: "\e7bd"; }

.icon-dots-two-horizontal2:before { content: "\e7be"; }

.icon-dots-two-vertical2:before { content: "\e7bf"; }

.icon-download4:before { content: "\e7c0"; }

.icon-emoji-flirt2:before { content: "\e7c1"; }

.icon-flow-branch2:before { content: "\e7c2"; }

.icon-flow-cascade2:before { content: "\e7c3"; }

.icon-flow-line2:before { content: "\e7c4"; }

.icon-flow-parallel2:before { content: "\e7c5"; }

.icon-flow-tree2:before { content: "\e7c6"; }

.icon-install2:before { content: "\e7c7"; }

.icon-layers2:before { content: "\e7c8"; }

.icon-open-book2:before { content: "\e7c9"; }

.icon-resize-1002:before { content: "\e7ca"; }

.icon-resize-full-screen2:before { content: "\e7cb"; }

.icon-save2:before { content: "\e7cc"; }

.icon-select-arrows2:before { content: "\e7cd"; }

.icon-sound-mute2:before { content: "\e7ce"; }

.icon-sound2:before { content: "\e7cf"; }

.icon-trash2:before { content: "\e7d0"; }

.icon-triangle-down2:before { content: "\e7d1"; }

.icon-triangle-left2:before { content: "\e7d2"; }

.icon-triangle-right2:before { content: "\e7d3"; }

.icon-triangle-up2:before { content: "\e7d4"; }

.icon-uninstall2:before { content: "\e7d5"; }

.icon-upload-to-cloud2:before { content: "\e7d6"; }

.icon-upload4:before { content: "\e7d7"; }

.icon-add-user2:before { content: "\e7d8"; }

.icon-address2:before { content: "\e7d9"; }

.icon-adjust2:before { content: "\e7da"; }

.icon-air2:before { content: "\e7db"; }

.icon-aircraft-landing2:before { content: "\e7dc"; }

.icon-aircraft-take-off2:before { content: "\e7dd"; }

.icon-aircraft2:before { content: "\e7de"; }

.icon-align-bottom2:before { content: "\e7df"; }

.icon-align-horizontal-middle2:before { content: "\e7e0"; }

.icon-align-left2:before { content: "\e7e1"; }

.icon-align-right2:before { content: "\e7e2"; }

.icon-align-top2:before { content: "\e7e3"; }

.icon-align-vertical-middle2:before { content: "\e7e4"; }

.icon-archive2:before { content: "\e7e5"; }

.icon-area-graph2:before { content: "\e7e6"; }

.icon-attachment2:before { content: "\e7e7"; }

.icon-awareness-ribbon2:before { content: "\e7e8"; }

.icon-back-in-time2:before { content: "\e7e9"; }

.icon-back2:before { content: "\e7ea"; }

.icon-bar-graph2:before { content: "\e7eb"; }

.icon-battery2:before { content: "\e7ec"; }

.icon-beamed-note2:before { content: "\e7ed"; }

.icon-bell2:before { content: "\e7ee"; }

.icon-blackboard2:before { content: "\e7ef"; }

.icon-block2:before { content: "\e7f0"; }

.icon-book2:before { content: "\e7f1"; }

.icon-bowl2:before { content: "\e7f2"; }

.icon-box2:before { content: "\e7f3"; }

.icon-briefcase2:before { content: "\e7f4"; }

.icon-browser2:before { content: "\e7f5"; }

.icon-brush2:before { content: "\e7f6"; }

.icon-bucket2:before { content: "\e7f7"; }

.icon-cake2:before { content: "\e7f8"; }

.icon-calculator2:before { content: "\e7f9"; }

.icon-calendar2:before { content: "\e7fa"; }

.icon-camera2:before { content: "\e7fb"; }

.icon-ccw2:before { content: "\e7fc"; }

.icon-chat2:before { content: "\e7fd"; }

.icon-check2:before { content: "\e7fe"; }

.icon-circle-with-cross2:before { content: "\e7ff"; }

.icon-circle-with-minus2:before { content: "\e800"; }

.icon-circle-with-plus2:before { content: "\e801"; }

.icon-circle2:before { content: "\e802"; }

.icon-circular-graph2:before { content: "\e803"; }

.icon-clapperboard2:before { content: "\e804"; }

.icon-clipboard2:before { content: "\e805"; }

.icon-clock3:before { content: "\e806"; }

.icon-code2:before { content: "\e807"; }

.icon-cog2:before { content: "\e808"; }

.icon-colours2:before { content: "\e809"; }

.icon-compass3:before { content: "\e80a"; }

.icon-copy2:before { content: "\e80b"; }

.icon-credit-card2:before { content: "\e80c"; }

.icon-credit2:before { content: "\e80d"; }

.icon-cross2:before { content: "\e80e"; }

.icon-cup2:before { content: "\e80f"; }

.icon-cw2:before { content: "\e810"; }

.icon-cycle2:before { content: "\e811"; }

.icon-database2:before { content: "\e812"; }

.icon-dial-pad2:before { content: "\e813"; }

.icon-direction2:before { content: "\e814"; }

.icon-document2:before { content: "\e815"; }

.icon-documents2:before { content: "\e816"; }

.icon-drink2:before { content: "\e817"; }

.icon-drive2:before { content: "\e818"; }

.icon-drop2:before { content: "\e819"; }

.icon-edit2:before { content: "\e81a"; }

.icon-email2:before { content: "\e81b"; }

.icon-emoji-happy2:before { content: "\e81c"; }

.icon-emoji-neutral2:before { content: "\e81d"; }

.icon-emoji-sad2:before { content: "\e81e"; }

.icon-erase2:before { content: "\e81f"; }

.icon-eraser2:before { content: "\e820"; }

.icon-export2:before { content: "\e821"; }

.icon-eye2:before { content: "\e822"; }

.icon-feather2:before { content: "\e823"; }

.icon-flag2:before { content: "\e824"; }

.icon-flash2:before { content: "\e825"; }

.icon-flashlight2:before { content: "\e826"; }

.icon-flat-brush2:before { content: "\e827"; }

.icon-folder-images2:before { content: "\e828"; }

.icon-folder-music2:before { content: "\e829"; }

.icon-folder-video2:before { content: "\e82a"; }

.icon-folder2:before { content: "\e82b"; }

.icon-forward4:before { content: "\e82c"; }

.icon-funnel2:before { content: "\e82d"; }

.icon-game-controller2:before { content: "\e82e"; }

.icon-gauge2:before { content: "\e82f"; }

.icon-globe2:before { content: "\e830"; }

.icon-graduation-cap2:before { content: "\e831"; }

.icon-grid2:before { content: "\e832"; }

.icon-hair-cross2:before { content: "\e833"; }

.icon-hand2:before { content: "\e834"; }

.icon-heart-outlined2:before { content: "\e835"; }

.icon-heart2:before { content: "\e836"; }

.icon-help-with-circle2:before { content: "\e837"; }

.icon-help2:before { content: "\e838"; }

.icon-home4:before { content: "\e839"; }

.icon-hour-glass2:before { content: "\e83a"; }

.icon-image-inverted2:before { content: "\e83b"; }

.icon-image2:before { content: "\e83c"; }

.icon-images2:before { content: "\e83d"; }

.icon-inbox2:before { content: "\e83e"; }

.icon-infinity2:before { content: "\e83f"; }

.icon-info-with-circle2:before { content: "\e840"; }

.icon-info2:before { content: "\e841"; }

.icon-key3:before { content: "\e842"; }

.icon-keyboard2:before { content: "\e843"; }

.icon-lab-flask2:before { content: "\e844"; }

.icon-landline2:before { content: "\e845"; }

.icon-language2:before { content: "\e846"; }

.icon-laptop2:before { content: "\e847"; }

.icon-leaf2:before { content: "\e848"; }

.icon-level-down2:before { content: "\e849"; }

.icon-level-up2:before { content: "\e84a"; }

.icon-lifebuoy2:before { content: "\e84b"; }

.icon-light-bulb2:before { content: "\e84c"; }

.icon-light-down2:before { content: "\e84d"; }

.icon-light-up2:before { content: "\e84e"; }

.icon-line-graph2:before { content: "\e84f"; }

.icon-link2:before { content: "\e850"; }

.icon-list3:before { content: "\e851"; }

.icon-location-pin2:before { content: "\e852"; }

.icon-location3:before { content: "\e853"; }

.icon-lock-open2:before { content: "\e854"; }

.icon-lock2:before { content: "\e855"; }

.icon-log-out2:before { content: "\e856"; }

.icon-login2:before { content: "\e857"; }

.icon-loop3:before { content: "\e858"; }

.icon-magnet2:before { content: "\e859"; }

.icon-magnifying-glass2:before { content: "\e85a"; }

.icon-mail5:before { content: "\e85b"; }

.icon-man2:before { content: "\e85c"; }

.icon-map3:before { content: "\e85d"; }

.icon-mask2:before { content: "\e85e"; }

.icon-medal2:before { content: "\e85f"; }

.icon-megaphone2:before { content: "\e860"; }

.icon-menu5:before { content: "\e861"; }

.icon-message2:before { content: "\e862"; }

.icon-mic2:before { content: "\e863"; }

.icon-minus2:before { content: "\e864"; }

.icon-mobile3:before { content: "\e865"; }

.icon-modern-mic2:before { content: "\e866"; }

.icon-moon2:before { content: "\e867"; }

.icon-mouse2:before { content: "\e868"; }

.icon-music2:before { content: "\e869"; }

.icon-network2:before { content: "\e86a"; }

.icon-new-message2:before { content: "\e86b"; }

.icon-new2:before { content: "\e86c"; }

.icon-news2:before { content: "\e86d"; }

.icon-note2:before { content: "\e86e"; }

.icon-notification2:before { content: "\e86f"; }

.icon-old-mobile2:before { content: "\e870"; }

.icon-old-phone2:before { content: "\e871"; }

.icon-palette2:before { content: "\e872"; }

.icon-paper-plane2:before { content: "\e873"; }

.icon-pencil3:before { content: "\e874"; }

.icon-phone2:before { content: "\e875"; }

.icon-pie-chart2:before { content: "\e876"; }

.icon-pin2:before { content: "\e877"; }

.icon-plus2:before { content: "\e878"; }

.icon-popup2:before { content: "\e879"; }

.icon-power-plug2:before { content: "\e87a"; }

.icon-price-ribbon2:before { content: "\e87b"; }

.icon-price-tag2:before { content: "\e87c"; }

.icon-print2:before { content: "\e87d"; }

.icon-progress-empty2:before { content: "\e87e"; }

.icon-progress-full2:before { content: "\e87f"; }

.icon-progress-one2:before { content: "\e880"; }

.icon-progress-two2:before { content: "\e881"; }

.icon-publish2:before { content: "\e882"; }

.icon-quote2:before { content: "\e883"; }

.icon-radio2:before { content: "\e884"; }

.icon-reply-all2:before { content: "\e885"; }

.icon-reply2:before { content: "\e886"; }

.icon-retweet2:before { content: "\e887"; }

.icon-rocket2:before { content: "\e888"; }

.icon-round-brush2:before { content: "\e889"; }

.icon-rss2:before { content: "\e88a"; }

.icon-ruler2:before { content: "\e88b"; }

.icon-scissors2:before { content: "\e88c"; }

.icon-share-alternitive2:before { content: "\e88d"; }

.icon-share3:before { content: "\e88e"; }

.icon-shareable2:before { content: "\e88f"; }

.icon-shield2:before { content: "\e890"; }

.icon-shop2:before { content: "\e891"; }

.icon-shopping-bag2:before { content: "\e892"; }

.icon-shopping-basket2:before { content: "\e893"; }

.icon-shopping-cart2:before { content: "\e894"; }

.icon-shuffle2:before { content: "\e895"; }

.icon-signal2:before { content: "\e896"; }

.icon-sound-mix2:before { content: "\e897"; }

.icon-sports-club2:before { content: "\e898"; }

.icon-spreadsheet2:before { content: "\e899"; }

.icon-squared-cross2:before { content: "\e89a"; }

.icon-squared-minus2:before { content: "\e89b"; }

.icon-squared-plus2:before { content: "\e89c"; }

.icon-star-outlined2:before { content: "\e89d"; }

.icon-star2:before { content: "\e89e"; }

.icon-stopwatch2:before { content: "\e89f"; }

.icon-suitcase2:before { content: "\e8a0"; }

.icon-swap2:before { content: "\e8a1"; }

.icon-sweden2:before { content: "\e8a2"; }

.icon-switch2:before { content: "\e8a3"; }

.icon-tablet2:before { content: "\e8a4"; }

.icon-tag2:before { content: "\e8a5"; }

.icon-text-document-inverted2:before { content: "\e8a6"; }

.icon-text-document2:before { content: "\e8a7"; }

.icon-text2:before { content: "\e8a8"; }

.icon-thermometer2:before { content: "\e8a9"; }

.icon-thumbs-down2:before { content: "\e8aa"; }

.icon-thumbs-up2:before { content: "\e8ab"; }

.icon-thunder-cloud2:before { content: "\e8ac"; }

.icon-ticket2:before { content: "\e8ad"; }

.icon-time-slot2:before { content: "\e8ae"; }

.icon-tools2:before { content: "\e8af"; }

.icon-traffic-cone2:before { content: "\e8b0"; }

.icon-tree2:before { content: "\e8b1"; }

.icon-trophy2:before { content: "\e8b2"; }

.icon-tv2:before { content: "\e8b3"; }

.icon-typing2:before { content: "\e8b4"; }

.icon-unread2:before { content: "\e8b5"; }

.icon-untag2:before { content: "\e8b6"; }

.icon-user2:before { content: "\e8b7"; }

.icon-users2:before { content: "\e8b8"; }

.icon-v-card2:before { content: "\e8b9"; }

.icon-video2:before { content: "\e8ba"; }

.icon-vinyl2:before { content: "\e8bb"; }

.icon-voicemail2:before { content: "\e8bc"; }

.icon-wallet2:before { content: "\e8bd"; }

.icon-water2:before { content: "\e8be"; }

.icon-500px-with-circle2:before { content: "\e8bf"; }

.icon-500px2:before { content: "\e8c0"; }

.icon-basecamp2:before { content: "\e8c1"; }

.icon-behance2:before { content: "\e8c2"; }

.icon-creative-cloud2:before { content: "\e8c3"; }

.icon-dropbox2:before { content: "\e8c4"; }

.icon-evernote2:before { content: "\e8c5"; }

.icon-flattr2:before { content: "\e8c6"; }

.icon-foursquare2:before { content: "\e8c7"; }

.icon-google-drive2:before { content: "\e8c8"; }

.icon-google-hangouts2:before { content: "\e8c9"; }

.icon-grooveshark2:before { content: "\e8ca"; }

.icon-icloud2:before { content: "\e8cb"; }

.icon-mixi2:before { content: "\e8cc"; }

.icon-onedrive2:before { content: "\e8cd"; }

.icon-paypal4:before { content: "\e8ce"; }

.icon-picasa2:before { content: "\e8cf"; }

.icon-qq2:before { content: "\e8d0"; }

.icon-rdio-with-circle2:before { content: "\e8d1"; }

.icon-renren2:before { content: "\e8d2"; }

.icon-scribd2:before { content: "\e8d3"; }

.icon-sina-weibo2:before { content: "\e8d4"; }

.icon-skype-with-circle2:before { content: "\e8d5"; }

.icon-skype2:before { content: "\e8d6"; }

.icon-slideshare2:before { content: "\e8d7"; }

.icon-smashing2:before { content: "\e8d8"; }

.icon-soundcloud3:before { content: "\e8d9"; }

.icon-spotify-with-circle2:before { content: "\e8da"; }

.icon-spotify2:before { content: "\e8db"; }

.icon-swarm2:before { content: "\e8dc"; }

.icon-vine-with-circle2:before { content: "\e8dd"; }

.icon-vine2:before { content: "\e8de"; }

.icon-vk-alternitive2:before { content: "\e8df"; }

.icon-vk-with-circle2:before { content: "\e8e0"; }

.icon-vk2:before { content: "\e8e1"; }

.icon-xing-with-circle2:before { content: "\e8e2"; }

.icon-xing3:before { content: "\e8e3"; }

.icon-yelp2:before { content: "\e8e4"; }

.icon-dribbble-with-circle2:before { content: "\e8e5"; }

.icon-dribbble4:before { content: "\e8e6"; }

.icon-facebook-with-circle2:before { content: "\e8e7"; }

.icon-facebook4:before { content: "\e8e8"; }

.icon-flickr-with-circle2:before { content: "\e8e9"; }

.icon-flickr5:before { content: "\e8ea"; }

.icon-github-with-circle2:before { content: "\e8eb"; }

.icon-github6:before { content: "\e8ec"; }

.icon-google-with-circle2:before { content: "\e8ed"; }

.icon-google2:before { content: "\e8ee"; }

.icon-instagram-with-circle2:before { content: "\e8ef"; }

.icon-instagram2:before { content: "\e8f0"; }

.icon-lastfm-with-circle2:before { content: "\e8f1"; }

.icon-lastfm3:before { content: "\e8f2"; }

.icon-linkedin-with-circle2:before { content: "\e8f3"; }

.icon-linkedin3:before { content: "\e8f4"; }

.icon-pinterest-with-circle2:before { content: "\e8f5"; }

.icon-pinterest3:before { content: "\e8f6"; }

.icon-rdio2:before { content: "\e8f7"; }

.icon-stumbleupon-with-circle2:before { content: "\e8f8"; }

.icon-stumbleupon3:before { content: "\e8f9"; }

.icon-tumblr-with-circle2:before { content: "\e8fa"; }

.icon-tumblr3:before { content: "\e8fb"; }

.icon-twitter-with-circle2:before { content: "\e8fc"; }

.icon-twitter4:before { content: "\e8fd"; }

.icon-vimeo-with-circle2:before { content: "\e8fe"; }

.icon-vimeo4:before { content: "\e8ff"; }

.icon-youtube-with-circle2:before { content: "\eec1"; }

.icon-youtube5:before { content: "\eec2"; }

.icon-add-to-list3:before { content: "\eec3"; }

.icon-classic-computer3:before { content: "\eec4"; }

.icon-controller-fast-backward3:before { content: "\eec5"; }

.icon-creative-commons-attribution3:before { content: "\eec6"; }

.icon-creative-commons-noderivs3:before { content: "\eec7"; }

.icon-creative-commons-noncommercial-eu3:before { content: "\eec8"; }

.icon-creative-commons-noncommercial-us3:before { content: "\eec9"; }

.icon-creative-commons-public-domain3:before { content: "\eeca"; }

.icon-creative-commons-remix3:before { content: "\eecb"; }

.icon-creative-commons-share3:before { content: "\eecc"; }

.icon-creative-commons-sharealike3:before { content: "\eecd"; }

.icon-creative-commons3:before { content: "\eece"; }

.icon-document-landscape3:before { content: "\eecf"; }

.icon-remove-user3:before { content: "\eed0"; }

.icon-warning3:before { content: "\eed1"; }

.icon-arrow-bold-down3:before { content: "\eed2"; }

.icon-arrow-bold-left3:before { content: "\eed3"; }

.icon-arrow-bold-right3:before { content: "\eed4"; }

.icon-arrow-bold-up3:before { content: "\eed5"; }

.icon-arrow-down4:before { content: "\eed6"; }

.icon-arrow-left4:before { content: "\eed7"; }

.icon-arrow-long-down3:before { content: "\eed8"; }

.icon-arrow-long-left3:before { content: "\eed9"; }

.icon-arrow-long-right3:before { content: "\eeda"; }

.icon-arrow-long-up3:before { content: "\eedb"; }

.icon-arrow-right4:before { content: "\eedc"; }

.icon-arrow-up4:before { content: "\eedd"; }

.icon-arrow-with-circle-down3:before { content: "\eede"; }

.icon-arrow-with-circle-left3:before { content: "\eedf"; }

.icon-arrow-with-circle-right3:before { content: "\eee0"; }

.icon-arrow-with-circle-up3:before { content: "\eee1"; }

.icon-bookmark3:before { content: "\eee2"; }

.icon-bookmarks3:before { content: "\eee3"; }

.icon-chevron-down3:before { content: "\eee4"; }

.icon-chevron-left3:before { content: "\eee5"; }

.icon-chevron-right3:before { content: "\eee6"; }

.icon-chevron-small-down3:before { content: "\eee7"; }

.icon-chevron-small-left3:before { content: "\eee8"; }

.icon-chevron-small-right3:before { content: "\eee9"; }

.icon-chevron-small-up3:before { content: "\eeea"; }

.icon-chevron-thin-down3:before { content: "\eeeb"; }

.icon-chevron-thin-left3:before { content: "\eeec"; }

.icon-chevron-thin-right3:before { content: "\eeed"; }

.icon-chevron-thin-up3:before { content: "\eeee"; }

.icon-chevron-up3:before { content: "\eeef"; }

.icon-chevron-with-circle-down3:before { content: "\eef0"; }

.icon-chevron-with-circle-left3:before { content: "\eef1"; }

.icon-chevron-with-circle-right3:before { content: "\eef2"; }

.icon-chevron-with-circle-up3:before { content: "\eef3"; }

.icon-cloud3:before { content: "\eef4"; }

.icon-controller-fast-forward3:before { content: "\eef5"; }

.icon-controller-jump-to-start3:before { content: "\eef6"; }

.icon-controller-next3:before { content: "\eef7"; }

.icon-controller-paus3:before { content: "\eef8"; }

.icon-controller-play3:before { content: "\eef9"; }

.icon-controller-record3:before { content: "\eefa"; }

.icon-controller-stop3:before { content: "\eefb"; }

.icon-controller-volume3:before { content: "\eefc"; }

.icon-dot-single3:before { content: "\eefd"; }

.icon-dots-three-horizontal3:before { content: "\eefe"; }

.icon-dots-three-vertical3:before { content: "\eeff"; }

.icon-dots-two-horizontal3:before { content: "\ef00"; }

.icon-dots-two-vertical3:before { content: "\ef01"; }

.icon-download5:before { content: "\ef02"; }

.icon-emoji-flirt3:before { content: "\ef03"; }

.icon-flow-branch3:before { content: "\ef04"; }

.icon-flow-cascade3:before { content: "\ef05"; }

.icon-flow-line3:before { content: "\ef06"; }

.icon-flow-parallel3:before { content: "\ef07"; }

.icon-flow-tree3:before { content: "\ef08"; }

.icon-install3:before { content: "\ef09"; }

.icon-layers3:before { content: "\ef0a"; }

.icon-open-book3:before { content: "\ef0b"; }

.icon-resize-1003:before { content: "\ef0c"; }

.icon-resize-full-screen3:before { content: "\ef0d"; }

.icon-save3:before { content: "\ef0e"; }

.icon-select-arrows3:before { content: "\ef0f"; }

.icon-sound-mute3:before { content: "\ef10"; }

.icon-sound3:before { content: "\ef11"; }

.icon-trash3:before { content: "\ef12"; }

.icon-triangle-down3:before { content: "\ef13"; }

.icon-triangle-left3:before { content: "\ef14"; }

.icon-triangle-right3:before { content: "\ef15"; }

.icon-triangle-up3:before { content: "\ef16"; }

.icon-uninstall3:before { content: "\ef17"; }

.icon-upload-to-cloud3:before { content: "\ef18"; }

.icon-upload5:before { content: "\ef19"; }

.icon-add-user3:before { content: "\ef1a"; }

.icon-address3:before { content: "\ef1b"; }

.icon-adjust3:before { content: "\ef1c"; }

.icon-air3:before { content: "\ef1d"; }

.icon-aircraft-landing3:before { content: "\ef1e"; }

.icon-aircraft-take-off3:before { content: "\ef1f"; }

.icon-aircraft3:before { content: "\ef20"; }

.icon-align-bottom3:before { content: "\ef21"; }

.icon-align-horizontal-middle3:before { content: "\ef22"; }

.icon-align-left3:before { content: "\ef23"; }

.icon-align-right3:before { content: "\ef24"; }

.icon-align-top3:before { content: "\ef25"; }

.icon-align-vertical-middle3:before { content: "\ef26"; }

.icon-archive3:before { content: "\ef27"; }

.icon-area-graph3:before { content: "\ef28"; }

.icon-attachment3:before { content: "\ef29"; }

.icon-awareness-ribbon3:before { content: "\ef2a"; }

.icon-back-in-time3:before { content: "\ef2b"; }

.icon-back3:before { content: "\ef2c"; }

.icon-bar-graph3:before { content: "\ef2d"; }

.icon-battery3:before { content: "\ef2e"; }

.icon-beamed-note3:before { content: "\ef2f"; }

.icon-bell3:before { content: "\ef30"; }

.icon-blackboard3:before { content: "\ef31"; }

.icon-block3:before { content: "\ef32"; }

.icon-book3:before { content: "\ef33"; }

.icon-bowl3:before { content: "\ef34"; }

.icon-box3:before { content: "\ef35"; }

.icon-briefcase3:before { content: "\ef36"; }

.icon-browser3:before { content: "\ef37"; }

.icon-brush3:before { content: "\ef38"; }

.icon-bucket3:before { content: "\ef39"; }

.icon-cake3:before { content: "\ef3a"; }

.icon-calculator3:before { content: "\ef3b"; }

.icon-calendar3:before { content: "\ef3c"; }

.icon-camera3:before { content: "\ef3d"; }

.icon-ccw3:before { content: "\ef3e"; }

.icon-chat3:before { content: "\ef3f"; }

.icon-check3:before { content: "\ef40"; }

.icon-circle-with-cross3:before { content: "\ef41"; }

.icon-circle-with-minus3:before { content: "\ef42"; }

.icon-circle-with-plus3:before { content: "\ef43"; }

.icon-circle3:before { content: "\ef44"; }

.icon-circular-graph3:before { content: "\ef45"; }

.icon-clapperboard3:before { content: "\ef46"; }

.icon-clipboard3:before { content: "\ef47"; }

.icon-clock4:before { content: "\ef48"; }

.icon-code3:before { content: "\ef49"; }

.icon-cog3:before { content: "\ef4a"; }

.icon-colours3:before { content: "\ef4b"; }

.icon-compass4:before { content: "\ef4c"; }

.icon-copy3:before { content: "\ef4d"; }

.icon-credit-card3:before { content: "\ef4e"; }

.icon-credit3:before { content: "\ef4f"; }

.icon-cross3:before { content: "\ef50"; }

.icon-cup3:before { content: "\ef51"; }

.icon-cw3:before { content: "\ef52"; }

.icon-cycle3:before { content: "\ef53"; }

.icon-database3:before { content: "\ef54"; }

.icon-dial-pad3:before { content: "\ef55"; }

.icon-direction3:before { content: "\ef56"; }

.icon-document3:before { content: "\ef57"; }

.icon-documents3:before { content: "\ef58"; }

.icon-drink3:before { content: "\ef59"; }

.icon-drive3:before { content: "\ef5a"; }

.icon-drop3:before { content: "\ef5b"; }

.icon-edit3:before { content: "\ef5c"; }

.icon-email3:before { content: "\ef5d"; }

.icon-emoji-happy3:before { content: "\ef5e"; }

.icon-emoji-neutral3:before { content: "\ef5f"; }

.icon-emoji-sad3:before { content: "\ef60"; }

.icon-erase3:before { content: "\ef61"; }

.icon-eraser3:before { content: "\ef62"; }

.icon-export3:before { content: "\ef63"; }

.icon-eye3:before { content: "\ef64"; }

.icon-feather3:before { content: "\ef65"; }

.icon-flag3:before { content: "\ef66"; }

.icon-flash3:before { content: "\ef67"; }

.icon-flashlight3:before { content: "\ef68"; }

.icon-flat-brush3:before { content: "\ef69"; }

.icon-folder-images3:before { content: "\ef6a"; }

.icon-folder-music3:before { content: "\ef6b"; }

.icon-folder-video3:before { content: "\ef6c"; }

.icon-folder3:before { content: "\ef6d"; }

.icon-forward5:before { content: "\ef6e"; }

.icon-funnel3:before { content: "\ef6f"; }

.icon-game-controller3:before { content: "\ef70"; }

.icon-gauge3:before { content: "\ef71"; }

.icon-globe3:before { content: "\ef72"; }

.icon-graduation-cap3:before { content: "\ef73"; }

.icon-grid3:before { content: "\ef74"; }

.icon-hair-cross3:before { content: "\ef75"; }

.icon-hand3:before { content: "\ef76"; }

.icon-heart-outlined3:before { content: "\ef77"; }

.icon-heart3:before { content: "\ef78"; }

.icon-help-with-circle3:before { content: "\ef79"; }

.icon-help3:before { content: "\ef7a"; }

.icon-home5:before { content: "\ef7b"; }

.icon-hour-glass3:before { content: "\ef7c"; }

.icon-image-inverted3:before { content: "\ef7d"; }

.icon-image3:before { content: "\ef7e"; }

.icon-images3:before { content: "\ef7f"; }

.icon-inbox3:before { content: "\ef80"; }

.icon-infinity3:before { content: "\ef81"; }

.icon-info-with-circle3:before { content: "\ef82"; }

.icon-info3:before { content: "\ef83"; }

.icon-key4:before { content: "\ef84"; }

.icon-keyboard3:before { content: "\ef85"; }

.icon-lab-flask3:before { content: "\ef86"; }

.icon-landline3:before { content: "\ef87"; }

.icon-language3:before { content: "\ef88"; }

.icon-laptop3:before { content: "\ef89"; }

.icon-leaf3:before { content: "\ef8a"; }

.icon-level-down3:before { content: "\ef8b"; }

.icon-level-up3:before { content: "\ef8c"; }

.icon-lifebuoy3:before { content: "\ef8d"; }

.icon-light-bulb3:before { content: "\ef8e"; }

.icon-light-down3:before { content: "\ef8f"; }

.icon-light-up3:before { content: "\ef90"; }

.icon-line-graph3:before { content: "\ef91"; }

.icon-link3:before { content: "\ef92"; }

.icon-list4:before { content: "\ef93"; }

.icon-location-pin3:before { content: "\ef94"; }

.icon-location4:before { content: "\ef95"; }

.icon-lock-open3:before { content: "\ef96"; }

.icon-lock3:before { content: "\ef97"; }

.icon-log-out3:before { content: "\ef98"; }

.icon-login3:before { content: "\ef99"; }

.icon-loop4:before { content: "\ef9a"; }

.icon-magnet3:before { content: "\ef9b"; }

.icon-magnifying-glass3:before { content: "\ef9c"; }

.icon-mail6:before { content: "\ef9d"; }

.icon-man3:before { content: "\ef9e"; }

.icon-map4:before { content: "\ef9f"; }

.icon-mask3:before { content: "\efa0"; }

.icon-medal3:before { content: "\efa1"; }

.icon-megaphone3:before { content: "\efa2"; }

.icon-menu6:before { content: "\efa3"; }

.icon-message3:before { content: "\efa4"; }

.icon-mic3:before { content: "\efa5"; }

.icon-minus3:before { content: "\efa6"; }

.icon-mobile4:before { content: "\efa7"; }

.icon-modern-mic3:before { content: "\efa8"; }

.icon-moon3:before { content: "\efa9"; }

.icon-mouse3:before { content: "\efaa"; }

.icon-music3:before { content: "\efab"; }

.icon-network3:before { content: "\efac"; }

.icon-new-message3:before { content: "\efad"; }

.icon-new3:before { content: "\efae"; }

.icon-news3:before { content: "\efaf"; }

.icon-note3:before { content: "\efb0"; }

.icon-notification3:before { content: "\efb1"; }

.icon-old-mobile3:before { content: "\efb2"; }

.icon-old-phone3:before { content: "\efb3"; }

.icon-palette3:before { content: "\efb4"; }

.icon-paper-plane3:before { content: "\efb5"; }

.icon-pencil4:before { content: "\efb6"; }

.icon-phone3:before { content: "\efb7"; }

.icon-pie-chart3:before { content: "\efb8"; }

.icon-pin3:before { content: "\efb9"; }

.icon-plus3:before { content: "\efba"; }

.icon-popup3:before { content: "\efbb"; }

.icon-power-plug3:before { content: "\efbc"; }

.icon-price-ribbon3:before { content: "\efbd"; }

.icon-price-tag3:before { content: "\efbe"; }

.icon-print3:before { content: "\efbf"; }

.icon-progress-empty3:before { content: "\efc0"; }

.icon-progress-full3:before { content: "\efc1"; }

.icon-progress-one3:before { content: "\efc2"; }

.icon-progress-two3:before { content: "\efc3"; }

.icon-publish3:before { content: "\efc4"; }

.icon-quote3:before { content: "\efc5"; }

.icon-radio3:before { content: "\efc6"; }

.icon-reply-all3:before { content: "\efc7"; }

.icon-reply3:before { content: "\efc8"; }

.icon-retweet3:before { content: "\efc9"; }

.icon-rocket3:before { content: "\efca"; }

.icon-round-brush3:before { content: "\efcb"; }

.icon-rss3:before { content: "\efcc"; }

.icon-ruler3:before { content: "\efcd"; }

.icon-scissors3:before { content: "\efce"; }

.icon-share-alternitive3:before { content: "\efcf"; }

.icon-share4:before { content: "\efd0"; }

.icon-shareable3:before { content: "\efd1"; }

.icon-shield3:before { content: "\efd2"; }

.icon-shop3:before { content: "\efd3"; }

.icon-shopping-bag3:before { content: "\efd4"; }

.icon-shopping-basket3:before { content: "\efd5"; }

.icon-shopping-cart3:before { content: "\efd6"; }

.icon-shuffle3:before { content: "\efd7"; }

.icon-signal3:before { content: "\efd8"; }

.icon-sound-mix3:before { content: "\efd9"; }

.icon-sports-club3:before { content: "\efda"; }

.icon-spreadsheet3:before { content: "\efdb"; }

.icon-squared-cross3:before { content: "\efdc"; }

.icon-squared-minus3:before { content: "\efdd"; }

.icon-squared-plus3:before { content: "\efde"; }

.icon-star-outlined3:before { content: "\efdf"; }

.icon-star3:before { content: "\efe0"; }

.icon-stopwatch3:before { content: "\efe1"; }

.icon-suitcase3:before { content: "\efe2"; }

.icon-swap3:before { content: "\efe3"; }

.icon-sweden3:before { content: "\efe4"; }

.icon-switch3:before { content: "\efe5"; }

.icon-tablet3:before { content: "\efe6"; }

.icon-tag3:before { content: "\efe7"; }

.icon-text-document-inverted3:before { content: "\efe8"; }

.icon-text-document3:before { content: "\efe9"; }

.icon-text3:before { content: "\efea"; }

.icon-thermometer3:before { content: "\efeb"; }

.icon-thumbs-down3:before { content: "\efec"; }

.icon-thumbs-up3:before { content: "\efed"; }

.icon-thunder-cloud3:before { content: "\efee"; }

.icon-ticket3:before { content: "\efef"; }

.icon-time-slot3:before { content: "\eff0"; }

.icon-tools3:before { content: "\eff1"; }

.icon-traffic-cone3:before { content: "\eff2"; }

.icon-tree3:before { content: "\eff3"; }

.icon-trophy3:before { content: "\eff4"; }

.icon-tv3:before { content: "\eff5"; }

.icon-typing3:before { content: "\eff6"; }

.icon-unread3:before { content: "\eff7"; }

.icon-untag3:before { content: "\eff8"; }

.icon-user3:before { content: "\eff9"; }

.icon-users3:before { content: "\effa"; }

.icon-v-card3:before { content: "\effb"; }

.icon-video3:before { content: "\effc"; }

.icon-vinyl3:before { content: "\effd"; }

.icon-voicemail3:before { content: "\effe"; }

.icon-wallet3:before { content: "\efff"; }

.icon-water3:before { content: "\f000"; }

.icon-500px-with-circle3:before { content: "\f001"; }

.icon-500px3:before { content: "\f002"; }

.icon-basecamp3:before { content: "\f003"; }

.icon-behance3:before { content: "\f004"; }

.icon-creative-cloud3:before { content: "\f005"; }

.icon-dropbox3:before { content: "\f006"; }

.icon-evernote3:before { content: "\f007"; }

.icon-flattr3:before { content: "\f008"; }

.icon-foursquare3:before { content: "\f009"; }

.icon-google-drive3:before { content: "\f00a"; }

.icon-google-hangouts3:before { content: "\f00b"; }

.icon-grooveshark3:before { content: "\f00c"; }

.icon-icloud3:before { content: "\f00d"; }

.icon-mixi3:before { content: "\f00e"; }

.icon-onedrive3:before { content: "\f00f"; }

.icon-paypal5:before { content: "\f010"; }

.icon-picasa3:before { content: "\f011"; }

.icon-qq3:before { content: "\f012"; }

.icon-rdio-with-circle3:before { content: "\f013"; }

.icon-renren3:before { content: "\f014"; }

.icon-scribd3:before { content: "\f015"; }

.icon-sina-weibo3:before { content: "\f016"; }

.icon-skype-with-circle3:before { content: "\f017"; }

.icon-skype3:before { content: "\f018"; }

.icon-slideshare3:before { content: "\f019"; }

.icon-smashing3:before { content: "\f01a"; }

.icon-soundcloud4:before { content: "\f01b"; }

.icon-spotify-with-circle3:before { content: "\f01c"; }

.icon-spotify3:before { content: "\f01d"; }

.icon-swarm3:before { content: "\f01e"; }

.icon-vine-with-circle3:before { content: "\f01f"; }

.icon-vine3:before { content: "\f020"; }

.icon-vk-alternitive3:before { content: "\f021"; }

.icon-vk-with-circle3:before { content: "\f022"; }

.icon-vk3:before { content: "\f023"; }

.icon-xing-with-circle3:before { content: "\f024"; }

.icon-xing4:before { content: "\f025"; }

.icon-yelp3:before { content: "\f026"; }

.icon-dribbble-with-circle3:before { content: "\f027"; }

.icon-dribbble5:before { content: "\f028"; }

.icon-facebook-with-circle3:before { content: "\f029"; }

.icon-facebook5:before { content: "\f02a"; }

.icon-flickr-with-circle3:before { content: "\f02b"; }

.icon-flickr6:before { content: "\f02c"; }

.icon-github-with-circle3:before { content: "\f02d"; }

.icon-github7:before { content: "\f02e"; }

.icon-google-with-circle3:before { content: "\f02f"; }

.icon-google3:before { content: "\f030"; }

.icon-instagram-with-circle3:before { content: "\f031"; }

.icon-instagram3:before { content: "\f032"; }

.icon-lastfm-with-circle3:before { content: "\f033"; }

.icon-lastfm4:before { content: "\f034"; }

.icon-linkedin-with-circle3:before { content: "\f035"; }

.icon-linkedin4:before { content: "\f036"; }

.icon-pinterest-with-circle3:before { content: "\f037"; }

.icon-pinterest4:before { content: "\f038"; }

.icon-rdio3:before { content: "\f039"; }

.icon-stumbleupon-with-circle3:before { content: "\f03a"; }

.icon-stumbleupon4:before { content: "\f03b"; }

.icon-tumblr-with-circle3:before { content: "\f03c"; }

.icon-tumblr4:before { content: "\f03d"; }

.icon-twitter-with-circle3:before { content: "\f03e"; }

.icon-twitter5:before { content: "\f03f"; }

.icon-vimeo-with-circle3:before { content: "\f040"; }

.icon-vimeo5:before { content: "\f041"; }

.icon-youtube-with-circle3:before { content: "\f042"; }

.icon-youtube6:before { content: "\f043"; }

.icon-home6:before { content: "\e900"; }

.icon-home2:before { content: "\e901"; }

.icon-home3:before { content: "\e902"; }

.icon-office:before { content: "\e903"; }

.icon-newspaper:before { content: "\e904"; }

.icon-pencil5:before { content: "\e905"; }

.icon-pencil2:before { content: "\e906"; }

.icon-quill:before { content: "\e907"; }

.icon-pen:before { content: "\e908"; }

.icon-blog:before { content: "\e909"; }

.icon-eyedropper:before { content: "\e90a"; }

.icon-droplet:before { content: "\e90b"; }

.icon-paint-format:before { content: "\e90c"; }

.icon-image4:before { content: "\e90d"; }

.icon-images4:before { content: "\e90e"; }

.icon-camera4:before { content: "\e90f"; }

.icon-headphones:before { content: "\e910"; }

.icon-music4:before { content: "\e911"; }

.icon-play:before { content: "\e912"; }

.icon-film:before { content: "\e913"; }

.icon-video-camera:before { content: "\e914"; }

.icon-dice:before { content: "\e915"; }

.icon-pacman:before { content: "\e916"; }

.icon-spades:before { content: "\e917"; }

.icon-clubs:before { content: "\e918"; }

.icon-diamonds:before { content: "\e919"; }

.icon-bullhorn:before { content: "\e91a"; }

.icon-connection:before { content: "\e91b"; }

.icon-podcast:before { content: "\e91c"; }

.icon-feed:before { content: "\e91d"; }

.icon-mic4:before { content: "\e91e"; }

.icon-book4:before { content: "\e91f"; }

.icon-books:before { content: "\e920"; }

.icon-library:before { content: "\e921"; }

.icon-file-text:before { content: "\e922"; }

.icon-profile:before { content: "\e923"; }

.icon-file-empty:before { content: "\e924"; }

.icon-files-empty:before { content: "\e925"; }

.icon-file-text2:before { content: "\e926"; }

.icon-file-picture:before { content: "\e927"; }

.icon-file-music:before { content: "\e928"; }

.icon-file-play:before { content: "\e929"; }

.icon-file-video:before { content: "\e92a"; }

.icon-file-zip:before { content: "\e92b"; }

.icon-copy4:before { content: "\e92c"; }

.icon-paste:before { content: "\e92d"; }

.icon-stack:before { content: "\e92e"; }

.icon-folder4:before { content: "\e92f"; }

.icon-folder-open:before { content: "\e930"; }

.icon-folder-plus:before { content: "\e931"; }

.icon-folder-minus:before { content: "\e932"; }

.icon-folder-download:before { content: "\e933"; }

.icon-folder-upload:before { content: "\e934"; }

.icon-price-tag4:before { content: "\e935"; }

.icon-price-tags:before { content: "\e936"; }

.icon-barcode:before { content: "\e937"; }

.icon-qrcode:before { content: "\e938"; }

.icon-ticket4:before { content: "\e939"; }

.icon-cart:before { content: "\e93a"; }

.icon-coin-dollar:before { content: "\e93b"; }

.icon-coin-euro:before { content: "\e93c"; }

.icon-coin-pound:before { content: "\e93d"; }

.icon-coin-yen:before { content: "\e93e"; }

.icon-credit-card4:before { content: "\e93f"; }

.icon-calculator4:before { content: "\e940"; }

.icon-lifebuoy4:before { content: "\e941"; }

.icon-phone4:before { content: "\e942"; }

.icon-phone-hang-up:before { content: "\e943"; }

.icon-address-book:before { content: "\e944"; }

.icon-envelop:before { content: "\e945"; }

.icon-pushpin:before { content: "\e946"; }

.icon-location5:before { content: "\e947"; }

.icon-location2:before { content: "\e948"; }

.icon-compass5:before { content: "\e949"; }

.icon-compass2:before { content: "\e94a"; }

.icon-map5:before { content: "\e94b"; }

.icon-map2:before { content: "\e94c"; }

.icon-history:before { content: "\e94d"; }

.icon-clock5:before { content: "\e94e"; }

.icon-clock2:before { content: "\e94f"; }

.icon-alarm:before { content: "\e950"; }

.icon-bell4:before { content: "\e951"; }

.icon-stopwatch4:before { content: "\e952"; }

.icon-calendar4:before { content: "\e953"; }

.icon-printer:before { content: "\e954"; }

.icon-keyboard4:before { content: "\e955"; }

.icon-display:before { content: "\e956"; }

.icon-laptop4:before { content: "\e957"; }

.icon-mobile5:before { content: "\e958"; }

.icon-mobile2:before { content: "\e959"; }

.icon-tablet4:before { content: "\e95a"; }

.icon-tv4:before { content: "\e95b"; }

.icon-drawer:before { content: "\e95c"; }

.icon-drawer2:before { content: "\e95d"; }

.icon-box-add:before { content: "\e95e"; }

.icon-box-remove:before { content: "\e95f"; }

.icon-download6:before { content: "\e960"; }

.icon-upload6:before { content: "\e961"; }

.icon-floppy-disk:before { content: "\e962"; }

.icon-drive4:before { content: "\e963"; }

.icon-database4:before { content: "\e964"; }

.icon-undo:before { content: "\e965"; }

.icon-redo:before { content: "\e966"; }

.icon-undo2:before { content: "\e967"; }

.icon-redo2:before { content: "\e968"; }

.icon-forward6:before { content: "\e969"; }

.icon-reply4:before { content: "\e96a"; }

.icon-bubble:before { content: "\e96b"; }

.icon-bubbles:before { content: "\e96c"; }

.icon-bubbles2:before { content: "\e96d"; }

.icon-bubble2:before { content: "\e96e"; }

.icon-bubbles3:before { content: "\e96f"; }

.icon-bubbles4:before { content: "\e970"; }

.icon-user4:before { content: "\e971"; }

.icon-users4:before { content: "\e972"; }

.icon-user-plus:before { content: "\e973"; }

.icon-user-minus:before { content: "\e974"; }

.icon-user-check:before { content: "\e975"; }

.icon-user-tie:before { content: "\e976"; }

.icon-quotes-left:before { content: "\e977"; }

.icon-quotes-right:before { content: "\e978"; }

.icon-hour-glass4:before { content: "\e979"; }

.icon-spinner:before { content: "\e97a"; }

.icon-spinner2:before { content: "\e97b"; }

.icon-spinner3:before { content: "\e97c"; }

.icon-spinner4:before { content: "\e97d"; }

.icon-spinner5:before { content: "\e97e"; }

.icon-spinner6:before { content: "\e97f"; }

.icon-spinner7:before { content: "\e980"; }

.icon-spinner8:before { content: "\e981"; }

.icon-spinner9:before { content: "\e982"; }

.icon-spinner10:before { content: "\e983"; }

.icon-spinner11:before { content: "\e984"; }

.icon-binoculars:before { content: "\e985"; }

.icon-search:before { content: "\e986"; }

.icon-zoom-in:before { content: "\e987"; }

.icon-zoom-out:before { content: "\e988"; }

.icon-enlarge:before { content: "\e989"; }

.icon-shrink:before { content: "\e98a"; }

.icon-enlarge2:before { content: "\e98b"; }

.icon-shrink2:before { content: "\e98c"; }

.icon-key5:before { content: "\e98d"; }

.icon-key2:before { content: "\e98e"; }

.icon-lock4:before { content: "\e98f"; }

.icon-unlocked:before { content: "\e990"; }

.icon-wrench:before { content: "\e991"; }

.icon-equalizer:before { content: "\e992"; }

.icon-equalizer2:before { content: "\e993"; }

.icon-cog4:before { content: "\e994"; }

.icon-cogs:before { content: "\e995"; }

.icon-hammer:before { content: "\e996"; }

.icon-magic-wand:before { content: "\e997"; }

.icon-aid-kit:before { content: "\e998"; }

.icon-bug:before { content: "\e999"; }

.icon-pie-chart4:before { content: "\e99a"; }

.icon-stats-dots:before { content: "\e99b"; }

.icon-stats-bars:before { content: "\e99c"; }

.icon-stats-bars2:before { content: "\e99d"; }

.icon-trophy4:before { content: "\e99e"; }

.icon-gift:before { content: "\e99f"; }

.icon-glass:before { content: "\e9a0"; }

.icon-glass2:before { content: "\e9a1"; }

.icon-mug:before { content: "\e9a2"; }

.icon-spoon-knife:before { content: "\e9a3"; }

.icon-leaf4:before { content: "\e9a4"; }

.icon-rocket4:before { content: "\e9a5"; }

.icon-meter:before { content: "\e9a6"; }

.icon-meter2:before { content: "\e9a7"; }

.icon-hammer2:before { content: "\e9a8"; }

.icon-fire:before { content: "\e9a9"; }

.icon-lab:before { content: "\e9aa"; }

.icon-magnet4:before { content: "\e9ab"; }

.icon-bin:before { content: "\e9ac"; }

.icon-bin2:before { content: "\e9ad"; }

.icon-briefcase4:before { content: "\e9ae"; }

.icon-airplane:before { content: "\e9af"; }

.icon-truck:before { content: "\e9b0"; }

.icon-road:before { content: "\e9b1"; }

.icon-accessibility:before { content: "\e9b2"; }

.icon-target:before { content: "\e9b3"; }

.icon-shield4:before { content: "\e9b4"; }

.icon-power:before { content: "\e9b5"; }

.icon-switch4:before { content: "\e9b6"; }

.icon-power-cord:before { content: "\e9b7"; }

.icon-clipboard4:before { content: "\e9b8"; }

.icon-list-numbered:before { content: "\e9b9"; }

.icon-list5:before { content: "\e9ba"; }

.icon-list2:before { content: "\e9bb"; }

.icon-tree4:before { content: "\e9bc"; }

.icon-menu7:before { content: "\e9bd"; }

.icon-menu2:before { content: "\e9be"; }

.icon-menu3:before { content: "\e9bf"; }

.icon-menu4:before { content: "\e9c0"; }

.icon-cloud4:before { content: "\e9c1"; }

.icon-cloud-download:before { content: "\e9c2"; }

.icon-cloud-upload:before { content: "\e9c3"; }

.icon-cloud-check:before { content: "\e9c4"; }

.icon-download2:before { content: "\e9c5"; }

.icon-upload2:before { content: "\e9c6"; }

.icon-download3:before { content: "\e9c7"; }

.icon-upload3:before { content: "\e9c8"; }

.icon-sphere:before { content: "\e9c9"; }

.icon-earth:before { content: "\e9ca"; }

.icon-link4:before { content: "\e9cb"; }

.icon-flag4:before { content: "\e9cc"; }

.icon-attachment4:before { content: "\e9cd"; }

.icon-eye4:before { content: "\e9ce"; }

.icon-eye-plus:before { content: "\e9cf"; }

.icon-eye-minus:before { content: "\e9d0"; }

.icon-eye-blocked:before { content: "\e9d1"; }

.icon-bookmark4:before { content: "\e9d2"; }

.icon-bookmarks4:before { content: "\e9d3"; }

.icon-sun:before { content: "\e9d4"; }

.icon-contrast:before { content: "\e9d5"; }

.icon-brightness-contrast:before { content: "\e9d6"; }

.icon-star-empty:before { content: "\e9d7"; }

.icon-star-half:before { content: "\e9d8"; }

.icon-star-full:before { content: "\e9d9"; }

.icon-heart4:before { content: "\e9da"; }

.icon-heart-broken:before { content: "\e9db"; }

.icon-man4:before { content: "\e9dc"; }

.icon-woman:before { content: "\e9dd"; }

.icon-man-woman:before { content: "\e9de"; }

.icon-happy:before { content: "\e9df"; }

.icon-happy2:before { content: "\e9e0"; }

.icon-smile:before { content: "\e9e1"; }

.icon-smile2:before { content: "\e9e2"; }

.icon-tongue:before { content: "\e9e3"; }

.icon-tongue2:before { content: "\e9e4"; }

.icon-sad:before { content: "\e9e5"; }

.icon-sad2:before { content: "\e9e6"; }

.icon-wink:before { content: "\e9e7"; }

.icon-wink2:before { content: "\e9e8"; }

.icon-grin:before { content: "\e9e9"; }

.icon-grin2:before { content: "\e9ea"; }

.icon-cool:before { content: "\e9eb"; }

.icon-cool2:before { content: "\e9ec"; }

.icon-angry:before { content: "\e9ed"; }

.icon-angry2:before { content: "\e9ee"; }

.icon-evil:before { content: "\e9ef"; }

.icon-evil2:before { content: "\e9f0"; }

.icon-shocked:before { content: "\e9f1"; }

.icon-shocked2:before { content: "\e9f2"; }

.icon-baffled:before { content: "\e9f3"; }

.icon-baffled2:before { content: "\e9f4"; }

.icon-confused:before { content: "\e9f5"; }

.icon-confused2:before { content: "\e9f6"; }

.icon-neutral:before { content: "\e9f7"; }

.icon-neutral2:before { content: "\e9f8"; }

.icon-hipster:before { content: "\e9f9"; }

.icon-hipster2:before { content: "\e9fa"; }

.icon-wondering:before { content: "\e9fb"; }

.icon-wondering2:before { content: "\e9fc"; }

.icon-sleepy:before { content: "\e9fd"; }

.icon-sleepy2:before { content: "\e9fe"; }

.icon-frustrated:before { content: "\e9ff"; }

.icon-frustrated2:before { content: "\ea00"; }

.icon-crying:before { content: "\ea01"; }

.icon-crying2:before { content: "\ea02"; }

.icon-point-up:before { content: "\ea03"; }

.icon-point-right:before { content: "\ea04"; }

.icon-point-down:before { content: "\ea05"; }

.icon-point-left:before { content: "\ea06"; }

.icon-warning4:before { content: "\ea07"; }

.icon-notification4:before { content: "\ea08"; }

.icon-question:before { content: "\ea09"; }

.icon-plus4:before { content: "\ea0a"; }

.icon-minus4:before { content: "\ea0b"; }

.icon-info4:before { content: "\ea0c"; }

.icon-cancel-circle:before { content: "\ea0d"; }

.icon-blocked:before { content: "\ea0e"; }

.icon-cross4:before { content: "\ea0f"; }

.icon-checkmark:before { content: "\ea10"; }

.icon-checkmark2:before { content: "\ea11"; }

.icon-spell-check:before { content: "\ea12"; }

.icon-enter:before { content: "\ea13"; }

.icon-exit:before { content: "\ea14"; }

.icon-play2:before { content: "\ea15"; }

.icon-pause:before { content: "\ea16"; }

.icon-stop:before { content: "\ea17"; }

.icon-previous:before { content: "\ea18"; }

.icon-next:before { content: "\ea19"; }

.icon-backward:before { content: "\ea1a"; }

.icon-forward2:before { content: "\ea1b"; }

.icon-play3:before { content: "\ea1c"; }

.icon-pause2:before { content: "\ea1d"; }

.icon-stop2:before { content: "\ea1e"; }

.icon-backward2:before { content: "\ea1f"; }

.icon-forward3:before { content: "\ea20"; }

.icon-first:before { content: "\ea21"; }

.icon-last:before { content: "\ea22"; }

.icon-previous2:before { content: "\ea23"; }

.icon-next2:before { content: "\ea24"; }

.icon-eject:before { content: "\ea25"; }

.icon-volume-high:before { content: "\ea26"; }

.icon-volume-medium:before { content: "\ea27"; }

.icon-volume-low:before { content: "\ea28"; }

.icon-volume-mute:before { content: "\ea29"; }

.icon-volume-mute2:before { content: "\ea2a"; }

.icon-volume-increase:before { content: "\ea2b"; }

.icon-volume-decrease:before { content: "\ea2c"; }

.icon-loop5:before { content: "\ea2d"; }

.icon-loop2:before { content: "\ea2e"; }

.icon-infinite:before { content: "\ea2f"; }

.icon-shuffle4:before { content: "\ea30"; }

.icon-arrow-up-left:before { content: "\ea31"; }

.icon-arrow-up5:before { content: "\ea32"; }

.icon-arrow-up-right:before { content: "\ea33"; }

.icon-arrow-right5:before { content: "\ea34"; }

.icon-arrow-down-right:before { content: "\ea35"; }

.icon-arrow-down5:before { content: "\ea36"; }

.icon-arrow-down-left:before { content: "\ea37"; }

.icon-arrow-left5:before { content: "\ea38"; }

.icon-arrow-up-left2:before { content: "\ea39"; }

.icon-arrow-up2:before { content: "\ea3a"; }

.icon-arrow-up-right2:before { content: "\ea3b"; }

.icon-arrow-right2:before { content: "\ea3c"; }

.icon-arrow-down-right2:before { content: "\ea3d"; }

.icon-arrow-down2:before { content: "\ea3e"; }

.icon-arrow-down-left2:before { content: "\ea3f"; }

.icon-arrow-left2:before { content: "\ea40"; }

.icon-circle-up:before { content: "\ea41"; }

.icon-circle-right:before { content: "\ea42"; }

.icon-circle-down:before { content: "\ea43"; }

.icon-circle-left:before { content: "\ea44"; }

.icon-tab:before { content: "\ea45"; }

.icon-move-up:before { content: "\ea46"; }

.icon-move-down:before { content: "\ea47"; }

.icon-sort-alpha-asc:before { content: "\ea48"; }

.icon-sort-alpha-desc:before { content: "\ea49"; }

.icon-sort-numeric-asc:before { content: "\ea4a"; }

.icon-sort-numberic-desc:before { content: "\ea4b"; }

.icon-sort-amount-asc:before { content: "\ea4c"; }

.icon-sort-amount-desc:before { content: "\ea4d"; }

.icon-command:before { content: "\ea4e"; }

.icon-shift:before { content: "\ea4f"; }

.icon-ctrl:before { content: "\ea50"; }

.icon-opt:before { content: "\ea51"; }

.icon-checkbox-checked:before { content: "\ea52"; }

.icon-checkbox-unchecked:before { content: "\ea53"; }

.icon-radio-checked:before { content: "\ea54"; }

.icon-radio-checked2:before { content: "\ea55"; }

.icon-radio-unchecked:before { content: "\ea56"; }

.icon-crop:before { content: "\ea57"; }

.icon-make-group:before { content: "\ea58"; }

.icon-ungroup:before { content: "\ea59"; }

.icon-scissors4:before { content: "\ea5a"; }

.icon-filter:before { content: "\ea5b"; }

.icon-font:before { content: "\ea5c"; }

.icon-ligature:before { content: "\ea5d"; }

.icon-ligature2:before { content: "\ea5e"; }

.icon-text-height:before { content: "\ea5f"; }

.icon-text-width:before { content: "\ea60"; }

.icon-font-size:before { content: "\ea61"; }

.icon-bold:before { content: "\ea62"; }

.icon-underline:before { content: "\ea63"; }

.icon-italic:before { content: "\ea64"; }

.icon-strikethrough:before { content: "\ea65"; }

.icon-omega:before { content: "\ea66"; }

.icon-sigma:before { content: "\ea67"; }

.icon-page-break:before { content: "\ea68"; }

.icon-superscript:before { content: "\ea69"; }

.icon-subscript:before { content: "\ea6a"; }

.icon-superscript2:before { content: "\ea6b"; }

.icon-subscript2:before { content: "\ea6c"; }

.icon-text-color:before { content: "\ea6d"; }

.icon-pagebreak:before { content: "\ea6e"; }

.icon-clear-formatting:before { content: "\ea6f"; }

.icon-table:before { content: "\ea70"; }

.icon-table2:before { content: "\ea71"; }

.icon-insert-template:before { content: "\ea72"; }

.icon-pilcrow:before { content: "\ea73"; }

.icon-ltr:before { content: "\ea74"; }

.icon-rtl:before { content: "\ea75"; }

.icon-section:before { content: "\ea76"; }

.icon-paragraph-left:before { content: "\ea77"; }

.icon-paragraph-center:before { content: "\ea78"; }

.icon-paragraph-right:before { content: "\ea79"; }

.icon-paragraph-justify:before { content: "\ea7a"; }

.icon-indent-increase:before { content: "\ea7b"; }

.icon-indent-decrease:before { content: "\ea7c"; }

.icon-share5:before { content: "\ea7d"; }

.icon-new-tab:before { content: "\ea7e"; }

.icon-embed:before { content: "\ea7f"; }

.icon-embed2:before { content: "\ea80"; }

.icon-terminal:before { content: "\ea81"; }

.icon-share2:before { content: "\ea82"; }

.icon-mail7:before { content: "\ea83"; }

.icon-mail2:before { content: "\ea84"; }

.icon-mail3:before { content: "\ea85"; }

.icon-mail4:before { content: "\ea86"; }

.icon-google4:before { content: "\ea87"; }

.icon-google-plus:before { content: "\ea88"; }

.icon-google-plus2:before { content: "\ea89"; }

.icon-google-plus3:before { content: "\ea8a"; }

.icon-google-drive4:before { content: "\ea8b"; }

.icon-facebook6:before { content: "\ea8c"; }

.icon-facebook2:before { content: "\ea8d"; }

.icon-facebook3:before { content: "\ea8e"; }

.icon-ello:before { content: "\ea8f"; }

.icon-instagram4:before { content: "\ea90"; }

.icon-twitter6:before { content: "\ea91"; }

.icon-twitter2:before { content: "\ea92"; }

.icon-twitter3:before { content: "\ea93"; }

.icon-feed2:before { content: "\ea94"; }

.icon-feed3:before { content: "\ea95"; }

.icon-feed4:before { content: "\ea96"; }

.icon-youtube7:before { content: "\ea97"; }

.icon-youtube2:before { content: "\ea98"; }

.icon-youtube3:before { content: "\ea99"; }

.icon-youtube4:before { content: "\ea9a"; }

.icon-twitch:before { content: "\ea9b"; }

.icon-vimeo6:before { content: "\ea9c"; }

.icon-vimeo2:before { content: "\ea9d"; }

.icon-vimeo3:before { content: "\ea9e"; }

.icon-lanyrd:before { content: "\ea9f"; }

.icon-flickr7:before { content: "\eaa0"; }

.icon-flickr2:before { content: "\eaa1"; }

.icon-flickr3:before { content: "\eaa2"; }

.icon-flickr4:before { content: "\eaa3"; }

.icon-picassa:before { content: "\eaa4"; }

.icon-picassa2:before { content: "\eaa5"; }

.icon-dribbble6:before { content: "\eaa6"; }

.icon-dribbble2:before { content: "\eaa7"; }

.icon-dribbble3:before { content: "\eaa8"; }

.icon-forrst:before { content: "\eaa9"; }

.icon-forrst2:before { content: "\eaaa"; }

.icon-deviantart:before { content: "\eaab"; }

.icon-deviantart2:before { content: "\eaac"; }

.icon-steam:before { content: "\eaad"; }

.icon-steam2:before { content: "\eaae"; }

.icon-dropbox4:before { content: "\eaaf"; }

.icon-onedrive4:before { content: "\eab0"; }

.icon-github8:before { content: "\eab1"; }

.icon-github2:before { content: "\eab2"; }

.icon-github3:before { content: "\eab3"; }

.icon-github4:before { content: "\eab4"; }

.icon-github5:before { content: "\eab5"; }

.icon-wordpress:before { content: "\eab6"; }

.icon-wordpress2:before { content: "\eab7"; }

.icon-joomla:before { content: "\eab8"; }

.icon-blogger:before { content: "\eab9"; }

.icon-blogger2:before { content: "\eaba"; }

.icon-tumblr5:before { content: "\eabb"; }

.icon-tumblr2:before { content: "\eabc"; }

.icon-yahoo:before { content: "\eabd"; }

.icon-tux:before { content: "\eabe"; }

.icon-apple:before { content: "\eabf"; }

.icon-finder:before { content: "\eac0"; }

.icon-android:before { content: "\eac1"; }

.icon-windows:before { content: "\eac2"; }

.icon-windows8:before { content: "\eac3"; }

.icon-soundcloud5:before { content: "\eac4"; }

.icon-soundcloud2:before { content: "\eac5"; }

.icon-skype4:before { content: "\eac6"; }

.icon-reddit:before { content: "\eac7"; }

.icon-linkedin5:before { content: "\eac8"; }

.icon-linkedin2:before { content: "\eac9"; }

.icon-lastfm5:before { content: "\eaca"; }

.icon-lastfm2:before { content: "\eacb"; }

.icon-delicious:before { content: "\eacc"; }

.icon-stumbleupon5:before { content: "\eacd"; }

.icon-stumbleupon2:before { content: "\eace"; }

.icon-stackoverflow:before { content: "\eacf"; }

.icon-pinterest5:before { content: "\ead0"; }

.icon-pinterest2:before { content: "\ead1"; }

.icon-xing5:before { content: "\ead2"; }

.icon-xing2:before { content: "\ead3"; }

.icon-flattr4:before { content: "\ead4"; }

.icon-foursquare4:before { content: "\ead5"; }

.icon-paypal6:before { content: "\ead6"; }

.icon-paypal2:before { content: "\ead7"; }

.icon-paypal3:before { content: "\ead8"; }

.icon-yelp4:before { content: "\ead9"; }

.icon-file-pdf:before { content: "\eada"; }

.icon-file-openoffice:before { content: "\eadb"; }

.icon-file-word:before { content: "\eadc"; }

.icon-file-excel:before { content: "\eadd"; }

.icon-libreoffice:before { content: "\eade"; }

.icon-html5:before { content: "\eadf"; }

.icon-html52:before { content: "\eae0"; }

.icon-css3:before { content: "\eae1"; }

.icon-git:before { content: "\eae2"; }

.icon-svg:before { content: "\eae3"; }

.icon-codepen:before { content: "\eae4"; }

.icon-chrome:before { content: "\eae5"; }

.icon-firefox:before { content: "\eae6"; }

.icon-IE:before { content: "\eae7"; }

.icon-opera:before { content: "\eae8"; }

.icon-safari:before { content: "\eae9"; }

.icon-IcoMoon:before { content: "\eaea"; }

.icon-home7:before { content: "\eaeb"; }

.icon-home22:before { content: "\eaec"; }

.icon-home32:before { content: "\eaed"; }

.icon-office2:before { content: "\eaee"; }

.icon-newspaper2:before { content: "\eaef"; }

.icon-pencil6:before { content: "\eaf0"; }

.icon-pencil22:before { content: "\eaf1"; }

.icon-quill2:before { content: "\eaf2"; }

.icon-pen2:before { content: "\eaf3"; }

.icon-blog2:before { content: "\eaf4"; }

.icon-eyedropper2:before { content: "\eaf5"; }

.icon-droplet2:before { content: "\eaf6"; }

.icon-paint-format2:before { content: "\eaf7"; }

.icon-image5:before { content: "\eaf8"; }

.icon-images5:before { content: "\eaf9"; }

.icon-camera5:before { content: "\eafa"; }

.icon-headphones2:before { content: "\eafb"; }

.icon-music5:before { content: "\eafc"; }

.icon-play4:before { content: "\eafd"; }

.icon-film2:before { content: "\eafe"; }

.icon-video-camera2:before { content: "\eaff"; }

.icon-dice2:before { content: "\eb00"; }

.icon-pacman2:before { content: "\eb01"; }

.icon-spades2:before { content: "\eb02"; }

.icon-clubs2:before { content: "\eb03"; }

.icon-diamonds2:before { content: "\eb04"; }

.icon-bullhorn2:before { content: "\eb05"; }

.icon-connection2:before { content: "\eb06"; }

.icon-podcast2:before { content: "\eb07"; }

.icon-feed5:before { content: "\eb08"; }

.icon-mic5:before { content: "\eb09"; }

.icon-book5:before { content: "\eb0a"; }

.icon-books2:before { content: "\eb0b"; }

.icon-library2:before { content: "\eb0c"; }

.icon-file-text3:before { content: "\eb0d"; }

.icon-profile2:before { content: "\eb0e"; }

.icon-file-empty2:before { content: "\eb0f"; }

.icon-files-empty2:before { content: "\eb10"; }

.icon-file-text22:before { content: "\eb11"; }

.icon-file-picture2:before { content: "\eb12"; }

.icon-file-music2:before { content: "\eb13"; }

.icon-file-play2:before { content: "\eb14"; }

.icon-file-video2:before { content: "\eb15"; }

.icon-file-zip2:before { content: "\eb16"; }

.icon-copy5:before { content: "\eb17"; }

.icon-paste2:before { content: "\eb18"; }

.icon-stack2:before { content: "\eb19"; }

.icon-folder5:before { content: "\eb1a"; }

.icon-folder-open2:before { content: "\eb1b"; }

.icon-folder-plus2:before { content: "\eb1c"; }

.icon-folder-minus2:before { content: "\eb1d"; }

.icon-folder-download2:before { content: "\eb1e"; }

.icon-folder-upload2:before { content: "\eb1f"; }

.icon-price-tag5:before { content: "\eb20"; }

.icon-price-tags2:before { content: "\eb21"; }

.icon-barcode2:before { content: "\eb22"; }

.icon-qrcode2:before { content: "\eb23"; }

.icon-ticket5:before { content: "\eb24"; }

.icon-cart2:before { content: "\eb25"; }

.icon-coin-dollar2:before { content: "\eb26"; }

.icon-coin-euro2:before { content: "\eb27"; }

.icon-coin-pound2:before { content: "\eb28"; }

.icon-coin-yen2:before { content: "\eb29"; }

.icon-credit-card5:before { content: "\eb2a"; }

.icon-calculator5:before { content: "\eb2b"; }

.icon-lifebuoy5:before { content: "\eb2c"; }

.icon-phone5:before { content: "\eb2d"; }

.icon-phone-hang-up2:before { content: "\eb2e"; }

.icon-address-book2:before { content: "\eb2f"; }

.icon-envelop2:before { content: "\eb30"; }

.icon-pushpin2:before { content: "\eb31"; }

.icon-location6:before { content: "\eb32"; }

.icon-location22:before { content: "\eb33"; }

.icon-compass6:before { content: "\eb34"; }

.icon-compass22:before { content: "\eb35"; }

.icon-map6:before { content: "\eb36"; }

.icon-map22:before { content: "\eb37"; }

.icon-history2:before { content: "\eb38"; }

.icon-clock6:before { content: "\eb39"; }

.icon-clock22:before { content: "\eb3a"; }

.icon-alarm2:before { content: "\eb3b"; }

.icon-bell5:before { content: "\eb3c"; }

.icon-stopwatch5:before { content: "\eb3d"; }

.icon-calendar5:before { content: "\eb3e"; }

.icon-printer2:before { content: "\eb3f"; }

.icon-keyboard5:before { content: "\eb40"; }

.icon-display2:before { content: "\eb41"; }

.icon-laptop5:before { content: "\eb42"; }

.icon-mobile6:before { content: "\eb43"; }

.icon-mobile22:before { content: "\eb44"; }

.icon-tablet5:before { content: "\eb45"; }

.icon-tv5:before { content: "\eb46"; }

.icon-drawer3:before { content: "\eb47"; }

.icon-drawer22:before { content: "\eb48"; }

.icon-box-add2:before { content: "\eb49"; }

.icon-box-remove2:before { content: "\eb4a"; }

.icon-download7:before { content: "\eb4b"; }

.icon-upload7:before { content: "\eb4c"; }

.icon-floppy-disk2:before { content: "\eb4d"; }

.icon-drive5:before { content: "\eb4e"; }

.icon-database5:before { content: "\eb4f"; }

.icon-undo3:before { content: "\eb50"; }

.icon-redo3:before { content: "\eb51"; }

.icon-undo22:before { content: "\eb52"; }

.icon-redo22:before { content: "\eb53"; }

.icon-forward7:before { content: "\eb54"; }

.icon-reply5:before { content: "\eb55"; }

.icon-bubble3:before { content: "\eb56"; }

.icon-bubbles5:before { content: "\eb57"; }

.icon-bubbles22:before { content: "\eb58"; }

.icon-bubble22:before { content: "\eb59"; }

.icon-bubbles32:before { content: "\eb5a"; }

.icon-bubbles42:before { content: "\eb5b"; }

.icon-user5:before { content: "\eb5c"; }

.icon-users5:before { content: "\eb5d"; }

.icon-user-plus2:before { content: "\eb5e"; }

.icon-user-minus2:before { content: "\eb5f"; }

.icon-user-check2:before { content: "\eb60"; }

.icon-user-tie2:before { content: "\eb61"; }

.icon-quotes-left2:before { content: "\eb62"; }

.icon-quotes-right2:before { content: "\eb63"; }

.icon-hour-glass5:before { content: "\eb64"; }

.icon-spinner12:before { content: "\eb65"; }

.icon-spinner22:before { content: "\eb66"; }

.icon-spinner32:before { content: "\eb67"; }

.icon-spinner42:before { content: "\eb68"; }

.icon-spinner52:before { content: "\eb69"; }

.icon-spinner62:before { content: "\eb6a"; }

.icon-spinner72:before { content: "\eb6b"; }

.icon-spinner82:before { content: "\eb6c"; }

.icon-spinner92:before { content: "\eb6d"; }

.icon-spinner102:before { content: "\eb6e"; }

.icon-spinner112:before { content: "\eb6f"; }

.icon-binoculars2:before { content: "\eb70"; }

.icon-search2:before { content: "\eb71"; }

.icon-zoom-in2:before { content: "\eb72"; }

.icon-zoom-out2:before { content: "\eb73"; }

.icon-enlarge3:before { content: "\eb74"; }

.icon-shrink3:before { content: "\eb75"; }

.icon-enlarge22:before { content: "\eb76"; }

.icon-shrink22:before { content: "\eb77"; }

.icon-key6:before { content: "\eb78"; }

.icon-key22:before { content: "\eb79"; }

.icon-lock5:before { content: "\eb7a"; }

.icon-unlocked2:before { content: "\eb7b"; }

.icon-wrench2:before { content: "\eb7c"; }

.icon-equalizer3:before { content: "\eb7d"; }

.icon-equalizer22:before { content: "\eb7e"; }

.icon-cog5:before { content: "\eb7f"; }

.icon-cogs2:before { content: "\eb80"; }

.icon-hammer3:before { content: "\eb81"; }

.icon-magic-wand2:before { content: "\eb82"; }

.icon-aid-kit2:before { content: "\eb83"; }

.icon-bug2:before { content: "\eb84"; }

.icon-pie-chart5:before { content: "\eb85"; }

.icon-stats-dots2:before { content: "\eb86"; }

.icon-stats-bars3:before { content: "\eb87"; }

.icon-stats-bars22:before { content: "\eb88"; }

.icon-trophy5:before { content: "\eb89"; }

.icon-gift2:before { content: "\eb8a"; }

.icon-glass3:before { content: "\eb8b"; }

.icon-glass22:before { content: "\eb8c"; }

.icon-mug2:before { content: "\eb8d"; }

.icon-spoon-knife2:before { content: "\eb8e"; }

.icon-leaf5:before { content: "\eb8f"; }

.icon-rocket5:before { content: "\eb90"; }

.icon-meter3:before { content: "\eb91"; }

.icon-meter22:before { content: "\eb92"; }

.icon-hammer22:before { content: "\eb93"; }

.icon-fire2:before { content: "\eb94"; }

.icon-lab2:before { content: "\eb95"; }

.icon-magnet5:before { content: "\eb96"; }

.icon-bin3:before { content: "\eb97"; }

.icon-bin22:before { content: "\eb98"; }

.icon-briefcase5:before { content: "\eb99"; }

.icon-airplane2:before { content: "\eb9a"; }

.icon-truck2:before { content: "\eb9b"; }

.icon-road2:before { content: "\eb9c"; }

.icon-accessibility2:before { content: "\eb9d"; }

.icon-target2:before { content: "\eb9e"; }

.icon-shield5:before { content: "\eb9f"; }

.icon-power2:before { content: "\eba0"; }

.icon-switch5:before { content: "\eba1"; }

.icon-power-cord2:before { content: "\eba2"; }

.icon-clipboard5:before { content: "\eba3"; }

.icon-list-numbered2:before { content: "\eba4"; }

.icon-list6:before { content: "\eba5"; }

.icon-list22:before { content: "\eba6"; }

.icon-tree5:before { content: "\eba7"; }

.icon-menu8:before { content: "\eba8"; }

.icon-menu22:before { content: "\eba9"; }

.icon-menu32:before { content: "\ebaa"; }

.icon-menu42:before { content: "\ebab"; }

.icon-cloud5:before { content: "\ebac"; }

.icon-cloud-download2:before { content: "\ebad"; }

.icon-cloud-upload2:before { content: "\ebae"; }

.icon-cloud-check2:before { content: "\ebaf"; }

.icon-download22:before { content: "\ebb0"; }

.icon-upload22:before { content: "\ebb1"; }

.icon-download32:before { content: "\ebb2"; }

.icon-upload32:before { content: "\ebb3"; }

.icon-sphere2:before { content: "\ebb4"; }

.icon-earth2:before { content: "\ebb5"; }

.icon-link5:before { content: "\ebb6"; }

.icon-flag5:before { content: "\ebb7"; }

.icon-attachment5:before { content: "\ebb8"; }

.icon-eye5:before { content: "\ebb9"; }

.icon-eye-plus2:before { content: "\ebba"; }

.icon-eye-minus2:before { content: "\ebbb"; }

.icon-eye-blocked2:before { content: "\ebbc"; }

.icon-bookmark5:before { content: "\ebbd"; }

.icon-bookmarks5:before { content: "\ebbe"; }

.icon-sun2:before { content: "\ebbf"; }

.icon-contrast2:before { content: "\ebc0"; }

.icon-brightness-contrast2:before { content: "\ebc1"; }

.icon-star-empty2:before { content: "\ebc2"; }

.icon-star-half2:before { content: "\ebc3"; }

.icon-star-full2:before { content: "\ebc4"; }

.icon-heart5:before { content: "\ebc5"; }

.icon-heart-broken2:before { content: "\ebc6"; }

.icon-man5:before { content: "\ebc7"; }

.icon-woman2:before { content: "\ebc8"; }

.icon-man-woman2:before { content: "\ebc9"; }

.icon-happy3:before { content: "\ebca"; }

.icon-happy22:before { content: "\ebcb"; }

.icon-smile3:before { content: "\ebcc"; }

.icon-smile22:before { content: "\ebcd"; }

.icon-tongue3:before { content: "\ebce"; }

.icon-tongue22:before { content: "\ebcf"; }

.icon-sad3:before { content: "\ebd0"; }

.icon-sad22:before { content: "\ebd1"; }

.icon-wink3:before { content: "\ebd2"; }

.icon-wink22:before { content: "\ebd3"; }

.icon-grin3:before { content: "\ebd4"; }

.icon-grin22:before { content: "\ebd5"; }

.icon-cool3:before { content: "\ebd6"; }

.icon-cool22:before { content: "\ebd7"; }

.icon-angry3:before { content: "\ebd8"; }

.icon-angry22:before { content: "\ebd9"; }

.icon-evil3:before { content: "\ebda"; }

.icon-evil22:before { content: "\ebdb"; }

.icon-shocked3:before { content: "\ebdc"; }

.icon-shocked22:before { content: "\ebdd"; }

.icon-baffled3:before { content: "\ebde"; }

.icon-baffled22:before { content: "\ebdf"; }

.icon-confused3:before { content: "\ebe0"; }

.icon-confused22:before { content: "\ebe1"; }

.icon-neutral3:before { content: "\ebe2"; }

.icon-neutral22:before { content: "\ebe3"; }

.icon-hipster3:before { content: "\ebe4"; }

.icon-hipster22:before { content: "\ebe5"; }

.icon-wondering3:before { content: "\ebe6"; }

.icon-wondering22:before { content: "\ebe7"; }

.icon-sleepy3:before { content: "\ebe8"; }

.icon-sleepy22:before { content: "\ebe9"; }

.icon-frustrated3:before { content: "\ebea"; }

.icon-frustrated22:before { content: "\ebeb"; }

.icon-crying3:before { content: "\ebec"; }

.icon-crying22:before { content: "\ebed"; }

.icon-point-up2:before { content: "\ebee"; }

.icon-point-right2:before { content: "\ebef"; }

.icon-point-down2:before { content: "\ebf0"; }

.icon-point-left2:before { content: "\ebf1"; }

.icon-warning5:before { content: "\ebf2"; }

.icon-notification5:before { content: "\ebf3"; }

.icon-question2:before { content: "\ebf4"; }

.icon-plus5:before { content: "\ebf5"; }

.icon-minus5:before { content: "\ebf6"; }

.icon-info5:before { content: "\ebf7"; }

.icon-cancel-circle2:before { content: "\ebf8"; }

.icon-blocked2:before { content: "\ebf9"; }

.icon-cross5:before { content: "\ebfa"; }

.icon-checkmark3:before { content: "\ebfb"; }

.icon-checkmark22:before { content: "\ebfc"; }

.icon-spell-check2:before { content: "\ebfd"; }

.icon-enter2:before { content: "\ebfe"; }

.icon-exit2:before { content: "\ebff"; }

.icon-play22:before { content: "\ec00"; }

.icon-pause3:before { content: "\ec01"; }

.icon-stop3:before { content: "\ec02"; }

.icon-previous3:before { content: "\ec03"; }

.icon-next3:before { content: "\ec04"; }

.icon-backward3:before { content: "\ec05"; }

.icon-forward22:before { content: "\ec06"; }

.icon-play32:before { content: "\ec07"; }

.icon-pause22:before { content: "\ec08"; }

.icon-stop22:before { content: "\ec09"; }

.icon-backward22:before { content: "\ec0a"; }

.icon-forward32:before { content: "\ec0b"; }

.icon-first2:before { content: "\ec0c"; }

.icon-last2:before { content: "\ec0d"; }

.icon-previous22:before { content: "\ec0e"; }

.icon-next22:before { content: "\ec0f"; }

.icon-eject2:before { content: "\ec10"; }

.icon-volume-high2:before { content: "\ec11"; }

.icon-volume-medium2:before { content: "\ec12"; }

.icon-volume-low2:before { content: "\ec13"; }

.icon-volume-mute3:before { content: "\ec14"; }

.icon-volume-mute22:before { content: "\ec15"; }

.icon-volume-increase2:before { content: "\ec16"; }

.icon-volume-decrease2:before { content: "\ec17"; }

.icon-loop6:before { content: "\ec18"; }

.icon-loop22:before { content: "\ec19"; }

.icon-infinite2:before { content: "\ec1a"; }

.icon-shuffle5:before { content: "\ec1b"; }

.icon-arrow-up-left3:before { content: "\ec1c"; }

.icon-arrow-up6:before { content: "\ec1d"; }

.icon-arrow-up-right3:before { content: "\ec1e"; }

.icon-arrow-right6:before { content: "\ec1f"; }

.icon-arrow-down-right3:before { content: "\ec20"; }

.icon-arrow-down6:before { content: "\ec21"; }

.icon-arrow-down-left3:before { content: "\ec22"; }

.icon-arrow-left6:before { content: "\ec23"; }

.icon-arrow-up-left22:before { content: "\ec24"; }

.icon-arrow-up22:before { content: "\ec25"; }

.icon-arrow-up-right22:before { content: "\ec26"; }

.icon-arrow-right22:before { content: "\ec27"; }

.icon-arrow-down-right22:before { content: "\ec28"; }

.icon-arrow-down22:before { content: "\ec29"; }

.icon-arrow-down-left22:before { content: "\ec2a"; }

.icon-arrow-left22:before { content: "\ec2b"; }

.icon-circle-up2:before { content: "\ec2c"; }

.icon-circle-right2:before { content: "\ec2d"; }

.icon-circle-down2:before { content: "\ec2e"; }

.icon-circle-left2:before { content: "\ec2f"; }

.icon-tab2:before { content: "\ec30"; }

.icon-move-up2:before { content: "\ec31"; }

.icon-move-down2:before { content: "\ec32"; }

.icon-sort-alpha-asc2:before { content: "\ec33"; }

.icon-sort-alpha-desc2:before { content: "\ec34"; }

.icon-sort-numeric-asc2:before { content: "\ec35"; }

.icon-sort-numberic-desc2:before { content: "\ec36"; }

.icon-sort-amount-asc2:before { content: "\ec37"; }

.icon-sort-amount-desc2:before { content: "\ec38"; }

.icon-command2:before { content: "\ec39"; }

.icon-shift2:before { content: "\ec3a"; }

.icon-ctrl2:before { content: "\ec3b"; }

.icon-opt2:before { content: "\ec3c"; }

.icon-checkbox-checked2:before { content: "\ec3d"; }

.icon-checkbox-unchecked2:before { content: "\ec3e"; }

.icon-radio-checked3:before { content: "\ec3f"; }

.icon-radio-checked22:before { content: "\ec40"; }

.icon-radio-unchecked2:before { content: "\ec41"; }

.icon-crop2:before { content: "\ec42"; }

.icon-make-group2:before { content: "\ec43"; }

.icon-ungroup2:before { content: "\ec44"; }

.icon-scissors5:before { content: "\ec45"; }

.icon-filter2:before { content: "\ec46"; }

.icon-font2:before { content: "\ec47"; }

.icon-ligature3:before { content: "\ec48"; }

.icon-ligature22:before { content: "\ec49"; }

.icon-text-height2:before { content: "\ec4a"; }

.icon-text-width2:before { content: "\ec4b"; }

.icon-font-size2:before { content: "\ec4c"; }

.icon-bold2:before { content: "\ec4d"; }

.icon-underline2:before { content: "\ec4e"; }

.icon-italic2:before { content: "\ec4f"; }

.icon-strikethrough2:before { content: "\ec50"; }

.icon-omega2:before { content: "\ec51"; }

.icon-sigma2:before { content: "\ec52"; }

.icon-page-break2:before { content: "\ec53"; }

.icon-superscript3:before { content: "\ec54"; }

.icon-subscript3:before { content: "\ec55"; }

.icon-superscript22:before { content: "\ec56"; }

.icon-subscript22:before { content: "\ec57"; }

.icon-text-color2:before { content: "\ec58"; }

.icon-pagebreak2:before { content: "\ec59"; }

.icon-clear-formatting2:before { content: "\ec5a"; }

.icon-table3:before { content: "\ec5b"; }

.icon-table22:before { content: "\ec5c"; }

.icon-insert-template2:before { content: "\ec5d"; }

.icon-pilcrow2:before { content: "\ec5e"; }

.icon-ltr2:before { content: "\ec5f"; }

.icon-rtl2:before { content: "\ec60"; }

.icon-section2:before { content: "\ec61"; }

.icon-paragraph-left2:before { content: "\ec62"; }

.icon-paragraph-center2:before { content: "\ec63"; }

.icon-paragraph-right2:before { content: "\ec64"; }

.icon-paragraph-justify2:before { content: "\ec65"; }

.icon-indent-increase2:before { content: "\ec66"; }

.icon-indent-decrease2:before { content: "\ec67"; }

.icon-share6:before { content: "\ec68"; }

.icon-new-tab2:before { content: "\ec69"; }

.icon-embed3:before { content: "\ec6a"; }

.icon-embed22:before { content: "\ec6b"; }

.icon-terminal2:before { content: "\ec6c"; }

.icon-share22:before { content: "\ec6d"; }

.icon-mail8:before { content: "\ec6e"; }

.icon-mail22:before { content: "\ec6f"; }

.icon-mail32:before { content: "\ec70"; }

.icon-mail42:before { content: "\ec71"; }

.icon-google5:before { content: "\ec72"; }

.icon-google-plus4:before { content: "\ec73"; }

.icon-google-plus22:before { content: "\ec74"; }

.icon-google-plus32:before { content: "\ec75"; }

.icon-google-drive5:before { content: "\ec76"; }

.icon-facebook7:before { content: "\ec77"; }

.icon-facebook22:before { content: "\ec78"; }

.icon-facebook32:before { content: "\ec79"; }

.icon-ello2:before { content: "\ec7a"; }

.icon-instagram5:before { content: "\ec7b"; }

.icon-twitter7:before { content: "\ec7c"; }

.icon-twitter22:before { content: "\ec7d"; }

.icon-twitter32:before { content: "\ec7e"; }

.icon-feed22:before { content: "\ec7f"; }

.icon-feed32:before { content: "\ec80"; }

.icon-feed42:before { content: "\ec81"; }

.icon-youtube8:before { content: "\ec82"; }

.icon-youtube22:before { content: "\ec83"; }

.icon-youtube32:before { content: "\ec84"; }

.icon-youtube42:before { content: "\ec85"; }

.icon-twitch2:before { content: "\ec86"; }

.icon-vimeo7:before { content: "\ec87"; }

.icon-vimeo22:before { content: "\ec88"; }

.icon-vimeo32:before { content: "\ec89"; }

.icon-lanyrd2:before { content: "\ec8a"; }

.icon-flickr8:before { content: "\ec8b"; }

.icon-flickr22:before { content: "\ec8c"; }

.icon-flickr32:before { content: "\ec8d"; }

.icon-flickr42:before { content: "\ec8e"; }

.icon-picassa3:before { content: "\ec8f"; }

.icon-picassa22:before { content: "\ec90"; }

.icon-dribbble7:before { content: "\ec91"; }

.icon-dribbble22:before { content: "\ec92"; }

.icon-dribbble32:before { content: "\ec93"; }

.icon-forrst3:before { content: "\ec94"; }

.icon-forrst22:before { content: "\ec95"; }

.icon-deviantart3:before { content: "\ec96"; }

.icon-deviantart22:before { content: "\ec97"; }

.icon-steam3:before { content: "\ec98"; }

.icon-steam22:before { content: "\ec99"; }

.icon-dropbox5:before { content: "\ec9a"; }

.icon-onedrive5:before { content: "\ec9b"; }

.icon-github9:before { content: "\ec9c"; }

.icon-github22:before { content: "\ec9d"; }

.icon-github32:before { content: "\ec9e"; }

.icon-github42:before { content: "\ec9f"; }

.icon-github52:before { content: "\eca0"; }

.icon-wordpress3:before { content: "\eca1"; }

.icon-wordpress22:before { content: "\eca2"; }

.icon-joomla2:before { content: "\eca3"; }

.icon-blogger3:before { content: "\eca4"; }

.icon-blogger22:before { content: "\eca5"; }

.icon-tumblr6:before { content: "\eca6"; }

.icon-tumblr22:before { content: "\eca7"; }

.icon-yahoo2:before { content: "\eca8"; }

.icon-tux2:before { content: "\eca9"; }

.icon-apple2:before { content: "\ecaa"; }

.icon-finder2:before { content: "\ecab"; }

.icon-android2:before { content: "\ecac"; }

.icon-windows2:before { content: "\ecad"; }

.icon-windows82:before { content: "\ecae"; }

.icon-soundcloud6:before { content: "\ecaf"; }

.icon-soundcloud22:before { content: "\ecb0"; }

.icon-skype5:before { content: "\ecb1"; }

.icon-reddit2:before { content: "\ecb2"; }

.icon-linkedin6:before { content: "\ecb3"; }

.icon-linkedin22:before { content: "\ecb4"; }

.icon-lastfm6:before { content: "\ecb5"; }

.icon-lastfm22:before { content: "\ecb6"; }

.icon-delicious2:before { content: "\ecb7"; }

.icon-stumbleupon6:before { content: "\ecb8"; }

.icon-stumbleupon22:before { content: "\ecb9"; }

.icon-stackoverflow2:before { content: "\ecba"; }

.icon-pinterest6:before { content: "\ecbb"; }

.icon-pinterest22:before { content: "\ecbc"; }

.icon-xing6:before { content: "\ecbd"; }

.icon-xing22:before { content: "\ecbe"; }

.icon-flattr5:before { content: "\ecbf"; }

.icon-foursquare5:before { content: "\ecc0"; }

.icon-paypal7:before { content: "\ecc1"; }

.icon-paypal22:before { content: "\ecc2"; }

.icon-paypal32:before { content: "\ecc3"; }

.icon-yelp5:before { content: "\ecc4"; }

.icon-file-pdf2:before { content: "\ecc5"; }

.icon-file-openoffice2:before { content: "\ecc6"; }

.icon-file-word2:before { content: "\ecc7"; }

.icon-file-excel2:before { content: "\ecc8"; }

.icon-libreoffice2:before { content: "\ecc9"; }

.icon-html53:before { content: "\ecca"; }

.icon-html522:before { content: "\eccb"; }

.icon-css32:before { content: "\eccc"; }

.icon-git2:before { content: "\eccd"; }

.icon-svg2:before { content: "\ecce"; }

.icon-codepen2:before { content: "\eccf"; }

.icon-chrome2:before { content: "\ecd0"; }

.icon-firefox2:before { content: "\ecd1"; }

.icon-IE2:before { content: "\ecd2"; }

.icon-opera2:before { content: "\ecd3"; }

.icon-safari2:before { content: "\ecd4"; }

.icon-IcoMoon2:before { content: "\ecd5"; }

.icon-home8:before { content: "\ecd6"; }

.icon-home23:before { content: "\ecd7"; }

.icon-home33:before { content: "\ecd8"; }

.icon-office3:before { content: "\ecd9"; }

.icon-newspaper3:before { content: "\ecda"; }

.icon-pencil7:before { content: "\ecdb"; }

.icon-pencil23:before { content: "\ecdc"; }

.icon-quill3:before { content: "\ecdd"; }

.icon-pen3:before { content: "\ecde"; }

.icon-blog3:before { content: "\ecdf"; }

.icon-eyedropper3:before { content: "\ece0"; }

.icon-droplet3:before { content: "\ece1"; }

.icon-paint-format3:before { content: "\ece2"; }

.icon-image6:before { content: "\ece3"; }

.icon-images6:before { content: "\ece4"; }

.icon-camera6:before { content: "\ece5"; }

.icon-headphones3:before { content: "\ece6"; }

.icon-music6:before { content: "\ece7"; }

.icon-play5:before { content: "\ece8"; }

.icon-film3:before { content: "\ece9"; }

.icon-video-camera3:before { content: "\ecea"; }

.icon-dice3:before { content: "\eceb"; }

.icon-pacman3:before { content: "\ecec"; }

.icon-spades3:before { content: "\eced"; }

.icon-clubs3:before { content: "\ecee"; }

.icon-diamonds3:before { content: "\ecef"; }

.icon-bullhorn3:before { content: "\ecf0"; }

.icon-connection3:before { content: "\ecf1"; }

.icon-podcast3:before { content: "\ecf2"; }

.icon-feed6:before { content: "\ecf3"; }

.icon-mic6:before { content: "\ecf4"; }

.icon-book6:before { content: "\ecf5"; }

.icon-books3:before { content: "\ecf6"; }

.icon-library3:before { content: "\ecf7"; }

.icon-file-text4:before { content: "\ecf8"; }

.icon-profile3:before { content: "\ecf9"; }

.icon-file-empty3:before { content: "\ecfa"; }

.icon-files-empty3:before { content: "\ecfb"; }

.icon-file-text23:before { content: "\ecfc"; }

.icon-file-picture3:before { content: "\ecfd"; }

.icon-file-music3:before { content: "\ecfe"; }

.icon-file-play3:before { content: "\ecff"; }

.icon-file-video3:before { content: "\ed00"; }

.icon-file-zip3:before { content: "\ed01"; }

.icon-copy6:before { content: "\ed02"; }

.icon-paste3:before { content: "\ed03"; }

.icon-stack3:before { content: "\ed04"; }

.icon-folder6:before { content: "\ed05"; }

.icon-folder-open3:before { content: "\ed06"; }

.icon-folder-plus3:before { content: "\ed07"; }

.icon-folder-minus3:before { content: "\ed08"; }

.icon-folder-download3:before { content: "\ed09"; }

.icon-folder-upload3:before { content: "\ed0a"; }

.icon-price-tag6:before { content: "\ed0b"; }

.icon-price-tags3:before { content: "\ed0c"; }

.icon-barcode3:before { content: "\ed0d"; }

.icon-qrcode3:before { content: "\ed0e"; }

.icon-ticket6:before { content: "\ed0f"; }

.icon-cart3:before { content: "\ed10"; }

.icon-coin-dollar3:before { content: "\ed11"; }

.icon-coin-euro3:before { content: "\ed12"; }

.icon-coin-pound3:before { content: "\ed13"; }

.icon-coin-yen3:before { content: "\ed14"; }

.icon-credit-card6:before { content: "\ed15"; }

.icon-calculator6:before { content: "\ed16"; }

.icon-lifebuoy6:before { content: "\ed17"; }

.icon-phone6:before { content: "\ed18"; }

.icon-phone-hang-up3:before { content: "\ed19"; }

.icon-address-book3:before { content: "\ed1a"; }

.icon-envelop3:before { content: "\ed1b"; }

.icon-pushpin3:before { content: "\ed1c"; }

.icon-location7:before { content: "\ed1d"; }

.icon-location23:before { content: "\ed1e"; }

.icon-compass7:before { content: "\ed1f"; }

.icon-compass23:before { content: "\ed20"; }

.icon-map7:before { content: "\ed21"; }

.icon-map23:before { content: "\ed22"; }

.icon-history3:before { content: "\ed23"; }

.icon-clock7:before { content: "\ed24"; }

.icon-clock23:before { content: "\ed25"; }

.icon-alarm3:before { content: "\ed26"; }

.icon-bell6:before { content: "\ed27"; }

.icon-stopwatch6:before { content: "\ed28"; }

.icon-calendar6:before { content: "\ed29"; }

.icon-printer3:before { content: "\ed2a"; }

.icon-keyboard6:before { content: "\ed2b"; }

.icon-display3:before { content: "\ed2c"; }

.icon-laptop6:before { content: "\ed2d"; }

.icon-mobile7:before { content: "\ed2e"; }

.icon-mobile23:before { content: "\ed2f"; }

.icon-tablet6:before { content: "\ed30"; }

.icon-tv6:before { content: "\ed31"; }

.icon-drawer4:before { content: "\ed32"; }

.icon-drawer23:before { content: "\ed33"; }

.icon-box-add3:before { content: "\ed34"; }

.icon-box-remove3:before { content: "\ed35"; }

.icon-download8:before { content: "\ed36"; }

.icon-upload8:before { content: "\ed37"; }

.icon-floppy-disk3:before { content: "\ed38"; }

.icon-drive6:before { content: "\ed39"; }

.icon-database6:before { content: "\ed3a"; }

.icon-undo4:before { content: "\ed3b"; }

.icon-redo4:before { content: "\ed3c"; }

.icon-undo23:before { content: "\ed3d"; }

.icon-redo23:before { content: "\ed3e"; }

.icon-forward8:before { content: "\ed3f"; }

.icon-reply6:before { content: "\ed40"; }

.icon-bubble4:before { content: "\ed41"; }

.icon-bubbles6:before { content: "\ed42"; }

.icon-bubbles23:before { content: "\ed43"; }

.icon-bubble23:before { content: "\ed44"; }

.icon-bubbles33:before { content: "\ed45"; }

.icon-bubbles43:before { content: "\ed46"; }

.icon-user6:before { content: "\ed47"; }

.icon-users6:before { content: "\ed48"; }

.icon-user-plus3:before { content: "\ed49"; }

.icon-user-minus3:before { content: "\ed4a"; }

.icon-user-check3:before { content: "\ed4b"; }

.icon-user-tie3:before { content: "\ed4c"; }

.icon-quotes-left3:before { content: "\ed4d"; }

.icon-quotes-right3:before { content: "\ed4e"; }

.icon-hour-glass6:before { content: "\ed4f"; }

.icon-spinner13:before { content: "\ed50"; }

.icon-spinner23:before { content: "\ed51"; }

.icon-spinner33:before { content: "\ed52"; }

.icon-spinner43:before { content: "\ed53"; }

.icon-spinner53:before { content: "\ed54"; }

.icon-spinner63:before { content: "\ed55"; }

.icon-spinner73:before { content: "\ed56"; }

.icon-spinner83:before { content: "\ed57"; }

.icon-spinner93:before { content: "\ed58"; }

.icon-spinner103:before { content: "\ed59"; }

.icon-spinner113:before { content: "\ed5a"; }

.icon-binoculars3:before { content: "\ed5b"; }

.icon-search3:before { content: "\ed5c"; }

.icon-zoom-in3:before { content: "\ed5d"; }

.icon-zoom-out3:before { content: "\ed5e"; }

.icon-enlarge4:before { content: "\ed5f"; }

.icon-shrink4:before { content: "\ed60"; }

.icon-enlarge23:before { content: "\ed61"; }

.icon-shrink23:before { content: "\ed62"; }

.icon-key7:before { content: "\ed63"; }

.icon-key23:before { content: "\ed64"; }

.icon-lock6:before { content: "\ed65"; }

.icon-unlocked3:before { content: "\ed66"; }

.icon-wrench3:before { content: "\ed67"; }

.icon-equalizer4:before { content: "\ed68"; }

.icon-equalizer23:before { content: "\ed69"; }

.icon-cog6:before { content: "\ed6a"; }

.icon-cogs3:before { content: "\ed6b"; }

.icon-hammer4:before { content: "\ed6c"; }

.icon-magic-wand3:before { content: "\ed6d"; }

.icon-aid-kit3:before { content: "\ed6e"; }

.icon-bug3:before { content: "\ed6f"; }

.icon-pie-chart6:before { content: "\ed70"; }

.icon-stats-dots3:before { content: "\ed71"; }

.icon-stats-bars4:before { content: "\ed72"; }

.icon-stats-bars23:before { content: "\ed73"; }

.icon-trophy6:before { content: "\ed74"; }

.icon-gift3:before { content: "\ed75"; }

.icon-glass4:before { content: "\ed76"; }

.icon-glass23:before { content: "\ed77"; }

.icon-mug3:before { content: "\ed78"; }

.icon-spoon-knife3:before { content: "\ed79"; }

.icon-leaf6:before { content: "\ed7a"; }

.icon-rocket6:before { content: "\ed7b"; }

.icon-meter4:before { content: "\ed7c"; }

.icon-meter23:before { content: "\ed7d"; }

.icon-hammer23:before { content: "\ed7e"; }

.icon-fire3:before { content: "\ed7f"; }

.icon-lab3:before { content: "\ed80"; }

.icon-magnet6:before { content: "\ed81"; }

.icon-bin4:before { content: "\ed82"; }

.icon-bin23:before { content: "\ed83"; }

.icon-briefcase6:before { content: "\ed84"; }

.icon-airplane3:before { content: "\ed85"; }

.icon-truck3:before { content: "\ed86"; }

.icon-road3:before { content: "\ed87"; }

.icon-accessibility3:before { content: "\ed88"; }

.icon-target3:before { content: "\ed89"; }

.icon-shield6:before { content: "\ed8a"; }

.icon-power3:before { content: "\ed8b"; }

.icon-switch6:before { content: "\ed8c"; }

.icon-power-cord3:before { content: "\ed8d"; }

.icon-clipboard6:before { content: "\ed8e"; }

.icon-list-numbered3:before { content: "\ed8f"; }

.icon-list7:before { content: "\ed90"; }

.icon-list23:before { content: "\ed91"; }

.icon-tree6:before { content: "\ed92"; }

.icon-menu9:before { content: "\ed93"; }

.icon-menu23:before { content: "\ed94"; }

.icon-menu33:before { content: "\ed95"; }

.icon-menu43:before { content: "\ed96"; }

.icon-cloud6:before { content: "\ed97"; }

.icon-cloud-download3:before { content: "\ed98"; }

.icon-cloud-upload3:before { content: "\ed99"; }

.icon-cloud-check3:before { content: "\ed9a"; }

.icon-download23:before { content: "\ed9b"; }

.icon-upload23:before { content: "\ed9c"; }

.icon-download33:before { content: "\ed9d"; }

.icon-upload33:before { content: "\ed9e"; }

.icon-sphere3:before { content: "\ed9f"; }

.icon-earth3:before { content: "\eda0"; }

.icon-link6:before { content: "\eda1"; }

.icon-flag6:before { content: "\eda2"; }

.icon-attachment6:before { content: "\eda3"; }

.icon-eye6:before { content: "\eda4"; }

.icon-eye-plus3:before { content: "\eda5"; }

.icon-eye-minus3:before { content: "\eda6"; }

.icon-eye-blocked3:before { content: "\eda7"; }

.icon-bookmark6:before { content: "\eda8"; }

.icon-bookmarks6:before { content: "\eda9"; }

.icon-sun3:before { content: "\edaa"; }

.icon-contrast3:before { content: "\edab"; }

.icon-brightness-contrast3:before { content: "\edac"; }

.icon-star-empty3:before { content: "\edad"; }

.icon-star-half3:before { content: "\edae"; }

.icon-star-full3:before { content: "\edaf"; }

.icon-heart6:before { content: "\edb0"; }

.icon-heart-broken3:before { content: "\edb1"; }

.icon-man6:before { content: "\edb2"; }

.icon-woman3:before { content: "\edb3"; }

.icon-man-woman3:before { content: "\edb4"; }

.icon-happy4:before { content: "\edb5"; }

.icon-happy23:before { content: "\edb6"; }

.icon-smile4:before { content: "\edb7"; }

.icon-smile23:before { content: "\edb8"; }

.icon-tongue4:before { content: "\edb9"; }

.icon-tongue23:before { content: "\edba"; }

.icon-sad4:before { content: "\edbb"; }

.icon-sad23:before { content: "\edbc"; }

.icon-wink4:before { content: "\edbd"; }

.icon-wink23:before { content: "\edbe"; }

.icon-grin4:before { content: "\edbf"; }

.icon-grin23:before { content: "\edc0"; }

.icon-cool4:before { content: "\edc1"; }

.icon-cool23:before { content: "\edc2"; }

.icon-angry4:before { content: "\edc3"; }

.icon-angry23:before { content: "\edc4"; }

.icon-evil4:before { content: "\edc5"; }

.icon-evil23:before { content: "\edc6"; }

.icon-shocked4:before { content: "\edc7"; }

.icon-shocked23:before { content: "\edc8"; }

.icon-baffled4:before { content: "\edc9"; }

.icon-baffled23:before { content: "\edca"; }

.icon-confused4:before { content: "\edcb"; }

.icon-confused23:before { content: "\edcc"; }

.icon-neutral4:before { content: "\edcd"; }

.icon-neutral23:before { content: "\edce"; }

.icon-hipster4:before { content: "\edcf"; }

.icon-hipster23:before { content: "\edd0"; }

.icon-wondering4:before { content: "\edd1"; }

.icon-wondering23:before { content: "\edd2"; }

.icon-sleepy4:before { content: "\edd3"; }

.icon-sleepy23:before { content: "\edd4"; }

.icon-frustrated4:before { content: "\edd5"; }

.icon-frustrated23:before { content: "\edd6"; }

.icon-crying4:before { content: "\edd7"; }

.icon-crying23:before { content: "\edd8"; }

.icon-point-up3:before { content: "\edd9"; }

.icon-point-right3:before { content: "\edda"; }

.icon-point-down3:before { content: "\eddb"; }

.icon-point-left3:before { content: "\eddc"; }

.icon-warning6:before { content: "\eddd"; }

.icon-notification6:before { content: "\edde"; }

.icon-question3:before { content: "\eddf"; }

.icon-plus6:before { content: "\ede0"; }

.icon-minus6:before { content: "\ede1"; }

.icon-info6:before { content: "\ede2"; }

.icon-cancel-circle3:before { content: "\ede3"; }

.icon-blocked3:before { content: "\ede4"; }

.icon-cross6:before { content: "\ede5"; }

.icon-checkmark4:before { content: "\ede6"; }

.icon-checkmark23:before { content: "\ede7"; }

.icon-spell-check3:before { content: "\ede8"; }

.icon-enter3:before { content: "\ede9"; }

.icon-exit3:before { content: "\edea"; }

.icon-play23:before { content: "\edeb"; }

.icon-pause4:before { content: "\edec"; }

.icon-stop4:before { content: "\eded"; }

.icon-previous4:before { content: "\edee"; }

.icon-next4:before { content: "\edef"; }

.icon-backward4:before { content: "\edf0"; }

.icon-forward23:before { content: "\edf1"; }

.icon-play33:before { content: "\edf2"; }

.icon-pause23:before { content: "\edf3"; }

.icon-stop23:before { content: "\edf4"; }

.icon-backward23:before { content: "\edf5"; }

.icon-forward33:before { content: "\edf6"; }

.icon-first3:before { content: "\edf7"; }

.icon-last3:before { content: "\edf8"; }

.icon-previous23:before { content: "\edf9"; }

.icon-next23:before { content: "\edfa"; }

.icon-eject3:before { content: "\edfb"; }

.icon-volume-high3:before { content: "\edfc"; }

.icon-volume-medium3:before { content: "\edfd"; }

.icon-volume-low3:before { content: "\edfe"; }

.icon-volume-mute4:before { content: "\edff"; }

.icon-volume-mute23:before { content: "\ee00"; }

.icon-volume-increase3:before { content: "\ee01"; }

.icon-volume-decrease3:before { content: "\ee02"; }

.icon-loop7:before { content: "\ee03"; }

.icon-loop23:before { content: "\ee04"; }

.icon-infinite3:before { content: "\ee05"; }

.icon-shuffle6:before { content: "\ee06"; }

.icon-arrow-up-left4:before { content: "\ee07"; }

.icon-arrow-up7:before { content: "\ee08"; }

.icon-arrow-up-right4:before { content: "\ee09"; }

.icon-arrow-right7:before { content: "\ee0a"; }

.icon-arrow-down-right4:before { content: "\ee0b"; }

.icon-arrow-down7:before { content: "\ee0c"; }

.icon-arrow-down-left4:before { content: "\ee0d"; }

.icon-arrow-left7:before { content: "\ee0e"; }

.icon-arrow-up-left23:before { content: "\ee0f"; }

.icon-arrow-up23:before { content: "\ee10"; }

.icon-arrow-up-right23:before { content: "\ee11"; }

.icon-arrow-right23:before { content: "\ee12"; }

.icon-arrow-down-right23:before { content: "\ee13"; }

.icon-arrow-down23:before { content: "\ee14"; }

.icon-arrow-down-left23:before { content: "\ee15"; }

.icon-arrow-left23:before { content: "\ee16"; }

.icon-circle-up3:before { content: "\ee17"; }

.icon-circle-right3:before { content: "\ee18"; }

.icon-circle-down3:before { content: "\ee19"; }

.icon-circle-left3:before { content: "\ee1a"; }

.icon-tab3:before { content: "\ee1b"; }

.icon-move-up3:before { content: "\ee1c"; }

.icon-move-down3:before { content: "\ee1d"; }

.icon-sort-alpha-asc3:before { content: "\ee1e"; }

.icon-sort-alpha-desc3:before { content: "\ee1f"; }

.icon-sort-numeric-asc3:before { content: "\ee20"; }

.icon-sort-numberic-desc3:before { content: "\ee21"; }

.icon-sort-amount-asc3:before { content: "\ee22"; }

.icon-sort-amount-desc3:before { content: "\ee23"; }

.icon-command3:before { content: "\ee24"; }

.icon-shift3:before { content: "\ee25"; }

.icon-ctrl3:before { content: "\ee26"; }

.icon-opt3:before { content: "\ee27"; }

.icon-checkbox-checked3:before { content: "\ee28"; }

.icon-checkbox-unchecked3:before { content: "\ee29"; }

.icon-radio-checked4:before { content: "\ee2a"; }

.icon-radio-checked23:before { content: "\ee2b"; }

.icon-radio-unchecked3:before { content: "\ee2c"; }

.icon-crop3:before { content: "\ee2d"; }

.icon-make-group3:before { content: "\ee2e"; }

.icon-ungroup3:before { content: "\ee2f"; }

.icon-scissors6:before { content: "\ee30"; }

.icon-filter3:before { content: "\ee31"; }

.icon-font3:before { content: "\ee32"; }

.icon-ligature4:before { content: "\ee33"; }

.icon-ligature23:before { content: "\ee34"; }

.icon-text-height3:before { content: "\ee35"; }

.icon-text-width3:before { content: "\ee36"; }

.icon-font-size3:before { content: "\ee37"; }

.icon-bold3:before { content: "\ee38"; }

.icon-underline3:before { content: "\ee39"; }

.icon-italic3:before { content: "\ee3a"; }

.icon-strikethrough3:before { content: "\ee3b"; }

.icon-omega3:before { content: "\ee3c"; }

.icon-sigma3:before { content: "\ee3d"; }

.icon-page-break3:before { content: "\ee3e"; }

.icon-superscript4:before { content: "\ee3f"; }

.icon-subscript4:before { content: "\ee40"; }

.icon-superscript23:before { content: "\ee41"; }

.icon-subscript23:before { content: "\ee42"; }

.icon-text-color3:before { content: "\ee43"; }

.icon-pagebreak3:before { content: "\ee44"; }

.icon-clear-formatting3:before { content: "\ee45"; }

.icon-table4:before { content: "\ee46"; }

.icon-table23:before { content: "\ee47"; }

.icon-insert-template3:before { content: "\ee48"; }

.icon-pilcrow3:before { content: "\ee49"; }

.icon-ltr3:before { content: "\ee4a"; }

.icon-rtl3:before { content: "\ee4b"; }

.icon-section3:before { content: "\ee4c"; }

.icon-paragraph-left3:before { content: "\ee4d"; }

.icon-paragraph-center3:before { content: "\ee4e"; }

.icon-paragraph-right3:before { content: "\ee4f"; }

.icon-paragraph-justify3:before { content: "\ee50"; }

.icon-indent-increase3:before { content: "\ee51"; }

.icon-indent-decrease3:before { content: "\ee52"; }

.icon-share7:before { content: "\ee53"; }

.icon-new-tab3:before { content: "\ee54"; }

.icon-embed4:before { content: "\ee55"; }

.icon-embed23:before { content: "\ee56"; }

.icon-terminal3:before { content: "\ee57"; }

.icon-share23:before { content: "\ee58"; }

.icon-mail9:before { content: "\ee59"; }

.icon-mail23:before { content: "\ee5a"; }

.icon-mail33:before { content: "\ee5b"; }

.icon-mail43:before { content: "\ee5c"; }

.icon-google6:before { content: "\ee5d"; }

.icon-google-plus5:before { content: "\ee5e"; }

.icon-google-plus23:before { content: "\ee5f"; }

.icon-google-plus33:before { content: "\ee60"; }

.icon-google-drive6:before { content: "\ee61"; }

.icon-facebook8:before { content: "\ee62"; }

.icon-facebook23:before { content: "\ee63"; }

.icon-facebook33:before { content: "\ee64"; }

.icon-ello3:before { content: "\ee65"; }

.icon-instagram6:before { content: "\ee66"; }

.icon-twitter8:before { content: "\ee67"; }

.icon-twitter23:before { content: "\ee68"; }

.icon-twitter33:before { content: "\ee69"; }

.icon-feed23:before { content: "\ee6a"; }

.icon-feed33:before { content: "\ee6b"; }

.icon-feed43:before { content: "\ee6c"; }

.icon-youtube9:before { content: "\ee6d"; }

.icon-youtube23:before { content: "\ee6e"; }

.icon-youtube33:before { content: "\ee6f"; }

.icon-youtube43:before { content: "\ee70"; }

.icon-twitch3:before { content: "\ee71"; }

.icon-vimeo8:before { content: "\ee72"; }

.icon-vimeo23:before { content: "\ee73"; }

.icon-vimeo33:before { content: "\ee74"; }

.icon-lanyrd3:before { content: "\ee75"; }

.icon-flickr9:before { content: "\ee76"; }

.icon-flickr23:before { content: "\ee77"; }

.icon-flickr33:before { content: "\ee78"; }

.icon-flickr43:before { content: "\ee79"; }

.icon-picassa4:before { content: "\ee7a"; }

.icon-picassa23:before { content: "\ee7b"; }

.icon-dribbble8:before { content: "\ee7c"; }

.icon-dribbble23:before { content: "\ee7d"; }

.icon-dribbble33:before { content: "\ee7e"; }

.icon-forrst4:before { content: "\ee7f"; }

.icon-forrst23:before { content: "\ee80"; }

.icon-deviantart4:before { content: "\ee81"; }

.icon-deviantart23:before { content: "\ee82"; }

.icon-steam4:before { content: "\ee83"; }

.icon-steam23:before { content: "\ee84"; }

.icon-dropbox6:before { content: "\ee85"; }

.icon-onedrive6:before { content: "\ee86"; }

.icon-github10:before { content: "\ee87"; }

.icon-github23:before { content: "\ee88"; }

.icon-github33:before { content: "\ee89"; }

.icon-github43:before { content: "\ee8a"; }

.icon-github53:before { content: "\ee8b"; }

.icon-wordpress4:before { content: "\ee8c"; }

.icon-wordpress23:before { content: "\ee8d"; }

.icon-joomla3:before { content: "\ee8e"; }

.icon-blogger4:before { content: "\ee8f"; }

.icon-blogger23:before { content: "\ee90"; }

.icon-tumblr7:before { content: "\ee91"; }

.icon-tumblr23:before { content: "\ee92"; }

.icon-yahoo3:before { content: "\ee93"; }

.icon-tux3:before { content: "\ee94"; }

.icon-apple3:before { content: "\ee95"; }

.icon-finder3:before { content: "\ee96"; }

.icon-android3:before { content: "\ee97"; }

.icon-windows3:before { content: "\ee98"; }

.icon-windows83:before { content: "\ee99"; }

.icon-soundcloud7:before { content: "\ee9a"; }

.icon-soundcloud23:before { content: "\ee9b"; }

.icon-skype6:before { content: "\ee9c"; }

.icon-reddit3:before { content: "\ee9d"; }

.icon-linkedin7:before { content: "\ee9e"; }

.icon-linkedin23:before { content: "\ee9f"; }

.icon-lastfm7:before { content: "\eea0"; }

.icon-lastfm23:before { content: "\eea1"; }

.icon-delicious3:before { content: "\eea2"; }

.icon-stumbleupon7:before { content: "\eea3"; }

.icon-stumbleupon23:before { content: "\eea4"; }

.icon-stackoverflow3:before { content: "\eea5"; }

.icon-pinterest7:before { content: "\eea6"; }

.icon-pinterest23:before { content: "\eea7"; }

.icon-xing7:before { content: "\eea8"; }

.icon-xing23:before { content: "\eea9"; }

.icon-flattr6:before { content: "\eeaa"; }

.icon-foursquare6:before { content: "\eeab"; }

.icon-paypal8:before { content: "\eeac"; }

.icon-paypal23:before { content: "\eead"; }

.icon-paypal33:before { content: "\eeae"; }

.icon-yelp6:before { content: "\eeaf"; }

.icon-file-pdf3:before { content: "\eeb0"; }

.icon-file-openoffice3:before { content: "\eeb1"; }

.icon-file-word3:before { content: "\eeb2"; }

.icon-file-excel3:before { content: "\eeb3"; }

.icon-libreoffice3:before { content: "\eeb4"; }

.icon-html54:before { content: "\eeb5"; }

.icon-html523:before { content: "\eeb6"; }

.icon-css33:before { content: "\eeb7"; }

.icon-git3:before { content: "\eeb8"; }

.icon-svg3:before { content: "\eeb9"; }

.icon-codepen3:before { content: "\eeba"; }

.icon-chrome3:before { content: "\eebb"; }

.icon-firefox3:before { content: "\eebc"; }

.icon-IE3:before { content: "\eebd"; }

.icon-opera3:before { content: "\eebe"; }

.icon-safari3:before { content: "\eebf"; }

.icon-IcoMoon3:before { content: "\eec0"; }

/*------------------------------ Helper class
------------------------------*/
/*Margin Padding*/
.m0 { margin: 0px !important; }

.m5 { margin: 5px !important; }

.m10 { margin: 10px !important; }

.m15 { margin: 15px !important; }

.m20 { margin: 20px !important; }

.m25 { margin: 25px !important; }

.m30 { margin: 30px !important; }

.m35 { margin: 35px !important; }

.m40 { margin: 40px !important; }

.m45 { margin: 45px !important; }

.m50 { margin: 50px !important; }

.m55 { margin: 55px !important; }

.m60 { margin: 60px !important; }

.m65 { margin: 65px !important; }

.m70 { margin: 70px !important; }

.m75 { margin: 75px !important; }

.m80 { margin: 80px !important; }

.m85 { margin: 85px !important; }

.m90 { margin: 90px !important; }

.m95 { margin: 95px !important; }

.m100 { margin: 100px !important; }

.mt0 { margin-top: 0px !important; }

.mt5 { margin-top: 5px !important; }

.mt10 { margin-top: 10px !important; }

.mt15 { margin-top: 15px !important; }

.mt20 { margin-top: 20px !important; }

.mt25 { margin-top: 25px !important; }

.mt30 { margin-top: 30px !important; }

.mt35 { margin-top: 35px !important; }

.mt40 { margin-top: 40px !important; }

.mt45 { margin-top: 45px !important; }

.mt50 { margin-top: 50px !important; }

.mt55 { margin-top: 55px !important; }

.mt60 { margin-top: 60px !important; }

.mt65 { margin-top: 65px !important; }

.mt70 { margin-top: 70px !important; }

.mt75 { margin-top: 75px !important; }

.mt80 { margin-top: 80px !important; }

.mt85 { margin-top: 85px !important; }

.mt90 { margin-top: 90px !important; }

.mt95 { margin-top: 95px !important; }

.mt100 { margin-top: 100px !important; }

.mr0 { margin-right: 0px !important; }

.mr5 { margin-right: 5px !important; }

.mr10 { margin-right: 10px !important; }

.mr15 { margin-right: 15px !important; }

.mr20 { margin-right: 20px !important; }

.mr25 { margin-right: 25px !important; }

.mr30 { margin-right: 30px !important; }

.mr35 { margin-right: 35px !important; }

.mr40 { margin-right: 40px !important; }

.mr45 { margin-right: 45px !important; }

.mr50 { margin-right: 50px !important; }

.mr55 { margin-right: 55px !important; }

.mr60 { margin-right: 60px !important; }

.mr65 { margin-right: 65px !important; }

.mr70 { margin-right: 70px !important; }

.mr75 { margin-right: 75px !important; }

.mr80 { margin-right: 80px !important; }

.mr85 { margin-right: 85px !important; }

.mr90 { margin-right: 90px !important; }

.mr95 { margin-right: 95px !important; }

.mr100 { margin-right: 100px !important; }

.mb0 { margin-bottom: 0px !important; }

.mb5 { margin-bottom: 5px !important; }

.mb10 { margin-bottom: 10px !important; }

.mb15 { margin-bottom: 15px !important; }

.mb20 { margin-bottom: 20px !important; }

.mb25 { margin-bottom: 25px !important; }

.mb30 { margin-bottom: 30px !important; }

.mb35 { margin-bottom: 35px !important; }

.mb40 { margin-bottom: 40px !important; }

.mb45 { margin-bottom: 45px !important; }

.mb50 { margin-bottom: 50px !important; }

.mb55 { margin-bottom: 55px !important; }

.mb60 { margin-bottom: 60px !important; }

.mb65 { margin-bottom: 65px !important; }

.mb70 { margin-bottom: 70px !important; }

.mb75 { margin-bottom: 75px !important; }

.mb80 { margin-bottom: 80px !important; }

.mb85 { margin-bottom: 85px !important; }

.mb90 { margin-bottom: 90px !important; }

.mb95 { margin-bottom: 95px !important; }

.mb100 { margin-bottom: 100px !important; }

.ml0 { margin-left: 0px !important; }

.ml5 { margin-left: 5px !important; }

.ml10 { margin-left: 10px !important; }

.ml15 { margin-left: 15px !important; }

.ml20 { margin-left: 20px !important; }

.ml25 { margin-left: 25px !important; }

.ml30 { margin-left: 30px !important; }

.ml35 { margin-left: 35px !important; }

.ml40 { margin-left: 40px !important; }

.ml45 { margin-left: 45px !important; }

.ml50 { margin-left: 50px !important; }

.ml55 { margin-left: 55px !important; }

.ml60 { margin-left: 60px !important; }

.ml65 { margin-left: 65px !important; }

.ml70 { margin-left: 70px !important; }

.ml75 { margin-left: 75px !important; }

.ml80 { margin-left: 80px !important; }

.ml85 { margin-left: 85px !important; }

.ml90 { margin-left: 90px !important; }

.ml95 { margin-left: 95px !important; }

.ml100 { margin-left: 100px !important; }

.p0 { padding: 0px !important; }

.p5 { padding: 5px !important; }

.p10 { padding: 10px !important; }

.p15 { padding: 15px !important; }

.p20 { padding: 20px !important; }

.p25 { padding: 25px !important; }

.p30 { padding: 30px !important; }

.p35 { padding: 35px !important; }

.p40 { padding: 40px !important; }

.p45 { padding: 45px !important; }

.p50 { padding: 50px !important; }

.p55 { padding: 55px !important; }

.p60 { padding: 60px !important; }

.p65 { padding: 65px !important; }

.p70 { padding: 70px !important; }

.p75 { padding: 75px !important; }

.p80 { padding: 80px !important; }

.p85 { padding: 85px !important; }

.p90 { padding: 90px !important; }

.p95 { padding: 95px !important; }

.p100 { padding: 100px !important; }

.pt0 { padding-top: 0px !important; }

.pt5 { padding-top: 5px !important; }

.pt10 { padding-top: 10px !important; }

.pt15 { padding-top: 15px !important; }

.pt20 { padding-top: 20px !important; }

.pt25 { padding-top: 25px !important; }

.pt30 { padding-top: 30px !important; }

.pt35 { padding-top: 35px !important; }

.pt40 { padding-top: 40px !important; }

.pt45 { padding-top: 45px !important; }

.pt50 { padding-top: 50px !important; }

.pt55 { padding-top: 55px !important; }

.pt60 { padding-top: 60px !important; }

.pt65 { padding-top: 65px !important; }

.pt70 { padding-top: 70px !important; }

.pt75 { padding-top: 75px !important; }

.pt80 { padding-top: 80px !important; }

.pt85 { padding-top: 85px !important; }

.pt90 { padding-top: 90px !important; }

.pt95 { padding-top: 95px !important; }

.pt100 { padding-top: 100px !important; }

.pr0 { padding-right: 0px !important; }

.pr5 { padding-right: 5px !important; }

.pr10 { padding-right: 10px !important; }

.pr15 { padding-right: 15px !important; }

.pr20 { padding-right: 20px !important; }

.pr25 { padding-right: 25px !important; }

.pr30 { padding-right: 30px !important; }

.pr35 { padding-right: 35px !important; }

.pr40 { padding-right: 40px !important; }

.pr45 { padding-right: 45px !important; }

.pr50 { padding-right: 50px !important; }

.pr55 { padding-right: 55px !important; }

.pr60 { padding-right: 60px !important; }

.pr65 { padding-right: 65px !important; }

.pr70 { padding-right: 70px !important; }

.pr75 { padding-right: 75px !important; }

.pr80 { padding-right: 80px !important; }

.pr85 { padding-right: 85px !important; }

.pr90 { padding-right: 90px !important; }

.pr95 { padding-right: 95px !important; }

.pr100 { padding-right: 100px !important; }

.pb0 { padding-bottom: 0px !important; }

.pb5 { padding-bottom: 5px !important; }

.pb10 { padding-bottom: 10px !important; }

.pb15 { padding-bottom: 15px !important; }

.pb20 { padding-bottom: 20px !important; }

.pb25 { padding-bottom: 25px !important; }

.pb30 { padding-bottom: 30px !important; }

.pb35 { padding-bottom: 35px !important; }

.pb40 { padding-bottom: 40px !important; }

.pb45 { padding-bottom: 45px !important; }

.pb50 { padding-bottom: 50px !important; }

.pb55 { padding-bottom: 55px !important; }

.pb60 { padding-bottom: 60px !important; }

.pb65 { padding-bottom: 65px !important; }

.pb70 { padding-bottom: 70px !important; }

.pb75 { padding-bottom: 75px !important; }

.pb80 { padding-bottom: 80px !important; }

.pb85 { padding-bottom: 85px !important; }

.pb90 { padding-bottom: 90px !important; }

.pb95 { padding-bottom: 95px !important; }

.pb100 { padding-bottom: 100px !important; }

.pl0 { padding-left: 0px !important; }

.pl5 { padding-left: 5px !important; }

.pl10 { padding-left: 10px !important; }

.pl15 { padding-left: 15px !important; }

.pl20 { padding-left: 20px !important; }

.pl25 { padding-left: 25px !important; }

.pl30 { padding-left: 30px !important; }

.pl35 { padding-left: 35px !important; }

.pl40 { padding-left: 40px !important; }

.pl45 { padding-left: 45px !important; }

.pl50 { padding-left: 50px !important; }

.pl55 { padding-left: 55px !important; }

.pl60 { padding-left: 60px !important; }

.pl65 { padding-left: 65px !important; }

.pl70 { padding-left: 70px !important; }

.pl75 { padding-left: 75px !important; }

.pl80 { padding-left: 80px !important; }

.pl85 { padding-left: 85px !important; }

.pl90 { padding-left: 90px !important; }

.pl95 { padding-left: 95px !important; }

.pl100 { padding-left: 100px !important; }

.m0em { margin: 0em !important; }

.m1em { margin: 1em !important; }

.m2em { margin: 2em !important; }

.m3em { margin: 3em !important; }

.m4em { margin: 4em !important; }

.m5em { margin: 5em !important; }

.m6em { margin: 6em !important; }

.m7em { margin: 7em !important; }

.m8em { margin: 8em !important; }

.m9em { margin: 9em !important; }

.m10em { margin: 10em !important; }

.mt0em { margin-top: 0em !important; }

.mt1em { margin-top: 1em !important; }

.mt2em { margin-top: 2em !important; }

.mt3em { margin-top: 3em !important; }

.mt4em { margin-top: 4em !important; }

.mt5em { margin-top: 5em !important; }

.mt6em { margin-top: 6em !important; }

.mt7em { margin-top: 7em !important; }

.mt8em { margin-top: 8em !important; }

.mt9em { margin-top: 9em !important; }

.mt10em { margin-top: 10em !important; }

.mr0em { margin-right: 0em !important; }

.mr1em { margin-right: 1em !important; }

.mr2em { margin-right: 2em !important; }

.mr3em { margin-right: 3em !important; }

.mr4em { margin-right: 4em !important; }

.mr5em { margin-right: 5em !important; }

.mr6em { margin-right: 6em !important; }

.mr7em { margin-right: 7em !important; }

.mr8em { margin-right: 8em !important; }

.mr9em { margin-right: 9em !important; }

.mr10em { margin-right: 10em !important; }

.mb0em { margin-bottom: 0em !important; }

.mb1em { margin-bottom: 1em !important; }

.mb2em { margin-bottom: 2em !important; }

.mb3em { margin-bottom: 3em !important; }

.mb4em { margin-bottom: 4em !important; }

.mb5em { margin-bottom: 5em !important; }

.mb6em { margin-bottom: 6em !important; }

.mb7em { margin-bottom: 7em !important; }

.mb8em { margin-bottom: 8em !important; }

.mb9em { margin-bottom: 9em !important; }

.mb10em { margin-bottom: 10em !important; }

.ml0em { margin-left: 0em !important; }

.ml1em { margin-left: 1em !important; }

.ml2em { margin-left: 2em !important; }

.ml3em { margin-left: 3em !important; }

.ml4em { margin-left: 4em !important; }

.ml5em { margin-left: 5em !important; }

.ml6em { margin-left: 6em !important; }

.ml7em { margin-left: 7em !important; }

.ml8em { margin-left: 8em !important; }

.ml9em { margin-left: 9em !important; }

.ml10em { margin-left: 10em !important; }

.p0em { padding: 0em !important; }

.p1em { padding: 1em !important; }

.p2em { padding: 2em !important; }

.p3em { padding: 3em !important; }

.p4em { padding: 4em !important; }

.p5em { padding: 5em !important; }

.p6em { padding: 6em !important; }

.p7em { padding: 7em !important; }

.p8em { padding: 8em !important; }

.p9em { padding: 9em !important; }

.p10em { padding: 10em !important; }

.pt0em { padding-top: 0em !important; }

.pt1em { padding-top: 1em !important; }

.pt2em { padding-top: 2em !important; }

.pt3em { padding-top: 3em !important; }

.pt4em { padding-top: 4em !important; }

.pt5em { padding-top: 5em !important; }

.pt6em { padding-top: 6em !important; }

.pt7em { padding-top: 7em !important; }

.pt8em { padding-top: 8em !important; }

.pt9em { padding-top: 9em !important; }

.pt10em { padding-top: 10em !important; }

.pr0em { padding-right: 0em !important; }

.pr1em { padding-right: 1em !important; }

.pr2em { padding-right: 2em !important; }

.pr3em { padding-right: 3em !important; }

.pr4em { padding-right: 4em !important; }

.pr5em { padding-right: 5em !important; }

.pr6em { padding-right: 6em !important; }

.pr7em { padding-right: 7em !important; }

.pr8em { padding-right: 8em !important; }

.pr9em { padding-right: 9em !important; }

.pr10em { padding-right: 10em !important; }

.pb0em { padding-bottom: 0em !important; }

.pb1em { padding-bottom: 1em !important; }

.pb2em { padding-bottom: 2em !important; }

.pb3em { padding-bottom: 3em !important; }

.pb4em { padding-bottom: 4em !important; }

.pb5em { padding-bottom: 5em !important; }

.pb6em { padding-bottom: 6em !important; }

.pb7em { padding-bottom: 7em !important; }

.pb8em { padding-bottom: 8em !important; }

.pb9em { padding-bottom: 9em !important; }

.pb10em { padding-bottom: 10em !important; }

.pl0em { padding-left: 0em !important; }

.pl1em { padding-left: 1em !important; }

.pl2em { padding-left: 2em !important; }

.pl3em { padding-left: 3em !important; }

.pl4em { padding-left: 4em !important; }

.pl5em { padding-left: 5em !important; }

.pl6em { padding-left: 6em !important; }

.pl7em { padding-left: 7em !important; }

.pl8em { padding-left: 8em !important; }

.pl9em { padding-left: 9em !important; }

.pl10em { padding-left: 10em !important; }

.width0em { width: 0em !important; }

.width1em { width: 1em !important; }

.width2em { width: 2em !important; }

.width3em { width: 3em !important; }

.width4em { width: 4em !important; }

.width5em { width: 5em !important; }

.width6em { width: 6em !important; }

.width7em { width: 7em !important; }

.width8em { width: 8em !important; }

.width9em { width: 9em !important; }

.width10em { width: 10em !important; }

.width11em { width: 11em !important; }

.width12em { width: 12em !important; }

.width13em { width: 13em !important; }

.width14em { width: 14em !important; }

.width15em { width: 15em !important; }

.width16em { width: 16em !important; }

.width17em { width: 17em !important; }

.width18em { width: 18em !important; }

.width19em { width: 19em !important; }

.width20em { width: 20em !important; }

.width21em { width: 21em !important; }

.width22em { width: 22em !important; }

.width23em { width: 23em !important; }

.width24em { width: 24em !important; }

.width25em { width: 25em !important; }

.width26em { width: 26em !important; }

.width27em { width: 27em !important; }

.width28em { width: 28em !important; }

.width29em { width: 29em !important; }

.width30em { width: 30em !important; }

.inline-block { display: inline-block; }

.fl { float: left; }

.fr { float: right; }

.align-center { text-align: center; }

.align-left { text-align: left; }

.align-right { text-align: right; }

.row { display: block; }
.row::after { clear: both; content: ""; display: table; }

.col-1 { float: left; display: block; margin-right: 2.35765%; width: 6.17215%; }
.col-1:last-child { margin-right: 0; }

.col-2 { float: left; display: block; margin-right: 2.35765%; width: 14.70196%; }
.col-2:last-child { margin-right: 0; }

.col-3 { float: left; display: block; margin-right: 2.35765%; width: 23.23176%; }
.col-3:last-child { margin-right: 0; }

.col-4 { float: left; display: block; margin-right: 2.35765%; width: 31.76157%; }
.col-4:last-child { margin-right: 0; }

.col-5 { float: left; display: block; margin-right: 2.35765%; width: 40.29137%; }
.col-5:last-child { margin-right: 0; }

.col-6 { float: left; display: block; margin-right: 2.35765%; width: 48.82117%; }
.col-6:last-child { margin-right: 0; }

.col-7 { float: left; display: block; margin-right: 2.35765%; width: 57.35098%; }
.col-7:last-child { margin-right: 0; }

.col-8 { float: left; display: block; margin-right: 2.35765%; width: 65.88078%; }
.col-8:last-child { margin-right: 0; }

.col-9 { float: left; display: block; margin-right: 2.35765%; width: 74.41059%; }
.col-9:last-child { margin-right: 0; }

.col-10 { float: left; display: block; margin-right: 2.35765%; width: 82.94039%; }
.col-10:last-child { margin-right: 0; }

.col-11 { float: left; display: block; margin-right: 2.35765%; width: 91.4702%; }
.col-11:last-child { margin-right: 0; }

.col-12 { float: left; display: block; margin-right: 2.35765%; width: 100%; }
.col-12:last-child { margin-right: 0; }

/*------------------------------ Layout
------------------------------*/
.l-header, .l-main, .l-footer { max-width: 980px; margin-left: auto; margin-right: auto; margin-bottom: 10px; }
.l-header::after, .l-main::after, .l-footer::after { clear: both; content: ""; display: table; }

.l-main { padding: 25px 25px 50px; }

.p-outside .l-login, .p-outside .l-header { max-width: 400px; margin-left: auto; margin-right: auto; }
.p-outside .l-login::after, .p-outside .l-header::after { clear: both; content: ""; display: table; }
.p-outside .l-header { margin-top: 50px; }
.p-outside .l-login { padding: 25px; }

.site-name { float: left; display: block; margin-right: 1.35765%; width: 38.29137%; }
.site-name:last-child { margin-right: 0; }

.gnav { float: left; display: block; margin-right: 1.35765%; width: 60.35098%; }
.gnav:last-child { margin-right: 0; }

/*------------------------------ Common
------------------------------*/
body { background: #f6f6f6; }

.l-main, .l-login { border-radius: 5px; background: #fff; box-shadow: rgba(100, 100, 100, 0.5) 0px 0px 3px 0px; -webkit-box-shadow: rgba(100, 100, 100, 0.5) 0px 0px 3px 0px; -moz-box-shadow: rgba(100, 100, 100, 0.5) 0px 0px 3px 0px; }

h1 { font-size: 2em; font-weight: normal; letter-spacing: .1em; }

h2 { margin-top: 2.5em; padding: .5em; font-size: 1.3em; font-weight: normal; background: #e6f1f2; }

h1 + h2 { margin-top: 1.5em; }

input[type="submit"].btn-cancel, button.btn-cancel { background-color: #aaa; }
input[type="submit"].btn-cancel:hover, button.btn-cancel:hover { background-color: #909090; }

tr.done { background: #e6e6e6; }

/*------------------------------ Style
------------------------------*/
.site-name { padding: 10px 0; font-size: 1.5em; }

.gnav { padding-left: 0; font-size: 15px; }
.gnav ul { float: right; margin-top: 20px; }
.gnav ul::after { clear: both; content: ""; display: table; }
.gnav li { float: left; display: block; border-right: 1px solid #2caeb7; border-left: 1px solid #134c50; }
.gnav li:nth-child(1) { border-left: 0; }
.gnav li:nth-child(1) a { border-radius: 6px 0 0 6px; }
.gnav li:nth-last-child(1) { border-right: 0; }
.gnav li:nth-last-child(1) a { border-radius: 0 6px 6px 0; }
.gnav a { background-color: #2caeb7; background-image: -webkit-linear-gradient(#2caeb7 0%, #279ba3 50%, #1e8b92 51%, #156368 100%); background-image: linear-gradient(#2caeb7 0%, #279ba3 50%, #1e8b92 51%, #156368 100%); display: block; padding: .6em 1.2em; color: #fff; }
.gnav a.active, .gnav a:hover { background: #22878E; }

.l-footer { margin-top: 50px; }
.l-footer .copyrights { text-align: center; font-size: 11px; }

.table-hand01 { border: 1px solid #ddd; }
.table-hand01 td, .table-hand01 th { padding-left: .5em; padding-right: .5em; }

.table-hand02 { margin-top: 2em; }
.table-hand02 td, .table-hand02 th { padding-left: .5em; padding-right: .5em; }

/*------------------------------ Card Style
------------------------------*/
.grid-items-lines { position: relative; }
.grid-items-lines::after { clear: both; content: ""; display: table; }
.grid-items-lines .grid-item { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; background: #fff; border-bottom: 1px solid rgba(51, 51, 51, 0.2); border-right: 1px solid rgba(51, 51, 51, 0.2); cursor: pointer; float: left; height: 14em; overflow: hidden; outline: none; padding: 2em; text-decoration: none; width: 100%; color: #ddd; }
@media screen and (min-width: 53.75em) { .grid-items-lines .grid-item { width: 33.33333%; } }
.grid-items-lines .grid-item:focus, .grid-items-lines .grid-item:hover { background: rgba(51, 51, 51, 0.05); }
.grid-items-lines .grid-item img { display: block; height: 2.5em; margin-bottom: 1.2em; }
.grid-items-lines .grid-item h1 { color: #333; font-size: 1.3em; margin-bottom: 0.4em; font-weight: bold; }
.grid-items-lines .grid-item p { color: rgba(51, 51, 51, 0.6); line-height: 1.5em; }
@media screen and (min-width: 40em) { .grid-items-lines .grid-item p { max-width: 70%; } }
@media screen and (min-width: 53.75em) { .grid-items-lines .grid-item-big { width: 66.66667%; } }
@media screen and (min-width: 40em) { .grid-items-lines .grid-item-big p { max-width: 60%; } }
.grid-items-lines .bottom-cover { background: #fff; bottom: 0px; height: 3px; position: absolute; width: 100%; }
.grid-items-lines .right-cover { background: #fff; height: 100%; position: absolute; right: 0px; width: 4px; }

/*------------------------------ Message
------------------------------*/
.flash-alert { background-color: #fff6bf; color: #8c7800; display: block; font-weight: 600; margin-bottom: 0.75em; padding: 0.75em; text-align: center; }
.flash-alert a { color: #594c00; text-decoration: underline; }
.flash-alert a:focus, .flash-alert a:hover { color: black; }

.flash-error { background-color: #fbe3e4; color: #96151b; display: block; font-weight: 600; margin-bottom: 0.75em; padding: 0.75em; text-align: center; }
.flash-error a { color: #6a0f13; text-decoration: underline; }
.flash-error a:focus, .flash-error a:hover { color: #110203; }

.flash-notice { background-color: #e5edf8; color: #244e87; display: block; font-weight: 600; margin-bottom: 0.75em; padding: 0.75em; text-align: center; }
.flash-notice a { color: #19375f; text-decoration: underline; }
.flash-notice a:focus, .flash-notice a:hover { color: #04080e; }

.flash-success { background-color: #e6efc2; color: #56651a; display: block; font-weight: 600; margin-bottom: 0.75em; padding: 0.75em; text-align: center; }
.flash-success a { color: #333c10; text-decoration: underline; }
.flash-success a:focus, .flash-success a:hover { color: black; }

.breadcrumbs { margin-bottom: 2em; }
.breadcrumbs li { display: inline-block; }
.breadcrumbs li + li:before { content: " > "; }


/* 追記：20211027 */
.l-main {
    position: relative;
}
.card { 
    padding: 20px;
    position: absolute;
    right: 160px;
    bottom: 90px;
    border-radius: 8px;
    border: solid 2px #22878E;
    text-align: center;
    letter-spacing: 0.05em;
    color: #22878E;
}
.card .text-emphasis {
    margin-top: 10px;
    display: block;
    font-size: 1.3em;
    font-weight: 700;
}
@media screen and (max-width: 52.75em){
    .card {
        margin-top: 20px;
        position: relative;
        right: auto;
        bottom: auto;
    }
}