/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('/assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/assets/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/assets/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */

@font-face {
  font-family: "foundation-icons";
  src: url("/assets/fonts/foundation/foundation-icons.eot");
  src: url("/assets/fonts/foundation/foundation-icons.eot?#iefix") format("embedded-opentype"),
       url("/assets/fonts/foundation/foundation-icons.woff") format("woff"),
       url("/assets/fonts/foundation/foundation-icons.ttf") format("truetype"),
       url("/assets/fonts/foundation/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.fi-address-book:before { content: "\F100"; }
.fi-alert:before { content: "\F101"; }
.fi-align-center:before { content: "\F102"; }
.fi-align-justify:before { content: "\F103"; }
.fi-align-left:before { content: "\F104"; }
.fi-align-right:before { content: "\F105"; }
.fi-anchor:before { content: "\F106"; }
.fi-annotate:before { content: "\F107"; }
.fi-archive:before { content: "\F108"; }
.fi-arrow-down:before { content: "\F109"; }
.fi-arrow-left:before { content: "\F10A"; }
.fi-arrow-right:before { content: "\F10B"; }
.fi-arrow-up:before { content: "\F10C"; }
.fi-arrows-compress:before { content: "\F10D"; }
.fi-arrows-expand:before { content: "\F10E"; }
.fi-arrows-in:before { content: "\F10F"; }
.fi-arrows-out:before { content: "\F110"; }
.fi-asl:before { content: "\F111"; }
.fi-asterisk:before { content: "\F112"; }
.fi-at-sign:before { content: "\F113"; }
.fi-background-color:before { content: "\F114"; }
.fi-battery-empty:before { content: "\F115"; }
.fi-battery-full:before { content: "\F116"; }
.fi-battery-half:before { content: "\F117"; }
.fi-bitcoin-circle:before { content: "\F118"; }
.fi-bitcoin:before { content: "\F119"; }
.fi-blind:before { content: "\F11A"; }
.fi-bluetooth:before { content: "\F11B"; }
.fi-bold:before { content: "\F11C"; }
.fi-book-bookmark:before { content: "\F11D"; }
.fi-book:before { content: "\F11E"; }
.fi-bookmark:before { content: "\F11F"; }
.fi-braille:before { content: "\F120"; }
.fi-burst-new:before { content: "\F121"; }
.fi-burst-sale:before { content: "\F122"; }
.fi-burst:before { content: "\F123"; }
.fi-calendar:before { content: "\F124"; }
.fi-camera:before { content: "\F125"; }
.fi-check:before { content: "\F126"; }
.fi-checkbox:before { content: "\F127"; }
.fi-clipboard-notes:before { content: "\F128"; }
.fi-clipboard-pencil:before { content: "\F129"; }
.fi-clipboard:before { content: "\F12A"; }
.fi-clock:before { content: "\F12B"; }
.fi-closed-caption:before { content: "\F12C"; }
.fi-cloud:before { content: "\F12D"; }
.fi-comment-minus:before { content: "\F12E"; }
.fi-comment-quotes:before { content: "\F12F"; }
.fi-comment-video:before { content: "\F130"; }
.fi-comment:before { content: "\F131"; }
.fi-comments:before { content: "\F132"; }
.fi-compass:before { content: "\F133"; }
.fi-contrast:before { content: "\F134"; }
.fi-credit-card:before { content: "\F135"; }
.fi-crop:before { content: "\F136"; }
.fi-crown:before { content: "\F137"; }
.fi-css3:before { content: "\F138"; }
.fi-database:before { content: "\F139"; }
.fi-die-five:before { content: "\F13A"; }
.fi-die-four:before { content: "\F13B"; }
.fi-die-one:before { content: "\F13C"; }
.fi-die-six:before { content: "\F13D"; }
.fi-die-three:before { content: "\F13E"; }
.fi-die-two:before { content: "\F13F"; }
.fi-dislike:before { content: "\F140"; }
.fi-dollar-bill:before { content: "\F141"; }
.fi-dollar:before { content: "\F142"; }
.fi-download:before { content: "\F143"; }
.fi-eject:before { content: "\F144"; }
.fi-elevator:before { content: "\F145"; }
.fi-euro:before { content: "\F146"; }
.fi-eye:before { content: "\F147"; }
.fi-fast-forward:before { content: "\F148"; }
.fi-female-symbol:before { content: "\F149"; }
.fi-female:before { content: "\F14A"; }
.fi-filter:before { content: "\F14B"; }
.fi-first-aid:before { content: "\F14C"; }
.fi-flag:before { content: "\F14D"; }
.fi-folder-add:before { content: "\F14E"; }
.fi-folder-lock:before { content: "\F14F"; }
.fi-folder:before { content: "\F150"; }
.fi-foot:before { content: "\F151"; }
.fi-foundation:before { content: "\F152"; }
.fi-graph-bar:before { content: "\F153"; }
.fi-graph-horizontal:before { content: "\F154"; }
.fi-graph-pie:before { content: "\F155"; }
.fi-graph-trend:before { content: "\F156"; }
.fi-guide-dog:before { content: "\F157"; }
.fi-hearing-aid:before { content: "\F158"; }
.fi-heart:before { content: "\F159"; }
.fi-home:before { content: "\F15A"; }
.fi-html5:before { content: "\F15B"; }
.fi-indent-less:before { content: "\F15C"; }
.fi-indent-more:before { content: "\F15D"; }
.fi-info:before { content: "\F15E"; }
.fi-italic:before { content: "\F15F"; }
.fi-key:before { content: "\F160"; }
.fi-laptop:before { content: "\F161"; }
.fi-layout:before { content: "\F162"; }
.fi-lightbulb:before { content: "\F163"; }
.fi-like:before { content: "\F164"; }
.fi-link:before { content: "\F165"; }
.fi-list-bullet:before { content: "\F166"; }
.fi-list-number:before { content: "\F167"; }
.fi-list-thumbnails:before { content: "\F168"; }
.fi-list:before { content: "\F169"; }
.fi-lock:before { content: "\F16A"; }
.fi-loop:before { content: "\F16B"; }
.fi-magnifying-glass:before { content: "\F16C"; }
.fi-mail:before { content: "\F16D"; }
.fi-male-female:before { content: "\F16E"; }
.fi-male-symbol:before { content: "\F16F"; }
.fi-male:before { content: "\F170"; }
.fi-map:before { content: "\F171"; }
.fi-marker:before { content: "\F172"; }
.fi-megaphone:before { content: "\F173"; }
.fi-microphone:before { content: "\F174"; }
.fi-minus-circle:before { content: "\F175"; }
.fi-minus:before { content: "\F176"; }
.fi-mobile-signal:before { content: "\F177"; }
.fi-mobile:before { content: "\F178"; }
.fi-monitor:before { content: "\F179"; }
.fi-mountains:before { content: "\F17A"; }
.fi-music:before { content: "\F17B"; }
.fi-next:before { content: "\F17C"; }
.fi-no-dogs:before { content: "\F17D"; }
.fi-no-smoking:before { content: "\F17E"; }
.fi-page-add:before { content: "\F17F"; }
.fi-page-copy:before { content: "\F180"; }
.fi-page-csv:before { content: "\F181"; }
.fi-page-delete:before { content: "\F182"; }
.fi-page-doc:before { content: "\F183"; }
.fi-page-edit:before { content: "\F184"; }
.fi-page-export-csv:before { content: "\F185"; }
.fi-page-export-doc:before { content: "\F186"; }
.fi-page-export-pdf:before { content: "\F187"; }
.fi-page-export:before { content: "\F188"; }
.fi-page-filled:before { content: "\F189"; }
.fi-page-multiple:before { content: "\F18A"; }
.fi-page-pdf:before { content: "\F18B"; }
.fi-page-remove:before { content: "\F18C"; }
.fi-page-search:before { content: "\F18D"; }
.fi-page:before { content: "\F18E"; }
.fi-paint-bucket:before { content: "\F18F"; }
.fi-paperclip:before { content: "\F190"; }
.fi-pause:before { content: "\F191"; }
.fi-paw:before { content: "\F192"; }
.fi-paypal:before { content: "\F193"; }
.fi-pencil:before { content: "\F194"; }
.fi-photo:before { content: "\F195"; }
.fi-play-circle:before { content: "\F196"; }
.fi-play-video:before { content: "\F197"; }
.fi-play:before { content: "\F198"; }
.fi-plus:before { content: "\F199"; }
.fi-pound:before { content: "\F19A"; }
.fi-power:before { content: "\F19B"; }
.fi-previous:before { content: "\F19C"; }
.fi-price-tag:before { content: "\F19D"; }
.fi-pricetag-multiple:before { content: "\F19E"; }
.fi-print:before { content: "\F19F"; }
.fi-prohibited:before { content: "\F1A0"; }
.fi-projection-screen:before { content: "\F1A1"; }
.fi-puzzle:before { content: "\F1A2"; }
.fi-quote:before { content: "\F1A3"; }
.fi-record:before { content: "\F1A4"; }
.fi-refresh:before { content: "\F1A5"; }
.fi-results-demographics:before { content: "\F1A6"; }
.fi-results:before { content: "\F1A7"; }
.fi-rewind-ten:before { content: "\F1A8"; }
.fi-rewind:before { content: "\F1A9"; }
.fi-rss:before { content: "\F1AA"; }
.fi-safety-cone:before { content: "\F1AB"; }
.fi-save:before { content: "\F1AC"; }
.fi-share:before { content: "\F1AD"; }
.fi-sheriff-badge:before { content: "\F1AE"; }
.fi-shield:before { content: "\F1AF"; }
.fi-shopping-bag:before { content: "\F1B0"; }
.fi-shopping-cart:before { content: "\F1B1"; }
.fi-shuffle:before { content: "\F1B2"; }
.fi-skull:before { content: "\F1B3"; }
.fi-social-500px:before { content: "\F1B4"; }
.fi-social-adobe:before { content: "\F1B5"; }
.fi-social-amazon:before { content: "\F1B6"; }
.fi-social-android:before { content: "\F1B7"; }
.fi-social-apple:before { content: "\F1B8"; }
.fi-social-behance:before { content: "\F1B9"; }
.fi-social-bing:before { content: "\F1BA"; }
.fi-social-blogger:before { content: "\F1BB"; }
.fi-social-delicious:before { content: "\F1BC"; }
.fi-social-designer-news:before { content: "\F1BD"; }
.fi-social-deviant-art:before { content: "\F1BE"; }
.fi-social-digg:before { content: "\F1BF"; }
.fi-social-dribbble:before { content: "\F1C0"; }
.fi-social-drive:before { content: "\F1C1"; }
.fi-social-dropbox:before { content: "\F1C2"; }
.fi-social-evernote:before { content: "\F1C3"; }
.fi-social-facebook:before { content: "\F1C4"; }
.fi-social-flickr:before { content: "\F1C5"; }
.fi-social-forrst:before { content: "\F1C6"; }
.fi-social-foursquare:before { content: "\F1C7"; }
.fi-social-game-center:before { content: "\F1C8"; }
.fi-social-github:before { content: "\F1C9"; }
.fi-social-google-plus:before { content: "\F1CA"; }
.fi-social-hacker-news:before { content: "\F1CB"; }
.fi-social-hi5:before { content: "\F1CC"; }
.fi-social-instagram:before { content: "\F1CD"; }
.fi-social-joomla:before { content: "\F1CE"; }
.fi-social-lastfm:before { content: "\F1CF"; }
.fi-social-linkedin:before { content: "\F1D0"; }
.fi-social-medium:before { content: "\F1D1"; }
.fi-social-myspace:before { content: "\F1D2"; }
.fi-social-orkut:before { content: "\F1D3"; }
.fi-social-path:before { content: "\F1D4"; }
.fi-social-picasa:before { content: "\F1D5"; }
.fi-social-pinterest:before { content: "\F1D6"; }
.fi-social-rdio:before { content: "\F1D7"; }
.fi-social-reddit:before { content: "\F1D8"; }
.fi-social-skillshare:before { content: "\F1D9"; }
.fi-social-skype:before { content: "\F1DA"; }
.fi-social-smashing-mag:before { content: "\F1DB"; }
.fi-social-snapchat:before { content: "\F1DC"; }
.fi-social-spotify:before { content: "\F1DD"; }
.fi-social-squidoo:before { content: "\F1DE"; }
.fi-social-stack-overflow:before { content: "\F1DF"; }
.fi-social-steam:before { content: "\F1E0"; }
.fi-social-stumbleupon:before { content: "\F1E1"; }
.fi-social-treehouse:before { content: "\F1E2"; }
.fi-social-tumblr:before { content: "\F1E3"; }
.fi-social-twitter:before { content: "\F1E4"; }
.fi-social-vimeo:before { content: "\F1E5"; }
.fi-social-windows:before { content: "\F1E6"; }
.fi-social-xbox:before { content: "\F1E7"; }
.fi-social-yahoo:before { content: "\F1E8"; }
.fi-social-yelp:before { content: "\F1E9"; }
.fi-social-youtube:before { content: "\F1EA"; }
.fi-social-zerply:before { content: "\F1EB"; }
.fi-social-zurb:before { content: "\F1EC"; }
.fi-sound:before { content: "\F1ED"; }
.fi-star:before { content: "\F1EE"; }
.fi-stop:before { content: "\F1EF"; }
.fi-strikethrough:before { content: "\F1F0"; }
.fi-subscript:before { content: "\F1F1"; }
.fi-superscript:before { content: "\F1F2"; }
.fi-tablet-landscape:before { content: "\F1F3"; }
.fi-tablet-portrait:before { content: "\F1F4"; }
.fi-target-two:before { content: "\F1F5"; }
.fi-target:before { content: "\F1F6"; }
.fi-telephone-accessible:before { content: "\F1F7"; }
.fi-telephone:before { content: "\F1F8"; }
.fi-text-color:before { content: "\F1F9"; }
.fi-thumbnails:before { content: "\F1FA"; }
.fi-ticket:before { content: "\F1FB"; }
.fi-torso-business:before { content: "\F1FC"; }
.fi-torso-female:before { content: "\F1FD"; }
.fi-torso:before { content: "\F1FE"; }
.fi-torsos-all-female:before { content: "\F1FF"; }
.fi-torsos-all:before { content: "\F200"; }
.fi-torsos-female-male:before { content: "\F201"; }
.fi-torsos-male-female:before { content: "\F202"; }
.fi-torsos:before { content: "\F203"; }
.fi-trash:before { content: "\F204"; }
.fi-trees:before { content: "\F205"; }
.fi-trophy:before { content: "\F206"; }
.fi-underline:before { content: "\F207"; }
.fi-universal-access:before { content: "\F208"; }
.fi-unlink:before { content: "\F209"; }
.fi-unlock:before { content: "\F20A"; }
.fi-upload-cloud:before { content: "\F20B"; }
.fi-upload:before { content: "\F20C"; }
.fi-usb:before { content: "\F20D"; }
.fi-video:before { content: "\F20E"; }
.fi-volume-none:before { content: "\F20F"; }
.fi-volume-strike:before { content: "\F210"; }
.fi-volume:before { content: "\F211"; }
.fi-web:before { content: "\F212"; }
.fi-wheelchair:before { content: "\F213"; }
.fi-widget:before { content: "\F214"; }
.fi-wrench:before { content: "\F215"; }
.fi-x-circle:before { content: "\F216"; }
.fi-x:before { content: "\F217"; }
.fi-yen:before { content: "\F218"; }
.fi-zoom-in:before { content: "\F219"; }
.fi-zoom-out:before { content: "\F21A"; }
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 7, 2017, 1:09:17 AM
    Author     : Max
*/

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/assets/fonts/glyphicons/glyphicons-halflings-regular.eot');
  src: url('/assets/fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('/assets/fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('/assets/fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('/assets/fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270F";
}
.glyphicon-glass:before {
  content: "\E001";
}
.glyphicon-music:before {
  content: "\E002";
}
.glyphicon-search:before {
  content: "\E003";
}
.glyphicon-heart:before {
  content: "\E005";
}
.glyphicon-star:before {
  content: "\E006";
}
.glyphicon-star-empty:before {
  content: "\E007";
}
.glyphicon-user:before {
  content: "\E008";
}
.glyphicon-film:before {
  content: "\E009";
}
.glyphicon-th-large:before {
  content: "\E010";
}
.glyphicon-th:before {
  content: "\E011";
}
.glyphicon-th-list:before {
  content: "\E012";
}
.glyphicon-ok:before {
  content: "\E013";
}
.glyphicon-remove:before {
  content: "\E014";
}
.glyphicon-zoom-in:before {
  content: "\E015";
}
.glyphicon-zoom-out:before {
  content: "\E016";
}
.glyphicon-off:before {
  content: "\E017";
}
.glyphicon-signal:before {
  content: "\E018";
}
.glyphicon-cog:before {
  content: "\E019";
}
.glyphicon-trash:before {
  content: "\E020";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-file:before {
  content: "\E022";
}
.glyphicon-time:before {
  content: "\E023";
}
.glyphicon-road:before {
  content: "\E024";
}
.glyphicon-download-alt:before {
  content: "\E025";
}
.glyphicon-download:before {
  content: "\E026";
}
.glyphicon-upload:before {
  content: "\E027";
}
.glyphicon-inbox:before {
  content: "\E028";
}
.glyphicon-play-circle:before {
  content: "\E029";
}
.glyphicon-repeat:before {
  content: "\E030";
}
.glyphicon-refresh:before {
  content: "\E031";
}
.glyphicon-list-alt:before {
  content: "\E032";
}
.glyphicon-lock:before {
  content: "\E033";
}
.glyphicon-flag:before {
  content: "\E034";
}
.glyphicon-headphones:before {
  content: "\E035";
}
.glyphicon-volume-off:before {
  content: "\E036";
}
.glyphicon-volume-down:before {
  content: "\E037";
}
.glyphicon-volume-up:before {
  content: "\E038";
}
.glyphicon-qrcode:before {
  content: "\E039";
}
.glyphicon-barcode:before {
  content: "\E040";
}
.glyphicon-tag:before {
  content: "\E041";
}
.glyphicon-tags:before {
  content: "\E042";
}
.glyphicon-book:before {
  content: "\E043";
}
.glyphicon-bookmark:before {
  content: "\E044";
}
.glyphicon-print:before {
  content: "\E045";
}
.glyphicon-camera:before {
  content: "\E046";
}
.glyphicon-font:before {
  content: "\E047";
}
.glyphicon-bold:before {
  content: "\E048";
}
.glyphicon-italic:before {
  content: "\E049";
}
.glyphicon-text-height:before {
  content: "\E050";
}
.glyphicon-text-width:before {
  content: "\E051";
}
.glyphicon-align-left:before {
  content: "\E052";
}
.glyphicon-align-center:before {
  content: "\E053";
}
.glyphicon-align-right:before {
  content: "\E054";
}
.glyphicon-align-justify:before {
  content: "\E055";
}
.glyphicon-list:before {
  content: "\E056";
}
.glyphicon-indent-left:before {
  content: "\E057";
}
.glyphicon-indent-right:before {
  content: "\E058";
}
.glyphicon-facetime-video:before {
  content: "\E059";
}
.glyphicon-picture:before {
  content: "\E060";
}
.glyphicon-map-marker:before {
  content: "\E062";
}
.glyphicon-adjust:before {
  content: "\E063";
}
.glyphicon-tint:before {
  content: "\E064";
}
.glyphicon-edit:before {
  content: "\E065";
}
.glyphicon-share:before {
  content: "\E066";
}
.glyphicon-check:before {
  content: "\E067";
}
.glyphicon-move:before {
  content: "\E068";
}
.glyphicon-step-backward:before {
  content: "\E069";
}
.glyphicon-fast-backward:before {
  content: "\E070";
}
.glyphicon-backward:before {
  content: "\E071";
}
.glyphicon-play:before {
  content: "\E072";
}
.glyphicon-pause:before {
  content: "\E073";
}
.glyphicon-stop:before {
  content: "\E074";
}
.glyphicon-forward:before {
  content: "\E075";
}
.glyphicon-fast-forward:before {
  content: "\E076";
}
.glyphicon-step-forward:before {
  content: "\E077";
}
.glyphicon-eject:before {
  content: "\E078";
}
.glyphicon-chevron-left:before {
  content: "\E079";
}
.glyphicon-chevron-right:before {
  content: "\E080";
}
.glyphicon-plus-sign:before {
  content: "\E081";
}
.glyphicon-minus-sign:before {
  content: "\E082";
}
.glyphicon-remove-sign:before {
  content: "\E083";
}
.glyphicon-ok-sign:before {
  content: "\E084";
}
.glyphicon-question-sign:before {
  content: "\E085";
}
.glyphicon-info-sign:before {
  content: "\E086";
}
.glyphicon-screenshot:before {
  content: "\E087";
}
.glyphicon-remove-circle:before {
  content: "\E088";
}
.glyphicon-ok-circle:before {
  content: "\E089";
}
.glyphicon-ban-circle:before {
  content: "\E090";
}
.glyphicon-arrow-left:before {
  content: "\E091";
}
.glyphicon-arrow-right:before {
  content: "\E092";
}
.glyphicon-arrow-up:before {
  content: "\E093";
}
.glyphicon-arrow-down:before {
  content: "\E094";
}
.glyphicon-share-alt:before {
  content: "\E095";
}
.glyphicon-resize-full:before {
  content: "\E096";
}
.glyphicon-resize-small:before {
  content: "\E097";
}
.glyphicon-exclamation-sign:before {
  content: "\E101";
}
.glyphicon-gift:before {
  content: "\E102";
}
.glyphicon-leaf:before {
  content: "\E103";
}
.glyphicon-fire:before {
  content: "\E104";
}
.glyphicon-eye-open:before {
  content: "\E105";
}
.glyphicon-eye-close:before {
  content: "\E106";
}
.glyphicon-warning-sign:before {
  content: "\E107";
}
.glyphicon-plane:before {
  content: "\E108";
}
.glyphicon-calendar:before {
  content: "\E109";
}
.glyphicon-random:before {
  content: "\E110";
}
.glyphicon-comment:before {
  content: "\E111";
}
.glyphicon-magnet:before {
  content: "\E112";
}
.glyphicon-chevron-up:before {
  content: "\E113";
}
.glyphicon-chevron-down:before {
  content: "\E114";
}
.glyphicon-retweet:before {
  content: "\E115";
}
.glyphicon-shopping-cart:before {
  content: "\E116";
}
.glyphicon-folder-close:before {
  content: "\E117";
}
.glyphicon-folder-open:before {
  content: "\E118";
}
.glyphicon-resize-vertical:before {
  content: "\E119";
}
.glyphicon-resize-horizontal:before {
  content: "\E120";
}
.glyphicon-hdd:before {
  content: "\E121";
}
.glyphicon-bullhorn:before {
  content: "\E122";
}
.glyphicon-bell:before {
  content: "\E123";
}
.glyphicon-certificate:before {
  content: "\E124";
}
.glyphicon-thumbs-up:before {
  content: "\E125";
}
.glyphicon-thumbs-down:before {
  content: "\E126";
}
.glyphicon-hand-right:before {
  content: "\E127";
}
.glyphicon-hand-left:before {
  content: "\E128";
}
.glyphicon-hand-up:before {
  content: "\E129";
}
.glyphicon-hand-down:before {
  content: "\E130";
}
.glyphicon-circle-arrow-right:before {
  content: "\E131";
}
.glyphicon-circle-arrow-left:before {
  content: "\E132";
}
.glyphicon-circle-arrow-up:before {
  content: "\E133";
}
.glyphicon-circle-arrow-down:before {
  content: "\E134";
}
.glyphicon-globe:before {
  content: "\E135";
}
.glyphicon-wrench:before {
  content: "\E136";
}
.glyphicon-tasks:before {
  content: "\E137";
}
.glyphicon-filter:before {
  content: "\E138";
}
.glyphicon-briefcase:before {
  content: "\E139";
}
.glyphicon-fullscreen:before {
  content: "\E140";
}
.glyphicon-dashboard:before {
  content: "\E141";
}
.glyphicon-paperclip:before {
  content: "\E142";
}
.glyphicon-heart-empty:before {
  content: "\E143";
}
.glyphicon-link:before {
  content: "\E144";
}
.glyphicon-phone:before {
  content: "\E145";
}
.glyphicon-pushpin:before {
  content: "\E146";
}
.glyphicon-usd:before {
  content: "\E148";
}
.glyphicon-gbp:before {
  content: "\E149";
}
.glyphicon-sort:before {
  content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}
.glyphicon-sort-by-order:before {
  content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}
.glyphicon-sort-by-attributes:before {
  content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}
.glyphicon-unchecked:before {
  content: "\E157";
}
.glyphicon-expand:before {
  content: "\E158";
}
.glyphicon-collapse-down:before {
  content: "\E159";
}
.glyphicon-collapse-up:before {
  content: "\E160";
}
.glyphicon-log-in:before {
  content: "\E161";
}
.glyphicon-flash:before {
  content: "\E162";
}
.glyphicon-log-out:before {
  content: "\E163";
}
.glyphicon-new-window:before {
  content: "\E164";
}
.glyphicon-record:before {
  content: "\E165";
}
.glyphicon-save:before {
  content: "\E166";
}
.glyphicon-open:before {
  content: "\E167";
}
.glyphicon-saved:before {
  content: "\E168";
}
.glyphicon-import:before {
  content: "\E169";
}
.glyphicon-export:before {
  content: "\E170";
}
.glyphicon-send:before {
  content: "\E171";
}
.glyphicon-floppy-disk:before {
  content: "\E172";
}
.glyphicon-floppy-saved:before {
  content: "\E173";
}
.glyphicon-floppy-remove:before {
  content: "\E174";
}
.glyphicon-floppy-save:before {
  content: "\E175";
}
.glyphicon-floppy-open:before {
  content: "\E176";
}
.glyphicon-credit-card:before {
  content: "\E177";
}
.glyphicon-transfer:before {
  content: "\E178";
}
.glyphicon-cutlery:before {
  content: "\E179";
}
.glyphicon-header:before {
  content: "\E180";
}
.glyphicon-compressed:before {
  content: "\E181";
}
.glyphicon-earphone:before {
  content: "\E182";
}
.glyphicon-phone-alt:before {
  content: "\E183";
}
.glyphicon-tower:before {
  content: "\E184";
}
.glyphicon-stats:before {
  content: "\E185";
}
.glyphicon-sd-video:before {
  content: "\E186";
}
.glyphicon-hd-video:before {
  content: "\E187";
}
.glyphicon-subtitles:before {
  content: "\E188";
}
.glyphicon-sound-stereo:before {
  content: "\E189";
}
.glyphicon-sound-dolby:before {
  content: "\E190";
}
.glyphicon-sound-5-1:before {
  content: "\E191";
}
.glyphicon-sound-6-1:before {
  content: "\E192";
}
.glyphicon-sound-7-1:before {
  content: "\E193";
}
.glyphicon-copyright-mark:before {
  content: "\E194";
}
.glyphicon-registration-mark:before {
  content: "\E195";
}
.glyphicon-cloud-download:before {
  content: "\E197";
}
.glyphicon-cloud-upload:before {
  content: "\E198";
}
.glyphicon-tree-conifer:before {
  content: "\E199";
}
.glyphicon-tree-deciduous:before {
  content: "\E200";
}
.glyphicon-cd:before {
  content: "\E201";
}
.glyphicon-save-file:before {
  content: "\E202";
}
.glyphicon-open-file:before {
  content: "\E203";
}
.glyphicon-level-up:before {
  content: "\E204";
}
.glyphicon-copy:before {
  content: "\E205";
}
.glyphicon-paste:before {
  content: "\E206";
}
.glyphicon-alert:before {
  content: "\E209";
}
.glyphicon-equalizer:before {
  content: "\E210";
}
.glyphicon-king:before {
  content: "\E211";
}
.glyphicon-queen:before {
  content: "\E212";
}
.glyphicon-pawn:before {
  content: "\E213";
}
.glyphicon-bishop:before {
  content: "\E214";
}
.glyphicon-knight:before {
  content: "\E215";
}
.glyphicon-baby-formula:before {
  content: "\E216";
}
.glyphicon-tent:before {
  content: "\26FA";
}
.glyphicon-blackboard:before {
  content: "\E218";
}
.glyphicon-bed:before {
  content: "\E219";
}
.glyphicon-apple:before {
  content: "\F8FF";
}
.glyphicon-erase:before {
  content: "\E221";
}
.glyphicon-hourglass:before {
  content: "\231B";
}
.glyphicon-lamp:before {
  content: "\E223";
}
.glyphicon-duplicate:before {
  content: "\E224";
}
.glyphicon-piggy-bank:before {
  content: "\E225";
}
.glyphicon-scissors:before {
  content: "\E226";
}
.glyphicon-bitcoin:before {
  content: "\E227";
}
.glyphicon-btc:before {
  content: "\E227";
}
.glyphicon-xbt:before {
  content: "\E227";
}
.glyphicon-yen:before {
  content: "\A5";
}
.glyphicon-jpy:before {
  content: "\A5";
}
.glyphicon-ruble:before {
  content: "\20BD";
}
.glyphicon-rub:before {
  content: "\20BD";
}
.glyphicon-scale:before {
  content: "\E230";
}
.glyphicon-ice-lolly:before {
  content: "\E231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}
.glyphicon-education:before {
  content: "\E233";
}
.glyphicon-option-horizontal:before {
  content: "\E234";
}
.glyphicon-option-vertical:before {
  content: "\E235";
}
.glyphicon-menu-hamburger:before {
  content: "\E236";
}
.glyphicon-modal-window:before {
  content: "\E237";
}
.glyphicon-oil:before {
  content: "\E238";
}
.glyphicon-grain:before {
  content: "\E239";
}
.glyphicon-sunglasses:before {
  content: "\E240";
}
.glyphicon-text-size:before {
  content: "\E241";
}
.glyphicon-text-color:before {
  content: "\E242";
}
.glyphicon-text-background:before {
  content: "\E243";
}
.glyphicon-object-align-top:before {
  content: "\E244";
}
.glyphicon-object-align-bottom:before {
  content: "\E245";
}
.glyphicon-object-align-horizontal:before {
  content: "\E246";
}
.glyphicon-object-align-left:before {
  content: "\E247";
}
.glyphicon-object-align-vertical:before {
  content: "\E248";
}
.glyphicon-object-align-right:before {
  content: "\E249";
}
.glyphicon-triangle-right:before {
  content: "\E250";
}
.glyphicon-triangle-left:before {
  content: "\E251";
}
.glyphicon-triangle-bottom:before {
  content: "\E252";
}
.glyphicon-triangle-top:before {
  content: "\E253";
}
.glyphicon-console:before {
  content: "\E254";
}
.glyphicon-superscript:before {
  content: "\E255";
}
.glyphicon-subscript:before {
  content: "\E256";
}
.glyphicon-menu-left:before {
  content: "\E257";
}
.glyphicon-menu-right:before {
  content: "\E258";
}
.glyphicon-menu-down:before {
  content: "\E259";
}
.glyphicon-menu-up:before {
  content: "\E260";
}/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 1, 2016, 12:47:23 AM
    Author     : Max
*/

@font-face {
	font-family: 'icomoon';
	src:url('/assets/fonts/icomoon/icomoon.eot?3p0rtw');
	src:url('/assets/fonts/icomoon/icomoon.eot?#iefix3p0rtw') format('embedded-opentype'),
		url('/assets/fonts/icomoon/icomoon.woff?3p0rtw') format('woff'),
		url('/assets/fonts/icomoon/icomoon.ttf?3p0rtw') format('truetype'),
		url('/assets/fonts/icomoon/icomoon.svg?3p0rtw#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;
	min-width: 1em;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
	position: relative;
	top: -1px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icomoon.icon-2x {
	font-size: 32px;
}
.icomoon.icon-3x {
	font-size: 48px;
}

.icomoon.icon-bordered {
	padding: 5px;
	border: 2px solid;
	border-radius: 50%;
}

.icomoon.icon-home:before{content:"\E900";}
.icomoon.icon-home2:before{content:"\E901";}
.icomoon.icon-home5:before{content:"\E904";}
.icomoon.icon-home7:before{content:"\E906";}
.icomoon.icon-home8:before{content:"\E907";}
.icomoon.icon-home9:before{content:"\E908";}
.icomoon.icon-office:before{content:"\E909";}
.icomoon.icon-city:before{content:"\E90A";}
.icomoon.icon-newspaper:before{content:"\E90B";}
.icomoon.icon-magazine:before{content:"\E90C";}
.icomoon.icon-design:before{content:"\E90D";}
.icomoon.icon-pencil:before{content:"\E90E";}
.icomoon.icon-pencil3:before{content:"\E910";}
.icomoon.icon-pencil4:before{content:"\E911";}
.icomoon.icon-pencil5:before{content:"\E912";}
.icomoon.icon-pencil6:before{content:"\E913";}
.icomoon.icon-pencil7:before{content:"\E914";}
.icomoon.icon-eraser:before{content:"\E915";}
.icomoon.icon-eraser2:before{content:"\E916";}
.icomoon.icon-eraser3:before{content:"\E917";}
.icomoon.icon-quill2:before{content:"\E919";}
.icomoon.icon-quill4:before{content:"\E91B";}
.icomoon.icon-pen:before{content:"\E91C";}
.icomoon.icon-pen-plus:before{content:"\E91D";}
.icomoon.icon-pen-minus:before{content:"\E91E";}
.icomoon.icon-pen2:before{content:"\E91F";}
.icomoon.icon-blog:before{content:"\E925";}
.icomoon.icon-pen6:before{content:"\E927";}
.icomoon.icon-brush:before{content:"\E928";}
.icomoon.icon-spray:before{content:"\E929";}
.icomoon.icon-color-sampler:before{content:"\E92C";}
.icomoon.icon-toggle:before{content:"\E92D";}
.icomoon.icon-bucket:before{content:"\E92E";}
.icomoon.icon-gradient:before{content:"\E930";}
.icomoon.icon-eyedropper:before{content:"\E931";}
.icomoon.icon-eyedropper2:before{content:"\E932";}
.icomoon.icon-eyedropper3:before{content:"\E933";}
.icomoon.icon-droplet:before{content:"\E934";}
.icomoon.icon-droplet2:before{content:"\E935";}
.icomoon.icon-color-clear:before{content:"\E937";}
.icomoon.icon-paint-format:before{content:"\E938";}
.icomoon.icon-stamp:before{content:"\E939";}
.icomoon.icon-image2:before{content:"\E93C";}
.icomoon.icon-image-compare:before{content:"\E93D";}
.icomoon.icon-images2:before{content:"\E93E";}
.icomoon.icon-image3:before{content:"\E93F";}
.icomoon.icon-images3:before{content:"\E940";}
.icomoon.icon-image4:before{content:"\E941";}
.icomoon.icon-image5:before{content:"\E942";}
.icomoon.icon-camera:before{content:"\E944";}
.icomoon.icon-shutter:before{content:"\E947";}
.icomoon.icon-headphones:before{content:"\E948";}
.icomoon.icon-headset:before{content:"\E949";}
.icomoon.icon-music:before{content:"\E94A";}
.icomoon.icon-album:before{content:"\E950";}
.icomoon.icon-tape:before{content:"\E952";}
.icomoon.icon-piano:before{content:"\E953";}
.icomoon.icon-speakers:before{content:"\E956";}
.icomoon.icon-play:before{content:"\E957";}
.icomoon.icon-clapboard-play:before{content:"\E959";}
.icomoon.icon-clapboard:before{content:"\E95A";}
.icomoon.icon-media:before{content:"\E95B";}
.icomoon.icon-presentation:before{content:"\E95C";}
.icomoon.icon-movie:before{content:"\E95D";}
.icomoon.icon-film:before{content:"\E95E";}
.icomoon.icon-film2:before{content:"\E95F";}
.icomoon.icon-film3:before{content:"\E960";}
.icomoon.icon-film4:before{content:"\E961";}
.icomoon.icon-video-camera:before{content:"\E962";}
.icomoon.icon-video-camera2:before{content:"\E963";}
.icomoon.icon-video-camera-slash:before{content:"\E964";}
.icomoon.icon-video-camera3:before{content:"\E965";}
.icomoon.icon-dice:before{content:"\E96A";}
.icomoon.icon-chess-king:before{content:"\E972";}
.icomoon.icon-chess-queen:before{content:"\E973";}
.icomoon.icon-chess:before{content:"\E978";}
.icomoon.icon-megaphone:before{content:"\E97A";}
.icomoon.icon-new:before{content:"\E97B";}
.icomoon.icon-connection:before{content:"\E97C";}
.icomoon.icon-station:before{content:"\E981";}
.icomoon.icon-satellite-dish2:before{content:"\E98A";}
.icomoon.icon-feed:before{content:"\E9B3";}
.icomoon.icon-mic2:before{content:"\E9CE";}
.icomoon.icon-mic-off2:before{content:"\E9E0";}
.icomoon.icon-book:before{content:"\E9E1";}
.icomoon.icon-book2:before{content:"\E9E9";}
.icomoon.icon-book-play:before{content:"\E9FD";}
.icomoon.icon-book3:before{content:"\EA01";}
.icomoon.icon-bookmark:before{content:"\EA02";}
.icomoon.icon-books:before{content:"\EA03";}
.icomoon.icon-archive:before{content:"\EA04";}
.icomoon.icon-reading:before{content:"\EA05";}
.icomoon.icon-library2:before{content:"\EA06";}
.icomoon.icon-graduation2:before{content:"\EA07";}
.icomoon.icon-file-text:before{content:"\EA08";}
.icomoon.icon-profile:before{content:"\EA09";}
.icomoon.icon-file-empty:before{content:"\EA0A";}
.icomoon.icon-file-empty2:before{content:"\EA0B";}
.icomoon.icon-files-empty:before{content:"\EA0C";}
.icomoon.icon-files-empty2:before{content:"\EA0D";}
.icomoon.icon-file-plus:before{content:"\EA0E";}
.icomoon.icon-file-plus2:before{content:"\EA0F";}
.icomoon.icon-file-minus:before{content:"\EA10";}
.icomoon.icon-file-minus2:before{content:"\EA11";}
.icomoon.icon-file-download:before{content:"\EA12";}
.icomoon.icon-file-download2:before{content:"\EA13";}
.icomoon.icon-file-upload:before{content:"\EA14";}
.icomoon.icon-file-upload2:before{content:"\EA15";}
.icomoon.icon-file-check:before{content:"\EA16";}
.icomoon.icon-file-check2:before{content:"\EA17";}
.icomoon.icon-file-eye:before{content:"\EA18";}
.icomoon.icon-file-eye2:before{content:"\EA19";}
.icomoon.icon-file-text2:before{content:"\EA1A";}
.icomoon.icon-file-text3:before{content:"\EA1B";}
.icomoon.icon-file-picture:before{content:"\EA1C";}
.icomoon.icon-file-picture2:before{content:"\EA1D";}
.icomoon.icon-file-music:before{content:"\EA1E";}
.icomoon.icon-file-music2:before{content:"\EA1F";}
.icomoon.icon-file-play:before{content:"\EA20";}
.icomoon.icon-file-play2:before{content:"\EA21";}
.icomoon.icon-file-video:before{content:"\EA22";}
.icomoon.icon-file-video2:before{content:"\EA23";}
.icomoon.icon-copy:before{content:"\EA24";}
.icomoon.icon-copy2:before{content:"\EA25";}
.icomoon.icon-file-zip:before{content:"\EA26";}
.icomoon.icon-file-zip2:before{content:"\EA27";}
.icomoon.icon-file-xml:before{content:"\EA28";}
.icomoon.icon-file-xml2:before{content:"\EA29";}
.icomoon.icon-file-css:before{content:"\EA2A";}
.icomoon.icon-file-css2:before{content:"\EA2B";}
.icomoon.icon-file-presentation:before{content:"\EA2C";}
.icomoon.icon-file-presentation2:before{content:"\EA2D";}
.icomoon.icon-file-stats:before{content:"\EA2E";}
.icomoon.icon-file-stats2:before{content:"\EA2F";}
.icomoon.icon-file-locked:before{content:"\EA30";}
.icomoon.icon-file-locked2:before{content:"\EA31";}
.icomoon.icon-file-spreadsheet:before{content:"\EA32";}
.icomoon.icon-file-spreadsheet2:before{content:"\EA33";}
.icomoon.icon-copy3:before{content:"\EA34";}
.icomoon.icon-copy4:before{content:"\EA35";}
.icomoon.icon-paste:before{content:"\EA36";}
.icomoon.icon-paste2:before{content:"\EA37";}
.icomoon.icon-paste3:before{content:"\EA38";}
.icomoon.icon-paste4:before{content:"\EA39";}
.icomoon.icon-stack:before{content:"\EA3A";}
.icomoon.icon-stack2:before{content:"\EA3B";}
.icomoon.icon-stack3:before{content:"\EA3C";}
.icomoon.icon-folder:before{content:"\EA3D";}
.icomoon.icon-folder-search:before{content:"\EA3E";}
.icomoon.icon-folder-download:before{content:"\EA3F";}
.icomoon.icon-folder-upload:before{content:"\EA40";}
.icomoon.icon-folder-plus:before{content:"\EA41";}
.icomoon.icon-folder-plus2:before{content:"\EA42";}
.icomoon.icon-folder-minus:before{content:"\EA43";}
.icomoon.icon-folder-minus2:before{content:"\EA44";}
.icomoon.icon-folder-check:before{content:"\EA45";}
.icomoon.icon-folder-heart:before{content:"\EA46";}
.icomoon.icon-folder-remove:before{content:"\EA47";}
.icomoon.icon-folder2:before{content:"\EA48";}
.icomoon.icon-folder-open:before{content:"\EA49";}
.icomoon.icon-folder3:before{content:"\EA4A";}
.icomoon.icon-folder4:before{content:"\EA4B";}
.icomoon.icon-folder-plus3:before{content:"\EA4C";}
.icomoon.icon-folder-minus3:before{content:"\EA4D";}
.icomoon.icon-folder-plus4:before{content:"\EA4E";}
.icomoon.icon-folder-minus4:before{content:"\EA4F";}
.icomoon.icon-folder-download2:before{content:"\EA50";}
.icomoon.icon-folder-upload2:before{content:"\EA51";}
.icomoon.icon-folder-download3:before{content:"\EA52";}
.icomoon.icon-folder-upload3:before{content:"\EA53";}
.icomoon.icon-folder5:before{content:"\EA54";}
.icomoon.icon-folder-open2:before{content:"\EA55";}
.icomoon.icon-folder6:before{content:"\EA56";}
.icomoon.icon-folder-open3:before{content:"\EA57";}
.icomoon.icon-certificate:before{content:"\EA58";}
.icomoon.icon-cc:before{content:"\EA59";}
.icomoon.icon-price-tag:before{content:"\EA5A";}
.icomoon.icon-price-tag2:before{content:"\EA5B";}
.icomoon.icon-price-tags:before{content:"\EA5C";}
.icomoon.icon-price-tag3:before{content:"\EA5D";}
.icomoon.icon-price-tags2:before{content:"\EA5E";}
.icomoon.icon-barcode2:before{content:"\EA5F";}
.icomoon.icon-qrcode:before{content:"\EA60";}
.icomoon.icon-ticket:before{content:"\EA61";}
.icomoon.icon-theater:before{content:"\EA62";}
.icomoon.icon-store:before{content:"\EA63";}
.icomoon.icon-store2:before{content:"\EA64";}
.icomoon.icon-cart:before{content:"\EA65";}
.icomoon.icon-cart2:before{content:"\EA66";}
.icomoon.icon-cart4:before{content:"\EA67";}
.icomoon.icon-cart5:before{content:"\EA68";}
.icomoon.icon-cart-add:before{content:"\EA69";}
.icomoon.icon-cart-add2:before{content:"\EA6A";}
.icomoon.icon-cart-remove:before{content:"\EA6B";}
.icomoon.icon-basket:before{content:"\EA6C";}
.icomoon.icon-bag:before{content:"\EA6D";}
.icomoon.icon-percent:before{content:"\EA6F";}
.icomoon.icon-coins:before{content:"\EA70";}
.icomoon.icon-coin-dollar:before{content:"\EA71";}
.icomoon.icon-coin-euro:before{content:"\EA72";}
.icomoon.icon-coin-pound:before{content:"\EA73";}
.icomoon.icon-coin-yen:before{content:"\EA74";}
.icomoon.icon-piggy-bank:before{content:"\EA75";}
.icomoon.icon-wallet:before{content:"\EA76";}
.icomoon.icon-cash:before{content:"\EA77";}
.icomoon.icon-cash2:before{content:"\EA78";}
.icomoon.icon-cash3:before{content:"\EA79";}
.icomoon.icon-cash4:before{content:"\EA7A";}
.icomoon.icon-credit-card:before{content:"\EA6E";}
.icomoon.icon-credit-card2:before{content:"\EA7B";}
.icomoon.icon-calculator4:before{content:"\EA7C";}
.icomoon.icon-calculator2:before{content:"\EA7D";}
.icomoon.icon-calculator3:before{content:"\EA7E";}
.icomoon.icon-chip:before{content:"\EA7F";}
.icomoon.icon-lifebuoy:before{content:"\EA80";}
.icomoon.icon-phone:before{content:"\EA81";}
.icomoon.icon-phone2:before{content:"\EA82";}
.icomoon.icon-phone-slash:before{content:"\EA83";}
.icomoon.icon-phone-wave:before{content:"\EA84";}
.icomoon.icon-phone-plus:before{content:"\EA85";}
.icomoon.icon-phone-minus:before{content:"\EA86";}
.icomoon.icon-phone-plus2:before{content:"\EA87";}
.icomoon.icon-phone-minus2:before{content:"\EA88";}
.icomoon.icon-phone-incoming:before{content:"\EA89";}
.icomoon.icon-phone-outgoing:before{content:"\EA8A";}
.icomoon.icon-phone-hang-up:before{content:"\EA8E";}
.icomoon.icon-address-book:before{content:"\EA90";}
.icomoon.icon-address-book2:before{content:"\EA91";}
.icomoon.icon-address-book3:before{content:"\EA92";}
.icomoon.icon-notebook:before{content:"\EA93";}
.icomoon.icon-envelop:before{content:"\EA94";}
.icomoon.icon-envelop2:before{content:"\EA95";}
.icomoon.icon-envelop3:before{content:"\EA96";}
.icomoon.icon-envelop4:before{content:"\EA97";}
.icomoon.icon-envelop5:before{content:"\EA98";}
.icomoon.icon-mailbox:before{content:"\EA99";}
.icomoon.icon-pushpin:before{content:"\EA9A";}
.icomoon.icon-location3:before{content:"\EA9D";}
.icomoon.icon-location4:before{content:"\EA9E";}
.icomoon.icon-compass4:before{content:"\EA9F";}
.icomoon.icon-map:before{content:"\EAA0";}
.icomoon.icon-map4:before{content:"\EAA1";}
.icomoon.icon-map5:before{content:"\EAA2";}
.icomoon.icon-direction:before{content:"\EAA3";}
.icomoon.icon-reset:before{content:"\EAA4";}
.icomoon.icon-history:before{content:"\EAA5";}
.icomoon.icon-watch:before{content:"\EAA6";}
.icomoon.icon-watch2:before{content:"\EAA7";}
.icomoon.icon-alarm:before{content:"\EAA8";}
.icomoon.icon-alarm-add:before{content:"\EAA9";}
.icomoon.icon-alarm-check:before{content:"\EAAA";}
.icomoon.icon-alarm-cancel:before{content:"\EAAB";}
.icomoon.icon-bell2:before{content:"\EAAC";}
.icomoon.icon-bell3:before{content:"\EAAD";}
.icomoon.icon-bell-plus:before{content:"\EAAE";}
.icomoon.icon-bell-minus:before{content:"\EAAF";}
.icomoon.icon-bell-check:before{content:"\EAB0";}
.icomoon.icon-bell-cross:before{content:"\EAB1";}
.icomoon.icon-calendar:before{content:"\EAB2";}
.icomoon.icon-calendar2:before{content:"\EAB3";}
.icomoon.icon-calendar3:before{content:"\EAB4";}
.icomoon.icon-calendar52:before{content:"\EAB6";}
.icomoon.icon-printer:before{content:"\EAB7";}
.icomoon.icon-printer2:before{content:"\EAB8";}
.icomoon.icon-printer4:before{content:"\EAB9";}
.icomoon.icon-shredder:before{content:"\EABA";}
.icomoon.icon-mouse:before{content:"\EABB";}
.icomoon.icon-mouse-left:before{content:"\EABC";}
.icomoon.icon-mouse-right:before{content:"\EABD";}
.icomoon.icon-keyboard:before{content:"\EABE";}
.icomoon.icon-typewriter:before{content:"\EABF";}
.icomoon.icon-display:before{content:"\EAC0";}
.icomoon.icon-display4:before{content:"\EAC1";}
.icomoon.icon-laptop:before{content:"\EAC2";}
.icomoon.icon-mobile:before{content:"\EAC3";}
.icomoon.icon-mobile2:before{content:"\EAC4";}
.icomoon.icon-tablet:before{content:"\EAC5";}
.icomoon.icon-mobile3:before{content:"\EAC6";}
.icomoon.icon-tv:before{content:"\EAC7";}
.icomoon.icon-radio:before{content:"\EAC8";}
.icomoon.icon-cabinet:before{content:"\EAC9";}
.icomoon.icon-drawer:before{content:"\EACA";}
.icomoon.icon-drawer2:before{content:"\EACB";}
.icomoon.icon-drawer-out:before{content:"\EACC";}
.icomoon.icon-drawer-in:before{content:"\EACD";}
.icomoon.icon-drawer3:before{content:"\EACE";}
.icomoon.icon-box:before{content:"\EACF";}
.icomoon.icon-box-add:before{content:"\EAD0";}
.icomoon.icon-box-remove:before{content:"\EAD1";}
.icomoon.icon-download:before{content:"\EAD2";}
.icomoon.icon-upload:before{content:"\EAD3";}
.icomoon.icon-floppy-disk:before{content:"\EAD4";}
.icomoon.icon-floppy-disks:before{content:"\EAD5";}
.icomoon.icon-usb-stick:before{content:"\EAD6";}
.icomoon.icon-drive:before{content:"\EAD7";}
.icomoon.icon-server:before{content:"\EAD8";}
.icomoon.icon-database:before{content:"\EAD9";}
.icomoon.icon-database2:before{content:"\EADA";}
.icomoon.icon-database4:before{content:"\EADB";}
.icomoon.icon-database-menu:before{content:"\EADC";}
.icomoon.icon-database-add:before{content:"\EADD";}
.icomoon.icon-database-remove:before{content:"\EADE";}
.icomoon.icon-database-insert:before{content:"\EADF";}
.icomoon.icon-database-export:before{content:"\EAE0";}
.icomoon.icon-database-upload:before{content:"\EAE1";}
.icomoon.icon-database-refresh:before{content:"\EAE2";}
.icomoon.icon-database-diff:before{content:"\EAE3";}
.icomoon.icon-database-edit2:before{content:"\EAE5";}
.icomoon.icon-database-check:before{content:"\EAE6";}
.icomoon.icon-database-arrow:before{content:"\EAE7";}
.icomoon.icon-database-time2:before{content:"\EAE9";}
.icomoon.icon-undo:before{content:"\EAEA";}
.icomoon.icon-redo:before{content:"\EAEB";}
.icomoon.icon-rotate-ccw:before{content:"\EAEC";}
.icomoon.icon-rotate-cw:before{content:"\EAED";}
.icomoon.icon-rotate-ccw2:before{content:"\EAEE";}
.icomoon.icon-rotate-cw2:before{content:"\EAEF";}
.icomoon.icon-rotate-ccw3:before{content:"\EAF0";}
.icomoon.icon-rotate-cw3:before{content:"\EAF1";}
.icomoon.icon-flip-vertical2:before{content:"\EAF2";}
.icomoon.icon-flip-horizontal2:before{content:"\EAF3";}
.icomoon.icon-flip-vertical3:before{content:"\EAF4";}
.icomoon.icon-flip-vertical4:before{content:"\EAF5";}
.icomoon.icon-angle:before{content:"\EAF6";}
.icomoon.icon-shear:before{content:"\EAF7";}
.icomoon.icon-align-left:before{content:"\EAFC";}
.icomoon.icon-align-center-horizontal:before{content:"\EAFD";}
.icomoon.icon-align-right:before{content:"\EAFE";}
.icomoon.icon-align-top:before{content:"\EAFF";}
.icomoon.icon-align-center-vertical:before{content:"\EB00";}
.icomoon.icon-align-bottom:before{content:"\EB01";}
.icomoon.icon-undo2:before{content:"\EB02";}
.icomoon.icon-redo2:before{content:"\EB03";}
.icomoon.icon-forward:before{content:"\EB04";}
.icomoon.icon-reply:before{content:"\EB05";}
.icomoon.icon-reply-all:before{content:"\EB06";}
.icomoon.icon-bubble:before{content:"\EB07";}
.icomoon.icon-bubbles:before{content:"\EB08";}
.icomoon.icon-bubbles2:before{content:"\EB09";}
.icomoon.icon-bubble2:before{content:"\EB0A";}
.icomoon.icon-bubbles3:before{content:"\EB0B";}
.icomoon.icon-bubbles4:before{content:"\EB0C";}
.icomoon.icon-bubble-notification:before{content:"\EB0D";}
.icomoon.icon-bubbles5:before{content:"\EB0E";}
.icomoon.icon-bubbles6:before{content:"\EB0F";}
.icomoon.icon-bubble6:before{content:"\EB10";}
.icomoon.icon-bubbles7:before{content:"\EB11";}
.icomoon.icon-bubble7:before{content:"\EB12";}
.icomoon.icon-bubbles8:before{content:"\EB13";}
.icomoon.icon-bubble8:before{content:"\EB14";}
.icomoon.icon-bubble-dots3:before{content:"\EB15";}
.icomoon.icon-bubble-lines3:before{content:"\EB16";}
.icomoon.icon-bubble9:before{content:"\EB17";}
.icomoon.icon-bubble-dots4:before{content:"\EB18";}
.icomoon.icon-bubble-lines4:before{content:"\EB19";}
.icomoon.icon-bubbles9:before{content:"\EB1A";}
.icomoon.icon-bubbles10:before{content:"\EB1B";}
.icomoon.icon-user:before{content:"\EB33";}
.icomoon.icon-users:before{content:"\EB34";}
.icomoon.icon-user-plus:before{content:"\EB35";}
.icomoon.icon-user-minus:before{content:"\EB36";}
.icomoon.icon-user-cancel:before{content:"\EB37";}
.icomoon.icon-user-block:before{content:"\EB38";}
.icomoon.icon-user-lock:before{content:"\EB39";}
.icomoon.icon-user-check:before{content:"\EB3A";}
.icomoon.icon-users2:before{content:"\EB3B";}
.icomoon.icon-users4:before{content:"\EB44";}
.icomoon.icon-user-tie:before{content:"\EB45";}
.icomoon.icon-collaboration:before{content:"\EB46";}
.icomoon.icon-vcard:before{content:"\EB47";}
.icomoon.icon-hat:before{content:"\EBB8";}
.icomoon.icon-bowtie:before{content:"\EBB9";}
.icomoon.icon-quotes-left:before{content:"\EB49";}
.icomoon.icon-quotes-right:before{content:"\EB4A";}
.icomoon.icon-quotes-left2:before{content:"\EB4B";}
.icomoon.icon-quotes-right2:before{content:"\EB4C";}
.icomoon.icon-hour-glass:before{content:"\EB4D";}
.icomoon.icon-hour-glass2:before{content:"\EB4E";}
.icomoon.icon-hour-glass3:before{content:"\EB4F";}
.icomoon.icon-spinner:before{content:"\EB50";}
.icomoon.icon-spinner2:before{content:"\EB51";}
.icomoon.icon-spinner3:before{content:"\EB52";}
.icomoon.icon-spinner4:before{content:"\EB53";}
.icomoon.icon-spinner6:before{content:"\EB54";}
.icomoon.icon-spinner9:before{content:"\EB55";}
.icomoon.icon-spinner10:before{content:"\EB56";}
.icomoon.icon-spinner11:before{content:"\EB57";}
.icomoon.icon-microscope:before{content:"\EB58";}
.icomoon.icon-enlarge:before{content:"\EB59";}
.icomoon.icon-shrink:before{content:"\EB5A";}
.icomoon.icon-enlarge3:before{content:"\EB5B";}
.icomoon.icon-shrink3:before{content:"\EB5C";}
.icomoon.icon-enlarge5:before{content:"\EB5D";}
.icomoon.icon-shrink5:before{content:"\EB5E";}
.icomoon.icon-enlarge6:before{content:"\EB5F";}
.icomoon.icon-shrink6:before{content:"\EB60";}
.icomoon.icon-enlarge7:before{content:"\EB61";}
.icomoon.icon-shrink7:before{content:"\EB62";}
.icomoon.icon-key:before{content:"\EB63";}
.icomoon.icon-lock:before{content:"\EB65";}
.icomoon.icon-lock2:before{content:"\EB66";}
.icomoon.icon-lock4:before{content:"\EB67";}
.icomoon.icon-unlocked:before{content:"\EB68";}
.icomoon.icon-lock5:before{content:"\EB69";}
.icomoon.icon-unlocked2:before{content:"\EB6A";}
.icomoon.icon-safe:before{content:"\EB6B";}
.icomoon.icon-wrench:before{content:"\EB6C";}
.icomoon.icon-wrench2:before{content:"\EB6D";}
.icomoon.icon-wrench3:before{content:"\EB6E";}
.icomoon.icon-equalizer:before{content:"\EB6F";}
.icomoon.icon-equalizer2:before{content:"\EB70";}
.icomoon.icon-equalizer3:before{content:"\EB71";}
.icomoon.icon-equalizer4:before{content:"\EB72";}
.icomoon.icon-cog:before{content:"\EB73";}
.icomoon.icon-cogs:before{content:"\EB74";}
.icomoon.icon-cog2:before{content:"\EB75";}
.icomoon.icon-cog3:before{content:"\EB76";}
.icomoon.icon-cog4:before{content:"\EB77";}
.icomoon.icon-cog52:before{content:"\EB78";}
.icomoon.icon-cog6:before{content:"\EB79";}
.icomoon.icon-cog7:before{content:"\EB7A";}
.icomoon.icon-hammer:before{content:"\EB7C";}
.icomoon.icon-hammer-wrench:before{content:"\EB7D";}
.icomoon.icon-magic-wand:before{content:"\EB7E";}
.icomoon.icon-magic-wand2:before{content:"\EB7F";}
.icomoon.icon-pulse2:before{content:"\EB80";}
.icomoon.icon-aid-kit:before{content:"\EB81";}
.icomoon.icon-bug2:before{content:"\EB83";}
.icomoon.icon-construction:before{content:"\EB85";}
.icomoon.icon-traffic-cone:before{content:"\EB86";}
.icomoon.icon-traffic-lights:before{content:"\EB87";}
.icomoon.icon-pie-chart:before{content:"\EB88";}
.icomoon.icon-pie-chart2:before{content:"\EB89";}
.icomoon.icon-pie-chart3:before{content:"\EB8A";}
.icomoon.icon-pie-chart4:before{content:"\EB8B";}
.icomoon.icon-pie-chart5:before{content:"\EB8C";}
.icomoon.icon-pie-chart6:before{content:"\EB8D";}
.icomoon.icon-pie-chart7:before{content:"\EB8E";}
.icomoon.icon-stats-dots:before{content:"\EB8F";}
.icomoon.icon-stats-bars:before{content:"\EB90";}
.icomoon.icon-pie-chart8:before{content:"\EB91";}
.icomoon.icon-stats-bars2:before{content:"\EB92";}
.icomoon.icon-stats-bars3:before{content:"\EB93";}
.icomoon.icon-stats-bars4:before{content:"\EB94";}
.icomoon.icon-chart:before{content:"\EB97";}
.icomoon.icon-stats-growth:before{content:"\EB98";}
.icomoon.icon-stats-decline:before{content:"\EB99";}
.icomoon.icon-stats-growth2:before{content:"\EB9A";}
.icomoon.icon-stats-decline2:before{content:"\EB9B";}
.icomoon.icon-stairs-up:before{content:"\EB9C";}
.icomoon.icon-stairs-down:before{content:"\EB9D";}
.icomoon.icon-stairs:before{content:"\EB9E";}
.icomoon.icon-ladder:before{content:"\EBA0";}
.icomoon.icon-rating:before{content:"\EBA1";}
.icomoon.icon-rating2:before{content:"\EBA2";}
.icomoon.icon-rating3:before{content:"\EBA3";}
.icomoon.icon-podium:before{content:"\EBA5";}
.icomoon.icon-stars:before{content:"\EBA6";}
.icomoon.icon-medal-star:before{content:"\EBA7";}
.icomoon.icon-medal:before{content:"\EBA8";}
.icomoon.icon-medal2:before{content:"\EBA9";}
.icomoon.icon-medal-first:before{content:"\EBAA";}
.icomoon.icon-medal-second:before{content:"\EBAB";}
.icomoon.icon-medal-third:before{content:"\EBAC";}
.icomoon.icon-crown:before{content:"\EBAD";}
.icomoon.icon-trophy2:before{content:"\EBAF";}
.icomoon.icon-trophy3:before{content:"\EBB0";}
.icomoon.icon-diamond:before{content:"\EBB1";}
.icomoon.icon-trophy4:before{content:"\EBB2";}
.icomoon.icon-gift:before{content:"\EBB3";}
.icomoon.icon-pipe:before{content:"\EBB6";}
.icomoon.icon-mustache:before{content:"\EBB7";}
.icomoon.icon-cup2:before{content:"\EBC6";}
.icomoon.icon-coffee:before{content:"\EBC8";}
.icomoon.icon-paw:before{content:"\EBD5";}
.icomoon.icon-footprint:before{content:"\EBD6";}
.icomoon.icon-rocket:before{content:"\EBDA";}
.icomoon.icon-meter2:before{content:"\EBDC";}
.icomoon.icon-meter-slow:before{content:"\EBDD";}
.icomoon.icon-meter-fast:before{content:"\EBDF";}
.icomoon.icon-hammer2:before{content:"\EBE1";}
.icomoon.icon-balance:before{content:"\EBE2";}
.icomoon.icon-fire:before{content:"\EBE5";}
.icomoon.icon-fire2:before{content:"\EBE6";}
.icomoon.icon-lab:before{content:"\EBE7";}
.icomoon.icon-atom:before{content:"\EBE8";}
.icomoon.icon-atom2:before{content:"\EBE9";}
.icomoon.icon-bin:before{content:"\EBFA";}
.icomoon.icon-bin2:before{content:"\EBFB";}
.icomoon.icon-briefcase:before{content:"\EBFF";}
.icomoon.icon-briefcase3:before{content:"\EC01";}
.icomoon.icon-airplane2:before{content:"\EC03";}
.icomoon.icon-airplane3:before{content:"\EC04";}
.icomoon.icon-airplane4:before{content:"\EC05";}
.icomoon.icon-paperplane:before{content:"\EC06";}
.icomoon.icon-car:before{content:"\EC07";}
.icomoon.icon-steering-wheel:before{content:"\EC08";}
.icomoon.icon-car2:before{content:"\EC09";}
.icomoon.icon-gas:before{content:"\EC0A";}
.icomoon.icon-bus:before{content:"\EC0B";}
.icomoon.icon-truck:before{content:"\EC0C";}
.icomoon.icon-bike:before{content:"\EC0D";}
.icomoon.icon-road:before{content:"\EC0E";}
.icomoon.icon-train:before{content:"\EC0F";}
.icomoon.icon-train2:before{content:"\EC10";}
.icomoon.icon-ship:before{content:"\EC11";}
.icomoon.icon-boat:before{content:"\EC12";}
.icomoon.icon-chopper:before{content:"\EC13";}
.icomoon.icon-cube:before{content:"\EC15";}
.icomoon.icon-cube2:before{content:"\EC16";}
.icomoon.icon-cube3:before{content:"\EC17";}
.icomoon.icon-cube4:before{content:"\EC18";}
.icomoon.icon-pyramid:before{content:"\EC19";}
.icomoon.icon-pyramid2:before{content:"\EC1A";}
.icomoon.icon-package:before{content:"\EC1B";}
.icomoon.icon-puzzle:before{content:"\EC1C";}
.icomoon.icon-puzzle2:before{content:"\EC1D";}
.icomoon.icon-puzzle3:before{content:"\EC1E";}
.icomoon.icon-puzzle4:before{content:"\EC1F";}
.icomoon.icon-glasses-3d2:before{content:"\EC21";}
.icomoon.icon-brain:before{content:"\EC24";}
.icomoon.icon-accessibility:before{content:"\EC25";}
.icomoon.icon-accessibility2:before{content:"\EC26";}
.icomoon.icon-strategy:before{content:"\EC27";}
.icomoon.icon-target:before{content:"\EC28";}
.icomoon.icon-target2:before{content:"\EC29";}
.icomoon.icon-shield-check:before{content:"\EC2F";}
.icomoon.icon-shield-notice:before{content:"\EC30";}
.icomoon.icon-shield2:before{content:"\EC31";}
.icomoon.icon-racing:before{content:"\EC40";}
.icomoon.icon-finish:before{content:"\EC41";}
.icomoon.icon-power2:before{content:"\EC46";}
.icomoon.icon-power3:before{content:"\EC47";}
.icomoon.icon-switch:before{content:"\EC48";}
.icomoon.icon-switch22:before{content:"\EC49";}
.icomoon.icon-power-cord:before{content:"\EC4A";}
.icomoon.icon-clipboard:before{content:"\EC4D";}
.icomoon.icon-clipboard2:before{content:"\EC4E";}
.icomoon.icon-clipboard3:before{content:"\EC4F";}
.icomoon.icon-clipboard4:before{content:"\EC50";}
.icomoon.icon-clipboard5:before{content:"\EC51";}
.icomoon.icon-clipboard6:before{content:"\EC52";}
.icomoon.icon-playlist:before{content:"\EC53";}
.icomoon.icon-playlist-add:before{content:"\EC54";}
.icomoon.icon-list-numbered:before{content:"\EC55";}
.icomoon.icon-list:before{content:"\EC56";}
.icomoon.icon-list2:before{content:"\EC57";}
.icomoon.icon-more:before{content:"\EC58";}
.icomoon.icon-more2:before{content:"\EC59";}
.icomoon.icon-grid:before{content:"\EC5A";}
.icomoon.icon-grid2:before{content:"\EC5B";}
.icomoon.icon-grid3:before{content:"\EC5C";}
.icomoon.icon-grid4:before{content:"\EC5D";}
.icomoon.icon-grid52:before{content:"\EC5E";}
.icomoon.icon-grid6:before{content:"\EC5F";}
.icomoon.icon-grid7:before{content:"\EC60";}
.icomoon.icon-tree5:before{content:"\EC61";}
.icomoon.icon-tree6:before{content:"\EC62";}
.icomoon.icon-tree7:before{content:"\EC63";}
.icomoon.icon-lan:before{content:"\EC64";}
.icomoon.icon-lan2:before{content:"\EC65";}
.icomoon.icon-lan3:before{content:"\EC66";}
.icomoon.icon-menu:before{content:"\EC67";}
.icomoon.icon-circle-small:before{content:"\EC68";}
.icomoon.icon-menu2:before{content:"\EC69";}
.icomoon.icon-menu3:before{content:"\EC6A";}
.icomoon.icon-menu4:before{content:"\EC6B";}
.icomoon.icon-menu5:before{content:"\EC6C";}
.icomoon.icon-menu62:before{content:"\EC6D";}
.icomoon.icon-menu7:before{content:"\EC6E";}
.icomoon.icon-menu8:before{content:"\EC6F";}
.icomoon.icon-menu9:before{content:"\EC70";}
.icomoon.icon-menu10:before{content:"\EC71";}
.icomoon.icon-cloud:before{content:"\EC72";}
.icomoon.icon-cloud-download:before{content:"\EC73";}
.icomoon.icon-cloud-upload:before{content:"\EC74";}
.icomoon.icon-cloud-check:before{content:"\EC75";}
.icomoon.icon-cloud2:before{content:"\EC76";}
.icomoon.icon-cloud-download2:before{content:"\EC77";}
.icomoon.icon-cloud-upload2:before{content:"\EC78";}
.icomoon.icon-cloud-check2:before{content:"\EC79";}
.icomoon.icon-import:before{content:"\EC7E";}
.icomoon.icon-download4:before{content:"\EC80";}
.icomoon.icon-upload4:before{content:"\EC81";}
.icomoon.icon-download7:before{content:"\EC86";}
.icomoon.icon-upload7:before{content:"\EC87";}
.icomoon.icon-download10:before{content:"\EC8C";}
.icomoon.icon-upload10:before{content:"\EC8D";}
.icomoon.icon-sphere:before{content:"\EC8E";}
.icomoon.icon-sphere3:before{content:"\EC90";}
.icomoon.icon-earth:before{content:"\EC93";}
.icomoon.icon-link:before{content:"\EC96";}
.icomoon.icon-unlink:before{content:"\EC97";}
.icomoon.icon-link2:before{content:"\EC98";}
.icomoon.icon-unlink2:before{content:"\EC99";}
.icomoon.icon-anchor:before{content:"\ECA0";}
.icomoon.icon-flag3:before{content:"\ECA3";}
.icomoon.icon-flag4:before{content:"\ECA4";}
.icomoon.icon-flag7:before{content:"\ECA7";}
.icomoon.icon-flag8:before{content:"\ECA8";}
.icomoon.icon-attachment:before{content:"\ECA9";}
.icomoon.icon-attachment2:before{content:"\ECAA";}
.icomoon.icon-eye:before{content:"\ECAB";}
.icomoon.icon-eye-plus:before{content:"\ECAC";}
.icomoon.icon-eye-minus:before{content:"\ECAD";}
.icomoon.icon-eye-blocked:before{content:"\ECAE";}
.icomoon.icon-eye2:before{content:"\ECAF";}
.icomoon.icon-eye-blocked2:before{content:"\ECB0";}
.icomoon.icon-eye4:before{content:"\ECB3";}
.icomoon.icon-bookmark2:before{content:"\ECB4";}
.icomoon.icon-bookmark3:before{content:"\ECB5";}
.icomoon.icon-bookmarks:before{content:"\ECB6";}
.icomoon.icon-bookmark4:before{content:"\ECB7";}
.icomoon.icon-spotlight2:before{content:"\ECB8";}
.icomoon.icon-starburst:before{content:"\ECB9";}
.icomoon.icon-snowflake:before{content:"\ECBA";}
.icomoon.icon-weather-windy:before{content:"\ECD0";}
.icomoon.icon-fan:before{content:"\ECD1";}
.icomoon.icon-umbrella:before{content:"\ECD2";}
.icomoon.icon-sun3:before{content:"\ECD3";}
.icomoon.icon-contrast:before{content:"\ECD4";}
.icomoon.icon-bed2:before{content:"\ECDA";}
.icomoon.icon-furniture:before{content:"\ECDB";}
.icomoon.icon-chair:before{content:"\ECDC";}
.icomoon.icon-star-empty3:before{content:"\ECE0";}
.icomoon.icon-star-half:before{content:"\ECE1";}
.icomoon.icon-star-full2:before{content:"\ECE2";}
.icomoon.icon-heart5:before{content:"\ECE9";}
.icomoon.icon-heart6:before{content:"\ECEA";}
.icomoon.icon-heart-broken2:before{content:"\ECEB";}
.icomoon.icon-thumbs-up2:before{content:"\ECF2";}
.icomoon.icon-thumbs-down2:before{content:"\ECF4";}
.icomoon.icon-thumbs-up3:before{content:"\ECF5";}
.icomoon.icon-thumbs-down3:before{content:"\ECF6";}
.icomoon.icon-height:before{content:"\ECF7";}
.icomoon.icon-man:before{content:"\ECF8";}
.icomoon.icon-woman:before{content:"\ECF9";}
.icomoon.icon-man-woman:before{content:"\ECFA";}
.icomoon.icon-yin-yang:before{content:"\ECFE";}
.icomoon.icon-cursor:before{content:"\ED23";}
.icomoon.icon-cursor2:before{content:"\ED24";}
.icomoon.icon-lasso2:before{content:"\ED26";}
.icomoon.icon-select2:before{content:"\ED28";}
.icomoon.icon-point-up:before{content:"\ED29";}
.icomoon.icon-point-right:before{content:"\ED2A";}
.icomoon.icon-point-down:before{content:"\ED2B";}
.icomoon.icon-point-left:before{content:"\ED2C";}
.icomoon.icon-pointer:before{content:"\ED2D";}
.icomoon.icon-reminder:before{content:"\ED2E";}
.icomoon.icon-drag-left-right:before{content:"\ED2F";}
.icomoon.icon-drag-left:before{content:"\ED30";}
.icomoon.icon-drag-right:before{content:"\ED31";}
.icomoon.icon-touch:before{content:"\ED32";}
.icomoon.icon-multitouch:before{content:"\ED33";}
.icomoon.icon-touch-zoom:before{content:"\ED34";}
.icomoon.icon-touch-pinch:before{content:"\ED35";}
.icomoon.icon-hand:before{content:"\ED36";}
.icomoon.icon-grab:before{content:"\ED37";}
.icomoon.icon-stack-empty:before{content:"\ED38";}
.icomoon.icon-stack-plus:before{content:"\ED39";}
.icomoon.icon-stack-minus:before{content:"\ED3A";}
.icomoon.icon-stack-star:before{content:"\ED3B";}
.icomoon.icon-stack-picture:before{content:"\ED3C";}
.icomoon.icon-stack-down:before{content:"\ED3D";}
.icomoon.icon-stack-up:before{content:"\ED3E";}
.icomoon.icon-stack-cancel:before{content:"\ED3F";}
.icomoon.icon-stack-check:before{content:"\ED40";}
.icomoon.icon-stack-text:before{content:"\ED41";}
.icomoon.icon-stack4:before{content:"\ED47";}
.icomoon.icon-stack-music:before{content:"\ED48";}
.icomoon.icon-stack-play:before{content:"\ED49";}
.icomoon.icon-move:before{content:"\ED4A";}
.icomoon.icon-dots:before{content:"\ED4B";}
.icomoon.icon-warning:before{content:"\ED4C";}
.icomoon.icon-warning22:before{content:"\ED4D";}
.icomoon.icon-notification2:before{content:"\ED4F";}
.icomoon.icon-question3:before{content:"\ED52";}
.icomoon.icon-question4:before{content:"\ED53";}
.icomoon.icon-plus3:before{content:"\ED5A";}
.icomoon.icon-minus3:before{content:"\ED5B";}
.icomoon.icon-plus-circle2:before{content:"\ED5E";}
.icomoon.icon-minus-circle2:before{content:"\ED5F";}
.icomoon.icon-cancel-circle2:before{content:"\ED63";}
.icomoon.icon-blocked:before{content:"\ED64";}
.icomoon.icon-cancel-square:before{content:"\ED65";}
.icomoon.icon-cancel-square2:before{content:"\ED66";}
.icomoon.icon-spam:before{content:"\ED68";}
.icomoon.icon-cross2:before{content:"\ED6A";}
.icomoon.icon-cross3:before{content:"\ED6B";}
.icomoon.icon-checkmark:before{content:"\ED6C";}
.icomoon.icon-checkmark3:before{content:"\ED6E";}
.icomoon.icon-checkmark2:before{content:"\E372";}
.icomoon.icon-checkmark4:before{content:"\ED6F";}
.icomoon.icon-spell-check:before{content:"\ED71";}
.icomoon.icon-spell-check2:before{content:"\ED72";}
.icomoon.icon-enter:before{content:"\ED73";}
.icomoon.icon-exit:before{content:"\ED74";}
.icomoon.icon-enter2:before{content:"\ED75";}
.icomoon.icon-exit2:before{content:"\ED76";}
.icomoon.icon-enter3:before{content:"\ED77";}
.icomoon.icon-exit3:before{content:"\ED78";}
.icomoon.icon-wall:before{content:"\ED79";}
.icomoon.icon-fence:before{content:"\ED7A";}
.icomoon.icon-play3:before{content:"\ED7B";}
.icomoon.icon-pause:before{content:"\ED7C";}
.icomoon.icon-stop:before{content:"\ED7D";}
.icomoon.icon-previous:before{content:"\ED7E";}
.icomoon.icon-next:before{content:"\ED7F";}
.icomoon.icon-backward:before{content:"\ED80";}
.icomoon.icon-forward2:before{content:"\ED81";}
.icomoon.icon-play4:before{content:"\ED82";}
.icomoon.icon-pause2:before{content:"\ED83";}
.icomoon.icon-stop2:before{content:"\ED84";}
.icomoon.icon-backward2:before{content:"\ED85";}
.icomoon.icon-forward3:before{content:"\ED86";}
.icomoon.icon-first:before{content:"\ED87";}
.icomoon.icon-last:before{content:"\ED88";}
.icomoon.icon-previous2:before{content:"\ED89";}
.icomoon.icon-next2:before{content:"\ED8A";}
.icomoon.icon-eject:before{content:"\ED8B";}
.icomoon.icon-volume-high:before{content:"\ED8C";}
.icomoon.icon-volume-medium:before{content:"\ED8D";}
.icomoon.icon-volume-low:before{content:"\ED8E";}
.icomoon.icon-volume-mute:before{content:"\ED8F";}
.icomoon.icon-speaker-left:before{content:"\ED90";}
.icomoon.icon-speaker-right:before{content:"\ED91";}
.icomoon.icon-volume-mute2:before{content:"\ED92";}
.icomoon.icon-volume-increase:before{content:"\ED93";}
.icomoon.icon-volume-decrease:before{content:"\ED94";}
.icomoon.icon-volume-mute5:before{content:"\EDA4";}
.icomoon.icon-loop:before{content:"\EDA5";}
.icomoon.icon-loop3:before{content:"\EDA7";}
.icomoon.icon-infinite-square:before{content:"\EDA8";}
.icomoon.icon-infinite:before{content:"\EDA9";}
.icomoon.icon-loop4:before{content:"\EDAB";}
.icomoon.icon-shuffle:before{content:"\EDAC";}
.icomoon.icon-wave:before{content:"\EDAE";}
.icomoon.icon-wave2:before{content:"\EDAF";}
.icomoon.icon-split:before{content:"\EDB0";}
.icomoon.icon-merge:before{content:"\EDB1";}
.icomoon.icon-arrow-up5:before{content:"\EDC4";}
.icomoon.icon-arrow-right5:before{content:"\EDC5";}
.icomoon.icon-arrow-down5:before{content:"\EDC6";}
.icomoon.icon-arrow-left5:before{content:"\EDC7";}
.icomoon.icon-arrow-up-left2:before{content:"\EDD0";}
.icomoon.icon-arrow-up7:before{content:"\EDD1";}
.icomoon.icon-arrow-up-right2:before{content:"\EDD2";}
.icomoon.icon-arrow-right7:before{content:"\EDD3";}
.icomoon.icon-arrow-down-right2:before{content:"\EDD4";}
.icomoon.icon-arrow-down7:before{content:"\EDD5";}
.icomoon.icon-arrow-down-left2:before{content:"\EDD6";}
.icomoon.icon-arrow-left7:before{content:"\EDD7";}
.icomoon.icon-arrow-up-left3:before{content:"\EDD8";}
.icomoon.icon-arrow-up8:before{content:"\EDD9";}
.icomoon.icon-arrow-up-right3:before{content:"\EDDA";}
.icomoon.icon-arrow-right8:before{content:"\EDDB";}
.icomoon.icon-arrow-down-right3:before{content:"\EDDC";}
.icomoon.icon-arrow-down8:before{content:"\EDDD";}
.icomoon.icon-arrow-down-left3:before{content:"\EDDE";}
.icomoon.icon-arrow-left8:before{content:"\EDDF";}
.icomoon.icon-circle-up2:before{content:"\EDE4";}
.icomoon.icon-circle-right2:before{content:"\EDE5";}
.icomoon.icon-circle-down2:before{content:"\EDE6";}
.icomoon.icon-circle-left2:before{content:"\EDE7";}
.icomoon.icon-arrow-resize7:before{content:"\EDFE";}
.icomoon.icon-arrow-resize8:before{content:"\EDFF";}
.icomoon.icon-square-up-left:before{content:"\EE00";}
.icomoon.icon-square-up:before{content:"\EE01";}
.icomoon.icon-square-up-right:before{content:"\EE02";}
.icomoon.icon-square-right:before{content:"\EE03";}
.icomoon.icon-square-down-right:before{content:"\EE04";}
.icomoon.icon-square-down:before{content:"\EE05";}
.icomoon.icon-square-down-left:before{content:"\EE06";}
.icomoon.icon-square-left:before{content:"\EE07";}
.icomoon.icon-arrow-up15:before{content:"\EE30";}
.icomoon.icon-arrow-right15:before{content:"\EE31";}
.icomoon.icon-arrow-down15:before{content:"\EE32";}
.icomoon.icon-arrow-left15:before{content:"\EE33";}
.icomoon.icon-arrow-up16:before{content:"\EE34";}
.icomoon.icon-arrow-right16:before{content:"\EE35";}
.icomoon.icon-arrow-down16:before{content:"\EE36";}
.icomoon.icon-arrow-left16:before{content:"\EE37";}
.icomoon.icon-menu-open:before{content:"\EE38";}
.icomoon.icon-menu-open2:before{content:"\EE39";}
.icomoon.icon-menu-close:before{content:"\EE3A";}
.icomoon.icon-menu-close2:before{content:"\EE3B";}
.icomoon.icon-enter5:before{content:"\EE3D";}
.icomoon.icon-esc:before{content:"\EE3E";}
.icomoon.icon-enter6:before{content:"\EE3F";}
.icomoon.icon-backspace:before{content:"\EE40";}
.icomoon.icon-backspace2:before{content:"\EE41";}
.icomoon.icon-tab:before{content:"\EE42";}
.icomoon.icon-transmission:before{content:"\EE43";}
.icomoon.icon-sort:before{content:"\EE45";}
.icomoon.icon-move-up2:before{content:"\EE47";}
.icomoon.icon-move-down2:before{content:"\EE48";}
.icomoon.icon-sort-alpha-asc:before{content:"\EE49";}
.icomoon.icon-sort-alpha-desc:before{content:"\EE4A";}
.icomoon.icon-sort-numeric-asc:before{content:"\EE4B";}
.icomoon.icon-sort-numberic-desc:before{content:"\EE4C";}
.icomoon.icon-sort-amount-asc:before{content:"\EE4D";}
.icomoon.icon-sort-amount-desc:before{content:"\EE4E";}
.icomoon.icon-sort-time-asc:before{content:"\EE4F";}
.icomoon.icon-sort-time-desc:before{content:"\EE50";}
.icomoon.icon-battery-6:before{content:"\EE51";}
.icomoon.icon-battery-0:before{content:"\EE57";}
.icomoon.icon-battery-charging:before{content:"\EE58";}
.icomoon.icon-command:before{content:"\EE5F";}
.icomoon.icon-shift:before{content:"\EE60";}
.icomoon.icon-ctrl:before{content:"\EE61";}
.icomoon.icon-opt:before{content:"\EE62";}
.icomoon.icon-checkbox-checked:before{content:"\EE63";}
.icomoon.icon-checkbox-unchecked:before{content:"\EE64";}
.icomoon.icon-checkbox-partial:before{content:"\EE65";}
.icomoon.icon-square:before{content:"\EE66";}
.icomoon.icon-triangle:before{content:"\EE67";}
.icomoon.icon-triangle2:before{content:"\EE68";}
.icomoon.icon-diamond3:before{content:"\EE69";}
.icomoon.icon-diamond4:before{content:"\EE6A";}
.icomoon.icon-checkbox-checked2:before{content:"\EE6B";}
.icomoon.icon-checkbox-unchecked2:before{content:"\EE6C";}
.icomoon.icon-checkbox-partial2:before{content:"\EE6D";}
.icomoon.icon-radio-checked:before{content:"\EE6E";}
.icomoon.icon-radio-checked2:before{content:"\EE6F";}
.icomoon.icon-radio-unchecked:before{content:"\EE70";}
.icomoon.icon-checkmark-circle:before{content:"\EE73";}
.icomoon.icon-circle:before{content:"\EE74";}
.icomoon.icon-circle2:before{content:"\EE75";}
.icomoon.icon-circles:before{content:"\EE76";}
.icomoon.icon-circles2:before{content:"\EE77";}
.icomoon.icon-crop:before{content:"\EE78";}
.icomoon.icon-crop2:before{content:"\EE79";}
.icomoon.icon-make-group:before{content:"\EE7A";}
.icomoon.icon-ungroup:before{content:"\EE7B";}
.icomoon.icon-vector:before{content:"\EE7C";}
.icomoon.icon-vector2:before{content:"\EE7D";}
.icomoon.icon-rulers:before{content:"\EE7E";}
.icomoon.icon-pencil-ruler:before{content:"\EE80";}
.icomoon.icon-scissors:before{content:"\EE81";}
.icomoon.icon-filter3:before{content:"\EE88";}
.icomoon.icon-filter4:before{content:"\EE89";}
.icomoon.icon-font:before{content:"\EE8A";}
.icomoon.icon-ampersand2:before{content:"\EE8B";}
.icomoon.icon-ligature:before{content:"\EE8C";}
.icomoon.icon-font-size:before{content:"\EE8E";}
.icomoon.icon-typography:before{content:"\EE8F";}
.icomoon.icon-text-height:before{content:"\EE90";}
.icomoon.icon-text-width:before{content:"\EE91";}
.icomoon.icon-height2:before{content:"\EE92";}
.icomoon.icon-width:before{content:"\EE93";}
.icomoon.icon-strikethrough2:before{content:"\EE98";}
.icomoon.icon-font-size2:before{content:"\EE99";}
.icomoon.icon-bold2:before{content:"\EE9A";}
.icomoon.icon-underline2:before{content:"\EE9B";}
.icomoon.icon-italic2:before{content:"\EE9C";}
.icomoon.icon-strikethrough3:before{content:"\EE9D";}
.icomoon.icon-omega:before{content:"\EE9E";}
.icomoon.icon-sigma:before{content:"\EE9F";}
.icomoon.icon-nbsp:before{content:"\EEA0";}
.icomoon.icon-page-break:before{content:"\EEA1";}
.icomoon.icon-page-break2:before{content:"\EEA2";}
.icomoon.icon-superscript:before{content:"\EEA3";}
.icomoon.icon-subscript:before{content:"\EEA4";}
.icomoon.icon-superscript2:before{content:"\EEA5";}
.icomoon.icon-subscript2:before{content:"\EEA6";}
.icomoon.icon-text-color:before{content:"\EEA7";}
.icomoon.icon-highlight:before{content:"\EEA8";}
.icomoon.icon-pagebreak:before{content:"\EEA9";}
.icomoon.icon-clear-formatting:before{content:"\EEAA";}
.icomoon.icon-table:before{content:"\EEAB";}
.icomoon.icon-table2:before{content:"\EEAC";}
.icomoon.icon-insert-template:before{content:"\EEAD";}
.icomoon.icon-pilcrow:before{content:"\EEAE";}
.icomoon.icon-ltr:before{content:"\EEAF";}
.icomoon.icon-rtl:before{content:"\EEB0";}
.icomoon.icon-ltr2:before{content:"\EEB1";}
.icomoon.icon-rtl2:before{content:"\EEB2";}
.icomoon.icon-section:before{content:"\EEB3";}
.icomoon.icon-paragraph-left2:before{content:"\EEB8";}
.icomoon.icon-paragraph-center2:before{content:"\EEB9";}
.icomoon.icon-paragraph-right2:before{content:"\EEBA";}
.icomoon.icon-paragraph-justify2:before{content:"\EEBB";}
.icomoon.icon-indent-increase:before{content:"\EEBC";}
.icomoon.icon-indent-decrease:before{content:"\EEBD";}
.icomoon.icon-paragraph-left3:before{content:"\EEBE";}
.icomoon.icon-paragraph-center3:before{content:"\EEBF";}
.icomoon.icon-paragraph-right3:before{content:"\EEC0";}
.icomoon.icon-paragraph-justify3:before{content:"\EEC1";}
.icomoon.icon-indent-increase2:before{content:"\EEC2";}
.icomoon.icon-indent-decrease2:before{content:"\EEC3";}
.icomoon.icon-share:before{content:"\EEC4";}
.icomoon.icon-share2:before{content:"\EEC5";}
.icomoon.icon-new-tab:before{content:"\EEC6";}
.icomoon.icon-new-tab2:before{content:"\EEC7";}
.icomoon.icon-popout:before{content:"\EEC8";}
.icomoon.icon-embed:before{content:"\EEC9";}
.icomoon.icon-embed2:before{content:"\EECA";}
.icomoon.icon-markup:before{content:"\EECB";}
.icomoon.icon-regexp:before{content:"\EECC";}
.icomoon.icon-regexp2:before{content:"\EECD";}
.icomoon.icon-code:before{content:"\EECE";}
.icomoon.icon-circle-css:before{content:"\EECF";}
.icomoon.icon-circle-code:before{content:"\EED0";}
.icomoon.icon-terminal:before{content:"\EED1";}
.icomoon.icon-unicode:before{content:"\EED2";}
.icomoon.icon-seven-segment-0:before{content:"\EED3";}
.icomoon.icon-seven-segment-1:before{content:"\EED4";}
.icomoon.icon-seven-segment-2:before{content:"\EED5";}
.icomoon.icon-seven-segment-3:before{content:"\EED6";}
.icomoon.icon-seven-segment-4:before{content:"\EED7";}
.icomoon.icon-seven-segment-5:before{content:"\EED8";}
.icomoon.icon-seven-segment-6:before{content:"\EED9";}
.icomoon.icon-seven-segment-7:before{content:"\EEDA";}
.icomoon.icon-seven-segment-8:before{content:"\EEDB";}
.icomoon.icon-seven-segment-9:before{content:"\EEDC";}
.icomoon.icon-share3:before{content:"\EEDD";}
.icomoon.icon-share4:before{content:"\EEDE";}
.icomoon.icon-google:before{content:"\EEE3";}
.icomoon.icon-google-plus:before{content:"\EEE4";}
.icomoon.icon-google-plus2:before{content:"\EEE5";}
.icomoon.icon-google-drive:before{content:"\EEE7";}
.icomoon.icon-facebook:before{content:"\EEE8";}
.icomoon.icon-facebook2:before{content:"\EEE9";}
.icomoon.icon-instagram:before{content:"\EEEC";}
.icomoon.icon-twitter:before{content:"\EEED";}
.icomoon.icon-twitter2:before{content:"\EEEE";}
.icomoon.icon-feed2:before{content:"\EEF0";}
.icomoon.icon-feed3:before{content:"\EEF1";}
.icomoon.icon-youtube:before{content:"\EEF3";}
.icomoon.icon-youtube2:before{content:"\EEF4";}
.icomoon.icon-youtube3:before{content:"\EEF5";}
.icomoon.icon-vimeo:before{content:"\EEF8";}
.icomoon.icon-vimeo2:before{content:"\EEF9";}
.icomoon.icon-lanyrd:before{content:"\EEFB";}
.icomoon.icon-flickr:before{content:"\EEFC";}
.icomoon.icon-flickr2:before{content:"\EEFD";}
.icomoon.icon-flickr3:before{content:"\EEFE";}
.icomoon.icon-picassa:before{content:"\EF00";}
.icomoon.icon-picassa2:before{content:"\EF01";}
.icomoon.icon-dribbble:before{content:"\EF02";}
.icomoon.icon-dribbble2:before{content:"\EF03";}
.icomoon.icon-dribbble3:before{content:"\EF04";}
.icomoon.icon-forrst:before{content:"\EF05";}
.icomoon.icon-forrst2:before{content:"\EF06";}
.icomoon.icon-deviantart:before{content:"\EF07";}
.icomoon.icon-deviantart2:before{content:"\EF08";}
.icomoon.icon-steam:before{content:"\EF09";}
.icomoon.icon-steam2:before{content:"\EF0A";}
.icomoon.icon-dropbox:before{content:"\EF0B";}
.icomoon.icon-onedrive:before{content:"\EF0C";}
.icomoon.icon-github:before{content:"\EF0D";}
.icomoon.icon-github4:before{content:"\EF10";}
.icomoon.icon-github5:before{content:"\EF11";}
.icomoon.icon-wordpress:before{content:"\EF12";}
.icomoon.icon-wordpress2:before{content:"\EF13";}
.icomoon.icon-joomla:before{content:"\EF14";}
.icomoon.icon-blogger:before{content:"\EF15";}
.icomoon.icon-blogger2:before{content:"\EF16";}
.icomoon.icon-tumblr:before{content:"\EF17";}
.icomoon.icon-tumblr2:before{content:"\EF18";}
.icomoon.icon-yahoo:before{content:"\EF19";}
.icomoon.icon-tux:before{content:"\EF1A";}
.icomoon.icon-apple2:before{content:"\EF1B";}
.icomoon.icon-finder:before{content:"\EF1C";}
.icomoon.icon-android:before{content:"\EF1D";}
.icomoon.icon-windows:before{content:"\EF1E";}
.icomoon.icon-windows8:before{content:"\EF1F";}
.icomoon.icon-soundcloud:before{content:"\EF20";}
.icomoon.icon-soundcloud2:before{content:"\EF21";}
.icomoon.icon-skype:before{content:"\EF22";}
.icomoon.icon-reddit:before{content:"\EF23";}
.icomoon.icon-linkedin:before{content:"\EF24";}
.icomoon.icon-linkedin2:before{content:"\EF25";}
.icomoon.icon-lastfm:before{content:"\EF26";}
.icomoon.icon-lastfm2:before{content:"\EF27";}
.icomoon.icon-delicious:before{content:"\EF28";}
.icomoon.icon-stumbleupon:before{content:"\EF29";}
.icomoon.icon-stumbleupon2:before{content:"\EF2A";}
.icomoon.icon-stackoverflow:before{content:"\EF2B";}
.icomoon.icon-pinterest2:before{content:"\EF2D";}
.icomoon.icon-xing:before{content:"\EF2E";}
.icomoon.icon-flattr:before{content:"\EF30";}
.icomoon.icon-foursquare:before{content:"\EF31";}
.icomoon.icon-paypal:before{content:"\EF32";}
.icomoon.icon-paypal2:before{content:"\EF33";}
.icomoon.icon-yelp:before{content:"\EF35";}
.icomoon.icon-file-pdf:before{content:"\EF36";}
.icomoon.icon-file-openoffice:before{content:"\EF37";}
.icomoon.icon-file-word:before{content:"\EF38";}
.icomoon.icon-file-excel:before{content:"\EF39";}
.icomoon.icon-libreoffice:before{content:"\EF3A";}
.icomoon.icon-html5:before{content:"\EF3B";}
.icomoon.icon-html52:before{content:"\EF3C";}
.icomoon.icon-css3:before{content:"\EF3D";}
.icomoon.icon-git:before{content:"\EF3E";}
.icomoon.icon-svg:before{content:"\EF3F";}
.icomoon.icon-codepen:before{content:"\EF40";}
.icomoon.icon-chrome:before{content:"\EF41";}
.icomoon.icon-firefox:before{content:"\EF42";}
.icomoon.icon-IE:before{content:"\EF43";}
.icomoon.icon-opera:before{content:"\EF44";}
.icomoon.icon-safari:before{content:"\EF45";}
.icomoon.icon-check2:before{content:"\E601";}
.icomoon.icon-home4:before{content:"\E603";}
.icomoon.icon-people:before{content:"\E81B";}
.icomoon.icon-checkmark-circle2:before{content:"\E853";}
.icomoon.icon-arrow-up-left32:before{content:"\E8AE";}
.icomoon.icon-arrow-up52:before{content:"\E8AF";}
.icomoon.icon-arrow-up-right32:before{content:"\E8B0";}
.icomoon.icon-arrow-right6:before{content:"\E8B1";}
.icomoon.icon-arrow-down-right32:before{content:"\E8B2";}
.icomoon.icon-arrow-down52:before{content:"\E8B3";}
.icomoon.icon-arrow-down-left32:before{content:"\E8B4";}
.icomoon.icon-arrow-left52:before{content:"\E8B5";}
.icomoon.icon-calendar5:before{content:"\E985";}
.icomoon.icon-move-alt1:before{content:"\E986";}
.icomoon.icon-reload-alt:before{content:"\E987";}
.icomoon.icon-move-vertical:before{content:"\E988";}
.icomoon.icon-move-horizontal:before{content:"\E989";}
.icomoon.icon-hash:before{content:"\E98B";}
.icomoon.icon-bars-alt:before{content:"\E98C";}
.icomoon.icon-eye8:before{content:"\E98D";}
.icomoon.icon-search4:before{content:"\E98E";}
.icomoon.icon-zoomin3:before{content:"\E98F";}
.icomoon.icon-zoomout3:before{content:"\E990";}
.icomoon.icon-add:before{content:"\E991";}
.icomoon.icon-subtract:before{content:"\E992";}
.icomoon.icon-exclamation:before{content:"\E993";}
.icomoon.icon-question6:before{content:"\E994";}
.icomoon.icon-close2:before{content:"\E995";}
.icomoon.icon-task:before{content:"\E996";}
.icomoon.icon-inbox:before{content:"\E997";}
.icomoon.icon-inbox-alt:before{content:"\E998";}
.icomoon.icon-envelope:before{content:"\E999";}
.icomoon.icon-compose:before{content:"\E99A";}
.icomoon.icon-newspaper2:before{content:"\E99B";}
.icomoon.icon-calendar22:before{content:"\E99C";}
.icomoon.icon-hyperlink:before{content:"\E99D";}
.icomoon.icon-trash:before{content:"\E99E";}
.icomoon.icon-trash-alt:before{content:"\E99F";}
.icomoon.icon-grid5:before{content:"\E9A0";}
.icomoon.icon-grid-alt:before{content:"\E9A1";}
.icomoon.icon-menu6:before{content:"\E9A2";}
.icomoon.icon-list3:before{content:"\E9A3";}
.icomoon.icon-gallery:before{content:"\E9A4";}
.icomoon.icon-calculator:before{content:"\E9A5";}
.icomoon.icon-windows2:before{content:"\E9A6";}
.icomoon.icon-browser:before{content:"\E9A7";}
.icomoon.icon-portfolio:before{content:"\E9A8";}
.icomoon.icon-comments:before{content:"\E9A9";}
.icomoon.icon-screen3:before{content:"\E9AA";}
.icomoon.icon-iphone:before{content:"\E9AB";}
.icomoon.icon-ipad:before{content:"\E9AC";}
.icomoon.icon-googleplus5:before{content:"\E9AD";}
.icomoon.icon-pin:before{content:"\E9AE";}
.icomoon.icon-pin-alt:before{content:"\E9AF";}
.icomoon.icon-cog5:before{content:"\E9B0";}
.icomoon.icon-graduation:before{content:"\E9B1";}
.icomoon.icon-air:before{content:"\E9B2";}
.icomoon.icon-droplets:before{content:"\E7EE";}
.icomoon.icon-statistics:before{content:"\E9B4";}
.icomoon.icon-pie5:before{content:"\E7EF";}
.icomoon.icon-cross:before{content:"\E9B6";}
.icomoon.icon-minus2:before{content:"\E9B7";}
.icomoon.icon-plus2:before{content:"\E9B8";}
.icomoon.icon-info3:before{content:"\E9B9";}
.icomoon.icon-info22:before{content:"\E9BA";}
.icomoon.icon-question7:before{content:"\E9BB";}
.icomoon.icon-help:before{content:"\E9BC";}
.icomoon.icon-warning2:before{content:"\E9BD";}
.icomoon.icon-add-to-list:before{content:"\E9BF";}
.icomoon.icon-arrow-left12:before{content:"\E9C0";}
.icomoon.icon-arrow-down12:before{content:"\E9C1";}
.icomoon.icon-arrow-up12:before{content:"\E9C2";}
.icomoon.icon-arrow-right13:before{content:"\E9C3";}
.icomoon.icon-arrow-left22:before{content:"\E9C4";}
.icomoon.icon-arrow-down22:before{content:"\E9C5";}
.icomoon.icon-arrow-up22:before{content:"\E9C6";}
.icomoon.icon-arrow-right22:before{content:"\E9C7";}
.icomoon.icon-arrow-left32:before{content:"\E9C8";}
.icomoon.icon-arrow-down32:before{content:"\E9C9";}
.icomoon.icon-arrow-up32:before{content:"\E9CA";}
.icomoon.icon-arrow-right32:before{content:"\E9CB";}
.icomoon.icon-switch2:before{content:"\E647";}
.icomoon.icon-checkmark5:before{content:"\E600";}
.icomoon.icon-ampersand:before{content:"\E9CC";}
.icomoon.icon-alert:before{content:"\E9CF";}
.icomoon.icon-alignment-align:before{content:"\E9D0";}
.icomoon.icon-alignment-aligned-to:before{content:"\E9D1";}
.icomoon.icon-alignment-unalign:before{content:"\E9D2";}
.icomoon.icon-arrow-down132:before{content:"\E9D3";}
.icomoon.icon-arrow-up13:before{content:"\E9DA";}
.icomoon.icon-arrow-left13:before{content:"\E9D4";}
.icomoon.icon-arrow-right14:before{content:"\E9D5";}
.icomoon.icon-arrow-small-down:before{content:"\E9D6";}
.icomoon.icon-arrow-small-left:before{content:"\E9D7";}
.icomoon.icon-arrow-small-right:before{content:"\E9D8";}
.icomoon.icon-arrow-small-up:before{content:"\E9D9";}
.icomoon.icon-check:before{content:"\E9DB";}
.icomoon.icon-chevron-down:before{content:"\E9DC";}
.icomoon.icon-chevron-left:before{content:"\E9DD";}
.icomoon.icon-chevron-right:before{content:"\E9DE";}
.icomoon.icon-chevron-up:before{content:"\E9DF";}
.icomoon.icon-clippy:before{content:"\F035";}
.icomoon.icon-comment:before{content:"\F02B";}
.icomoon.icon-comment-discussion:before{content:"\F04F";}
.icomoon.icon-dash:before{content:"\E9E2";}
.icomoon.icon-diff:before{content:"\E9E3";}
.icomoon.icon-diff-added:before{content:"\E9E4";}
.icomoon.icon-diff-ignored:before{content:"\E9E5";}
.icomoon.icon-diff-modified:before{content:"\E9E6";}
.icomoon.icon-diff-removed:before{content:"\E9E7";}
.icomoon.icon-diff-renamed:before{content:"\E9E8";}
.icomoon.icon-file-media:before{content:"\F012";}
.icomoon.icon-fold:before{content:"\E9EA";}
.icomoon.icon-gear:before{content:"\E9EB";}
.icomoon.icon-git-branch:before{content:"\E9EC";}
.icomoon.icon-git-commit:before{content:"\E9ED";}
.icomoon.icon-git-compare:before{content:"\E9EE";}
.icomoon.icon-git-merge:before{content:"\E9EF";}
.icomoon.icon-git-pull-request:before{content:"\E9F0";}
.icomoon.icon-graph:before{content:"\F043";}
.icomoon.icon-law:before{content:"\E9F1";}
.icomoon.icon-list-ordered:before{content:"\E9F2";}
.icomoon.icon-list-unordered:before{content:"\E9F3";}
.icomoon.icon-mail5:before{content:"\E9F4";}
.icomoon.icon-mail-read:before{content:"\E9F5";}
.icomoon.icon-mention:before{content:"\E9F6";}
.icomoon.icon-mirror:before{content:"\F024";}
.icomoon.icon-move-down:before{content:"\F0A8";}
.icomoon.icon-move-left:before{content:"\F074";}
.icomoon.icon-move-right:before{content:"\F0A9";}
.icomoon.icon-move-up:before{content:"\F0A7";}
.icomoon.icon-person:before{content:"\F018";}
.icomoon.icon-plus22:before{content:"\E9F7";}
.icomoon.icon-primitive-dot:before{content:"\F052";}
.icomoon.icon-primitive-square:before{content:"\F053";}
.icomoon.icon-repo-forked:before{content:"\E9F8";}
.icomoon.icon-screen-full:before{content:"\E9F9";}
.icomoon.icon-screen-normal:before{content:"\E9FA";}
.icomoon.icon-sync:before{content:"\E9FB";}
.icomoon.icon-three-bars:before{content:"\E9FC";}
.icomoon.icon-unfold:before{content:"\E9FE";}
.icomoon.icon-versions:before{content:"\E9FF";}
.icomoon.icon-x:before{content:"\EA00";}
@charset "UTF-8";
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face { font-family: "Ionicons"; src: url("/assets/fonts/ionicons/ionicons.eot?v=2.0.0"); src: url("/assets/fonts/ionicons/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("/assets/fonts/ionicons/ionicons.ttf?v=2.0.0") format("truetype"), url("/assets/fonts/ionicons/ionicons.woff?v=2.0.0") format("woff"), url("/assets/fonts/ionicons/ionicons.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal; }
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ion-alert:before { content: "\F101"; }

.ion-alert-circled:before { content: "\F100"; }

.ion-android-add:before { content: "\F2C7"; }

.ion-android-add-circle:before { content: "\F359"; }

.ion-android-alarm-clock:before { content: "\F35A"; }

.ion-android-alert:before { content: "\F35B"; }

.ion-android-apps:before { content: "\F35C"; }

.ion-android-archive:before { content: "\F2C9"; }

.ion-android-arrow-back:before { content: "\F2CA"; }

.ion-android-arrow-down:before { content: "\F35D"; }

.ion-android-arrow-dropdown:before { content: "\F35F"; }

.ion-android-arrow-dropdown-circle:before { content: "\F35E"; }

.ion-android-arrow-dropleft:before { content: "\F361"; }

.ion-android-arrow-dropleft-circle:before { content: "\F360"; }

.ion-android-arrow-dropright:before { content: "\F363"; }

.ion-android-arrow-dropright-circle:before { content: "\F362"; }

.ion-android-arrow-dropup:before { content: "\F365"; }

.ion-android-arrow-dropup-circle:before { content: "\F364"; }

.ion-android-arrow-forward:before { content: "\F30F"; }

.ion-android-arrow-up:before { content: "\F366"; }

.ion-android-attach:before { content: "\F367"; }

.ion-android-bar:before { content: "\F368"; }

.ion-android-bicycle:before { content: "\F369"; }

.ion-android-boat:before { content: "\F36A"; }

.ion-android-bookmark:before { content: "\F36B"; }

.ion-android-bulb:before { content: "\F36C"; }

.ion-android-bus:before { content: "\F36D"; }

.ion-android-calendar:before { content: "\F2D1"; }

.ion-android-call:before { content: "\F2D2"; }

.ion-android-camera:before { content: "\F2D3"; }

.ion-android-cancel:before { content: "\F36E"; }

.ion-android-car:before { content: "\F36F"; }

.ion-android-cart:before { content: "\F370"; }

.ion-android-chat:before { content: "\F2D4"; }

.ion-android-checkbox:before { content: "\F374"; }

.ion-android-checkbox-blank:before { content: "\F371"; }

.ion-android-checkbox-outline:before { content: "\F373"; }

.ion-android-checkbox-outline-blank:before { content: "\F372"; }

.ion-android-checkmark-circle:before { content: "\F375"; }

.ion-android-clipboard:before { content: "\F376"; }

.ion-android-close:before { content: "\F2D7"; }

.ion-android-cloud:before { content: "\F37A"; }

.ion-android-cloud-circle:before { content: "\F377"; }

.ion-android-cloud-done:before { content: "\F378"; }

.ion-android-cloud-outline:before { content: "\F379"; }

.ion-android-color-palette:before { content: "\F37B"; }

.ion-android-compass:before { content: "\F37C"; }

.ion-android-contact:before { content: "\F2D8"; }

.ion-android-contacts:before { content: "\F2D9"; }

.ion-android-contract:before { content: "\F37D"; }

.ion-android-create:before { content: "\F37E"; }

.ion-android-delete:before { content: "\F37F"; }

.ion-android-desktop:before { content: "\F380"; }

.ion-android-document:before { content: "\F381"; }

.ion-android-done:before { content: "\F383"; }

.ion-android-done-all:before { content: "\F382"; }

.ion-android-download:before { content: "\F2DD"; }

.ion-android-drafts:before { content: "\F384"; }

.ion-android-exit:before { content: "\F385"; }

.ion-android-expand:before { content: "\F386"; }

.ion-android-favorite:before { content: "\F388"; }

.ion-android-favorite-outline:before { content: "\F387"; }

.ion-android-film:before { content: "\F389"; }

.ion-android-folder:before { content: "\F2E0"; }

.ion-android-folder-open:before { content: "\F38A"; }

.ion-android-funnel:before { content: "\F38B"; }

.ion-android-globe:before { content: "\F38C"; }

.ion-android-hand:before { content: "\F2E3"; }

.ion-android-hangout:before { content: "\F38D"; }

.ion-android-happy:before { content: "\F38E"; }

.ion-android-home:before { content: "\F38F"; }

.ion-android-image:before { content: "\F2E4"; }

.ion-android-laptop:before { content: "\F390"; }

.ion-android-list:before { content: "\F391"; }

.ion-android-locate:before { content: "\F2E9"; }

.ion-android-lock:before { content: "\F392"; }

.ion-android-mail:before { content: "\F2EB"; }

.ion-android-map:before { content: "\F393"; }

.ion-android-menu:before { content: "\F394"; }

.ion-android-microphone:before { content: "\F2EC"; }

.ion-android-microphone-off:before { content: "\F395"; }

.ion-android-more-horizontal:before { content: "\F396"; }

.ion-android-more-vertical:before { content: "\F397"; }

.ion-android-navigate:before { content: "\F398"; }

.ion-android-notifications:before { content: "\F39B"; }

.ion-android-notifications-none:before { content: "\F399"; }

.ion-android-notifications-off:before { content: "\F39A"; }

.ion-android-open:before { content: "\F39C"; }

.ion-android-options:before { content: "\F39D"; }

.ion-android-people:before { content: "\F39E"; }

.ion-android-person:before { content: "\F3A0"; }

.ion-android-person-add:before { content: "\F39F"; }

.ion-android-phone-landscape:before { content: "\F3A1"; }

.ion-android-phone-portrait:before { content: "\F3A2"; }

.ion-android-pin:before { content: "\F3A3"; }

.ion-android-plane:before { content: "\F3A4"; }

.ion-android-playstore:before { content: "\F2F0"; }

.ion-android-print:before { content: "\F3A5"; }

.ion-android-radio-button-off:before { content: "\F3A6"; }

.ion-android-radio-button-on:before { content: "\F3A7"; }

.ion-android-refresh:before { content: "\F3A8"; }

.ion-android-remove:before { content: "\F2F4"; }

.ion-android-remove-circle:before { content: "\F3A9"; }

.ion-android-restaurant:before { content: "\F3AA"; }

.ion-android-sad:before { content: "\F3AB"; }

.ion-android-search:before { content: "\F2F5"; }

.ion-android-send:before { content: "\F2F6"; }

.ion-android-settings:before { content: "\F2F7"; }

.ion-android-share:before { content: "\F2F8"; }

.ion-android-share-alt:before { content: "\F3AC"; }

.ion-android-star:before { content: "\F2FC"; }

.ion-android-star-half:before { content: "\F3AD"; }

.ion-android-star-outline:before { content: "\F3AE"; }

.ion-android-stopwatch:before { content: "\F2FD"; }

.ion-android-subway:before { content: "\F3AF"; }

.ion-android-sunny:before { content: "\F3B0"; }

.ion-android-sync:before { content: "\F3B1"; }

.ion-android-textsms:before { content: "\F3B2"; }

.ion-android-time:before { content: "\F3B3"; }

.ion-android-train:before { content: "\F3B4"; }

.ion-android-unlock:before { content: "\F3B5"; }

.ion-android-upload:before { content: "\F3B6"; }

.ion-android-volume-down:before { content: "\F3B7"; }

.ion-android-volume-mute:before { content: "\F3B8"; }

.ion-android-volume-off:before { content: "\F3B9"; }

.ion-android-volume-up:before { content: "\F3BA"; }

.ion-android-walk:before { content: "\F3BB"; }

.ion-android-warning:before { content: "\F3BC"; }

.ion-android-watch:before { content: "\F3BD"; }

.ion-android-wifi:before { content: "\F305"; }

.ion-aperture:before { content: "\F313"; }

.ion-archive:before { content: "\F102"; }

.ion-arrow-down-a:before { content: "\F103"; }

.ion-arrow-down-b:before { content: "\F104"; }

.ion-arrow-down-c:before { content: "\F105"; }

.ion-arrow-expand:before { content: "\F25E"; }

.ion-arrow-graph-down-left:before { content: "\F25F"; }

.ion-arrow-graph-down-right:before { content: "\F260"; }

.ion-arrow-graph-up-left:before { content: "\F261"; }

.ion-arrow-graph-up-right:before { content: "\F262"; }

.ion-arrow-left-a:before { content: "\F106"; }

.ion-arrow-left-b:before { content: "\F107"; }

.ion-arrow-left-c:before { content: "\F108"; }

.ion-arrow-move:before { content: "\F263"; }

.ion-arrow-resize:before { content: "\F264"; }

.ion-arrow-return-left:before { content: "\F265"; }

.ion-arrow-return-right:before { content: "\F266"; }

.ion-arrow-right-a:before { content: "\F109"; }

.ion-arrow-right-b:before { content: "\F10A"; }

.ion-arrow-right-c:before { content: "\F10B"; }

.ion-arrow-shrink:before { content: "\F267"; }

.ion-arrow-swap:before { content: "\F268"; }

.ion-arrow-up-a:before { content: "\F10C"; }

.ion-arrow-up-b:before { content: "\F10D"; }

.ion-arrow-up-c:before { content: "\F10E"; }

.ion-asterisk:before { content: "\F314"; }

.ion-at:before { content: "\F10F"; }

.ion-backspace:before { content: "\F3BF"; }

.ion-backspace-outline:before { content: "\F3BE"; }

.ion-bag:before { content: "\F110"; }

.ion-battery-charging:before { content: "\F111"; }

.ion-battery-empty:before { content: "\F112"; }

.ion-battery-full:before { content: "\F113"; }

.ion-battery-half:before { content: "\F114"; }

.ion-battery-low:before { content: "\F115"; }

.ion-beaker:before { content: "\F269"; }

.ion-beer:before { content: "\F26A"; }

.ion-bluetooth:before { content: "\F116"; }

.ion-bonfire:before { content: "\F315"; }

.ion-bookmark:before { content: "\F26B"; }

.ion-bowtie:before { content: "\F3C0"; }

.ion-briefcase:before { content: "\F26C"; }

.ion-bug:before { content: "\F2BE"; }

.ion-calculator:before { content: "\F26D"; }

.ion-calendar:before { content: "\F117"; }

.ion-camera:before { content: "\F118"; }

.ion-card:before { content: "\F119"; }

.ion-cash:before { content: "\F316"; }

.ion-chatbox:before { content: "\F11B"; }

.ion-chatbox-working:before { content: "\F11A"; }

.ion-chatboxes:before { content: "\F11C"; }

.ion-chatbubble:before { content: "\F11E"; }

.ion-chatbubble-working:before { content: "\F11D"; }

.ion-chatbubbles:before { content: "\F11F"; }

.ion-checkmark:before { content: "\F122"; }

.ion-checkmark-circled:before { content: "\F120"; }

.ion-checkmark-round:before { content: "\F121"; }

.ion-chevron-down:before { content: "\F123"; }

.ion-chevron-left:before { content: "\F124"; }

.ion-chevron-right:before { content: "\F125"; }

.ion-chevron-up:before { content: "\F126"; }

.ion-clipboard:before { content: "\F127"; }

.ion-clock:before { content: "\F26E"; }

.ion-close:before { content: "\F12A"; }

.ion-close-circled:before { content: "\F128"; }

.ion-close-round:before { content: "\F129"; }

.ion-closed-captioning:before { content: "\F317"; }

.ion-cloud:before { content: "\F12B"; }

.ion-code:before { content: "\F271"; }

.ion-code-download:before { content: "\F26F"; }

.ion-code-working:before { content: "\F270"; }

.ion-coffee:before { content: "\F272"; }

.ion-compass:before { content: "\F273"; }

.ion-compose:before { content: "\F12C"; }

.ion-connection-bars:before { content: "\F274"; }

.ion-contrast:before { content: "\F275"; }

.ion-crop:before { content: "\F3C1"; }

.ion-cube:before { content: "\F318"; }

.ion-disc:before { content: "\F12D"; }

.ion-document:before { content: "\F12F"; }

.ion-document-text:before { content: "\F12E"; }

.ion-drag:before { content: "\F130"; }

.ion-earth:before { content: "\F276"; }

.ion-easel:before { content: "\F3C2"; }

.ion-edit:before { content: "\F2BF"; }

.ion-egg:before { content: "\F277"; }

.ion-eject:before { content: "\F131"; }

.ion-email:before { content: "\F132"; }

.ion-email-unread:before { content: "\F3C3"; }

.ion-erlenmeyer-flask:before { content: "\F3C5"; }

.ion-erlenmeyer-flask-bubbles:before { content: "\F3C4"; }

.ion-eye:before { content: "\F133"; }

.ion-eye-disabled:before { content: "\F306"; }

.ion-female:before { content: "\F278"; }

.ion-filing:before { content: "\F134"; }

.ion-film-marker:before { content: "\F135"; }

.ion-fireball:before { content: "\F319"; }

.ion-flag:before { content: "\F279"; }

.ion-flame:before { content: "\F31A"; }

.ion-flash:before { content: "\F137"; }

.ion-flash-off:before { content: "\F136"; }

.ion-folder:before { content: "\F139"; }

.ion-fork:before { content: "\F27A"; }

.ion-fork-repo:before { content: "\F2C0"; }

.ion-forward:before { content: "\F13A"; }

.ion-funnel:before { content: "\F31B"; }

.ion-gear-a:before { content: "\F13D"; }

.ion-gear-b:before { content: "\F13E"; }

.ion-grid:before { content: "\F13F"; }

.ion-hammer:before { content: "\F27B"; }

.ion-happy:before { content: "\F31C"; }

.ion-happy-outline:before { content: "\F3C6"; }

.ion-headphone:before { content: "\F140"; }

.ion-heart:before { content: "\F141"; }

.ion-heart-broken:before { content: "\F31D"; }

.ion-help:before { content: "\F143"; }

.ion-help-buoy:before { content: "\F27C"; }

.ion-help-circled:before { content: "\F142"; }

.ion-home:before { content: "\F144"; }

.ion-icecream:before { content: "\F27D"; }

.ion-image:before { content: "\F147"; }

.ion-images:before { content: "\F148"; }

.ion-information:before { content: "\F14A"; }

.ion-information-circled:before { content: "\F149"; }

.ion-ionic:before { content: "\F14B"; }

.ion-ios-alarm:before { content: "\F3C8"; }

.ion-ios-alarm-outline:before { content: "\F3C7"; }

.ion-ios-albums:before { content: "\F3CA"; }

.ion-ios-albums-outline:before { content: "\F3C9"; }

.ion-ios-americanfootball:before { content: "\F3CC"; }

.ion-ios-americanfootball-outline:before { content: "\F3CB"; }

.ion-ios-analytics:before { content: "\F3CE"; }

.ion-ios-analytics-outline:before { content: "\F3CD"; }

.ion-ios-arrow-back:before { content: "\F3CF"; }

.ion-ios-arrow-down:before { content: "\F3D0"; }

.ion-ios-arrow-forward:before { content: "\F3D1"; }

.ion-ios-arrow-left:before { content: "\F3D2"; }

.ion-ios-arrow-right:before { content: "\F3D3"; }

.ion-ios-arrow-thin-down:before { content: "\F3D4"; }

.ion-ios-arrow-thin-left:before { content: "\F3D5"; }

.ion-ios-arrow-thin-right:before { content: "\F3D6"; }

.ion-ios-arrow-thin-up:before { content: "\F3D7"; }

.ion-ios-arrow-up:before { content: "\F3D8"; }

.ion-ios-at:before { content: "\F3DA"; }

.ion-ios-at-outline:before { content: "\F3D9"; }

.ion-ios-barcode:before { content: "\F3DC"; }

.ion-ios-barcode-outline:before { content: "\F3DB"; }

.ion-ios-baseball:before { content: "\F3DE"; }

.ion-ios-baseball-outline:before { content: "\F3DD"; }

.ion-ios-basketball:before { content: "\F3E0"; }

.ion-ios-basketball-outline:before { content: "\F3DF"; }

.ion-ios-bell:before { content: "\F3E2"; }

.ion-ios-bell-outline:before { content: "\F3E1"; }

.ion-ios-body:before { content: "\F3E4"; }

.ion-ios-body-outline:before { content: "\F3E3"; }

.ion-ios-bolt:before { content: "\F3E6"; }

.ion-ios-bolt-outline:before { content: "\F3E5"; }

.ion-ios-book:before { content: "\F3E8"; }

.ion-ios-book-outline:before { content: "\F3E7"; }

.ion-ios-bookmarks:before { content: "\F3EA"; }

.ion-ios-bookmarks-outline:before { content: "\F3E9"; }

.ion-ios-box:before { content: "\F3EC"; }

.ion-ios-box-outline:before { content: "\F3EB"; }

.ion-ios-briefcase:before { content: "\F3EE"; }

.ion-ios-briefcase-outline:before { content: "\F3ED"; }

.ion-ios-browsers:before { content: "\F3F0"; }

.ion-ios-browsers-outline:before { content: "\F3EF"; }

.ion-ios-calculator:before { content: "\F3F2"; }

.ion-ios-calculator-outline:before { content: "\F3F1"; }

.ion-ios-calendar:before { content: "\F3F4"; }

.ion-ios-calendar-outline:before { content: "\F3F3"; }

.ion-ios-camera:before { content: "\F3F6"; }

.ion-ios-camera-outline:before { content: "\F3F5"; }

.ion-ios-cart:before { content: "\F3F8"; }

.ion-ios-cart-outline:before { content: "\F3F7"; }

.ion-ios-chatboxes:before { content: "\F3FA"; }

.ion-ios-chatboxes-outline:before { content: "\F3F9"; }

.ion-ios-chatbubble:before { content: "\F3FC"; }

.ion-ios-chatbubble-outline:before { content: "\F3FB"; }

.ion-ios-checkmark:before { content: "\F3FF"; }

.ion-ios-checkmark-empty:before { content: "\F3FD"; }

.ion-ios-checkmark-outline:before { content: "\F3FE"; }

.ion-ios-circle-filled:before { content: "\F400"; }

.ion-ios-circle-outline:before { content: "\F401"; }

.ion-ios-clock:before { content: "\F403"; }

.ion-ios-clock-outline:before { content: "\F402"; }

.ion-ios-close:before { content: "\F406"; }

.ion-ios-close-empty:before { content: "\F404"; }

.ion-ios-close-outline:before { content: "\F405"; }

.ion-ios-cloud:before { content: "\F40C"; }

.ion-ios-cloud-download:before { content: "\F408"; }

.ion-ios-cloud-download-outline:before { content: "\F407"; }

.ion-ios-cloud-outline:before { content: "\F409"; }

.ion-ios-cloud-upload:before { content: "\F40B"; }

.ion-ios-cloud-upload-outline:before { content: "\F40A"; }

.ion-ios-cloudy:before { content: "\F410"; }

.ion-ios-cloudy-night:before { content: "\F40E"; }

.ion-ios-cloudy-night-outline:before { content: "\F40D"; }

.ion-ios-cloudy-outline:before { content: "\F40F"; }

.ion-ios-cog:before { content: "\F412"; }

.ion-ios-cog-outline:before { content: "\F411"; }

.ion-ios-color-filter:before { content: "\F414"; }

.ion-ios-color-filter-outline:before { content: "\F413"; }

.ion-ios-color-wand:before { content: "\F416"; }

.ion-ios-color-wand-outline:before { content: "\F415"; }

.ion-ios-compose:before { content: "\F418"; }

.ion-ios-compose-outline:before { content: "\F417"; }

.ion-ios-contact:before { content: "\F41A"; }

.ion-ios-contact-outline:before { content: "\F419"; }

.ion-ios-copy:before { content: "\F41C"; }

.ion-ios-copy-outline:before { content: "\F41B"; }

.ion-ios-crop:before { content: "\F41E"; }

.ion-ios-crop-strong:before { content: "\F41D"; }

.ion-ios-download:before { content: "\F420"; }

.ion-ios-download-outline:before { content: "\F41F"; }

.ion-ios-drag:before { content: "\F421"; }

.ion-ios-email:before { content: "\F423"; }

.ion-ios-email-outline:before { content: "\F422"; }

.ion-ios-eye:before { content: "\F425"; }

.ion-ios-eye-outline:before { content: "\F424"; }

.ion-ios-fastforward:before { content: "\F427"; }

.ion-ios-fastforward-outline:before { content: "\F426"; }

.ion-ios-filing:before { content: "\F429"; }

.ion-ios-filing-outline:before { content: "\F428"; }

.ion-ios-film:before { content: "\F42B"; }

.ion-ios-film-outline:before { content: "\F42A"; }

.ion-ios-flag:before { content: "\F42D"; }

.ion-ios-flag-outline:before { content: "\F42C"; }

.ion-ios-flame:before { content: "\F42F"; }

.ion-ios-flame-outline:before { content: "\F42E"; }

.ion-ios-flask:before { content: "\F431"; }

.ion-ios-flask-outline:before { content: "\F430"; }

.ion-ios-flower:before { content: "\F433"; }

.ion-ios-flower-outline:before { content: "\F432"; }

.ion-ios-folder:before { content: "\F435"; }

.ion-ios-folder-outline:before { content: "\F434"; }

.ion-ios-football:before { content: "\F437"; }

.ion-ios-football-outline:before { content: "\F436"; }

.ion-ios-game-controller-a:before { content: "\F439"; }

.ion-ios-game-controller-a-outline:before { content: "\F438"; }

.ion-ios-game-controller-b:before { content: "\F43B"; }

.ion-ios-game-controller-b-outline:before { content: "\F43A"; }

.ion-ios-gear:before { content: "\F43D"; }

.ion-ios-gear-outline:before { content: "\F43C"; }

.ion-ios-glasses:before { content: "\F43F"; }

.ion-ios-glasses-outline:before { content: "\F43E"; }

.ion-ios-grid-view:before { content: "\F441"; }

.ion-ios-grid-view-outline:before { content: "\F440"; }

.ion-ios-heart:before { content: "\F443"; }

.ion-ios-heart-outline:before { content: "\F442"; }

.ion-ios-help:before { content: "\F446"; }

.ion-ios-help-empty:before { content: "\F444"; }

.ion-ios-help-outline:before { content: "\F445"; }

.ion-ios-home:before { content: "\F448"; }

.ion-ios-home-outline:before { content: "\F447"; }

.ion-ios-infinite:before { content: "\F44A"; }

.ion-ios-infinite-outline:before { content: "\F449"; }

.ion-ios-information:before { content: "\F44D"; }

.ion-ios-information-empty:before { content: "\F44B"; }

.ion-ios-information-outline:before { content: "\F44C"; }

.ion-ios-ionic-outline:before { content: "\F44E"; }

.ion-ios-keypad:before { content: "\F450"; }

.ion-ios-keypad-outline:before { content: "\F44F"; }

.ion-ios-lightbulb:before { content: "\F452"; }

.ion-ios-lightbulb-outline:before { content: "\F451"; }

.ion-ios-list:before { content: "\F454"; }

.ion-ios-list-outline:before { content: "\F453"; }

.ion-ios-location:before { content: "\F456"; }

.ion-ios-location-outline:before { content: "\F455"; }

.ion-ios-locked:before { content: "\F458"; }

.ion-ios-locked-outline:before { content: "\F457"; }

.ion-ios-loop:before { content: "\F45A"; }

.ion-ios-loop-strong:before { content: "\F459"; }

.ion-ios-medical:before { content: "\F45C"; }

.ion-ios-medical-outline:before { content: "\F45B"; }

.ion-ios-medkit:before { content: "\F45E"; }

.ion-ios-medkit-outline:before { content: "\F45D"; }

.ion-ios-mic:before { content: "\F461"; }

.ion-ios-mic-off:before { content: "\F45F"; }

.ion-ios-mic-outline:before { content: "\F460"; }

.ion-ios-minus:before { content: "\F464"; }

.ion-ios-minus-empty:before { content: "\F462"; }

.ion-ios-minus-outline:before { content: "\F463"; }

.ion-ios-monitor:before { content: "\F466"; }

.ion-ios-monitor-outline:before { content: "\F465"; }

.ion-ios-moon:before { content: "\F468"; }

.ion-ios-moon-outline:before { content: "\F467"; }

.ion-ios-more:before { content: "\F46A"; }

.ion-ios-more-outline:before { content: "\F469"; }

.ion-ios-musical-note:before { content: "\F46B"; }

.ion-ios-musical-notes:before { content: "\F46C"; }

.ion-ios-navigate:before { content: "\F46E"; }

.ion-ios-navigate-outline:before { content: "\F46D"; }

.ion-ios-nutrition:before { content: "\F470"; }

.ion-ios-nutrition-outline:before { content: "\F46F"; }

.ion-ios-paper:before { content: "\F472"; }

.ion-ios-paper-outline:before { content: "\F471"; }

.ion-ios-paperplane:before { content: "\F474"; }

.ion-ios-paperplane-outline:before { content: "\F473"; }

.ion-ios-partlysunny:before { content: "\F476"; }

.ion-ios-partlysunny-outline:before { content: "\F475"; }

.ion-ios-pause:before { content: "\F478"; }

.ion-ios-pause-outline:before { content: "\F477"; }

.ion-ios-paw:before { content: "\F47A"; }

.ion-ios-paw-outline:before { content: "\F479"; }

.ion-ios-people:before { content: "\F47C"; }

.ion-ios-people-outline:before { content: "\F47B"; }

.ion-ios-person:before { content: "\F47E"; }

.ion-ios-person-outline:before { content: "\F47D"; }

.ion-ios-personadd:before { content: "\F480"; }

.ion-ios-personadd-outline:before { content: "\F47F"; }

.ion-ios-photos:before { content: "\F482"; }

.ion-ios-photos-outline:before { content: "\F481"; }

.ion-ios-pie:before { content: "\F484"; }

.ion-ios-pie-outline:before { content: "\F483"; }

.ion-ios-pint:before { content: "\F486"; }

.ion-ios-pint-outline:before { content: "\F485"; }

.ion-ios-play:before { content: "\F488"; }

.ion-ios-play-outline:before { content: "\F487"; }

.ion-ios-plus:before { content: "\F48B"; }

.ion-ios-plus-empty:before { content: "\F489"; }

.ion-ios-plus-outline:before { content: "\F48A"; }

.ion-ios-pricetag:before { content: "\F48D"; }

.ion-ios-pricetag-outline:before { content: "\F48C"; }

.ion-ios-pricetags:before { content: "\F48F"; }

.ion-ios-pricetags-outline:before { content: "\F48E"; }

.ion-ios-printer:before { content: "\F491"; }

.ion-ios-printer-outline:before { content: "\F490"; }

.ion-ios-pulse:before { content: "\F493"; }

.ion-ios-pulse-strong:before { content: "\F492"; }

.ion-ios-rainy:before { content: "\F495"; }

.ion-ios-rainy-outline:before { content: "\F494"; }

.ion-ios-recording:before { content: "\F497"; }

.ion-ios-recording-outline:before { content: "\F496"; }

.ion-ios-redo:before { content: "\F499"; }

.ion-ios-redo-outline:before { content: "\F498"; }

.ion-ios-refresh:before { content: "\F49C"; }

.ion-ios-refresh-empty:before { content: "\F49A"; }

.ion-ios-refresh-outline:before { content: "\F49B"; }

.ion-ios-reload:before { content: "\F49D"; }

.ion-ios-reverse-camera:before { content: "\F49F"; }

.ion-ios-reverse-camera-outline:before { content: "\F49E"; }

.ion-ios-rewind:before { content: "\F4A1"; }

.ion-ios-rewind-outline:before { content: "\F4A0"; }

.ion-ios-rose:before { content: "\F4A3"; }

.ion-ios-rose-outline:before { content: "\F4A2"; }

.ion-ios-search:before { content: "\F4A5"; }

.ion-ios-search-strong:before { content: "\F4A4"; }

.ion-ios-settings:before { content: "\F4A7"; }

.ion-ios-settings-strong:before { content: "\F4A6"; }

.ion-ios-shuffle:before { content: "\F4A9"; }

.ion-ios-shuffle-strong:before { content: "\F4A8"; }

.ion-ios-skipbackward:before { content: "\F4AB"; }

.ion-ios-skipbackward-outline:before { content: "\F4AA"; }

.ion-ios-skipforward:before { content: "\F4AD"; }

.ion-ios-skipforward-outline:before { content: "\F4AC"; }

.ion-ios-snowy:before { content: "\F4AE"; }

.ion-ios-speedometer:before { content: "\F4B0"; }

.ion-ios-speedometer-outline:before { content: "\F4AF"; }

.ion-ios-star:before { content: "\F4B3"; }

.ion-ios-star-half:before { content: "\F4B1"; }

.ion-ios-star-outline:before { content: "\F4B2"; }

.ion-ios-stopwatch:before { content: "\F4B5"; }

.ion-ios-stopwatch-outline:before { content: "\F4B4"; }

.ion-ios-sunny:before { content: "\F4B7"; }

.ion-ios-sunny-outline:before { content: "\F4B6"; }

.ion-ios-telephone:before { content: "\F4B9"; }

.ion-ios-telephone-outline:before { content: "\F4B8"; }

.ion-ios-tennisball:before { content: "\F4BB"; }

.ion-ios-tennisball-outline:before { content: "\F4BA"; }

.ion-ios-thunderstorm:before { content: "\F4BD"; }

.ion-ios-thunderstorm-outline:before { content: "\F4BC"; }

.ion-ios-time:before { content: "\F4BF"; }

.ion-ios-time-outline:before { content: "\F4BE"; }

.ion-ios-timer:before { content: "\F4C1"; }

.ion-ios-timer-outline:before { content: "\F4C0"; }

.ion-ios-toggle:before { content: "\F4C3"; }

.ion-ios-toggle-outline:before { content: "\F4C2"; }

.ion-ios-trash:before { content: "\F4C5"; }

.ion-ios-trash-outline:before { content: "\F4C4"; }

.ion-ios-undo:before { content: "\F4C7"; }

.ion-ios-undo-outline:before { content: "\F4C6"; }

.ion-ios-unlocked:before { content: "\F4C9"; }

.ion-ios-unlocked-outline:before { content: "\F4C8"; }

.ion-ios-upload:before { content: "\F4CB"; }

.ion-ios-upload-outline:before { content: "\F4CA"; }

.ion-ios-videocam:before { content: "\F4CD"; }

.ion-ios-videocam-outline:before { content: "\F4CC"; }

.ion-ios-volume-high:before { content: "\F4CE"; }

.ion-ios-volume-low:before { content: "\F4CF"; }

.ion-ios-wineglass:before { content: "\F4D1"; }

.ion-ios-wineglass-outline:before { content: "\F4D0"; }

.ion-ios-world:before { content: "\F4D3"; }

.ion-ios-world-outline:before { content: "\F4D2"; }

.ion-ipad:before { content: "\F1F9"; }

.ion-iphone:before { content: "\F1FA"; }

.ion-ipod:before { content: "\F1FB"; }

.ion-jet:before { content: "\F295"; }

.ion-key:before { content: "\F296"; }

.ion-knife:before { content: "\F297"; }

.ion-laptop:before { content: "\F1FC"; }

.ion-leaf:before { content: "\F1FD"; }

.ion-levels:before { content: "\F298"; }

.ion-lightbulb:before { content: "\F299"; }

.ion-link:before { content: "\F1FE"; }

.ion-load-a:before { content: "\F29A"; }

.ion-load-b:before { content: "\F29B"; }

.ion-load-c:before { content: "\F29C"; }

.ion-load-d:before { content: "\F29D"; }

.ion-location:before { content: "\F1FF"; }

.ion-lock-combination:before { content: "\F4D4"; }

.ion-locked:before { content: "\F200"; }

.ion-log-in:before { content: "\F29E"; }

.ion-log-out:before { content: "\F29F"; }

.ion-loop:before { content: "\F201"; }

.ion-magnet:before { content: "\F2A0"; }

.ion-male:before { content: "\F2A1"; }

.ion-man:before { content: "\F202"; }

.ion-map:before { content: "\F203"; }

.ion-medkit:before { content: "\F2A2"; }

.ion-merge:before { content: "\F33F"; }

.ion-mic-a:before { content: "\F204"; }

.ion-mic-b:before { content: "\F205"; }

.ion-mic-c:before { content: "\F206"; }

.ion-minus:before { content: "\F209"; }

.ion-minus-circled:before { content: "\F207"; }

.ion-minus-round:before { content: "\F208"; }

.ion-model-s:before { content: "\F2C1"; }

.ion-monitor:before { content: "\F20A"; }

.ion-more:before { content: "\F20B"; }

.ion-mouse:before { content: "\F340"; }

.ion-music-note:before { content: "\F20C"; }

.ion-navicon:before { content: "\F20E"; }

.ion-navicon-round:before { content: "\F20D"; }

.ion-navigate:before { content: "\F2A3"; }

.ion-network:before { content: "\F341"; }

.ion-no-smoking:before { content: "\F2C2"; }

.ion-nuclear:before { content: "\F2A4"; }

.ion-outlet:before { content: "\F342"; }

.ion-paintbrush:before { content: "\F4D5"; }

.ion-paintbucket:before { content: "\F4D6"; }

.ion-paper-airplane:before { content: "\F2C3"; }

.ion-paperclip:before { content: "\F20F"; }

.ion-pause:before { content: "\F210"; }

.ion-person:before { content: "\F213"; }

.ion-person-add:before { content: "\F211"; }

.ion-person-stalker:before { content: "\F212"; }

.ion-pie-graph:before { content: "\F2A5"; }

.ion-pin:before { content: "\F2A6"; }

.ion-pinpoint:before { content: "\F2A7"; }

.ion-pizza:before { content: "\F2A8"; }

.ion-plane:before { content: "\F214"; }

.ion-planet:before { content: "\F343"; }

.ion-play:before { content: "\F215"; }

.ion-playstation:before { content: "\F30A"; }

.ion-plus:before { content: "\F218"; }

.ion-plus-circled:before { content: "\F216"; }

.ion-plus-round:before { content: "\F217"; }

.ion-podium:before { content: "\F344"; }

.ion-pound:before { content: "\F219"; }

.ion-power:before { content: "\F2A9"; }

.ion-pricetag:before { content: "\F2AA"; }

.ion-pricetags:before { content: "\F2AB"; }

.ion-printer:before { content: "\F21A"; }

.ion-pull-request:before { content: "\F345"; }

.ion-qr-scanner:before { content: "\F346"; }

.ion-quote:before { content: "\F347"; }

.ion-radio-waves:before { content: "\F2AC"; }

.ion-record:before { content: "\F21B"; }

.ion-refresh:before { content: "\F21C"; }

.ion-reply:before { content: "\F21E"; }

.ion-reply-all:before { content: "\F21D"; }

.ion-ribbon-a:before { content: "\F348"; }

.ion-ribbon-b:before { content: "\F349"; }

.ion-sad:before { content: "\F34A"; }

.ion-sad-outline:before { content: "\F4D7"; }

.ion-scissors:before { content: "\F34B"; }

.ion-search:before { content: "\F21F"; }

.ion-settings:before { content: "\F2AD"; }

.ion-share:before { content: "\F220"; }

.ion-shuffle:before { content: "\F221"; }

.ion-skip-backward:before { content: "\F222"; }

.ion-skip-forward:before { content: "\F223"; }

.ion-social-android:before { content: "\F225"; }

.ion-social-android-outline:before { content: "\F224"; }

.ion-social-angular:before { content: "\F4D9"; }

.ion-social-angular-outline:before { content: "\F4D8"; }

.ion-social-apple:before { content: "\F227"; }

.ion-social-apple-outline:before { content: "\F226"; }

.ion-social-bitcoin:before { content: "\F2AF"; }

.ion-social-bitcoin-outline:before { content: "\F2AE"; }

.ion-social-buffer:before { content: "\F229"; }

.ion-social-buffer-outline:before { content: "\F228"; }

.ion-social-chrome:before { content: "\F4DB"; }

.ion-social-chrome-outline:before { content: "\F4DA"; }

.ion-social-codepen:before { content: "\F4DD"; }

.ion-social-codepen-outline:before { content: "\F4DC"; }

.ion-social-css3:before { content: "\F4DF"; }

.ion-social-css3-outline:before { content: "\F4DE"; }

.ion-social-designernews:before { content: "\F22B"; }

.ion-social-designernews-outline:before { content: "\F22A"; }

.ion-social-dribbble:before { content: "\F22D"; }

.ion-social-dribbble-outline:before { content: "\F22C"; }

.ion-social-dropbox:before { content: "\F22F"; }

.ion-social-dropbox-outline:before { content: "\F22E"; }

.ion-social-euro:before { content: "\F4E1"; }

.ion-social-euro-outline:before { content: "\F4E0"; }

.ion-social-facebook:before { content: "\F231"; }

.ion-social-facebook-outline:before { content: "\F230"; }

.ion-social-foursquare:before { content: "\F34D"; }

.ion-social-foursquare-outline:before { content: "\F34C"; }

.ion-social-freebsd-devil:before { content: "\F2C4"; }

.ion-social-github:before { content: "\F233"; }

.ion-social-github-outline:before { content: "\F232"; }

.ion-social-google:before { content: "\F34F"; }

.ion-social-google-outline:before { content: "\F34E"; }

.ion-social-googleplus:before { content: "\F235"; }

.ion-social-googleplus-outline:before { content: "\F234"; }

.ion-social-hackernews:before { content: "\F237"; }

.ion-social-hackernews-outline:before { content: "\F236"; }

.ion-social-html5:before { content: "\F4E3"; }

.ion-social-html5-outline:before { content: "\F4E2"; }

.ion-social-instagram:before { content: "\F351"; }

.ion-social-instagram-outline:before { content: "\F350"; }

.ion-social-javascript:before { content: "\F4E5"; }

.ion-social-javascript-outline:before { content: "\F4E4"; }

.ion-social-linkedin:before { content: "\F239"; }

.ion-social-linkedin-outline:before { content: "\F238"; }

.ion-social-markdown:before { content: "\F4E6"; }

.ion-social-nodejs:before { content: "\F4E7"; }

.ion-social-octocat:before { content: "\F4E8"; }

.ion-social-pinterest:before { content: "\F2B1"; }

.ion-social-pinterest-outline:before { content: "\F2B0"; }

.ion-social-python:before { content: "\F4E9"; }

.ion-social-reddit:before { content: "\F23B"; }

.ion-social-reddit-outline:before { content: "\F23A"; }

.ion-social-rss:before { content: "\F23D"; }

.ion-social-rss-outline:before { content: "\F23C"; }

.ion-social-sass:before { content: "\F4EA"; }

.ion-social-skype:before { content: "\F23F"; }

.ion-social-skype-outline:before { content: "\F23E"; }

.ion-social-snapchat:before { content: "\F4EC"; }

.ion-social-snapchat-outline:before { content: "\F4EB"; }

.ion-social-tumblr:before { content: "\F241"; }

.ion-social-tumblr-outline:before { content: "\F240"; }

.ion-social-tux:before { content: "\F2C5"; }

.ion-social-twitch:before { content: "\F4EE"; }

.ion-social-twitch-outline:before { content: "\F4ED"; }

.ion-social-twitter:before { content: "\F243"; }

.ion-social-twitter-outline:before { content: "\F242"; }

.ion-social-usd:before { content: "\F353"; }

.ion-social-usd-outline:before { content: "\F352"; }

.ion-social-vimeo:before { content: "\F245"; }

.ion-social-vimeo-outline:before { content: "\F244"; }

.ion-social-whatsapp:before { content: "\F4F0"; }

.ion-social-whatsapp-outline:before { content: "\F4EF"; }

.ion-social-windows:before { content: "\F247"; }

.ion-social-windows-outline:before { content: "\F246"; }

.ion-social-wordpress:before { content: "\F249"; }

.ion-social-wordpress-outline:before { content: "\F248"; }

.ion-social-yahoo:before { content: "\F24B"; }

.ion-social-yahoo-outline:before { content: "\F24A"; }

.ion-social-yen:before { content: "\F4F2"; }

.ion-social-yen-outline:before { content: "\F4F1"; }

.ion-social-youtube:before { content: "\F24D"; }

.ion-social-youtube-outline:before { content: "\F24C"; }

.ion-soup-can:before { content: "\F4F4"; }

.ion-soup-can-outline:before { content: "\F4F3"; }

.ion-speakerphone:before { content: "\F2B2"; }

.ion-speedometer:before { content: "\F2B3"; }

.ion-spoon:before { content: "\F2B4"; }

.ion-star:before { content: "\F24E"; }

.ion-stats-bars:before { content: "\F2B5"; }

.ion-steam:before { content: "\F30B"; }

.ion-stop:before { content: "\F24F"; }

.ion-thermometer:before { content: "\F2B6"; }

.ion-thumbsdown:before { content: "\F250"; }

.ion-thumbsup:before { content: "\F251"; }

.ion-toggle:before { content: "\F355"; }

.ion-toggle-filled:before { content: "\F354"; }

.ion-transgender:before { content: "\F4F5"; }

.ion-trash-a:before { content: "\F252"; }

.ion-trash-b:before { content: "\F253"; }

.ion-trophy:before { content: "\F356"; }

.ion-tshirt:before { content: "\F4F7"; }

.ion-tshirt-outline:before { content: "\F4F6"; }

.ion-umbrella:before { content: "\F2B7"; }

.ion-university:before { content: "\F357"; }

.ion-unlocked:before { content: "\F254"; }

.ion-upload:before { content: "\F255"; }

.ion-usb:before { content: "\F2B8"; }

.ion-videocamera:before { content: "\F256"; }

.ion-volume-high:before { content: "\F257"; }

.ion-volume-low:before { content: "\F258"; }

.ion-volume-medium:before { content: "\F259"; }

.ion-volume-mute:before { content: "\F25A"; }

.ion-wand:before { content: "\F358"; }

.ion-waterdrop:before { content: "\F25B"; }

.ion-wifi:before { content: "\F25C"; }

.ion-wineglass:before { content: "\F2B9"; }

.ion-woman:before { content: "\F25D"; }

.ion-wrench:before { content: "\F2BA"; }

.ion-xbox:before { content: "\F30C"; }
/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url("/assets/fonts/materialdesignicons/materialdesignicons-webfont.eot?v=1.7.22");
  src: url("/assets/fonts/materialdesignicons/materialdesignicons-webfont.eot?#iefix&v=1.7.22") format("embedded-opentype"), url("/assets/fonts/materialdesignicons/materialdesignicons-webfont.woff2?v=1.7.22") format("woff2"), url("/assets/fonts/materialdesignicons/materialdesignicons-webfont.woff?v=1.7.22") format("woff"), url("/assets/fonts/materialdesignicons/materialdesignicons-webfont.ttf?v=1.7.22") format("truetype"), url("/assets/fonts/materialdesignicons/materialdesignicons-webfont.svg?v=1.7.22#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mdi:before,
.mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.mdi-access-point:before {
  content: "\F002";
}

.mdi-access-point-network:before {
  content: "\F003";
}

.mdi-account:before {
  content: "\F004";
}

.mdi-account-alert:before {
  content: "\F005";
}

.mdi-account-box:before {
  content: "\F006";
}

.mdi-account-box-outline:before {
  content: "\F007";
}

.mdi-account-card-details:before {
  content: "\F5D2";
}

.mdi-account-check:before {
  content: "\F008";
}

.mdi-account-circle:before {
  content: "\F009";
}

.mdi-account-convert:before {
  content: "\F00A";
}

.mdi-account-key:before {
  content: "\F00B";
}

.mdi-account-location:before {
  content: "\F00C";
}

.mdi-account-minus:before {
  content: "\F00D";
}

.mdi-account-multiple:before {
  content: "\F00E";
}

.mdi-account-multiple-minus:before {
  content: "\F5D3";
}

.mdi-account-multiple-outline:before {
  content: "\F00F";
}

.mdi-account-multiple-plus:before {
  content: "\F010";
}

.mdi-account-network:before {
  content: "\F011";
}

.mdi-account-off:before {
  content: "\F012";
}

.mdi-account-outline:before {
  content: "\F013";
}

.mdi-account-plus:before {
  content: "\F014";
}

.mdi-account-remove:before {
  content: "\F015";
}

.mdi-account-search:before {
  content: "\F016";
}

.mdi-account-settings:before {
  content: "\F630";
}

.mdi-account-settings-variant:before {
  content: "\F631";
}

.mdi-account-star:before {
  content: "\F017";
}

.mdi-account-star-variant:before {
  content: "\F018";
}

.mdi-account-switch:before {
  content: "\F019";
}

.mdi-adjust:before {
  content: "\F01A";
}

.mdi-air-conditioner:before {
  content: "\F01B";
}

.mdi-airballoon:before {
  content: "\F01C";
}

.mdi-airplane:before {
  content: "\F01D";
}

.mdi-airplane-landing:before {
  content: "\F5D4";
}

.mdi-airplane-off:before {
  content: "\F01E";
}

.mdi-airplane-takeoff:before {
  content: "\F5D5";
}

.mdi-airplay:before {
  content: "\F01F";
}

.mdi-alarm:before {
  content: "\F020";
}

.mdi-alarm-check:before {
  content: "\F021";
}

.mdi-alarm-multiple:before {
  content: "\F022";
}

.mdi-alarm-off:before {
  content: "\F023";
}

.mdi-alarm-plus:before {
  content: "\F024";
}

.mdi-alarm-snooze:before {
  content: "\F68D";
}

.mdi-album:before {
  content: "\F025";
}

.mdi-alert:before {
  content: "\F026";
}

.mdi-alert-box:before {
  content: "\F027";
}

.mdi-alert-circle:before {
  content: "\F028";
}

.mdi-alert-circle-outline:before {
  content: "\F5D6";
}

.mdi-alert-octagon:before {
  content: "\F029";
}

.mdi-alert-outline:before {
  content: "\F02A";
}

.mdi-alpha:before {
  content: "\F02B";
}

.mdi-alphabetical:before {
  content: "\F02C";
}

.mdi-altimeter:before {
  content: "\F5D7";
}

.mdi-amazon:before {
  content: "\F02D";
}

.mdi-amazon-clouddrive:before {
  content: "\F02E";
}

.mdi-ambulance:before {
  content: "\F02F";
}

.mdi-amplifier:before {
  content: "\F030";
}

.mdi-anchor:before {
  content: "\F031";
}

.mdi-android:before {
  content: "\F032";
}

.mdi-android-debug-bridge:before {
  content: "\F033";
}

.mdi-android-studio:before {
  content: "\F034";
}

.mdi-angular:before {
  content: "\F6B1";
}

.mdi-animation:before {
  content: "\F5D8";
}

.mdi-apple:before {
  content: "\F035";
}

.mdi-apple-finder:before {
  content: "\F036";
}

.mdi-apple-ios:before {
  content: "\F037";
}

.mdi-apple-keyboard-caps:before {
  content: "\F632";
}

.mdi-apple-keyboard-command:before {
  content: "\F633";
}

.mdi-apple-keyboard-control:before {
  content: "\F634";
}

.mdi-apple-keyboard-option:before {
  content: "\F635";
}

.mdi-apple-keyboard-shift:before {
  content: "\F636";
}

.mdi-apple-mobileme:before {
  content: "\F038";
}

.mdi-apple-safari:before {
  content: "\F039";
}

.mdi-application:before {
  content: "\F614";
}

.mdi-appnet:before {
  content: "\F03A";
}

.mdi-apps:before {
  content: "\F03B";
}

.mdi-archive:before {
  content: "\F03C";
}

.mdi-arrange-bring-forward:before {
  content: "\F03D";
}

.mdi-arrange-bring-to-front:before {
  content: "\F03E";
}

.mdi-arrange-send-backward:before {
  content: "\F03F";
}

.mdi-arrange-send-to-back:before {
  content: "\F040";
}

.mdi-arrow-all:before {
  content: "\F041";
}

.mdi-arrow-bottom-left:before {
  content: "\F042";
}

.mdi-arrow-bottom-right:before {
  content: "\F043";
}

.mdi-arrow-compress:before {
  content: "\F615";
}

.mdi-arrow-compress-all:before {
  content: "\F044";
}

.mdi-arrow-down:before {
  content: "\F045";
}

.mdi-arrow-down-bold:before {
  content: "\F046";
}

.mdi-arrow-down-bold-circle:before {
  content: "\F047";
}

.mdi-arrow-down-bold-circle-outline:before {
  content: "\F048";
}

.mdi-arrow-down-bold-hexagon-outline:before {
  content: "\F049";
}

.mdi-arrow-down-drop-circle:before {
  content: "\F04A";
}

.mdi-arrow-down-drop-circle-outline:before {
  content: "\F04B";
}

.mdi-arrow-expand:before {
  content: "\F616";
}

.mdi-arrow-expand-all:before {
  content: "\F04C";
}

.mdi-arrow-left:before {
  content: "\F04D";
}

.mdi-arrow-left-bold:before {
  content: "\F04E";
}

.mdi-arrow-left-bold-circle:before {
  content: "\F04F";
}

.mdi-arrow-left-bold-circle-outline:before {
  content: "\F050";
}

.mdi-arrow-left-bold-hexagon-outline:before {
  content: "\F051";
}

.mdi-arrow-left-drop-circle:before {
  content: "\F052";
}

.mdi-arrow-left-drop-circle-outline:before {
  content: "\F053";
}

.mdi-arrow-right:before {
  content: "\F054";
}

.mdi-arrow-right-bold:before {
  content: "\F055";
}

.mdi-arrow-right-bold-circle:before {
  content: "\F056";
}

.mdi-arrow-right-bold-circle-outline:before {
  content: "\F057";
}

.mdi-arrow-right-bold-hexagon-outline:before {
  content: "\F058";
}

.mdi-arrow-right-drop-circle:before {
  content: "\F059";
}

.mdi-arrow-right-drop-circle-outline:before {
  content: "\F05A";
}

.mdi-arrow-top-left:before {
  content: "\F05B";
}

.mdi-arrow-top-right:before {
  content: "\F05C";
}

.mdi-arrow-up:before {
  content: "\F05D";
}

.mdi-arrow-up-bold:before {
  content: "\F05E";
}

.mdi-arrow-up-bold-circle:before {
  content: "\F05F";
}

.mdi-arrow-up-bold-circle-outline:before {
  content: "\F060";
}

.mdi-arrow-up-bold-hexagon-outline:before {
  content: "\F061";
}

.mdi-arrow-up-drop-circle:before {
  content: "\F062";
}

.mdi-arrow-up-drop-circle-outline:before {
  content: "\F063";
}

.mdi-assistant:before {
  content: "\F064";
}

.mdi-at:before {
  content: "\F065";
}

.mdi-attachment:before {
  content: "\F066";
}

.mdi-audiobook:before {
  content: "\F067";
}

.mdi-auto-fix:before {
  content: "\F068";
}

.mdi-auto-upload:before {
  content: "\F069";
}

.mdi-autorenew:before {
  content: "\F06A";
}

.mdi-av-timer:before {
  content: "\F06B";
}

.mdi-baby:before {
  content: "\F06C";
}

.mdi-baby-buggy:before {
  content: "\F68E";
}

.mdi-backburger:before {
  content: "\F06D";
}

.mdi-backspace:before {
  content: "\F06E";
}

.mdi-backup-restore:before {
  content: "\F06F";
}

.mdi-bandcamp:before {
  content: "\F674";
}

.mdi-bank:before {
  content: "\F070";
}

.mdi-barcode:before {
  content: "\F071";
}

.mdi-barcode-scan:before {
  content: "\F072";
}

.mdi-barley:before {
  content: "\F073";
}

.mdi-barrel:before {
  content: "\F074";
}

.mdi-basecamp:before {
  content: "\F075";
}

.mdi-basket:before {
  content: "\F076";
}

.mdi-basket-fill:before {
  content: "\F077";
}

.mdi-basket-unfill:before {
  content: "\F078";
}

.mdi-battery:before {
  content: "\F079";
}

.mdi-battery-10:before {
  content: "\F07A";
}

.mdi-battery-20:before {
  content: "\F07B";
}

.mdi-battery-30:before {
  content: "\F07C";
}

.mdi-battery-40:before {
  content: "\F07D";
}

.mdi-battery-50:before {
  content: "\F07E";
}

.mdi-battery-60:before {
  content: "\F07F";
}

.mdi-battery-70:before {
  content: "\F080";
}

.mdi-battery-80:before {
  content: "\F081";
}

.mdi-battery-90:before {
  content: "\F082";
}

.mdi-battery-alert:before {
  content: "\F083";
}

.mdi-battery-charging:before {
  content: "\F084";
}

.mdi-battery-charging-100:before {
  content: "\F085";
}

.mdi-battery-charging-20:before {
  content: "\F086";
}

.mdi-battery-charging-30:before {
  content: "\F087";
}

.mdi-battery-charging-40:before {
  content: "\F088";
}

.mdi-battery-charging-60:before {
  content: "\F089";
}

.mdi-battery-charging-80:before {
  content: "\F08A";
}

.mdi-battery-charging-90:before {
  content: "\F08B";
}

.mdi-battery-minus:before {
  content: "\F08C";
}

.mdi-battery-negative:before {
  content: "\F08D";
}

.mdi-battery-outline:before {
  content: "\F08E";
}

.mdi-battery-plus:before {
  content: "\F08F";
}

.mdi-battery-positive:before {
  content: "\F090";
}

.mdi-battery-unknown:before {
  content: "\F091";
}

.mdi-beach:before {
  content: "\F092";
}

.mdi-beaker:before {
  content: "\F68F";
}

.mdi-beats:before {
  content: "\F097";
}

.mdi-beer:before {
  content: "\F098";
}

.mdi-behance:before {
  content: "\F099";
}

.mdi-bell:before {
  content: "\F09A";
}

.mdi-bell-off:before {
  content: "\F09B";
}

.mdi-bell-outline:before {
  content: "\F09C";
}

.mdi-bell-plus:before {
  content: "\F09D";
}

.mdi-bell-ring:before {
  content: "\F09E";
}

.mdi-bell-ring-outline:before {
  content: "\F09F";
}

.mdi-bell-sleep:before {
  content: "\F0A0";
}

.mdi-beta:before {
  content: "\F0A1";
}

.mdi-bible:before {
  content: "\F0A2";
}

.mdi-bike:before {
  content: "\F0A3";
}

.mdi-bing:before {
  content: "\F0A4";
}

.mdi-binoculars:before {
  content: "\F0A5";
}

.mdi-bio:before {
  content: "\F0A6";
}

.mdi-biohazard:before {
  content: "\F0A7";
}

.mdi-bitbucket:before {
  content: "\F0A8";
}

.mdi-black-mesa:before {
  content: "\F0A9";
}

.mdi-blackberry:before {
  content: "\F0AA";
}

.mdi-blender:before {
  content: "\F0AB";
}

.mdi-blinds:before {
  content: "\F0AC";
}

.mdi-block-helper:before {
  content: "\F0AD";
}

.mdi-blogger:before {
  content: "\F0AE";
}

.mdi-bluetooth:before {
  content: "\F0AF";
}

.mdi-bluetooth-audio:before {
  content: "\F0B0";
}

.mdi-bluetooth-connect:before {
  content: "\F0B1";
}

.mdi-bluetooth-off:before {
  content: "\F0B2";
}

.mdi-bluetooth-settings:before {
  content: "\F0B3";
}

.mdi-bluetooth-transfer:before {
  content: "\F0B4";
}

.mdi-blur:before {
  content: "\F0B5";
}

.mdi-blur-linear:before {
  content: "\F0B6";
}

.mdi-blur-off:before {
  content: "\F0B7";
}

.mdi-blur-radial:before {
  content: "\F0B8";
}

.mdi-bomb:before {
  content: "\F690";
}

.mdi-bone:before {
  content: "\F0B9";
}

.mdi-book:before {
  content: "\F0BA";
}

.mdi-book-minus:before {
  content: "\F5D9";
}

.mdi-book-multiple:before {
  content: "\F0BB";
}

.mdi-book-multiple-variant:before {
  content: "\F0BC";
}

.mdi-book-open:before {
  content: "\F0BD";
}

.mdi-book-open-page-variant:before {
  content: "\F5DA";
}

.mdi-book-open-variant:before {
  content: "\F0BE";
}

.mdi-book-plus:before {
  content: "\F5DB";
}

.mdi-book-variant:before {
  content: "\F0BF";
}

.mdi-bookmark:before {
  content: "\F0C0";
}

.mdi-bookmark-check:before {
  content: "\F0C1";
}

.mdi-bookmark-music:before {
  content: "\F0C2";
}

.mdi-bookmark-outline:before {
  content: "\F0C3";
}

.mdi-bookmark-plus:before {
  content: "\F0C5";
}

.mdi-bookmark-plus-outline:before {
  content: "\F0C4";
}

.mdi-bookmark-remove:before {
  content: "\F0C6";
}

.mdi-boombox:before {
  content: "\F5DC";
}

.mdi-border-all:before {
  content: "\F0C7";
}

.mdi-border-bottom:before {
  content: "\F0C8";
}

.mdi-border-color:before {
  content: "\F0C9";
}

.mdi-border-horizontal:before {
  content: "\F0CA";
}

.mdi-border-inside:before {
  content: "\F0CB";
}

.mdi-border-left:before {
  content: "\F0CC";
}

.mdi-border-none:before {
  content: "\F0CD";
}

.mdi-border-outside:before {
  content: "\F0CE";
}

.mdi-border-right:before {
  content: "\F0CF";
}

.mdi-border-style:before {
  content: "\F0D0";
}

.mdi-border-top:before {
  content: "\F0D1";
}

.mdi-border-vertical:before {
  content: "\F0D2";
}

.mdi-bow-tie:before {
  content: "\F677";
}

.mdi-bowl:before {
  content: "\F617";
}

.mdi-bowling:before {
  content: "\F0D3";
}

.mdi-box:before {
  content: "\F0D4";
}

.mdi-box-cutter:before {
  content: "\F0D5";
}

.mdi-box-shadow:before {
  content: "\F637";
}

.mdi-bridge:before {
  content: "\F618";
}

.mdi-briefcase:before {
  content: "\F0D6";
}

.mdi-briefcase-check:before {
  content: "\F0D7";
}

.mdi-briefcase-download:before {
  content: "\F0D8";
}

.mdi-briefcase-upload:before {
  content: "\F0D9";
}

.mdi-brightness-1:before {
  content: "\F0DA";
}

.mdi-brightness-2:before {
  content: "\F0DB";
}

.mdi-brightness-3:before {
  content: "\F0DC";
}

.mdi-brightness-4:before {
  content: "\F0DD";
}

.mdi-brightness-5:before {
  content: "\F0DE";
}

.mdi-brightness-6:before {
  content: "\F0DF";
}

.mdi-brightness-7:before {
  content: "\F0E0";
}

.mdi-brightness-auto:before {
  content: "\F0E1";
}

.mdi-broom:before {
  content: "\F0E2";
}

.mdi-brush:before {
  content: "\F0E3";
}

.mdi-buffer:before {
  content: "\F619";
}

.mdi-bug:before {
  content: "\F0E4";
}

.mdi-bulletin-board:before {
  content: "\F0E5";
}

.mdi-bullhorn:before {
  content: "\F0E6";
}

.mdi-bullseye:before {
  content: "\F5DD";
}

.mdi-burst-mode:before {
  content: "\F5DE";
}

.mdi-bus:before {
  content: "\F0E7";
}

.mdi-cached:before {
  content: "\F0E8";
}

.mdi-cake:before {
  content: "\F0E9";
}

.mdi-cake-layered:before {
  content: "\F0EA";
}

.mdi-cake-variant:before {
  content: "\F0EB";
}

.mdi-calculator:before {
  content: "\F0EC";
}

.mdi-calendar:before {
  content: "\F0ED";
}

.mdi-calendar-blank:before {
  content: "\F0EE";
}

.mdi-calendar-check:before {
  content: "\F0EF";
}

.mdi-calendar-clock:before {
  content: "\F0F0";
}

.mdi-calendar-multiple:before {
  content: "\F0F1";
}

.mdi-calendar-multiple-check:before {
  content: "\F0F2";
}

.mdi-calendar-plus:before {
  content: "\F0F3";
}

.mdi-calendar-question:before {
  content: "\F691";
}

.mdi-calendar-range:before {
  content: "\F678";
}

.mdi-calendar-remove:before {
  content: "\F0F4";
}

.mdi-calendar-text:before {
  content: "\F0F5";
}

.mdi-calendar-today:before {
  content: "\F0F6";
}

.mdi-call-made:before {
  content: "\F0F7";
}

.mdi-call-merge:before {
  content: "\F0F8";
}

.mdi-call-missed:before {
  content: "\F0F9";
}

.mdi-call-received:before {
  content: "\F0FA";
}

.mdi-call-split:before {
  content: "\F0FB";
}

.mdi-camcorder:before {
  content: "\F0FC";
}

.mdi-camcorder-box:before {
  content: "\F0FD";
}

.mdi-camcorder-box-off:before {
  content: "\F0FE";
}

.mdi-camcorder-off:before {
  content: "\F0FF";
}

.mdi-camera:before {
  content: "\F100";
}

.mdi-camera-burst:before {
  content: "\F692";
}

.mdi-camera-enhance:before {
  content: "\F101";
}

.mdi-camera-front:before {
  content: "\F102";
}

.mdi-camera-front-variant:before {
  content: "\F103";
}

.mdi-camera-iris:before {
  content: "\F104";
}

.mdi-camera-off:before {
  content: "\F5DF";
}

.mdi-camera-party-mode:before {
  content: "\F105";
}

.mdi-camera-rear:before {
  content: "\F106";
}

.mdi-camera-rear-variant:before {
  content: "\F107";
}

.mdi-camera-switch:before {
  content: "\F108";
}

.mdi-camera-timer:before {
  content: "\F109";
}

.mdi-candle:before {
  content: "\F5E2";
}

.mdi-candycane:before {
  content: "\F10A";
}

.mdi-car:before {
  content: "\F10B";
}

.mdi-car-battery:before {
  content: "\F10C";
}

.mdi-car-connected:before {
  content: "\F10D";
}

.mdi-car-wash:before {
  content: "\F10E";
}

.mdi-cards:before {
  content: "\F638";
}

.mdi-cards-outline:before {
  content: "\F639";
}

.mdi-cards-playing-outline:before {
  content: "\F63A";
}

.mdi-carrot:before {
  content: "\F10F";
}

.mdi-cart:before {
  content: "\F110";
}

.mdi-cart-off:before {
  content: "\F66B";
}

.mdi-cart-outline:before {
  content: "\F111";
}

.mdi-cart-plus:before {
  content: "\F112";
}

.mdi-case-sensitive-alt:before {
  content: "\F113";
}

.mdi-cash:before {
  content: "\F114";
}

.mdi-cash-100:before {
  content: "\F115";
}

.mdi-cash-multiple:before {
  content: "\F116";
}

.mdi-cash-usd:before {
  content: "\F117";
}

.mdi-cast:before {
  content: "\F118";
}

.mdi-cast-connected:before {
  content: "\F119";
}

.mdi-castle:before {
  content: "\F11A";
}

.mdi-cat:before {
  content: "\F11B";
}

.mdi-cellphone:before {
  content: "\F11C";
}

.mdi-cellphone-android:before {
  content: "\F11D";
}

.mdi-cellphone-basic:before {
  content: "\F11E";
}

.mdi-cellphone-dock:before {
  content: "\F11F";
}

.mdi-cellphone-iphone:before {
  content: "\F120";
}

.mdi-cellphone-link:before {
  content: "\F121";
}

.mdi-cellphone-link-off:before {
  content: "\F122";
}

.mdi-cellphone-settings:before {
  content: "\F123";
}

.mdi-certificate:before {
  content: "\F124";
}

.mdi-chair-school:before {
  content: "\F125";
}

.mdi-chart-arc:before {
  content: "\F126";
}

.mdi-chart-areaspline:before {
  content: "\F127";
}

.mdi-chart-bar:before {
  content: "\F128";
}

.mdi-chart-bubble:before {
  content: "\F5E3";
}

.mdi-chart-gantt:before {
  content: "\F66C";
}

.mdi-chart-histogram:before {
  content: "\F129";
}

.mdi-chart-line:before {
  content: "\F12A";
}

.mdi-chart-pie:before {
  content: "\F12B";
}

.mdi-chart-scatterplot-hexbin:before {
  content: "\F66D";
}

.mdi-chart-timeline:before {
  content: "\F66E";
}

.mdi-check:before {
  content: "\F12C";
}

.mdi-check-all:before {
  content: "\F12D";
}

.mdi-check-circle:before {
  content: "\F5E0";
}

.mdi-check-circle-outline:before {
  content: "\F5E1";
}

.mdi-checkbox-blank:before {
  content: "\F12E";
}

.mdi-checkbox-blank-circle:before {
  content: "\F12F";
}

.mdi-checkbox-blank-circle-outline:before {
  content: "\F130";
}

.mdi-checkbox-blank-outline:before {
  content: "\F131";
}

.mdi-checkbox-marked:before {
  content: "\F132";
}

.mdi-checkbox-marked-circle:before {
  content: "\F133";
}

.mdi-checkbox-marked-circle-outline:before {
  content: "\F134";
}

.mdi-checkbox-marked-outline:before {
  content: "\F135";
}

.mdi-checkbox-multiple-blank:before {
  content: "\F136";
}

.mdi-checkbox-multiple-blank-circle:before {
  content: "\F63B";
}

.mdi-checkbox-multiple-blank-circle-outline:before {
  content: "\F63C";
}

.mdi-checkbox-multiple-blank-outline:before {
  content: "\F137";
}

.mdi-checkbox-multiple-marked:before {
  content: "\F138";
}

.mdi-checkbox-multiple-marked-circle:before {
  content: "\F63D";
}

.mdi-checkbox-multiple-marked-circle-outline:before {
  content: "\F63E";
}

.mdi-checkbox-multiple-marked-outline:before {
  content: "\F139";
}

.mdi-checkerboard:before {
  content: "\F13A";
}

.mdi-chemical-weapon:before {
  content: "\F13B";
}

.mdi-chevron-double-down:before {
  content: "\F13C";
}

.mdi-chevron-double-left:before {
  content: "\F13D";
}

.mdi-chevron-double-right:before {
  content: "\F13E";
}

.mdi-chevron-double-up:before {
  content: "\F13F";
}

.mdi-chevron-down:before {
  content: "\F140";
}

.mdi-chevron-left:before {
  content: "\F141";
}

.mdi-chevron-right:before {
  content: "\F142";
}

.mdi-chevron-up:before {
  content: "\F143";
}

.mdi-chip:before {
  content: "\F61A";
}

.mdi-church:before {
  content: "\F144";
}

.mdi-cisco-webex:before {
  content: "\F145";
}

.mdi-city:before {
  content: "\F146";
}

.mdi-clipboard:before {
  content: "\F147";
}

.mdi-clipboard-account:before {
  content: "\F148";
}

.mdi-clipboard-alert:before {
  content: "\F149";
}

.mdi-clipboard-arrow-down:before {
  content: "\F14A";
}

.mdi-clipboard-arrow-left:before {
  content: "\F14B";
}

.mdi-clipboard-check:before {
  content: "\F14C";
}

.mdi-clipboard-outline:before {
  content: "\F14D";
}

.mdi-clipboard-text:before {
  content: "\F14E";
}

.mdi-clippy:before {
  content: "\F14F";
}

.mdi-clock:before {
  content: "\F150";
}

.mdi-clock-alert:before {
  content: "\F5CE";
}

.mdi-clock-end:before {
  content: "\F151";
}

.mdi-clock-fast:before {
  content: "\F152";
}

.mdi-clock-in:before {
  content: "\F153";
}

.mdi-clock-out:before {
  content: "\F154";
}

.mdi-clock-start:before {
  content: "\F155";
}

.mdi-close:before {
  content: "\F156";
}

.mdi-close-box:before {
  content: "\F157";
}

.mdi-close-box-outline:before {
  content: "\F158";
}

.mdi-close-circle:before {
  content: "\F159";
}

.mdi-close-circle-outline:before {
  content: "\F15A";
}

.mdi-close-network:before {
  content: "\F15B";
}

.mdi-close-octagon:before {
  content: "\F15C";
}

.mdi-close-octagon-outline:before {
  content: "\F15D";
}

.mdi-closed-caption:before {
  content: "\F15E";
}

.mdi-cloud:before {
  content: "\F15F";
}

.mdi-cloud-check:before {
  content: "\F160";
}

.mdi-cloud-circle:before {
  content: "\F161";
}

.mdi-cloud-download:before {
  content: "\F162";
}

.mdi-cloud-outline:before {
  content: "\F163";
}

.mdi-cloud-outline-off:before {
  content: "\F164";
}

.mdi-cloud-print:before {
  content: "\F165";
}

.mdi-cloud-print-outline:before {
  content: "\F166";
}

.mdi-cloud-sync:before {
  content: "\F63F";
}

.mdi-cloud-upload:before {
  content: "\F167";
}

.mdi-code-array:before {
  content: "\F168";
}

.mdi-code-braces:before {
  content: "\F169";
}

.mdi-code-brackets:before {
  content: "\F16A";
}

.mdi-code-equal:before {
  content: "\F16B";
}

.mdi-code-greater-than:before {
  content: "\F16C";
}

.mdi-code-greater-than-or-equal:before {
  content: "\F16D";
}

.mdi-code-less-than:before {
  content: "\F16E";
}

.mdi-code-less-than-or-equal:before {
  content: "\F16F";
}

.mdi-code-not-equal:before {
  content: "\F170";
}

.mdi-code-not-equal-variant:before {
  content: "\F171";
}

.mdi-code-parentheses:before {
  content: "\F172";
}

.mdi-code-string:before {
  content: "\F173";
}

.mdi-code-tags:before {
  content: "\F174";
}

.mdi-code-tags-check:before {
  content: "\F693";
}

.mdi-codepen:before {
  content: "\F175";
}

.mdi-coffee:before {
  content: "\F176";
}

.mdi-coffee-to-go:before {
  content: "\F177";
}

.mdi-coin:before {
  content: "\F178";
}

.mdi-coins:before {
  content: "\F694";
}

.mdi-collage:before {
  content: "\F640";
}

.mdi-color-helper:before {
  content: "\F179";
}

.mdi-comment:before {
  content: "\F17A";
}

.mdi-comment-account:before {
  content: "\F17B";
}

.mdi-comment-account-outline:before {
  content: "\F17C";
}

.mdi-comment-alert:before {
  content: "\F17D";
}

.mdi-comment-alert-outline:before {
  content: "\F17E";
}

.mdi-comment-check:before {
  content: "\F17F";
}

.mdi-comment-check-outline:before {
  content: "\F180";
}

.mdi-comment-multiple-outline:before {
  content: "\F181";
}

.mdi-comment-outline:before {
  content: "\F182";
}

.mdi-comment-plus-outline:before {
  content: "\F183";
}

.mdi-comment-processing:before {
  content: "\F184";
}

.mdi-comment-processing-outline:before {
  content: "\F185";
}

.mdi-comment-question-outline:before {
  content: "\F186";
}

.mdi-comment-remove-outline:before {
  content: "\F187";
}

.mdi-comment-text:before {
  content: "\F188";
}

.mdi-comment-text-outline:before {
  content: "\F189";
}

.mdi-compare:before {
  content: "\F18A";
}

.mdi-compass:before {
  content: "\F18B";
}

.mdi-compass-outline:before {
  content: "\F18C";
}

.mdi-console:before {
  content: "\F18D";
}

.mdi-contact-mail:before {
  content: "\F18E";
}

.mdi-content-copy:before {
  content: "\F18F";
}

.mdi-content-cut:before {
  content: "\F190";
}

.mdi-content-duplicate:before {
  content: "\F191";
}

.mdi-content-paste:before {
  content: "\F192";
}

.mdi-content-save:before {
  content: "\F193";
}

.mdi-content-save-all:before {
  content: "\F194";
}

.mdi-content-save-settings:before {
  content: "\F61B";
}

.mdi-contrast:before {
  content: "\F195";
}

.mdi-contrast-box:before {
  content: "\F196";
}

.mdi-contrast-circle:before {
  content: "\F197";
}

.mdi-cookie:before {
  content: "\F198";
}

.mdi-copyright:before {
  content: "\F5E6";
}

.mdi-counter:before {
  content: "\F199";
}

.mdi-cow:before {
  content: "\F19A";
}

.mdi-creation:before {
  content: "\F1C9";
}

.mdi-credit-card:before {
  content: "\F19B";
}

.mdi-credit-card-multiple:before {
  content: "\F19C";
}

.mdi-credit-card-off:before {
  content: "\F5E4";
}

.mdi-credit-card-plus:before {
  content: "\F675";
}

.mdi-credit-card-scan:before {
  content: "\F19D";
}

.mdi-crop:before {
  content: "\F19E";
}

.mdi-crop-free:before {
  content: "\F19F";
}

.mdi-crop-landscape:before {
  content: "\F1A0";
}

.mdi-crop-portrait:before {
  content: "\F1A1";
}

.mdi-crop-rotate:before {
  content: "\F695";
}

.mdi-crop-square:before {
  content: "\F1A2";
}

.mdi-crosshairs:before {
  content: "\F1A3";
}

.mdi-crosshairs-gps:before {
  content: "\F1A4";
}

.mdi-crown:before {
  content: "\F1A5";
}

.mdi-cube:before {
  content: "\F1A6";
}

.mdi-cube-outline:before {
  content: "\F1A7";
}

.mdi-cube-send:before {
  content: "\F1A8";
}

.mdi-cube-unfolded:before {
  content: "\F1A9";
}

.mdi-cup:before {
  content: "\F1AA";
}

.mdi-cup-off:before {
  content: "\F5E5";
}

.mdi-cup-water:before {
  content: "\F1AB";
}

.mdi-currency-btc:before {
  content: "\F1AC";
}

.mdi-currency-eur:before {
  content: "\F1AD";
}

.mdi-currency-gbp:before {
  content: "\F1AE";
}

.mdi-currency-inr:before {
  content: "\F1AF";
}

.mdi-currency-ngn:before {
  content: "\F1B0";
}

.mdi-currency-rub:before {
  content: "\F1B1";
}

.mdi-currency-try:before {
  content: "\F1B2";
}

.mdi-currency-usd:before {
  content: "\F1B3";
}

.mdi-currency-usd-off:before {
  content: "\F679";
}

.mdi-cursor-default:before {
  content: "\F1B4";
}

.mdi-cursor-default-outline:before {
  content: "\F1B5";
}

.mdi-cursor-move:before {
  content: "\F1B6";
}

.mdi-cursor-pointer:before {
  content: "\F1B7";
}

.mdi-cursor-text:before {
  content: "\F5E7";
}

.mdi-database:before {
  content: "\F1B8";
}

.mdi-database-minus:before {
  content: "\F1B9";
}

.mdi-database-plus:before {
  content: "\F1BA";
}

.mdi-debug-step-into:before {
  content: "\F1BB";
}

.mdi-debug-step-out:before {
  content: "\F1BC";
}

.mdi-debug-step-over:before {
  content: "\F1BD";
}

.mdi-decimal-decrease:before {
  content: "\F1BE";
}

.mdi-decimal-increase:before {
  content: "\F1BF";
}

.mdi-delete:before {
  content: "\F1C0";
}

.mdi-delete-circle:before {
  content: "\F682";
}

.mdi-delete-forever:before {
  content: "\F5E8";
}

.mdi-delete-sweep:before {
  content: "\F5E9";
}

.mdi-delete-variant:before {
  content: "\F1C1";
}

.mdi-delta:before {
  content: "\F1C2";
}

.mdi-deskphone:before {
  content: "\F1C3";
}

.mdi-desktop-mac:before {
  content: "\F1C4";
}

.mdi-desktop-tower:before {
  content: "\F1C5";
}

.mdi-details:before {
  content: "\F1C6";
}

.mdi-developer-board:before {
  content: "\F696";
}

.mdi-deviantart:before {
  content: "\F1C7";
}

.mdi-dialpad:before {
  content: "\F61C";
}

.mdi-diamond:before {
  content: "\F1C8";
}

.mdi-dice-1:before {
  content: "\F1CA";
}

.mdi-dice-2:before {
  content: "\F1CB";
}

.mdi-dice-3:before {
  content: "\F1CC";
}

.mdi-dice-4:before {
  content: "\F1CD";
}

.mdi-dice-5:before {
  content: "\F1CE";
}

.mdi-dice-6:before {
  content: "\F1CF";
}

.mdi-dice-d20:before {
  content: "\F5EA";
}

.mdi-dice-d4:before {
  content: "\F5EB";
}

.mdi-dice-d6:before {
  content: "\F5EC";
}

.mdi-dice-d8:before {
  content: "\F5ED";
}

.mdi-dictionary:before {
  content: "\F61D";
}

.mdi-directions:before {
  content: "\F1D0";
}

.mdi-directions-fork:before {
  content: "\F641";
}

.mdi-discord:before {
  content: "\F66F";
}

.mdi-disk:before {
  content: "\F5EE";
}

.mdi-disk-alert:before {
  content: "\F1D1";
}

.mdi-disqus:before {
  content: "\F1D2";
}

.mdi-disqus-outline:before {
  content: "\F1D3";
}

.mdi-division:before {
  content: "\F1D4";
}

.mdi-division-box:before {
  content: "\F1D5";
}

.mdi-dna:before {
  content: "\F683";
}

.mdi-dns:before {
  content: "\F1D6";
}

.mdi-do-not-disturb:before {
  content: "\F697";
}

.mdi-do-not-disturb-off:before {
  content: "\F698";
}

.mdi-dolby:before {
  content: "\F6B2";
}

.mdi-domain:before {
  content: "\F1D7";
}

.mdi-dots-horizontal:before {
  content: "\F1D8";
}

.mdi-dots-vertical:before {
  content: "\F1D9";
}

.mdi-douban:before {
  content: "\F699";
}

.mdi-download:before {
  content: "\F1DA";
}

.mdi-drag:before {
  content: "\F1DB";
}

.mdi-drag-horizontal:before {
  content: "\F1DC";
}

.mdi-drag-vertical:before {
  content: "\F1DD";
}

.mdi-drawing:before {
  content: "\F1DE";
}

.mdi-drawing-box:before {
  content: "\F1DF";
}

.mdi-dribbble:before {
  content: "\F1E0";
}

.mdi-dribbble-box:before {
  content: "\F1E1";
}

.mdi-drone:before {
  content: "\F1E2";
}

.mdi-dropbox:before {
  content: "\F1E3";
}

.mdi-drupal:before {
  content: "\F1E4";
}

.mdi-duck:before {
  content: "\F1E5";
}

.mdi-dumbbell:before {
  content: "\F1E6";
}

.mdi-earth:before {
  content: "\F1E7";
}

.mdi-earth-off:before {
  content: "\F1E8";
}

.mdi-edge:before {
  content: "\F1E9";
}

.mdi-eject:before {
  content: "\F1EA";
}

.mdi-elevation-decline:before {
  content: "\F1EB";
}

.mdi-elevation-rise:before {
  content: "\F1EC";
}

.mdi-elevator:before {
  content: "\F1ED";
}

.mdi-email:before {
  content: "\F1EE";
}

.mdi-email-open:before {
  content: "\F1EF";
}

.mdi-email-open-outline:before {
  content: "\F5EF";
}

.mdi-email-outline:before {
  content: "\F1F0";
}

.mdi-email-secure:before {
  content: "\F1F1";
}

.mdi-email-variant:before {
  content: "\F5F0";
}

.mdi-emby:before {
  content: "\F6B3";
}

.mdi-emoticon:before {
  content: "\F1F2";
}

.mdi-emoticon-cool:before {
  content: "\F1F3";
}

.mdi-emoticon-dead:before {
  content: "\F69A";
}

.mdi-emoticon-devil:before {
  content: "\F1F4";
}

.mdi-emoticon-excited:before {
  content: "\F69B";
}

.mdi-emoticon-happy:before {
  content: "\F1F5";
}

.mdi-emoticon-neutral:before {
  content: "\F1F6";
}

.mdi-emoticon-poop:before {
  content: "\F1F7";
}

.mdi-emoticon-sad:before {
  content: "\F1F8";
}

.mdi-emoticon-tongue:before {
  content: "\F1F9";
}

.mdi-engine:before {
  content: "\F1FA";
}

.mdi-engine-outline:before {
  content: "\F1FB";
}

.mdi-equal:before {
  content: "\F1FC";
}

.mdi-equal-box:before {
  content: "\F1FD";
}

.mdi-eraser:before {
  content: "\F1FE";
}

.mdi-eraser-variant:before {
  content: "\F642";
}

.mdi-escalator:before {
  content: "\F1FF";
}

.mdi-ethernet:before {
  content: "\F200";
}

.mdi-ethernet-cable:before {
  content: "\F201";
}

.mdi-ethernet-cable-off:before {
  content: "\F202";
}

.mdi-etsy:before {
  content: "\F203";
}

.mdi-ev-station:before {
  content: "\F5F1";
}

.mdi-evernote:before {
  content: "\F204";
}

.mdi-exclamation:before {
  content: "\F205";
}

.mdi-exit-to-app:before {
  content: "\F206";
}

.mdi-export:before {
  content: "\F207";
}

.mdi-eye:before {
  content: "\F208";
}

.mdi-eye-off:before {
  content: "\F209";
}

.mdi-eyedropper:before {
  content: "\F20A";
}

.mdi-eyedropper-variant:before {
  content: "\F20B";
}

.mdi-face:before {
  content: "\F643";
}

.mdi-face-profile:before {
  content: "\F644";
}

.mdi-facebook:before {
  content: "\F20C";
}

.mdi-facebook-box:before {
  content: "\F20D";
}

.mdi-facebook-messenger:before {
  content: "\F20E";
}

.mdi-factory:before {
  content: "\F20F";
}

.mdi-fan:before {
  content: "\F210";
}

.mdi-fast-forward:before {
  content: "\F211";
}

.mdi-fax:before {
  content: "\F212";
}

.mdi-ferry:before {
  content: "\F213";
}

.mdi-file:before {
  content: "\F214";
}

.mdi-file-chart:before {
  content: "\F215";
}

.mdi-file-check:before {
  content: "\F216";
}

.mdi-file-cloud:before {
  content: "\F217";
}

.mdi-file-delimited:before {
  content: "\F218";
}

.mdi-file-document:before {
  content: "\F219";
}

.mdi-file-document-box:before {
  content: "\F21A";
}

.mdi-file-excel:before {
  content: "\F21B";
}

.mdi-file-excel-box:before {
  content: "\F21C";
}

.mdi-file-export:before {
  content: "\F21D";
}

.mdi-file-find:before {
  content: "\F21E";
}

.mdi-file-hidden:before {
  content: "\F613";
}

.mdi-file-image:before {
  content: "\F21F";
}

.mdi-file-import:before {
  content: "\F220";
}

.mdi-file-lock:before {
  content: "\F221";
}

.mdi-file-multiple:before {
  content: "\F222";
}

.mdi-file-music:before {
  content: "\F223";
}

.mdi-file-outline:before {
  content: "\F224";
}

.mdi-file-pdf:before {
  content: "\F225";
}

.mdi-file-pdf-box:before {
  content: "\F226";
}

.mdi-file-powerpoint:before {
  content: "\F227";
}

.mdi-file-powerpoint-box:before {
  content: "\F228";
}

.mdi-file-presentation-box:before {
  content: "\F229";
}

.mdi-file-restore:before {
  content: "\F670";
}

.mdi-file-send:before {
  content: "\F22A";
}

.mdi-file-tree:before {
  content: "\F645";
}

.mdi-file-video:before {
  content: "\F22B";
}

.mdi-file-word:before {
  content: "\F22C";
}

.mdi-file-word-box:before {
  content: "\F22D";
}

.mdi-file-xml:before {
  content: "\F22E";
}

.mdi-film:before {
  content: "\F22F";
}

.mdi-filmstrip:before {
  content: "\F230";
}

.mdi-filmstrip-off:before {
  content: "\F231";
}

.mdi-filter:before {
  content: "\F232";
}

.mdi-filter-outline:before {
  content: "\F233";
}

.mdi-filter-remove:before {
  content: "\F234";
}

.mdi-filter-remove-outline:before {
  content: "\F235";
}

.mdi-filter-variant:before {
  content: "\F236";
}

.mdi-fingerprint:before {
  content: "\F237";
}

.mdi-fire:before {
  content: "\F238";
}

.mdi-firefox:before {
  content: "\F239";
}

.mdi-fish:before {
  content: "\F23A";
}

.mdi-flag:before {
  content: "\F23B";
}

.mdi-flag-checkered:before {
  content: "\F23C";
}

.mdi-flag-outline:before {
  content: "\F23D";
}

.mdi-flag-outline-variant:before {
  content: "\F23E";
}

.mdi-flag-triangle:before {
  content: "\F23F";
}

.mdi-flag-variant:before {
  content: "\F240";
}

.mdi-flash:before {
  content: "\F241";
}

.mdi-flash-auto:before {
  content: "\F242";
}

.mdi-flash-off:before {
  content: "\F243";
}

.mdi-flash-red-eye:before {
  content: "\F67A";
}

.mdi-flashlight:before {
  content: "\F244";
}

.mdi-flashlight-off:before {
  content: "\F245";
}

.mdi-flask:before {
  content: "\F093";
}

.mdi-flask-empty:before {
  content: "\F094";
}

.mdi-flask-empty-outline:before {
  content: "\F095";
}

.mdi-flask-outline:before {
  content: "\F096";
}

.mdi-flattr:before {
  content: "\F246";
}

.mdi-flip-to-back:before {
  content: "\F247";
}

.mdi-flip-to-front:before {
  content: "\F248";
}

.mdi-floppy:before {
  content: "\F249";
}

.mdi-flower:before {
  content: "\F24A";
}

.mdi-folder:before {
  content: "\F24B";
}

.mdi-folder-account:before {
  content: "\F24C";
}

.mdi-folder-download:before {
  content: "\F24D";
}

.mdi-folder-google-drive:before {
  content: "\F24E";
}

.mdi-folder-image:before {
  content: "\F24F";
}

.mdi-folder-lock:before {
  content: "\F250";
}

.mdi-folder-lock-open:before {
  content: "\F251";
}

.mdi-folder-move:before {
  content: "\F252";
}

.mdi-folder-multiple:before {
  content: "\F253";
}

.mdi-folder-multiple-image:before {
  content: "\F254";
}

.mdi-folder-multiple-outline:before {
  content: "\F255";
}

.mdi-folder-outline:before {
  content: "\F256";
}

.mdi-folder-plus:before {
  content: "\F257";
}

.mdi-folder-remove:before {
  content: "\F258";
}

.mdi-folder-star:before {
  content: "\F69C";
}

.mdi-folder-upload:before {
  content: "\F259";
}

.mdi-food:before {
  content: "\F25A";
}

.mdi-food-apple:before {
  content: "\F25B";
}

.mdi-food-fork-drink:before {
  content: "\F5F2";
}

.mdi-food-off:before {
  content: "\F5F3";
}

.mdi-food-variant:before {
  content: "\F25C";
}

.mdi-football:before {
  content: "\F25D";
}

.mdi-football-australian:before {
  content: "\F25E";
}

.mdi-football-helmet:before {
  content: "\F25F";
}

.mdi-format-align-center:before {
  content: "\F260";
}

.mdi-format-align-justify:before {
  content: "\F261";
}

.mdi-format-align-left:before {
  content: "\F262";
}

.mdi-format-align-right:before {
  content: "\F263";
}

.mdi-format-annotation-plus:before {
  content: "\F646";
}

.mdi-format-bold:before {
  content: "\F264";
}

.mdi-format-clear:before {
  content: "\F265";
}

.mdi-format-color-fill:before {
  content: "\F266";
}

.mdi-format-color-text:before {
  content: "\F69D";
}

.mdi-format-float-center:before {
  content: "\F267";
}

.mdi-format-float-left:before {
  content: "\F268";
}

.mdi-format-float-none:before {
  content: "\F269";
}

.mdi-format-float-right:before {
  content: "\F26A";
}

.mdi-format-header-1:before {
  content: "\F26B";
}

.mdi-format-header-2:before {
  content: "\F26C";
}

.mdi-format-header-3:before {
  content: "\F26D";
}

.mdi-format-header-4:before {
  content: "\F26E";
}

.mdi-format-header-5:before {
  content: "\F26F";
}

.mdi-format-header-6:before {
  content: "\F270";
}

.mdi-format-header-decrease:before {
  content: "\F271";
}

.mdi-format-header-equal:before {
  content: "\F272";
}

.mdi-format-header-increase:before {
  content: "\F273";
}

.mdi-format-header-pound:before {
  content: "\F274";
}

.mdi-format-horizontal-align-center:before {
  content: "\F61E";
}

.mdi-format-horizontal-align-left:before {
  content: "\F61F";
}

.mdi-format-horizontal-align-right:before {
  content: "\F620";
}

.mdi-format-indent-decrease:before {
  content: "\F275";
}

.mdi-format-indent-increase:before {
  content: "\F276";
}

.mdi-format-italic:before {
  content: "\F277";
}

.mdi-format-line-spacing:before {
  content: "\F278";
}

.mdi-format-line-style:before {
  content: "\F5C8";
}

.mdi-format-line-weight:before {
  content: "\F5C9";
}

.mdi-format-list-bulleted:before {
  content: "\F279";
}

.mdi-format-list-bulleted-type:before {
  content: "\F27A";
}

.mdi-format-list-numbers:before {
  content: "\F27B";
}

.mdi-format-paint:before {
  content: "\F27C";
}

.mdi-format-paragraph:before {
  content: "\F27D";
}

.mdi-format-quote:before {
  content: "\F27E";
}

.mdi-format-section:before {
  content: "\F69E";
}

.mdi-format-size:before {
  content: "\F27F";
}

.mdi-format-strikethrough:before {
  content: "\F280";
}

.mdi-format-strikethrough-variant:before {
  content: "\F281";
}

.mdi-format-subscript:before {
  content: "\F282";
}

.mdi-format-superscript:before {
  content: "\F283";
}

.mdi-format-text:before {
  content: "\F284";
}

.mdi-format-textdirection-l-to-r:before {
  content: "\F285";
}

.mdi-format-textdirection-r-to-l:before {
  content: "\F286";
}

.mdi-format-title:before {
  content: "\F5F4";
}

.mdi-format-underline:before {
  content: "\F287";
}

.mdi-format-vertical-align-bottom:before {
  content: "\F621";
}

.mdi-format-vertical-align-center:before {
  content: "\F622";
}

.mdi-format-vertical-align-top:before {
  content: "\F623";
}

.mdi-format-wrap-inline:before {
  content: "\F288";
}

.mdi-format-wrap-square:before {
  content: "\F289";
}

.mdi-format-wrap-tight:before {
  content: "\F28A";
}

.mdi-format-wrap-top-bottom:before {
  content: "\F28B";
}

.mdi-forum:before {
  content: "\F28C";
}

.mdi-forward:before {
  content: "\F28D";
}

.mdi-foursquare:before {
  content: "\F28E";
}

.mdi-fridge:before {
  content: "\F28F";
}

.mdi-fridge-filled:before {
  content: "\F290";
}

.mdi-fridge-filled-bottom:before {
  content: "\F291";
}

.mdi-fridge-filled-top:before {
  content: "\F292";
}

.mdi-fullscreen:before {
  content: "\F293";
}

.mdi-fullscreen-exit:before {
  content: "\F294";
}

.mdi-function:before {
  content: "\F295";
}

.mdi-gamepad:before {
  content: "\F296";
}

.mdi-gamepad-variant:before {
  content: "\F297";
}

.mdi-gas-cylinder:before {
  content: "\F647";
}

.mdi-gas-station:before {
  content: "\F298";
}

.mdi-gate:before {
  content: "\F299";
}

.mdi-gauge:before {
  content: "\F29A";
}

.mdi-gavel:before {
  content: "\F29B";
}

.mdi-gender-female:before {
  content: "\F29C";
}

.mdi-gender-male:before {
  content: "\F29D";
}

.mdi-gender-male-female:before {
  content: "\F29E";
}

.mdi-gender-transgender:before {
  content: "\F29F";
}

.mdi-ghost:before {
  content: "\F2A0";
}

.mdi-gift:before {
  content: "\F2A1";
}

.mdi-git:before {
  content: "\F2A2";
}

.mdi-github-box:before {
  content: "\F2A3";
}

.mdi-github-circle:before {
  content: "\F2A4";
}

.mdi-glass-flute:before {
  content: "\F2A5";
}

.mdi-glass-mug:before {
  content: "\F2A6";
}

.mdi-glass-stange:before {
  content: "\F2A7";
}

.mdi-glass-tulip:before {
  content: "\F2A8";
}

.mdi-glassdoor:before {
  content: "\F2A9";
}

.mdi-glasses:before {
  content: "\F2AA";
}

.mdi-gmail:before {
  content: "\F2AB";
}

.mdi-gnome:before {
  content: "\F2AC";
}

.mdi-gondola:before {
  content: "\F685";
}

.mdi-google:before {
  content: "\F2AD";
}

.mdi-google-cardboard:before {
  content: "\F2AE";
}

.mdi-google-chrome:before {
  content: "\F2AF";
}

.mdi-google-circles:before {
  content: "\F2B0";
}

.mdi-google-circles-communities:before {
  content: "\F2B1";
}

.mdi-google-circles-extended:before {
  content: "\F2B2";
}

.mdi-google-circles-group:before {
  content: "\F2B3";
}

.mdi-google-controller:before {
  content: "\F2B4";
}

.mdi-google-controller-off:before {
  content: "\F2B5";
}

.mdi-google-drive:before {
  content: "\F2B6";
}

.mdi-google-earth:before {
  content: "\F2B7";
}

.mdi-google-glass:before {
  content: "\F2B8";
}

.mdi-google-maps:before {
  content: "\F5F5";
}

.mdi-google-nearby:before {
  content: "\F2B9";
}

.mdi-google-pages:before {
  content: "\F2BA";
}

.mdi-google-physical-web:before {
  content: "\F2BB";
}

.mdi-google-play:before {
  content: "\F2BC";
}

.mdi-google-plus:before {
  content: "\F2BD";
}

.mdi-google-plus-box:before {
  content: "\F2BE";
}

.mdi-google-translate:before {
  content: "\F2BF";
}

.mdi-google-wallet:before {
  content: "\F2C0";
}

.mdi-gradient:before {
  content: "\F69F";
}

.mdi-grease-pencil:before {
  content: "\F648";
}

.mdi-grid:before {
  content: "\F2C1";
}

.mdi-grid-off:before {
  content: "\F2C2";
}

.mdi-group:before {
  content: "\F2C3";
}

.mdi-guitar-electric:before {
  content: "\F2C4";
}

.mdi-guitar-pick:before {
  content: "\F2C5";
}

.mdi-guitar-pick-outline:before {
  content: "\F2C6";
}

.mdi-hackernews:before {
  content: "\F624";
}

.mdi-hamburger:before {
  content: "\F684";
}

.mdi-hand-pointing-right:before {
  content: "\F2C7";
}

.mdi-hanger:before {
  content: "\F2C8";
}

.mdi-hangouts:before {
  content: "\F2C9";
}

.mdi-harddisk:before {
  content: "\F2CA";
}

.mdi-headphones:before {
  content: "\F2CB";
}

.mdi-headphones-box:before {
  content: "\F2CC";
}

.mdi-headphones-settings:before {
  content: "\F2CD";
}

.mdi-headset:before {
  content: "\F2CE";
}

.mdi-headset-dock:before {
  content: "\F2CF";
}

.mdi-headset-off:before {
  content: "\F2D0";
}

.mdi-heart:before {
  content: "\F2D1";
}

.mdi-heart-box:before {
  content: "\F2D2";
}

.mdi-heart-box-outline:before {
  content: "\F2D3";
}

.mdi-heart-broken:before {
  content: "\F2D4";
}

.mdi-heart-outline:before {
  content: "\F2D5";
}

.mdi-heart-pulse:before {
  content: "\F5F6";
}

.mdi-help:before {
  content: "\F2D6";
}

.mdi-help-circle:before {
  content: "\F2D7";
}

.mdi-help-circle-outline:before {
  content: "\F625";
}

.mdi-hexagon:before {
  content: "\F2D8";
}

.mdi-hexagon-outline:before {
  content: "\F2D9";
}

.mdi-highway:before {
  content: "\F5F7";
}

.mdi-history:before {
  content: "\F2DA";
}

.mdi-hololens:before {
  content: "\F2DB";
}

.mdi-home:before {
  content: "\F2DC";
}

.mdi-home-map-marker:before {
  content: "\F5F8";
}

.mdi-home-modern:before {
  content: "\F2DD";
}

.mdi-home-outline:before {
  content: "\F6A0";
}

.mdi-home-variant:before {
  content: "\F2DE";
}

.mdi-hops:before {
  content: "\F2DF";
}

.mdi-hospital:before {
  content: "\F2E0";
}

.mdi-hospital-building:before {
  content: "\F2E1";
}

.mdi-hospital-marker:before {
  content: "\F2E2";
}

.mdi-hotel:before {
  content: "\F2E3";
}

.mdi-houzz:before {
  content: "\F2E4";
}

.mdi-houzz-box:before {
  content: "\F2E5";
}

.mdi-human:before {
  content: "\F2E6";
}

.mdi-human-child:before {
  content: "\F2E7";
}

.mdi-human-female:before {
  content: "\F649";
}

.mdi-human-greeting:before {
  content: "\F64A";
}

.mdi-human-handsdown:before {
  content: "\F64B";
}

.mdi-human-handsup:before {
  content: "\F64C";
}

.mdi-human-male:before {
  content: "\F64D";
}

.mdi-human-male-female:before {
  content: "\F2E8";
}

.mdi-human-pregnant:before {
  content: "\F5CF";
}

.mdi-image:before {
  content: "\F2E9";
}

.mdi-image-album:before {
  content: "\F2EA";
}

.mdi-image-area:before {
  content: "\F2EB";
}

.mdi-image-area-close:before {
  content: "\F2EC";
}

.mdi-image-broken:before {
  content: "\F2ED";
}

.mdi-image-broken-variant:before {
  content: "\F2EE";
}

.mdi-image-filter:before {
  content: "\F2EF";
}

.mdi-image-filter-black-white:before {
  content: "\F2F0";
}

.mdi-image-filter-center-focus:before {
  content: "\F2F1";
}

.mdi-image-filter-center-focus-weak:before {
  content: "\F2F2";
}

.mdi-image-filter-drama:before {
  content: "\F2F3";
}

.mdi-image-filter-frames:before {
  content: "\F2F4";
}

.mdi-image-filter-hdr:before {
  content: "\F2F5";
}

.mdi-image-filter-none:before {
  content: "\F2F6";
}

.mdi-image-filter-tilt-shift:before {
  content: "\F2F7";
}

.mdi-image-filter-vintage:before {
  content: "\F2F8";
}

.mdi-image-multiple:before {
  content: "\F2F9";
}

.mdi-import:before {
  content: "\F2FA";
}

.mdi-inbox:before {
  content: "\F686";
}

.mdi-inbox-arrow-down:before {
  content: "\F2FB";
}

.mdi-inbox-arrow-up:before {
  content: "\F3D1";
}

.mdi-incognito:before {
  content: "\F5F9";
}

.mdi-information:before {
  content: "\F2FC";
}

.mdi-information-outline:before {
  content: "\F2FD";
}

.mdi-information-variant:before {
  content: "\F64E";
}

.mdi-instagram:before {
  content: "\F2FE";
}

.mdi-instapaper:before {
  content: "\F2FF";
}

.mdi-internet-explorer:before {
  content: "\F300";
}

.mdi-invert-colors:before {
  content: "\F301";
}

.mdi-itunes:before {
  content: "\F676";
}

.mdi-jeepney:before {
  content: "\F302";
}

.mdi-jira:before {
  content: "\F303";
}

.mdi-jsfiddle:before {
  content: "\F304";
}

.mdi-json:before {
  content: "\F626";
}

.mdi-keg:before {
  content: "\F305";
}

.mdi-kettle:before {
  content: "\F5FA";
}

.mdi-key:before {
  content: "\F306";
}

.mdi-key-change:before {
  content: "\F307";
}

.mdi-key-minus:before {
  content: "\F308";
}

.mdi-key-plus:before {
  content: "\F309";
}

.mdi-key-remove:before {
  content: "\F30A";
}

.mdi-key-variant:before {
  content: "\F30B";
}

.mdi-keyboard:before {
  content: "\F30C";
}

.mdi-keyboard-backspace:before {
  content: "\F30D";
}

.mdi-keyboard-caps:before {
  content: "\F30E";
}

.mdi-keyboard-close:before {
  content: "\F30F";
}

.mdi-keyboard-off:before {
  content: "\F310";
}

.mdi-keyboard-return:before {
  content: "\F311";
}

.mdi-keyboard-tab:before {
  content: "\F312";
}

.mdi-keyboard-variant:before {
  content: "\F313";
}

.mdi-kodi:before {
  content: "\F314";
}

.mdi-label:before {
  content: "\F315";
}

.mdi-label-outline:before {
  content: "\F316";
}

.mdi-lambda:before {
  content: "\F627";
}

.mdi-lamp:before {
  content: "\F6B4";
}

.mdi-lan:before {
  content: "\F317";
}

.mdi-lan-connect:before {
  content: "\F318";
}

.mdi-lan-disconnect:before {
  content: "\F319";
}

.mdi-lan-pending:before {
  content: "\F31A";
}

.mdi-language-c:before {
  content: "\F671";
}

.mdi-language-cpp:before {
  content: "\F672";
}

.mdi-language-csharp:before {
  content: "\F31B";
}

.mdi-language-css3:before {
  content: "\F31C";
}

.mdi-language-html5:before {
  content: "\F31D";
}

.mdi-language-javascript:before {
  content: "\F31E";
}

.mdi-language-php:before {
  content: "\F31F";
}

.mdi-language-python:before {
  content: "\F320";
}

.mdi-language-python-text:before {
  content: "\F321";
}

.mdi-laptop:before {
  content: "\F322";
}

.mdi-laptop-chromebook:before {
  content: "\F323";
}

.mdi-laptop-mac:before {
  content: "\F324";
}

.mdi-laptop-windows:before {
  content: "\F325";
}

.mdi-lastfm:before {
  content: "\F326";
}

.mdi-launch:before {
  content: "\F327";
}

.mdi-layers:before {
  content: "\F328";
}

.mdi-layers-off:before {
  content: "\F329";
}

.mdi-lead-pencil:before {
  content: "\F64F";
}

.mdi-leaf:before {
  content: "\F32A";
}

.mdi-led-off:before {
  content: "\F32B";
}

.mdi-led-on:before {
  content: "\F32C";
}

.mdi-led-outline:before {
  content: "\F32D";
}

.mdi-led-variant-off:before {
  content: "\F32E";
}

.mdi-led-variant-on:before {
  content: "\F32F";
}

.mdi-led-variant-outline:before {
  content: "\F330";
}

.mdi-library:before {
  content: "\F331";
}

.mdi-library-books:before {
  content: "\F332";
}

.mdi-library-music:before {
  content: "\F333";
}

.mdi-library-plus:before {
  content: "\F334";
}

.mdi-lightbulb:before {
  content: "\F335";
}

.mdi-lightbulb-outline:before {
  content: "\F336";
}

.mdi-link:before {
  content: "\F337";
}

.mdi-link-off:before {
  content: "\F338";
}

.mdi-link-variant:before {
  content: "\F339";
}

.mdi-link-variant-off:before {
  content: "\F33A";
}

.mdi-linkedin:before {
  content: "\F33B";
}

.mdi-linkedin-box:before {
  content: "\F33C";
}

.mdi-linux:before {
  content: "\F33D";
}

.mdi-lock:before {
  content: "\F33E";
}

.mdi-lock-open:before {
  content: "\F33F";
}

.mdi-lock-open-outline:before {
  content: "\F340";
}

.mdi-lock-outline:before {
  content: "\F341";
}

.mdi-lock-plus:before {
  content: "\F5FB";
}

.mdi-login:before {
  content: "\F342";
}

.mdi-login-variant:before {
  content: "\F5FC";
}

.mdi-logout:before {
  content: "\F343";
}

.mdi-logout-variant:before {
  content: "\F5FD";
}

.mdi-looks:before {
  content: "\F344";
}

.mdi-loupe:before {
  content: "\F345";
}

.mdi-lumx:before {
  content: "\F346";
}

.mdi-magnet:before {
  content: "\F347";
}

.mdi-magnet-on:before {
  content: "\F348";
}

.mdi-magnify:before {
  content: "\F349";
}

.mdi-magnify-minus:before {
  content: "\F34A";
}

.mdi-magnify-plus:before {
  content: "\F34B";
}

.mdi-mail-ru:before {
  content: "\F34C";
}

.mdi-map:before {
  content: "\F34D";
}

.mdi-map-marker:before {
  content: "\F34E";
}

.mdi-map-marker-circle:before {
  content: "\F34F";
}

.mdi-map-marker-minus:before {
  content: "\F650";
}

.mdi-map-marker-multiple:before {
  content: "\F350";
}

.mdi-map-marker-off:before {
  content: "\F351";
}

.mdi-map-marker-plus:before {
  content: "\F651";
}

.mdi-map-marker-radius:before {
  content: "\F352";
}

.mdi-margin:before {
  content: "\F353";
}

.mdi-markdown:before {
  content: "\F354";
}

.mdi-marker:before {
  content: "\F652";
}

.mdi-marker-check:before {
  content: "\F355";
}

.mdi-martini:before {
  content: "\F356";
}

.mdi-material-ui:before {
  content: "\F357";
}

.mdi-math-compass:before {
  content: "\F358";
}

.mdi-matrix:before {
  content: "\F628";
}

.mdi-maxcdn:before {
  content: "\F359";
}

.mdi-medium:before {
  content: "\F35A";
}

.mdi-memory:before {
  content: "\F35B";
}

.mdi-menu:before {
  content: "\F35C";
}

.mdi-menu-down:before {
  content: "\F35D";
}

.mdi-menu-down-outline:before {
  content: "\F6B5";
}

.mdi-menu-left:before {
  content: "\F35E";
}

.mdi-menu-right:before {
  content: "\F35F";
}

.mdi-menu-up:before {
  content: "\F360";
}

.mdi-menu-up-outline:before {
  content: "\F6B6";
}

.mdi-message:before {
  content: "\F361";
}

.mdi-message-alert:before {
  content: "\F362";
}

.mdi-message-bulleted:before {
  content: "\F6A1";
}

.mdi-message-bulleted-off:before {
  content: "\F6A2";
}

.mdi-message-draw:before {
  content: "\F363";
}

.mdi-message-image:before {
  content: "\F364";
}

.mdi-message-outline:before {
  content: "\F365";
}

.mdi-message-plus:before {
  content: "\F653";
}

.mdi-message-processing:before {
  content: "\F366";
}

.mdi-message-reply:before {
  content: "\F367";
}

.mdi-message-reply-text:before {
  content: "\F368";
}

.mdi-message-text:before {
  content: "\F369";
}

.mdi-message-text-outline:before {
  content: "\F36A";
}

.mdi-message-video:before {
  content: "\F36B";
}

.mdi-meteor:before {
  content: "\F629";
}

.mdi-microphone:before {
  content: "\F36C";
}

.mdi-microphone-off:before {
  content: "\F36D";
}

.mdi-microphone-outline:before {
  content: "\F36E";
}

.mdi-microphone-settings:before {
  content: "\F36F";
}

.mdi-microphone-variant:before {
  content: "\F370";
}

.mdi-microphone-variant-off:before {
  content: "\F371";
}

.mdi-microscope:before {
  content: "\F654";
}

.mdi-microsoft:before {
  content: "\F372";
}

.mdi-minecraft:before {
  content: "\F373";
}

.mdi-minus:before {
  content: "\F374";
}

.mdi-minus-box:before {
  content: "\F375";
}

.mdi-minus-circle:before {
  content: "\F376";
}

.mdi-minus-circle-outline:before {
  content: "\F377";
}

.mdi-minus-network:before {
  content: "\F378";
}

.mdi-mixcloud:before {
  content: "\F62A";
}

.mdi-monitor:before {
  content: "\F379";
}

.mdi-monitor-multiple:before {
  content: "\F37A";
}

.mdi-more:before {
  content: "\F37B";
}

.mdi-motorbike:before {
  content: "\F37C";
}

.mdi-mouse:before {
  content: "\F37D";
}

.mdi-mouse-off:before {
  content: "\F37E";
}

.mdi-mouse-variant:before {
  content: "\F37F";
}

.mdi-mouse-variant-off:before {
  content: "\F380";
}

.mdi-move-resize:before {
  content: "\F655";
}

.mdi-move-resize-variant:before {
  content: "\F656";
}

.mdi-movie:before {
  content: "\F381";
}

.mdi-multiplication:before {
  content: "\F382";
}

.mdi-multiplication-box:before {
  content: "\F383";
}

.mdi-music-box:before {
  content: "\F384";
}

.mdi-music-box-outline:before {
  content: "\F385";
}

.mdi-music-circle:before {
  content: "\F386";
}

.mdi-music-note:before {
  content: "\F387";
}

.mdi-music-note-bluetooth:before {
  content: "\F5FE";
}

.mdi-music-note-bluetooth-off:before {
  content: "\F5FF";
}

.mdi-music-note-eighth:before {
  content: "\F388";
}

.mdi-music-note-half:before {
  content: "\F389";
}

.mdi-music-note-off:before {
  content: "\F38A";
}

.mdi-music-note-quarter:before {
  content: "\F38B";
}

.mdi-music-note-sixteenth:before {
  content: "\F38C";
}

.mdi-music-note-whole:before {
  content: "\F38D";
}

.mdi-nature:before {
  content: "\F38E";
}

.mdi-nature-people:before {
  content: "\F38F";
}

.mdi-navigation:before {
  content: "\F390";
}

.mdi-near-me:before {
  content: "\F5CD";
}

.mdi-needle:before {
  content: "\F391";
}

.mdi-nest-protect:before {
  content: "\F392";
}

.mdi-nest-thermostat:before {
  content: "\F393";
}

.mdi-new-box:before {
  content: "\F394";
}

.mdi-newspaper:before {
  content: "\F395";
}

.mdi-nfc:before {
  content: "\F396";
}

.mdi-nfc-tap:before {
  content: "\F397";
}

.mdi-nfc-variant:before {
  content: "\F398";
}

.mdi-nodejs:before {
  content: "\F399";
}

.mdi-note:before {
  content: "\F39A";
}

.mdi-note-multiple:before {
  content: "\F6B7";
}

.mdi-note-multiple-outline:before {
  content: "\F6B8";
}

.mdi-note-outline:before {
  content: "\F39B";
}

.mdi-note-plus:before {
  content: "\F39C";
}

.mdi-note-plus-outline:before {
  content: "\F39D";
}

.mdi-note-text:before {
  content: "\F39E";
}

.mdi-notification-clear-all:before {
  content: "\F39F";
}

.mdi-nuke:before {
  content: "\F6A3";
}

.mdi-numeric:before {
  content: "\F3A0";
}

.mdi-numeric-0-box:before {
  content: "\F3A1";
}

.mdi-numeric-0-box-multiple-outline:before {
  content: "\F3A2";
}

.mdi-numeric-0-box-outline:before {
  content: "\F3A3";
}

.mdi-numeric-1-box:before {
  content: "\F3A4";
}

.mdi-numeric-1-box-multiple-outline:before {
  content: "\F3A5";
}

.mdi-numeric-1-box-outline:before {
  content: "\F3A6";
}

.mdi-numeric-2-box:before {
  content: "\F3A7";
}

.mdi-numeric-2-box-multiple-outline:before {
  content: "\F3A8";
}

.mdi-numeric-2-box-outline:before {
  content: "\F3A9";
}

.mdi-numeric-3-box:before {
  content: "\F3AA";
}

.mdi-numeric-3-box-multiple-outline:before {
  content: "\F3AB";
}

.mdi-numeric-3-box-outline:before {
  content: "\F3AC";
}

.mdi-numeric-4-box:before {
  content: "\F3AD";
}

.mdi-numeric-4-box-multiple-outline:before {
  content: "\F3AE";
}

.mdi-numeric-4-box-outline:before {
  content: "\F3AF";
}

.mdi-numeric-5-box:before {
  content: "\F3B0";
}

.mdi-numeric-5-box-multiple-outline:before {
  content: "\F3B1";
}

.mdi-numeric-5-box-outline:before {
  content: "\F3B2";
}

.mdi-numeric-6-box:before {
  content: "\F3B3";
}

.mdi-numeric-6-box-multiple-outline:before {
  content: "\F3B4";
}

.mdi-numeric-6-box-outline:before {
  content: "\F3B5";
}

.mdi-numeric-7-box:before {
  content: "\F3B6";
}

.mdi-numeric-7-box-multiple-outline:before {
  content: "\F3B7";
}

.mdi-numeric-7-box-outline:before {
  content: "\F3B8";
}

.mdi-numeric-8-box:before {
  content: "\F3B9";
}

.mdi-numeric-8-box-multiple-outline:before {
  content: "\F3BA";
}

.mdi-numeric-8-box-outline:before {
  content: "\F3BB";
}

.mdi-numeric-9-box:before {
  content: "\F3BC";
}

.mdi-numeric-9-box-multiple-outline:before {
  content: "\F3BD";
}

.mdi-numeric-9-box-outline:before {
  content: "\F3BE";
}

.mdi-numeric-9-plus-box:before {
  content: "\F3BF";
}

.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "\F3C0";
}

.mdi-numeric-9-plus-box-outline:before {
  content: "\F3C1";
}

.mdi-nutrition:before {
  content: "\F3C2";
}

.mdi-oar:before {
  content: "\F67B";
}

.mdi-octagon:before {
  content: "\F3C3";
}

.mdi-octagon-outline:before {
  content: "\F3C4";
}

.mdi-odnoklassniki:before {
  content: "\F3C5";
}

.mdi-office:before {
  content: "\F3C6";
}

.mdi-oil:before {
  content: "\F3C7";
}

.mdi-oil-temperature:before {
  content: "\F3C8";
}

.mdi-omega:before {
  content: "\F3C9";
}

.mdi-onedrive:before {
  content: "\F3CA";
}

.mdi-opacity:before {
  content: "\F5CC";
}

.mdi-open-in-app:before {
  content: "\F3CB";
}

.mdi-open-in-new:before {
  content: "\F3CC";
}

.mdi-openid:before {
  content: "\F3CD";
}

.mdi-opera:before {
  content: "\F3CE";
}

.mdi-ornament:before {
  content: "\F3CF";
}

.mdi-ornament-variant:before {
  content: "\F3D0";
}

.mdi-owl:before {
  content: "\F3D2";
}

.mdi-package:before {
  content: "\F3D3";
}

.mdi-package-down:before {
  content: "\F3D4";
}

.mdi-package-up:before {
  content: "\F3D5";
}

.mdi-package-variant:before {
  content: "\F3D6";
}

.mdi-package-variant-closed:before {
  content: "\F3D7";
}

.mdi-page-first:before {
  content: "\F600";
}

.mdi-page-last:before {
  content: "\F601";
}

.mdi-palette:before {
  content: "\F3D8";
}

.mdi-palette-advanced:before {
  content: "\F3D9";
}

.mdi-panda:before {
  content: "\F3DA";
}

.mdi-pandora:before {
  content: "\F3DB";
}

.mdi-panorama:before {
  content: "\F3DC";
}

.mdi-panorama-fisheye:before {
  content: "\F3DD";
}

.mdi-panorama-horizontal:before {
  content: "\F3DE";
}

.mdi-panorama-vertical:before {
  content: "\F3DF";
}

.mdi-panorama-wide-angle:before {
  content: "\F3E0";
}

.mdi-paper-cut-vertical:before {
  content: "\F3E1";
}

.mdi-paperclip:before {
  content: "\F3E2";
}

.mdi-parking:before {
  content: "\F3E3";
}

.mdi-pause:before {
  content: "\F3E4";
}

.mdi-pause-circle:before {
  content: "\F3E5";
}

.mdi-pause-circle-outline:before {
  content: "\F3E6";
}

.mdi-pause-octagon:before {
  content: "\F3E7";
}

.mdi-pause-octagon-outline:before {
  content: "\F3E8";
}

.mdi-paw:before {
  content: "\F3E9";
}

.mdi-paw-off:before {
  content: "\F657";
}

.mdi-pen:before {
  content: "\F3EA";
}

.mdi-pencil:before {
  content: "\F3EB";
}

.mdi-pencil-box:before {
  content: "\F3EC";
}

.mdi-pencil-box-outline:before {
  content: "\F3ED";
}

.mdi-pencil-lock:before {
  content: "\F3EE";
}

.mdi-pencil-off:before {
  content: "\F3EF";
}

.mdi-percent:before {
  content: "\F3F0";
}

.mdi-pharmacy:before {
  content: "\F3F1";
}

.mdi-phone:before {
  content: "\F3F2";
}

.mdi-phone-bluetooth:before {
  content: "\F3F3";
}

.mdi-phone-classic:before {
  content: "\F602";
}

.mdi-phone-forward:before {
  content: "\F3F4";
}

.mdi-phone-hangup:before {
  content: "\F3F5";
}

.mdi-phone-in-talk:before {
  content: "\F3F6";
}

.mdi-phone-incoming:before {
  content: "\F3F7";
}

.mdi-phone-locked:before {
  content: "\F3F8";
}

.mdi-phone-log:before {
  content: "\F3F9";
}

.mdi-phone-minus:before {
  content: "\F658";
}

.mdi-phone-missed:before {
  content: "\F3FA";
}

.mdi-phone-outgoing:before {
  content: "\F3FB";
}

.mdi-phone-paused:before {
  content: "\F3FC";
}

.mdi-phone-plus:before {
  content: "\F659";
}

.mdi-phone-settings:before {
  content: "\F3FD";
}

.mdi-phone-voip:before {
  content: "\F3FE";
}

.mdi-pi:before {
  content: "\F3FF";
}

.mdi-pi-box:before {
  content: "\F400";
}

.mdi-piano:before {
  content: "\F67C";
}

.mdi-pig:before {
  content: "\F401";
}

.mdi-pill:before {
  content: "\F402";
}

.mdi-pin:before {
  content: "\F403";
}

.mdi-pin-off:before {
  content: "\F404";
}

.mdi-pine-tree:before {
  content: "\F405";
}

.mdi-pine-tree-box:before {
  content: "\F406";
}

.mdi-pinterest:before {
  content: "\F407";
}

.mdi-pinterest-box:before {
  content: "\F408";
}

.mdi-pizza:before {
  content: "\F409";
}

.mdi-plane-shield:before {
  content: "\F6BA";
}

.mdi-play:before {
  content: "\F40A";
}

.mdi-play-box-outline:before {
  content: "\F40B";
}

.mdi-play-circle:before {
  content: "\F40C";
}

.mdi-play-circle-outline:before {
  content: "\F40D";
}

.mdi-play-pause:before {
  content: "\F40E";
}

.mdi-play-protected-content:before {
  content: "\F40F";
}

.mdi-playlist-check:before {
  content: "\F5C7";
}

.mdi-playlist-minus:before {
  content: "\F410";
}

.mdi-playlist-play:before {
  content: "\F411";
}

.mdi-playlist-plus:before {
  content: "\F412";
}

.mdi-playlist-remove:before {
  content: "\F413";
}

.mdi-playstation:before {
  content: "\F414";
}

.mdi-plex:before {
  content: "\F6B9";
}

.mdi-plus:before {
  content: "\F415";
}

.mdi-plus-box:before {
  content: "\F416";
}

.mdi-plus-circle:before {
  content: "\F417";
}

.mdi-plus-circle-multiple-outline:before {
  content: "\F418";
}

.mdi-plus-circle-outline:before {
  content: "\F419";
}

.mdi-plus-network:before {
  content: "\F41A";
}

.mdi-plus-one:before {
  content: "\F41B";
}

.mdi-pocket:before {
  content: "\F41C";
}

.mdi-pokeball:before {
  content: "\F41D";
}

.mdi-polaroid:before {
  content: "\F41E";
}

.mdi-poll:before {
  content: "\F41F";
}

.mdi-poll-box:before {
  content: "\F420";
}

.mdi-polymer:before {
  content: "\F421";
}

.mdi-pool:before {
  content: "\F606";
}

.mdi-popcorn:before {
  content: "\F422";
}

.mdi-pot:before {
  content: "\F65A";
}

.mdi-pot-mix:before {
  content: "\F65B";
}

.mdi-pound:before {
  content: "\F423";
}

.mdi-pound-box:before {
  content: "\F424";
}

.mdi-power:before {
  content: "\F425";
}

.mdi-power-plug:before {
  content: "\F6A4";
}

.mdi-power-plug-off:before {
  content: "\F6A5";
}

.mdi-power-settings:before {
  content: "\F426";
}

.mdi-power-socket:before {
  content: "\F427";
}

.mdi-presentation:before {
  content: "\F428";
}

.mdi-presentation-play:before {
  content: "\F429";
}

.mdi-printer:before {
  content: "\F42A";
}

.mdi-printer-3d:before {
  content: "\F42B";
}

.mdi-printer-alert:before {
  content: "\F42C";
}

.mdi-priority-high:before {
  content: "\F603";
}

.mdi-priority-low:before {
  content: "\F604";
}

.mdi-professional-hexagon:before {
  content: "\F42D";
}

.mdi-projector:before {
  content: "\F42E";
}

.mdi-projector-screen:before {
  content: "\F42F";
}

.mdi-publish:before {
  content: "\F6A6";
}

.mdi-pulse:before {
  content: "\F430";
}

.mdi-puzzle:before {
  content: "\F431";
}

.mdi-qqchat:before {
  content: "\F605";
}

.mdi-qrcode:before {
  content: "\F432";
}

.mdi-qrcode-scan:before {
  content: "\F433";
}

.mdi-quadcopter:before {
  content: "\F434";
}

.mdi-quality-high:before {
  content: "\F435";
}

.mdi-quicktime:before {
  content: "\F436";
}

.mdi-radar:before {
  content: "\F437";
}

.mdi-radiator:before {
  content: "\F438";
}

.mdi-radio:before {
  content: "\F439";
}

.mdi-radio-handheld:before {
  content: "\F43A";
}

.mdi-radio-tower:before {
  content: "\F43B";
}

.mdi-radioactive:before {
  content: "\F43C";
}

.mdi-radiobox-blank:before {
  content: "\F43D";
}

.mdi-radiobox-marked:before {
  content: "\F43E";
}

.mdi-raspberrypi:before {
  content: "\F43F";
}

.mdi-ray-end:before {
  content: "\F440";
}

.mdi-ray-end-arrow:before {
  content: "\F441";
}

.mdi-ray-start:before {
  content: "\F442";
}

.mdi-ray-start-arrow:before {
  content: "\F443";
}

.mdi-ray-start-end:before {
  content: "\F444";
}

.mdi-ray-vertex:before {
  content: "\F445";
}

.mdi-rdio:before {
  content: "\F446";
}

.mdi-read:before {
  content: "\F447";
}

.mdi-readability:before {
  content: "\F448";
}

.mdi-receipt:before {
  content: "\F449";
}

.mdi-record:before {
  content: "\F44A";
}

.mdi-record-rec:before {
  content: "\F44B";
}

.mdi-recycle:before {
  content: "\F44C";
}

.mdi-reddit:before {
  content: "\F44D";
}

.mdi-redo:before {
  content: "\F44E";
}

.mdi-redo-variant:before {
  content: "\F44F";
}

.mdi-refresh:before {
  content: "\F450";
}

.mdi-regex:before {
  content: "\F451";
}

.mdi-relative-scale:before {
  content: "\F452";
}

.mdi-reload:before {
  content: "\F453";
}

.mdi-remote:before {
  content: "\F454";
}

.mdi-rename-box:before {
  content: "\F455";
}

.mdi-reorder-horizontal:before {
  content: "\F687";
}

.mdi-reorder-vertical:before {
  content: "\F688";
}

.mdi-repeat:before {
  content: "\F456";
}

.mdi-repeat-off:before {
  content: "\F457";
}

.mdi-repeat-once:before {
  content: "\F458";
}

.mdi-replay:before {
  content: "\F459";
}

.mdi-reply:before {
  content: "\F45A";
}

.mdi-reply-all:before {
  content: "\F45B";
}

.mdi-reproduction:before {
  content: "\F45C";
}

.mdi-resize-bottom-right:before {
  content: "\F45D";
}

.mdi-responsive:before {
  content: "\F45E";
}

.mdi-restore:before {
  content: "\F6A7";
}

.mdi-rewind:before {
  content: "\F45F";
}

.mdi-ribbon:before {
  content: "\F460";
}

.mdi-road:before {
  content: "\F461";
}

.mdi-road-variant:before {
  content: "\F462";
}

.mdi-robot:before {
  content: "\F6A8";
}

.mdi-rocket:before {
  content: "\F463";
}

.mdi-rotate-3d:before {
  content: "\F464";
}

.mdi-rotate-90:before {
  content: "\F6A9";
}

.mdi-rotate-left:before {
  content: "\F465";
}

.mdi-rotate-left-variant:before {
  content: "\F466";
}

.mdi-rotate-right:before {
  content: "\F467";
}

.mdi-rotate-right-variant:before {
  content: "\F468";
}

.mdi-rounded-corner:before {
  content: "\F607";
}

.mdi-router-wireless:before {
  content: "\F469";
}

.mdi-routes:before {
  content: "\F46A";
}

.mdi-rowing:before {
  content: "\F608";
}

.mdi-rss:before {
  content: "\F46B";
}

.mdi-rss-box:before {
  content: "\F46C";
}

.mdi-ruler:before {
  content: "\F46D";
}

.mdi-run:before {
  content: "\F46E";
}

.mdi-sale:before {
  content: "\F46F";
}

.mdi-satellite:before {
  content: "\F470";
}

.mdi-satellite-variant:before {
  content: "\F471";
}

.mdi-saxophone:before {
  content: "\F609";
}

.mdi-scale:before {
  content: "\F472";
}

.mdi-scale-balance:before {
  content: "\F5D1";
}

.mdi-scale-bathroom:before {
  content: "\F473";
}

.mdi-scanner:before {
  content: "\F6AA";
}

.mdi-school:before {
  content: "\F474";
}

.mdi-screen-rotation:before {
  content: "\F475";
}

.mdi-screen-rotation-lock:before {
  content: "\F476";
}

.mdi-screwdriver:before {
  content: "\F477";
}

.mdi-script:before {
  content: "\F478";
}

.mdi-sd:before {
  content: "\F479";
}

.mdi-seal:before {
  content: "\F47A";
}

.mdi-seat-flat:before {
  content: "\F47B";
}

.mdi-seat-flat-angled:before {
  content: "\F47C";
}

.mdi-seat-individual-suite:before {
  content: "\F47D";
}

.mdi-seat-legroom-extra:before {
  content: "\F47E";
}

.mdi-seat-legroom-normal:before {
  content: "\F47F";
}

.mdi-seat-legroom-reduced:before {
  content: "\F480";
}

.mdi-seat-recline-extra:before {
  content: "\F481";
}

.mdi-seat-recline-normal:before {
  content: "\F482";
}

.mdi-security:before {
  content: "\F483";
}

.mdi-security-home:before {
  content: "\F689";
}

.mdi-security-network:before {
  content: "\F484";
}

.mdi-select:before {
  content: "\F485";
}

.mdi-select-all:before {
  content: "\F486";
}

.mdi-select-inverse:before {
  content: "\F487";
}

.mdi-select-off:before {
  content: "\F488";
}

.mdi-selection:before {
  content: "\F489";
}

.mdi-send:before {
  content: "\F48A";
}

.mdi-serial-port:before {
  content: "\F65C";
}

.mdi-server:before {
  content: "\F48B";
}

.mdi-server-minus:before {
  content: "\F48C";
}

.mdi-server-network:before {
  content: "\F48D";
}

.mdi-server-network-off:before {
  content: "\F48E";
}

.mdi-server-off:before {
  content: "\F48F";
}

.mdi-server-plus:before {
  content: "\F490";
}

.mdi-server-remove:before {
  content: "\F491";
}

.mdi-server-security:before {
  content: "\F492";
}

.mdi-settings:before {
  content: "\F493";
}

.mdi-settings-box:before {
  content: "\F494";
}

.mdi-shape-circle-plus:before {
  content: "\F65D";
}

.mdi-shape-plus:before {
  content: "\F495";
}

.mdi-shape-polygon-plus:before {
  content: "\F65E";
}

.mdi-shape-rectangle-plus:before {
  content: "\F65F";
}

.mdi-shape-square-plus:before {
  content: "\F660";
}

.mdi-share:before {
  content: "\F496";
}

.mdi-share-variant:before {
  content: "\F497";
}

.mdi-shield:before {
  content: "\F498";
}

.mdi-shield-outline:before {
  content: "\F499";
}

.mdi-shopping:before {
  content: "\F49A";
}

.mdi-shopping-music:before {
  content: "\F49B";
}

.mdi-shredder:before {
  content: "\F49C";
}

.mdi-shuffle:before {
  content: "\F49D";
}

.mdi-shuffle-disabled:before {
  content: "\F49E";
}

.mdi-shuffle-variant:before {
  content: "\F49F";
}

.mdi-sigma:before {
  content: "\F4A0";
}

.mdi-sigma-lower:before {
  content: "\F62B";
}

.mdi-sign-caution:before {
  content: "\F4A1";
}

.mdi-signal:before {
  content: "\F4A2";
}

.mdi-signal-variant:before {
  content: "\F60A";
}

.mdi-silverware:before {
  content: "\F4A3";
}

.mdi-silverware-fork:before {
  content: "\F4A4";
}

.mdi-silverware-spoon:before {
  content: "\F4A5";
}

.mdi-silverware-variant:before {
  content: "\F4A6";
}

.mdi-sim:before {
  content: "\F4A7";
}

.mdi-sim-alert:before {
  content: "\F4A8";
}

.mdi-sim-off:before {
  content: "\F4A9";
}

.mdi-sitemap:before {
  content: "\F4AA";
}

.mdi-skip-backward:before {
  content: "\F4AB";
}

.mdi-skip-forward:before {
  content: "\F4AC";
}

.mdi-skip-next:before {
  content: "\F4AD";
}

.mdi-skip-next-circle:before {
  content: "\F661";
}

.mdi-skip-next-circle-outline:before {
  content: "\F662";
}

.mdi-skip-previous:before {
  content: "\F4AE";
}

.mdi-skip-previous-circle:before {
  content: "\F663";
}

.mdi-skip-previous-circle-outline:before {
  content: "\F664";
}

.mdi-skull:before {
  content: "\F68B";
}

.mdi-skype:before {
  content: "\F4AF";
}

.mdi-skype-business:before {
  content: "\F4B0";
}

.mdi-slack:before {
  content: "\F4B1";
}

.mdi-sleep:before {
  content: "\F4B2";
}

.mdi-sleep-off:before {
  content: "\F4B3";
}

.mdi-smoking:before {
  content: "\F4B4";
}

.mdi-smoking-off:before {
  content: "\F4B5";
}

.mdi-snapchat:before {
  content: "\F4B6";
}

.mdi-snowman:before {
  content: "\F4B7";
}

.mdi-soccer:before {
  content: "\F4B8";
}

.mdi-sofa:before {
  content: "\F4B9";
}

.mdi-solid:before {
  content: "\F68C";
}

.mdi-sort:before {
  content: "\F4BA";
}

.mdi-sort-alphabetical:before {
  content: "\F4BB";
}

.mdi-sort-ascending:before {
  content: "\F4BC";
}

.mdi-sort-descending:before {
  content: "\F4BD";
}

.mdi-sort-numeric:before {
  content: "\F4BE";
}

.mdi-sort-variant:before {
  content: "\F4BF";
}

.mdi-soundcloud:before {
  content: "\F4C0";
}

.mdi-source-branch:before {
  content: "\F62C";
}

.mdi-source-fork:before {
  content: "\F4C1";
}

.mdi-source-merge:before {
  content: "\F62D";
}

.mdi-source-pull:before {
  content: "\F4C2";
}

.mdi-speaker:before {
  content: "\F4C3";
}

.mdi-speaker-off:before {
  content: "\F4C4";
}

.mdi-speedometer:before {
  content: "\F4C5";
}

.mdi-spellcheck:before {
  content: "\F4C6";
}

.mdi-spotify:before {
  content: "\F4C7";
}

.mdi-spotlight:before {
  content: "\F4C8";
}

.mdi-spotlight-beam:before {
  content: "\F4C9";
}

.mdi-spray:before {
  content: "\F665";
}

.mdi-square-inc:before {
  content: "\F4CA";
}

.mdi-square-inc-cash:before {
  content: "\F4CB";
}

.mdi-stackexchange:before {
  content: "\F60B";
}

.mdi-stackoverflow:before {
  content: "\F4CC";
}

.mdi-stairs:before {
  content: "\F4CD";
}

.mdi-star:before {
  content: "\F4CE";
}

.mdi-star-circle:before {
  content: "\F4CF";
}

.mdi-star-half:before {
  content: "\F4D0";
}

.mdi-star-off:before {
  content: "\F4D1";
}

.mdi-star-outline:before {
  content: "\F4D2";
}

.mdi-steam:before {
  content: "\F4D3";
}

.mdi-steering:before {
  content: "\F4D4";
}

.mdi-step-backward:before {
  content: "\F4D5";
}

.mdi-step-backward-2:before {
  content: "\F4D6";
}

.mdi-step-forward:before {
  content: "\F4D7";
}

.mdi-step-forward-2:before {
  content: "\F4D8";
}

.mdi-stethoscope:before {
  content: "\F4D9";
}

.mdi-sticker:before {
  content: "\F5D0";
}

.mdi-stocking:before {
  content: "\F4DA";
}

.mdi-stop:before {
  content: "\F4DB";
}

.mdi-stop-circle:before {
  content: "\F666";
}

.mdi-stop-circle-outline:before {
  content: "\F667";
}

.mdi-store:before {
  content: "\F4DC";
}

.mdi-store-24-hour:before {
  content: "\F4DD";
}

.mdi-stove:before {
  content: "\F4DE";
}

.mdi-subdirectory-arrow-left:before {
  content: "\F60C";
}

.mdi-subdirectory-arrow-right:before {
  content: "\F60D";
}

.mdi-subway:before {
  content: "\F6AB";
}

.mdi-subway-variant:before {
  content: "\F4DF";
}

.mdi-sunglasses:before {
  content: "\F4E0";
}

.mdi-surround-sound:before {
  content: "\F5C5";
}

.mdi-swap-horizontal:before {
  content: "\F4E1";
}

.mdi-swap-vertical:before {
  content: "\F4E2";
}

.mdi-swim:before {
  content: "\F4E3";
}

.mdi-switch:before {
  content: "\F4E4";
}

.mdi-sword:before {
  content: "\F4E5";
}

.mdi-sync:before {
  content: "\F4E6";
}

.mdi-sync-alert:before {
  content: "\F4E7";
}

.mdi-sync-off:before {
  content: "\F4E8";
}

.mdi-tab:before {
  content: "\F4E9";
}

.mdi-tab-unselected:before {
  content: "\F4EA";
}

.mdi-table:before {
  content: "\F4EB";
}

.mdi-table-column-plus-after:before {
  content: "\F4EC";
}

.mdi-table-column-plus-before:before {
  content: "\F4ED";
}

.mdi-table-column-remove:before {
  content: "\F4EE";
}

.mdi-table-column-width:before {
  content: "\F4EF";
}

.mdi-table-edit:before {
  content: "\F4F0";
}

.mdi-table-large:before {
  content: "\F4F1";
}

.mdi-table-row-height:before {
  content: "\F4F2";
}

.mdi-table-row-plus-after:before {
  content: "\F4F3";
}

.mdi-table-row-plus-before:before {
  content: "\F4F4";
}

.mdi-table-row-remove:before {
  content: "\F4F5";
}

.mdi-tablet:before {
  content: "\F4F6";
}

.mdi-tablet-android:before {
  content: "\F4F7";
}

.mdi-tablet-ipad:before {
  content: "\F4F8";
}

.mdi-tag:before {
  content: "\F4F9";
}

.mdi-tag-faces:before {
  content: "\F4FA";
}

.mdi-tag-heart:before {
  content: "\F68A";
}

.mdi-tag-multiple:before {
  content: "\F4FB";
}

.mdi-tag-outline:before {
  content: "\F4FC";
}

.mdi-tag-text-outline:before {
  content: "\F4FD";
}

.mdi-target:before {
  content: "\F4FE";
}

.mdi-taxi:before {
  content: "\F4FF";
}

.mdi-teamviewer:before {
  content: "\F500";
}

.mdi-telegram:before {
  content: "\F501";
}

.mdi-television:before {
  content: "\F502";
}

.mdi-television-guide:before {
  content: "\F503";
}

.mdi-temperature-celsius:before {
  content: "\F504";
}

.mdi-temperature-fahrenheit:before {
  content: "\F505";
}

.mdi-temperature-kelvin:before {
  content: "\F506";
}

.mdi-tennis:before {
  content: "\F507";
}

.mdi-tent:before {
  content: "\F508";
}

.mdi-terrain:before {
  content: "\F509";
}

.mdi-test-tube:before {
  content: "\F668";
}

.mdi-text-shadow:before {
  content: "\F669";
}

.mdi-text-to-speech:before {
  content: "\F50A";
}

.mdi-text-to-speech-off:before {
  content: "\F50B";
}

.mdi-textbox:before {
  content: "\F60E";
}

.mdi-texture:before {
  content: "\F50C";
}

.mdi-theater:before {
  content: "\F50D";
}

.mdi-theme-light-dark:before {
  content: "\F50E";
}

.mdi-thermometer:before {
  content: "\F50F";
}

.mdi-thermometer-lines:before {
  content: "\F510";
}

.mdi-thumb-down:before {
  content: "\F511";
}

.mdi-thumb-down-outline:before {
  content: "\F512";
}

.mdi-thumb-up:before {
  content: "\F513";
}

.mdi-thumb-up-outline:before {
  content: "\F514";
}

.mdi-thumbs-up-down:before {
  content: "\F515";
}

.mdi-ticket:before {
  content: "\F516";
}

.mdi-ticket-account:before {
  content: "\F517";
}

.mdi-ticket-confirmation:before {
  content: "\F518";
}

.mdi-tie:before {
  content: "\F519";
}

.mdi-timelapse:before {
  content: "\F51A";
}

.mdi-timer:before {
  content: "\F51B";
}

.mdi-timer-10:before {
  content: "\F51C";
}

.mdi-timer-3:before {
  content: "\F51D";
}

.mdi-timer-off:before {
  content: "\F51E";
}

.mdi-timer-sand:before {
  content: "\F51F";
}

.mdi-timer-sand-empty:before {
  content: "\F6AC";
}

.mdi-timetable:before {
  content: "\F520";
}

.mdi-toggle-switch:before {
  content: "\F521";
}

.mdi-toggle-switch-off:before {
  content: "\F522";
}

.mdi-tooltip:before {
  content: "\F523";
}

.mdi-tooltip-edit:before {
  content: "\F524";
}

.mdi-tooltip-image:before {
  content: "\F525";
}

.mdi-tooltip-outline:before {
  content: "\F526";
}

.mdi-tooltip-outline-plus:before {
  content: "\F527";
}

.mdi-tooltip-text:before {
  content: "\F528";
}

.mdi-tooth:before {
  content: "\F529";
}

.mdi-tor:before {
  content: "\F52A";
}

.mdi-tower-beach:before {
  content: "\F680";
}

.mdi-tower-fire:before {
  content: "\F681";
}

.mdi-traffic-light:before {
  content: "\F52B";
}

.mdi-train:before {
  content: "\F52C";
}

.mdi-tram:before {
  content: "\F52D";
}

.mdi-transcribe:before {
  content: "\F52E";
}

.mdi-transcribe-close:before {
  content: "\F52F";
}

.mdi-transfer:before {
  content: "\F530";
}

.mdi-transit-transfer:before {
  content: "\F6AD";
}

.mdi-translate:before {
  content: "\F5CA";
}

.mdi-tree:before {
  content: "\F531";
}

.mdi-trello:before {
  content: "\F532";
}

.mdi-trending-down:before {
  content: "\F533";
}

.mdi-trending-neutral:before {
  content: "\F534";
}

.mdi-trending-up:before {
  content: "\F535";
}

.mdi-triangle:before {
  content: "\F536";
}

.mdi-triangle-outline:before {
  content: "\F537";
}

.mdi-trophy:before {
  content: "\F538";
}

.mdi-trophy-award:before {
  content: "\F539";
}

.mdi-trophy-outline:before {
  content: "\F53A";
}

.mdi-trophy-variant:before {
  content: "\F53B";
}

.mdi-trophy-variant-outline:before {
  content: "\F53C";
}

.mdi-truck:before {
  content: "\F53D";
}

.mdi-truck-delivery:before {
  content: "\F53E";
}

.mdi-tshirt-crew:before {
  content: "\F53F";
}

.mdi-tshirt-v:before {
  content: "\F540";
}

.mdi-tumblr:before {
  content: "\F541";
}

.mdi-tumblr-reblog:before {
  content: "\F542";
}

.mdi-tune:before {
  content: "\F62E";
}

.mdi-tune-vertical:before {
  content: "\F66A";
}

.mdi-twitch:before {
  content: "\F543";
}

.mdi-twitter:before {
  content: "\F544";
}

.mdi-twitter-box:before {
  content: "\F545";
}

.mdi-twitter-circle:before {
  content: "\F546";
}

.mdi-twitter-retweet:before {
  content: "\F547";
}

.mdi-ubuntu:before {
  content: "\F548";
}

.mdi-umbraco:before {
  content: "\F549";
}

.mdi-umbrella:before {
  content: "\F54A";
}

.mdi-umbrella-outline:before {
  content: "\F54B";
}

.mdi-undo:before {
  content: "\F54C";
}

.mdi-undo-variant:before {
  content: "\F54D";
}

.mdi-unfold-less:before {
  content: "\F54E";
}

.mdi-unfold-more:before {
  content: "\F54F";
}

.mdi-ungroup:before {
  content: "\F550";
}

.mdi-unity:before {
  content: "\F6AE";
}

.mdi-untappd:before {
  content: "\F551";
}

.mdi-update:before {
  content: "\F6AF";
}

.mdi-upload:before {
  content: "\F552";
}

.mdi-usb:before {
  content: "\F553";
}

.mdi-vector-arrange-above:before {
  content: "\F554";
}

.mdi-vector-arrange-below:before {
  content: "\F555";
}

.mdi-vector-circle:before {
  content: "\F556";
}

.mdi-vector-circle-variant:before {
  content: "\F557";
}

.mdi-vector-combine:before {
  content: "\F558";
}

.mdi-vector-curve:before {
  content: "\F559";
}

.mdi-vector-difference:before {
  content: "\F55A";
}

.mdi-vector-difference-ab:before {
  content: "\F55B";
}

.mdi-vector-difference-ba:before {
  content: "\F55C";
}

.mdi-vector-intersection:before {
  content: "\F55D";
}

.mdi-vector-line:before {
  content: "\F55E";
}

.mdi-vector-point:before {
  content: "\F55F";
}

.mdi-vector-polygon:before {
  content: "\F560";
}

.mdi-vector-polyline:before {
  content: "\F561";
}

.mdi-vector-rectangle:before {
  content: "\F5C6";
}

.mdi-vector-selection:before {
  content: "\F562";
}

.mdi-vector-square:before {
  content: "\F001";
}

.mdi-vector-triangle:before {
  content: "\F563";
}

.mdi-vector-union:before {
  content: "\F564";
}

.mdi-verified:before {
  content: "\F565";
}

.mdi-vibrate:before {
  content: "\F566";
}

.mdi-video:before {
  content: "\F567";
}

.mdi-video-off:before {
  content: "\F568";
}

.mdi-video-switch:before {
  content: "\F569";
}

.mdi-view-agenda:before {
  content: "\F56A";
}

.mdi-view-array:before {
  content: "\F56B";
}

.mdi-view-carousel:before {
  content: "\F56C";
}

.mdi-view-column:before {
  content: "\F56D";
}

.mdi-view-dashboard:before {
  content: "\F56E";
}

.mdi-view-day:before {
  content: "\F56F";
}

.mdi-view-grid:before {
  content: "\F570";
}

.mdi-view-headline:before {
  content: "\F571";
}

.mdi-view-list:before {
  content: "\F572";
}

.mdi-view-module:before {
  content: "\F573";
}

.mdi-view-quilt:before {
  content: "\F574";
}

.mdi-view-stream:before {
  content: "\F575";
}

.mdi-view-week:before {
  content: "\F576";
}

.mdi-vimeo:before {
  content: "\F577";
}

.mdi-vine:before {
  content: "\F578";
}

.mdi-violin:before {
  content: "\F60F";
}

.mdi-visualstudio:before {
  content: "\F610";
}

.mdi-vk:before {
  content: "\F579";
}

.mdi-vk-box:before {
  content: "\F57A";
}

.mdi-vk-circle:before {
  content: "\F57B";
}

.mdi-vlc:before {
  content: "\F57C";
}

.mdi-voice:before {
  content: "\F5CB";
}

.mdi-voicemail:before {
  content: "\F57D";
}

.mdi-volume-high:before {
  content: "\F57E";
}

.mdi-volume-low:before {
  content: "\F57F";
}

.mdi-volume-medium:before {
  content: "\F580";
}

.mdi-volume-off:before {
  content: "\F581";
}

.mdi-vpn:before {
  content: "\F582";
}

.mdi-walk:before {
  content: "\F583";
}

.mdi-wallet:before {
  content: "\F584";
}

.mdi-wallet-giftcard:before {
  content: "\F585";
}

.mdi-wallet-membership:before {
  content: "\F586";
}

.mdi-wallet-travel:before {
  content: "\F587";
}

.mdi-wan:before {
  content: "\F588";
}

.mdi-watch:before {
  content: "\F589";
}

.mdi-watch-export:before {
  content: "\F58A";
}

.mdi-watch-import:before {
  content: "\F58B";
}

.mdi-watch-vibrate:before {
  content: "\F6B0";
}

.mdi-water:before {
  content: "\F58C";
}

.mdi-water-off:before {
  content: "\F58D";
}

.mdi-water-percent:before {
  content: "\F58E";
}

.mdi-water-pump:before {
  content: "\F58F";
}

.mdi-watermark:before {
  content: "\F612";
}

.mdi-weather-cloudy:before {
  content: "\F590";
}

.mdi-weather-fog:before {
  content: "\F591";
}

.mdi-weather-hail:before {
  content: "\F592";
}

.mdi-weather-lightning:before {
  content: "\F593";
}

.mdi-weather-lightning-rainy:before {
  content: "\F67D";
}

.mdi-weather-night:before {
  content: "\F594";
}

.mdi-weather-partlycloudy:before {
  content: "\F595";
}

.mdi-weather-pouring:before {
  content: "\F596";
}

.mdi-weather-rainy:before {
  content: "\F597";
}

.mdi-weather-snowy:before {
  content: "\F598";
}

.mdi-weather-snowy-rainy:before {
  content: "\F67E";
}

.mdi-weather-sunny:before {
  content: "\F599";
}

.mdi-weather-sunset:before {
  content: "\F59A";
}

.mdi-weather-sunset-down:before {
  content: "\F59B";
}

.mdi-weather-sunset-up:before {
  content: "\F59C";
}

.mdi-weather-windy:before {
  content: "\F59D";
}

.mdi-weather-windy-variant:before {
  content: "\F59E";
}

.mdi-web:before {
  content: "\F59F";
}

.mdi-webcam:before {
  content: "\F5A0";
}

.mdi-webhook:before {
  content: "\F62F";
}

.mdi-wechat:before {
  content: "\F611";
}

.mdi-weight:before {
  content: "\F5A1";
}

.mdi-weight-kilogram:before {
  content: "\F5A2";
}

.mdi-whatsapp:before {
  content: "\F5A3";
}

.mdi-wheelchair-accessibility:before {
  content: "\F5A4";
}

.mdi-white-balance-auto:before {
  content: "\F5A5";
}

.mdi-white-balance-incandescent:before {
  content: "\F5A6";
}

.mdi-white-balance-iridescent:before {
  content: "\F5A7";
}

.mdi-white-balance-sunny:before {
  content: "\F5A8";
}

.mdi-wifi:before {
  content: "\F5A9";
}

.mdi-wifi-off:before {
  content: "\F5AA";
}

.mdi-wii:before {
  content: "\F5AB";
}

.mdi-wikipedia:before {
  content: "\F5AC";
}

.mdi-window-close:before {
  content: "\F5AD";
}

.mdi-window-closed:before {
  content: "\F5AE";
}

.mdi-window-maximize:before {
  content: "\F5AF";
}

.mdi-window-minimize:before {
  content: "\F5B0";
}

.mdi-window-open:before {
  content: "\F5B1";
}

.mdi-window-restore:before {
  content: "\F5B2";
}

.mdi-windows:before {
  content: "\F5B3";
}

.mdi-wordpress:before {
  content: "\F5B4";
}

.mdi-worker:before {
  content: "\F5B5";
}

.mdi-wrap:before {
  content: "\F5B6";
}

.mdi-wrench:before {
  content: "\F5B7";
}

.mdi-wunderlist:before {
  content: "\F5B8";
}

.mdi-xaml:before {
  content: "\F673";
}

.mdi-xbox:before {
  content: "\F5B9";
}

.mdi-xbox-controller:before {
  content: "\F5BA";
}

.mdi-xbox-controller-off:before {
  content: "\F5BB";
}

.mdi-xda:before {
  content: "\F5BC";
}

.mdi-xing:before {
  content: "\F5BD";
}

.mdi-xing-box:before {
  content: "\F5BE";
}

.mdi-xing-circle:before {
  content: "\F5BF";
}

.mdi-xml:before {
  content: "\F5C0";
}

.mdi-yeast:before {
  content: "\F5C1";
}

.mdi-yelp:before {
  content: "\F5C2";
}

.mdi-yin-yang:before {
  content: "\F67F";
}

.mdi-youtube-play:before {
  content: "\F5C3";
}

.mdi-zip-box:before {
  content: "\F5C4";
}

.mdi-blank:before {
  content: "\F68C";
  visibility: hidden;
}

.mdi-set.mdi-18px,
.mdi.mdi-18px:before {
  font-size: 18px;
}

.mdi-set.mdi-24px,
.mdi.mdi-24px:before {
  font-size: 24px;
}

.mdi-set.mdi-36px,
.mdi.mdi-36px:before {
  font-size: 36px;
}

.mdi-set.mdi-48px,
.mdi.mdi-48px:before {
  font-size: 48px;
}

.mdi-dark {
  color: rgba(0, 0, 0, 0.54);
}

.mdi-dark.mdi-inactive {
  color: rgba(0, 0, 0, 0.26);
}

.mdi-light {
  color: white;
}

.mdi-light.mdi-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.mdi-rotate-45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mdi-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mdi-rotate-135 {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mdi-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mdi-rotate-225 {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.mdi-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.mdi-rotate-315 {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.mdi-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.mdi-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

/*# sourceMappingURL=materialdesignicons.css.map */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.admin_page_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .admin_page_container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .admin_page_container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .admin_page_container {
    width: 890px;
  }
}
@media (min-width: 1500px) {
  .admin_page_container {
    width: 1170px;
  }
}


.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.container-fluid:after,
.row:after {
  clear: both;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}


.clearfix:before,
.clearfix:after
{
  content: " ";
  display: table;
}

.clearfix:after{
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.display-block{
    display:block;
}

.right {
  float: right !important;
}
.left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.fixed {
  position: fixed;
}
.no-user-select{
  -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.cursor-pointer{
  cursor: pointer;
}



.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center; }

.text-just {
    text-align: justify;
}

.align-top {
    vertical-align: top;
}

.align-bottom {
    vertical-align: bottom;
}

.align-middle {
    vertical-align: middle;
}

.align-baseline {
    vertical-align: baseline;
}

.fit {
    max-width: 100%;
}

.half-width {
    width: 50%;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}


@-ms-viewport {
  width: device-width;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}


.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 768px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 768px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 768px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.5384616;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* Google maps autocomplete*/
.pac-container {
    z-index: 99999 !important;
}

/* ------------------------------------------------------------------------------
*
*  # Code related components
*
*  Overrides for code related bootstrap components
*
*  Version: 1.1
*  Latest update: Nov 25, 2015
*
* ---------------------------------------------------------------------------- */
code {
  border-radius: 2px;
  word-wrap: break-word;
}
kbd {
  font-size: 11px;
  vertical-align: text-top;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  padding: 20px;
  margin: 0;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size:14px;
}
.spinner {
    -webkit-animation: rotation 1s linear infinite;
    -o-animation: rotation 1s linear infinite;
    animation:rotation 1s linear infinite;
}

.spinner-reverse {
    -webkit-animation: rotation_reverse 1s linear infinite;
    -o-animation: rotation_reverse 1s linear infinite;
    animation: rotation_reverse 1s linear infinite
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotation {
    0% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@-ms-keyframes rotation {
    0% {
        -ms-transform: rotate(0)
    }

    100% {
        -ms-transform: rotate(360deg)
    }
}

@-o-keyframes rotation {
    0% {
        -o-transform: rotate(0)
    }

    100% {
        -o-transform: rotate(360deg)
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotation_reverse {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes rotation_reverse {
    0% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(-360deg)
    }
}

@-ms-keyframes rotation_reverse {
    0% {
        -ms-transform: rotate(0)
    }

    100% {
        -ms-transform: rotate(-360deg)
    }
}

@-o-keyframes rotation_reverse {
    0% {
        -o-transform: rotate(0)
    }

    100% {
        -o-transform: rotate(-360deg)
    }
}

@keyframes rotation_reverse {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}
.Overlay{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    
}

.Overlay_main{
    opacity: 0.8;
    background: #0b0b0b;
}
.BasePopup__wrap{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}

.BasePopup__container{
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
    overflow-y: scroll;
}

.BasePopup__container:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.BasePopup__content-holder{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}

.BasePopup__content-wrap{
  max-width: 1024px;
  margin: 40px auto;
  position: relative;
}

.BasePopup__content{
  position: relative;
  background-color: #fff;
  border: 1px solid transparent;
  background-clip: padding-box;
  outline: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.BasePopup__close{
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  text-decoration: none;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #FFF !important;
  top: -40px !important;
  text-align: right !important;
}
.BasePopupHeader{
    padding: 15px 20px;
    border-bottom: 1px solid transparent;
    position: relative;
}

.BasePopupHeader:before{
    content: " ";
    display: table;
}

.BasePopupHeader:after{
    clear: both;
    content: " ";
    display: table;
}


.BasePopupHeader__close{
    font-family: Arial, Baskerville, monospace;
    position: absolute;
    right: 20px;
    top: 50%;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    margin-top: -9.75px !important;
    -webkit-transition: opacity ease-in-out 0.15s;
    -o-transition: opacity ease-in-out 0.15s;
    transition: opacity ease-in-out 0.15s;
    text-shadow: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
    float: right;
    font-size: 19.5px;
    font-weight: 300;
    line-height: 1;
    outline: 0;
    font-family: inherit;
    text-transform: none;
    color: inherit;
}

.BasePopupHeader__close:focus,.BasePopupHeader__close:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}

.BasePopupHeader__title{
    margin: 0;
    line-height: 1.5384616;
    letter-spacing: -.015em;
    font-size: 15px;
    font-weight: 400;
    color: inherit;

}

/* ========================================================================*
*
*                       Styles
*
* ========================================================================*/

.BasePopupHeader_default{
    color: #000;
}

.BasePopupHeader_main{
    background-color: #455A64;
    border-color: #455A64;
    color: #fff;
}

.BasePopupHeader_blue{
    background-color: #0d4c8c;
    border-color: #0d4c8c;
    color: #fff;
}

.BasePopupHeader_primary{
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

.BasePopupHeader_success{
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

.BasePopupHeader_info{
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}

.BasePopupHeader_warning{
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}

.BasePopupHeader_danger{
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}
.BasePopupContent{
    position: relative;
}

.BasePopupContent_main{
    padding: 20px;
}
.BasePopupFooter{
    padding-top: 0;
    padding: 20px;
    text-align: right;
    border-top: 1px solid transparent;
}.Icon_caret{
  -webkit-transition: -webkit-transform ease-in-out .15s;
  -o-transition: -webkit-transform ease-in-out .15s;
  transition: -webkit-transform ease-in-out .15s;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  float: right;
  font-style: normal;
  font-weight: 400;
  border: 0;
  margin: -4px 0 0;
  width: auto;
  height: auto;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  top: 4px;
  position: relative;
}

.Icon_caret-expanded{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.Icon_caret:after{
  content: '\E9C5';
  display: block;
  font-size: 16px;
  width: 16px;
  line-height: 1;
  font-family: icomoon;
  -webkit-font-smoothing: antialiased;
}

.Icon_clickable{
  cursor: pointer;
}
.Button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5384616;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Button:focus,
.Button:active:focus,
.Button.active:focus,
.Button.focus,
.Button:active.focus,
.Button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.Button:hover,
.Button:focus,
.Button.focus {
  color: #333;
  text-decoration: none;
}
.Button:active,
.Button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.Button.disabled,
.Button_disabled,
.Button[disabled]{
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}


.Button:focus,
.Button:active:focus,
.Button.active:focus,
.Button.focus,
.Button:active.focus,
.Button.active.focus {
  outline: 0;
}
.Button::-moz-focus-inner {
  border: 0;
}
.Button:hover,
.Button:focus,
.Button.focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.Button:active,
.Button.active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.Button[class*=bg-]:hover,
.Button[class*=bg-]:focus,
.Button[class*=bg-].focus {
  color: #fff;
}

.Button_loading{
    background-image: url(/img/ui/loading_white.gif);
    background-position: 50%;
    background-repeat: no-repeat;
}
.Button_loading i,.Button_loading span{
    opacity:0;
}

.Button_flat{
  width:100%;
  displa:block;
}
/* ========================================================================*
*
*                       Styles
*
* ========================================================================*/
.Button_main {
    color: #fff;
    background-color: #37474F;
    border-color: #37474F;
}

.Button_main:focus,.Button_main:active,.Button_main:hover {
    color: #fff;
    background-color: #455A64;
    border-color: #455A64;
}

.Button_primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.Button_primary:focus,.Button_primary:active,.Button_primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.Button_success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.Button_success:focus,.Button_success:active,.Button_success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #449d44;
}

.Button_info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.Button_info:focus,.Button_info:active,.Button_info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.Button_warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.Button_warning:focus,.Button_warning:active,.Button_warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.Button_danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.Button_danger:focus,.Button_danger:active,.Button_danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.Button_link {
    color: #333;
    background-color: transparent;
}

.Button_link:focus,.Button_link:active,.Button_link:hover {
    color: #166dba;
    text-decoration: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;

}
.ProgressBar{
    height: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.ProgressBar__inner{
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.ProgressBar_animate .ProgressBar__inner{
    -webkit-animation: ProgressBar__animation 2s linear infinite;
    -o-animation: ProgressBar__animation 2s linear infinite;
    animation: ProgressBar__animation 2s linear infinite;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

@-webkit-keyframes ProgressBar__animation {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes ProgressBar__animation {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes ProgressBar__animation {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.ProgressBar_main .ProgressBar__inner{
    color: #fff;
    background-color: #337ab7;
}.BasePopup__content-VideoPopup__content{
    position: relative;
    border: 1px solid transparent;
}.VideoPlayer{
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.VideoPlayer__item{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
    display: block;  
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
.BasePopupArrow{
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: -55px 0 0;
    top: 50%;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.BasePopupArrow:active{
    margin-top: -54px;
}

.BasePopupArrow:hover,.BasePopupArrow:focus{
    opacity: 1;
}

.BasePopupArrow:before,.BasePopupArrow:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.BasePopupArrow:before{
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.BasePopupArrow:after{
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.BasePopupArrow_left{
    left: 0;
}

.BasePopupArrow_left:before{
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.BasePopupArrow_left:after{
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.BasePopupArrow_right{
    right: 0;
}

.BasePopupArrow_right:before{
    border-left: 27px solid #3F3F3F;
}

.BasePopupArrow_right:after{
    border-left: 17px solid #FFF;
    margin-left: 39px;
}.BasePopup__content-holder-ImagePopup__content-holder{
    max-width: 100%;
    cursor: auto;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    padding: 0;
}
.BasePopup__content-wrap-ImagePopup__content-wrap{
    cursor: pointer;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.BasePopup__content-wrap-ImagePopup__content-wrap:after{
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.BasePopup__close-ImagePopup__close{
    cursor: pointer;
    color: #FFF;
    right: -6px;
    text-align: right;
    padding: 0;
    padding-right: 6px;
    width: 100%;
    overflow: visible;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0;
    text-decoration: none;
    opacity: .65;
    filter: alpha(opacity=65);
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.BasePopup__close-ImagePopup__close:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}

.BasePopup__content-ImagePopup__content{
    margin: 0;
    padding: 0;
}

.ImagePopup__image{
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
    border: 0;
}

.ImagePopup__caption-holder{
    display: block;
}

.ImagePopup__bottom-bar{
    margin: 0;
    padding: 0;
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;

}

.ImagePopup__title{
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.ImagePopup__counter{
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
}

.PopupLoader{
  display: block;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0,0,0,.35);
  width:100px;
}
.Loader{
    text-align:center;
    padding: 10px;
}
.Loader > div{
    margin:0 auto;
    height:17px;
}

.Loader_page{
    position:absolute;
    top:50%;
    left:50%;
    margin-left: -32px;
}

.Loader__page{
    height:250px;
}

.CMSImageGalleryAdministration{
  position: relative;
}

.CMSImageGalleryAdministration__upload-btn{
  margin-bottom: 5px;
}.SortableList{
    display: block;
    position: relative;
}

.SortableList__item{

}

.SortableList__item_dragged{
    z-index: 99999999;
}
.EditableGridItem{
  float:left;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  background: #fff;
  position: relative;
  padding-bottom:30px;
}

.EditableGridItem__wrapper{
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.EditableGridItem__controls{
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
}

.EditableGridItem__left-controls{
   float:left;
}

.EditableGridItem__right-controls{
  float:right;
}

.EditableGridItem__content{

}

.EditableGridItem__control{
  padding: 7px;
  width: 30px;
  cursor: pointer;
}

.EditableGridItem__sorting-control{
  padding: 7px;
  width: 30px;
  cursor: move;
}
.FileUploadButton{

}

.FileUploadButton__icon{
    margin-right: 7px;
}

.FileUploadButton__progress{
    margin-bottom:5px;
}
.FileUploadHandler{
    overflow: hidden;
    display:inline-block;
}

.FileUploadHandler__input{
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}.ResponsiveImage{
  display: block;
  height: auto;
  max-width: 100%;  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.ResponsiveImage_clickable{
    cursor: pointer;
}

.ResponsiveImage_circle{
    border-radius: 50%;
}
.GlobalAlertBoxContainer{
    width: 250px;
    margin-left: -125px;
    color: #fff;
    text-align: left;
    border-radius: 2px;
    position: fixed;
    z-index:999999;
    left: 50%;
    top:70px;
    font-size: 17px;
}.AlertBox{
    position: relative;
    padding: 15px 20px 15px 20px;
    border: 1px solid transparent;
    border-radius: 3px;
    border-left-color: rgba(0,0,0,.15)!important;
    border-left-width: 44px;
    margin-bottom: 20px;
}

.AlertBox:after{
    content: '\E9A2';
    font-family: icomoon;
    color: #fff;
    width: 44px;
    left: -44px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.AlertBox__close{
    color: inherit;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -webkit-transition: opacity ease-in-out .15s;
    -o-transition: opacity ease-in-out .15s;
    transition: opacity ease-in-out .15s;
    text-shadow: none;
    opacity: .6;
    filter: alpha(opacity=60);
    float: right;
    font-size: 19.5px;
    font-weight: 300;
    line-height: 1;
    outline: 0;
    font-family: inherit;
    text-transform: none;
    overflow: visible;
    margin: 0;
}

.AlertBox__close:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}

.AlertBox_primary{
    background-color: #2196F3;
    border-color: #2196F3;
    color: #fff;
}

.AlertBox_error{
    background-color: #F44336;
    border-color: #F44336;
    color: #fff;
}

.AlertBox_error:after{
    content: '\E9BD';
}

.AlertBox_success{
    background-color: #4CAF50;
    border-color: #4CAF50;
    color: #fff;
}

.AlertBox_success:after{
    content: '\ED6E';
}

.AlertBox_info{
    background-color: #00BCD4;
    border-color: #00BCD4;
    color: #fff;
}

.AlertBox_info:after{
    content: '\E9B9';
}

.AlertBox_warning{
    background-color: #FF5722;
    border-color: #FF5722;
    color: #fff;
}

.AlertBox_warning:after{
    content: '\E9BD';
}

.AlertBox__link{
  color: #ffff !important;
  text-decoration: underline !important;
}

.AlertBox__link:hover, .AlertBox__link:active, .AlertBox__link:focus{
  color: #ffff !important;
  text-decoration: underline !important;
}
.Link{
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    color: inherit;
}

.Link:hover,.Link:focus,.Link:active,.Link:visited{
    text-decoration: none;
    background-color: transparent;
    outline: none;
}

.Link_content{
    color: #337ab7;
    text-decoration: none;
}

.Link_content:focus,.Link_content:hover {
    color: #23527c;
    text-decoration: underline;
}

.Link_content:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.Link_active{
    color:#d11620;
    text-decoration: underline;
}


/* ------------------------------------------------------------------------------
 *
 *   File icons

FILE FORMAT ICONS
by Greg Schoppe (http://gschoppe.com)
USAGE: include FontAwesome on page, as shown on http://fontawesome.io
 then include this css file, and target links by adding the link-icon
 class.  Note: try to avoid or manually label links to websites, as that
 detection code is necessarily janky. when in doubt, just end all external
 links with a trailing slash (/), a query string (?), or a link target (#)
 *
 * ---------------------------------------------------------------------------- */

.Link_file-icon{

}

a.Link_file-icon:before,
a.Link_file-icon.Link_file-icon-file[href]:before {
    content: "\F016"; /* generic file icon */
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 20px;
    text-align: right;
    margin-right: 10px;
}
a[href$=".txt"].Link_file-icon:before,
a[data-extension="txt"].Link_file-icon:before,
a.Link_file-icon.Link_file-icon-text[href]:before {
    content: "\F0F6"; /*Text*/
}
a[href$=".pdf"].Link_file-icon:before,
a[data-extension="pdf"].Link_file-icon:before,
a.Link_file-icon.Link_file-icon-pdf[href]:before {
    content: "\F1C1"; /*PDF*/
}
a[href$=".doc"].Link_file-icon:before,
a[data-extension="doc"].Link_file-icon:before,
a[href$=".docx"].Link_file-icon:before,
a[data-extension="docx"].Link_file-icon:before,
a.Link_file-icon.Link_file-icon-word[href]:before {
    content: "\F1C2"; /*Word*/
}
a[href$=".xls"].Link_file-icon:before,
a[data-extension="xls"].Link_file-icon:before,
a[href$=".xlsx"].Link_file-icon:before,
a[data-extension="xlsx"].Link_file-icon:before,
a.Link_file-icon.link-excel[href]:before {
    content: "\F1C3"; /*Excel*/
}
a[href$=".ppt"].Link_file-icon:before,
a[data-extension="ppt"].Link_file-icon:before,
a[href$=".pptx"].Link_file-icon:before,
a[data-extension="pptx"].Link_file-icon:before,
a.Link_file-icon.Link_file-icon-powerpoint[href]:before {
    content: "\F1C4"; /*Powerpoint*/
}
a[href$=".gif"].Link_file-icon:before,
a[data-extension="gif"].Link_file-icon:before,
a[href$=".jpg"].Link_file-icon:before,
a[data-extension="jpg"].Link_file-icon:before,
a[href$=".jpeg"].Link_file-icon:before,
a[data-extension="jpeg"].Link_file-icon:before,
a[href$=".png"].Link_file-icon:before,
a[data-extension="png"].Link_file-icon:before,
a[href$=".bmp"].Link_file-icon:before,
a[data-extension="bmp"].Link_file-icon:before,
a[href$=".tif"].Link_file-icon:before,
a[data-extension="tif"].Link_file-icon:before,
a.Link_file-icon.Link_file-icon-image[href]:before {
    content: "\F1C5"; /*Image*/
}
a[href$=".zip"].Link_file-icon:before,
a[data-extension="zip"].Link_file-icon:before,
a[href$=".zipx"].Link_file-icon:before,
a[data-extension="zipx"].Link_file-icon:before,
a[href$=".rar"].Link_file-icon:before,
a[data-extension="rar"].Link_file-icon:before,
a[href$=".tar"].Link_file-icon:before,
a[data-extension="tar"].Link_file-icon:before,
a[href$=".gz"].Link_file-icon:before,
a[data-extension="gz"].Link_file-icon:before,
a[href$=".dmg"].Link_file-icon:before,
a[data-extension="dmg"].Link_file-icon:before,
a[href$=".iso"].Link_file-icon:before,
a[data-extension="iso"].Link_file-icon:before,
a.Link_file-icon.Link_file-icon-archive[href]:before {
    content: "\F1C6"; /*Archive*/
}
a[href$=".wav"].Link_file-icon:before,
a[data-extension="wav"].Link_file-icon:before,
a[href$=".mp3"].Link_file-icon:before,
a[data-extension="mp3"].Link_file-icon:before,
a[href$=".fla"].Link_file-icon:before,
a[data-extension="fla"].Link_file-icon:before,
a[href$=".flac"].Link_file-icon:before,
a[data-extension="flac"].Link_file-icon:before,
a[href$=".ra"].Link_file-icon:before,
a[data-extension="ra"].Link_file-icon:before,
a[href$=".rma"].Link_file-icon:before,
a[data-extension="rma"].Link_file-icon:before,
a[href$=".aif"].Link_file-icon:before,
a[data-extension="aif"].Link_file-icon:before,
a[href$=".aiff"].Link_file-icon:before,
a[data-extension="aiff"].Link_file-icon:before,
a[href$=".aa"].Link_file-icon:before,
a[data-extension="aa"].Link_file-icon:before,
a[href$=".aac"].Link_file-icon:before,
a[data-extension="aac"].Link_file-icon:before,
a[href$=".aax"].Link_file-icon:before,
a[data-extension="aax"].Link_file-icon:before,
a[href$=".ac3"].Link_file-icon:before,
a[data-extension="ac3"].Link_file-icon:before,
a[href$=".au"].Link_file-icon:before,
a[data-extension="au"].Link_file-icon:before,
a[href$=".ogg"].Link_file-icon:before,
a[data-extension="ogg"].Link_file-icon:before,
a[href$=".avr"].Link_file-icon:before,
a[data-extension="avr"].Link_file-icon:before,
a[href$=".3ga"].Link_file-icon:before,
a[data-extension="3ga"].Link_file-icon:before,
a[href$=".flac"].Link_file-icon:before,
a[data-extension="flac"].Link_file-icon:before,
a[href$=".mid"].Link_file-icon:before,
a[data-extension="mid"].Link_file-icon:before,
a[href$=".midi"].Link_file-icon:before,
a[data-extension="midi"].Link_file-icon:before,
a[href$=".m4a"].Link_file-icon:before,
a[data-extension="m4a"].Link_file-icon:before,
a[href$=".mp4a"].Link_file-icon:before,
a[data-extension="mp4a"].Link_file-icon:before,
a[href$=".amz"].Link_file-icon:before,
a[data-extension="amz"].Link_file-icon:before,
a[href$=".mka"].Link_file-icon:before,
a[data-extension="mka"].Link_file-icon:before,
a[href$=".asx"].Link_file-icon:before,
a[data-extension="asx"].Link_file-icon:before,
a[href$=".pcm"].Link_file-icon:before,
a[data-extension="pcm"].Link_file-icon:before,
a[href$=".m3u"].Link_file-icon:before,
a[data-extension="m3u"].Link_file-icon:before,
a[href$=".wma"].Link_file-icon:before,
a[data-extension="wma"].Link_file-icon:before,
a[href$=".xwma"].Link_file-icon:before,
a[data-extension="xwma"].Link_file-icon:before,
a.Link_file-icon.Link_file-icon-audio[href]:before {
    content: "\F1C7"; /*Audio*/
}
a[href$=".avi"].Link_file-icon:before,
a[data-extension="avi"].Link_file-icon:before,
a[href$=".mpg"].Link_file-icon:before,
a[data-extension="mpg"].Link_file-icon:before,
a[href$=".mp4"].Link_file-icon:before,
a[data-extension="mp4"].Link_file-icon:before,
a[href$=".mkv"].Link_file-icon:before,
a[data-extension="mkv"].Link_file-icon:before,
a[href$=".mov"].Link_file-icon:before,
a[data-extension="mov"].Link_file-icon:before,
a[href$=".wmv"].Link_file-icon:before,
a[data-extension="wmv"].Link_file-icon:before,
a[href$=".vp6"].Link_file-icon:before,
a[data-extension="vp6"].Link_file-icon:before,
a[href$=".264"].Link_file-icon:before,
a[data-extension="264"].Link_file-icon:before,
a[href$=".vid"].Link_file-icon:before,
a[data-extension="vid"].Link_file-icon:before,
a[href$=".rv"].Link_file-icon:before,
a[data-extension="rv"].Link_file-icon:before,
a[href$=".webm"].Link_file-icon:before,
a[data-extension="webm"].Link_file-icon:before,
a[href$=".swf"].Link_file-icon:before,
a[data-extension="swf"].Link_file-icon:before,
a[href$=".h264"].Link_file-icon:before,
a[data-extension="h264"].Link_file-icon:before,
a[href$=".flv"].Link_file-icon:before,
a[data-extension="flv"].Link_file-icon:before,
a[href$=".mk3d"].Link_file-icon:before,
a[data-extension="mk3d"].Link_file-icon:before,
a[href$=".gifv"].Link_file-icon:before,
a[data-extension="gifv"].Link_file-icon:before,
a[href$=".oggv"].Link_file-icon:before,
a[data-extension="oggv"].Link_file-icon:before,
a[href$=".3gp"].Link_file-icon:before,
a[data-extension="3gp"].Link_file-icon:before,
a[href$=".m4v"].Link_file-icon:before,
a[data-extension="m4v"].Link_file-icon:before,
a[href$=".movie"].Link_file-icon:before,
a[data-extension="movie"].Link_file-icon:before,
a[href$=".divx"].Link_file-icon:before,
a[data-extension="divx"].Link_file-icon:before,
a.Link_file-icon.Link_file-icon-video[href]:before {
    content: "\F1C8"; /*Video*/
}
a[href$=".css"].Link_file-icon:before,
a[data-extension="css"].Link_file-icon:before,
a[href$=".js"].Link_file-icon:before,
a[data-extension="js"].Link_file-icon:before,
a[href$=".py"].Link_file-icon:before,
a[data-extension="py"].Link_file-icon:before,
a[href$=".git"].Link_file-icon:before,
a[data-extension="git"].Link_file-icon:before,
a[href$=".py"].Link_file-icon:before,
a[data-extension="py"].Link_file-icon:before,
a[href$=".cpp"].Link_file-icon:before,
a[data-extension="cpp"].Link_file-icon:before,
a[href$=".h"].Link_file-icon:before,
a[data-extension="h"].Link_file-icon:before,
a[href$=".ini"].Link_file-icon:before,
a[data-extension="ini"].Link_file-icon:before,
a[href$=".config"].Link_file-icon:before,
a[data-extension="config"].Link_file-icon:before,
a.Link_file-icon.Link_file-icon-code[href]:before {
    content: "\F1C9"; /*code*/
}
a[href$=".exe"].Link_file-icon:before,
a[data-extension="exe"].Link_file-icon:before,
a[href$=".jar"].Link_file-icon:before,
a[data-extension="jar"].Link_file-icon:before,
a[href$=".dll"].Link_file-icon:before,
a[data-extension="dll"].Link_file-icon:before,
a[href$=".bat"].Link_file-icon:before,
a[data-extension="bat"].Link_file-icon:before,
a[href$=".pl"].Link_file-icon:before,
a[data-extension="pl"].Link_file-icon:before,
a[href$=".scr"].Link_file-icon:before,
a[data-extension="scr"].Link_file-icon:before,
a[href$=".msi"].Link_file-icon:before,
a[data-extension="msi"].Link_file-icon:before,
a[href$=".app"].Link_file-icon:before,
a[data-extension="app"].Link_file-icon:before,
a[href$=".deb"].Link_file-icon:before,
a[data-extension="deb"].Link_file-icon:before,
a[href$=".apk"].Link_file-icon:before,
a[data-extension="apk"].Link_file-icon:before,
a[href$=".jar"].Link_file-icon:before,
a[data-extension="jar"].Link_file-icon:before,
a[href$=".vb"].Link_file-icon:before,
a[data-extension="vb"].Link_file-icon:before,
a[href$=".prg"].Link_file-icon:before,
a[data-extension="prg"].Link_file-icon:before,
a[href$=".sh"].Link_file-icon:before,
a[data-extension="sh"].Link_file-icon:before,
a.Link_file-icon.Link_file-icon-exe[href]:before {
    content: "\F085"; /*Executable*/
}

a[href$=".com"].Link_file-icon:before,
a[data-extension="com"].Link_file-icon:before,
a[href$=".net"].Link_file-icon:before,
a[data-extension="net"].Link_file-icon:before,
a[href$=".org"].Link_file-icon:before,
a[data-extension="org"].Link_file-icon:before,
a[href$=".edu"].Link_file-icon:before,
a[data-extension="edu"].Link_file-icon:before,
a[href$=".gov"].Link_file-icon:before,
a[data-extension="gov"].Link_file-icon:before,
a[href$=".mil"].Link_file-icon:before,
a[data-extension="mil"].Link_file-icon:before,
a[href$="/"].Link_file-icon:before,
a[data-extension=""].Link_file-icon:before,
a[href$=".html"].Link_file-icon:before,
a[data-extension="html"].Link_file-icon:before,
a[href$=".htm"].Link_file-icon:before,
a[data-extension="htm"].Link_file-icon:before,
a[href$=".xhtml"].Link_file-icon:before,
a[data-extension="xhtml"].Link_file-icon:before,
a[href$=".jhtml"].Link_file-icon:before,
a[data-extension="jhtml"].Link_file-icon:before,
a[href$=".php"].Link_file-icon:before,
a[data-extension="php"].Link_file-icon:before,
a[href$=".php3"].Link_file-icon:before,
a[data-extension="php3"].Link_file-icon:before,
a[href$=".php4"].Link_file-icon:before,
a[data-extension="php4"].Link_file-icon:before,
a[href$=".php5"].Link_file-icon:before,
a[data-extension="php5"].Link_file-icon:before,
a[href$=".phtml"].Link_file-icon:before,
a[data-extension="phtml"].Link_file-icon:before,
a[href$=".asp"].Link_file-icon:before,
a[data-extension="asp"].Link_file-icon:before,
a[href$=".aspx"].Link_file-icon:before,
a[data-extension="aspx"].Link_file-icon:before,
a[href$=".cfm"].Link_file-icon:before,
a[data-extension="cfm"].Link_file-icon:before,
a[href*="?"].Link_file-icon:before,
a[href*="#"].Link_file-icon:before,
a.Link_file-icon:not([href*='.']):before,
a.Link_file-icon.Link_file-icon-link[href]:before {
    content: "\F0C1"; /*link*/
}
.AdminHeader{
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  z-index: 1000;
  height: 50px;
  padding-left:20px;
  padding-right:20px;
  color: #fff;
  background-color: #37474F;
}

.AdminHeader__title{
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .AdminHeader__title{
    display:none;
  }
}

.AdminHeader__content{
  float: right;
  height: 50px;

}.AdminDropdown{

}

.AdminDropdown__wrapper{
  height: 50px;
}

.AdminDropdown__header{
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.AdminDropdown____caret{

}

.AdminDropdown__menu{
  list-style-type: none;
  margin:0;
  padding:0;
}

.AdminDropdown__item{
  display: block;
  -webkit-transition: background .15s linear,color .15s linear;
  -o-transition: background .15s linear,color .15s linear;
  transition: background .15s linear,color .15s linear;
  padding: 12px 20px;
  min-height: 44px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}

.AdminDropdown__item_active,.AdminDropdown__item:hover,.AdminDropdown__item_active:hover,.AdminDropdown__item_active:focus,.AdminDropdown__item_active:active,.AdminDropdown__item_active:visited{
  background-color: #f5f5f5;
  color: #333;
}

.AdminDropdown__icon{
  float: left;
  top: 0;
  margin-top: 2px;
  margin-right: 15px;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  width: 16px;
}

.AdminDropdown__divider{
  height:2px;
  background: #ccc;
}


.AdminDropdown__dropdown .Dropdown__content{
  min-width: 200px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.AdminDropdown__dropdown  .Dropdown__trigger{
  padding: 15px 15px;
}
.Dropdown{
  position: relative;
  display: inline-block;
}

.Dropdown_opened{

}

.Dropdown_opened .Dropdown__content{
  display: block;
}

.Dropdown_closed{

}

.Dropdown_closed .Dropdown__content{
  display: none;
}

.Dropdown__trigger{
  cursor: pointer;
}

.Dropdown__content{
  position: absolute;
  z-index: 999999;
  float: left;
}

.Dropdown__content_bottom-right{
  left:0;
}

.Dropdown__content_bottom-left{
  right:0;
  left:auto;
}

.Dropdown__content_top-right{
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.Dropdown__content_top-left{
  right: 0;
  left: auto;
  bottom: 100%;
  margin-bottom: 2px !important;
}


/* ========================================================================*
*
*                       Main
*
* ========================================================================*/

.Dropdown_main .Dropdown__content{
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.Card{
  position: relative;
  background-color: #fff;
}

.Card_main{
  color: #333333;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.Card_small{
  margin: 40px auto 40px auto;
  width: 280px;
}

.Card_margin-bottom{
  margin-bottom: 20px;
}
.CMSEditableContent{
  position: relative;
  border: 2px solid #11bcd8;
  min-height: 20px;
  min-width: 100px;
  display: inline-block;
  padding-top: 16px;
  margin: 2px;
}

.CMSEditableContent__edit-icon-wrapper{
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  background: #11bcd8;
  width: 15px;
  text-align: center;

}

.CMSEditableContent__edit-icon{
  color: #fff;
  font-size: 10px;
}
.Form{
    display: block;
    margin-bottom: 20px;
}

.Form__controls{
    text-align: right;
}

.Form__controls_left{
    text-align: left;
}

.Form_light{
    margin:0;
}
.FormField{
    display: block;
}

.FormField__error{
    display: block;
    color: #D84315;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 12px;
}

.FormField_error{
    margin-bottom: 15px;
}

.FormField_error .Input,.FormField_error .form-control,.FormField_error .Select-control{
    border-color: #D84315;
}

.FormField_light{
    position: relative;
    margin: 0;
    margin-bottom: 20px;
}

.FormField .Checkbox{
  margin-top: 5px;
}
.FormGroup{
    margin-bottom: 20px;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}.FormLabel{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.FormLabel_error{
    color: #D84315;
}

.FormLabel__text{
    color: inherit;
}

.FormLabel__required{
    color: #D84315;
}

@media (min-width: 769px) {
    .FormLabel {
        padding-bottom: 7px;
        padding-top: 8px;
        text-align: left;
    }
}
.InputWrapper{
  position:relative;
}

.InputWrapper_icon-both .Input{
  padding: 7px 28px 7px 28px;
}

.InputWrapper_icon-left .Input{
  padding: 7px 12px 7px 28px;
}

.InputWrapper_icon-right .Input{
  padding: 7px 28px 7px 12px;
}

.InputWrapper__icon{
  position: absolute;
  left: 5px;
  font-size: 16px;
  top: 9px;
  color: #333;
}

.InputWrapper__clear{
  position: absolute;
  right: 0;
  font-size: 20px;
  top: 0;
  cursor: pointer;
  color: #333;
  padding: 8px;
}

.Input{
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 36px;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.5384616;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.Input:focus, .Input_focus {
  border-color: #5cb3fd;
  outline: 0;
}

/*.Input_loading{*/
  /*background-color: #ffffff;*/
  /*background-image: url('/img/ui/input/spinner.gif');*/
  /*background-size: 25px 25px;*/
  /*background-position:right center;*/
  /*background-repeat: no-repeat;*/
/*}*/

.Input_disabled, .Input_readonly {
  background-color: #fafafa;
  opacity: 1;
}

.Input_disabled{
  cursor: not-allowed;
}

.Input_invisible{
  background-color: transparent;
  border: none;
  outline: 0;
}

.Input__loading-zone {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 16px;

}
.Input__loading {
  -webkit-animation: Input-animation-spin 400ms infinite linear;
  -o-animation: Input-animation-spin 400ms infinite linear;
  animation: Input-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

@keyframes Input-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Input-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.TextAreaWrapper{
    position:relative;
    display: block;
    width: 100%;
    padding: 7px 12px 7px 12px;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.TextAreaWrapper__clear{
    position: absolute;
    right: 0;
    font-size: 20px;
    top: 0;
    cursor: pointer;
    color: #333;
}

.TextAreaWrapper__chars{
    color:#8d8989;
    text-align: right;
}

.TextArea{
    resize: vertical;
    white-space: pre-wrap;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    height: 100px;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.5384616;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.TextArea:focus, .TextArea_focus {
    border-color: #5cb3fd;
    outline: 0;
}

.TextArea_disabled, .TextArea_readonly {
    background-color: #fafafa;
    opacity: 1;
}

.TextArea_disabled{
    cursor: not-allowed;
}

.TextArea_invisible{
    padding:0;
    background: transparent;
    resize: none;
    border-style: none;
    border-color: transparent;
    outline: none;
}

.TextAreaWrapper_invisible{
    padding:0;
    background: transparent;
    resize: none;
    border-style: none;
    border-color: transparent;
    outline: none;
}

.TextAreaWrapper_invisible .TextArea_focus{
    padding:0;
    background: transparent;
    resize: none;
    border-style: none;
    border-color: transparent;
    outline: none;
}

.CKEditor{

}.CMSEditableMedia{
  position: relative;
  border: 2px solid #11bcd8;
  min-height: 20px;
  min-width: 100px;
  display: inline-block;
  margin: 2px;
  padding-top: 16px;
}

.CMSEditableMedia__edit-icon-wrapper{
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  background: #11bcd8;
  width: 15px;
  text-align: center;
  z-index: 1000;
}

.CMSEditableMedia__edit-icon{
  color: #fff;
  font-size: 10px;
}
.CMSImageEditable {
  display:inline-block;
  margin-bottom: 20px;
}
.CMSImageEditable__controls {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.CMSImageEditable__image {
  cursor: pointer;
  max-width: 300px;
}

.CMSImageEditable_center{
  display: block;
  text-align: center;
}
.Image{
    border: 0;
}

.Image_responsive{
    display: block;
    max-width: 100%;
    height: auto;
}

.Image_circle{
    border-radius: 50%;
}

.Image_clickable{
    cursor: pointer;
}.CMSVideoEditable__video{
  margin-bottom: 20px;
}
.CMSEditableCollection {
  position: relative;
  border: 2px solid #11bcd8;
  min-height: 20px;
  min-width: 100px;
  display: inline-block;
  padding-top: 16px;
  margin: 2px;
}

.CMSEditableCollection__add-icon-wrapper {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  background: #11bcd8;
  width: 15px;
  text-align: center;

}

.CMSEditableCollection__add-icon {
  color: #fff;
  font-size: 10px;
}

.CMSEditableCollection__reorder-icon-wrapper {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  background: #11bcd8;
  width: 15px;
  text-align: center;

}

.CMSEditableCollection__reorder-icon {
  color: #fff;
  font-size: 10px;
}
.EditableRowItem{
  height: 30px;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}

.EditableRowItem__wrapper{
  display: block;
  position: relative;
  background-color: #f3f3f3;
  border: 1px solid #efefef;
  border-radius: 3px;
  margin-bottom: 10px;
}

.EditableRowItem__left-controls{
   float:left;
}

.EditableRowItem__right-controls{
  float:right;
}

.EditableRowItem__content{
  padding: 7px;
  float:left;
}

.EditableRowItem__title{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.EditableRowItem__control{
  padding: 7px;
  width: 30px;
  cursor: pointer;
}

.EditableRowItem__sorting-control{
  padding: 7px;
  width: 30px;
  cursor: row-resize;
}


.CMSImageGallery__item{
  border-radius: 3px;
}

.CMSImageGallery__item_full-width{
  margin-bottom:5px
}

.CMSImageGallery__item_floated{
  margin: 5px;
  float: left;
}.Thumbnail{
    display: inline-block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.Thumbnail_clickable{
    cursor: pointer;
}

.Thumbnail_circle{
    border-radius: 50%;
}

.Thumbnail__remove-holder{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 3px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

.Thumbnail__remove{
    font-style: normal;
    font-size: 13px;
    font-family: Arial, Baskerville, monospace;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #FFF !important;
    width: 10px;
    height: 12px;
}

.Thumbnail__play{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    background: rgba(0,0,0,.5) url(/img/ui/media/play.png) 19px 13px no-repeat;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}
.Thumbnail__play:hover {
    background-color: rgba(0,0,0,.6)
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
html{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    min-height: 100%;
    position: relative;
    background-color: #e8e8e8;
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    color:#000;
    overflow-y: scroll;
}
*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a:not(.Link) {
    color: #337ab7;
    text-decoration: none;
}

a:not(.Link):focus,a:not(.Link):hover {
    color: #23527c;
    text-decoration: none;
}

a:not(.Link):focus {
    outline: none;
}

#app{
  height: 100%;
}
#app > div:first-of-type{
  height: 100%;
}
