/*! 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;
}
/*
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";}
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;
}


.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;
  }
}
.Icon{
  
}

.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;
}
.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;

}
.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';
}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%;
}
.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;
}
.CardContent{
    position: relative;
}

.CardContent_main{
    padding: 20px;
}
.Form{
    display: block;
    margin-bottom: 20px;
}

.Form__controls{
    text-align: right;
}

.Form__controls_left{
    text-align: left;
}

.Form_light{
    margin:0;
}
.FormField{
    display: inline-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;
}

.Checkbox {
    position: relative;
    display: inline-block;
    width:17px;
    height:17px;
}

.Checkbox_with-label{
    width:auto;
}

.Checkbox__input {
    display:none;
}

.Checkbox__label{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 17px;
    cursor: pointer;
    max-width: 100%;
}

.Checkbox__label:before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.Checkbox__input:checked + .Checkbox__label:after {
    content: '';
    width: 9px;
    height: 6px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 2px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    -webkit-transform: translateZ(1px) rotate(-45deg);
    transform: translateZ(1px) rotate(-45deg);
}

/*.Checkbox__input:checked + .Checkbox__label:after {*/
    /*font-family: 'FontAwesome';*/
    /*content: "\f00c";*/
    /*color: #fff;*/
    /*line-height: 20px !important;*/
/*}*/

/*.Checkbox__label:after{
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    bottom: 6px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}*/

.Checkbox__text{
    padding-left:25px;
    line-height: 20px;
}

.Checkbox_disabled .Checkbox__label:before{
    background: #eeeeee;
    cursor: not-allowed;
}

.Checkbox_disabled .Checkbox__label:after{
    cursor: not-allowed;
}

/* ========================================================================*
*
*                       Styles
*
* ========================================================================*/

.Checkbox_main .Checkbox__input:checked + .Checkbox__label:before{
    background: #455A64;
    border-color: #455A64;
}

.Checkbox_primary .Checkbox__input:checked + .Checkbox__label:before{
    background: #337ab7;
    border-color: #337ab7;
}

.Checkbox_success .Checkbox__input:checked + .Checkbox__label:before{
    background: #5cb85c;
    border-color: #5cb85c;
}

.Checkbox_info .Checkbox__input:checked + .Checkbox__label:before{
    background: #5bc0de;
    border-color: #5bc0de;
}

.Checkbox_warning .Checkbox__input:checked + .Checkbox__label:before{
    background: #f0ad4e;
    border-color: #f0ad4e;
}

.Checkbox_danger .Checkbox__input:checked + .Checkbox__label:before{
    background: #d9534f;
    border-color: #d9534f;
}
.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);
  }
}
