*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 991px) {
  .row-fluid {
    width: 100%;
    flex-wrap:wrap;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}

.dnd-section[class*="force-full-width-section"]  > .row-fluid{
  padding-right:0px;
  padding-left:0px;
}


@media (min-width:992px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper {
  margin: 0 auto;
}

.banner-section .dnd-section {
  padding: 0;
}

.content-wrapper {
  padding: 0px 15px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html, body {
  height: auto;
  min-height: 100vh;
}

body {
  line-height: 1.5;
  word-break: break-word;
}

.body-wrapper {
  overflow: hidden;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1rem;
  line-height:1.6;
}

.body-container-wrapper p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}


img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}



/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 3px solid;
  border-color: #1ccdd1;
  font-style: normal;
  line-height: 1.9em;
  margin: 0;
  margin-bottom: 2.3125rem;
}


/* Horizontal rules */

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  height: 0;
  overflow: visible;
}

strong{
  font-weight: bold;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
.hs-form-field {
  margin-bottom: 16px;
}



input[type=text],
input[type=password],
form select,
form textarea,
.hs-input {
  padding: 1rem;
  background-color: #FAFAFA;
  border: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  width: 100% !important;
  border-radius: 8px;
  font-family: 'Nunito', sans-serif;
  outline: none;
  line-height: 1.43;
  min-height: 3.5em;  
  height: calc(1.5em + 0.75rem + 2px);
}

ul.no-list.hs-error-msgs.inputs-list label {
  animation: none !important;
}

.loaded.animated *{
  animation: FadeInUp 1s;
}

textarea.hs-input {
  min-height: 150px;
}

form fieldset {
  max-width: 100% !important;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
  width: auto !important;
  height: auto !important;
  min-height: auto !important;
  width: 15px !important;
  height: 15px !important;
  margin-right: 4.9px;
  display: inline-block;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-button {
  cursor:pointer;
  margin: 0.4rem 0;
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  transition: all .3s ease-in-out;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  text-align: center;
  border: 1px solid transparent;
  line-height: 1.5;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  vertical-align: middle;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  color: #FAFAFA; /* Cambia #333333 al color que prefieras */
}


.hs-button:focus{
  box-shadow: 0 0 0 0.2rem rgb(130 138 145 / 50%);
}

a.hs-button {
  margin: 15px 0;
}

ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}

ul.no-list.hs-error-msgs.inputs-list label {
  color: red;
  padding: 10px 0;
  display: block;
  margin: 0;
}

.hs_error_rollup label {
  padding-top: 0 !important;
}

fieldset.form-columns-1 .field .input {
  margin: 0 !important;
}


fieldset.form-columns-2 .field {
  width: 50% !important;
  padding-right: 5px;
}

fieldset.form-columns-2 .field .input {
  margin: 0 !important;
}

fieldset.form-columns-2 .field:last-child {
  padding-left: 5px;
  padding-right: 0;
}


.legal-consent-container {
  padding: 10px;
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 14px;
}

.legal-consent-container label {
  color: #a7a7a7;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.legal-consent-container ul li {
  margin: 0;
}

form {
  display: flex;
  flex-direction: column;
}

.hs_submit.hs-submit {
  text-align: center;
}

.legal-consent-container .field.hs-form-field {
  margin: 0 !important;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  line-height: 1.5;
}

.legal-consent-container .hs-form-booleancheckbox-display>span{
  margin: 0 !important;
  display: inline !important; 
  padding-right: 20px !important;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
  float: none !important;
  display: inline !important;
  position: relative;
  top: -1px;
}

.legal-consent-container .hs-form-booleancheckbox-display>span p {
  margin: 0 !important;
  color: #a7a7a7;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;

}

@media(max-width:767px){
  .hs-button {
    font-size: .75rem !important;
  }
}


@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
  fieldset.form-columns-2 .field {
    width: 100% !important;
    padding: 0 !important;
  }
}


.hs-form-booleancheckbox-display{
  color: #333;
}

.hs-form-booleancheckbox-display span{
  color: #333;
}

.hs-input span{
  color: #333;
}
.legal-consent-container .hs-form-booleancheckbox-display>span {
  color: #222 !important;
}
@font-face {
    font-family: 'FontAwesome';
    src:url(//7976433.fs1.hubspotusercontent-na1.net/hubfs/7976433/raw_assets/public/ES_grounding_January2022/fonts/fontawesome-webfont.woff2) format('woff2'),
      url(//7976433.fs1.hubspotusercontent-na1.net/hubfs/7976433/raw_assets/public/ES_grounding_January2022/fonts/fontawesome-webfont.woff) format('woff'),
       url(//7976433.fs1.hubspotusercontent-na1.net/hubfs/7976433/raw_assets/public/ES_grounding_January2022/fonts/fontawesome-webfont.woff2) format('truetype');
    font-weight: normal;
    font-style: normal;
  }


  @font-face {
	font-family: 'iconsMind';
	src:url(//7976433.fs1.hubspotusercontent-na1.net/hubfs/7976433/raw_assets/public/ES_grounding_January2022/fonts/icons-mind.woff) format('woff'),
		url(//7976433.fs1.hubspotusercontent-na1.net/hubfs/7976433/raw_assets/public/ES_grounding_January2022/fonts/icons-mind.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'MobiriseIcons';
    src:url(//7976433.fs1.hubspotusercontent-na1.net/hubfs/7976433/raw_assets/public/ES_grounding_January2022/fonts/mobirise-icons.ttf) format('truetype'),
      url(//7976433.fs1.hubspotusercontent-na1.net/hubfs/7976433/raw_assets/public/ES_grounding_January2022/fonts/mobirise-icons.woff) format('woff');
    font-weight: normal;
    font-style: normal;
  }


  
  @font-face {
    font-family: 'icon54-v3';
    src:url(//7976433.fs1.hubspotusercontent-na1.net/hubfs/7976433/raw_assets/public/ES_grounding_January2022/fonts/icon54-v3.ttf) format('truetype'),
     url(//7976433.fs1.hubspotusercontent-na1.net/hubfs/7976433/raw_assets/public/ES_grounding_January2022/fonts/icon54-v3.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'icon54';
    src:url(//7976433.fs1.hubspotusercontent-na1.net/hubfs/7976433/raw_assets/public/ES_grounding_January2022/fonts/icon54.ttf) format('truetype'),
        url(//7976433.fs1.hubspotusercontent-na1.net/hubfs/7976433/raw_assets/public/ES_grounding_January2022/fonts/icon54.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Moririse2';
  src:url(//7976433.fs1.hubspotusercontent-na1.net/hubfs/7976433/raw_assets/public/ES_grounding_January2022/fonts/mobirise2.ttf) format('truetype'),
    url(//7976433.fs1.hubspotusercontent-na1.net/hubfs/7976433/raw_assets/public/ES_grounding_January2022/fonts/mobirise2.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'icon54-v4';
     src:url(//7976433.fs1.hubspotusercontent-na1.net/hubfs/7976433/raw_assets/public/ES_grounding_January2022/fonts/icon54-v4.ttf) format('truetype'),
        url(//7976433.fs1.hubspotusercontent-na1.net/hubfs/7976433/raw_assets/public/ES_grounding_January2022/fonts/icon54-v4.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}


  .fa {
    display: inline-block;
    font-family: FontAwesome !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

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


[class^="imind-"], [class*=" imind-"] {
	font-family: 'iconsMind' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.imind-a-z:before {
	content: "\e600";
}
.imind-aa:before {
	content: "\e601";
}
.imind-add-bag:before {
	content: "\e602";
}
.imind-add-basket:before {
	content: "\e603";
}
.imind-add-cart:before {
	content: "\e604";
}
.imind-add-file:before {
	content: "\e605";
}
.imind-add-spaceafterparagraph:before {
	content: "\e606";
}
.imind-add-spacebeforeparagraph:before {
	content: "\e607";
}
.imind-add-user:before {
	content: "\e608";
}
.imind-add-userstar:before {
	content: "\e609";
}
.imind-add-window:before {
	content: "\e60a";
}
.imind-add:before {
	content: "\e60b";
}
.imind-address-book:before {
	content: "\e60c";
}
.imind-address-book2:before {
	content: "\e60d";
}
.imind-administrator:before {
	content: "\e60e";
}
.imind-aerobics-2:before {
	content: "\e60f";
}
.imind-aerobics-3:before {
	content: "\e610";
}
.imind-aerobics:before {
	content: "\e611";
}
.imind-affiliate:before {
	content: "\e612";
}
.imind-aim:before {
	content: "\e613";
}
.imind-air-balloon:before {
	content: "\e614";
}
.imind-airbrush:before {
	content: "\e615";
}
.imind-airship:before {
	content: "\e616";
}
.imind-alarm-clock:before {
	content: "\e617";
}
.imind-alarm-clock2:before {
	content: "\e618";
}
.imind-alarm:before {
	content: "\e619";
}
.imind-alien-2:before {
	content: "\e61a";
}
.imind-alien:before {
	content: "\e61b";
}
.imind-aligator:before {
	content: "\e61c";
}
.imind-align-center:before {
	content: "\e61d";
}
.imind-align-justifyall:before {
	content: "\e61e";
}
.imind-align-justifycenter:before {
	content: "\e61f";
}
.imind-align-justifyleft:before {
	content: "\e620";
}
.imind-align-justifyright:before {
	content: "\e621";
}
.imind-align-left:before {
	content: "\e622";
}
.imind-align-right:before {
	content: "\e623";
}
.imind-alpha:before {
	content: "\e624";
}
.imind-ambulance:before {
	content: "\e625";
}
.imind-amx:before {
	content: "\e626";
}
.imind-anchor-2:before {
	content: "\e627";
}
.imind-anchor:before {
	content: "\e628";
}
.imind-android-store:before {
	content: "\e629";
}
.imind-android:before {
	content: "\e62a";
}
.imind-angel-smiley:before {
	content: "\e62b";
}
.imind-angel:before {
	content: "\e62c";
}
.imind-angry:before {
	content: "\e62d";
}
.imind-apple-bite:before {
	content: "\e62e";
}
.imind-apple-store:before {
	content: "\e62f";
}
.imind-apple:before {
	content: "\e630";
}
.imind-approved-window:before {
	content: "\e631";
}
.imind-aquarius-2:before {
	content: "\e632";
}
.imind-aquarius:before {
	content: "\e633";
}
.imind-archery-2:before {
	content: "\e634";
}
.imind-archery:before {
	content: "\e635";
}
.imind-argentina:before {
	content: "\e636";
}
.imind-aries-2:before {
	content: "\e637";
}
.imind-aries:before {
	content: "\e638";
}
.imind-army-key:before {
	content: "\e639";
}
.imind-arrow-around:before {
	content: "\e63a";
}
.imind-arrow-back3:before {
	content: "\e63b";
}
.imind-arrow-back:before {
	content: "\e63c";
}
.imind-arrow-back2:before {
	content: "\e63d";
}
.imind-arrow-barrier:before {
	content: "\e63e";
}
.imind-arrow-circle:before {
	content: "\e63f";
}
.imind-arrow-cross:before {
	content: "\e640";
}
.imind-arrow-down:before {
	content: "\e641";
}
.imind-arrow-down2:before {
	content: "\e642";
}
.imind-arrow-down3:before {
	content: "\e643";
}
.imind-arrow-downincircle:before {
	content: "\e644";
}
.imind-arrow-fork:before {
	content: "\e645";
}
.imind-arrow-forward:before {
	content: "\e646";
}
.imind-arrow-forward2:before {
	content: "\e647";
}
.imind-arrow-from:before {
	content: "\e648";
}
.imind-arrow-inside:before {
	content: "\e649";
}
.imind-arrow-inside45:before {
	content: "\e64a";
}
.imind-arrow-insidegap:before {
	content: "\e64b";
}
.imind-arrow-insidegap45:before {
	content: "\e64c";
}
.imind-arrow-into:before {
	content: "\e64d";
}
.imind-arrow-join:before {
	content: "\e64e";
}
.imind-arrow-junction:before {
	content: "\e64f";
}
.imind-arrow-left:before {
	content: "\e650";
}
.imind-arrow-left2:before {
	content: "\e651";
}
.imind-arrow-leftincircle:before {
	content: "\e652";
}
.imind-arrow-loop:before {
	content: "\e653";
}
.imind-arrow-merge:before {
	content: "\e654";
}
.imind-arrow-mix:before {
	content: "\e655";
}
.imind-arrow-next:before {
	content: "\e656";
}
.imind-arrow-outleft:before {
	content: "\e657";
}
.imind-arrow-outright:before {
	content: "\e658";
}
.imind-arrow-outside:before {
	content: "\e659";
}
.imind-arrow-outside45:before {
	content: "\e65a";
}
.imind-arrow-outsidegap:before {
	content: "\e65b";
}
.imind-arrow-outsidegap45:before {
	content: "\e65c";
}
.imind-arrow-over:before {
	content: "\e65d";
}
.imind-arrow-refresh:before {
	content: "\e65e";
}
.imind-arrow-refresh2:before {
	content: "\e65f";
}
.imind-arrow-right:before {
	content: "\e660";
}
.imind-arrow-right2:before {
	content: "\e661";
}
.imind-arrow-rightincircle:before {
	content: "\e662";
}
.imind-arrow-shuffle:before {
	content: "\e663";
}
.imind-arrow-squiggly:before {
	content: "\e664";
}
.imind-arrow-through:before {
	content: "\e665";
}
.imind-arrow-to:before {
	content: "\e666";
}
.imind-arrow-turnleft:before {
	content: "\e667";
}
.imind-arrow-turnright:before {
	content: "\e668";
}
.imind-arrow-up:before {
	content: "\e669";
}
.imind-arrow-up2:before {
	content: "\e66a";
}
.imind-arrow-up3:before {
	content: "\e66b";
}
.imind-arrow-upincircle:before {
	content: "\e66c";
}
.imind-arrow-xleft:before {
	content: "\e66d";
}
.imind-arrow-xright:before {
	content: "\e66e";
}
.imind-ask:before {
	content: "\e66f";
}
.imind-assistant:before {
	content: "\e670";
}
.imind-astronaut:before {
	content: "\e671";
}
.imind-at-sign:before {
	content: "\e672";
}
.imind-atm:before {
	content: "\e673";
}
.imind-atom:before {
	content: "\e674";
}
.imind-audio:before {
	content: "\e675";
}
.imind-auto-flash:before {
	content: "\e676";
}
.imind-autumn:before {
	content: "\e677";
}
.imind-baby-clothes:before {
	content: "\e678";
}
.imind-baby-clothes2:before {
	content: "\e679";
}
.imind-baby-cry:before {
	content: "\e67a";
}
.imind-baby:before {
	content: "\e67b";
}
.imind-back2:before {
	content: "\e67c";
}
.imind-back-media:before {
	content: "\e67d";
}
.imind-back-music:before {
	content: "\e67e";
}
.imind-back:before {
	content: "\e67f";
}
.imind-background:before {
	content: "\e680";
}
.imind-bacteria:before {
	content: "\e681";
}
.imind-bag-coins:before {
	content: "\e682";
}
.imind-bag-items:before {
	content: "\e683";
}
.imind-bag-quantity:before {
	content: "\e684";
}
.imind-bag:before {
	content: "\e685";
}
.imind-bakelite:before {
	content: "\e686";
}
.imind-ballet-shoes:before {
	content: "\e687";
}
.imind-balloon:before {
	content: "\e688";
}
.imind-banana:before {
	content: "\e689";
}
.imind-band-aid:before {
	content: "\e68a";
}
.imind-bank:before {
	content: "\e68b";
}
.imind-bar-chart:before {
	content: "\e68c";
}
.imind-bar-chart2:before {
	content: "\e68d";
}
.imind-bar-chart3:before {
	content: "\e68e";
}
.imind-bar-chart4:before {
	content: "\e68f";
}
.imind-bar-chart5:before {
	content: "\e690";
}
.imind-bar-code:before {
	content: "\e691";
}
.imind-barricade-2:before {
	content: "\e692";
}
.imind-barricade:before {
	content: "\e693";
}
.imind-baseball:before {
	content: "\e694";
}
.imind-basket-ball:before {
	content: "\e695";
}
.imind-basket-coins:before {
	content: "\e696";
}
.imind-basket-items:before {
	content: "\e697";
}
.imind-basket-quantity:before {
	content: "\e698";
}
.imind-bat-2:before {
	content: "\e699";
}
.imind-bat:before {
	content: "\e69a";
}
.imind-bathrobe:before {
	content: "\e69b";
}
.imind-batman-mask:before {
	content: "\e69c";
}
.imind-battery-0:before {
	content: "\e69d";
}
.imind-battery-25:before {
	content: "\e69e";
}
.imind-battery-50:before {
	content: "\e69f";
}
.imind-battery-75:before {
	content: "\e6a0";
}
.imind-battery-100:before {
	content: "\e6a1";
}
.imind-battery-charge:before {
	content: "\e6a2";
}
.imind-bear:before {
	content: "\e6a3";
}
.imind-beard-2:before {
	content: "\e6a4";
}
.imind-beard-3:before {
	content: "\e6a5";
}
.imind-beard:before {
	content: "\e6a6";
}
.imind-bebo:before {
	content: "\e6a7";
}
.imind-bee:before {
	content: "\e6a8";
}
.imind-beer-glass:before {
	content: "\e6a9";
}
.imind-beer:before {
	content: "\e6aa";
}
.imind-bell-2:before {
	content: "\e6ab";
}
.imind-bell:before {
	content: "\e6ac";
}
.imind-belt-2:before {
	content: "\e6ad";
}
.imind-belt-3:before {
	content: "\e6ae";
}
.imind-belt:before {
	content: "\e6af";
}
.imind-berlin-tower:before {
	content: "\e6b0";
}
.imind-beta:before {
	content: "\e6b1";
}
.imind-betvibes:before {
	content: "\e6b2";
}
.imind-bicycle-2:before {
	content: "\e6b3";
}
.imind-bicycle-3:before {
	content: "\e6b4";
}
.imind-bicycle:before {
	content: "\e6b5";
}
.imind-big-bang:before {
	content: "\e6b6";
}
.imind-big-data:before {
	content: "\e6b7";
}
.imind-bike-helmet:before {
	content: "\e6b8";
}
.imind-bikini:before {
	content: "\e6b9";
}
.imind-bilk-bottle2:before {
	content: "\e6ba";
}
.imind-billing:before {
	content: "\e6bb";
}
.imind-bing:before {
	content: "\e6bc";
}
.imind-binocular:before {
	content: "\e6bd";
}
.imind-bio-hazard:before {
	content: "\e6be";
}
.imind-biotech:before {
	content: "\e6bf";
}
.imind-bird-deliveringletter:before {
	content: "\e6c0";
}
.imind-bird:before {
	content: "\e6c1";
}
.imind-birthday-cake:before {
	content: "\e6c2";
}
.imind-bisexual:before {
	content: "\e6c3";
}
.imind-bishop:before {
	content: "\e6c4";
}
.imind-bitcoin:before {
	content: "\e6c5";
}
.imind-black-cat:before {
	content: "\e6c6";
}
.imind-blackboard:before {
	content: "\e6c7";
}
.imind-blinklist:before {
	content: "\e6c8";
}
.imind-block-cloud:before {
	content: "\e6c9";
}
.imind-block-window:before {
	content: "\e6ca";
}
.imind-blogger:before {
	content: "\e6cb";
}
.imind-blood:before {
	content: "\e6cc";
}
.imind-blouse:before {
	content: "\e6cd";
}
.imind-blueprint:before {
	content: "\e6ce";
}
.imind-board:before {
	content: "\e6cf";
}
.imind-bodybuilding:before {
	content: "\e6d0";
}
.imind-bold-text:before {
	content: "\e6d1";
}
.imind-bone:before {
	content: "\e6d2";
}
.imind-bones:before {
	content: "\e6d3";
}
.imind-book:before {
	content: "\e6d4";
}
.imind-bookmark:before {
	content: "\e6d5";
}
.imind-books-2:before {
	content: "\e6d6";
}
.imind-books:before {
	content: "\e6d7";
}
.imind-boom:before {
	content: "\e6d8";
}
.imind-boot-2:before {
	content: "\e6d9";
}
.imind-boot:before {
	content: "\e6da";
}
.imind-bottom-totop:before {
	content: "\e6db";
}
.imind-bow-2:before {
	content: "\e6dc";
}
.imind-bow-3:before {
	content: "\e6dd";
}
.imind-bow-4:before {
	content: "\e6de";
}
.imind-bow-5:before {
	content: "\e6df";
}
.imind-bow-6:before {
	content: "\e6e0";
}
.imind-bow:before {
	content: "\e6e1";
}
.imind-bowling-2:before {
	content: "\e6e2";
}
.imind-bowling:before {
	content: "\e6e3";
}
.imind-box2:before {
	content: "\e6e4";
}
.imind-box-close:before {
	content: "\e6e5";
}
.imind-box-full:before {
	content: "\e6e6";
}
.imind-box-open:before {
	content: "\e6e7";
}
.imind-box-withfolders:before {
	content: "\e6e8";
}
.imind-box:before {
	content: "\e6e9";
}
.imind-boy:before {
	content: "\e6ea";
}
.imind-bra:before {
	content: "\e6eb";
}
.imind-brain-2:before {
	content: "\e6ec";
}
.imind-brain-3:before {
	content: "\e6ed";
}
.imind-brain:before {
	content: "\e6ee";
}
.imind-brazil:before {
	content: "\e6ef";
}
.imind-bread-2:before {
	content: "\e6f0";
}
.imind-bread:before {
	content: "\e6f1";
}
.imind-bridge:before {
	content: "\e6f2";
}
.imind-brightkite:before {
	content: "\e6f3";
}
.imind-broke-link2:before {
	content: "\e6f4";
}
.imind-broken-link:before {
	content: "\e6f5";
}
.imind-broom:before {
	content: "\e6f6";
}
.imind-brush:before {
	content: "\e6f7";
}
.imind-bucket:before {
	content: "\e6f8";
}
.imind-bug:before {
	content: "\e6f9";
}
.imind-building:before {
	content: "\e6fa";
}
.imind-bulleted-list:before {
	content: "\e6fb";
}
.imind-bus-2:before {
	content: "\e6fc";
}
.imind-bus:before {
	content: "\e6fd";
}
.imind-business-man:before {
	content: "\e6fe";
}
.imind-business-manwoman:before {
	content: "\e6ff";
}
.imind-business-mens:before {
	content: "\e700";
}
.imind-business-woman:before {
	content: "\e701";
}
.imind-butterfly:before {
	content: "\e702";
}
.imind-button:before {
	content: "\e703";
}
.imind-cable-car:before {
	content: "\e704";
}
.imind-cake:before {
	content: "\e705";
}
.imind-calculator-2:before {
	content: "\e706";
}
.imind-calculator-3:before {
	content: "\e707";
}
.imind-calculator:before {
	content: "\e708";
}
.imind-calendar-2:before {
	content: "\e709";
}
.imind-calendar-3:before {
	content: "\e70a";
}
.imind-calendar-4:before {
	content: "\e70b";
}
.imind-calendar-clock:before {
	content: "\e70c";
}
.imind-calendar:before {
	content: "\e70d";
}
.imind-camel:before {
	content: "\e70e";
}
.imind-camera-2:before {
	content: "\e70f";
}
.imind-camera-3:before {
	content: "\e710";
}
.imind-camera-4:before {
	content: "\e711";
}
.imind-camera-5:before {
	content: "\e712";
}
.imind-camera-back:before {
	content: "\e713";
}
.imind-camera:before {
	content: "\e714";
}
.imind-can-2:before {
	content: "\e715";
}
.imind-can:before {
	content: "\e716";
}
.imind-canada:before {
	content: "\e717";
}
.imind-cancer-2:before {
	content: "\e718";
}
.imind-cancer-3:before {
	content: "\e719";
}
.imind-cancer:before {
	content: "\e71a";
}
.imind-candle:before {
	content: "\e71b";
}
.imind-candy-cane:before {
	content: "\e71c";
}
.imind-candy:before {
	content: "\e71d";
}
.imind-cannon:before {
	content: "\e71e";
}
.imind-cap-2:before {
	content: "\e71f";
}
.imind-cap-3:before {
	content: "\e720";
}
.imind-cap-smiley:before {
	content: "\e721";
}
.imind-cap:before {
	content: "\e722";
}
.imind-capricorn-2:before {
	content: "\e723";
}
.imind-capricorn:before {
	content: "\e724";
}
.imind-car-2:before {
	content: "\e725";
}
.imind-car-3:before {
	content: "\e726";
}
.imind-car-coins:before {
	content: "\e727";
}
.imind-car-items:before {
	content: "\e728";
}
.imind-car-wheel:before {
	content: "\e729";
}
.imind-car:before {
	content: "\e72a";
}
.imind-cardigan:before {
	content: "\e72b";
}
.imind-cardiovascular:before {
	content: "\e72c";
}
.imind-cart-quantity:before {
	content: "\e72d";
}
.imind-casette-tape:before {
	content: "\e72e";
}
.imind-cash-register:before {
	content: "\e72f";
}
.imind-cash-register2:before {
	content: "\e730";
}
.imind-castle:before {
	content: "\e731";
}
.imind-cat:before {
	content: "\e732";
}
.imind-cathedral:before {
	content: "\e733";
}
.imind-cauldron:before {
	content: "\e734";
}
.imind-cd-2:before {
	content: "\e735";
}
.imind-cd-cover:before {
	content: "\e736";
}
.imind-cd:before {
	content: "\e737";
}
.imind-cello:before {
	content: "\e738";
}
.imind-celsius:before {
	content: "\e739";
}
.imind-chacked-flag:before {
	content: "\e73a";
}
.imind-chair:before {
	content: "\e73b";
}
.imind-charger:before {
	content: "\e73c";
}
.imind-check-2:before {
	content: "\e73d";
}
.imind-check:before {
	content: "\e73e";
}
.imind-checked-user:before {
	content: "\e73f";
}
.imind-checkmate:before {
	content: "\e740";
}
.imind-checkout-bag:before {
	content: "\e741";
}
.imind-checkout-basket:before {
	content: "\e742";
}
.imind-checkout:before {
	content: "\e743";
}
.imind-cheese:before {
	content: "\e744";
}
.imind-cheetah:before {
	content: "\e745";
}
.imind-chef-hat:before {
	content: "\e746";
}
.imind-chef-hat2:before {
	content: "\e747";
}
.imind-chef:before {
	content: "\e748";
}
.imind-chemical-2:before {
	content: "\e749";
}
.imind-chemical-3:before {
	content: "\e74a";
}
.imind-chemical-4:before {
	content: "\e74b";
}
.imind-chemical-5:before {
	content: "\e74c";
}
.imind-chemical:before {
	content: "\e74d";
}
.imind-chess-board:before {
	content: "\e74e";
}
.imind-chess:before {
	content: "\e74f";
}
.imind-chicken:before {
	content: "\e750";
}
.imind-chile:before {
	content: "\e751";
}
.imind-chimney:before {
	content: "\e752";
}
.imind-china:before {
	content: "\e753";
}
.imind-chinese-temple:before {
	content: "\e754";
}
.imind-chip:before {
	content: "\e755";
}
.imind-chopsticks-2:before {
	content: "\e756";
}
.imind-chopsticks:before {
	content: "\e757";
}
.imind-christmas-ball:before {
	content: "\e758";
}
.imind-christmas-bell:before {
	content: "\e759";
}
.imind-christmas-candle:before {
	content: "\e75a";
}
.imind-christmas-hat:before {
	content: "\e75b";
}
.imind-christmas-sleigh:before {
	content: "\e75c";
}
.imind-christmas-snowman:before {
	content: "\e75d";
}
.imind-christmas-sock:before {
	content: "\e75e";
}
.imind-christmas-tree:before {
	content: "\e75f";
}
.imind-christmas:before {
	content: "\e760";
}
.imind-chrome:before {
	content: "\e761";
}
.imind-chrysler-building:before {
	content: "\e762";
}
.imind-cinema:before {
	content: "\e763";
}
.imind-circular-point:before {
	content: "\e764";
}
.imind-city-hall:before {
	content: "\e765";
}
.imind-clamp:before {
	content: "\e766";
}
.imind-clapperboard-close:before {
	content: "\e767";
}
.imind-clapperboard-open:before {
	content: "\e768";
}
.imind-claps:before {
	content: "\e769";
}
.imind-clef:before {
	content: "\e76a";
}
.imind-clinic:before {
	content: "\e76b";
}
.imind-clock-2:before {
	content: "\e76c";
}
.imind-clock-3:before {
	content: "\e76d";
}
.imind-clock-4:before {
	content: "\e76e";
}
.imind-clock-back:before {
	content: "\e76f";
}
.imind-clock-forward:before {
	content: "\e770";
}
.imind-clock:before {
	content: "\e771";
}
.imind-close-window:before {
	content: "\e772";
}
.imind-close:before {
	content: "\e773";
}
.imind-clothing-store:before {
	content: "\e774";
}
.imind-cloud--:before {
	content: "\e775";
}
.imind-cloud-:before {
	content: "\e776";
}
.imind-cloud-camera:before {
	content: "\e777";
}
.imind-cloud-computer:before {
	content: "\e778";
}
.imind-cloud-email:before {
	content: "\e779";
}
.imind-cloud-hail:before {
	content: "\e77a";
}
.imind-cloud-laptop:before {
	content: "\e77b";
}
.imind-cloud-lock:before {
	content: "\e77c";
}
.imind-cloud-moon:before {
	content: "\e77d";
}
.imind-cloud-music:before {
	content: "\e77e";
}
.imind-cloud-picture:before {
	content: "\e77f";
}
.imind-cloud-rain:before {
	content: "\e780";
}
.imind-cloud-remove:before {
	content: "\e781";
}
.imind-cloud-secure:before {
	content: "\e782";
}
.imind-cloud-settings:before {
	content: "\e783";
}
.imind-cloud-smartphone:before {
	content: "\e784";
}
.imind-cloud-snow:before {
	content: "\e785";
}
.imind-cloud-sun:before {
	content: "\e786";
}
.imind-cloud-tablet:before {
	content: "\e787";
}
.imind-cloud-video:before {
	content: "\e788";
}
.imind-cloud-weather:before {
	content: "\e789";
}
.imind-cloud:before {
	content: "\e78a";
}
.imind-clouds-weather:before {
	content: "\e78b";
}
.imind-clouds:before {
	content: "\e78c";
}
.imind-clown:before {
	content: "\e78d";
}
.imind-cmyk:before {
	content: "\e78e";
}
.imind-coat:before {
	content: "\e78f";
}
.imind-cocktail:before {
	content: "\e790";
}
.imind-coconut:before {
	content: "\e791";
}
.imind-code-window:before {
	content: "\e792";
}
.imind-coding:before {
	content: "\e793";
}
.imind-coffee-2:before {
	content: "\e794";
}
.imind-coffee-bean:before {
	content: "\e795";
}
.imind-coffee-machine:before {
	content: "\e796";
}
.imind-coffee-togo:before {
	content: "\e797";
}
.imind-coffee:before {
	content: "\e798";
}
.imind-coffin:before {
	content: "\e799";
}
.imind-coin:before {
	content: "\e79a";
}
.imind-coins-2:before {
	content: "\e79b";
}
.imind-coins-3:before {
	content: "\e79c";
}
.imind-coins:before {
	content: "\e79d";
}
.imind-colombia:before {
	content: "\e79e";
}
.imind-colosseum:before {
	content: "\e79f";
}
.imind-column-2:before {
	content: "\e7a0";
}
.imind-column-3:before {
	content: "\e7a1";
}
.imind-column:before {
	content: "\e7a2";
}
.imind-comb-2:before {
	content: "\e7a3";
}
.imind-comb:before {
	content: "\e7a4";
}
.imind-communication-tower:before {
	content: "\e7a5";
}
.imind-communication-tower2:before {
	content: "\e7a6";
}
.imind-compass-2:before {
	content: "\e7a7";
}
.imind-compass-3:before {
	content: "\e7a8";
}
.imind-compass-4:before {
	content: "\e7a9";
}
.imind-compass-rose:before {
	content: "\e7aa";
}
.imind-compass:before {
	content: "\e7ab";
}
.imind-computer-2:before {
	content: "\e7ac";
}
.imind-computer-3:before {
	content: "\e7ad";
}
.imind-computer-secure:before {
	content: "\e7ae";
}
.imind-computer:before {
	content: "\e7af";
}
.imind-conference:before {
	content: "\e7b0";
}
.imind-confused:before {
	content: "\e7b1";
}
.imind-conservation:before {
	content: "\e7b2";
}
.imind-consulting:before {
	content: "\e7b3";
}
.imind-contrast:before {
	content: "\e7b4";
}
.imind-control-2:before {
	content: "\e7b5";
}
.imind-control:before {
	content: "\e7b6";
}
.imind-cookie-man:before {
	content: "\e7b7";
}
.imind-cookies:before {
	content: "\e7b8";
}
.imind-cool-guy:before {
	content: "\e7b9";
}
.imind-cool:before {
	content: "\e7ba";
}
.imind-copyright:before {
	content: "\e7bb";
}
.imind-costume:before {
	content: "\e7bc";
}
.imind-couple-sign:before {
	content: "\e7bd";
}
.imind-cow:before {
	content: "\e7be";
}
.imind-cpu:before {
	content: "\e7bf";
}
.imind-crane:before {
	content: "\e7c0";
}
.imind-cranium:before {
	content: "\e7c1";
}
.imind-credit-card:before {
	content: "\e7c2";
}
.imind-credit-card2:before {
	content: "\e7c3";
}
.imind-credit-card3:before {
	content: "\e7c4";
}
.imind-cricket:before {
	content: "\e7c5";
}
.imind-criminal:before {
	content: "\e7c6";
}
.imind-croissant:before {
	content: "\e7c7";
}
.imind-crop-2:before {
	content: "\e7c8";
}
.imind-crop-3:before {
	content: "\e7c9";
}
.imind-crown-2:before {
	content: "\e7ca";
}
.imind-crown:before {
	content: "\e7cb";
}
.imind-crying:before {
	content: "\e7cc";
}
.imind-cube-molecule:before {
	content: "\e7cd";
}
.imind-cube-molecule2:before {
	content: "\e7ce";
}
.imind-cupcake:before {
	content: "\e7cf";
}
.imind-cursor-click:before {
	content: "\e7d0";
}
.imind-cursor-click2:before {
	content: "\e7d1";
}
.imind-cursor-move:before {
	content: "\e7d2";
}
.imind-cursor-move2:before {
	content: "\e7d3";
}
.imind-cursor-select:before {
	content: "\e7d4";
}
.imind-cursor:before {
	content: "\e7d5";
}
.imind-d-eyeglasses:before {
	content: "\e7d6";
}
.imind-d-eyeglasses2:before {
	content: "\e7d7";
}
.imind-dam:before {
	content: "\e7d8";
}
.imind-danemark:before {
	content: "\e7d9";
}
.imind-danger-2:before {
	content: "\e7da";
}
.imind-danger:before {
	content: "\e7db";
}
.imind-dashboard:before {
	content: "\e7dc";
}
.imind-data-backup:before {
	content: "\e7dd";
}
.imind-data-block:before {
	content: "\e7de";
}
.imind-data-center:before {
	content: "\e7df";
}
.imind-data-clock:before {
	content: "\e7e0";
}
.imind-data-cloud:before {
	content: "\e7e1";
}
.imind-data-compress:before {
	content: "\e7e2";
}
.imind-data-copy:before {
	content: "\e7e3";
}
.imind-data-download:before {
	content: "\e7e4";
}
.imind-data-financial:before {
	content: "\e7e5";
}
.imind-data-key:before {
	content: "\e7e6";
}
.imind-data-lock:before {
	content: "\e7e7";
}
.imind-data-network:before {
	content: "\e7e8";
}
.imind-data-password:before {
	content: "\e7e9";
}
.imind-data-power:before {
	content: "\e7ea";
}
.imind-data-refresh:before {
	content: "\e7eb";
}
.imind-data-save:before {
	content: "\e7ec";
}
.imind-data-search:before {
	content: "\e7ed";
}
.imind-data-security:before {
	content: "\e7ee";
}
.imind-data-settings:before {
	content: "\e7ef";
}
.imind-data-sharing:before {
	content: "\e7f0";
}
.imind-data-shield:before {
	content: "\e7f1";
}
.imind-data-signal:before {
	content: "\e7f2";
}
.imind-data-storage:before {
	content: "\e7f3";
}
.imind-data-stream:before {
	content: "\e7f4";
}
.imind-data-transfer:before {
	content: "\e7f5";
}
.imind-data-unlock:before {
	content: "\e7f6";
}
.imind-data-upload:before {
	content: "\e7f7";
}
.imind-data-yes:before {
	content: "\e7f8";
}
.imind-data:before {
	content: "\e7f9";
}
.imind-david-star:before {
	content: "\e7fa";
}
.imind-daylight:before {
	content: "\e7fb";
}
.imind-death:before {
	content: "\e7fc";
}
.imind-debian:before {
	content: "\e7fd";
}
.imind-dec:before {
	content: "\e7fe";
}
.imind-decrase-inedit:before {
	content: "\e7ff";
}
.imind-deer-2:before {
	content: "\e800";
}
.imind-deer:before {
	content: "\e801";
}
.imind-delete-file:before {
	content: "\e802";
}
.imind-delete-window:before {
	content: "\e803";
}
.imind-delicious:before {
	content: "\e804";
}
.imind-depression:before {
	content: "\e805";
}
.imind-deviantart:before {
	content: "\e806";
}
.imind-device-syncwithcloud:before {
	content: "\e807";
}
.imind-diamond:before {
	content: "\e808";
}
.imind-dice-2:before {
	content: "\e809";
}
.imind-dice:before {
	content: "\e80a";
}
.imind-digg:before {
	content: "\e80b";
}
.imind-digital-drawing:before {
	content: "\e80c";
}
.imind-diigo:before {
	content: "\e80d";
}
.imind-dinosaur:before {
	content: "\e80e";
}
.imind-diploma-2:before {
	content: "\e80f";
}
.imind-diploma:before {
	content: "\e810";
}
.imind-direction-east:before {
	content: "\e811";
}
.imind-direction-north:before {
	content: "\e812";
}
.imind-direction-south:before {
	content: "\e813";
}
.imind-direction-west:before {
	content: "\e814";
}
.imind-director:before {
	content: "\e815";
}
.imind-disk:before {
	content: "\e816";
}
.imind-dj:before {
	content: "\e817";
}
.imind-dna-2:before {
	content: "\e818";
}
.imind-dna-helix:before {
	content: "\e819";
}
.imind-dna:before {
	content: "\e81a";
}
.imind-doctor:before {
	content: "\e81b";
}
.imind-dog:before {
	content: "\e81c";
}
.imind-dollar-sign:before {
	content: "\e81d";
}
.imind-dollar-sign2:before {
	content: "\e81e";
}
.imind-dollar:before {
	content: "\e81f";
}
.imind-dolphin:before {
	content: "\e820";
}
.imind-domino:before {
	content: "\e821";
}
.imind-door-hanger:before {
	content: "\e822";
}
.imind-door:before {
	content: "\e823";
}
.imind-doplr:before {
	content: "\e824";
}
.imind-double-circle:before {
	content: "\e825";
}
.imind-double-tap:before {
	content: "\e826";
}
.imind-doughnut:before {
	content: "\e827";
}
.imind-dove:before {
	content: "\e828";
}
.imind-down-2:before {
	content: "\e829";
}
.imind-down-3:before {
	content: "\e82a";
}
.imind-down-4:before {
	content: "\e82b";
}
.imind-down:before {
	content: "\e82c";
}
.imind-download-2:before {
	content: "\e82d";
}
.imind-download-fromcloud:before {
	content: "\e82e";
}
.imind-download-window:before {
	content: "\e82f";
}
.imind-download:before {
	content: "\e830";
}
.imind-downward:before {
	content: "\e831";
}
.imind-drag-down:before {
	content: "\e832";
}
.imind-drag-left:before {
	content: "\e833";
}
.imind-drag-right:before {
	content: "\e834";
}
.imind-drag-up:before {
	content: "\e835";
}
.imind-drag:before {
	content: "\e836";
}
.imind-dress:before {
	content: "\e837";
}
.imind-drill-2:before {
	content: "\e838";
}
.imind-drill:before {
	content: "\e839";
}
.imind-drop:before {
	content: "\e83a";
}
.imind-dropbox:before {
	content: "\e83b";
}
.imind-drum:before {
	content: "\e83c";
}
.imind-dry:before {
	content: "\e83d";
}
.imind-duck:before {
	content: "\e83e";
}
.imind-dumbbell:before {
	content: "\e83f";
}
.imind-duplicate-layer:before {
	content: "\e840";
}
.imind-duplicate-window:before {
	content: "\e841";
}
.imind-dvd:before {
	content: "\e842";
}
.imind-eagle:before {
	content: "\e843";
}
.imind-ear:before {
	content: "\e844";
}
.imind-earphones-2:before {
	content: "\e845";
}
.imind-earphones:before {
	content: "\e846";
}
.imind-eci-icon:before {
	content: "\e847";
}
.imind-edit-map:before {
	content: "\e848";
}
.imind-edit:before {
	content: "\e849";
}
.imind-eggs:before {
	content: "\e84a";
}
.imind-egypt:before {
	content: "\e84b";
}
.imind-eifel-tower:before {
	content: "\e84c";
}
.imind-eject-2:before {
	content: "\e84d";
}
.imind-eject:before {
	content: "\e84e";
}
.imind-el-castillo:before {
	content: "\e84f";
}
.imind-elbow:before {
	content: "\e850";
}
.imind-electric-guitar:before {
	content: "\e851";
}
.imind-electricity:before {
	content: "\e852";
}
.imind-elephant:before {
	content: "\e853";
}
.imind-email:before {
	content: "\e854";
}
.imind-embassy:before {
	content: "\e855";
}
.imind-empire-statebuilding:before {
	content: "\e856";
}
.imind-empty-box:before {
	content: "\e857";
}
.imind-end2:before {
	content: "\e858";
}
.imind-end-2:before {
	content: "\e859";
}
.imind-end:before {
	content: "\e85a";
}
.imind-endways:before {
	content: "\e85b";
}
.imind-engineering:before {
	content: "\e85c";
}
.imind-envelope-2:before {
	content: "\e85d";
}
.imind-envelope:before {
	content: "\e85e";
}
.imind-environmental-2:before {
	content: "\e85f";
}
.imind-environmental-3:before {
	content: "\e860";
}
.imind-environmental:before {
	content: "\e861";
}
.imind-equalizer:before {
	content: "\e862";
}
.imind-eraser-2:before {
	content: "\e863";
}
.imind-eraser-3:before {
	content: "\e864";
}
.imind-eraser:before {
	content: "\e865";
}
.imind-error-404window:before {
	content: "\e866";
}
.imind-euro-sign:before {
	content: "\e867";
}
.imind-euro-sign2:before {
	content: "\e868";
}
.imind-euro:before {
	content: "\e869";
}
.imind-evernote:before {
	content: "\e86a";
}
.imind-evil:before {
	content: "\e86b";
}
.imind-explode:before {
	content: "\e86c";
}
.imind-eye-2:before {
	content: "\e86d";
}
.imind-eye-blind:before {
	content: "\e86e";
}
.imind-eye-invisible:before {
	content: "\e86f";
}
.imind-eye-scan:before {
	content: "\e870";
}
.imind-eye-visible:before {
	content: "\e871";
}
.imind-eye:before {
	content: "\e872";
}
.imind-eyebrow-2:before {
	content: "\e873";
}
.imind-eyebrow-3:before {
	content: "\e874";
}
.imind-eyebrow:before {
	content: "\e875";
}
.imind-eyeglasses-smiley:before {
	content: "\e876";
}
.imind-eyeglasses-smiley2:before {
	content: "\e877";
}
.imind-face-style:before {
	content: "\e878";
}
.imind-face-style2:before {
	content: "\e879";
}
.imind-face-style3:before {
	content: "\e87a";
}
.imind-face-style4:before {
	content: "\e87b";
}
.imind-face-style5:before {
	content: "\e87c";
}
.imind-face-style6:before {
	content: "\e87d";
}
.imind-facebook-2:before {
	content: "\e87e";
}
.imind-facebook:before {
	content: "\e87f";
}
.imind-factory-2:before {
	content: "\e880";
}
.imind-factory:before {
	content: "\e881";
}
.imind-fahrenheit:before {
	content: "\e882";
}
.imind-family-sign:before {
	content: "\e883";
}
.imind-fan:before {
	content: "\e884";
}
.imind-farmer:before {
	content: "\e885";
}
.imind-fashion:before {
	content: "\e886";
}
.imind-favorite-window:before {
	content: "\e887";
}
.imind-fax:before {
	content: "\e888";
}
.imind-feather:before {
	content: "\e889";
}
.imind-feedburner:before {
	content: "\e88a";
}
.imind-female-2:before {
	content: "\e88b";
}
.imind-female-sign:before {
	content: "\e88c";
}
.imind-female:before {
	content: "\e88d";
}
.imind-file-block:before {
	content: "\e88e";
}
.imind-file-bookmark:before {
	content: "\e88f";
}
.imind-file-chart:before {
	content: "\e890";
}
.imind-file-clipboard:before {
	content: "\e891";
}
.imind-file-clipboardfiletext:before {
	content: "\e892";
}
.imind-file-clipboardtextimage:before {
	content: "\e893";
}
.imind-file-cloud:before {
	content: "\e894";
}
.imind-file-copy:before {
	content: "\e895";
}
.imind-file-copy2:before {
	content: "\e896";
}
.imind-file-csv:before {
	content: "\e897";
}
.imind-file-download:before {
	content: "\e898";
}
.imind-file-edit:before {
	content: "\e899";
}
.imind-file-excel:before {
	content: "\e89a";
}
.imind-file-favorite:before {
	content: "\e89b";
}
.imind-file-fire:before {
	content: "\e89c";
}
.imind-file-graph:before {
	content: "\e89d";
}
.imind-file-hide:before {
	content: "\e89e";
}
.imind-file-horizontal:before {
	content: "\e89f";
}
.imind-file-horizontaltext:before {
	content: "\e8a0";
}
.imind-file-html:before {
	content: "\e8a1";
}
.imind-file-jpg:before {
	content: "\e8a2";
}
.imind-file-link:before {
	content: "\e8a3";
}
.imind-file-loading:before {
	content: "\e8a4";
}
.imind-file-lock:before {
	content: "\e8a5";
}
.imind-file-love:before {
	content: "\e8a6";
}
.imind-file-music:before {
	content: "\e8a7";
}
.imind-file-network:before {
	content: "\e8a8";
}
.imind-file-pictures:before {
	content: "\e8a9";
}
.imind-file-pie:before {
	content: "\e8aa";
}
.imind-file-presentation:before {
	content: "\e8ab";
}
.imind-file-refresh:before {
	content: "\e8ac";
}
.imind-file-search:before {
	content: "\e8ad";
}
.imind-file-settings:before {
	content: "\e8ae";
}
.imind-file-share:before {
	content: "\e8af";
}
.imind-file-textimage:before {
	content: "\e8b0";
}
.imind-file-trash:before {
	content: "\e8b1";
}
.imind-file-txt:before {
	content: "\e8b2";
}
.imind-file-upload:before {
	content: "\e8b3";
}
.imind-file-video:before {
	content: "\e8b4";
}
.imind-file-word:before {
	content: "\e8b5";
}
.imind-file-zip:before {
	content: "\e8b6";
}
.imind-file:before {
	content: "\e8b7";
}
.imind-files:before {
	content: "\e8b8";
}
.imind-film-board:before {
	content: "\e8b9";
}
.imind-film-cartridge:before {
	content: "\e8ba";
}
.imind-film-strip:before {
	content: "\e8bb";
}
.imind-film-video:before {
	content: "\e8bc";
}
.imind-film:before {
	content: "\e8bd";
}
.imind-filter-2:before {
	content: "\e8be";
}
.imind-filter:before {
	content: "\e8bf";
}
.imind-financial:before {
	content: "\e8c0";
}
.imind-find-user:before {
	content: "\e8c1";
}
.imind-finger-dragfoursides:before {
	content: "\e8c2";
}
.imind-finger-dragtwosides:before {
	content: "\e8c3";
}
.imind-finger-print:before {
	content: "\e8c4";
}
.imind-finger:before {
	content: "\e8c5";
}
.imind-fingerprint-2:before {
	content: "\e8c6";
}
.imind-fingerprint:before {
	content: "\e8c7";
}
.imind-fire-flame:before {
	content: "\e8c8";
}
.imind-fire-flame2:before {
	content: "\e8c9";
}
.imind-fire-hydrant:before {
	content: "\e8ca";
}
.imind-fire-staion:before {
	content: "\e8cb";
}
.imind-firefox:before {
	content: "\e8cc";
}
.imind-firewall:before {
	content: "\e8cd";
}
.imind-first-aid:before {
	content: "\e8ce";
}
.imind-first:before {
	content: "\e8cf";
}
.imind-fish-food:before {
	content: "\e8d0";
}
.imind-fish:before {
	content: "\e8d1";
}
.imind-fit-to:before {
	content: "\e8d2";
}
.imind-fit-to2:before {
	content: "\e8d3";
}
.imind-five-fingers:before {
	content: "\e8d4";
}
.imind-five-fingersdrag:before {
	content: "\e8d5";
}
.imind-five-fingersdrag2:before {
	content: "\e8d6";
}
.imind-five-fingerstouch:before {
	content: "\e8d7";
}
.imind-flag-2:before {
	content: "\e8d8";
}
.imind-flag-3:before {
	content: "\e8d9";
}
.imind-flag-4:before {
	content: "\e8da";
}
.imind-flag-5:before {
	content: "\e8db";
}
.imind-flag-6:before {
	content: "\e8dc";
}
.imind-flag:before {
	content: "\e8dd";
}
.imind-flamingo:before {
	content: "\e8de";
}
.imind-flash-2:before {
	content: "\e8df";
}
.imind-flash-video:before {
	content: "\e8e0";
}
.imind-flash:before {
	content: "\e8e1";
}
.imind-flashlight:before {
	content: "\e8e2";
}
.imind-flask-2:before {
	content: "\e8e3";
}
.imind-flask:before {
	content: "\e8e4";
}
.imind-flick:before {
	content: "\e8e5";
}
.imind-flickr:before {
	content: "\e8e6";
}
.imind-flowerpot:before {
	content: "\e8e7";
}
.imind-fluorescent:before {
	content: "\e8e8";
}
.imind-fog-day:before {
	content: "\e8e9";
}
.imind-fog-night:before {
	content: "\e8ea";
}
.imind-folder-add:before {
	content: "\e8eb";
}
.imind-folder-archive:before {
	content: "\e8ec";
}
.imind-folder-binder:before {
	content: "\e8ed";
}
.imind-folder-binder2:before {
	content: "\e8ee";
}
.imind-folder-block:before {
	content: "\e8ef";
}
.imind-folder-bookmark:before {
	content: "\e8f0";
}
.imind-folder-close:before {
	content: "\e8f1";
}
.imind-folder-cloud:before {
	content: "\e8f2";
}
.imind-folder-delete:before {
	content: "\e8f3";
}
.imind-folder-download:before {
	content: "\e8f4";
}
.imind-folder-edit:before {
	content: "\e8f5";
}
.imind-folder-favorite:before {
	content: "\e8f6";
}
.imind-folder-fire:before {
	content: "\e8f7";
}
.imind-folder-hide:before {
	content: "\e8f8";
}
.imind-folder-link:before {
	content: "\e8f9";
}
.imind-folder-loading:before {
	content: "\e8fa";
}
.imind-folder-lock:before {
	content: "\e8fb";
}
.imind-folder-love:before {
	content: "\e8fc";
}
.imind-folder-music:before {
	content: "\e8fd";
}
.imind-folder-network:before {
	content: "\e8fe";
}
.imind-folder-open:before {
	content: "\e8ff";
}
.imind-folder-open2:before {
	content: "\e900";
}
.imind-folder-organizing:before {
	content: "\e901";
}
.imind-folder-pictures:before {
	content: "\e902";
}
.imind-folder-refresh:before {
	content: "\e903";
}
.imind-folder-remove-:before {
	content: "\e904";
}
.imind-folder-search:before {
	content: "\e905";
}
.imind-folder-settings:before {
	content: "\e906";
}
.imind-folder-share:before {
	content: "\e907";
}
.imind-folder-trash:before {
	content: "\e908";
}
.imind-folder-upload:before {
	content: "\e909";
}
.imind-folder-video:before {
	content: "\e90a";
}
.imind-folder-withdocument:before {
	content: "\e90b";
}
.imind-folder-zip:before {
	content: "\e90c";
}
.imind-folder:before {
	content: "\e90d";
}
.imind-folders:before {
	content: "\e90e";
}
.imind-font-color:before {
	content: "\e90f";
}
.imind-font-name:before {
	content: "\e910";
}
.imind-font-size:before {
	content: "\e911";
}
.imind-font-style:before {
	content: "\e912";
}
.imind-font-stylesubscript:before {
	content: "\e913";
}
.imind-font-stylesuperscript:before {
	content: "\e914";
}
.imind-font-window:before {
	content: "\e915";
}
.imind-foot-2:before {
	content: "\e916";
}
.imind-foot:before {
	content: "\e917";
}
.imind-football-2:before {
	content: "\e918";
}
.imind-football:before {
	content: "\e919";
}
.imind-footprint-2:before {
	content: "\e91a";
}
.imind-footprint-3:before {
	content: "\e91b";
}
.imind-footprint:before {
	content: "\e91c";
}
.imind-forest:before {
	content: "\e91d";
}
.imind-fork:before {
	content: "\e91e";
}
.imind-formspring:before {
	content: "\e91f";
}
.imind-formula:before {
	content: "\e920";
}
.imind-forsquare:before {
	content: "\e921";
}
.imind-forward:before {
	content: "\e922";
}
.imind-fountain-pen:before {
	content: "\e923";
}
.imind-four-fingers:before {
	content: "\e924";
}
.imind-four-fingersdrag:before {
	content: "\e925";
}
.imind-four-fingersdrag2:before {
	content: "\e926";
}
.imind-four-fingerstouch:before {
	content: "\e927";
}
.imind-fox:before {
	content: "\e928";
}
.imind-frankenstein:before {
	content: "\e929";
}
.imind-french-fries:before {
	content: "\e92a";
}
.imind-friendfeed:before {
	content: "\e92b";
}
.imind-friendster:before {
	content: "\e92c";
}
.imind-frog:before {
	content: "\e92d";
}
.imind-fruits:before {
	content: "\e92e";
}
.imind-fuel:before {
	content: "\e92f";
}
.imind-full-bag:before {
	content: "\e930";
}
.imind-full-basket:before {
	content: "\e931";
}
.imind-full-cart:before {
	content: "\e932";
}
.imind-full-moon:before {
	content: "\e933";
}
.imind-full-screen:before {
	content: "\e934";
}
.imind-full-screen2:before {
	content: "\e935";
}
.imind-full-view:before {
	content: "\e936";
}
.imind-full-view2:before {
	content: "\e937";
}
.imind-full-viewwindow:before {
	content: "\e938";
}
.imind-function:before {
	content: "\e939";
}
.imind-funky:before {
	content: "\e93a";
}
.imind-funny-bicycle:before {
	content: "\e93b";
}
.imind-furl:before {
	content: "\e93c";
}
.imind-gamepad-2:before {
	content: "\e93d";
}
.imind-gamepad:before {
	content: "\e93e";
}
.imind-gas-pump:before {
	content: "\e93f";
}
.imind-gaugage-2:before {
	content: "\e940";
}
.imind-gaugage:before {
	content: "\e941";
}
.imind-gay:before {
	content: "\e942";
}
.imind-gear-2:before {
	content: "\e943";
}
.imind-gear:before {
	content: "\e944";
}
.imind-gears-2:before {
	content: "\e945";
}
.imind-gears:before {
	content: "\e946";
}
.imind-geek-2:before {
	content: "\e947";
}
.imind-geek:before {
	content: "\e948";
}
.imind-gemini-2:before {
	content: "\e949";
}
.imind-gemini:before {
	content: "\e94a";
}
.imind-genius:before {
	content: "\e94b";
}
.imind-gentleman:before {
	content: "\e94c";
}
.imind-geo--:before {
	content: "\e94d";
}
.imind-geo-:before {
	content: "\e94e";
}
.imind-geo-close:before {
	content: "\e94f";
}
.imind-geo-love:before {
	content: "\e950";
}
.imind-geo-number:before {
	content: "\e951";
}
.imind-geo-star:before {
	content: "\e952";
}
.imind-geo:before {
	content: "\e953";
}
.imind-geo2--:before {
	content: "\e954";
}
.imind-geo2-:before {
	content: "\e955";
}
.imind-geo2-close:before {
	content: "\e956";
}
.imind-geo2-love:before {
	content: "\e957";
}
.imind-geo2-number:before {
	content: "\e958";
}
.imind-geo2-star:before {
	content: "\e959";
}
.imind-geo2:before {
	content: "\e95a";
}
.imind-geo3--:before {
	content: "\e95b";
}
.imind-geo3-:before {
	content: "\e95c";
}
.imind-geo3-close:before {
	content: "\e95d";
}
.imind-geo3-love:before {
	content: "\e95e";
}
.imind-geo3-number:before {
	content: "\e95f";
}
.imind-geo3-star:before {
	content: "\e960";
}
.imind-geo3:before {
	content: "\e961";
}
.imind-gey:before {
	content: "\e962";
}
.imind-gift-box:before {
	content: "\e963";
}
.imind-giraffe:before {
	content: "\e964";
}
.imind-girl:before {
	content: "\e965";
}
.imind-glass-water:before {
	content: "\e966";
}
.imind-glasses-2:before {
	content: "\e967";
}
.imind-glasses-3:before {
	content: "\e968";
}
.imind-glasses:before {
	content: "\e969";
}
.imind-global-position:before {
	content: "\e96a";
}
.imind-globe-2:before {
	content: "\e96b";
}
.imind-globe:before {
	content: "\e96c";
}
.imind-gloves:before {
	content: "\e96d";
}
.imind-go-bottom:before {
	content: "\e96e";
}
.imind-go-top:before {
	content: "\e96f";
}
.imind-goggles:before {
	content: "\e970";
}
.imind-golf-2:before {
	content: "\e971";
}
.imind-golf:before {
	content: "\e972";
}
.imind-google-buzz:before {
	content: "\e973";
}
.imind-google-drive:before {
	content: "\e974";
}
.imind-google-play:before {
	content: "\e975";
}
.imind-google-plus:before {
	content: "\e976";
}
.imind-google:before {
	content: "\e977";
}
.imind-gopro:before {
	content: "\e978";
}
.imind-gorilla:before {
	content: "\e979";
}
.imind-gowalla:before {
	content: "\e97a";
}
.imind-grave:before {
	content: "\e97b";
}
.imind-graveyard:before {
	content: "\e97c";
}
.imind-greece:before {
	content: "\e97d";
}
.imind-green-energy:before {
	content: "\e97e";
}
.imind-green-house:before {
	content: "\e97f";
}
.imind-guitar:before {
	content: "\e980";
}
.imind-gun-2:before {
	content: "\e981";
}
.imind-gun-3:before {
	content: "\e982";
}
.imind-gun:before {
	content: "\e983";
}
.imind-gymnastics:before {
	content: "\e984";
}
.imind-hair-2:before {
	content: "\e985";
}
.imind-hair-3:before {
	content: "\e986";
}
.imind-hair-4:before {
	content: "\e987";
}
.imind-hair:before {
	content: "\e988";
}
.imind-half-moon:before {
	content: "\e989";
}
.imind-halloween-halfmoon:before {
	content: "\e98a";
}
.imind-halloween-moon:before {
	content: "\e98b";
}
.imind-hamburger:before {
	content: "\e98c";
}
.imind-hammer:before {
	content: "\e98d";
}
.imind-hand-touch:before {
	content: "\e98e";
}
.imind-hand-touch2:before {
	content: "\e98f";
}
.imind-hand-touchsmartphone:before {
	content: "\e990";
}
.imind-hand:before {
	content: "\e991";
}
.imind-hands:before {
	content: "\e992";
}
.imind-handshake:before {
	content: "\e993";
}
.imind-hanger:before {
	content: "\e994";
}
.imind-happy:before {
	content: "\e995";
}
.imind-hat-2:before {
	content: "\e996";
}
.imind-hat:before {
	content: "\e997";
}
.imind-haunted-house:before {
	content: "\e998";
}
.imind-hd-video:before {
	content: "\e999";
}
.imind-hd:before {
	content: "\e99a";
}
.imind-hdd:before {
	content: "\e99b";
}
.imind-headphone:before {
	content: "\e99c";
}
.imind-headphones:before {
	content: "\e99d";
}
.imind-headset:before {
	content: "\e99e";
}
.imind-heart-2:before {
	content: "\e99f";
}
.imind-heart:before {
	content: "\e9a0";
}
.imind-heels-2:before {
	content: "\e9a1";
}
.imind-heels:before {
	content: "\e9a2";
}
.imind-height-window:before {
	content: "\e9a3";
}
.imind-helicopter-2:before {
	content: "\e9a4";
}
.imind-helicopter:before {
	content: "\e9a5";
}
.imind-helix-2:before {
	content: "\e9a6";
}
.imind-hello:before {
	content: "\e9a7";
}
.imind-helmet-2:before {
	content: "\e9a8";
}
.imind-helmet-3:before {
	content: "\e9a9";
}
.imind-helmet:before {
	content: "\e9aa";
}
.imind-hipo:before {
	content: "\e9ab";
}
.imind-hipster-glasses:before {
	content: "\e9ac";
}
.imind-hipster-glasses2:before {
	content: "\e9ad";
}
.imind-hipster-glasses3:before {
	content: "\e9ae";
}
.imind-hipster-headphones:before {
	content: "\e9af";
}
.imind-hipster-men:before {
	content: "\e9b0";
}
.imind-hipster-men2:before {
	content: "\e9b1";
}
.imind-hipster-men3:before {
	content: "\e9b2";
}
.imind-hipster-sunglasses:before {
	content: "\e9b3";
}
.imind-hipster-sunglasses2:before {
	content: "\e9b4";
}
.imind-hipster-sunglasses3:before {
	content: "\e9b5";
}
.imind-hokey:before {
	content: "\e9b6";
}
.imind-holly:before {
	content: "\e9b7";
}
.imind-home-2:before {
	content: "\e9b8";
}
.imind-home-3:before {
	content: "\e9b9";
}
.imind-home-4:before {
	content: "\e9ba";
}
.imind-home-5:before {
	content: "\e9bb";
}
.imind-home-window:before {
	content: "\e9bc";
}
.imind-home:before {
	content: "\e9bd";
}
.imind-homosexual:before {
	content: "\e9be";
}
.imind-honey:before {
	content: "\e9bf";
}
.imind-hong-kong:before {
	content: "\e9c0";
}
.imind-hoodie:before {
	content: "\e9c1";
}
.imind-horror:before {
	content: "\e9c2";
}
.imind-horse:before {
	content: "\e9c3";
}
.imind-hospital-2:before {
	content: "\e9c4";
}
.imind-hospital:before {
	content: "\e9c5";
}
.imind-host:before {
	content: "\e9c6";
}
.imind-hot-dog:before {
	content: "\e9c7";
}
.imind-hotel:before {
	content: "\e9c8";
}
.imind-hour:before {
	content: "\e9c9";
}
.imind-hub:before {
	content: "\e9ca";
}
.imind-humor:before {
	content: "\e9cb";
}
.imind-hurt:before {
	content: "\e9cc";
}
.imind-ice-cream:before {
	content: "\e9cd";
}
.imind-icq:before {
	content: "\e9ce";
}
.imind-id-2:before {
	content: "\e9cf";
}
.imind-id-3:before {
	content: "\e9d0";
}
.imind-id-card:before {
	content: "\e9d1";
}
.imind-idea-2:before {
	content: "\e9d2";
}
.imind-idea-3:before {
	content: "\e9d3";
}
.imind-idea-4:before {
	content: "\e9d4";
}
.imind-idea-5:before {
	content: "\e9d5";
}
.imind-idea:before {
	content: "\e9d6";
}
.imind-identification-badge:before {
	content: "\e9d7";
}
.imind-imdb:before {
	content: "\e9d8";
}
.imind-inbox-empty:before {
	content: "\e9d9";
}
.imind-inbox-forward:before {
	content: "\e9da";
}
.imind-inbox-full:before {
	content: "\e9db";
}
.imind-inbox-into:before {
	content: "\e9dc";
}
.imind-inbox-out:before {
	content: "\e9dd";
}
.imind-inbox-reply:before {
	content: "\e9de";
}
.imind-inbox:before {
	content: "\e9df";
}
.imind-increase-inedit:before {
	content: "\e9e0";
}
.imind-indent-firstline:before {
	content: "\e9e1";
}
.imind-indent-leftmargin:before {
	content: "\e9e2";
}
.imind-indent-rightmargin:before {
	content: "\e9e3";
}
.imind-india:before {
	content: "\e9e4";
}
.imind-info-window:before {
	content: "\e9e5";
}
.imind-information:before {
	content: "\e9e6";
}
.imind-inifity:before {
	content: "\e9e7";
}
.imind-instagram:before {
	content: "\e9e8";
}
.imind-internet-2:before {
	content: "\e9e9";
}
.imind-internet-explorer:before {
	content: "\e9ea";
}
.imind-internet-smiley:before {
	content: "\e9eb";
}
.imind-internet:before {
	content: "\e9ec";
}
.imind-ios-apple:before {
	content: "\e9ed";
}
.imind-israel:before {
	content: "\e9ee";
}
.imind-italic-text:before {
	content: "\e9ef";
}
.imind-jacket-2:before {
	content: "\e9f0";
}
.imind-jacket:before {
	content: "\e9f1";
}
.imind-jamaica:before {
	content: "\e9f2";
}
.imind-japan:before {
	content: "\e9f3";
}
.imind-japanese-gate:before {
	content: "\e9f4";
}
.imind-jeans:before {
	content: "\e9f5";
}
.imind-jeep-2:before {
	content: "\e9f6";
}
.imind-jeep:before {
	content: "\e9f7";
}
.imind-jet:before {
	content: "\e9f8";
}
.imind-joystick:before {
	content: "\e9f9";
}
.imind-juice:before {
	content: "\e9fa";
}
.imind-jump-rope:before {
	content: "\e9fb";
}
.imind-kangoroo:before {
	content: "\e9fc";
}
.imind-kenya:before {
	content: "\e9fd";
}
.imind-key-2:before {
	content: "\e9fe";
}
.imind-key-3:before {
	content: "\e9ff";
}
.imind-key-lock:before {
	content: "\ea00";
}
.imind-key:before {
	content: "\ea01";
}
.imind-keyboard:before {
	content: "\ea02";
}
.imind-keyboard3:before {
	content: "\ea03";
}
.imind-keypad:before {
	content: "\ea04";
}
.imind-king-2:before {
	content: "\ea05";
}
.imind-king:before {
	content: "\ea06";
}
.imind-kiss:before {
	content: "\ea07";
}
.imind-knee:before {
	content: "\ea08";
}
.imind-knife-2:before {
	content: "\ea09";
}
.imind-knife:before {
	content: "\ea0a";
}
.imind-knight:before {
	content: "\ea0b";
}
.imind-koala:before {
	content: "\ea0c";
}
.imind-korea:before {
	content: "\ea0d";
}
.imind-lamp:before {
	content: "\ea0e";
}
.imind-landscape-2:before {
	content: "\ea0f";
}
.imind-landscape:before {
	content: "\ea10";
}
.imind-lantern:before {
	content: "\ea11";
}
.imind-laptop-2:before {
	content: "\ea12";
}
.imind-laptop-3:before {
	content: "\ea13";
}
.imind-laptop-phone:before {
	content: "\ea14";
}
.imind-laptop-secure:before {
	content: "\ea15";
}
.imind-laptop-tablet:before {
	content: "\ea16";
}
.imind-laptop:before {
	content: "\ea17";
}
.imind-laser:before {
	content: "\ea18";
}
.imind-last-fm:before {
	content: "\ea19";
}
.imind-last:before {
	content: "\ea1a";
}
.imind-laughing:before {
	content: "\ea1b";
}
.imind-layer-1635:before {
	content: "\ea1c";
}
.imind-layer-1646:before {
	content: "\ea1d";
}
.imind-layer-backward:before {
	content: "\ea1e";
}
.imind-layer-forward:before {
	content: "\ea1f";
}
.imind-leafs-2:before {
	content: "\ea20";
}
.imind-leafs:before {
	content: "\ea21";
}
.imind-leaning-tower:before {
	content: "\ea22";
}
.imind-left--right:before {
	content: "\ea23";
}
.imind-left--right3:before {
	content: "\ea24";
}
.imind-left-2:before {
	content: "\ea25";
}
.imind-left-3:before {
	content: "\ea26";
}
.imind-left-4:before {
	content: "\ea27";
}
.imind-left-toright:before {
	content: "\ea28";
}
.imind-left:before {
	content: "\ea29";
}
.imind-leg-2:before {
	content: "\ea2a";
}
.imind-leg:before {
	content: "\ea2b";
}
.imind-lego:before {
	content: "\ea2c";
}
.imind-lemon:before {
	content: "\ea2d";
}
.imind-len-2:before {
	content: "\ea2e";
}
.imind-len-3:before {
	content: "\ea2f";
}
.imind-len:before {
	content: "\ea30";
}
.imind-leo-2:before {
	content: "\ea31";
}
.imind-leo:before {
	content: "\ea32";
}
.imind-leopard:before {
	content: "\ea33";
}
.imind-lesbian:before {
	content: "\ea34";
}
.imind-lesbians:before {
	content: "\ea35";
}
.imind-letter-close:before {
	content: "\ea36";
}
.imind-letter-open:before {
	content: "\ea37";
}
.imind-letter-sent:before {
	content: "\ea38";
}
.imind-libra-2:before {
	content: "\ea39";
}
.imind-libra:before {
	content: "\ea3a";
}
.imind-library-2:before {
	content: "\ea3b";
}
.imind-library:before {
	content: "\ea3c";
}
.imind-life-jacket:before {
	content: "\ea3d";
}
.imind-life-safer:before {
	content: "\ea3e";
}
.imind-light-bulb:before {
	content: "\ea3f";
}
.imind-light-bulb2:before {
	content: "\ea40";
}
.imind-light-bulbleaf:before {
	content: "\ea41";
}
.imind-lighthouse:before {
	content: "\ea42";
}
.imind-like-2:before {
	content: "\ea43";
}
.imind-like:before {
	content: "\ea44";
}
.imind-line-chart:before {
	content: "\ea45";
}
.imind-line-chart2:before {
	content: "\ea46";
}
.imind-line-chart3:before {
	content: "\ea47";
}
.imind-line-chart4:before {
	content: "\ea48";
}
.imind-line-spacing:before {
	content: "\ea49";
}
.imind-line-spacingtext:before {
	content: "\ea4a";
}
.imind-link-2:before {
	content: "\ea4b";
}
.imind-link:before {
	content: "\ea4c";
}
.imind-linkedin-2:before {
	content: "\ea4d";
}
.imind-linkedin:before {
	content: "\ea4e";
}
.imind-linux:before {
	content: "\ea4f";
}
.imind-lion:before {
	content: "\ea50";
}
.imind-livejournal:before {
	content: "\ea51";
}
.imind-loading-2:before {
	content: "\ea52";
}
.imind-loading-3:before {
	content: "\ea53";
}
.imind-loading-window:before {
	content: "\ea54";
}
.imind-loading:before {
	content: "\ea55";
}
.imind-location-2:before {
	content: "\ea56";
}
.imind-location:before {
	content: "\ea57";
}
.imind-lock-2:before {
	content: "\ea58";
}
.imind-lock-3:before {
	content: "\ea59";
}
.imind-lock-user:before {
	content: "\ea5a";
}
.imind-lock-window:before {
	content: "\ea5b";
}
.imind-lock:before {
	content: "\ea5c";
}
.imind-lollipop-2:before {
	content: "\ea5d";
}
.imind-lollipop-3:before {
	content: "\ea5e";
}
.imind-lollipop:before {
	content: "\ea5f";
}
.imind-loop:before {
	content: "\ea60";
}
.imind-loud:before {
	content: "\ea61";
}
.imind-loudspeaker:before {
	content: "\ea62";
}
.imind-love-2:before {
	content: "\ea63";
}
.imind-love-user:before {
	content: "\ea64";
}
.imind-love-window:before {
	content: "\ea65";
}
.imind-love:before {
	content: "\ea66";
}
.imind-lowercase-text:before {
	content: "\ea67";
}
.imind-luggafe-front:before {
	content: "\ea68";
}
.imind-luggage-2:before {
	content: "\ea69";
}
.imind-macro:before {
	content: "\ea6a";
}
.imind-magic-wand:before {
	content: "\ea6b";
}
.imind-magnet:before {
	content: "\ea6c";
}
.imind-magnifi-glass-:before {
	content: "\ea6d";
}
.imind-magnifi-glass:before {
	content: "\ea6e";
}
.imind-magnifi-glass2:before {
	content: "\ea6f";
}
.imind-mail-2:before {
	content: "\ea70";
}
.imind-mail-3:before {
	content: "\ea71";
}
.imind-mail-add:before {
	content: "\ea72";
}
.imind-mail-attachement:before {
	content: "\ea73";
}
.imind-mail-block:before {
	content: "\ea74";
}
.imind-mail-delete:before {
	content: "\ea75";
}
.imind-mail-favorite:before {
	content: "\ea76";
}
.imind-mail-forward:before {
	content: "\ea77";
}
.imind-mail-gallery:before {
	content: "\ea78";
}
.imind-mail-inbox:before {
	content: "\ea79";
}
.imind-mail-link:before {
	content: "\ea7a";
}
.imind-mail-lock:before {
	content: "\ea7b";
}
.imind-mail-love:before {
	content: "\ea7c";
}
.imind-mail-money:before {
	content: "\ea7d";
}
.imind-mail-open:before {
	content: "\ea7e";
}
.imind-mail-outbox:before {
	content: "\ea7f";
}
.imind-mail-password:before {
	content: "\ea80";
}
.imind-mail-photo:before {
	content: "\ea81";
}
.imind-mail-read:before {
	content: "\ea82";
}
.imind-mail-removex:before {
	content: "\ea83";
}
.imind-mail-reply:before {
	content: "\ea84";
}
.imind-mail-replyall:before {
	content: "\ea85";
}
.imind-mail-search:before {
	content: "\ea86";
}
.imind-mail-send:before {
	content: "\ea87";
}
.imind-mail-settings:before {
	content: "\ea88";
}
.imind-mail-unread:before {
	content: "\ea89";
}
.imind-mail-video:before {
	content: "\ea8a";
}
.imind-mail-withatsign:before {
	content: "\ea8b";
}
.imind-mail-withcursors:before {
	content: "\ea8c";
}
.imind-mail:before {
	content: "\ea8d";
}
.imind-mailbox-empty:before {
	content: "\ea8e";
}
.imind-mailbox-full:before {
	content: "\ea8f";
}
.imind-male-2:before {
	content: "\ea90";
}
.imind-male-sign:before {
	content: "\ea91";
}
.imind-male:before {
	content: "\ea92";
}
.imind-malefemale:before {
	content: "\ea93";
}
.imind-man-sign:before {
	content: "\ea94";
}
.imind-management:before {
	content: "\ea95";
}
.imind-mans-underwear:before {
	content: "\ea96";
}
.imind-mans-underwear2:before {
	content: "\ea97";
}
.imind-map-marker:before {
	content: "\ea98";
}
.imind-map-marker2:before {
	content: "\ea99";
}
.imind-map-marker3:before {
	content: "\ea9a";
}
.imind-map:before {
	content: "\ea9b";
}
.imind-map2:before {
	content: "\ea9c";
}
.imind-marker-2:before {
	content: "\ea9d";
}
.imind-marker-3:before {
	content: "\ea9e";
}
.imind-marker:before {
	content: "\ea9f";
}
.imind-martini-glass:before {
	content: "\eaa0";
}
.imind-mask:before {
	content: "\eaa1";
}
.imind-master-card:before {
	content: "\eaa2";
}
.imind-maximize-window:before {
	content: "\eaa3";
}
.imind-maximize:before {
	content: "\eaa4";
}
.imind-medal-2:before {
	content: "\eaa5";
}
.imind-medal-3:before {
	content: "\eaa6";
}
.imind-medal:before {
	content: "\eaa7";
}
.imind-medical-sign:before {
	content: "\eaa8";
}
.imind-medicine-2:before {
	content: "\eaa9";
}
.imind-medicine-3:before {
	content: "\eaaa";
}
.imind-medicine:before {
	content: "\eaab";
}
.imind-megaphone:before {
	content: "\eaac";
}
.imind-memory-card:before {
	content: "\eaad";
}
.imind-memory-card2:before {
	content: "\eaae";
}
.imind-memory-card3:before {
	content: "\eaaf";
}
.imind-men:before {
	content: "\eab0";
}
.imind-menorah:before {
	content: "\eab1";
}
.imind-mens:before {
	content: "\eab2";
}
.imind-metacafe:before {
	content: "\eab3";
}
.imind-mexico:before {
	content: "\eab4";
}
.imind-mic:before {
	content: "\eab5";
}
.imind-microphone-2:before {
	content: "\eab6";
}
.imind-microphone-3:before {
	content: "\eab7";
}
.imind-microphone-4:before {
	content: "\eab8";
}
.imind-microphone-5:before {
	content: "\eab9";
}
.imind-microphone-6:before {
	content: "\eaba";
}
.imind-microphone-7:before {
	content: "\eabb";
}
.imind-microphone:before {
	content: "\eabc";
}
.imind-microscope:before {
	content: "\eabd";
}
.imind-milk-bottle:before {
	content: "\eabe";
}
.imind-mine:before {
	content: "\eabf";
}
.imind-minimize-maximize-close-window:before {
	content: "\eac0";
}
.imind-minimize-window:before {
	content: "\eac1";
}
.imind-minimize:before {
	content: "\eac2";
}
.imind-mirror:before {
	content: "\eac3";
}
.imind-mixer:before {
	content: "\eac4";
}
.imind-mixx:before {
	content: "\eac5";
}
.imind-money-2:before {
	content: "\eac6";
}
.imind-money-bag:before {
	content: "\eac7";
}
.imind-money-smiley:before {
	content: "\eac8";
}
.imind-money:before {
	content: "\eac9";
}
.imind-monitor-2:before {
	content: "\eaca";
}
.imind-monitor-3:before {
	content: "\eacb";
}
.imind-monitor-4:before {
	content: "\eacc";
}
.imind-monitor-5:before {
	content: "\eacd";
}
.imind-monitor-analytics:before {
	content: "\eace";
}
.imind-monitor-laptop:before {
	content: "\eacf";
}
.imind-monitor-phone:before {
	content: "\ead0";
}
.imind-monitor-tablet:before {
	content: "\ead1";
}
.imind-monitor-vertical:before {
	content: "\ead2";
}
.imind-monitor:before {
	content: "\ead3";
}
.imind-monitoring:before {
	content: "\ead4";
}
.imind-monkey:before {
	content: "\ead5";
}
.imind-monster:before {
	content: "\ead6";
}
.imind-morocco:before {
	content: "\ead7";
}
.imind-motorcycle:before {
	content: "\ead8";
}
.imind-mouse-2:before {
	content: "\ead9";
}
.imind-mouse-3:before {
	content: "\eada";
}
.imind-mouse-4:before {
	content: "\eadb";
}
.imind-mouse-pointer:before {
	content: "\eadc";
}
.imind-mouse:before {
	content: "\eadd";
}
.imind-moustache-smiley:before {
	content: "\eade";
}
.imind-movie-ticket:before {
	content: "\eadf";
}
.imind-movie:before {
	content: "\eae0";
}
.imind-mp3-file:before {
	content: "\eae1";
}
.imind-museum:before {
	content: "\eae2";
}
.imind-mushroom:before {
	content: "\eae3";
}
.imind-music-note:before {
	content: "\eae4";
}
.imind-music-note2:before {
	content: "\eae5";
}
.imind-music-note3:before {
	content: "\eae6";
}
.imind-music-note4:before {
	content: "\eae7";
}
.imind-music-player:before {
	content: "\eae8";
}
.imind-mustache-2:before {
	content: "\eae9";
}
.imind-mustache-3:before {
	content: "\eaea";
}
.imind-mustache-4:before {
	content: "\eaeb";
}
.imind-mustache-5:before {
	content: "\eaec";
}
.imind-mustache-6:before {
	content: "\eaed";
}
.imind-mustache-7:before {
	content: "\eaee";
}
.imind-mustache-8:before {
	content: "\eaef";
}
.imind-mustache:before {
	content: "\eaf0";
}
.imind-mute:before {
	content: "\eaf1";
}
.imind-myspace:before {
	content: "\eaf2";
}
.imind-navigat-start:before {
	content: "\eaf3";
}
.imind-navigate-end:before {
	content: "\eaf4";
}
.imind-navigation-leftwindow:before {
	content: "\eaf5";
}
.imind-navigation-rightwindow:before {
	content: "\eaf6";
}
.imind-nepal:before {
	content: "\eaf7";
}
.imind-netscape:before {
	content: "\eaf8";
}
.imind-network-window:before {
	content: "\eaf9";
}
.imind-network:before {
	content: "\eafa";
}
.imind-neutron:before {
	content: "\eafb";
}
.imind-new-mail:before {
	content: "\eafc";
}
.imind-new-tab:before {
	content: "\eafd";
}
.imind-newspaper-2:before {
	content: "\eafe";
}
.imind-newspaper:before {
	content: "\eaff";
}
.imind-newsvine:before {
	content: "\eb00";
}
.imind-next2:before {
	content: "\eb01";
}
.imind-next-3:before {
	content: "\eb02";
}
.imind-next-music:before {
	content: "\eb03";
}
.imind-next:before {
	content: "\eb04";
}
.imind-no-battery:before {
	content: "\eb05";
}
.imind-no-drop:before {
	content: "\eb06";
}
.imind-no-flash:before {
	content: "\eb07";
}
.imind-no-smoking:before {
	content: "\eb08";
}
.imind-noose:before {
	content: "\eb09";
}
.imind-normal-text:before {
	content: "\eb0a";
}
.imind-note:before {
	content: "\eb0b";
}
.imind-notepad-2:before {
	content: "\eb0c";
}
.imind-notepad:before {
	content: "\eb0d";
}
.imind-nuclear:before {
	content: "\eb0e";
}
.imind-numbering-list:before {
	content: "\eb0f";
}
.imind-nurse:before {
	content: "\eb10";
}
.imind-office-lamp:before {
	content: "\eb11";
}
.imind-office:before {
	content: "\eb12";
}
.imind-oil:before {
	content: "\eb13";
}
.imind-old-camera:before {
	content: "\eb14";
}
.imind-old-cassette:before {
	content: "\eb15";
}
.imind-old-clock:before {
	content: "\eb16";
}
.imind-old-radio:before {
	content: "\eb17";
}
.imind-old-sticky:before {
	content: "\eb18";
}
.imind-old-sticky2:before {
	content: "\eb19";
}
.imind-old-telephone:before {
	content: "\eb1a";
}
.imind-old-tv:before {
	content: "\eb1b";
}
.imind-on-air:before {
	content: "\eb1c";
}
.imind-on-off-2:before {
	content: "\eb1d";
}
.imind-on-off-3:before {
	content: "\eb1e";
}
.imind-on-off:before {
	content: "\eb1f";
}
.imind-one-finger:before {
	content: "\eb20";
}
.imind-one-fingertouch:before {
	content: "\eb21";
}
.imind-one-window:before {
	content: "\eb22";
}
.imind-open-banana:before {
	content: "\eb23";
}
.imind-open-book:before {
	content: "\eb24";
}
.imind-opera-house:before {
	content: "\eb25";
}
.imind-opera:before {
	content: "\eb26";
}
.imind-optimization:before {
	content: "\eb27";
}
.imind-orientation-2:before {
	content: "\eb28";
}
.imind-orientation-3:before {
	content: "\eb29";
}
.imind-orientation:before {
	content: "\eb2a";
}
.imind-orkut:before {
	content: "\eb2b";
}
.imind-ornament:before {
	content: "\eb2c";
}
.imind-over-time:before {
	content: "\eb2d";
}
.imind-over-time2:before {
	content: "\eb2e";
}
.imind-owl:before {
	content: "\eb2f";
}
.imind-pac-man:before {
	content: "\eb30";
}
.imind-paint-brush:before {
	content: "\eb31";
}
.imind-paint-bucket:before {
	content: "\eb32";
}
.imind-paintbrush:before {
	content: "\eb33";
}
.imind-palette:before {
	content: "\eb34";
}
.imind-palm-tree:before {
	content: "\eb35";
}
.imind-panda:before {
	content: "\eb36";
}
.imind-panorama:before {
	content: "\eb37";
}
.imind-pantheon:before {
	content: "\eb38";
}
.imind-pantone:before {
	content: "\eb39";
}
.imind-pants:before {
	content: "\eb3a";
}
.imind-paper-plane:before {
	content: "\eb3b";
}
.imind-paper:before {
	content: "\eb3c";
}
.imind-parasailing:before {
	content: "\eb3d";
}
.imind-parrot:before {
	content: "\eb3e";
}
.imind-password-2shopping:before {
	content: "\eb3f";
}
.imind-password-field:before {
	content: "\eb40";
}
.imind-password-shopping:before {
	content: "\eb41";
}
.imind-password:before {
	content: "\eb42";
}
.imind-pause-2:before {
	content: "\eb43";
}
.imind-pause:before {
	content: "\eb44";
}
.imind-paw:before {
	content: "\eb45";
}
.imind-pawn:before {
	content: "\eb46";
}
.imind-paypal:before {
	content: "\eb47";
}
.imind-pen-2:before {
	content: "\eb48";
}
.imind-pen-3:before {
	content: "\eb49";
}
.imind-pen-4:before {
	content: "\eb4a";
}
.imind-pen-5:before {
	content: "\eb4b";
}
.imind-pen-6:before {
	content: "\eb4c";
}
.imind-pen:before {
	content: "\eb4d";
}
.imind-pencil-ruler:before {
	content: "\eb4e";
}
.imind-pencil:before {
	content: "\eb4f";
}
.imind-penguin:before {
	content: "\eb50";
}
.imind-pentagon:before {
	content: "\eb51";
}
.imind-people-oncloud:before {
	content: "\eb52";
}
.imind-pepper-withfire:before {
	content: "\eb53";
}
.imind-pepper:before {
	content: "\eb54";
}
.imind-petrol:before {
	content: "\eb55";
}
.imind-petronas-tower:before {
	content: "\eb56";
}
.imind-philipines:before {
	content: "\eb57";
}
.imind-phone-2:before {
	content: "\eb58";
}
.imind-phone-3:before {
	content: "\eb59";
}
.imind-phone-3g:before {
	content: "\eb5a";
}
.imind-phone-4g:before {
	content: "\eb5b";
}
.imind-phone-simcard:before {
	content: "\eb5c";
}
.imind-phone-sms:before {
	content: "\eb5d";
}
.imind-phone-wifi:before {
	content: "\eb5e";
}
.imind-phone:before {
	content: "\eb5f";
}
.imind-photo-2:before {
	content: "\eb60";
}
.imind-photo-3:before {
	content: "\eb61";
}
.imind-photo-album:before {
	content: "\eb62";
}
.imind-photo-album2:before {
	content: "\eb63";
}
.imind-photo-album3:before {
	content: "\eb64";
}
.imind-photo:before {
	content: "\eb65";
}
.imind-photos:before {
	content: "\eb66";
}
.imind-physics:before {
	content: "\eb67";
}
.imind-pi:before {
	content: "\eb68";
}
.imind-piano:before {
	content: "\eb69";
}
.imind-picasa:before {
	content: "\eb6a";
}
.imind-pie-chart:before {
	content: "\eb6b";
}
.imind-pie-chart2:before {
	content: "\eb6c";
}
.imind-pie-chart3:before {
	content: "\eb6d";
}
.imind-pilates-2:before {
	content: "\eb6e";
}
.imind-pilates-3:before {
	content: "\eb6f";
}
.imind-pilates:before {
	content: "\eb70";
}
.imind-pilot:before {
	content: "\eb71";
}
.imind-pinch:before {
	content: "\eb72";
}
.imind-ping-pong:before {
	content: "\eb73";
}
.imind-pinterest:before {
	content: "\eb74";
}
.imind-pipe:before {
	content: "\eb75";
}
.imind-pipette:before {
	content: "\eb76";
}
.imind-piramids:before {
	content: "\eb77";
}
.imind-pisces-2:before {
	content: "\eb78";
}
.imind-pisces:before {
	content: "\eb79";
}
.imind-pizza-slice:before {
	content: "\eb7a";
}
.imind-pizza:before {
	content: "\eb7b";
}
.imind-plane-2:before {
	content: "\eb7c";
}
.imind-plane:before {
	content: "\eb7d";
}
.imind-plant:before {
	content: "\eb7e";
}
.imind-plasmid:before {
	content: "\eb7f";
}
.imind-plaster:before {
	content: "\eb80";
}
.imind-plastic-cupphone:before {
	content: "\eb81";
}
.imind-plastic-cupphone2:before {
	content: "\eb82";
}
.imind-plate:before {
	content: "\eb83";
}
.imind-plates:before {
	content: "\eb84";
}
.imind-plaxo:before {
	content: "\eb85";
}
.imind-play-music:before {
	content: "\eb86";
}
.imind-plug-in:before {
	content: "\eb87";
}
.imind-plug-in2:before {
	content: "\eb88";
}
.imind-plurk:before {
	content: "\eb89";
}
.imind-pointer:before {
	content: "\eb8a";
}
.imind-poland:before {
	content: "\eb8b";
}
.imind-police-man:before {
	content: "\eb8c";
}
.imind-police-station:before {
	content: "\eb8d";
}
.imind-police-woman:before {
	content: "\eb8e";
}
.imind-police:before {
	content: "\eb8f";
}
.imind-polo-shirt:before {
	content: "\eb90";
}
.imind-portrait:before {
	content: "\eb91";
}
.imind-portugal:before {
	content: "\eb92";
}
.imind-post-mail:before {
	content: "\eb93";
}
.imind-post-mail2:before {
	content: "\eb94";
}
.imind-post-office:before {
	content: "\eb95";
}
.imind-post-sign:before {
	content: "\eb96";
}
.imind-post-sign2ways:before {
	content: "\eb97";
}
.imind-posterous:before {
	content: "\eb98";
}
.imind-pound-sign:before {
	content: "\eb99";
}
.imind-pound-sign2:before {
	content: "\eb9a";
}
.imind-pound:before {
	content: "\eb9b";
}
.imind-power-2:before {
	content: "\eb9c";
}
.imind-power-3:before {
	content: "\eb9d";
}
.imind-power-cable:before {
	content: "\eb9e";
}
.imind-power-station:before {
	content: "\eb9f";
}
.imind-power:before {
	content: "\eba0";
}
.imind-prater:before {
	content: "\eba1";
}
.imind-present:before {
	content: "\eba2";
}
.imind-presents:before {
	content: "\eba3";
}
.imind-press:before {
	content: "\eba4";
}
.imind-preview:before {
	content: "\eba5";
}
.imind-previous:before {
	content: "\eba6";
}
.imind-pricing:before {
	content: "\eba7";
}
.imind-printer:before {
	content: "\eba8";
}
.imind-professor:before {
	content: "\eba9";
}
.imind-profile:before {
	content: "\ebaa";
}
.imind-project:before {
	content: "\ebab";
}
.imind-projector-2:before {
	content: "\ebac";
}
.imind-projector:before {
	content: "\ebad";
}
.imind-pulse:before {
	content: "\ebae";
}
.imind-pumpkin:before {
	content: "\ebaf";
}
.imind-punk:before {
	content: "\ebb0";
}
.imind-punker:before {
	content: "\ebb1";
}
.imind-puzzle:before {
	content: "\ebb2";
}
.imind-qik:before {
	content: "\ebb3";
}
.imind-qr-code:before {
	content: "\ebb4";
}
.imind-queen-2:before {
	content: "\ebb5";
}
.imind-queen:before {
	content: "\ebb6";
}
.imind-quill-2:before {
	content: "\ebb7";
}
.imind-quill-3:before {
	content: "\ebb8";
}
.imind-quill:before {
	content: "\ebb9";
}
.imind-quotes-2:before {
	content: "\ebba";
}
.imind-quotes:before {
	content: "\ebbb";
}
.imind-radio:before {
	content: "\ebbc";
}
.imind-radioactive:before {
	content: "\ebbd";
}
.imind-rafting:before {
	content: "\ebbe";
}
.imind-rain-drop:before {
	content: "\ebbf";
}
.imind-rainbow-2:before {
	content: "\ebc0";
}
.imind-rainbow:before {
	content: "\ebc1";
}
.imind-ram:before {
	content: "\ebc2";
}
.imind-razzor-blade:before {
	content: "\ebc3";
}
.imind-receipt-2:before {
	content: "\ebc4";
}
.imind-receipt-3:before {
	content: "\ebc5";
}
.imind-receipt-4:before {
	content: "\ebc6";
}
.imind-receipt:before {
	content: "\ebc7";
}
.imind-record2:before {
	content: "\ebc8";
}
.imind-record-3:before {
	content: "\ebc9";
}
.imind-record-music:before {
	content: "\ebca";
}
.imind-record:before {
	content: "\ebcb";
}
.imind-recycling-2:before {
	content: "\ebcc";
}
.imind-recycling:before {
	content: "\ebcd";
}
.imind-reddit:before {
	content: "\ebce";
}
.imind-redhat:before {
	content: "\ebcf";
}
.imind-redirect:before {
	content: "\ebd0";
}
.imind-redo:before {
	content: "\ebd1";
}
.imind-reel:before {
	content: "\ebd2";
}
.imind-refinery:before {
	content: "\ebd3";
}
.imind-refresh-window:before {
	content: "\ebd4";
}
.imind-refresh:before {
	content: "\ebd5";
}
.imind-reload-2:before {
	content: "\ebd6";
}
.imind-reload-3:before {
	content: "\ebd7";
}
.imind-reload:before {
	content: "\ebd8";
}
.imind-remote-controll:before {
	content: "\ebd9";
}
.imind-remote-controll2:before {
	content: "\ebda";
}
.imind-remove-bag:before {
	content: "\ebdb";
}
.imind-remove-basket:before {
	content: "\ebdc";
}
.imind-remove-cart:before {
	content: "\ebdd";
}
.imind-remove-file:before {
	content: "\ebde";
}
.imind-remove-user:before {
	content: "\ebdf";
}
.imind-remove-window:before {
	content: "\ebe0";
}
.imind-remove:before {
	content: "\ebe1";
}
.imind-rename:before {
	content: "\ebe2";
}
.imind-repair:before {
	content: "\ebe3";
}
.imind-repeat-2:before {
	content: "\ebe4";
}
.imind-repeat-3:before {
	content: "\ebe5";
}
.imind-repeat-4:before {
	content: "\ebe6";
}
.imind-repeat-5:before {
	content: "\ebe7";
}
.imind-repeat-6:before {
	content: "\ebe8";
}
.imind-repeat-7:before {
	content: "\ebe9";
}
.imind-repeat:before {
	content: "\ebea";
}
.imind-reset:before {
	content: "\ebeb";
}
.imind-resize:before {
	content: "\ebec";
}
.imind-restore-window:before {
	content: "\ebed";
}
.imind-retouching:before {
	content: "\ebee";
}
.imind-retro-camera:before {
	content: "\ebef";
}
.imind-retro:before {
	content: "\ebf0";
}
.imind-retweet:before {
	content: "\ebf1";
}
.imind-reverbnation:before {
	content: "\ebf2";
}
.imind-rewind:before {
	content: "\ebf3";
}
.imind-rgb:before {
	content: "\ebf4";
}
.imind-ribbon-2:before {
	content: "\ebf5";
}
.imind-ribbon-3:before {
	content: "\ebf6";
}
.imind-ribbon:before {
	content: "\ebf7";
}
.imind-right-2:before {
	content: "\ebf8";
}
.imind-right-3:before {
	content: "\ebf9";
}
.imind-right-4:before {
	content: "\ebfa";
}
.imind-right-toleft:before {
	content: "\ebfb";
}
.imind-right:before {
	content: "\ebfc";
}
.imind-road-2:before {
	content: "\ebfd";
}
.imind-road-3:before {
	content: "\ebfe";
}
.imind-road:before {
	content: "\ebff";
}
.imind-robot-2:before {
	content: "\ec00";
}
.imind-robot:before {
	content: "\ec01";
}
.imind-rock-androll:before {
	content: "\ec02";
}
.imind-rocket:before {
	content: "\ec03";
}
.imind-roller:before {
	content: "\ec04";
}
.imind-roof:before {
	content: "\ec05";
}
.imind-rook:before {
	content: "\ec06";
}
.imind-rotate-gesture:before {
	content: "\ec07";
}
.imind-rotate-gesture2:before {
	content: "\ec08";
}
.imind-rotate-gesture3:before {
	content: "\ec09";
}
.imind-rotation-390:before {
	content: "\ec0a";
}
.imind-rotation:before {
	content: "\ec0b";
}
.imind-router-2:before {
	content: "\ec0c";
}
.imind-router:before {
	content: "\ec0d";
}
.imind-rss:before {
	content: "\ec0e";
}
.imind-ruler-2:before {
	content: "\ec0f";
}
.imind-ruler:before {
	content: "\ec10";
}
.imind-running-shoes:before {
	content: "\ec11";
}
.imind-running:before {
	content: "\ec12";
}
.imind-safari:before {
	content: "\ec13";
}
.imind-safe-box:before {
	content: "\ec14";
}
.imind-safe-box2:before {
	content: "\ec15";
}
.imind-safety-pinclose:before {
	content: "\ec16";
}
.imind-safety-pinopen:before {
	content: "\ec17";
}
.imind-sagittarus-2:before {
	content: "\ec18";
}
.imind-sagittarus:before {
	content: "\ec19";
}
.imind-sailing-ship:before {
	content: "\ec1a";
}
.imind-sand-watch:before {
	content: "\ec1b";
}
.imind-sand-watch2:before {
	content: "\ec1c";
}
.imind-santa-claus:before {
	content: "\ec1d";
}
.imind-santa-claus2:before {
	content: "\ec1e";
}
.imind-santa-onsled:before {
	content: "\ec1f";
}
.imind-satelite-2:before {
	content: "\ec20";
}
.imind-satelite:before {
	content: "\ec21";
}
.imind-save-window:before {
	content: "\ec22";
}
.imind-save:before {
	content: "\ec23";
}
.imind-saw:before {
	content: "\ec24";
}
.imind-saxophone:before {
	content: "\ec25";
}
.imind-scale:before {
	content: "\ec26";
}
.imind-scarf:before {
	content: "\ec27";
}
.imind-scissor:before {
	content: "\ec28";
}
.imind-scooter-front:before {
	content: "\ec29";
}
.imind-scooter:before {
	content: "\ec2a";
}
.imind-scorpio-2:before {
	content: "\ec2b";
}
.imind-scorpio:before {
	content: "\ec2c";
}
.imind-scotland:before {
	content: "\ec2d";
}
.imind-screwdriver:before {
	content: "\ec2e";
}
.imind-scroll-fast:before {
	content: "\ec2f";
}
.imind-scroll:before {
	content: "\ec30";
}
.imind-scroller-2:before {
	content: "\ec31";
}
.imind-scroller:before {
	content: "\ec32";
}
.imind-sea-dog:before {
	content: "\ec33";
}
.imind-search-oncloud:before {
	content: "\ec34";
}
.imind-search-people:before {
	content: "\ec35";
}
.imind-secound:before {
	content: "\ec36";
}
.imind-secound2:before {
	content: "\ec37";
}
.imind-security-block:before {
	content: "\ec38";
}
.imind-security-bug:before {
	content: "\ec39";
}
.imind-security-camera:before {
	content: "\ec3a";
}
.imind-security-check:before {
	content: "\ec3b";
}
.imind-security-settings:before {
	content: "\ec3c";
}
.imind-security-smiley:before {
	content: "\ec3d";
}
.imind-securiy-remove:before {
	content: "\ec3e";
}
.imind-seed:before {
	content: "\ec3f";
}
.imind-selfie:before {
	content: "\ec40";
}
.imind-serbia:before {
	content: "\ec41";
}
.imind-server-2:before {
	content: "\ec42";
}
.imind-server:before {
	content: "\ec43";
}
.imind-servers:before {
	content: "\ec44";
}
.imind-settings-window:before {
	content: "\ec45";
}
.imind-sewing-machine:before {
	content: "\ec46";
}
.imind-sexual:before {
	content: "\ec47";
}
.imind-share-oncloud:before {
	content: "\ec48";
}
.imind-share-window:before {
	content: "\ec49";
}
.imind-share:before {
	content: "\ec4a";
}
.imind-sharethis:before {
	content: "\ec4b";
}
.imind-shark:before {
	content: "\ec4c";
}
.imind-sheep:before {
	content: "\ec4d";
}
.imind-sheriff-badge:before {
	content: "\ec4e";
}
.imind-shield:before {
	content: "\ec4f";
}
.imind-ship-2:before {
	content: "\ec50";
}
.imind-ship:before {
	content: "\ec51";
}
.imind-shirt:before {
	content: "\ec52";
}
.imind-shoes-2:before {
	content: "\ec53";
}
.imind-shoes-3:before {
	content: "\ec54";
}
.imind-shoes:before {
	content: "\ec55";
}
.imind-shop-2:before {
	content: "\ec56";
}
.imind-shop-3:before {
	content: "\ec57";
}
.imind-shop-4:before {
	content: "\ec58";
}
.imind-shop:before {
	content: "\ec59";
}
.imind-shopping-bag:before {
	content: "\ec5a";
}
.imind-shopping-basket:before {
	content: "\ec5b";
}
.imind-shopping-cart:before {
	content: "\ec5c";
}
.imind-short-pants:before {
	content: "\ec5d";
}
.imind-shoutwire:before {
	content: "\ec5e";
}
.imind-shovel:before {
	content: "\ec5f";
}
.imind-shuffle-2:before {
	content: "\ec60";
}
.imind-shuffle-3:before {
	content: "\ec61";
}
.imind-shuffle-4:before {
	content: "\ec62";
}
.imind-shuffle:before {
	content: "\ec63";
}
.imind-shutter:before {
	content: "\ec64";
}
.imind-sidebar-window:before {
	content: "\ec65";
}
.imind-signal:before {
	content: "\ec66";
}
.imind-singapore:before {
	content: "\ec67";
}
.imind-skate-shoes:before {
	content: "\ec68";
}
.imind-skateboard-2:before {
	content: "\ec69";
}
.imind-skateboard:before {
	content: "\ec6a";
}
.imind-skeleton:before {
	content: "\ec6b";
}
.imind-ski:before {
	content: "\ec6c";
}
.imind-skirt:before {
	content: "\ec6d";
}
.imind-skrill:before {
	content: "\ec6e";
}
.imind-skull:before {
	content: "\ec6f";
}
.imind-skydiving:before {
	content: "\ec70";
}
.imind-skype:before {
	content: "\ec71";
}
.imind-sled-withgifts:before {
	content: "\ec72";
}
.imind-sled:before {
	content: "\ec73";
}
.imind-sleeping:before {
	content: "\ec74";
}
.imind-sleet:before {
	content: "\ec75";
}
.imind-slippers:before {
	content: "\ec76";
}
.imind-smart:before {
	content: "\ec77";
}
.imind-smartphone-2:before {
	content: "\ec78";
}
.imind-smartphone-3:before {
	content: "\ec79";
}
.imind-smartphone-4:before {
	content: "\ec7a";
}
.imind-smartphone-secure:before {
	content: "\ec7b";
}
.imind-smartphone:before {
	content: "\ec7c";
}
.imind-smile:before {
	content: "\ec7d";
}
.imind-smoking-area:before {
	content: "\ec7e";
}
.imind-smoking-pipe:before {
	content: "\ec7f";
}
.imind-snake:before {
	content: "\ec80";
}
.imind-snorkel:before {
	content: "\ec81";
}
.imind-snow-2:before {
	content: "\ec82";
}
.imind-snow-dome:before {
	content: "\ec83";
}
.imind-snow-storm:before {
	content: "\ec84";
}
.imind-snow:before {
	content: "\ec85";
}
.imind-snowflake-2:before {
	content: "\ec86";
}
.imind-snowflake-3:before {
	content: "\ec87";
}
.imind-snowflake-4:before {
	content: "\ec88";
}
.imind-snowflake:before {
	content: "\ec89";
}
.imind-snowman:before {
	content: "\ec8a";
}
.imind-soccer-ball:before {
	content: "\ec8b";
}
.imind-soccer-shoes:before {
	content: "\ec8c";
}
.imind-socks:before {
	content: "\ec8d";
}
.imind-solar:before {
	content: "\ec8e";
}
.imind-sound-wave:before {
	content: "\ec8f";
}
.imind-sound:before {
	content: "\ec90";
}
.imind-soundcloud:before {
	content: "\ec91";
}
.imind-soup:before {
	content: "\ec92";
}
.imind-south-africa:before {
	content: "\ec93";
}
.imind-space-needle:before {
	content: "\ec94";
}
.imind-spain:before {
	content: "\ec95";
}
.imind-spam-mail:before {
	content: "\ec96";
}
.imind-speach-bubble:before {
	content: "\ec97";
}
.imind-speach-bubble2:before {
	content: "\ec98";
}
.imind-speach-bubble3:before {
	content: "\ec99";
}
.imind-speach-bubble4:before {
	content: "\ec9a";
}
.imind-speach-bubble5:before {
	content: "\ec9b";
}
.imind-speach-bubble6:before {
	content: "\ec9c";
}
.imind-speach-bubble7:before {
	content: "\ec9d";
}
.imind-speach-bubble8:before {
	content: "\ec9e";
}
.imind-speach-bubble9:before {
	content: "\ec9f";
}
.imind-speach-bubble10:before {
	content: "\eca0";
}
.imind-speach-bubble11:before {
	content: "\eca1";
}
.imind-speach-bubble12:before {
	content: "\eca2";
}
.imind-speach-bubble13:before {
	content: "\eca3";
}
.imind-speach-bubbleasking:before {
	content: "\eca4";
}
.imind-speach-bubblecomic:before {
	content: "\eca5";
}
.imind-speach-bubblecomic2:before {
	content: "\eca6";
}
.imind-speach-bubblecomic3:before {
	content: "\eca7";
}
.imind-speach-bubblecomic4:before {
	content: "\eca8";
}
.imind-speach-bubbledialog:before {
	content: "\eca9";
}
.imind-speach-bubbles:before {
	content: "\ecaa";
}
.imind-speak-2:before {
	content: "\ecab";
}
.imind-speak:before {
	content: "\ecac";
}
.imind-speaker-2:before {
	content: "\ecad";
}
.imind-speaker:before {
	content: "\ecae";
}
.imind-spell-check:before {
	content: "\ecaf";
}
.imind-spell-checkabc:before {
	content: "\ecb0";
}
.imind-spermium:before {
	content: "\ecb1";
}
.imind-spider:before {
	content: "\ecb2";
}
.imind-spiderweb:before {
	content: "\ecb3";
}
.imind-split-foursquarewindow:before {
	content: "\ecb4";
}
.imind-split-horizontal:before {
	content: "\ecb5";
}
.imind-split-horizontal2window:before {
	content: "\ecb6";
}
.imind-split-vertical:before {
	content: "\ecb7";
}
.imind-split-vertical2:before {
	content: "\ecb8";
}
.imind-split-window:before {
	content: "\ecb9";
}
.imind-spoder:before {
	content: "\ecba";
}
.imind-spoon:before {
	content: "\ecbb";
}
.imind-sport-mode:before {
	content: "\ecbc";
}
.imind-sports-clothings1:before {
	content: "\ecbd";
}
.imind-sports-clothings2:before {
	content: "\ecbe";
}
.imind-sports-shirt:before {
	content: "\ecbf";
}
.imind-spot:before {
	content: "\ecc0";
}
.imind-spray:before {
	content: "\ecc1";
}
.imind-spread:before {
	content: "\ecc2";
}
.imind-spring:before {
	content: "\ecc3";
}
.imind-spurl:before {
	content: "\ecc4";
}
.imind-spy:before {
	content: "\ecc5";
}
.imind-squirrel:before {
	content: "\ecc6";
}
.imind-ssl:before {
	content: "\ecc7";
}
.imind-st-basilscathedral:before {
	content: "\ecc8";
}
.imind-st-paulscathedral:before {
	content: "\ecc9";
}
.imind-stamp-2:before {
	content: "\ecca";
}
.imind-stamp:before {
	content: "\eccb";
}
.imind-stapler:before {
	content: "\eccc";
}
.imind-star-track:before {
	content: "\eccd";
}
.imind-star:before {
	content: "\ecce";
}
.imind-starfish:before {
	content: "\eccf";
}
.imind-start2:before {
	content: "\ecd0";
}
.imind-start-3:before {
	content: "\ecd1";
}
.imind-start-ways:before {
	content: "\ecd2";
}
.imind-start:before {
	content: "\ecd3";
}
.imind-statistic:before {
	content: "\ecd4";
}
.imind-stethoscope:before {
	content: "\ecd5";
}
.imind-stop--2:before {
	content: "\ecd6";
}
.imind-stop-music:before {
	content: "\ecd7";
}
.imind-stop:before {
	content: "\ecd8";
}
.imind-stopwatch-2:before {
	content: "\ecd9";
}
.imind-stopwatch:before {
	content: "\ecda";
}
.imind-storm:before {
	content: "\ecdb";
}
.imind-street-view:before {
	content: "\ecdc";
}
.imind-street-view2:before {
	content: "\ecdd";
}
.imind-strikethrough-text:before {
	content: "\ecde";
}
.imind-stroller:before {
	content: "\ecdf";
}
.imind-structure:before {
	content: "\ece0";
}
.imind-student-female:before {
	content: "\ece1";
}
.imind-student-hat:before {
	content: "\ece2";
}
.imind-student-hat2:before {
	content: "\ece3";
}
.imind-student-male:before {
	content: "\ece4";
}
.imind-student-malefemale:before {
	content: "\ece5";
}
.imind-students:before {
	content: "\ece6";
}
.imind-studio-flash:before {
	content: "\ece7";
}
.imind-studio-lightbox:before {
	content: "\ece8";
}
.imind-stumbleupon:before {
	content: "\ece9";
}
.imind-suit:before {
	content: "\ecea";
}
.imind-suitcase:before {
	content: "\eceb";
}
.imind-sum-2:before {
	content: "\ecec";
}
.imind-sum:before {
	content: "\eced";
}
.imind-summer:before {
	content: "\ecee";
}
.imind-sun-cloudyrain:before {
	content: "\ecef";
}
.imind-sun:before {
	content: "\ecf0";
}
.imind-sunglasses-2:before {
	content: "\ecf1";
}
.imind-sunglasses-3:before {
	content: "\ecf2";
}
.imind-sunglasses-smiley:before {
	content: "\ecf3";
}
.imind-sunglasses-smiley2:before {
	content: "\ecf4";
}
.imind-sunglasses-w:before {
	content: "\ecf5";
}
.imind-sunglasses-w2:before {
	content: "\ecf6";
}
.imind-sunglasses-w3:before {
	content: "\ecf7";
}
.imind-sunglasses:before {
	content: "\ecf8";
}
.imind-sunrise:before {
	content: "\ecf9";
}
.imind-sunset:before {
	content: "\ecfa";
}
.imind-superman:before {
	content: "\ecfb";
}
.imind-support:before {
	content: "\ecfc";
}
.imind-surprise:before {
	content: "\ecfd";
}
.imind-sushi:before {
	content: "\ecfe";
}
.imind-sweden:before {
	content: "\ecff";
}
.imind-swimming-short:before {
	content: "\ed00";
}
.imind-swimming:before {
	content: "\ed01";
}
.imind-swimmwear:before {
	content: "\ed02";
}
.imind-switch:before {
	content: "\ed03";
}
.imind-switzerland:before {
	content: "\ed04";
}
.imind-sync-cloud:before {
	content: "\ed05";
}
.imind-sync:before {
	content: "\ed06";
}
.imind-synchronize-2:before {
	content: "\ed07";
}
.imind-synchronize:before {
	content: "\ed08";
}
.imind-t-shirt:before {
	content: "\ed09";
}
.imind-tablet-2:before {
	content: "\ed0a";
}
.imind-tablet-3:before {
	content: "\ed0b";
}
.imind-tablet-orientation:before {
	content: "\ed0c";
}
.imind-tablet-phone:before {
	content: "\ed0d";
}
.imind-tablet-secure:before {
	content: "\ed0e";
}
.imind-tablet-vertical:before {
	content: "\ed0f";
}
.imind-tablet:before {
	content: "\ed10";
}
.imind-tactic:before {
	content: "\ed11";
}
.imind-tag-2:before {
	content: "\ed12";
}
.imind-tag-3:before {
	content: "\ed13";
}
.imind-tag-4:before {
	content: "\ed14";
}
.imind-tag-5:before {
	content: "\ed15";
}
.imind-tag:before {
	content: "\ed16";
}
.imind-taj-mahal:before {
	content: "\ed17";
}
.imind-talk-man:before {
	content: "\ed18";
}
.imind-tap:before {
	content: "\ed19";
}
.imind-target-market:before {
	content: "\ed1a";
}
.imind-target:before {
	content: "\ed1b";
}
.imind-taurus-2:before {
	content: "\ed1c";
}
.imind-taurus:before {
	content: "\ed1d";
}
.imind-taxi-2:before {
	content: "\ed1e";
}
.imind-taxi-sign:before {
	content: "\ed1f";
}
.imind-taxi:before {
	content: "\ed20";
}
.imind-teacher:before {
	content: "\ed21";
}
.imind-teapot:before {
	content: "\ed22";
}
.imind-technorati:before {
	content: "\ed23";
}
.imind-teddy-bear:before {
	content: "\ed24";
}
.imind-tee-mug:before {
	content: "\ed25";
}
.imind-telephone-2:before {
	content: "\ed26";
}
.imind-telephone:before {
	content: "\ed27";
}
.imind-telescope:before {
	content: "\ed28";
}
.imind-temperature-2:before {
	content: "\ed29";
}
.imind-temperature-3:before {
	content: "\ed2a";
}
.imind-temperature:before {
	content: "\ed2b";
}
.imind-temple:before {
	content: "\ed2c";
}
.imind-tennis-ball:before {
	content: "\ed2d";
}
.imind-tennis:before {
	content: "\ed2e";
}
.imind-tent:before {
	content: "\ed2f";
}
.imind-test-tube:before {
	content: "\ed30";
}
.imind-test-tube2:before {
	content: "\ed31";
}
.imind-testimonal:before {
	content: "\ed32";
}
.imind-text-box:before {
	content: "\ed33";
}
.imind-text-effect:before {
	content: "\ed34";
}
.imind-text-highlightcolor:before {
	content: "\ed35";
}
.imind-text-paragraph:before {
	content: "\ed36";
}
.imind-thailand:before {
	content: "\ed37";
}
.imind-the-whitehouse:before {
	content: "\ed38";
}
.imind-this-sideup:before {
	content: "\ed39";
}
.imind-thread:before {
	content: "\ed3a";
}
.imind-three-arrowfork:before {
	content: "\ed3b";
}
.imind-three-fingers:before {
	content: "\ed3c";
}
.imind-three-fingersdrag:before {
	content: "\ed3d";
}
.imind-three-fingersdrag2:before {
	content: "\ed3e";
}
.imind-three-fingerstouch:before {
	content: "\ed3f";
}
.imind-thumb:before {
	content: "\ed40";
}
.imind-thumbs-downsmiley:before {
	content: "\ed41";
}
.imind-thumbs-upsmiley:before {
	content: "\ed42";
}
.imind-thunder:before {
	content: "\ed43";
}
.imind-thunderstorm:before {
	content: "\ed44";
}
.imind-ticket:before {
	content: "\ed45";
}
.imind-tie-2:before {
	content: "\ed46";
}
.imind-tie-3:before {
	content: "\ed47";
}
.imind-tie-4:before {
	content: "\ed48";
}
.imind-tie:before {
	content: "\ed49";
}
.imind-tiger:before {
	content: "\ed4a";
}
.imind-time-backup:before {
	content: "\ed4b";
}
.imind-time-bomb:before {
	content: "\ed4c";
}
.imind-time-clock:before {
	content: "\ed4d";
}
.imind-time-fire:before {
	content: "\ed4e";
}
.imind-time-machine:before {
	content: "\ed4f";
}
.imind-time-window:before {
	content: "\ed50";
}
.imind-timer-2:before {
	content: "\ed51";
}
.imind-timer:before {
	content: "\ed52";
}
.imind-to-bottom:before {
	content: "\ed53";
}
.imind-to-bottom2:before {
	content: "\ed54";
}
.imind-to-left:before {
	content: "\ed55";
}
.imind-to-right:before {
	content: "\ed56";
}
.imind-to-top:before {
	content: "\ed57";
}
.imind-to-top2:before {
	content: "\ed58";
}
.imind-token-:before {
	content: "\ed59";
}
.imind-tomato:before {
	content: "\ed5a";
}
.imind-tongue:before {
	content: "\ed5b";
}
.imind-tooth-2:before {
	content: "\ed5c";
}
.imind-tooth:before {
	content: "\ed5d";
}
.imind-top-tobottom:before {
	content: "\ed5e";
}
.imind-touch-window:before {
	content: "\ed5f";
}
.imind-tourch:before {
	content: "\ed60";
}
.imind-tower-2:before {
	content: "\ed61";
}
.imind-tower-bridge:before {
	content: "\ed62";
}
.imind-tower:before {
	content: "\ed63";
}
.imind-trace:before {
	content: "\ed64";
}
.imind-tractor:before {
	content: "\ed65";
}
.imind-traffic-light:before {
	content: "\ed66";
}
.imind-traffic-light2:before {
	content: "\ed67";
}
.imind-train-2:before {
	content: "\ed68";
}
.imind-train:before {
	content: "\ed69";
}
.imind-tram:before {
	content: "\ed6a";
}
.imind-transform-2:before {
	content: "\ed6b";
}
.imind-transform-3:before {
	content: "\ed6c";
}
.imind-transform-4:before {
	content: "\ed6d";
}
.imind-transform:before {
	content: "\ed6e";
}
.imind-trash-withmen:before {
	content: "\ed6f";
}
.imind-tree-2:before {
	content: "\ed70";
}
.imind-tree-3:before {
	content: "\ed71";
}
.imind-tree-4:before {
	content: "\ed72";
}
.imind-tree-5:before {
	content: "\ed73";
}
.imind-tree:before {
	content: "\ed74";
}
.imind-trekking:before {
	content: "\ed75";
}
.imind-triangle-arrowdown:before {
	content: "\ed76";
}
.imind-triangle-arrowleft:before {
	content: "\ed77";
}
.imind-triangle-arrowright:before {
	content: "\ed78";
}
.imind-triangle-arrowup:before {
	content: "\ed79";
}
.imind-tripod-2:before {
	content: "\ed7a";
}
.imind-tripod-andvideo:before {
	content: "\ed7b";
}
.imind-tripod-withcamera:before {
	content: "\ed7c";
}
.imind-tripod-withgopro:before {
	content: "\ed7d";
}
.imind-trophy-2:before {
	content: "\ed7e";
}
.imind-trophy:before {
	content: "\ed7f";
}
.imind-truck:before {
	content: "\ed80";
}
.imind-trumpet:before {
	content: "\ed81";
}
.imind-tumblr:before {
	content: "\ed82";
}
.imind-turkey:before {
	content: "\ed83";
}
.imind-turn-down:before {
	content: "\ed84";
}
.imind-turn-down2:before {
	content: "\ed85";
}
.imind-turn-downfromleft:before {
	content: "\ed86";
}
.imind-turn-downfromright:before {
	content: "\ed87";
}
.imind-turn-left:before {
	content: "\ed88";
}
.imind-turn-left3:before {
	content: "\ed89";
}
.imind-turn-right:before {
	content: "\ed8a";
}
.imind-turn-right3:before {
	content: "\ed8b";
}
.imind-turn-up:before {
	content: "\ed8c";
}
.imind-turn-up2:before {
	content: "\ed8d";
}
.imind-turtle:before {
	content: "\ed8e";
}
.imind-tuxedo:before {
	content: "\ed8f";
}
.imind-tv:before {
	content: "\ed90";
}
.imind-twister:before {
	content: "\ed91";
}
.imind-twitter-2:before {
	content: "\ed92";
}
.imind-twitter:before {
	content: "\ed93";
}
.imind-two-fingers:before {
	content: "\ed94";
}
.imind-two-fingersdrag:before {
	content: "\ed95";
}
.imind-two-fingersdrag2:before {
	content: "\ed96";
}
.imind-two-fingersscroll:before {
	content: "\ed97";
}
.imind-two-fingerstouch:before {
	content: "\ed98";
}
.imind-two-windows:before {
	content: "\ed99";
}
.imind-type-pass:before {
	content: "\ed9a";
}
.imind-ukraine:before {
	content: "\ed9b";
}
.imind-umbrela:before {
	content: "\ed9c";
}
.imind-umbrella-2:before {
	content: "\ed9d";
}
.imind-umbrella-3:before {
	content: "\ed9e";
}
.imind-under-linetext:before {
	content: "\ed9f";
}
.imind-undo:before {
	content: "\eda0";
}
.imind-united-kingdom:before {
	content: "\eda1";
}
.imind-united-states:before {
	content: "\eda2";
}
.imind-university-2:before {
	content: "\eda3";
}
.imind-university:before {
	content: "\eda4";
}
.imind-unlike-2:before {
	content: "\eda5";
}
.imind-unlike:before {
	content: "\eda6";
}
.imind-unlock-2:before {
	content: "\eda7";
}
.imind-unlock-3:before {
	content: "\eda8";
}
.imind-unlock:before {
	content: "\eda9";
}
.imind-up--down:before {
	content: "\edaa";
}
.imind-up--down3:before {
	content: "\edab";
}
.imind-up-2:before {
	content: "\edac";
}
.imind-up-3:before {
	content: "\edad";
}
.imind-up-4:before {
	content: "\edae";
}
.imind-up:before {
	content: "\edaf";
}
.imind-upgrade:before {
	content: "\edb0";
}
.imind-upload-2:before {
	content: "\edb1";
}
.imind-upload-tocloud:before {
	content: "\edb2";
}
.imind-upload-window:before {
	content: "\edb3";
}
.imind-upload:before {
	content: "\edb4";
}
.imind-uppercase-text:before {
	content: "\edb5";
}
.imind-upward:before {
	content: "\edb6";
}
.imind-url-window:before {
	content: "\edb7";
}
.imind-usb-2:before {
	content: "\edb8";
}
.imind-usb-cable:before {
	content: "\edb9";
}
.imind-usb:before {
	content: "\edba";
}
.imind-user:before {
	content: "\edbb";
}
.imind-ustream:before {
	content: "\edbc";
}
.imind-vase:before {
	content: "\edbd";
}
.imind-vector-2:before {
	content: "\edbe";
}
.imind-vector-3:before {
	content: "\edbf";
}
.imind-vector-4:before {
	content: "\edc0";
}
.imind-vector-5:before {
	content: "\edc1";
}
.imind-vector:before {
	content: "\edc2";
}
.imind-venn-diagram:before {
	content: "\edc3";
}
.imind-vest-2:before {
	content: "\edc4";
}
.imind-vest:before {
	content: "\edc5";
}
.imind-viddler:before {
	content: "\edc6";
}
.imind-video-2:before {
	content: "\edc7";
}
.imind-video-3:before {
	content: "\edc8";
}
.imind-video-4:before {
	content: "\edc9";
}
.imind-video-5:before {
	content: "\edca";
}
.imind-video-6:before {
	content: "\edcb";
}
.imind-video-gamecontroller:before {
	content: "\edcc";
}
.imind-video-len:before {
	content: "\edcd";
}
.imind-video-len2:before {
	content: "\edce";
}
.imind-video-photographer:before {
	content: "\edcf";
}
.imind-video-tripod:before {
	content: "\edd0";
}
.imind-video:before {
	content: "\edd1";
}
.imind-vietnam:before {
	content: "\edd2";
}
.imind-view-height:before {
	content: "\edd3";
}
.imind-view-width:before {
	content: "\edd4";
}
.imind-vimeo:before {
	content: "\edd5";
}
.imind-virgo-2:before {
	content: "\edd6";
}
.imind-virgo:before {
	content: "\edd7";
}
.imind-virus-2:before {
	content: "\edd8";
}
.imind-virus-3:before {
	content: "\edd9";
}
.imind-virus:before {
	content: "\edda";
}
.imind-visa:before {
	content: "\eddb";
}
.imind-voice:before {
	content: "\eddc";
}
.imind-voicemail:before {
	content: "\eddd";
}
.imind-volleyball:before {
	content: "\edde";
}
.imind-volume-down:before {
	content: "\eddf";
}
.imind-volume-up:before {
	content: "\ede0";
}
.imind-vpn:before {
	content: "\ede1";
}
.imind-wacom-tablet:before {
	content: "\ede2";
}
.imind-waiter:before {
	content: "\ede3";
}
.imind-walkie-talkie:before {
	content: "\ede4";
}
.imind-wallet-2:before {
	content: "\ede5";
}
.imind-wallet-3:before {
	content: "\ede6";
}
.imind-wallet:before {
	content: "\ede7";
}
.imind-warehouse:before {
	content: "\ede8";
}
.imind-warning-window:before {
	content: "\ede9";
}
.imind-watch-2:before {
	content: "\edea";
}
.imind-watch-3:before {
	content: "\edeb";
}
.imind-watch:before {
	content: "\edec";
}
.imind-wave-2:before {
	content: "\eded";
}
.imind-wave:before {
	content: "\edee";
}
.imind-webcam:before {
	content: "\edef";
}
.imind-weight-lift:before {
	content: "\edf0";
}
.imind-wheelbarrow:before {
	content: "\edf1";
}
.imind-wheelchair:before {
	content: "\edf2";
}
.imind-width-window:before {
	content: "\edf3";
}
.imind-wifi-2:before {
	content: "\edf4";
}
.imind-wifi-keyboard:before {
	content: "\edf5";
}
.imind-wifi:before {
	content: "\edf6";
}
.imind-wind-turbine:before {
	content: "\edf7";
}
.imind-windmill:before {
	content: "\edf8";
}
.imind-window-2:before {
	content: "\edf9";
}
.imind-window:before {
	content: "\edfa";
}
.imind-windows-2:before {
	content: "\edfb";
}
.imind-windows-microsoft:before {
	content: "\edfc";
}
.imind-windows:before {
	content: "\edfd";
}
.imind-windsock:before {
	content: "\edfe";
}
.imind-windy:before {
	content: "\edff";
}
.imind-wine-bottle:before {
	content: "\ee00";
}
.imind-wine-glass:before {
	content: "\ee01";
}
.imind-wink:before {
	content: "\ee02";
}
.imind-winter-2:before {
	content: "\ee03";
}
.imind-winter:before {
	content: "\ee04";
}
.imind-wireless:before {
	content: "\ee05";
}
.imind-witch-hat:before {
	content: "\ee06";
}
.imind-witch:before {
	content: "\ee07";
}
.imind-wizard:before {
	content: "\ee08";
}
.imind-wolf:before {
	content: "\ee09";
}
.imind-woman-sign:before {
	content: "\ee0a";
}
.imind-womanman:before {
	content: "\ee0b";
}
.imind-womans-underwear:before {
	content: "\ee0c";
}
.imind-womans-underwear2:before {
	content: "\ee0d";
}
.imind-women:before {
	content: "\ee0e";
}
.imind-wonder-woman:before {
	content: "\ee0f";
}
.imind-wordpress:before {
	content: "\ee10";
}
.imind-worker-clothes:before {
	content: "\ee11";
}
.imind-worker:before {
	content: "\ee12";
}
.imind-wrap-text:before {
	content: "\ee13";
}
.imind-wreath:before {
	content: "\ee14";
}
.imind-wrench:before {
	content: "\ee15";
}
.imind-x-box:before {
	content: "\ee16";
}
.imind-x-ray:before {
	content: "\ee17";
}
.imind-xanga:before {
	content: "\ee18";
}
.imind-xing:before {
	content: "\ee19";
}
.imind-yacht:before {
	content: "\ee1a";
}
.imind-yahoo-buzz:before {
	content: "\ee1b";
}
.imind-yahoo:before {
	content: "\ee1c";
}
.imind-yelp:before {
	content: "\ee1d";
}
.imind-yes:before {
	content: "\ee1e";
}
.imind-ying-yang:before {
	content: "\ee1f";
}
.imind-youtube:before {
	content: "\ee20";
}
.imind-z-a:before {
	content: "\ee21";
}
.imind-zebra:before {
	content: "\ee22";
}
.imind-zombie:before {
	content: "\ee23";
}
.imind-zoom-gesture:before {
	content: "\ee24";
}
.imind-zootool:before {
	content: "\ee25";
}
  
  [class^="mbri-"], [class*=" mbri-"] {
    font-family: MobiriseIcons !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .mbri-add-submenu:before {
    content: "\e900";
  }
  .mbri-alert:before {
    content: "\e901";
  }
  .mbri-align-center:before {
    content: "\e902";
  }
  .mbri-align-justify:before {
    content: "\e903";
  }
  .mbri-align-left:before {
    content: "\e904";
  }
  .mbri-align-right:before {
    content: "\e905";
  }
  .mbri-android:before {
    content: "\e906";
  }
  .mbri-apple:before {
    content: "\e907";
  }
  .mbri-arrow-down:before {
    content: "\e908";
  }
  .mbri-arrow-next:before {
    content: "\e909";
  }
  .mbri-arrow-prev:before {
    content: "\e90a";
  }
  .mbri-arrow-up:before {
    content: "\e90b";
  }
  .mbri-bold:before {
    content: "\e90c";
  }
  .mbri-bookmark:before {
    content: "\e90d";
  }
  .mbri-bootstrap:before {
    content: "\e90e";
  }
  .mbri-briefcase:before {
    content: "\e90f";
  }
  .mbri-browse:before {
    content: "\e910";
  }
  .mbri-bulleted-list:before {
    content: "\e911";
  }
  .mbri-calendar:before {
    content: "\e912";
  }
  .mbri-camera:before {
    content: "\e913";
  }
  .mbri-cart-add:before {
    content: "\e914";
  }
  .mbri-cart-full:before {
    content: "\e915";
  }
  .mbri-cash:before {
    content: "\e916";
  }
  .mbri-change-style:before {
    content: "\e917";
  }
  .mbri-chat:before {
    content: "\e918";
  }
  .mbri-clock:before {
    content: "\e919";
  }
  .mbri-close:before {
    content: "\e91a";
  }
  .mbri-cloud:before {
    content: "\e91b";
  }
  .mbri-code:before {
    content: "\e91c";
  }
  .mbri-contact-form:before {
    content: "\e91d";
  }
  .mbri-credit-card:before {
    content: "\e91e";
  }
  .mbri-cursor-click:before {
    content: "\e91f";
  }
  .mbri-cust-feedback:before {
    content: "\e920";
  }
  .mbri-database:before {
    content: "\e921";
  }
  .mbri-delivery:before {
    content: "\e922";
  }
  .mbri-desktop:before {
    content: "\e923";
  }
  .mbri-devices:before {
    content: "\e924";
  }
  .mbri-down:before {
    content: "\e925";
  }
  .mbri-download:before {
    content: "\e989";
  }
  .mbri-drag-n-drop:before {
    content: "\e927";
  }
  .mbri-drag-n-drop2:before {
    content: "\e928";
  }
  .mbri-edit:before {
    content: "\e929";
  }
  .mbri-edit2:before {
    content: "\e92a";
  }
  .mbri-error:before {
    content: "\e92b";
  }
  .mbri-extension:before {
    content: "\e92c";
  }
  .mbri-features:before {
    content: "\e92d";
  }
  .mbri-file:before {
    content: "\e92e";
  }
  .mbri-flag:before {
    content: "\e92f";
  }
  .mbri-folder:before {
    content: "\e930";
  }
  .mbri-gift:before {
    content: "\e931";
  }
  .mbri-github:before {
    content: "\e932";
  }
  .mbri-globe:before {
    content: "\e933";
  }
  .mbri-globe-2:before {
    content: "\e934";
  }
  .mbri-growing-chart:before {
    content: "\e935";
  }
  .mbri-hearth:before {
    content: "\e936";
  }
  .mbri-help:before {
    content: "\e937";
  }
  .mbri-home:before {
    content: "\e938";
  }
  .mbri-hot-cup:before {
    content: "\e939";
  }
  .mbri-idea:before {
    content: "\e93a";
  }
  .mbri-image-gallery:before {
    content: "\e93b";
  }
  .mbri-image-slider:before {
    content: "\e93c";
  }
  .mbri-info:before {
    content: "\e93d";
  }
  .mbri-italic:before {
    content: "\e93e";
  }
  .mbri-key:before {
    content: "\e93f";
  }
  .mbri-laptop:before {
    content: "\e940";
  }
  .mbri-layers:before {
    content: "\e941";
  }
  .mbri-left-right:before {
    content: "\e942";
  }
  .mbri-left:before {
    content: "\e943";
  }
  .mbri-letter:before {
    content: "\e944";
  }
  .mbri-like:before {
    content: "\e945";
  }
  .mbri-link:before {
    content: "\e946";
  }
  .mbri-lock:before {
    content: "\e947";
  }
  .mbri-login:before {
    content: "\e948";
  }
  .mbri-logout:before {
    content: "\e949";
  }
  .mbri-magic-stick:before {
    content: "\e94a";
  }
  .mbri-map-pin:before {
    content: "\e94b";
  }
  .mbri-menu:before {
    content: "\e94c";
  }
  .mbri-mobile:before {
    content: "\e94d";
  }
  .mbri-mobile2:before {
    content: "\e94e";
  }
  .mbri-mobirise:before {
    content: "\e94f";
  }
  .mbri-more-horizontal:before {
    content: "\e950";
  }
  .mbri-more-vertical:before {
    content: "\e951";
  }
  .mbri-music:before {
    content: "\e952";
  }
  .mbri-new-file:before {
    content: "\e953";
  }
  .mbri-numbered-list:before {
    content: "\e954";
  }
  .mbri-opened-folder:before {
    content: "\e955";
  }
  .mbri-pages:before {
    content: "\e956";
  }
  .mbri-paper-plane:before {
    content: "\e957";
  }
  .mbri-paperclip:before {
    content: "\e958";
  }
  .mbri-photo:before {
    content: "\e959";
  }
  .mbri-photos:before {
    content: "\e95a";
  }
  .mbri-pin:before {
    content: "\e95b";
  }
  .mbri-play:before {
    content: "\e95c";
  }
  .mbri-plus:before {
    content: "\e95d";
  }
  .mbri-preview:before {
    content: "\e95e";
  }
  .mbri-print:before {
    content: "\e95f";
  }
  .mbri-protect:before {
    content: "\e960";
  }
  .mbri-question:before {
    content: "\e961";
  }
  .mbri-quote-left:before {
    content: "\e962";
  }
  .mbri-quote-right:before {
    content: "\e963";
  }
  .mbri-refresh:before {
    content: "\e964";
  }
  .mbri-responsive:before {
    content: "\e965";
  }
  .mbri-right:before {
    content: "\e966";
  }
  .mbri-rocket:before {
    content: "\e967";
  }
  .mbri-sad-face:before {
    content: "\e968";
  }
  .mbri-sale:before {
    content: "\e969";
  }
  .mbri-save:before {
    content: "\e96a";
  }
  .mbri-search:before {
    content: "\e96b";
  }
  .mbri-setting:before {
    content: "\e96c";
  }
  .mbri-setting2:before {
    content: "\e96d";
  }
  .mbri-setting3:before {
    content: "\e96e";
  }
  .mbri-share:before {
    content: "\e96f";
  }
  .mbri-shopping-bag:before {
    content: "\e970";
  }
  .mbri-shopping-basket:before {
    content: "\e971";
  }
  .mbri-shopping-cart:before {
    content: "\e972";
  }
  .mbri-sites:before {
    content: "\e973";
  }
  .mbri-smile-face:before {
    content: "\e974";
  }
  .mbri-speed:before {
    content: "\e975";
  }
  .mbri-star:before {
    content: "\e976";
  }
  .mbri-success:before {
    content: "\e977";
  }
  .mbri-sun:before {
    content: "\e978";
  }
  .mbri-sun2:before {
    content: "\e979";
  }
  .mbri-tablet:before {
    content: "\e97a";
  }
  .mbri-tablet-vertical:before {
    content: "\e97b";
  }
  .mbri-target:before {
    content: "\e97c";
  }
  .mbri-timer:before {
    content: "\e97d";
  }
  .mbri-to-ftp:before {
    content: "\e97e";
  }
  .mbri-to-local-drive:before {
    content: "\e97f";
  }
  .mbri-touch-swipe:before {
    content: "\e980";
  }
  .mbri-touch:before {
    content: "\e981";
  }
  .mbri-trash:before {
    content: "\e982";
  }
  .mbri-underline:before {
    content: "\e983";
  }
  .mbri-unlink:before {
    content: "\e984";
  }
  .mbri-unlock:before {
    content: "\e985";
  }
  .mbri-up-down:before {
    content: "\e986";
  }
  .mbri-up:before {
    content: "\e987";
  }
  .mbri-update:before {
    content: "\e988";
  }
  .mbri-upload:before {
   content: "\e926"; 
  }
  .mbri-user:before {
    content: "\e98a";
  }
  .mbri-user2:before {
    content: "\e98b";
  }
  .mbri-users:before {
    content: "\e98c";
  }
  .mbri-video:before {
    content: "\e98d";
  }
  .mbri-video-play:before {
    content: "\e98e";
  }
  .mbri-watch:before {
    content: "\e98f";
  }
  .mbri-website-theme:before {
    content: "\e990";
  }
  .mbri-wifi:before {
    content: "\e991";
  }
  .mbri-windows:before {
    content: "\e992";
  }
  .mbri-zoom-out:before {
    content: "\e993";
  }
  .mbri-redo:before {
    content: "\e994";
  }
  .mbri-undo:before {
    content: "\e995";
  }
  

[class^='icon54-v3-'], [class*=' icon54-v3-'] {
    font-family: 'icon54-v3' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon54-v3-abacus::before {
    content: '\e900';
}

.icon54-v3-abut-1::before {
    content: '\e901';
}

.icon54-v3-abut-2::before {
    content: '\e902';
}

.icon54-v3-abut-3::before {
    content: '\e903';
}

.icon54-v3-across::before {
    content: '\e904';
}

.icon54-v3-actinometer::before {
    content: '\e905';
}

.icon54-v3-acupuncture::before {
    content: '\e906';
}

.icon54-v3-add-book::before {
    content: '\e907';
}

.icon54-v3-add-box::before {
    content: '\e908';
}

.icon54-v3-add-database::before {
    content: '\e909';
}

.icon54-v3-add-delivery::before {
    content: '\e90a';
}

.icon54-v3-add-drive::before {
    content: '\e90b';
}

.icon54-v3-add-key-tag::before {
    content: '\e90c';
}

.icon54-v3-add-seo-tag::before {
    content: '\e90d';
}

.icon54-v3-add-server::before {
    content: '\e90e';
}

.icon54-v3-air-balloon::before {
    content: '\e90f';
}

.icon54-v3-alien::before {
    content: '\e910';
}

.icon54-v3-alphabet-book::before {
    content: '\e911';
}

.icon54-v3-alt-1::before {
    content: '\e912';
}

.icon54-v3-alt-2::before {
    content: '\e913';
}

.icon54-v3-alt-3::before {
    content: '\e914';
}

.icon54-v3-android-smartphone::before {
    content: '\e915';
}

.icon54-v3-android-tablet::before {
    content: '\e916';
}

.icon54-v3-angle-ruler::before {
    content: '\e917';
}

.icon54-v3-apart::before {
    content: '\e918';
}

.icon54-v3-apple::before {
    content: '\e919';
}

.icon54-v3-aquarius-1::before {
    content: '\e91a';
}

.icon54-v3-aquarius-2::before {
    content: '\e91b';
}

.icon54-v3-archive-file::before {
    content: '\e91c';
}

.icon54-v3-archive-folder::before {
    content: '\e91d';
}

.icon54-v3-archive-folders::before {
    content: '\e91e';
}

.icon54-v3-archive-letter::before {
    content: '\e91f';
}

.icon54-v3-archive-picture::before {
    content: '\e920';
}

.icon54-v3-archive-video::before {
    content: '\e921';
}

.icon54-v3-archive::before {
    content: '\e922';
}

.icon54-v3-aries-1::before {
    content: '\e923';
}

.icon54-v3-aries-2::before {
    content: '\e924';
}

.icon54-v3-arrow::before {
    content: '\e925';
}

.icon54-v3-aspect-ratio::before {
    content: '\e926';
}

.icon54-v3-at-at-walker::before {
    content: '\e927';
}

.icon54-v3-at-op-walker::before {
    content: '\e928';
}

.icon54-v3-baby-chair::before {
    content: '\e929';
}

.icon54-v3-baby-cutlery::before {
    content: '\e92a';
}

.icon54-v3-baby-face-1::before {
    content: '\e92b';
}

.icon54-v3-baby-face-2::before {
    content: '\e92c';
}

.icon54-v3-baby-food::before {
    content: '\e92d';
}

.icon54-v3-baby-grow::before {
    content: '\e92e';
}

.icon54-v3-baby-monitor::before {
    content: '\e92f';
}

.icon54-v3-baby-toy-1::before {
    content: '\e930';
}

.icon54-v3-baby-toy-2::before {
    content: '\e931';
}

.icon54-v3-baby-toy-3::before {
    content: '\e932';
}

.icon54-v3-baby::before {
    content: '\e933';
}

.icon54-v3-back-1::before {
    content: '\e934';
}

.icon54-v3-back-2::before {
    content: '\e935';
}

.icon54-v3-back-3::before {
    content: '\e936';
}

.icon54-v3-backspace-1::before {
    content: '\e937';
}

.icon54-v3-backspace-2::before {
    content: '\e938';
}

.icon54-v3-ball::before {
    content: '\e939';
}

.icon54-v3-balloons::before {
    content: '\e93a';
}

.icon54-v3-bamboo::before {
    content: '\e93b';
}

.icon54-v3-battle-droid::before {
    content: '\e93c';
}

.icon54-v3-bb-8::before {
    content: '\e93d';
}

.icon54-v3-bed-room::before {
    content: '\e93e';
}

.icon54-v3-bib::before {
    content: '\e93f';
}

.icon54-v3-boba-fet-starship::before {
    content: '\e940';
}

.icon54-v3-boba-fet::before {
    content: '\e941';
}

.icon54-v3-book-2::before {
    content: '\e942';
}

.icon54-v3-book-3::before {
    content: '\e943';
}

.icon54-v3-book-bitcoin::before {
    content: '\e944';
}

.icon54-v3-book-cloud::before {
    content: '\e945';
}

.icon54-v3-book-copyright::before {
    content: '\e946';
}

.icon54-v3-book-creditcard::before {
    content: '\e947';
}

.icon54-v3-book-dismiss::before {
    content: '\e948';
}

.icon54-v3-book-dollar::before {
    content: '\e949';
}

.icon54-v3-book-done::before {
    content: '\e94a';
}

.icon54-v3-book-down::before {
    content: '\e94b';
}

.icon54-v3-book-euro::before {
    content: '\e94c';
}

.icon54-v3-book-no-dollar::before {
    content: '\e94d';
}

.icon54-v3-book-open-1::before {
    content: '\e94e';
}

.icon54-v3-book-open-2::before {
    content: '\e94f';
}

.icon54-v3-book-open-3::before {
    content: '\e950';
}

.icon54-v3-book-open-4::before {
    content: '\e951';
}

.icon54-v3-book-open-6::before {
    content: '\e952';
}

.icon54-v3-book-percent::before {
    content: '\e953';
}

.icon54-v3-book-pound::before {
    content: '\e954';
}

.icon54-v3-book-question::before {
    content: '\e955';
}

.icon54-v3-book-remove::before {
    content: '\e956';
}

.icon54-v3-book-settings::before {
    content: '\e957';
}

.icon54-v3-book-shopping::before {
    content: '\e958';
}

.icon54-v3-book-star::before {
    content: '\e959';
}

.icon54-v3-book-up::before {
    content: '\e95a';
}

.icon54-v3-book-user::before {
    content: '\e95b';
}

.icon54-v3-book-warning::before {
    content: '\e95c';
}

.icon54-v3-book-write::before {
    content: '\e95d';
}

.icon54-v3-book::before {
    content: '\e95e';
}

.icon54-v3-bookclose::before {
    content: '\e95f';
}

.icon54-v3-booklet::before {
    content: '\e960';
}

.icon54-v3-bookmark-1::before {
    content: '\e961';
}

.icon54-v3-bookmark-2::before {
    content: '\e962';
}

.icon54-v3-bookmark-open::before {
    content: '\e963';
}

.icon54-v3-bookopen-5::before {
    content: '\e964';
}

.icon54-v3-books::before {
    content: '\e965';
}

.icon54-v3-bos-pallet::before {
    content: '\e966';
}

.icon54-v3-bottled-message::before {
    content: '\e967';
}

.icon54-v3-bouquet::before {
    content: '\e968';
}

.icon54-v3-bow::before {
    content: '\e969';
}

.icon54-v3-box-1::before {
    content: '\e96a';
}

.icon54-v3-box-2::before {
    content: '\e96b';
}

.icon54-v3-box-3::before {
    content: '\e96c';
}

.icon54-v3-box-4::before {
    content: '\e96d';
}

.icon54-v3-box-answer::before {
    content: '\e96e';
}

.icon54-v3-box-back::before {
    content: '\e96f';
}

.icon54-v3-box-deliver::before {
    content: '\e970';
}

.icon54-v3-box-done::before {
    content: '\e971';
}

.icon54-v3-box-down::before {
    content: '\e972';
}

.icon54-v3-box-file::before {
    content: '\e973';
}

.icon54-v3-box-folder::before {
    content: '\e974';
}

.icon54-v3-box-folders::before {
    content: '\e975';
}

.icon54-v3-box-forward::before {
    content: '\e976';
}

.icon54-v3-box-home::before {
    content: '\e977';
}

.icon54-v3-box-keep-dry::before {
    content: '\e978';
}

.icon54-v3-box-letter::before {
    content: '\e979';
}

.icon54-v3-box-picture::before {
    content: '\e97a';
}

.icon54-v3-box-place::before {
    content: '\e97b';
}

.icon54-v3-box-plane::before {
    content: '\e97c';
}

.icon54-v3-box-quesion::before {
    content: '\e97d';
}

.icon54-v3-box-security::before {
    content: '\e97e';
}

.icon54-v3-box-settings::before {
    content: '\e97f';
}

.icon54-v3-box-shipping::before {
    content: '\e980';
}

.icon54-v3-box-shopping::before {
    content: '\e981';
}

.icon54-v3-box-size::before {
    content: '\e982';
}

.icon54-v3-box-time::before {
    content: '\e983';
}

.icon54-v3-box-up::before {
    content: '\e984';
}

.icon54-v3-box-video::before {
    content: '\e985';
}

.icon54-v3-box::before {
    content: '\e986';
}

.icon54-v3-breast::before {
    content: '\e987';
}

.icon54-v3-brightness-down::before {
    content: '\e988';
}

.icon54-v3-brightness-up::before {
    content: '\e989';
}

.icon54-v3-bulb-1::before {
    content: '\e98a';
}

.icon54-v3-bulb-2::before {
    content: '\e98b';
}

.icon54-v3-burn-disk::before {
    content: '\e98c';
}

.icon54-v3-button::before {
    content: '\e98d';
}

.icon54-v3-c3-po::before {
    content: '\e98e';
}

.icon54-v3-calculator::before {
    content: '\e98f';
}

.icon54-v3-calendar-1::before {
    content: '\e990';
}

.icon54-v3-calendar-2::before {
    content: '\e991';
}

.icon54-v3-calming-tea::before {
    content: '\e992';
}

.icon54-v3-camera-application::before {
    content: '\e993';
}

.icon54-v3-camera-button::before {
    content: '\e994';
}

.icon54-v3-camera-speach-bubble-1::before {
    content: '\e995';
}

.icon54-v3-camera-speach-bubble-2::before {
    content: '\e996';
}

.icon54-v3-camera-speach-bubble-3::before {
    content: '\e997';
}

.icon54-v3-cancer--2::before {
    content: '\e998';
}

.icon54-v3-cancer-1::before {
    content: '\e999';
}

.icon54-v3-candle::before {
    content: '\e99a';
}

.icon54-v3-candlestick::before {
    content: '\e99b';
}

.icon54-v3-canteen::before {
    content: '\e99c';
}

.icon54-v3-capricorn-1::before {
    content: '\e99d';
}

.icon54-v3-capricorn-2::before {
    content: '\e99e';
}

.icon54-v3-caps-lock::before {
    content: '\e99f';
}

.icon54-v3-car-seat::before {
    content: '\e9a0';
}

.icon54-v3-cary-box::before {
    content: '\e9a1';
}

.icon54-v3-chandelier::before {
    content: '\e9a2';
}

.icon54-v3-change::before {
    content: '\e9a3';
}

.icon54-v3-choco-strawberry::before {
    content: '\e9a4';
}

.icon54-v3-chocolate-box::before {
    content: '\e9a5';
}

.icon54-v3-cigar::before {
    content: '\e9a6';
}

.icon54-v3-cigarette-holder::before {
    content: '\e9a7';
}

.icon54-v3-clip::before {
    content: '\e9a8';
}

.icon54-v3-clipboard-write::before {
    content: '\e9a9';
}

.icon54-v3-clipboard::before {
    content: '\e9aa';
}

.icon54-v3-cloud-database::before {
    content: '\e9ab';
}

.icon54-v3-cloud-drive::before {
    content: '\e9ac';
}

.icon54-v3-cloud-server-1::before {
    content: '\e9ad';
}

.icon54-v3-cloud-server-2::before {
    content: '\e9ae';
}

.icon54-v3-coffee-grinder::before {
    content: '\e9af';
}

.icon54-v3-comand-1::before {
    content: '\e9b0';
}

.icon54-v3-command-2::before {
    content: '\e9b1';
}

.icon54-v3-command-3::before {
    content: '\e9b2';
}

.icon54-v3-computer-1::before {
    content: '\e9b3';
}

.icon54-v3-computer-2::before {
    content: '\e9b4';
}

.icon54-v3-computer-camera::before {
    content: '\e9b5';
}

.icon54-v3-computer-connection::before {
    content: '\e9b6';
}

.icon54-v3-computer-connections::before {
    content: '\e9b7';
}

.icon54-v3-computer-database::before {
    content: '\e9b8';
}

.icon54-v3-computer-sync::before {
    content: '\e9b9';
}

.icon54-v3-connect-computer::before {
    content: '\e9ba';
}

.icon54-v3-connected-folder::before {
    content: '\e9bb';
}

.icon54-v3-connected-home::before {
    content: '\e9bc';
}

.icon54-v3-constellation::before {
    content: '\e9bd';
}

.icon54-v3-contact-booklet::before {
    content: '\e9be';
}

.icon54-v3-contact-note-book::before {
    content: '\e9bf';
}

.icon54-v3-container-lifter::before {
    content: '\e9c0';
}

.icon54-v3-control::before {
    content: '\e9c1';
}

.icon54-v3-cookbook::before {
    content: '\e9c2';
}

.icon54-v3-cooler::before {
    content: '\e9c3';
}

.icon54-v3-corrector::before {
    content: '\e9c4';
}

.icon54-v3-cotton-buds::before {
    content: '\e9c5';
}

.icon54-v3-cpu-2::before {
    content: '\e9c6';
}

.icon54-v3-cpu-4::before {
    content: '\e9c7';
}

.icon54-v3-cpu-6::before {
    content: '\e9c8';
}

.icon54-v3-cpu-8::before {
    content: '\e9c9';
}

.icon54-v3-cpu-32::before {
    content: '\e9ca';
}

.icon54-v3-cpu-64::before {
    content: '\e9cb';
}

.icon54-v3-cpu-done::before {
    content: '\e9cc';
}

.icon54-v3-cpu-ekg::before {
    content: '\e9cd';
}

.icon54-v3-cpu-flash::before {
    content: '\e9ce';
}

.icon54-v3-cpu-protection::before {
    content: '\e9cf';
}

.icon54-v3-cpu-setings::before {
    content: '\e9d0';
}

.icon54-v3-cpu-warning::before {
    content: '\e9d1';
}

.icon54-v3-cpu::before {
    content: '\e9d2';
}

.icon54-v3-crib::before {
    content: '\e9d3';
}

.icon54-v3-crying-baby-1::before {
    content: '\e9d4';
}

.icon54-v3-crying-baby-2::before {
    content: '\e9d5';
}

.icon54-v3-cuckoo-clock::before {
    content: '\e9d6';
}

.icon54-v3-cucumber::before {
    content: '\e9d7';
}

.icon54-v3-cutlery-booklet::before {
    content: '\e9d8';
}

.icon54-v3-darth-vader::before {
    content: '\e9d9';
}

.icon54-v3-database-at::before {
    content: '\e9da';
}

.icon54-v3-database-connection::before {
    content: '\e9db';
}

.icon54-v3-database-connections::before {
    content: '\e9dc';
}

.icon54-v3-database-done::before {
    content: '\e9dd';
}

.icon54-v3-database-down::before {
    content: '\e9de';
}

.icon54-v3-database-download::before {
    content: '\e9df';
}

.icon54-v3-database-gaming::before {
    content: '\e9e0';
}

.icon54-v3-database-hand::before {
    content: '\e9e1';
}

.icon54-v3-database-heart::before {
    content: '\e9e2';
}

.icon54-v3-database-home-sync::before {
    content: '\e9e3';
}

.icon54-v3-database-key::before {
    content: '\e9e4';
}

.icon54-v3-database-percentage::before {
    content: '\e9e5';
}

.icon54-v3-database-place::before {
    content: '\e9e6';
}

.icon54-v3-database-preferences::before {
    content: '\e9e7';
}

.icon54-v3-database-question::before {
    content: '\e9e8';
}

.icon54-v3-database-settings::before {
    content: '\e9e9';
}

.icon54-v3-database-shopping::before {
    content: '\e9ea';
}

.icon54-v3-database-sleep::before {
    content: '\e9eb';
}

.icon54-v3-database-space::before {
    content: '\e9ec';
}

.icon54-v3-database-sync::before {
    content: '\e9ed';
}

.icon54-v3-database-up::before {
    content: '\e9ee';
}

.icon54-v3-database-upload::before {
    content: '\e9ef';
}

.icon54-v3-database-warning::before {
    content: '\e9f0';
}

.icon54-v3-delete-book::before {
    content: '\e9f1';
}

.icon54-v3-delete-box::before {
    content: '\e9f2';
}

.icon54-v3-delete-cpu::before {
    content: '\e9f3';
}

.icon54-v3-delete-database::before {
    content: '\e9f4';
}

.icon54-v3-delete-delivery::before {
    content: '\e9f5';
}

.icon54-v3-delete-drive::before {
    content: '\e9f6';
}

.icon54-v3-delete-key-tag::before {
    content: '\e9f7';
}

.icon54-v3-delete-seo-tag::before {
    content: '\e9f8';
}

.icon54-v3-delete-server::before {
    content: '\e9f9';
}

.icon54-v3-delete::before {
    content: '\e9fa';
}

.icon54-v3-delivery-answer::before {
    content: '\e9fb';
}

.icon54-v3-delivery-back::before {
    content: '\e9fc';
}

.icon54-v3-delivery-forward::before {
    content: '\e9fd';
}

.icon54-v3-delivery-pay::before {
    content: '\e9fe';
}

.icon54-v3-delivery-question::before {
    content: '\e9ff';
}

.icon54-v3-delivery::before {
    content: '\ea00';
}

.icon54-v3-desk::before {
    content: '\ea01';
}

.icon54-v3-desktop-computer-2::before {
    content: '\ea02';
}

.icon54-v3-desktop-computer::before {
    content: '\ea03';
}

.icon54-v3-deth-star-exploded::before {
    content: '\ea04';
}

.icon54-v3-deth-star::before {
    content: '\ea05';
}

.icon54-v3-diaper::before {
    content: '\ea06';
}

.icon54-v3-diet::before {
    content: '\ea07';
}

.icon54-v3-diploma-1::before {
    content: '\ea08';
}

.icon54-v3-diploma-2::before {
    content: '\ea09';
}

.icon54-v3-diploma-3::before {
    content: '\ea0a';
}

.icon54-v3-disable-camera-1::before {
    content: '\ea0b';
}

.icon54-v3-disable-camera-2::before {
    content: '\ea0c';
}

.icon54-v3-disk-booklet::before {
    content: '\ea0d';
}

.icon54-v3-disk-drive::before {
    content: '\ea0e';
}

.icon54-v3-disk::before {
    content: '\ea0f';
}

.icon54-v3-dismiss-box::before {
    content: '\ea10';
}

.icon54-v3-dismiss-database::before {
    content: '\ea11';
}

.icon54-v3-dismiss-drive::before {
    content: '\ea12';
}

.icon54-v3-dismiss-key-tag::before {
    content: '\ea13';
}

.icon54-v3-dismiss-seo-tag::before {
    content: '\ea14';
}

.icon54-v3-dismiss-server::before {
    content: '\ea15';
}

.icon54-v3-diverge-1::before {
    content: '\ea16';
}

.icon54-v3-diverge-2::before {
    content: '\ea17';
}

.icon54-v3-diverge-3::before {
    content: '\ea18';
}

.icon54-v3-dollarbooklet::before {
    content: '\ea19';
}

.icon54-v3-done-delivery::before {
    content: '\ea1a';
}

.icon54-v3-dont-disturb::before {
    content: '\ea1b';
}

.icon54-v3-dossier::before {
    content: '\ea1c';
}

.icon54-v3-dossiers-1::before {
    content: '\ea1d';
}

.icon54-v3-dossiers-2::before {
    content: '\ea1e';
}

.icon54-v3-double-loop::before {
    content: '\ea1f';
}

.icon54-v3-double-rotate-1::before {
    content: '\ea20';
}

.icon54-v3-double-rotate-2::before {
    content: '\ea21';
}

.icon54-v3-down::before {
    content: '\ea22';
}

.icon54-v3-download::before {
    content: '\ea23';
}

.icon54-v3-drawing-class::before {
    content: '\ea24';
}

.icon54-v3-drie-settings::before {
    content: '\ea25';
}

.icon54-v3-drive-1::before {
    content: '\ea26';
}

.icon54-v3-drive-2::before {
    content: '\ea27';
}

.icon54-v3-drive-done::before {
    content: '\ea28';
}

.icon54-v3-drive-down::before {
    content: '\ea29';
}

.icon54-v3-drive-flash::before {
    content: '\ea2a';
}

.icon54-v3-drive-question::before {
    content: '\ea2b';
}

.icon54-v3-drive-time::before {
    content: '\ea2c';
}

.icon54-v3-drive-upl::before {
    content: '\ea2d';
}

.icon54-v3-drive-warning::before {
    content: '\ea2e';
}

.icon54-v3-earth::before {
    content: '\ea2f';
}

.icon54-v3-eco-book::before {
    content: '\ea30';
}

.icon54-v3-eco-booklet::before {
    content: '\ea31';
}

.icon54-v3-educational-aids-1::before {
    content: '\ea32';
}

.icon54-v3-educational-aids-2::before {
    content: '\ea33';
}

.icon54-v3-educational-aids-3::before {
    content: '\ea34';
}

.icon54-v3-empty-box::before {
    content: '\ea35';
}

.icon54-v3-enable-camera-1::before {
    content: '\ea36';
}

.icon54-v3-enable-camera-2::before {
    content: '\ea37';
}

.icon54-v3-end::before {
    content: '\ea38';
}

.icon54-v3-enlarge::before {
    content: '\ea39';
}

.icon54-v3-enter-1::before {
    content: '\ea3a';
}

.icon54-v3-enter-2::before {
    content: '\ea3b';
}

.icon54-v3-escape::before {
    content: '\ea3c';
}

.icon54-v3-export::before {
    content: '\ea3d';
}

.icon54-v3-expot-2::before {
    content: '\ea3e';
}

.icon54-v3-eye-shadow::before {
    content: '\ea3f';
}

.icon54-v3-eyebrow-tweezers::before {
    content: '\ea40';
}

.icon54-v3-feeding-botle-2::before {
    content: '\ea41';
}

.icon54-v3-feeding-bottle-1::before {
    content: '\ea42';
}

.icon54-v3-files::before {
    content: '\ea43';
}

.icon54-v3-first-day::before {
    content: '\ea44';
}

.icon54-v3-floating-candle::before {
    content: '\ea45';
}

.icon54-v3-flying-rocket::before {
    content: '\ea46';
}

.icon54-v3-foot-spa-bucket::before {
    content: '\ea47';
}

.icon54-v3-fork-lift::before {
    content: '\ea48';
}

.icon54-v3-form-toy::before {
    content: '\ea49';
}

.icon54-v3-forward-1::before {
    content: '\ea4a';
}

.icon54-v3-forward-2::before {
    content: '\ea4b';
}

.icon54-v3-forward-3::before {
    content: '\ea4c';
}

.icon54-v3-forward-4::before {
    content: '\ea4d';
}

.icon54-v3-fragile-box::before {
    content: '\ea4e';
}

.icon54-v3-function::before {
    content: '\ea4f';
}

.icon54-v3-g--vbbvbvb::before {
    content: '\ea50';
}

.icon54-v3-galactucal-empire::before {
    content: '\ea51';
}

.icon54-v3-galaxy::before {
    content: '\ea52';
}

.icon54-v3-gaming-server::before {
    content: '\ea53';
}

.icon54-v3-gemini-1::before {
    content: '\ea54';
}

.icon54-v3-gemini-2::before {
    content: '\ea55';
}

.icon54-v3-general-grievous::before {
    content: '\ea56';
}

.icon54-v3-gift::before {
    content: '\ea57';
}

.icon54-v3-global-box::before {
    content: '\ea58';
}

.icon54-v3-global-databaase::before {
    content: '\ea59';
}

.icon54-v3-global-delivery::before {
    content: '\ea5a';
}

.icon54-v3-global-folder::before {
    content: '\ea5b';
}

.icon54-v3-global-key-tag::before {
    content: '\ea5c';
}

.icon54-v3-global-seo-tag::before {
    content: '\ea5d';
}

.icon54-v3-global-seo::before {
    content: '\ea5e';
}

.icon54-v3-global-server-sync::before {
    content: '\ea5f';
}

.icon54-v3-global-server::before {
    content: '\ea60';
}

.icon54-v3-globe::before {
    content: '\ea61';
}

.icon54-v3-graduation-hat::before {
    content: '\ea62';
}

.icon54-v3-gramophone::before {
    content: '\ea63';
}

.icon54-v3-grandfather-clock::before {
    content: '\ea64';
}

.icon54-v3-hair-care::before {
    content: '\ea65';
}

.icon54-v3-hair-dryer::before {
    content: '\ea66';
}

.icon54-v3-hand-cargo::before {
    content: '\ea67';
}

.icon54-v3-hat-stand::before {
    content: '\ea68';
}

.icon54-v3-hdd-1::before {
    content: '\ea69';
}

.icon54-v3-hdd-2::before {
    content: '\ea6a';
}

.icon54-v3-hdd-3::before {
    content: '\ea6b';
}

.icon54-v3-heart-1::before {
    content: '\ea6c';
}

.icon54-v3-heart-2::before {
    content: '\ea6d';
}

.icon54-v3-heart-3::before {
    content: '\ea6e';
}

.icon54-v3-heart-4::before {
    content: '\ea6f';
}

.icon54-v3-heart-5::before {
    content: '\ea70';
}

.icon54-v3-heart-6::before {
    content: '\ea71';
}

.icon54-v3-heart-book::before {
    content: '\ea72';
}

.icon54-v3-heart-key::before {
    content: '\ea73';
}

.icon54-v3-home-copy::before {
    content: '\ea74';
}

.icon54-v3-home-database::before {
    content: '\ea75';
}

.icon54-v3-home::before {
    content: '\ea76';
}

.icon54-v3-horseshoe::before {
    content: '\ea77';
}

.icon54-v3-hot-romance::before {
    content: '\ea78';
}

.icon54-v3-house-key::before {
    content: '\ea79';
}

.icon54-v3-import-2::before {
    content: '\ea7a';
}

.icon54-v3-import::before {
    content: '\ea7b';
}

.icon54-v3-incense-1::before {
    content: '\ea7c';
}

.icon54-v3-incense-2::before {
    content: '\ea7d';
}

.icon54-v3-infinite::before {
    content: '\ea7e';
}

.icon54-v3-ipad::before {
    content: '\ea7f';
}

.icon54-v3-iphone::before {
    content: '\ea80';
}

.icon54-v3-ipod-shuffle::before {
    content: '\ea81';
}

.icon54-v3-ipod::before {
    content: '\ea82';
}

.icon54-v3-jar-jar-binks::before {
    content: '\ea83';
}

.icon54-v3-jawa-sandcrawler::before {
    content: '\ea84';
}

.icon54-v3-jeans-button::before {
    content: '\ea85';
}

.icon54-v3-jedi-order::before {
    content: '\ea86';
}

.icon54-v3-jupiter::before {
    content: '\ea87';
}

.icon54-v3-kerosene-lamps-1::before {
    content: '\ea88';
}

.icon54-v3-kerosene-lamps-2::before {
    content: '\ea89';
}

.icon54-v3-key-tag-answer::before {
    content: '\ea8a';
}

.icon54-v3-key-tag-done::before {
    content: '\ea8b';
}

.icon54-v3-key-tag-down::before {
    content: '\ea8c';
}

.icon54-v3-key-tag-question::before {
    content: '\ea8d';
}

.icon54-v3-key-tag-settings::before {
    content: '\ea8e';
}

.icon54-v3-key-tag-time::before {
    content: '\ea8f';
}

.icon54-v3-key-tag-up::before {
    content: '\ea90';
}

.icon54-v3-key-tag::before {
    content: '\ea91';
}

.icon54-v3-keyboard::before {
    content: '\ea92';
}

.icon54-v3-kylo-ren::before {
    content: '\ea93';
}

.icon54-v3-lace-parasol-1::before {
    content: '\ea94';
}

.icon54-v3-lace-parasol-2::before {
    content: '\ea95';
}

.icon54-v3-lamp::before {
    content: '\ea96';
}

.icon54-v3-landing-spacecraft::before {
    content: '\ea97';
}

.icon54-v3-laptop-1::before {
    content: '\ea98';
}

.icon54-v3-laptop-2::before {
    content: '\ea99';
}

.icon54-v3-laser-gun::before {
    content: '\ea9a';
}

.icon54-v3-lecture-1::before {
    content: '\ea9b';
}

.icon54-v3-lecture-2::before {
    content: '\ea9c';
}

.icon54-v3-lego-toy::before {
    content: '\ea9d';
}

.icon54-v3-leo-1::before {
    content: '\ea9e';
}

.icon54-v3-leo-2::before {
    content: '\ea9f';
}

.icon54-v3-letter::before {
    content: '\eaa0';
}

.icon54-v3-libra-1::before {
    content: '\eaa1';
}

.icon54-v3-libra-2::before {
    content: '\eaa2';
}

.icon54-v3-light-interceptor::before {
    content: '\eaa3';
}

.icon54-v3-light-saber::before {
    content: '\eaa4';
}

.icon54-v3-lighters::before {
    content: '\eaa5';
}

.icon54-v3-liqui-soap-1::before {
    content: '\eaa6';
}

.icon54-v3-liquid-soap-2::before {
    content: '\eaa7';
}

.icon54-v3-lock-book::before {
    content: '\eaa8';
}

.icon54-v3-lock-box::before {
    content: '\eaa9';
}

.icon54-v3-lock-database::before {
    content: '\eaaa';
}

.icon54-v3-lock-server::before {
    content: '\eaab';
}

.icon54-v3-loop-1::before {
    content: '\eaac';
}

.icon54-v3-loop-2::before {
    content: '\eaad';
}

.icon54-v3-loop-3::before {
    content: '\eaae';
}

.icon54-v3-loop-4::before {
    content: '\eaaf';
}

.icon54-v3-lotus::before {
    content: '\eab0';
}

.icon54-v3-love-chat-1::before {
    content: '\eab1';
}

.icon54-v3-love-chat-2::before {
    content: '\eab2';
}

.icon54-v3-love-computer-1::before {
    content: '\eab3';
}

.icon54-v3-love-computer-2::before {
    content: '\eab4';
}

.icon54-v3-love-letter-1::before {
    content: '\eab5';
}

.icon54-v3-love-letter-2::before {
    content: '\eab6';
}

.icon54-v3-love-letter-3::before {
    content: '\eab7';
}

.icon54-v3-love-message-1::before {
    content: '\eab8';
}

.icon54-v3-love-message-2::before {
    content: '\eab9';
}

.icon54-v3-love-place::before {
    content: '\eaba';
}

.icon54-v3-love-target::before {
    content: '\eabb';
}

.icon54-v3-love::before {
    content: '\eabc';
}

.icon54-v3-mac-drive::before {
    content: '\eabd';
}

.icon54-v3-mac::before {
    content: '\eabe';
}

.icon54-v3-man-pram::before {
    content: '\eabf';
}

.icon54-v3-mark-database::before {
    content: '\eac0';
}

.icon54-v3-mark-server::before {
    content: '\eac1';
}

.icon54-v3-mars-rover::before {
    content: '\eac2';
}

.icon54-v3-mascara::before {
    content: '\eac3';
}

.icon54-v3-mask::before {
    content: '\eac4';
}

.icon54-v3-master-yoda::before {
    content: '\eac5';
}

.icon54-v3-math-booklet::before {
    content: '\eac6';
}

.icon54-v3-maximize-1::before {
    content: '\eac7';
}

.icon54-v3-maximize-2::before {
    content: '\eac8';
}

.icon54-v3-maximize-3::before {
    content: '\eac9';
}

.icon54-v3-megaphone::before {
    content: '\eaca';
}

.icon54-v3-menu::before {
    content: '\eacb';
}

.icon54-v3-message-1::before {
    content: '\eacc';
}

.icon54-v3-message-2::before {
    content: '\eacd';
}

.icon54-v3-metal-coffee-mug::before {
    content: '\eace';
}

.icon54-v3-meteorite::before {
    content: '\eacf';
}

.icon54-v3-micro-sd::before {
    content: '\ead0';
}

.icon54-v3-microphone::before {
    content: '\ead1';
}

.icon54-v3-microscope::before {
    content: '\ead2';
}

.icon54-v3-millenium-falcon::before {
    content: '\ead3';
}

.icon54-v3-minimize-1::before {
    content: '\ead4';
}

.icon54-v3-minimize-2::before {
    content: '\ead5';
}

.icon54-v3-mirror-1::before {
    content: '\ead6';
}

.icon54-v3-mirror-2::before {
    content: '\ead7';
}

.icon54-v3-mirror-3::before {
    content: '\ead8';
}

.icon54-v3-mirror-4::before {
    content: '\ead9';
}

.icon54-v3-mirror::before {
    content: '\eada';
}

.icon54-v3-monitor-1::before {
    content: '\eadb';
}

.icon54-v3-monitor-2::before {
    content: '\eadc';
}

.icon54-v3-monitor-3::before {
    content: '\eadd';
}

.icon54-v3-monitor-4::before {
    content: '\eade';
}

.icon54-v3-monitor-5::before {
    content: '\eadf';
}

.icon54-v3-moon-footstep::before {
    content: '\eae0';
}

.icon54-v3-moon-rover-1::before {
    content: '\eae1';
}

.icon54-v3-moon-rover-2::before {
    content: '\eae2';
}

.icon54-v3-moon-rover-3::before {
    content: '\eae3';
}

.icon54-v3-moon::before {
    content: '\eae4';
}

.icon54-v3-mortal::before {
    content: '\eae5';
}

.icon54-v3-mortar::before {
    content: '\eae6';
}

.icon54-v3-mouse::before {
    content: '\eae7';
}

.icon54-v3-move-2::before {
    content: '\eae8';
}

.icon54-v3-move-3::before {
    content: '\eae9';
}

.icon54-v3-move::before {
    content: '\eaea';
}

.icon54-v3-movie-tickets::before {
    content: '\eaeb';
}

.icon54-v3-mute::before {
    content: '\eaec';
}

.icon54-v3-nabu-figther::before {
    content: '\eaed';
}

.icon54-v3-nail-file-1::before {
    content: '\eaee';
}

.icon54-v3-nail-file-2::before {
    content: '\eaef';
}

.icon54-v3-nail-polish-1::before {
    content: '\eaf0';
}

.icon54-v3-nail-polish-2::before {
    content: '\eaf1';
}

.icon54-v3-nail-scissors::before {
    content: '\eaf2';
}

.icon54-v3-natural-history-1::before {
    content: '\eaf3';
}

.icon54-v3-natural-history-2::before {
    content: '\eaf4';
}

.icon54-v3-news::before {
    content: '\eaf5';
}

.icon54-v3-note-book-1::before {
    content: '\eaf6';
}

.icon54-v3-note-book-2::before {
    content: '\eaf7';
}

.icon54-v3-note-book-3::before {
    content: '\eaf8';
}

.icon54-v3-note-book-4::before {
    content: '\eaf9';
}

.icon54-v3-note-book-marker-1::before {
    content: '\eafa';
}

.icon54-v3-note-book-marker-2::before {
    content: '\eafb';
}

.icon54-v3-note-book-marker-3::before {
    content: '\eafc';
}

.icon54-v3-note-book-write::before {
    content: '\eafd';
}

.icon54-v3-notepad-write::before {
    content: '\eafe';
}

.icon54-v3-notepad::before {
    content: '\eaff';
}

.icon54-v3-notes::before {
    content: '\eb00';
}

.icon54-v3-numeric-lock::before {
    content: '\eb01';
}

.icon54-v3-oculus::before {
    content: '\eb02';
}

.icon54-v3-old-key-1::before {
    content: '\eb03';
}

.icon54-v3-old-key-2::before {
    content: '\eb04';
}

.icon54-v3-old-key-3::before {
    content: '\eb05';
}

.icon54-v3-pacifier-1::before {
    content: '\eb06';
}

.icon54-v3-pacifier-2::before {
    content: '\eb07';
}

.icon54-v3-padlock-1::before {
    content: '\eb08';
}

.icon54-v3-padlock-2::before {
    content: '\eb09';
}

.icon54-v3-padlock::before {
    content: '\eb0a';
}

.icon54-v3-page-down::before {
    content: '\eb0b';
}

.icon54-v3-page-up::before {
    content: '\eb0c';
}

.icon54-v3-pallet::before {
    content: '\eb0d';
}

.icon54-v3-paper::before {
    content: '\eb0e';
}

.icon54-v3-parabolic-antenna-1::before {
    content: '\eb0f';
}

.icon54-v3-parabolic-antenna-2::before {
    content: '\eb10';
}

.icon54-v3-parabolic-antenna-3::before {
    content: '\eb11';
}

.icon54-v3-passport::before {
    content: '\eb12';
}

.icon54-v3-pay-box::before {
    content: '\eb13';
}

.icon54-v3-pay-per-click-2::before {
    content: '\eb14';
}

.icon54-v3-pay-per-click::before {
    content: '\eb15';
}

.icon54-v3-paying-database::before {
    content: '\eb16';
}

.icon54-v3-paying-server::before {
    content: '\eb17';
}

.icon54-v3-pen::before {
    content: '\eb18';
}

.icon54-v3-perfume-1::before {
    content: '\eb19';
}

.icon54-v3-perfume-2::before {
    content: '\eb1a';
}

.icon54-v3-perfume::before {
    content: '\eb1b';
}

.icon54-v3-philtre-1::before {
    content: '\eb1c';
}

.icon54-v3-philtre-2::before {
    content: '\eb1d';
}

.icon54-v3-phone-book::before {
    content: '\eb1e';
}

.icon54-v3-phone-camera::before {
    content: '\eb1f';
}

.icon54-v3-phone-cloudy::before {
    content: '\eb20';
}

.icon54-v3-phone-fingerprint::before {
    content: '\eb21';
}

.icon54-v3-phone-flash::before {
    content: '\eb22';
}

.icon54-v3-phone-game::before {
    content: '\eb23';
}

.icon54-v3-phone-lock::before {
    content: '\eb24';
}

.icon54-v3-phone-loudsoeaker::before {
    content: '\eb25';
}

.icon54-v3-phone-mute::before {
    content: '\eb26';
}

.icon54-v3-phone-note-book::before {
    content: '\eb27';
}

.icon54-v3-phone-oculus::before {
    content: '\eb28';
}

.icon54-v3-phone-pay::before {
    content: '\eb29';
}

.icon54-v3-phone-stylus::before {
    content: '\eb2a';
}

.icon54-v3-phone-sunny::before {
    content: '\eb2b';
}

.icon54-v3-phone-touch::before {
    content: '\eb2c';
}

.icon54-v3-phone-volume::before {
    content: '\eb2d';
}

.icon54-v3-photo::before {
    content: '\eb2e';
}

.icon54-v3-picture-booklet::before {
    content: '\eb2f';
}

.icon54-v3-pisces-1::before {
    content: '\eb30';
}

.icon54-v3-pisces-2::before {
    content: '\eb31';
}

.icon54-v3-pit-droid::before {
    content: '\eb32';
}

.icon54-v3-planet-concquest::before {
    content: '\eb33';
}

.icon54-v3-planet-orbit::before {
    content: '\eb34';
}

.icon54-v3-planet-stars::before {
    content: '\eb35';
}

.icon54-v3-planets::before {
    content: '\eb36';
}

.icon54-v3-pocket-watch::before {
    content: '\eb37';
}

.icon54-v3-potty::before {
    content: '\eb38';
}

.icon54-v3-pram-1::before {
    content: '\eb39';
}

.icon54-v3-pram-2::before {
    content: '\eb3a';
}

.icon54-v3-presentation-1::before {
    content: '\eb3b';
}

.icon54-v3-presentation-2::before {
    content: '\eb3c';
}

.icon54-v3-print-screen::before {
    content: '\eb3d';
}

.icon54-v3-protractor::before {
    content: '\eb3e';
}

.icon54-v3-puzzle::before {
    content: '\eb3f';
}

.icon54-v3-r2-d2::before {
    content: '\eb40';
}

.icon54-v3-ram::before {
    content: '\eb41';
}

.icon54-v3-rattle-1::before {
    content: '\eb42';
}

.icon54-v3-rattle-2::before {
    content: '\eb43';
}

.icon54-v3-ray-speeder-bike::before {
    content: '\eb44';
}

.icon54-v3-rebel-alliance::before {
    content: '\eb45';
}

.icon54-v3-rebel-pilot::before {
    content: '\eb46';
}

.icon54-v3-recycle::before {
    content: '\eb47';
}

.icon54-v3-reduce::before {
    content: '\eb48';
}

.icon54-v3-refresh-copy::before {
    content: '\eb49';
}

.icon54-v3-refresh-box::before {
    content: '\eb4a';
}

.icon54-v3-refresh-database::before {
    content: '\eb4b';
}

.icon54-v3-refresh-drive::before {
    content: '\eb4c';
}

.icon54-v3-refresh-key-tag::before {
    content: '\eb4d';
}

.icon54-v3-refresh-server::before {
    content: '\eb4e';
}

.icon54-v3-refresh::before {
    content: '\eb4f';
}

.icon54-v3-remov-key-tag::before {
    content: '\eb50';
}

.icon54-v3-remove-book::before {
    content: '\eb51';
}

.icon54-v3-remove-box::before {
    content: '\eb52';
}

.icon54-v3-remove-database::before {
    content: '\eb53';
}

.icon54-v3-remove-delivery::before {
    content: '\eb54';
}

.icon54-v3-remove-drive::before {
    content: '\eb55';
}

.icon54-v3-remove-seo-tag::before {
    content: '\eb56';
}

.icon54-v3-remove-server::before {
    content: '\eb57';
}

.icon54-v3-replay-2::before {
    content: '\eb58';
}

.icon54-v3-replay-3::before {
    content: '\eb59';
}

.icon54-v3-replay::before {
    content: '\eb5a';
}

.icon54-v3-retro-camera-1::before {
    content: '\eb5b';
}

.icon54-v3-retro-camera-2::before {
    content: '\eb5c';
}

.icon54-v3-retro-clock::before {
    content: '\eb5d';
}

.icon54-v3-retro-iron::before {
    content: '\eb5e';
}

.icon54-v3-retro-mannequin::before {
    content: '\eb5f';
}

.icon54-v3-retro-pipe::before {
    content: '\eb60';
}

.icon54-v3-retro-radio-1::before {
    content: '\eb61';
}

.icon54-v3-retro-radio-2::before {
    content: '\eb62';
}

.icon54-v3-retro-radio-3::before {
    content: '\eb63';
}

.icon54-v3-retro-telephone-1::before {
    content: '\eb64';
}

.icon54-v3-retro-telephone-2::before {
    content: '\eb65';
}

.icon54-v3-retro-telephone-3::before {
    content: '\eb66';
}

.icon54-v3-retro-tv-1::before {
    content: '\eb67';
}

.icon54-v3-retro-tv-2::before {
    content: '\eb68';
}

.icon54-v3-retro-tv-3::before {
    content: '\eb69';
}

.icon54-v3-rey::before {
    content: '\eb6a';
}

.icon54-v3-rocket-backpack::before {
    content: '\eb6b';
}

.icon54-v3-rocket-boost::before {
    content: '\eb6c';
}

.icon54-v3-rocket-booster::before {
    content: '\eb6d';
}

.icon54-v3-rocket-boosters::before {
    content: '\eb6e';
}

.icon54-v3-rocket-launch::before {
    content: '\eb6f';
}

.icon54-v3-rocket-station::before {
    content: '\eb70';
}

.icon54-v3-rocket::before {
    content: '\eb71';
}

.icon54-v3-romantic-dinner-1::before {
    content: '\eb72';
}

.icon54-v3-romantic-dinner-2::before {
    content: '\eb73';
}

.icon54-v3-romantic-music::before {
    content: '\eb74';
}

.icon54-v3-rotate-1::before {
    content: '\eb75';
}

.icon54-v3-rotate-2::before {
    content: '\eb76';
}

.icon54-v3-rotate-3::before {
    content: '\eb77';
}

.icon54-v3-rotate-4::before {
    content: '\eb78';
}

.icon54-v3-rotation-1::before {
    content: '\eb79';
}

.icon54-v3-rotation-2::before {
    content: '\eb7a';
}

.icon54-v3-rouge::before {
    content: '\eb7b';
}

.icon54-v3-royal-guard::before {
    content: '\eb7c';
}

.icon54-v3-roze::before {
    content: '\eb7d';
}

.icon54-v3-rubber-duck::before {
    content: '\eb7e';
}

.icon54-v3-sagittarius-1::before {
    content: '\eb7f';
}

.icon54-v3-sagittarius-2::before {
    content: '\eb80';
}

.icon54-v3-satellite-1::before {
    content: '\eb81';
}

.icon54-v3-satellite-2::before {
    content: '\eb82';
}

.icon54-v3-saturn::before {
    content: '\eb83';
}

.icon54-v3-scale::before {
    content: '\eb84';
}

.icon54-v3-scales::before {
    content: '\eb85';
}

.icon54-v3-scented-candle-2::before {
    content: '\eb86';
}

.icon54-v3-scented-candle::before {
    content: '\eb87';
}

.icon54-v3-school-bag::before {
    content: '\eb88';
}

.icon54-v3-school-bell-2::before {
    content: '\eb89';
}

.icon54-v3-school-bell::before {
    content: '\eb8a';
}

.icon54-v3-school-board-1::before {
    content: '\eb8b';
}

.icon54-v3-school-board-2::before {
    content: '\eb8c';
}

.icon54-v3-school-board-3::before {
    content: '\eb8d';
}

.icon54-v3-school-bus::before {
    content: '\eb8e';
}

.icon54-v3-school-clock::before {
    content: '\eb8f';
}

.icon54-v3-scorpio-1::before {
    content: '\eb90';
}

.icon54-v3-scorpio-2::before {
    content: '\eb91';
}

.icon54-v3-scout-trooper::before {
    content: '\eb92';
}

.icon54-v3-scroll-lock::before {
    content: '\eb93';
}

.icon54-v3-sd-card::before {
    content: '\eb94';
}

.icon54-v3-search-book::before {
    content: '\eb95';
}

.icon54-v3-search-box::before {
    content: '\eb96';
}

.icon54-v3-search-calendar::before {
    content: '\eb97';
}

.icon54-v3-search-computer::before {
    content: '\eb98';
}

.icon54-v3-search-cookie::before {
    content: '\eb99';
}

.icon54-v3-search-database::before {
    content: '\eb9a';
}

.icon54-v3-search-deliery::before {
    content: '\eb9b';
}

.icon54-v3-search-ekg::before {
    content: '\eb9c';
}

.icon54-v3-search-flash::before {
    content: '\eb9d';
}

.icon54-v3-search-key::before {
    content: '\eb9e';
}

.icon54-v3-search-lightbulb::before {
    content: '\eb9f';
}

.icon54-v3-search-loudspeaker::before {
    content: '\eba0';
}

.icon54-v3-search-love::before {
    content: '\eba1';
}

.icon54-v3-search-minus::before {
    content: '\eba2';
}

.icon54-v3-search-place-2::before {
    content: '\eba3';
}

.icon54-v3-search-place::before {
    content: '\eba4';
}

.icon54-v3-search-plus::before {
    content: '\eba5';
}

.icon54-v3-search-rook::before {
    content: '\eba6';
}

.icon54-v3-search-seo::before {
    content: '\eba7';
}

.icon54-v3-search-server::before {
    content: '\eba8';
}

.icon54-v3-search-statistic-2::before {
    content: '\eba9';
}

.icon54-v3-search-statistic-3::before {
    content: '\ebaa';
}

.icon54-v3-search-statistic::before {
    content: '\ebab';
}

.icon54-v3-search-target::before {
    content: '\ebac';
}

.icon54-v3-search::before {
    content: '\ebad';
}

.icon54-v3-seo-bag::before {
    content: '\ebae';
}

.icon54-v3-seo-box::before {
    content: '\ebaf';
}

.icon54-v3-seo-computer::before {
    content: '\ebb0';
}

.icon54-v3-seo-defense::before {
    content: '\ebb1';
}

.icon54-v3-seo-shop::before {
    content: '\ebb2';
}

.icon54-v3-seo-shopping-basket::before {
    content: '\ebb3';
}

.icon54-v3-seo-shopping-cart::before {
    content: '\ebb4';
}

.icon54-v3-seo-tag-answer::before {
    content: '\ebb5';
}

.icon54-v3-seo-tag-done::before {
    content: '\ebb6';
}

.icon54-v3-seo-tag-down::before {
    content: '\ebb7';
}

.icon54-v3-seo-tag-place::before {
    content: '\ebb8';
}

.icon54-v3-seo-tag-question::before {
    content: '\ebb9';
}

.icon54-v3-seo-tag-refresh::before {
    content: '\ebba';
}

.icon54-v3-seo-tag-settings::before {
    content: '\ebbb';
}

.icon54-v3-seo-tag-time::before {
    content: '\ebbc';
}

.icon54-v3-seo-tag-up::before {
    content: '\ebbd';
}

.icon54-v3-seo-tag::before {
    content: '\ebbe';
}

.icon54-v3-seo-webpage::before {
    content: '\ebbf';
}

.icon54-v3-separatists::before {
    content: '\ebc0';
}

.icon54-v3-serer-connections::before {
    content: '\ebc1';
}

.icon54-v3-server-1::before {
    content: '\ebc2';
}

.icon54-v3-server-2::before {
    content: '\ebc3';
}

.icon54-v3-server-3::before {
    content: '\ebc4';
}

.icon54-v3-server-4::before {
    content: '\ebc5';
}

.icon54-v3-server-5::before {
    content: '\ebc6';
}

.icon54-v3-server-at::before {
    content: '\ebc7';
}

.icon54-v3-server-database-sync::before {
    content: '\ebc8';
}

.icon54-v3-server-database::before {
    content: '\ebc9';
}

.icon54-v3-server-done::before {
    content: '\ebca';
}

.icon54-v3-server-down::before {
    content: '\ebcb';
}

.icon54-v3-server-download::before {
    content: '\ebcc';
}

.icon54-v3-server-ethernet::before {
    content: '\ebcd';
}

.icon54-v3-server-firewall::before {
    content: '\ebce';
}

.icon54-v3-server-folder-sync::before {
    content: '\ebcf';
}

.icon54-v3-server-hand::before {
    content: '\ebd0';
}

.icon54-v3-server-heart::before {
    content: '\ebd1';
}

.icon54-v3-server-home::before {
    content: '\ebd2';
}

.icon54-v3-server-key::before {
    content: '\ebd3';
}

.icon54-v3-server-password::before {
    content: '\ebd4';
}

.icon54-v3-server-percentage::before {
    content: '\ebd5';
}

.icon54-v3-server-place-1::before {
    content: '\ebd6';
}

.icon54-v3-server-place-2::before {
    content: '\ebd7';
}

.icon54-v3-server-preferences::before {
    content: '\ebd8';
}

.icon54-v3-server-question::before {
    content: '\ebd9';
}

.icon54-v3-server-settings::before {
    content: '\ebda';
}

.icon54-v3-server-shopping::before {
    content: '\ebdb';
}

.icon54-v3-server-sleep::before {
    content: '\ebdc';
}

.icon54-v3-server-space::before {
    content: '\ebdd';
}

.icon54-v3-server-statistics::before {
    content: '\ebde';
}

.icon54-v3-server-sync::before {
    content: '\ebdf';
}

.icon54-v3-server-syncronize::before {
    content: '\ebe0';
}

.icon54-v3-server-up::before {
    content: '\ebe1';
}

.icon54-v3-server-upload::before {
    content: '\ebe2';
}

.icon54-v3-server-user-sync::before {
    content: '\ebe3';
}

.icon54-v3-server-warning::before {
    content: '\ebe4';
}

.icon54-v3-settings-booklet::before {
    content: '\ebe5';
}

.icon54-v3-settings::before {
    content: '\ebe6';
}

.icon54-v3-sewing-machine::before {
    content: '\ebe7';
}

.icon54-v3-share-database::before {
    content: '\ebe8';
}

.icon54-v3-share-server::before {
    content: '\ebe9';
}

.icon54-v3-shift-1::before {
    content: '\ebea';
}

.icon54-v3-shift-2::before {
    content: '\ebeb';
}

.icon54-v3-ship::before {
    content: '\ebec';
}

.icon54-v3-showerheads-01::before {
    content: '\ebed';
}

.icon54-v3-shuffle-2::before {
    content: '\ebee';
}

.icon54-v3-shuffle-3::before {
    content: '\ebef';
}

.icon54-v3-shuffle1::before {
    content: '\ebf0';
}

.icon54-v3-skin-care-1::before {
    content: '\ebf1';
}

.icon54-v3-skin-care-2::before {
    content: '\ebf2';
}

.icon54-v3-smart-bracelet::before {
    content: '\ebf3';
}

.icon54-v3-smart-devices::before {
    content: '\ebf4';
}

.icon54-v3-smart-glasses::before {
    content: '\ebf5';
}

.icon54-v3-smart-tv-3d::before {
    content: '\ebf6';
}

.icon54-v3-smart-tv-hd::before {
    content: '\ebf7';
}

.icon54-v3-smart-tv-wifi::before {
    content: '\ebf8';
}

.icon54-v3-smart-tv::before {
    content: '\ebf9';
}

.icon54-v3-smartphone-1::before {
    content: '\ebfa';
}

.icon54-v3-smartphone-2::before {
    content: '\ebfb';
}

.icon54-v3-smartphone-3::before {
    content: '\ebfc';
}

.icon54-v3-smartwatch-1::before {
    content: '\ebfd';
}

.icon54-v3-smartwatch-2::before {
    content: '\ebfe';
}

.icon54-v3-smartwatch-alarm-1::before {
    content: '\ebff';
}

.icon54-v3-smartwatch-alarm-2::before {
    content: '\ec00';
}

.icon54-v3-smartwatch-call::before {
    content: '\ec01';
}

.icon54-v3-smartwatch-ekg-1::before {
    content: '\ec02';
}

.icon54-v3-smartwatch-ekg-2::before {
    content: '\ec03';
}

.icon54-v3-smartwatch-fingerprint-1::before {
    content: '\ec04';
}

.icon54-v3-smartwatch-fingerprint-2::before {
    content: '\ec05';
}

.icon54-v3-smartwatch-message-1::before {
    content: '\ec06';
}

.icon54-v3-smartwatch-message-2::before {
    content: '\ec07';
}

.icon54-v3-smartwatch-mute-1::before {
    content: '\ec08';
}

.icon54-v3-smartwatch-mute-2::before {
    content: '\ec09';
}

.icon54-v3-smartwatch-picture-1::before {
    content: '\ec0a';
}

.icon54-v3-smartwatch-picture-2::before {
    content: '\ec0b';
}

.icon54-v3-smartwatch-place-1::before {
    content: '\ec0c';
}

.icon54-v3-smartwatch-place-2::before {
    content: '\ec0d';
}

.icon54-v3-smartwatch-reminder-1::before {
    content: '\ec0e';
}

.icon54-v3-smartwatch-reminder-2::before {
    content: '\ec0f';
}

.icon54-v3-smartwatch-speakers-1::before {
    content: '\ec10';
}

.icon54-v3-smartwatch-speakers-2::before {
    content: '\ec11';
}

.icon54-v3-smartwatch-touch::before {
    content: '\ec12';
}

.icon54-v3-smartwatch-volume-1::before {
    content: '\ec13';
}

.icon54-v3-smartwatch-volume-2::before {
    content: '\ec14';
}

.icon54-v3-smartwatch-wifi-1::before {
    content: '\ec15';
}

.icon54-v3-smartwatch-wifi-2::before {
    content: '\ec16';
}

.icon54-v3-snack::before {
    content: '\ec17';
}

.icon54-v3-soap::before {
    content: '\ec18';
}

.icon54-v3-solar-system::before {
    content: '\ec19';
}

.icon54-v3-spa-1::before {
    content: '\ec1a';
}

.icon54-v3-spa-2::before {
    content: '\ec1b';
}

.icon54-v3-spa-oil-glass-1::before {
    content: '\ec1c';
}

.icon54-v3-spa-oil-glass-2::before {
    content: '\ec1d';
}

.icon54-v3-spa-oil-glass-3::before {
    content: '\ec1e';
}

.icon54-v3-spa-salon::before {
    content: '\ec1f';
}

.icon54-v3-spa-sign-2::before {
    content: '\ec20';
}

.icon54-v3-spa-stones-01::before {
    content: '\ec21';
}

.icon54-v3-space-shuttle::before {
    content: '\ec22';
}

.icon54-v3-space-station::before {
    content: '\ec23';
}

.icon54-v3-spacecraft-1::before {
    content: '\ec24';
}

.icon54-v3-spacecraft-2::before {
    content: '\ec25';
}

.icon54-v3-spaceship-cabin::before {
    content: '\ec26';
}

.icon54-v3-spaceship-window::before {
    content: '\ec27';
}

.icon54-v3-spacesuit::before {
    content: '\ec28';
}

.icon54-v3-speakers-on::before {
    content: '\ec29';
}

.icon54-v3-spiral::before {
    content: '\ec2a';
}

.icon54-v3-square-arrow::before {
    content: '\ec2b';
}

.icon54-v3-ssd::before {
    content: '\ec2c';
}

.icon54-v3-star-destroyer::before {
    content: '\ec2d';
}

.icon54-v3-star-trek-ship::before {
    content: '\ec2e';
}

.icon54-v3-star-trek::before {
    content: '\ec2f';
}

.icon54-v3-start-menu::before {
    content: '\ec30';
}

.icon54-v3-steel-flask::before {
    content: '\ec31';
}

.icon54-v3-storage::before {
    content: '\ec32';
}

.icon54-v3-stormtrooper-1::before {
    content: '\ec33';
}

.icon54-v3-stormtrooper-2::before {
    content: '\ec34';
}

.icon54-v3-street-lamp-1::before {
    content: '\ec35';
}

.icon54-v3-street-lamp-2::before {
    content: '\ec36';
}

.icon54-v3-street-plate::before {
    content: '\ec37';
}

.icon54-v3-street-sign-1::before {
    content: '\ec38';
}

.icon54-v3-syncronize-1::before {
    content: '\ec39';
}

.icon54-v3-tab-1::before {
    content: '\ec3a';
}

.icon54-v3-tab-2::before {
    content: '\ec3b';
}

.icon54-v3-tab-3::before {
    content: '\ec3c';
}

.icon54-v3-tablet-1::before {
    content: '\ec3d';
}

.icon54-v3-tablet-2::before {
    content: '\ec3e';
}

.icon54-v3-tablet-3::before {
    content: '\ec3f';
}

.icon54-v3-tablet-camera::before {
    content: '\ec40';
}

.icon54-v3-taurus-1::before {
    content: '\ec41';
}

.icon54-v3-taurus-2::before {
    content: '\ec42';
}

.icon54-v3-teapot::before {
    content: '\ec43';
}

.icon54-v3-teddy-bear-copy::before {
    content: '\ec44';
}

.icon54-v3-teddy-bear::before {
    content: '\ec45';
}

.icon54-v3-telescope::before {
    content: '\ec46';
}

.icon54-v3-test::before {
    content: '\ec47';
}

.icon54-v3-tie-fighter::before {
    content: '\ec48';
}

.icon54-v3-toddler::before {
    content: '\ec49';
}

.icon54-v3-towels-1::before {
    content: '\ec4a';
}

.icon54-v3-towels-2::before {
    content: '\ec4b';
}

.icon54-v3-towels-3::before {
    content: '\ec4c';
}

.icon54-v3-toy-bucket::before {
    content: '\ec4d';
}

.icon54-v3-toy-car::before {
    content: '\ec4e';
}

.icon54-v3-toy-cube::before {
    content: '\ec4f';
}

.icon54-v3-toy-train::before {
    content: '\ec50';
}

.icon54-v3-traffic-conversion::before {
    content: '\ec51';
}

.icon54-v3-triangle-ruler::before {
    content: '\ec52';
}

.icon54-v3-trolley-2::before {
    content: '\ec53';
}

.icon54-v3-trolley::before {
    content: '\ec54';
}

.icon54-v3-truck::before {
    content: '\ec55';
}

.icon54-v3-typewriter::before {
    content: '\ec56';
}

.icon54-v3-ufo::before {
    content: '\ec57';
}

.icon54-v3-up::before {
    content: '\ec58';
}

.icon54-v3-upload::before {
    content: '\ec59';
}

.icon54-v3-usb-2.0::before {
    content: '\ec5a';
}

.icon54-v3-usb-3.0::before {
    content: '\ec5b';
}

.icon54-v3-usb-cable::before {
    content: '\ec5c';
}

.icon54-v3-usb-done::before {
    content: '\ec5d';
}

.icon54-v3-usb-error::before {
    content: '\ec5e';
}

.icon54-v3-usb::before {
    content: '\ec5f';
}

.icon54-v3-user-database-connect::before {
    content: '\ec60';
}

.icon54-v3-user-database::before {
    content: '\ec61';
}

.icon54-v3-user-server::before {
    content: '\ec62';
}

.icon54-v3-viddeo-call-phone::before {
    content: '\ec63';
}

.icon54-v3-video-call-computer::before {
    content: '\ec64';
}

.icon54-v3-video-call-notebook::before {
    content: '\ec65';
}

.icon54-v3-video-call-tablet::before {
    content: '\ec66';
}

.icon54-v3-video-call::before {
    content: '\ec67';
}

.icon54-v3-video-camera-1::before {
    content: '\ec68';
}

.icon54-v3-video-camera-2::before {
    content: '\ec69';
}

.icon54-v3-video-conference::before {
    content: '\ec6a';
}

.icon54-v3-videocard::before {
    content: '\ec6b';
}

.icon54-v3-vintage-corset::before {
    content: '\ec6c';
}

.icon54-v3-vintage-fan::before {
    content: '\ec6d';
}

.icon54-v3-vintage-suitcase::before {
    content: '\ec6e';
}

.icon54-v3-virgo-1::before {
    content: '\ec6f';
}

.icon54-v3-virgo-2::before {
    content: '\ec70';
}

.icon54-v3-voice-book::before {
    content: '\ec71';
}

.icon54-v3-volume-down::before {
    content: '\ec72';
}

.icon54-v3-volume-up::before {
    content: '\ec73';
}

.icon54-v3-walking-stick::before {
    content: '\ec74';
}

.icon54-v3-warning-computer::before {
    content: '\ec75';
}

.icon54-v3-warning-database::before {
    content: '\ec76';
}

.icon54-v3-water-care01::before {
    content: '\ec77';
}

.icon54-v3-water-pot::before {
    content: '\ec78';
}

.icon54-v3-wavy::before {
    content: '\ec79';
}

.icon54-v3-web-development-2::before {
    content: '\ec7a';
}

.icon54-v3-web-development::before {
    content: '\ec7b';
}

.icon54-v3-webcam-copy::before {
    content: '\ec7c';
}

.icon54-v3-webcam::before {
    content: '\ec7d';
}

.icon54-v3-windows-drive::before {
    content: '\ec7e';
}

.icon54-v3-windows-phone::before {
    content: '\ec7f';
}

.icon54-v3-windows-tablet::before {
    content: '\ec80';
}

.icon54-v3-windows::before {
    content: '\ec81';
}

.icon54-v3-wine::before {
    content: '\ec82';
}

.icon54-v3-wire-mouse::before {
    content: '\ec83';
}

.icon54-v3-wireless-keyboard::before {
    content: '\ec84';
}

.icon54-v3-wireless-mouse::before {
    content: '\ec85';
}

.icon54-v3-wireless-usb::before {
    content: '\ec86';
}

.icon54-v3-woman-pram::before {
    content: '\ec87';
}

.icon54-v3-x-34-landspeeder::before {
    content: '\ec88';
}

.icon54-v3-x-key::before {
    content: '\ec89';
}

.icon54-v3-x-wing::before {
    content: '\ec8a';
}

.icon54-v3-y-wing::before {
    content: '\ec8b';
}

.icon54-v3-yin-yang::before {
    content: '\ec8c';
}


[class^='icon54-v1-'],
[class*=' icon54-v1-'] {
    font-family: 'icon54' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon54-v1-add-bag::before {
    content: '\e900';
}
.icon54-v1-add-cart2::before {
    content: '\e901';
}
.icon54-v1-add-chat1::before {
    content: '\e902';
}
.icon54-v1-add-chat2::before {
    content: '\e903';
}
.icon54-v1-add-chat3::before {
    content: '\e904';
}
.icon54-v1-bitcoin-bag::before {
    content: '\e905';
}
.icon54-v1-bitcoin-cart::before {
    content: '\e906';
}
.icon54-v1-cart::before {
    content: '\e907';
}
.icon54-v1-char-search2::before {
    content: '\e908';
}
.icon54-v1-chat-1::before {
    content: '\e909';
}
.icon54-v1-chat-2::before {
    content: '\e90a';
}
.icon54-v1-chat-3::before {
    content: '\e90b';
}
.icon54-v1-chat-bubble1::before {
    content: '\e90c';
}
.icon54-v1-chat-bubble2::before {
    content: '\e90d';
}
.icon54-v1-chat-bubble4::before {
    content: '\e90e';
}
.icon54-v1-chat-bubble5::before {
    content: '\e90f';
}
.icon54-v1-chat-buble3::before {
    content: '\e910';
}
.icon54-v1-chat-delete1::before {
    content: '\e911';
}
.icon54-v1-chat-delete2::before {
    content: '\e912';
}
.icon54-v1-chat-delete3::before {
    content: '\e913';
}
.icon54-v1-chat-error1::before {
    content: '\e914';
}
.icon54-v1-chat-error2::before {
    content: '\e915';
}
.icon54-v1-chat-error3::before {
    content: '\e916';
}
.icon54-v1-chat-help1::before {
    content: '\e917';
}
.icon54-v1-chat-help2::before {
    content: '\e918';
}
.icon54-v1-chat-help3::before {
    content: '\e919';
}
.icon54-v1-chat-remouve1::before {
    content: '\e91a';
}
.icon54-v1-chat-remouve2::before {
    content: '\e91b';
}
.icon54-v1-chat-remouve3::before {
    content: '\e91c';
}
.icon54-v1-chat-search1::before {
    content: '\e91d';
}
.icon54-v1-chat-search3::before {
    content: '\e91e';
}
.icon54-v1-chat-settings1::before {
    content: '\e91f';
}
.icon54-v1-chat-settings2::before {
    content: '\e920';
}
.icon54-v1-chat-settings3::before {
    content: '\e921';
}
.icon54-v1-chat-user1::before {
    content: '\e922';
}
.icon54-v1-chat-user2::before {
    content: '\e923';
}
.icon54-v1-chat-user3::before {
    content: '\e924';
}
.icon54-v1-chat-user4::before {
    content: '\e925';
}
.icon54-v1-check-out::before {
    content: '\e926';
}
.icon54-v1-clear-bag::before {
    content: '\e927';
}
.icon54-v1-clear-cart2::before {
    content: '\e928';
}
.icon54-v1-conference-chat::before {
    content: '\e929';
}
.icon54-v1-conference-speach::before {
    content: '\e92a';
}
.icon54-v1-credit-card::before {
    content: '\e92b';
}
.icon54-v1-cuppon::before {
    content: '\e92c';
}
.icon54-v1-dismiss-bag::before {
    content: '\e92d';
}
.icon54-v1-dismiss-cart::before {
    content: '\e92e';
}
.icon54-v1-dismiss-chat1::before {
    content: '\e92f';
}
.icon54-v1-dismiss-chat2::before {
    content: '\e930';
}
.icon54-v1-dismiss-chat3::before {
    content: '\e931';
}
.icon54-v1-dollar-bag::before {
    content: '\e932';
}
.icon54-v1-dollar-cart::before {
    content: '\e933';
}
.icon54-v1-done-bag::before {
    content: '\e934';
}
.icon54-v1-done-cat::before {
    content: '\e935';
}
.icon54-v1-dream-bubble1::before {
    content: '\e936';
}
.icon54-v1-dream-bubble2::before {
    content: '\e937';
}
.icon54-v1-dreamimg-2::before {
    content: '\e938';
}
.icon54-v1-dreaming-1::before {
    content: '\e939';
}
.icon54-v1-euro-bag::before {
    content: '\e93a';
}
.icon54-v1-euro-cart::before {
    content: '\e93b';
}
.icon54-v1-favorite-bag::before {
    content: '\e93c';
}
.icon54-v1-favorite-cart::before {
    content: '\e93d';
}
.icon54-v1-favorite-chat1::before {
    content: '\e93e';
}
.icon54-v1-favorite-chat2::before {
    content: '\e93f';
}
.icon54-v1-favorite-chat3::before {
    content: '\e940';
}
.icon54-v1-full-cart2::before {
    content: '\e941';
}
.icon54-v1-gift-box2::before {
    content: '\e942';
}
.icon54-v1-gift-card2::before {
    content: '\e943';
}
.icon54-v1-home-bag::before {
    content: '\e944';
}
.icon54-v1-hot-offer::before {
    content: '\e945';
}
.icon54-v1-mobile-shopping1::before {
    content: '\e946';
}
.icon54-v1-mobile-shopping2::before {
    content: '\e947';
}
.icon54-v1-on-sale2::before {
    content: '\e948';
}
.icon54-v1-on-sale::before {
    content: '\e949';
}
.icon54-v1-online-shopping1::before {
    content: '\e94a';
}
.icon54-v1-online-store::before {
    content: '\e94b';
}
.icon54-v1-open-box::before {
    content: '\e94c';
}
.icon54-v1-pound-bag::before {
    content: '\e94d';
}
.icon54-v1-pound-cart::before {
    content: '\e94e';
}
.icon54-v1-remouve-bag::before {
    content: '\e94f';
}
.icon54-v1-remouve-cart2::before {
    content: '\e950';
}
.icon54-v1-rotate-2::before {
    content: '\e951';
}
.icon54-v1-search-bag::before {
    content: '\e952';
}
.icon54-v1-search-cart::before {
    content: '\e953';
}
.icon54-v1-secure-shopping3::before {
    content: '\e954';
}
.icon54-v1-secure-shopping4::before {
    content: '\e955';
}
.icon54-v1-secure-shopping5::before {
    content: '\e956';
}
.icon54-v1-share-conversation1::before {
    content: '\e957';
}
.icon54-v1-share-conversation2::before {
    content: '\e958';
}
.icon54-v1-share-conversation3::before {
    content: '\e959';
}
.icon54-v1-shipping-box::before {
    content: '\e95a';
}
.icon54-v1-shipping-scedule::before {
    content: '\e95b';
}
.icon54-v1-shipping::before {
    content: '\e95c';
}
.icon54-v1-shopping-bag::before {
    content: '\e95d';
}
.icon54-v1-video-message::before {
    content: '\e95e';
}
.icon54-v1-voice-message::before {
    content: '\e95f';
}
.icon54-v1-web-shop1::before {
    content: '\e960';
}
.icon54-v1-web-shop2::before {
    content: '\e961';
}
.icon54-v1-web-shop3::before {
    content: '\e962';
}
.icon54-v1-d-blockchart1::before {
    content: '\e963';
}
.icon54-v1-112::before {
    content: '\e964';
}
.icon54-v1-911::before {
    content: '\e965';
}
.icon54-v1-add-call::before {
    content: '\e966';
}
.icon54-v1-balloons::before {
    content: '\e967';
}
.icon54-v1-baseball-cap::before {
    content: '\e968';
}
.icon54-v1-bat-man::before {
    content: '\e969';
}
.icon54-v1-block-call::before {
    content: '\e96a';
}
.icon54-v1-block-chart1::before {
    content: '\e96b';
}
.icon54-v1-block-chart2::before {
    content: '\e96c';
}
.icon54-v1-block-chart3::before {
    content: '\e96d';
}
.icon54-v1-bluetuth-phonespeaker::before {
    content: '\e96e';
}
.icon54-v1-call-24h::before {
    content: '\e96f';
}
.icon54-v1-call-center24h::before {
    content: '\e970';
}
.icon54-v1-call-forward::before {
    content: '\e971';
}
.icon54-v1-call-made::before {
    content: '\e972';
}
.icon54-v1-call-recieved::before {
    content: '\e973';
}
.icon54-v1-call-reservation::before {
    content: '\e974';
}
.icon54-v1-clear-call::before {
    content: '\e975';
}
.icon54-v1-crain-hook::before {
    content: '\e976';
}
.icon54-v1-decreasing-chart1::before {
    content: '\e977';
}
.icon54-v1-decreasing-chart2::before {
    content: '\e978';
}
.icon54-v1-delayed-call::before {
    content: '\e979';
}
.icon54-v1-diagram-1::before {
    content: '\e97a';
}
.icon54-v1-diagram-2::before {
    content: '\e97b';
}
.icon54-v1-diagram-3::before {
    content: '\e97c';
}
.icon54-v1-diagram-4::before {
    content: '\e97d';
}
.icon54-v1-dial-pad2::before {
    content: '\e97e';
}
.icon54-v1-dot-chart1::before {
    content: '\e97f';
}
.icon54-v1-dot-chart2::before {
    content: '\e980';
}
.icon54-v1-dot-chart3::before {
    content: '\e981';
}
.icon54-v1-enter-1::before {
    content: '\e982';
}
.icon54-v1-enter-2::before {
    content: '\e983';
}
.icon54-v1-exit-1::before {
    content: '\e984';
}
.icon54-v1-exit-2::before {
    content: '\e985';
}
.icon54-v1-fax-phone::before {
    content: '\e986';
}
.icon54-v1-fragment-chart::before {
    content: '\e987';
}
.icon54-v1-hold-theline::before {
    content: '\e988';
}
.icon54-v1-id-tag::before {
    content: '\e989';
}
.icon54-v1-increasing-chart1::before {
    content: '\e98a';
}
.icon54-v1-increasing-chart2::before {
    content: '\e98b';
}
.icon54-v1-key-2::before {
    content: '\e98c';
}
.icon54-v1-key-hole1::before {
    content: '\e98d';
}
.icon54-v1-key-hole2::before {
    content: '\e98e';
}
.icon54-v1-landscape-chart::before {
    content: '\e98f';
}
.icon54-v1-line-chart1::before {
    content: '\e990';
}
.icon54-v1-line-chart2::before {
    content: '\e991';
}
.icon54-v1-line-chart3::before {
    content: '\e992';
}
.icon54-v1-lock-1::before {
    content: '\e993';
}
.icon54-v1-lock-call::before {
    content: '\e994';
}
.icon54-v1-lock-user1::before {
    content: '\e995';
}
.icon54-v1-lock-user2::before {
    content: '\e996';
}
.icon54-v1-login-form1::before {
    content: '\e997';
}
.icon54-v1-login-form2::before {
    content: '\e998';
}
.icon54-v1-marge-call::before {
    content: '\e999';
}
.icon54-v1-missed-call::before {
    content: '\e99a';
}
.icon54-v1-name-tag::before {
    content: '\e99b';
}
.icon54-v1-open-lock::before {
    content: '\e99c';
}
.icon54-v1-pause-call::before {
    content: '\e99d';
}
.icon54-v1-phone-1::before {
    content: '\e99e';
}
.icon54-v1-phone-2::before {
    content: '\e99f';
}
.icon54-v1-phone-3::before {
    content: '\e9a0';
}
.icon54-v1-phone-4::before {
    content: '\e9a1';
}
.icon54-v1-phone-book::before {
    content: '\e9a2';
}
.icon54-v1-phone-box::before {
    content: '\e9a3';
}
.icon54-v1-phone-intalk::before {
    content: '\e9a4';
}
.icon54-v1-phone-ring::before {
    content: '\e9a5';
}
.icon54-v1-phone-shopping::before {
    content: '\e9a6';
}
.icon54-v1-pie-chart1::before {
    content: '\e9a7';
}
.icon54-v1-pie-chart2::before {
    content: '\e9a8';
}
.icon54-v1-pie-chart3::before {
    content: '\e9a9';
}
.icon54-v1-pin-code::before {
    content: '\e9aa';
}
.icon54-v1-public-phone::before {
    content: '\e9ab';
}
.icon54-v1-recall::before {
    content: '\e9ac';
}
.icon54-v1-record-call::before {
    content: '\e9ad';
}
.icon54-v1-remouve-call::before {
    content: '\e9ae';
}
.icon54-v1-ring-chart1::before {
    content: '\e9af';
}
.icon54-v1-ring-chart2::before {
    content: '\e9b0';
}
.icon54-v1-signal-0::before {
    content: '\e9b1';
}
.icon54-v1-signal-1::before {
    content: '\e9b2';
}
.icon54-v1-signal-2::before {
    content: '\e9b3';
}
.icon54-v1-signal-3::before {
    content: '\e9b4';
}
.icon54-v1-signal-4::before {
    content: '\e9b5';
}
.icon54-v1-signal-5::before {
    content: '\e9b6';
}
.icon54-v1-sinus::before {
    content: '\e9b7';
}
.icon54-v1-split-call::before {
    content: '\e9b8';
}
.icon54-v1-success-chart::before {
    content: '\e9b9';
}
.icon54-v1-table-chart1::before {
    content: '\e9ba';
}
.icon54-v1-table-chart2::before {
    content: '\e9bb';
}
.icon54-v1-tangent::before {
    content: '\e9bc';
}
.icon54-v1-bedroom::before {
    content: '\e9bd';
}
.icon54-v1-fingertouch::before {
    content: '\e9be';
}
.icon54-v1-hour::before {
    content: '\e9bf';
}
.icon54-v1-bedroom2::before {
    content: '\e9c0';
}
.icon54-v1-files::before {
    content: '\e9c1';
}
.icon54-v1-fingertouch2::before {
    content: '\e9c2';
}
.icon54-v1-files2::before {
    content: '\e9c3';
}
.icon54-v1-fingertouch3::before {
    content: '\e9c4';
}
.icon54-v1-starbed::before {
    content: '\e9c5';
}
.icon54-v1-g-network::before {
    content: '\e9c6';
}
.icon54-v1-gp-doc::before {
    content: '\e9c7';
}
.icon54-v1-fingerroatate::before {
    content: '\e9c8';
}
.icon54-v1-fingertouch4::before {
    content: '\e9c9';
}
.icon54-v1-g-network2::before {
    content: '\e9ca';
}
.icon54-v1-starhotel1::before {
    content: '\e9cb';
}
.icon54-v1-starhotel2::before {
    content: '\e9cc';
}
.icon54-v1-ball::before {
    content: '\e9cd';
}
.icon54-v1-min::before {
    content: '\e9ce';
}
.icon54-v1-by7::before {
    content: '\e9cf';
}
.icon54-v1-min2::before {
    content: '\e9d0';
}
.icon54-v1-min3::before {
    content: '\e9d1';
}
.icon54-v1-abascus-calculator::before {
    content: '\e9d2';
}
.icon54-v1-accordion::before {
    content: '\e9d3';
}
.icon54-v1-acrobat-file::before {
    content: '\e9d4';
}
.icon54-v1-add-basket::before {
    content: '\e9d5';
}
.icon54-v1-add-bookmark::before {
    content: '\e9d6';
}
.icon54-v1-add-card::before {
    content: '\e9d7';
}
.icon54-v1-add-cart::before {
    content: '\e9d8';
}
.icon54-v1-add-cloud::before {
    content: '\e9d9';
}
.icon54-v1-add-doc::before {
    content: '\e9da';
}
.icon54-v1-add-file::before {
    content: '\e9db';
}
.icon54-v1-add-folder::before {
    content: '\e9dc';
}
.icon54-v1-add-location::before {
    content: '\e9dd';
}
.icon54-v1-add-mail::before {
    content: '\e9de';
}
.icon54-v1-add-wifi::before {
    content: '\e9df';
}
.icon54-v1-addon-setting::before {
    content: '\e9e0';
}
.icon54-v1-addvertise::before {
    content: '\e9e1';
}
.icon54-v1-adobe-flashplayer::before {
    content: '\e9e2';
}
.icon54-v1-adobe::before {
    content: '\e9e3';
}
.icon54-v1-aif-doc::before {
    content: '\e9e4';
}
.icon54-v1-air-conditioner2::before {
    content: '\e9e5';
}
.icon54-v1-air-conditioner::before {
    content: '\e9e6';
}
.icon54-v1-air-conditioner1::before {
    content: '\e9e7';
}
.icon54-v1-airbnb::before {
    content: '\e9e8';
}
.icon54-v1-alambic::before {
    content: '\e9e9';
}
.icon54-v1-alarm-clock1::before {
    content: '\e9ea';
}
.icon54-v1-alarm-clock2::before {
    content: '\e9eb';
}
.icon54-v1-alarm-clock3::before {
    content: '\e9ec';
}
.icon54-v1-alarm-sound::before {
    content: '\e9ed';
}
.icon54-v1-align-center::before {
    content: '\e9ee';
}
.icon54-v1-align-left::before {
    content: '\e9ef';
}
.icon54-v1-align-right::before {
    content: '\e9f0';
}
.icon54-v1-all-directions::before {
    content: '\e9f1';
}
.icon54-v1-allert-card::before {
    content: '\e9f2';
}
.icon54-v1-alligator::before {
    content: '\e9f3';
}
.icon54-v1-alphabet-list::before {
    content: '\e9f4';
}
.icon54-v1-alu-recycle::before {
    content: '\e9f5';
}
.icon54-v1-amazon::before {
    content: '\e9f6';
}
.icon54-v1-ambulance-1::before {
    content: '\e9f7';
}
.icon54-v1-ambulance::before {
    content: '\e9f8';
}
.icon54-v1-amd::before {
    content: '\e9f9';
}
.icon54-v1-amex-2::before {
    content: '\e9fa';
}
.icon54-v1-amex::before {
    content: '\e9fb';
}
.icon54-v1-amplifier-1::before {
    content: '\e9fc';
}
.icon54-v1-amplifier-2::before {
    content: '\e9fd';
}
.icon54-v1-analogue-antenna::before {
    content: '\e9fe';
}
.icon54-v1-anchor::before {
    content: '\e9ff';
}
.icon54-v1-android::before {
    content: '\ea00';
}
.icon54-v1-angel2::before {
    content: '\ea01';
}
.icon54-v1-angel::before {
    content: '\ea02';
}
.icon54-v1-angry-birds2::before {
    content: '\ea03';
}
.icon54-v1-angry-birds::before {
    content: '\ea04';
}
.icon54-v1-anonymous-1::before {
    content: '\ea05';
}
.icon54-v1-anonymous-2::before {
    content: '\ea06';
}
.icon54-v1-ant::before {
    content: '\ea07';
}
.icon54-v1-antilop::before {
    content: '\ea08';
}
.icon54-v1-app-setting::before {
    content: '\ea09';
}
.icon54-v1-apple2::before {
    content: '\ea0a';
}
.icon54-v1-apple::before {
    content: '\ea0b';
}
.icon54-v1-appstore-2::before {
    content: '\ea0c';
}
.icon54-v1-arc-phisics::before {
    content: '\ea0d';
}
.icon54-v1-arcade::before {
    content: '\ea0e';
}
.icon54-v1-archery-1::before {
    content: '\ea0f';
}
.icon54-v1-archery-2::before {
    content: '\ea10';
}
.icon54-v1-aries::before {
    content: '\ea11';
}
.icon54-v1-army-solider::before {
    content: '\ea12';
}
.icon54-v1-artboard::before {
    content: '\ea13';
}
.icon54-v1-astronaut::before {
    content: '\ea14';
}
.icon54-v1-at-symbol::before {
    content: '\ea15';
}
.icon54-v1-ati::before {
    content: '\ea16';
}
.icon54-v1-atm-1::before {
    content: '\ea17';
}
.icon54-v1-atm-2::before {
    content: '\ea18';
}
.icon54-v1-atm-3::before {
    content: '\ea19';
}
.icon54-v1-atom::before {
    content: '\ea1a';
}
.icon54-v1-atomic-reactor::before {
    content: '\ea1b';
}
.icon54-v1-attach-file::before {
    content: '\ea1c';
}
.icon54-v1-attache-mail::before {
    content: '\ea1d';
}
.icon54-v1-attacher::before {
    content: '\ea1e';
}
.icon54-v1-attention-cloud::before {
    content: '\ea1f';
}
.icon54-v1-attention1-doc::before {
    content: '\ea20';
}
.icon54-v1-attention2-doc::before {
    content: '\ea21';
}
.icon54-v1-auction::before {
    content: '\ea22';
}
.icon54-v1-auto-flash::before {
    content: '\ea23';
}
.icon54-v1-auto-gearbox::before {
    content: '\ea24';
}
.icon54-v1-aux-cabel::before {
    content: '\ea25';
}
.icon54-v1-avi-doc::before {
    content: '\ea26';
}
.icon54-v1-backward-button::before {
    content: '\ea27';
}
.icon54-v1-backward::before {
    content: '\ea28';
}
.icon54-v1-bacteria-1::before {
    content: '\ea29';
}
.icon54-v1-bacteria-4::before {
    content: '\ea2a';
}
.icon54-v1-bad-pig::before {
    content: '\ea2b';
}
.icon54-v1-badminton::before {
    content: '\ea2c';
}
.icon54-v1-bag-1::before {
    content: '\ea2d';
}
.icon54-v1-bag-2::before {
    content: '\ea2e';
}
.icon54-v1-balance-1::before {
    content: '\ea2f';
}
.icon54-v1-balance-2::before {
    content: '\ea30';
}
.icon54-v1-bald-male::before {
    content: '\ea31';
}
.icon54-v1-ball-pen::before {
    content: '\ea32';
}
.icon54-v1-baloon::before {
    content: '\ea33';
}
.icon54-v1-banana::before {
    content: '\ea34';
}
.icon54-v1-banch::before {
    content: '\ea35';
}
.icon54-v1-bank-1::before {
    content: '\ea36';
}
.icon54-v1-bank-2::before {
    content: '\ea37';
}
.icon54-v1-bank3::before {
    content: '\ea38';
}
.icon54-v1-barbeque::before {
    content: '\ea39';
}
.icon54-v1-barcode-scanner::before {
    content: '\ea3a';
}
.icon54-v1-barcode::before {
    content: '\ea3b';
}
.icon54-v1-barrow::before {
    content: '\ea3c';
}
.icon54-v1-baseball-2::before {
    content: '\ea3d';
}
.icon54-v1-baseball::before {
    content: '\ea3e';
}
.icon54-v1-basket-1::before {
    content: '\ea3f';
}
.icon54-v1-basket-2::before {
    content: '\ea40';
}
.icon54-v1-basket-ball::before {
    content: '\ea41';
}
.icon54-v1-basket::before {
    content: '\ea42';
}
.icon54-v1-bass-key::before {
    content: '\ea43';
}
.icon54-v1-bat::before {
    content: '\ea44';
}
.icon54-v1-bath-robe::before {
    content: '\ea45';
}
.icon54-v1-battery2::before {
    content: '\ea46';
}
.icon54-v1-battery-0::before {
    content: '\ea47';
}
.icon54-v1-battery-1::before {
    content: '\ea48';
}
.icon54-v1-battery-2::before {
    content: '\ea49';
}
.icon54-v1-battery-3::before {
    content: '\ea4a';
}
.icon54-v1-battery-4::before {
    content: '\ea4b';
}
.icon54-v1-battery::before {
    content: '\ea4c';
}
.icon54-v1-battrey-charge::before {
    content: '\ea4d';
}
.icon54-v1-beach-ball::before {
    content: '\ea4e';
}
.icon54-v1-beanie-hat::before {
    content: '\ea4f';
}
.icon54-v1-bear::before {
    content: '\ea50';
}
.icon54-v1-beard-man::before {
    content: '\ea51';
}
.icon54-v1-beatle::before {
    content: '\ea52';
}
.icon54-v1-beats::before {
    content: '\ea53';
}
.icon54-v1-bee::before {
    content: '\ea54';
}
.icon54-v1-beer-mug::before {
    content: '\ea55';
}
.icon54-v1-behance::before {
    content: '\ea56';
}
.icon54-v1-bell2::before {
    content: '\ea57';
}
.icon54-v1-bell::before {
    content: '\ea58';
}
.icon54-v1-bellboy::before {
    content: '\ea59';
}
.icon54-v1-bellhop::before {
    content: '\ea5a';
}
.icon54-v1-belt::before {
    content: '\ea5b';
}
.icon54-v1-benjo::before {
    content: '\ea5c';
}
.icon54-v1-bezier-1::before {
    content: '\ea5d';
}
.icon54-v1-bezier-2::before {
    content: '\ea5e';
}
.icon54-v1-big-eye::before {
    content: '\ea5f';
}
.icon54-v1-big-jack::before {
    content: '\ea60';
}
.icon54-v1-big-shopping::before {
    content: '\ea61';
}
.icon54-v1-big-smile::before {
    content: '\ea62';
}
.icon54-v1-bike-1::before {
    content: '\ea63';
}
.icon54-v1-bike-2::before {
    content: '\ea64';
}
.icon54-v1-bike-3::before {
    content: '\ea65';
}
.icon54-v1-bike::before {
    content: '\ea66';
}
.icon54-v1-bikini::before {
    content: '\ea67';
}
.icon54-v1-binders::before {
    content: '\ea68';
}
.icon54-v1-bing::before {
    content: '\ea69';
}
.icon54-v1-binocular::before {
    content: '\ea6a';
}
.icon54-v1-bio-1::before {
    content: '\ea6b';
}
.icon54-v1-bio-2::before {
    content: '\ea6c';
}
.icon54-v1-bio-ennergy::before {
    content: '\ea6d';
}
.icon54-v1-bio-gas::before {
    content: '\ea6e';
}
.icon54-v1-biohazzard::before {
    content: '\ea6f';
}
.icon54-v1-bitcoin-2::before {
    content: '\ea70';
}
.icon54-v1-bitcoin-3::before {
    content: '\ea71';
}
.icon54-v1-bitcoin-cloud::before {
    content: '\ea72';
}
.icon54-v1-bitcoin-doc::before {
    content: '\ea73';
}
.icon54-v1-black-friday::before {
    content: '\ea74';
}
.icon54-v1-blank-file::before {
    content: '\ea75';
}
.icon54-v1-blend-tool::before {
    content: '\ea76';
}
.icon54-v1-blogger::before {
    content: '\ea77';
}
.icon54-v1-blood-drop::before {
    content: '\ea78';
}
.icon54-v1-bluetuth::before {
    content: '\ea79';
}
.icon54-v1-blututh-headset::before {
    content: '\ea7a';
}
.icon54-v1-boiled-egg::before {
    content: '\ea7b';
}
.icon54-v1-bold::before {
    content: '\ea7c';
}
.icon54-v1-bomb::before {
    content: '\ea7d';
}
.icon54-v1-bomber-man::before {
    content: '\ea7e';
}
.icon54-v1-bookmark-1::before {
    content: '\ea7f';
}
.icon54-v1-bookmark-2::before {
    content: '\ea80';
}
.icon54-v1-bookmark-3::before {
    content: '\ea81';
}
.icon54-v1-bookmark-4::before {
    content: '\ea82';
}
.icon54-v1-bookmark-settings::before {
    content: '\ea83';
}
.icon54-v1-bookmark-site2::before {
    content: '\ea84';
}
.icon54-v1-bookmark-site::before {
    content: '\ea85';
}
.icon54-v1-bookmarked-file::before {
    content: '\ea86';
}
.icon54-v1-boot::before {
    content: '\ea87';
}
.icon54-v1-botcoin-1::before {
    content: '\ea88';
}
.icon54-v1-bow-tie::before {
    content: '\ea89';
}
.icon54-v1-bow::before {
    content: '\ea8a';
}
.icon54-v1-bowler-hat::before {
    content: '\ea8b';
}
.icon54-v1-bowling-ball::before {
    content: '\ea8c';
}
.icon54-v1-bowling::before {
    content: '\ea8d';
}
.icon54-v1-boxing-bag::before {
    content: '\ea8e';
}
.icon54-v1-boxing-glov::before {
    content: '\ea8f';
}
.icon54-v1-boxing-helmet::before {
    content: '\ea90';
}
.icon54-v1-boxing-ring::before {
    content: '\ea91';
}
.icon54-v1-bra::before {
    content: '\ea92';
}
.icon54-v1-brain::before {
    content: '\ea93';
}
.icon54-v1-bread::before {
    content: '\ea94';
}
.icon54-v1-breakout::before {
    content: '\ea95';
}
.icon54-v1-bridge::before {
    content: '\ea96';
}
.icon54-v1-briefcase-1::before {
    content: '\ea97';
}
.icon54-v1-briefcase-2::before {
    content: '\ea98';
}
.icon54-v1-brightness-2::before {
    content: '\ea99';
}
.icon54-v1-brightness-3::before {
    content: '\ea9a';
}
.icon54-v1-brigthness-1::before {
    content: '\ea9b';
}
.icon54-v1-broken-glas::before {
    content: '\ea9c';
}
.icon54-v1-broken-heart::before {
    content: '\ea9d';
}
.icon54-v1-broken-link::before {
    content: '\ea9e';
}
.icon54-v1-brush-1::before {
    content: '\ea9f';
}
.icon54-v1-brush-2::before {
    content: '\eaa0';
}
.icon54-v1-bucket::before {
    content: '\eaa1';
}
.icon54-v1-buddybuilding::before {
    content: '\eaa2';
}
.icon54-v1-bug-protect::before {
    content: '\eaa3';
}
.icon54-v1-bullet-list::before {
    content: '\eaa4';
}
.icon54-v1-bulleted-list::before {
    content: '\eaa5';
}
.icon54-v1-bus-1::before {
    content: '\eaa6';
}
.icon54-v1-bus-2::before {
    content: '\eaa7';
}
.icon54-v1-bus-3::before {
    content: '\eaa8';
}
.icon54-v1-busi-2::before {
    content: '\eaa9';
}
.icon54-v1-business-man::before {
    content: '\eaaa';
}
.icon54-v1-business-woman::before {
    content: '\eaab';
}
.icon54-v1-busy-1::before {
    content: '\eaac';
}
.icon54-v1-butterfly::before {
    content: '\eaad';
}
.icon54-v1-button::before {
    content: '\eaae';
}
.icon54-v1-cab::before {
    content: '\eaaf';
}
.icon54-v1-cabine-lift::before {
    content: '\eab0';
}
.icon54-v1-cactus::before {
    content: '\eab1';
}
.icon54-v1-caffe-bean::before {
    content: '\eab2';
}
.icon54-v1-caffe-mug::before {
    content: '\eab3';
}
.icon54-v1-calculator-1::before {
    content: '\eab4';
}
.icon54-v1-calculator-2::before {
    content: '\eab5';
}
.icon54-v1-calculator-3::before {
    content: '\eab6';
}
.icon54-v1-calculator-4::before {
    content: '\eab7';
}
.icon54-v1-calendar-clock::before {
    content: '\eab8';
}
.icon54-v1-calendar::before {
    content: '\eab9';
}
.icon54-v1-call::before {
    content: '\eaba';
}
.icon54-v1-camel::before {
    content: '\eabb';
}
.icon54-v1-camera-12::before {
    content: '\eabc';
}
.icon54-v1-camera-1::before {
    content: '\eabd';
}
.icon54-v1-camera-22::before {
    content: '\eabe';
}
.icon54-v1-camera-2::before {
    content: '\eabf';
}
.icon54-v1-camera-3::before {
    content: '\eac0';
}
.icon54-v1-camera-42::before {
    content: '\eac1';
}
.icon54-v1-camera-4::before {
    content: '\eac2';
}
.icon54-v1-camera-5::before {
    content: '\eac3';
}
.icon54-v1-camera-6::before {
    content: '\eac4';
}
.icon54-v1-camera-7::before {
    content: '\eac5';
}
.icon54-v1-camera-8::before {
    content: '\eac6';
}
.icon54-v1-camera-9::before {
    content: '\eac7';
}
.icon54-v1-camera-rear::before {
    content: '\eac8';
}
.icon54-v1-camera-roll::before {
    content: '\eac9';
}
.icon54-v1-camp-bag::before {
    content: '\eaca';
}
.icon54-v1-camp-fire2::before {
    content: '\eacb';
}
.icon54-v1-camp-fire::before {
    content: '\eacc';
}
.icon54-v1-camping-knief::before {
    content: '\eacd';
}
.icon54-v1-candell::before {
    content: '\eace';
}
.icon54-v1-candy-stick::before {
    content: '\eacf';
}
.icon54-v1-candy::before {
    content: '\ead0';
}
.icon54-v1-captain-america::before {
    content: '\ead1';
}
.icon54-v1-car-1::before {
    content: '\ead2';
}
.icon54-v1-car-2::before {
    content: '\ead3';
}
.icon54-v1-car-3::before {
    content: '\ead4';
}
.icon54-v1-car-airpump::before {
    content: '\ead5';
}
.icon54-v1-car-secure::before {
    content: '\ead6';
}
.icon54-v1-car-service::before {
    content: '\ead7';
}
.icon54-v1-car-wash::before {
    content: '\ead8';
}
.icon54-v1-card-pay::before {
    content: '\ead9';
}
.icon54-v1-card-validity::before {
    content: '\eada';
}
.icon54-v1-cargo-ship::before {
    content: '\eadb';
}
.icon54-v1-carnaval::before {
    content: '\eadc';
}
.icon54-v1-carrot::before {
    content: '\eadd';
}
.icon54-v1-cart-1::before {
    content: '\eade';
}
.icon54-v1-cart-2::before {
    content: '\eadf';
}
.icon54-v1-cart-done::before {
    content: '\eae0';
}
.icon54-v1-cash-pay::before {
    content: '\eae1';
}
.icon54-v1-cash-payment::before {
    content: '\eae2';
}
.icon54-v1-cassette::before {
    content: '\eae3';
}
.icon54-v1-cat::before {
    content: '\eae4';
}
.icon54-v1-cd-case::before {
    content: '\eae5';
}
.icon54-v1-cello::before {
    content: '\eae6';
}
.icon54-v1-celsius::before {
    content: '\eae7';
}
.icon54-v1-chaplin::before {
    content: '\eae8';
}
.icon54-v1-character-spacing::before {
    content: '\eae9';
}
.icon54-v1-check-file::before {
    content: '\eaea';
}
.icon54-v1-check::before {
    content: '\eaeb';
}
.icon54-v1-checkout-bitcoin1::before {
    content: '\eaec';
}
.icon54-v1-checkout-bitcoin2::before {
    content: '\eaed';
}
.icon54-v1-checkout-dollar1::before {
    content: '\eaee';
}
.icon54-v1-checkout-dollar2::before {
    content: '\eaef';
}
.icon54-v1-checkout-euro1::before {
    content: '\eaf0';
}
.icon54-v1-checkout-euro2::before {
    content: '\eaf1';
}
.icon54-v1-checkout-pound1::before {
    content: '\eaf2';
}
.icon54-v1-checout-pound2::before {
    content: '\eaf3';
}
.icon54-v1-cheese::before {
    content: '\eaf4';
}
.icon54-v1-cheetah::before {
    content: '\eaf5';
}
.icon54-v1-chef::before {
    content: '\eaf6';
}
.icon54-v1-cherry::before {
    content: '\eaf7';
}
.icon54-v1-chess::before {
    content: '\eaf8';
}
.icon54-v1-chicken-leg::before {
    content: '\eaf9';
}
.icon54-v1-chicken::before {
    content: '\eafa';
}
.icon54-v1-chilly::before {
    content: '\eafb';
}
.icon54-v1-chimney::before {
    content: '\eafc';
}
.icon54-v1-chip::before {
    content: '\eafd';
}
.icon54-v1-christmas-decoration::before {
    content: '\eafe';
}
.icon54-v1-christmas-light::before {
    content: '\eaff';
}
.icon54-v1-christmas-star::before {
    content: '\eb00';
}
.icon54-v1-christmas-tree::before {
    content: '\eb01';
}
.icon54-v1-chrome::before {
    content: '\eb02';
}
.icon54-v1-circus::before {
    content: '\eb03';
}
.icon54-v1-clear-basket::before {
    content: '\eb04';
}
.icon54-v1-clear-bookmark::before {
    content: '\eb05';
}
.icon54-v1-clear-cart::before {
    content: '\eb06';
}
.icon54-v1-clear-file::before {
    content: '\eb07';
}
.icon54-v1-clear-folder::before {
    content: '\eb08';
}
.icon54-v1-clear-format::before {
    content: '\eb09';
}
.icon54-v1-clear-formatting::before {
    content: '\eb0a';
}
.icon54-v1-clear-location::before {
    content: '\eb0b';
}
.icon54-v1-clear-network::before {
    content: '\eb0c';
}
.icon54-v1-click-1::before {
    content: '\eb0d';
}
.icon54-v1-click-2::before {
    content: '\eb0e';
}
.icon54-v1-clock-1::before {
    content: '\eb0f';
}
.icon54-v1-clock-2::before {
    content: '\eb10';
}
.icon54-v1-clone-cloud::before {
    content: '\eb11';
}
.icon54-v1-close-2::before {
    content: '\eb12';
}
.icon54-v1-closr-1::before {
    content: '\eb13';
}
.icon54-v1-cloud2::before {
    content: '\eb14';
}
.icon54-v1-cloud-download::before {
    content: '\eb15';
}
.icon54-v1-cloud-drive::before {
    content: '\eb16';
}
.icon54-v1-cloud-folder2::before {
    content: '\eb17';
}
.icon54-v1-cloud-folder::before {
    content: '\eb18';
}
.icon54-v1-cloud-help::before {
    content: '\eb19';
}
.icon54-v1-cloud-list::before {
    content: '\eb1a';
}
.icon54-v1-cloud-network::before {
    content: '\eb1b';
}
.icon54-v1-cloud-server::before {
    content: '\eb1c';
}
.icon54-v1-cloud-setting::before {
    content: '\eb1d';
}
.icon54-v1-cloud-upload::before {
    content: '\eb1e';
}
.icon54-v1-cloud::before {
    content: '\eb1f';
}
.icon54-v1-cloudy-day::before {
    content: '\eb20';
}
.icon54-v1-cloudy-fog::before {
    content: '\eb21';
}
.icon54-v1-cloudy-night::before {
    content: '\eb22';
}
.icon54-v1-cloudy::before {
    content: '\eb23';
}
.icon54-v1-clown::before {
    content: '\eb24';
}
.icon54-v1-clubs-acecard::before {
    content: '\eb25';
}
.icon54-v1-cmera-3::before {
    content: '\eb26';
}
.icon54-v1-cmyk::before {
    content: '\eb27';
}
.icon54-v1-coal-railcar::before {
    content: '\eb28';
}
.icon54-v1-coat-rank::before {
    content: '\eb29';
}
.icon54-v1-coat::before {
    content: '\eb2a';
}
.icon54-v1-coce-withglass::before {
    content: '\eb2b';
}
.icon54-v1-cockroach::before {
    content: '\eb2c';
}
.icon54-v1-coctail-glass1::before {
    content: '\eb2d';
}
.icon54-v1-coctail-glass2::before {
    content: '\eb2e';
}
.icon54-v1-coding::before {
    content: '\eb2f';
}
.icon54-v1-coffe-togo::before {
    content: '\eb30';
}
.icon54-v1-coffe::before {
    content: '\eb31';
}
.icon54-v1-coin-andcash::before {
    content: '\eb32';
}
.icon54-v1-coins-1::before {
    content: '\eb33';
}
.icon54-v1-coins-2::before {
    content: '\eb34';
}
.icon54-v1-coins-3::before {
    content: '\eb35';
}
.icon54-v1-combine-file::before {
    content: '\eb36';
}
.icon54-v1-compact-disc::before {
    content: '\eb37';
}
.icon54-v1-compas-rose::before {
    content: '\eb38';
}
.icon54-v1-compass-1::before {
    content: '\eb39';
}
.icon54-v1-compass-2::before {
    content: '\eb3a';
}
.icon54-v1-compose-mail1::before {
    content: '\eb3b';
}
.icon54-v1-compose-mail2::before {
    content: '\eb3c';
}
.icon54-v1-computer-download::before {
    content: '\eb3d';
}
.icon54-v1-computer-network1::before {
    content: '\eb3e';
}
.icon54-v1-computer-network2::before {
    content: '\eb3f';
}
.icon54-v1-computer-upload::before {
    content: '\eb40';
}
.icon54-v1-concert-lighting::before {
    content: '\eb41';
}
.icon54-v1-concrete-truck::before {
    content: '\eb42';
}
.icon54-v1-conga-1::before {
    content: '\eb43';
}
.icon54-v1-conga-2::before {
    content: '\eb44';
}
.icon54-v1-contact-book1::before {
    content: '\eb45';
}
.icon54-v1-contact-book2::before {
    content: '\eb46';
}
.icon54-v1-contact-folder::before {
    content: '\eb47';
}
.icon54-v1-contact-info::before {
    content: '\eb48';
}
.icon54-v1-container-railcar::before {
    content: '\eb49';
}
.icon54-v1-contract-1::before {
    content: '\eb4a';
}
.icon54-v1-contract-2::before {
    content: '\eb4b';
}
.icon54-v1-converse::before {
    content: '\eb4c';
}
.icon54-v1-convert-bitcoin::before {
    content: '\eb4d';
}
.icon54-v1-convert-curency::before {
    content: '\eb4e';
}
.icon54-v1-cookie-man::before {
    content: '\eb4f';
}
.icon54-v1-copy-machine::before {
    content: '\eb50';
}
.icon54-v1-corn::before {
    content: '\eb51';
}
.icon54-v1-coroflot::before {
    content: '\eb52';
}
.icon54-v1-corrector::before {
    content: '\eb53';
}
.icon54-v1-countdown-1::before {
    content: '\eb54';
}
.icon54-v1-countdown-2::before {
    content: '\eb55';
}
.icon54-v1-countdown-3::before {
    content: '\eb56';
}
.icon54-v1-countdown-4::before {
    content: '\eb57';
}
.icon54-v1-countdown-5::before {
    content: '\eb58';
}
.icon54-v1-cow::before {
    content: '\eb59';
}
.icon54-v1-crain-truck2::before {
    content: '\eb5a';
}
.icon54-v1-crain-truck::before {
    content: '\eb5b';
}
.icon54-v1-crain::before {
    content: '\eb5c';
}
.icon54-v1-credit-card1::before {
    content: '\eb5d';
}
.icon54-v1-credit-card2::before {
    content: '\eb5e';
}
.icon54-v1-credit-card3::before {
    content: '\eb5f';
}
.icon54-v1-criminal::before {
    content: '\eb60';
}
.icon54-v1-croissant::before {
    content: '\eb61';
}
.icon54-v1-cronometer::before {
    content: '\eb62';
}
.icon54-v1-crop-image::before {
    content: '\eb63';
}
.icon54-v1-crop-tool::before {
    content: '\eb64';
}
.icon54-v1-crown-1::before {
    content: '\eb65';
}
.icon54-v1-crown-2::before {
    content: '\eb66';
}
.icon54-v1-crunchyroll::before {
    content: '\eb67';
}
.icon54-v1-cry-hard::before {
    content: '\eb68';
}
.icon54-v1-cry::before {
    content: '\eb69';
}
.icon54-v1-css-3::before {
    content: '\eb6a';
}
.icon54-v1-cup-1::before {
    content: '\eb6b';
}
.icon54-v1-cup-2::before {
    content: '\eb6c';
}
.icon54-v1-cup-3::before {
    content: '\eb6d';
}
.icon54-v1-cursor-select1::before {
    content: '\eb6e';
}
.icon54-v1-cusror-select2::before {
    content: '\eb6f';
}
.icon54-v1-cuter::before {
    content: '\eb70';
}
.icon54-v1-cylinder-hat::before {
    content: '\eb71';
}
.icon54-v1-cymbal::before {
    content: '\eb72';
}
.icon54-v1-cystern-railcar::before {
    content: '\eb73';
}
.icon54-v1-cystern-truck::before {
    content: '\eb74';
}
.icon54-v1-dailybooth::before {
    content: '\eb75';
}
.icon54-v1-darth-vader::before {
    content: '\eb76';
}
.icon54-v1-darts::before {
    content: '\eb77';
}
.icon54-v1-decode-file::before {
    content: '\eb78';
}
.icon54-v1-decrease-indent::before {
    content: '\eb79';
}
.icon54-v1-decrease-margin::before {
    content: '\eb7a';
}
.icon54-v1-deer::before {
    content: '\eb7b';
}
.icon54-v1-delete-mail::before {
    content: '\eb7c';
}
.icon54-v1-delicious::before {
    content: '\eb7d';
}
.icon54-v1-desert::before {
    content: '\eb7e';
}
.icon54-v1-design-software::before {
    content: '\eb7f';
}
.icon54-v1-designfloat::before {
    content: '\eb80';
}
.icon54-v1-designmoo::before {
    content: '\eb81';
}
.icon54-v1-desktop-security::before {
    content: '\eb82';
}
.icon54-v1-deviant-art::before {
    content: '\eb83';
}
.icon54-v1-devil::before {
    content: '\eb84';
}
.icon54-v1-dial-pad::before {
    content: '\eb85';
}
.icon54-v1-diamond-acecard::before {
    content: '\eb86';
}
.icon54-v1-diamond::before {
    content: '\eb87';
}
.icon54-v1-dice2::before {
    content: '\eb88';
}
.icon54-v1-dice::before {
    content: '\eb89';
}
.icon54-v1-digg::before {
    content: '\eb8a';
}
.icon54-v1-digital-alarmclock::before {
    content: '\eb8b';
}
.icon54-v1-digital-design::before {
    content: '\eb8c';
}
.icon54-v1-diigo::before {
    content: '\eb8d';
}
.icon54-v1-direction-control1::before {
    content: '\eb8e';
}
.icon54-v1-direction-control2::before {
    content: '\eb8f';
}
.icon54-v1-direction-select1::before {
    content: '\eb90';
}
.icon54-v1-direction-select2::before {
    content: '\eb91';
}
.icon54-v1-directions-2::before {
    content: '\eb92';
}
.icon54-v1-directions::before {
    content: '\eb93';
}
.icon54-v1-disc-doc::before {
    content: '\eb94';
}
.icon54-v1-discount-bitcoin::before {
    content: '\eb95';
}
.icon54-v1-discount-coupon::before {
    content: '\eb96';
}
.icon54-v1-discount-dollar::before {
    content: '\eb97';
}
.icon54-v1-discount-euro::before {
    content: '\eb98';
}
.icon54-v1-discount-pound::before {
    content: '\eb99';
}
.icon54-v1-disk-cutter::before {
    content: '\eb9a';
}
.icon54-v1-dismiss-bookmark::before {
    content: '\eb9b';
}
.icon54-v1-dismiss-card::before {
    content: '\eb9c';
}
.icon54-v1-dismiss-cloud::before {
    content: '\eb9d';
}
.icon54-v1-dismiss-doc::before {
    content: '\eb9e';
}
.icon54-v1-dismiss-file::before {
    content: '\eb9f';
}
.icon54-v1-dismiss-firewall::before {
    content: '\eba0';
}
.icon54-v1-dismiss-folder::before {
    content: '\eba1';
}
.icon54-v1-dismiss-mail::before {
    content: '\eba2';
}
.icon54-v1-dismiss-network::before {
    content: '\eba3';
}
.icon54-v1-dismiss-settings::before {
    content: '\eba4';
}
.icon54-v1-dispacher-1::before {
    content: '\eba5';
}
.icon54-v1-dispacher-2::before {
    content: '\eba6';
}
.icon54-v1-distance-1::before {
    content: '\eba7';
}
.icon54-v1-distance-2::before {
    content: '\eba8';
}
.icon54-v1-diving-mask::before {
    content: '\eba9';
}
.icon54-v1-dj-mixer::before {
    content: '\ebaa';
}
.icon54-v1-dna::before {
    content: '\ebab';
}
.icon54-v1-do-notdisturbe::before {
    content: '\ebac';
}
.icon54-v1-document-cutter::before {
    content: '\ebad';
}
.icon54-v1-document-file::before {
    content: '\ebae';
}
.icon54-v1-documents::before {
    content: '\ebaf';
}
.icon54-v1-dodgem::before {
    content: '\ebb0';
}
.icon54-v1-dog::before {
    content: '\ebb1';
}
.icon54-v1-dollar-1::before {
    content: '\ebb2';
}
.icon54-v1-dollar-2::before {
    content: '\ebb3';
}
.icon54-v1-dollar-3::before {
    content: '\ebb4';
}
.icon54-v1-dollar-card::before {
    content: '\ebb5';
}
.icon54-v1-dollar-cloud::before {
    content: '\ebb6';
}
.icon54-v1-dollar-doc::before {
    content: '\ebb7';
}
.icon54-v1-dollar-fall::before {
    content: '\ebb8';
}
.icon54-v1-dollar-rise::before {
    content: '\ebb9';
}
.icon54-v1-dolphin::before {
    content: '\ebba';
}
.icon54-v1-domino::before {
    content: '\ebbb';
}
.icon54-v1-donate-blood::before {
    content: '\ebbc';
}
.icon54-v1-donate::before {
    content: '\ebbd';
}
.icon54-v1-done-basket::before {
    content: '\ebbe';
}
.icon54-v1-done-bookmark::before {
    content: '\ebbf';
}
.icon54-v1-done-card::before {
    content: '\ebc0';
}
.icon54-v1-done-cloud::before {
    content: '\ebc1';
}
.icon54-v1-done-doc::before {
    content: '\ebc2';
}
.icon54-v1-done-folder::before {
    content: '\ebc3';
}
.icon54-v1-done-location::before {
    content: '\ebc4';
}
.icon54-v1-done-mail::before {
    content: '\ebc5';
}
.icon54-v1-donkey::before {
    content: '\ebc6';
}
.icon54-v1-dont-touchround::before {
    content: '\ebc7';
}
.icon54-v1-dont-touch::before {
    content: '\ebc8';
}
.icon54-v1-donut::before {
    content: '\ebc9';
}
.icon54-v1-door-hanger::before {
    content: '\ebca';
}
.icon54-v1-double-click1::before {
    content: '\ebcb';
}
.icon54-v1-double-click2::before {
    content: '\ebcc';
}
.icon54-v1-double-tap::before {
    content: '\ebcd';
}
.icon54-v1-dove::before {
    content: '\ebce';
}
.icon54-v1-down-1::before {
    content: '\ebcf';
}
.icon54-v1-down-2::before {
    content: '\ebd0';
}
.icon54-v1-down-3::before {
    content: '\ebd1';
}
.icon54-v1-down-4::before {
    content: '\ebd2';
}
.icon54-v1-down-5::before {
    content: '\ebd3';
}
.icon54-v1-down-6::before {
    content: '\ebd4';
}
.icon54-v1-down-7::before {
    content: '\ebd5';
}
.icon54-v1-down-8::before {
    content: '\ebd6';
}
.icon54-v1-down-9::before {
    content: '\ebd7';
}
.icon54-v1-down-10::before {
    content: '\ebd8';
}
.icon54-v1-down-11::before {
    content: '\ebd9';
}
.icon54-v1-down-12::before {
    content: '\ebda';
}
.icon54-v1-down-left1::before {
    content: '\ebdb';
}
.icon54-v1-down-right1::before {
    content: '\ebdc';
}
.icon54-v1-download-bookmark::before {
    content: '\ebdd';
}
.icon54-v1-download-doc::before {
    content: '\ebde';
}
.icon54-v1-download-file::before {
    content: '\ebdf';
}
.icon54-v1-download-folder::before {
    content: '\ebe0';
}
.icon54-v1-download::before {
    content: '\ebe1';
}
.icon54-v1-drag-drop::before {
    content: '\ebe2';
}
.icon54-v1-drag-down::before {
    content: '\ebe3';
}
.icon54-v1-drag-hand1::before {
    content: '\ebe4';
}
.icon54-v1-drag-hand2::before {
    content: '\ebe5';
}
.icon54-v1-drag-location::before {
    content: '\ebe6';
}
.icon54-v1-drag-up::before {
    content: '\ebe7';
}
.icon54-v1-dress-1::before {
    content: '\ebe8';
}
.icon54-v1-dress-2::before {
    content: '\ebe9';
}
.icon54-v1-dribbble::before {
    content: '\ebea';
}
.icon54-v1-driller::before {
    content: '\ebeb';
}
.icon54-v1-drive-file::before {
    content: '\ebec';
}
.icon54-v1-drive-folder::before {
    content: '\ebed';
}
.icon54-v1-drool::before {
    content: '\ebee';
}
.icon54-v1-dropbox-file::before {
    content: '\ebef';
}
.icon54-v1-dropbox-folder::before {
    content: '\ebf0';
}
.icon54-v1-dropbox::before {
    content: '\ebf1';
}
.icon54-v1-drowing::before {
    content: '\ebf2';
}
.icon54-v1-drum-1::before {
    content: '\ebf3';
}
.icon54-v1-drum-2::before {
    content: '\ebf4';
}
.icon54-v1-drum-sticks::before {
    content: '\ebf5';
}
.icon54-v1-drupal::before {
    content: '\ebf6';
}
.icon54-v1-duck::before {
    content: '\ebf7';
}
.icon54-v1-dumbbell::before {
    content: '\ebf8';
}
.icon54-v1-dumper-truck::before {
    content: '\ebf9';
}
.icon54-v1-dvd-case::before {
    content: '\ebfa';
}
.icon54-v1-dvd-disc::before {
    content: '\ebfb';
}
.icon54-v1-dvd-sign::before {
    content: '\ebfc';
}
.icon54-v1-dzone::before {
    content: '\ebfd';
}
.icon54-v1-eagle-1::before {
    content: '\ebfe';
}
.icon54-v1-eagle-2::before {
    content: '\ebff';
}
.icon54-v1-earphone-1::before {
    content: '\ec00';
}
.icon54-v1-earphone-2::before {
    content: '\ec01';
}
.icon54-v1-eatrh-support::before {
    content: '\ec02';
}
.icon54-v1-ebay::before {
    content: '\ec03';
}
.icon54-v1-ebooks-folder::before {
    content: '\ec04';
}
.icon54-v1-eco-badge::before {
    content: '\ec05';
}
.icon54-v1-eco-bulb1::before {
    content: '\ec06';
}
.icon54-v1-eco-bulb2::before {
    content: '\ec07';
}
.icon54-v1-eco-earth::before {
    content: '\ec08';
}
.icon54-v1-ecuation::before {
    content: '\ec09';
}
.icon54-v1-edge::before {
    content: '\ec0a';
}
.icon54-v1-edit-doc::before {
    content: '\ec0b';
}
.icon54-v1-edit-wifi::before {
    content: '\ec0c';
}
.icon54-v1-egg-holder::before {
    content: '\ec0d';
}
.icon54-v1-einstein::before {
    content: '\ec0e';
}
.icon54-v1-electric-guitar1::before {
    content: '\ec0f';
}
.icon54-v1-electric-guitar2::before {
    content: '\ec10';
}
.icon54-v1-electric-plug::before {
    content: '\ec11';
}
.icon54-v1-elephant::before {
    content: '\ec12';
}
.icon54-v1-elevator::before {
    content: '\ec13';
}
.icon54-v1-elf::before {
    content: '\ec14';
}
.icon54-v1-elvis::before {
    content: '\ec15';
}
.icon54-v1-email-file::before {
    content: '\ec16';
}
.icon54-v1-email-folder::before {
    content: '\ec17';
}
.icon54-v1-encode-file::before {
    content: '\ec18';
}
.icon54-v1-end-call::before {
    content: '\ec19';
}
.icon54-v1-energy-drink::before {
    content: '\ec1a';
}
.icon54-v1-enter-pin2::before {
    content: '\ec1b';
}
.icon54-v1-enter-pin::before {
    content: '\ec1c';
}
.icon54-v1-envato::before {
    content: '\ec1d';
}
.icon54-v1-eraser-tool::before {
    content: '\ec1e';
}
.icon54-v1-eroor-folder::before {
    content: '\ec1f';
}
.icon54-v1-error-bookmark::before {
    content: '\ec20';
}
.icon54-v1-error-card::before {
    content: '\ec21';
}
.icon54-v1-error-cloud::before {
    content: '\ec22';
}
.icon54-v1-error-doc::before {
    content: '\ec23';
}
.icon54-v1-espresso::before {
    content: '\ec24';
}
.icon54-v1-ethernet::before {
    content: '\ec25';
}
.icon54-v1-euro-1::before {
    content: '\ec26';
}
.icon54-v1-euro-2::before {
    content: '\ec27';
}
.icon54-v1-euro-3::before {
    content: '\ec28';
}
.icon54-v1-euro-card::before {
    content: '\ec29';
}
.icon54-v1-euro-cloud::before {
    content: '\ec2a';
}
.icon54-v1-euro-doc::before {
    content: '\ec2b';
}
.icon54-v1-euro-fall::before {
    content: '\ec2c';
}
.icon54-v1-euro-rise::before {
    content: '\ec2d';
}
.icon54-v1-evernote::before {
    content: '\ec2e';
}
.icon54-v1-evil::before {
    content: '\ec2f';
}
.icon54-v1-excavator-1::before {
    content: '\ec30';
}
.icon54-v1-excavator-2::before {
    content: '\ec31';
}
.icon54-v1-excel::before {
    content: '\ec32';
}
.icon54-v1-exit-sign::before {
    content: '\ec33';
}
.icon54-v1-expensive::before {
    content: '\ec34';
}
.icon54-v1-expisior::before {
    content: '\ec35';
}
.icon54-v1-eyedropper::before {
    content: '\ec36';
}
.icon54-v1-facebook-1::before {
    content: '\ec37';
}
.icon54-v1-facebook-2::before {
    content: '\ec38';
}
.icon54-v1-facebook-messenger::before {
    content: '\ec39';
}
.icon54-v1-factory-1::before {
    content: '\ec3a';
}
.icon54-v1-factory-2::before {
    content: '\ec3b';
}
.icon54-v1-factory-3::before {
    content: '\ec3c';
}
.icon54-v1-factory-chimneys::before {
    content: '\ec3d';
}
.icon54-v1-factory-line::before {
    content: '\ec3e';
}
.icon54-v1-fahrenheit::before {
    content: '\ec3f';
}
.icon54-v1-fan::before {
    content: '\ec40';
}
.icon54-v1-favorit-file::before {
    content: '\ec41';
}
.icon54-v1-favorit-location::before {
    content: '\ec42';
}
.icon54-v1-favorit-network::before {
    content: '\ec43';
}
.icon54-v1-favorite-card::before {
    content: '\ec44';
}
.icon54-v1-favorite-cloud::before {
    content: '\ec45';
}
.icon54-v1-favorite-doc::before {
    content: '\ec46';
}
.icon54-v1-favorite-folder::before {
    content: '\ec47';
}
.icon54-v1-favorite-mail::before {
    content: '\ec48';
}
.icon54-v1-favorite-store::before {
    content: '\ec49';
}
.icon54-v1-favorite-wifi::before {
    content: '\ec4a';
}
.icon54-v1-favorite::before {
    content: '\ec4b';
}
.icon54-v1-feather::before {
    content: '\ec4c';
}
.icon54-v1-feedburner::before {
    content: '\ec4d';
}
.icon54-v1-feeling-sick::before {
    content: '\ec4e';
}
.icon54-v1-female-1::before {
    content: '\ec4f';
}
.icon54-v1-female-2::before {
    content: '\ec50';
}
.icon54-v1-female-user::before {
    content: '\ec51';
}
.icon54-v1-fever::before {
    content: '\ec52';
}
.icon54-v1-file-error::before {
    content: '\ec53';
}
.icon54-v1-file-settings::before {
    content: '\ec54';
}
.icon54-v1-film-clapper::before {
    content: '\ec55';
}
.icon54-v1-film-roll::before {
    content: '\ec56';
}
.icon54-v1-film-stripe::before {
    content: '\ec57';
}
.icon54-v1-filter::before {
    content: '\ec58';
}
.icon54-v1-financial-care1::before {
    content: '\ec59';
}
.icon54-v1-financial-care2::before {
    content: '\ec5a';
}
.icon54-v1-financial-care3::before {
    content: '\ec5b';
}
.icon54-v1-finder::before {
    content: '\ec5c';
}
.icon54-v1-finger-print::before {
    content: '\ec5d';
}
.icon54-v1-fire-alarm::before {
    content: '\ec5e';
}
.icon54-v1-fire-extinguisher::before {
    content: '\ec5f';
}
.icon54-v1-fire-fighjter::before {
    content: '\ec60';
}
.icon54-v1-firefox::before {
    content: '\ec61';
}
.icon54-v1-firewall-attention::before {
    content: '\ec62';
}
.icon54-v1-firewall-error::before {
    content: '\ec63';
}
.icon54-v1-firewall-off::before {
    content: '\ec64';
}
.icon54-v1-firewall-ok::before {
    content: '\ec65';
}
.icon54-v1-firewall-on::before {
    content: '\ec66';
}
.icon54-v1-firewall-settings::before {
    content: '\ec67';
}
.icon54-v1-firewall::before {
    content: '\ec68';
}
.icon54-v1-fireworks-1::before {
    content: '\ec69';
}
.icon54-v1-fireworks-2::before {
    content: '\ec6a';
}
.icon54-v1-fish::before {
    content: '\ec6b';
}
.icon54-v1-fishing::before {
    content: '\ec6c';
}
.icon54-v1-flamingo::before {
    content: '\ec6d';
}
.icon54-v1-flash-1::before {
    content: '\ec6e';
}
.icon54-v1-flash-light::before {
    content: '\ec6f';
}
.icon54-v1-flash-off::before {
    content: '\ec70';
}
.icon54-v1-flash-on::before {
    content: '\ec71';
}
.icon54-v1-flash-video::before {
    content: '\ec72';
}
.icon54-v1-flickr-2::before {
    content: '\ec73';
}
.icon54-v1-flickr::before {
    content: '\ec74';
}
.icon54-v1-flower::before {
    content: '\ec75';
}
.icon54-v1-flusk-holder::before {
    content: '\ec76';
}
.icon54-v1-flute2::before {
    content: '\ec77';
}
.icon54-v1-flute::before {
    content: '\ec78';
}
.icon54-v1-flv-doc::before {
    content: '\ec79';
}
.icon54-v1-fly::before {
    content: '\ec7a';
}
.icon54-v1-focus-auto::before {
    content: '\ec7b';
}
.icon54-v1-focus-center::before {
    content: '\ec7c';
}
.icon54-v1-fog-day::before {
    content: '\ec7d';
}
.icon54-v1-fog-night::before {
    content: '\ec7e';
}
.icon54-v1-fog::before {
    content: '\ec7f';
}
.icon54-v1-folder-1::before {
    content: '\ec80';
}
.icon54-v1-folder-tree::before {
    content: '\ec81';
}
.icon54-v1-folder-withdoc::before {
    content: '\ec82';
}
.icon54-v1-font-szie::before {
    content: '\ec83';
}
.icon54-v1-foodspotting::before {
    content: '\ec84';
}
.icon54-v1-football::before {
    content: '\ec85';
}
.icon54-v1-fork-knife::before {
    content: '\ec86';
}
.icon54-v1-fork-lifter::before {
    content: '\ec87';
}
.icon54-v1-formal-coat::before {
    content: '\ec88';
}
.icon54-v1-formal-pants::before {
    content: '\ec89';
}
.icon54-v1-forrest::before {
    content: '\ec8a';
}
.icon54-v1-forrst::before {
    content: '\ec8b';
}
.icon54-v1-forward-allmail::before {
    content: '\ec8c';
}
.icon54-v1-forward-button::before {
    content: '\ec8d';
}
.icon54-v1-forward-mail::before {
    content: '\ec8e';
}
.icon54-v1-forward::before {
    content: '\ec8f';
}
.icon54-v1-foursquare::before {
    content: '\ec90';
}
.icon54-v1-fox::before {
    content: '\ec91';
}
.icon54-v1-free-tag1::before {
    content: '\ec92';
}
.icon54-v1-free-tag2::before {
    content: '\ec93';
}
.icon54-v1-french-fries::before {
    content: '\ec94';
}
.icon54-v1-fried-egg::before {
    content: '\ec95';
}
.icon54-v1-frog::before {
    content: '\ec96';
}
.icon54-v1-front-camera::before {
    content: '\ec97';
}
.icon54-v1-full-cart::before {
    content: '\ec98';
}
.icon54-v1-full-hd::before {
    content: '\ec99';
}
.icon54-v1-full-moon::before {
    content: '\ec9a';
}
.icon54-v1-gallery-1::before {
    content: '\ec9b';
}
.icon54-v1-gallery-2::before {
    content: '\ec9c';
}
.icon54-v1-game-console1::before {
    content: '\ec9d';
}
.icon54-v1-game-console2::before {
    content: '\ec9e';
}
.icon54-v1-game-console3::before {
    content: '\ec9f';
}
.icon54-v1-game-console::before {
    content: '\eca0';
}
.icon54-v1-gameboy-1::before {
    content: '\eca1';
}
.icon54-v1-gameboy-2::before {
    content: '\eca2';
}
.icon54-v1-games-folder::before {
    content: '\eca3';
}
.icon54-v1-gas-can::before {
    content: '\eca4';
}
.icon54-v1-gas-container::before {
    content: '\eca5';
}
.icon54-v1-gas-pump2::before {
    content: '\eca6';
}
.icon54-v1-gas-pump::before {
    content: '\eca7';
}
.icon54-v1-gdgt::before {
    content: '\eca8';
}
.icon54-v1-gear-12::before {
    content: '\eca9';
}
.icon54-v1-gear-1::before {
    content: '\ecaa';
}
.icon54-v1-gear-2::before {
    content: '\ecab';
}
.icon54-v1-gear-3::before {
    content: '\ecac';
}
.icon54-v1-gear-4::before {
    content: '\ecad';
}
.icon54-v1-gear-box::before {
    content: '\ecae';
}
.icon54-v1-geek-1::before {
    content: '\ecaf';
}
.icon54-v1-geek-2::before {
    content: '\ecb0';
}
.icon54-v1-gem::before {
    content: '\ecb1';
}
.icon54-v1-geooveshark::before {
    content: '\ecb2';
}
.icon54-v1-gift-box::before {
    content: '\ecb3';
}
.icon54-v1-gift-card::before {
    content: '\ecb4';
}
.icon54-v1-giraffe::before {
    content: '\ecb5';
}
.icon54-v1-github::before {
    content: '\ecb6';
}
.icon54-v1-glases-1::before {
    content: '\ecb7';
}
.icon54-v1-glases-2::before {
    content: '\ecb8';
}
.icon54-v1-glitter-eye::before {
    content: '\ecb9';
}
.icon54-v1-global-network1::before {
    content: '\ecba';
}
.icon54-v1-global-network2::before {
    content: '\ecbb';
}
.icon54-v1-global-position::before {
    content: '\ecbc';
}
.icon54-v1-globe-1::before {
    content: '\ecbd';
}
.icon54-v1-globe-2::before {
    content: '\ecbe';
}
.icon54-v1-globe-4::before {
    content: '\ecbf';
}
.icon54-v1-globe::before {
    content: '\ecc0';
}
.icon54-v1-glue::before {
    content: '\ecc1';
}
.icon54-v1-gmail::before {
    content: '\ecc2';
}
.icon54-v1-gold-bars1::before {
    content: '\ecc3';
}
.icon54-v1-gold-bars2::before {
    content: '\ecc4';
}
.icon54-v1-golf-ball::before {
    content: '\ecc5';
}
.icon54-v1-golf::before {
    content: '\ecc6';
}
.icon54-v1-gong::before {
    content: '\ecc7';
}
.icon54-v1-google-::before {
    content: '\ecc8';
}
.icon54-v1-google-1::before {
    content: '\ecc9';
}
.icon54-v1-google-2::before {
    content: '\ecca';
}
.icon54-v1-google-camera::before {
    content: '\eccb';
}
.icon54-v1-google-drive::before {
    content: '\eccc';
}
.icon54-v1-google-earth::before {
    content: '\eccd';
}
.icon54-v1-google-maps::before {
    content: '\ecce';
}
.icon54-v1-google-play::before {
    content: '\eccf';
}
.icon54-v1-google-walet::before {
    content: '\ecd0';
}
.icon54-v1-gorilla::before {
    content: '\ecd1';
}
.icon54-v1-gowala::before {
    content: '\ecd2';
}
.icon54-v1-gps-fixed::before {
    content: '\ecd3';
}
.icon54-v1-gps-notfixed::before {
    content: '\ecd4';
}
.icon54-v1-gps-off::before {
    content: '\ecd5';
}
.icon54-v1-grab-hand::before {
    content: '\ecd6';
}
.icon54-v1-gradient-tool::before {
    content: '\ecd7';
}
.icon54-v1-grid-tool::before {
    content: '\ecd8';
}
.icon54-v1-grill::before {
    content: '\ecd9';
}
.icon54-v1-guitar-amplifier::before {
    content: '\ecda';
}
.icon54-v1-guitar-head1::before {
    content: '\ecdb';
}
.icon54-v1-guitar-head2::before {
    content: '\ecdc';
}
.icon54-v1-guitar::before {
    content: '\ecdd';
}
.icon54-v1-hailstorm-day::before {
    content: '\ecde';
}
.icon54-v1-hailstorm-night::before {
    content: '\ecdf';
}
.icon54-v1-hailstorm::before {
    content: '\ece0';
}
.icon54-v1-hairdryer::before {
    content: '\ece1';
}
.icon54-v1-half-life::before {
    content: '\ece2';
}
.icon54-v1-ham::before {
    content: '\ece3';
}
.icon54-v1-hamburger::before {
    content: '\ece4';
}
.icon54-v1-hammer2::before {
    content: '\ece5';
}
.icon54-v1-hammer::before {
    content: '\ece6';
}
.icon54-v1-hamster::before {
    content: '\ece7';
}
.icon54-v1-handshake::before {
    content: '\ece8';
}
.icon54-v1-hanger::before {
    content: '\ece9';
}
.icon54-v1-hangout::before {
    content: '\ecea';
}
.icon54-v1-happy-wink::before {
    content: '\eceb';
}
.icon54-v1-happy::before {
    content: '\ecec';
}
.icon54-v1-harph-1::before {
    content: '\eced';
}
.icon54-v1-harph-2::before {
    content: '\ecee';
}
.icon54-v1-harry-potter::before {
    content: '\ecef';
}
.icon54-v1-hash-tag::before {
    content: '\ecf0';
}
.icon54-v1-hat::before {
    content: '\ecf1';
}
.icon54-v1-hawk::before {
    content: '\ecf2';
}
.icon54-v1-hdmi::before {
    content: '\ecf3';
}
.icon54-v1-hdr-off::before {
    content: '\ecf4';
}
.icon54-v1-hdr-on::before {
    content: '\ecf5';
}
.icon54-v1-headache::before {
    content: '\ecf6';
}
.icon54-v1-headset-1::before {
    content: '\ecf7';
}
.icon54-v1-headset-2::before {
    content: '\ecf8';
}
.icon54-v1-heart2::before {
    content: '\ecf9';
}
.icon54-v1-heart-acecard::before {
    content: '\ecfa';
}
.icon54-v1-heart-beat::before {
    content: '\ecfb';
}
.icon54-v1-heart::before {
    content: '\ecfc';
}
.icon54-v1-heat-balloon::before {
    content: '\ecfd';
}
.icon54-v1-heater::before {
    content: '\ecfe';
}
.icon54-v1-heels::before {
    content: '\ecff';
}
.icon54-v1-helicopter::before {
    content: '\ed00';
}
.icon54-v1-helmet-1::before {
    content: '\ed01';
}
.icon54-v1-helmet-2::before {
    content: '\ed02';
}
.icon54-v1-helmet-3::before {
    content: '\ed03';
}
.icon54-v1-hide-file::before {
    content: '\ed04';
}
.icon54-v1-hiden-file::before {
    content: '\ed05';
}
.icon54-v1-hiden-folder::before {
    content: '\ed06';
}
.icon54-v1-hidrant::before {
    content: '\ed07';
}
.icon54-v1-hipo::before {
    content: '\ed08';
}
.icon54-v1-hokey-disc::before {
    content: '\ed09';
}
.icon54-v1-hokey-skate::before {
    content: '\ed0a';
}
.icon54-v1-hokey::before {
    content: '\ed0b';
}
.icon54-v1-hold::before {
    content: '\ed0c';
}
.icon54-v1-hole-puncher::before {
    content: '\ed0d';
}
.icon54-v1-home-location::before {
    content: '\ed0e';
}
.icon54-v1-home-security::before {
    content: '\ed0f';
}
.icon54-v1-home-wifi::before {
    content: '\ed10';
}
.icon54-v1-hoodie::before {
    content: '\ed11';
}
.icon54-v1-horn-trompet::before {
    content: '\ed12';
}
.icon54-v1-horn::before {
    content: '\ed13';
}
.icon54-v1-horse-shoe::before {
    content: '\ed14';
}
.icon54-v1-horse::before {
    content: '\ed15';
}
.icon54-v1-hospital-1::before {
    content: '\ed16';
}
.icon54-v1-hospital-bed::before {
    content: '\ed17';
}
.icon54-v1-hot-dog1::before {
    content: '\ed18';
}
.icon54-v1-hotdog-2::before {
    content: '\ed19';
}
.icon54-v1-hotel-bell::before {
    content: '\ed1a';
}
.icon54-v1-hotel-sign1::before {
    content: '\ed1b';
}
.icon54-v1-hotel::before {
    content: '\ed1c';
}
.icon54-v1-hotspot-mobile::before {
    content: '\ed1d';
}
.icon54-v1-html-5::before {
    content: '\ed1e';
}
.icon54-v1-hypnotized::before {
    content: '\ed1f';
}
.icon54-v1-hypster::before {
    content: '\ed20';
}
.icon54-v1-icecream::before {
    content: '\ed21';
}
.icon54-v1-icloud::before {
    content: '\ed22';
}
.icon54-v1-icq::before {
    content: '\ed23';
}
.icon54-v1-illustrator::before {
    content: '\ed24';
}
.icon54-v1-image-file::before {
    content: '\ed25';
}
.icon54-v1-imdb::before {
    content: '\ed26';
}
.icon54-v1-in-lineimage::before {
    content: '\ed27';
}
.icon54-v1-in-love::before {
    content: '\ed28';
}
.icon54-v1-inbox-google::before {
    content: '\ed29';
}
.icon54-v1-inbox-in::before {
    content: '\ed2a';
}
.icon54-v1-inbox-letter::before {
    content: '\ed2b';
}
.icon54-v1-inbox-out::before {
    content: '\ed2c';
}
.icon54-v1-inbox::before {
    content: '\ed2d';
}
.icon54-v1-increase-indent::before {
    content: '\ed2e';
}
.icon54-v1-increase-margin::before {
    content: '\ed2f';
}
.icon54-v1-info-point::before {
    content: '\ed30';
}
.icon54-v1-infuzion::before {
    content: '\ed31';
}
.icon54-v1-initial::before {
    content: '\ed32';
}
.icon54-v1-insert-image::before {
    content: '\ed33';
}
.icon54-v1-inshurance-2::before {
    content: '\ed34';
}
.icon54-v1-inshurance::before {
    content: '\ed35';
}
.icon54-v1-instagram::before {
    content: '\ed36';
}
.icon54-v1-intel::before {
    content: '\ed37';
}
.icon54-v1-internet-explorer::before {
    content: '\ed38';
}
.icon54-v1-iron-man::before {
    content: '\ed39';
}
.icon54-v1-isert-tabel::before {
    content: '\ed3a';
}
.icon54-v1-italic::before {
    content: '\ed3b';
}
.icon54-v1-jack-hammer::before {
    content: '\ed3c';
}
.icon54-v1-jack-sparrow::before {
    content: '\ed3d';
}
.icon54-v1-jacket::before {
    content: '\ed3e';
}
.icon54-v1-jason::before {
    content: '\ed3f';
}
.icon54-v1-jeans::before {
    content: '\ed40';
}
.icon54-v1-jeep::before {
    content: '\ed41';
}
.icon54-v1-jetplnade::before {
    content: '\ed42';
}
.icon54-v1-joy-stick::before {
    content: '\ed43';
}
.icon54-v1-juice::before {
    content: '\ed44';
}
.icon54-v1-justify-center::before {
    content: '\ed45';
}
.icon54-v1-justify-left::before {
    content: '\ed46';
}
.icon54-v1-justify-right::before {
    content: '\ed47';
}
.icon54-v1-karate::before {
    content: '\ed48';
}
.icon54-v1-keep-out::before {
    content: '\ed49';
}
.icon54-v1-kerneling::before {
    content: '\ed4a';
}
.icon54-v1-key-1::before {
    content: '\ed4b';
}
.icon54-v1-key-22::before {
    content: '\ed4c';
}
.icon54-v1-key-3::before {
    content: '\ed4d';
}
.icon54-v1-key-tosuccess::before {
    content: '\ed4e';
}
.icon54-v1-kickstarter::before {
    content: '\ed4f';
}
.icon54-v1-kidneys::before {
    content: '\ed50';
}
.icon54-v1-kiss::before {
    content: '\ed51';
}
.icon54-v1-kite::before {
    content: '\ed52';
}
.icon54-v1-koala::before {
    content: '\ed53';
}
.icon54-v1-ladys-t-shirt::before {
    content: '\ed54';
}
.icon54-v1-ladys-underwear::before {
    content: '\ed55';
}
.icon54-v1-lama::before {
    content: '\ed56';
}
.icon54-v1-lamp-1::before {
    content: '\ed57';
}
.icon54-v1-lamp-2::before {
    content: '\ed58';
}
.icon54-v1-lamp-3::before {
    content: '\ed59';
}
.icon54-v1-landing-plane::before {
    content: '\ed5a';
}
.icon54-v1-lasso-tool::before {
    content: '\ed5b';
}
.icon54-v1-last-fm::before {
    content: '\ed5c';
}
.icon54-v1-laugh-hard::before {
    content: '\ed5d';
}
.icon54-v1-layer-2::before {
    content: '\ed5e';
}
.icon54-v1-layer-4::before {
    content: '\ed5f';
}
.icon54-v1-layer-30::before {
    content: '\ed60';
}
.icon54-v1-layer-56::before {
    content: '\ed61';
}
.icon54-v1-leaf-1::before {
    content: '\ed62';
}
.icon54-v1-left-1::before {
    content: '\ed63';
}
.icon54-v1-left-2::before {
    content: '\ed64';
}
.icon54-v1-left-3::before {
    content: '\ed65';
}
.icon54-v1-left-4::before {
    content: '\ed66';
}
.icon54-v1-left-5::before {
    content: '\ed67';
}
.icon54-v1-left-6::before {
    content: '\ed68';
}
.icon54-v1-left-7::before {
    content: '\ed69';
}
.icon54-v1-left-8::before {
    content: '\ed6a';
}
.icon54-v1-left-9::before {
    content: '\ed6b';
}
.icon54-v1-left-10::before {
    content: '\ed6c';
}
.icon54-v1-left-11::before {
    content: '\ed6d';
}
.icon54-v1-left-12::before {
    content: '\ed6e';
}
.icon54-v1-left-13::before {
    content: '\ed6f';
}
.icon54-v1-left-14::before {
    content: '\ed70';
}
.icon54-v1-lego-brick::before {
    content: '\ed71';
}
.icon54-v1-lego-head::before {
    content: '\ed72';
}
.icon54-v1-lens-1::before {
    content: '\ed73';
}
.icon54-v1-lens-2::before {
    content: '\ed74';
}
.icon54-v1-lifter::before {
    content: '\ed75';
}
.icon54-v1-lifting-phisics::before {
    content: '\ed76';
}
.icon54-v1-ligatures2::before {
    content: '\ed77';
}
.icon54-v1-ligatures::before {
    content: '\ed78';
}
.icon54-v1-light-1::before {
    content: '\ed79';
}
.icon54-v1-light-2::before {
    content: '\ed7a';
}
.icon54-v1-light-bulb::before {
    content: '\ed7b';
}
.icon54-v1-light-switch::before {
    content: '\ed7c';
}
.icon54-v1-lightning-day::before {
    content: '\ed7d';
}
.icon54-v1-lightning-night::before {
    content: '\ed7e';
}
.icon54-v1-lightning::before {
    content: '\ed7f';
}
.icon54-v1-line-spacing2::before {
    content: '\ed80';
}
.icon54-v1-line-spacing::before {
    content: '\ed81';
}
.icon54-v1-line-tool::before {
    content: '\ed82';
}
.icon54-v1-link-select1::before {
    content: '\ed83';
}
.icon54-v1-link-select2::before {
    content: '\ed84';
}
.icon54-v1-link::before {
    content: '\ed85';
}
.icon54-v1-linkedin::before {
    content: '\ed86';
}
.icon54-v1-lion::before {
    content: '\ed87';
}
.icon54-v1-list-doc::before {
    content: '\ed88';
}
.icon54-v1-list-folder::before {
    content: '\ed89';
}
.icon54-v1-litter::before {
    content: '\ed8a';
}
.icon54-v1-liver::before {
    content: '\ed8b';
}
.icon54-v1-load-button::before {
    content: '\ed8c';
}
.icon54-v1-load-cloud1::before {
    content: '\ed8d';
}
.icon54-v1-load-cloud2::before {
    content: '\ed8e';
}
.icon54-v1-load-cloud3::before {
    content: '\ed8f';
}
.icon54-v1-load-doc::before {
    content: '\ed90';
}
.icon54-v1-load-file::before {
    content: '\ed91';
}
.icon54-v1-load-folder::before {
    content: '\ed92';
}
.icon54-v1-local-airport::before {
    content: '\ed93';
}
.icon54-v1-local-bank::before {
    content: '\ed94';
}
.icon54-v1-local-gasstation::before {
    content: '\ed95';
}
.icon54-v1-local-hospital::before {
    content: '\ed96';
}
.icon54-v1-local-library::before {
    content: '\ed97';
}
.icon54-v1-local-monument::before {
    content: '\ed98';
}
.icon54-v1-local-parking::before {
    content: '\ed99';
}
.icon54-v1-local-port::before {
    content: '\ed9a';
}
.icon54-v1-local-pub::before {
    content: '\ed9b';
}
.icon54-v1-local-restaurant::before {
    content: '\ed9c';
}
.icon54-v1-local-transport::before {
    content: '\ed9d';
}
.icon54-v1-location-1::before {
    content: '\ed9e';
}
.icon54-v1-location-3::before {
    content: '\ed9f';
}
.icon54-v1-location-4::before {
    content: '\eda0';
}
.icon54-v1-location-a::before {
    content: '\eda1';
}
.icon54-v1-location-b::before {
    content: '\eda2';
}
.icon54-v1-locatoin-2::before {
    content: '\eda3';
}
.icon54-v1-lock-12::before {
    content: '\eda4';
}
.icon54-v1-lock-2::before {
    content: '\eda5';
}
.icon54-v1-lock-mail::before {
    content: '\eda6';
}
.icon54-v1-lock-screenrotation::before {
    content: '\eda7';
}
.icon54-v1-lock-wifi::before {
    content: '\eda8';
}
.icon54-v1-locked-parking::before {
    content: '\eda9';
}
.icon54-v1-locl-shop::before {
    content: '\edaa';
}
.icon54-v1-locomotive::before {
    content: '\edab';
}
.icon54-v1-lol::before {
    content: '\edac';
}
.icon54-v1-loudspeaker::before {
    content: '\edad';
}
.icon54-v1-love-mail::before {
    content: '\edae';
}
.icon54-v1-loyalty-card2::before {
    content: '\edaf';
}
.icon54-v1-loyalty-card::before {
    content: '\edb0';
}
.icon54-v1-luggage::before {
    content: '\edb1';
}
.icon54-v1-lungs::before {
    content: '\edb2';
}
.icon54-v1-macro::before {
    content: '\edb3';
}
.icon54-v1-magic-hat::before {
    content: '\edb4';
}
.icon54-v1-magic-wand::before {
    content: '\edb5';
}
.icon54-v1-magnet::before {
    content: '\edb6';
}
.icon54-v1-magnetic-field::before {
    content: '\edb7';
}
.icon54-v1-maid::before {
    content: '\edb8';
}
.icon54-v1-mail-at::before {
    content: '\edb9';
}
.icon54-v1-mail-box1::before {
    content: '\edba';
}
.icon54-v1-mail-box2::before {
    content: '\edbb';
}
.icon54-v1-mail-box3::before {
    content: '\edbc';
}
.icon54-v1-mail-error::before {
    content: '\edbd';
}
.icon54-v1-mail-help::before {
    content: '\edbe';
}
.icon54-v1-mail-inbox::before {
    content: '\edbf';
}
.icon54-v1-mail-notification::before {
    content: '\edc0';
}
.icon54-v1-mail-outbox::before {
    content: '\edc1';
}
.icon54-v1-mail-settings::before {
    content: '\edc2';
}
.icon54-v1-mail::before {
    content: '\edc3';
}
.icon54-v1-mailing-list::before {
    content: '\edc4';
}
.icon54-v1-male-1::before {
    content: '\edc5';
}
.icon54-v1-male-2::before {
    content: '\edc6';
}
.icon54-v1-mans-shoe::before {
    content: '\edc7';
}
.icon54-v1-mans-uderweare::before {
    content: '\edc8';
}
.icon54-v1-map-1::before {
    content: '\edc9';
}
.icon54-v1-map-2::before {
    content: '\edca';
}
.icon54-v1-map-3::before {
    content: '\edcb';
}
.icon54-v1-map-pin1::before {
    content: '\edcc';
}
.icon54-v1-map-pin2::before {
    content: '\edcd';
}
.icon54-v1-map-pin3::before {
    content: '\edce';
}
.icon54-v1-map-pin4::before {
    content: '\edcf';
}
.icon54-v1-map-pin5::before {
    content: '\edd0';
}
.icon54-v1-map-pin6::before {
    content: '\edd1';
}
.icon54-v1-map-screen::before {
    content: '\edd2';
}
.icon54-v1-mario-mushroom::before {
    content: '\edd3';
}
.icon54-v1-marker::before {
    content: '\edd4';
}
.icon54-v1-marry-goround::before {
    content: '\edd5';
}
.icon54-v1-martini-glass::before {
    content: '\edd6';
}
.icon54-v1-master-card2::before {
    content: '\edd7';
}
.icon54-v1-master-card::before {
    content: '\edd8';
}
.icon54-v1-master-yoda::before {
    content: '\edd9';
}
.icon54-v1-medal-1::before {
    content: '\edda';
}
.icon54-v1-medal-2::before {
    content: '\eddb';
}
.icon54-v1-medal-3::before {
    content: '\eddc';
}
.icon54-v1-medic::before {
    content: '\eddd';
}
.icon54-v1-medical-bag::before {
    content: '\edde';
}
.icon54-v1-medical-symbol::before {
    content: '\eddf';
}
.icon54-v1-medicine-mixing::before {
    content: '\ede0';
}
.icon54-v1-medicine::before {
    content: '\ede1';
}
.icon54-v1-metro::before {
    content: '\ede2';
}
.icon54-v1-metronome::before {
    content: '\ede3';
}
.icon54-v1-microphone-1::before {
    content: '\ede4';
}
.icon54-v1-microphone-2::before {
    content: '\ede5';
}
.icon54-v1-microphone-3::before {
    content: '\ede6';
}
.icon54-v1-microscope::before {
    content: '\ede7';
}
.icon54-v1-microsoft-store::before {
    content: '\ede8';
}
.icon54-v1-midi-doc::before {
    content: '\ede9';
}
.icon54-v1-milk::before {
    content: '\edea';
}
.icon54-v1-mini-bar::before {
    content: '\edeb';
}
.icon54-v1-mini-bus::before {
    content: '\edec';
}
.icon54-v1-mini-truck2::before {
    content: '\eded';
}
.icon54-v1-mini-truck::before {
    content: '\edee';
}
.icon54-v1-mini-van::before {
    content: '\edef';
}
.icon54-v1-mining-helmet::before {
    content: '\edf0';
}
.icon54-v1-mining-pick::before {
    content: '\edf1';
}
.icon54-v1-mining-railcar::before {
    content: '\edf2';
}
.icon54-v1-minion-1::before {
    content: '\edf3';
}
.icon54-v1-minion-2::before {
    content: '\edf4';
}
.icon54-v1-mirc::before {
    content: '\edf5';
}
.icon54-v1-mirror2::before {
    content: '\edf6';
}
.icon54-v1-mirror::before {
    content: '\edf7';
}
.icon54-v1-mistletoe::before {
    content: '\edf8';
}
.icon54-v1-mixer-1::before {
    content: '\edf9';
}
.icon54-v1-mixer-2::before {
    content: '\edfa';
}
.icon54-v1-mobile-1::before {
    content: '\edfb';
}
.icon54-v1-mobile-2::before {
    content: '\edfc';
}
.icon54-v1-mobile-3::before {
    content: '\edfd';
}
.icon54-v1-mobile-4::before {
    content: '\edfe';
}
.icon54-v1-mobile-5::before {
    content: '\edff';
}
.icon54-v1-mobile-map::before {
    content: '\ee00';
}
.icon54-v1-mobile-network::before {
    content: '\ee01';
}
.icon54-v1-mobile-security::before {
    content: '\ee02';
}
.icon54-v1-mobile-touch::before {
    content: '\ee03';
}
.icon54-v1-molecule-1::before {
    content: '\ee04';
}
.icon54-v1-molecule-2::before {
    content: '\ee05';
}
.icon54-v1-money-bag2::before {
    content: '\ee06';
}
.icon54-v1-money-bag::before {
    content: '\ee07';
}
.icon54-v1-money-eye::before {
    content: '\ee08';
}
.icon54-v1-money-network::before {
    content: '\ee09';
}
.icon54-v1-money-protect::before {
    content: '\ee0a';
}
.icon54-v1-monkey::before {
    content: '\ee0b';
}
.icon54-v1-moon-2::before {
    content: '\ee0c';
}
.icon54-v1-moon-3::before {
    content: '\ee0d';
}
.icon54-v1-mosquito::before {
    content: '\ee0e';
}
.icon54-v1-motorcycle::before {
    content: '\ee0f';
}
.icon54-v1-mountain::before {
    content: '\ee10';
}
.icon54-v1-mouse-pointer1::before {
    content: '\ee11';
}
.icon54-v1-mouse-pointer2::before {
    content: '\ee12';
}
.icon54-v1-mouse::before {
    content: '\ee13';
}
.icon54-v1-mov-doc::before {
    content: '\ee14';
}
.icon54-v1-mp3-doc::before {
    content: '\ee15';
}
.icon54-v1-mp3-player1::before {
    content: '\ee16';
}
.icon54-v1-mp3-player2::before {
    content: '\ee17';
}
.icon54-v1-mp4-doc::before {
    content: '\ee18';
}
.icon54-v1-mpg-doc::before {
    content: '\ee19';
}
.icon54-v1-mpu-doc::before {
    content: '\ee1a';
}
.icon54-v1-multimeter::before {
    content: '\ee1b';
}
.icon54-v1-mushroom-cloud::before {
    content: '\ee1c';
}
.icon54-v1-music-doc::before {
    content: '\ee1d';
}
.icon54-v1-music-folder2::before {
    content: '\ee1e';
}
.icon54-v1-music-folder::before {
    content: '\ee1f';
}
.icon54-v1-music-note1::before {
    content: '\ee20';
}
.icon54-v1-music-note2::before {
    content: '\ee21';
}
.icon54-v1-music-note3::before {
    content: '\ee22';
}
.icon54-v1-music-note4::before {
    content: '\ee23';
}
.icon54-v1-music-note5::before {
    content: '\ee24';
}
.icon54-v1-music-note6::before {
    content: '\ee25';
}
.icon54-v1-music-note7::before {
    content: '\ee26';
}
.icon54-v1-mute-headset::before {
    content: '\ee27';
}
.icon54-v1-mute-microphone::before {
    content: '\ee28';
}
.icon54-v1-my-space::before {
    content: '\ee29';
}
.icon54-v1-n-w-8::before {
    content: '\ee2a';
}
.icon54-v1-n-w-9::before {
    content: '\ee2b';
}
.icon54-v1-navigation-1::before {
    content: '\ee2c';
}
.icon54-v1-navigation-2::before {
    content: '\ee2d';
}
.icon54-v1-needle::before {
    content: '\ee2e';
}
.icon54-v1-negative-temperature::before {
    content: '\ee2f';
}
.icon54-v1-nest::before {
    content: '\ee30';
}
.icon54-v1-network-add::before {
    content: '\ee31';
}
.icon54-v1-network-cable::before {
    content: '\ee32';
}
.icon54-v1-network-error::before {
    content: '\ee33';
}
.icon54-v1-network-file::before {
    content: '\ee34';
}
.icon54-v1-network-folder::before {
    content: '\ee35';
}
.icon54-v1-network-plug::before {
    content: '\ee36';
}
.icon54-v1-network-question::before {
    content: '\ee37';
}
.icon54-v1-network-settings::before {
    content: '\ee38';
}
.icon54-v1-networking-1::before {
    content: '\ee39';
}
.icon54-v1-networking-2::before {
    content: '\ee3a';
}
.icon54-v1-new-mail::before {
    content: '\ee3b';
}
.icon54-v1-new-tag1::before {
    content: '\ee3c';
}
.icon54-v1-new-tag2::before {
    content: '\ee3d';
}
.icon54-v1-new-tag3::before {
    content: '\ee3e';
}
.icon54-v1-new-tag5::before {
    content: '\ee3f';
}
.icon54-v1-new-tga4::before {
    content: '\ee40';
}
.icon54-v1-newtons-cradle::before {
    content: '\ee41';
}
.icon54-v1-next-button::before {
    content: '\ee42';
}
.icon54-v1-night-mode::before {
    content: '\ee43';
}
.icon54-v1-ninja::before {
    content: '\ee44';
}
.icon54-v1-nird::before {
    content: '\ee45';
}
.icon54-v1-no-batery::before {
    content: '\ee46';
}
.icon54-v1-no-sim::before {
    content: '\ee47';
}
.icon54-v1-no-television::before {
    content: '\ee48';
}
.icon54-v1-no-wifi2::before {
    content: '\ee49';
}
.icon54-v1-no-wifi::before {
    content: '\ee4a';
}
.icon54-v1-nuclear-symbol2::before {
    content: '\ee4b';
}
.icon54-v1-nuclear-symbol::before {
    content: '\ee4c';
}
.icon54-v1-numbered-list2::before {
    content: '\ee4d';
}
.icon54-v1-numbered-list::before {
    content: '\ee4e';
}
.icon54-v1-nurse::before {
    content: '\ee4f';
}
.icon54-v1-nvidia::before {
    content: '\ee50';
}
.icon54-v1-observatory::before {
    content: '\ee51';
}
.icon54-v1-odnoklassniki::before {
    content: '\ee52';
}
.icon54-v1-office-chair::before {
    content: '\ee53';
}
.icon54-v1-office::before {
    content: '\ee54';
}
.icon54-v1-oil-extractor::before {
    content: '\ee55';
}
.icon54-v1-oil-tower::before {
    content: '\ee56';
}
.icon54-v1-old-clock::before {
    content: '\ee57';
}
.icon54-v1-old-man::before {
    content: '\ee58';
}
.icon54-v1-omega::before {
    content: '\ee59';
}
.icon54-v1-on-air1::before {
    content: '\ee5a';
}
.icon54-v1-on-air2::before {
    content: '\ee5b';
}
.icon54-v1-one-click1::before {
    content: '\ee5c';
}
.icon54-v1-one-click2::before {
    content: '\ee5d';
}
.icon54-v1-open-1::before {
    content: '\ee5e';
}
.icon54-v1-open-2::before {
    content: '\ee5f';
}
.icon54-v1-open-bookmark::before {
    content: '\ee60';
}
.icon54-v1-open-folder::before {
    content: '\ee61';
}
.icon54-v1-open-hand1::before {
    content: '\ee62';
}
.icon54-v1-open-hand2::before {
    content: '\ee63';
}
.icon54-v1-open-hand::before {
    content: '\ee64';
}
.icon54-v1-open-mail2::before {
    content: '\ee65';
}
.icon54-v1-open-mail::before {
    content: '\ee66';
}
.icon54-v1-open-sourceiniciative::before {
    content: '\ee67';
}
.icon54-v1-opera::before {
    content: '\ee68';
}
.icon54-v1-ornament::before {
    content: '\ee69';
}
.icon54-v1-ornamnt-2::before {
    content: '\ee6a';
}
.icon54-v1-owl::before {
    content: '\ee6b';
}
.icon54-v1-packman::before {
    content: '\ee6c';
}
.icon54-v1-pacman-ghost::before {
    content: '\ee6d';
}
.icon54-v1-page-break::before {
    content: '\ee6e';
}
.icon54-v1-page-size::before {
    content: '\ee6f';
}
.icon54-v1-paint-bucket::before {
    content: '\ee70';
}
.icon54-v1-paint-format::before {
    content: '\ee71';
}
.icon54-v1-paint-roller::before {
    content: '\ee72';
}
.icon54-v1-painting-stand::before {
    content: '\ee73';
}
.icon54-v1-palm-tree::before {
    content: '\ee74';
}
.icon54-v1-palm::before {
    content: '\ee75';
}
.icon54-v1-panda::before {
    content: '\ee76';
}
.icon54-v1-panorama::before {
    content: '\ee77';
}
.icon54-v1-paper-clip1::before {
    content: '\ee78';
}
.icon54-v1-paper-clip2::before {
    content: '\ee79';
}
.icon54-v1-paper-clip3::before {
    content: '\ee7a';
}
.icon54-v1-paper-roll::before {
    content: '\ee7b';
}
.icon54-v1-paprika::before {
    content: '\ee7c';
}
.icon54-v1-parabolic-antena::before {
    content: '\ee7d';
}
.icon54-v1-paragraph-tool::before {
    content: '\ee7e';
}
.icon54-v1-park::before {
    content: '\ee7f';
}
.icon54-v1-parrot::before {
    content: '\ee80';
}
.icon54-v1-party-hat::before {
    content: '\ee81';
}
.icon54-v1-party-ribbon::before {
    content: '\ee82';
}
.icon54-v1-paste-here::before {
    content: '\ee83';
}
.icon54-v1-path::before {
    content: '\ee84';
}
.icon54-v1-pause-button::before {
    content: '\ee85';
}
.icon54-v1-pause::before {
    content: '\ee86';
}
.icon54-v1-paypal-1::before {
    content: '\ee87';
}
.icon54-v1-paypal-2::before {
    content: '\ee88';
}
.icon54-v1-peace::before {
    content: '\ee89';
}
.icon54-v1-pear::before {
    content: '\ee8a';
}
.icon54-v1-pelican::before {
    content: '\ee8b';
}
.icon54-v1-pen-holder::before {
    content: '\ee8c';
}
.icon54-v1-pen-tool::before {
    content: '\ee8d';
}
.icon54-v1-pencil-sharpener::before {
    content: '\ee8e';
}
.icon54-v1-pencil-tool::before {
    content: '\ee8f';
}
.icon54-v1-penguin::before {
    content: '\ee90';
}
.icon54-v1-pet-bottle::before {
    content: '\ee91';
}
.icon54-v1-pet-recycle::before {
    content: '\ee92';
}
.icon54-v1-pharmaceutical-symbol::before {
    content: '\ee93';
}
.icon54-v1-phone-download::before {
    content: '\ee94';
}
.icon54-v1-phone-upload::before {
    content: '\ee95';
}
.icon54-v1-photo-library::before {
    content: '\ee96';
}
.icon54-v1-photoshop::before {
    content: '\ee97';
}
.icon54-v1-piano-keyboard::before {
    content: '\ee98';
}
.icon54-v1-piano::before {
    content: '\ee99';
}
.icon54-v1-picasa::before {
    content: '\ee9a';
}
.icon54-v1-pickup-1::before {
    content: '\ee9b';
}
.icon54-v1-pickup-2::before {
    content: '\ee9c';
}
.icon54-v1-pickup-3::before {
    content: '\ee9d';
}
.icon54-v1-pickup::before {
    content: '\ee9e';
}
.icon54-v1-picture-1::before {
    content: '\ee9f';
}
.icon54-v1-picture-2::before {
    content: '\eea0';
}
.icon54-v1-picture-3::before {
    content: '\eea1';
}
.icon54-v1-picture-folder::before {
    content: '\eea2';
}
.icon54-v1-pie::before {
    content: '\eea3';
}
.icon54-v1-pikachu::before {
    content: '\eea4';
}
.icon54-v1-pills::before {
    content: '\eea5';
}
.icon54-v1-pin::before {
    content: '\eea6';
}
.icon54-v1-pine-tree::before {
    content: '\eea7';
}
.icon54-v1-pinterest::before {
    content: '\eea8';
}
.icon54-v1-pirate::before {
    content: '\eea9';
}
.icon54-v1-pizza-slice::before {
    content: '\eeaa';
}
.icon54-v1-pizza::before {
    content: '\eeab';
}
.icon54-v1-plane-1::before {
    content: '\eeac';
}
.icon54-v1-plane-2::before {
    content: '\eead';
}
.icon54-v1-plane-3::before {
    content: '\eeae';
}
.icon54-v1-plane-4::before {
    content: '\eeaf';
}
.icon54-v1-plane-front::before {
    content: '\eeb0';
}
.icon54-v1-planet::before {
    content: '\eeb1';
}
.icon54-v1-plant-2::before {
    content: '\eeb2';
}
.icon54-v1-plant-care::before {
    content: '\eeb3';
}
.icon54-v1-plant::before {
    content: '\eeb4';
}
.icon54-v1-play-button::before {
    content: '\eeb5';
}
.icon54-v1-play-stor::before {
    content: '\eeb6';
}
.icon54-v1-play-store2::before {
    content: '\eeb7';
}
.icon54-v1-play::before {
    content: '\eeb8';
}
.icon54-v1-player-1::before {
    content: '\eeb9';
}
.icon54-v1-player-2::before {
    content: '\eeba';
}
.icon54-v1-playground::before {
    content: '\eebb';
}
.icon54-v1-playing::before {
    content: '\eebc';
}
.icon54-v1-plurk::before {
    content: '\eebd';
}
.icon54-v1-podium::before {
    content: '\eebe';
}
.icon54-v1-pointer-help1::before {
    content: '\eebf';
}
.icon54-v1-pointer-help2::before {
    content: '\eec0';
}
.icon54-v1-pointer-working1::before {
    content: '\eec1';
}
.icon54-v1-pointer-working2::before {
    content: '\eec2';
}
.icon54-v1-poke::before {
    content: '\eec3';
}
.icon54-v1-pokemon::before {
    content: '\eec4';
}
.icon54-v1-police-car::before {
    content: '\eec5';
}
.icon54-v1-police::before {
    content: '\eec6';
}
.icon54-v1-pong::before {
    content: '\eec7';
}
.icon54-v1-pool2::before {
    content: '\eec8';
}
.icon54-v1-pool::before {
    content: '\eec9';
}
.icon54-v1-postit::before {
    content: '\eeca';
}
.icon54-v1-pound-1::before {
    content: '\eecb';
}
.icon54-v1-pound-2::before {
    content: '\eecc';
}
.icon54-v1-pound-3::before {
    content: '\eecd';
}
.icon54-v1-pound-card::before {
    content: '\eece';
}
.icon54-v1-pound-cloud::before {
    content: '\eecf';
}
.icon54-v1-pound-doc::before {
    content: '\eed0';
}
.icon54-v1-pound-fall::before {
    content: '\eed1';
}
.icon54-v1-pound-rise::before {
    content: '\eed2';
}
.icon54-v1-power-socket1::before {
    content: '\eed3';
}
.icon54-v1-power-socket2::before {
    content: '\eed4';
}
.icon54-v1-powerpoint::before {
    content: '\eed5';
}
.icon54-v1-pozitive-temperature::before {
    content: '\eed6';
}
.icon54-v1-precision-seledt1::before {
    content: '\eed7';
}
.icon54-v1-precision-seledt2::before {
    content: '\eed8';
}
.icon54-v1-precision-seledt3::before {
    content: '\eed9';
}
.icon54-v1-predator::before {
    content: '\eeda';
}
.icon54-v1-present-box::before {
    content: '\eedb';
}
.icon54-v1-presentation-2::before {
    content: '\eedc';
}
.icon54-v1-presentation-3::before {
    content: '\eedd';
}
.icon54-v1-presentation-file::before {
    content: '\eede';
}
.icon54-v1-pressure-checker::before {
    content: '\eedf';
}
.icon54-v1-prev-button::before {
    content: '\eee0';
}
.icon54-v1-prezentation-1::before {
    content: '\eee1';
}
.icon54-v1-price-tag1::before {
    content: '\eee2';
}
.icon54-v1-price-tag2::before {
    content: '\eee3';
}
.icon54-v1-print::before {
    content: '\eee4';
}
.icon54-v1-prisoner::before {
    content: '\eee5';
}
.icon54-v1-projector::before {
    content: '\eee6';
}
.icon54-v1-protect-wifi::before {
    content: '\eee7';
}
.icon54-v1-protection-helmet::before {
    content: '\eee8';
}
.icon54-v1-public-wifi::before {
    content: '\eee9';
}
.icon54-v1-pulley-phisics::before {
    content: '\eeea';
}
.icon54-v1-punk::before {
    content: '\eeeb';
}
.icon54-v1-puzzle-piece::before {
    content: '\eeec';
}
.icon54-v1-qr-code::before {
    content: '\eeed';
}
.icon54-v1-question-bookmark::before {
    content: '\eeee';
}
.icon54-v1-question-doc::before {
    content: '\eeef';
}
.icon54-v1-question-file::before {
    content: '\eef0';
}
.icon54-v1-question-folder::before {
    content: '\eef1';
}
.icon54-v1-quicktime-doc::before {
    content: '\eef2';
}
.icon54-v1-quicktime-player::before {
    content: '\eef3';
}
.icon54-v1-quiet::before {
    content: '\eef4';
}
.icon54-v1-quote-1::before {
    content: '\eef5';
}
.icon54-v1-quote-2::before {
    content: '\eef6';
}
.icon54-v1-rabit::before {
    content: '\eef7';
}
.icon54-v1-raccoon::before {
    content: '\eef8';
}
.icon54-v1-radio-1::before {
    content: '\eef9';
}
.icon54-v1-radio-2::before {
    content: '\eefa';
}
.icon54-v1-radio-3::before {
    content: '\eefb';
}
.icon54-v1-rain-day::before {
    content: '\eefc';
}
.icon54-v1-rain-night::before {
    content: '\eefd';
}
.icon54-v1-rain-storm::before {
    content: '\eefe';
}
.icon54-v1-raining::before {
    content: '\eeff';
}
.icon54-v1-rattles-1::before {
    content: '\ef00';
}
.icon54-v1-rattles-2::before {
    content: '\ef01';
}
.icon54-v1-razor-blade::before {
    content: '\ef02';
}
.icon54-v1-rec-button::before {
    content: '\ef03';
}
.icon54-v1-reception::before {
    content: '\ef04';
}
.icon54-v1-recieve-mail::before {
    content: '\ef05';
}
.icon54-v1-recycle-1::before {
    content: '\ef06';
}
.icon54-v1-recycle-2::before {
    content: '\ef07';
}
.icon54-v1-recycle-binfile::before {
    content: '\ef08';
}
.icon54-v1-recycle-container::before {
    content: '\ef09';
}
.icon54-v1-recycle-water::before {
    content: '\ef0a';
}
.icon54-v1-reddit::before {
    content: '\ef0b';
}
.icon54-v1-redo::before {
    content: '\ef0c';
}
.icon54-v1-reflection-tool::before {
    content: '\ef0d';
}
.icon54-v1-refresh-folder::before {
    content: '\ef0e';
}
.icon54-v1-refresh-mail::before {
    content: '\ef0f';
}
.icon54-v1-refresh-network::before {
    content: '\ef10';
}
.icon54-v1-refresh-wifi::before {
    content: '\ef11';
}
.icon54-v1-registry-1::before {
    content: '\ef12';
}
.icon54-v1-registry-2::before {
    content: '\ef13';
}
.icon54-v1-registry-3::before {
    content: '\ef14';
}
.icon54-v1-registry-list::before {
    content: '\ef15';
}
.icon54-v1-relativity::before {
    content: '\ef16';
}
.icon54-v1-reload-mail::before {
    content: '\ef17';
}
.icon54-v1-remote-control::before {
    content: '\ef18';
}
.icon54-v1-remouve-basket::before {
    content: '\ef19';
}
.icon54-v1-remouve-bookmark::before {
    content: '\ef1a';
}
.icon54-v1-remouve-card::before {
    content: '\ef1b';
}
.icon54-v1-remouve-cart::before {
    content: '\ef1c';
}
.icon54-v1-remouve-cloud::before {
    content: '\ef1d';
}
.icon54-v1-remouve-doc::before {
    content: '\ef1e';
}
.icon54-v1-remouve-file::before {
    content: '\ef1f';
}
.icon54-v1-remouve-folder::before {
    content: '\ef20';
}
.icon54-v1-remouve-location::before {
    content: '\ef21';
}
.icon54-v1-remouve-network::before {
    content: '\ef22';
}
.icon54-v1-remouve-wifi::before {
    content: '\ef23';
}
.icon54-v1-renew-card::before {
    content: '\ef24';
}
.icon54-v1-repeat-doc::before {
    content: '\ef25';
}
.icon54-v1-replay-doc::before {
    content: '\ef26';
}
.icon54-v1-reply-all::before {
    content: '\ef27';
}
.icon54-v1-reply::before {
    content: '\ef28';
}
.icon54-v1-reset-settings::before {
    content: '\ef29';
}
.icon54-v1-resize-corner::before {
    content: '\ef2a';
}
.icon54-v1-responsive-design::before {
    content: '\ef2b';
}
.icon54-v1-restaurant::before {
    content: '\ef2c';
}
.icon54-v1-retina-scan::before {
    content: '\ef2d';
}
.icon54-v1-rgb::before {
    content: '\ef2e';
}
.icon54-v1-rhyno::before {
    content: '\ef2f';
}
.icon54-v1-right-1::before {
    content: '\ef30';
}
.icon54-v1-right-2::before {
    content: '\ef31';
}
.icon54-v1-right-3::before {
    content: '\ef32';
}
.icon54-v1-right-4::before {
    content: '\ef33';
}
.icon54-v1-right-5::before {
    content: '\ef34';
}
.icon54-v1-right-6::before {
    content: '\ef35';
}
.icon54-v1-right-7::before {
    content: '\ef36';
}
.icon54-v1-right-8::before {
    content: '\ef37';
}
.icon54-v1-right-9::before {
    content: '\ef38';
}
.icon54-v1-right-10::before {
    content: '\ef39';
}
.icon54-v1-right-11::before {
    content: '\ef3a';
}
.icon54-v1-right-12::before {
    content: '\ef3b';
}
.icon54-v1-right-13::before {
    content: '\ef3c';
}
.icon54-v1-right-14::before {
    content: '\ef3d';
}
.icon54-v1-roadster::before {
    content: '\ef3e';
}
.icon54-v1-roasted-chicken::before {
    content: '\ef3f';
}
.icon54-v1-rocket-2::before {
    content: '\ef40';
}
.icon54-v1-rocket::before {
    content: '\ef41';
}
.icon54-v1-roller-coaster::before {
    content: '\ef42';
}
.icon54-v1-rolling-skate::before {
    content: '\ef43';
}
.icon54-v1-room-key::before {
    content: '\ef44';
}
.icon54-v1-room-service2::before {
    content: '\ef45';
}
.icon54-v1-room-service::before {
    content: '\ef46';
}
.icon54-v1-rotate-camera::before {
    content: '\ef47';
}
.icon54-v1-rotate-left::before {
    content: '\ef48';
}
.icon54-v1-rotate-right::before {
    content: '\ef49';
}
.icon54-v1-rotate::before {
    content: '\ef4a';
}
.icon54-v1-rotation-tool::before {
    content: '\ef4b';
}
.icon54-v1-round-swipe::before {
    content: '\ef4c';
}
.icon54-v1-rss::before {
    content: '\ef4d';
}
.icon54-v1-rubber::before {
    content: '\ef4e';
}
.icon54-v1-rudolf-deer::before {
    content: '\ef4f';
}
.icon54-v1-ruler-1::before {
    content: '\ef50';
}
.icon54-v1-ruler-2::before {
    content: '\ef51';
}
.icon54-v1-ruler-tool::before {
    content: '\ef52';
}
.icon54-v1-s-e-1::before {
    content: '\ef53';
}
.icon54-v1-s-e-4::before {
    content: '\ef54';
}
.icon54-v1-s-e-5::before {
    content: '\ef55';
}
.icon54-v1-s-e-7::before {
    content: '\ef56';
}
.icon54-v1-s-e-11::before {
    content: '\ef57';
}
.icon54-v1-s-e-12::before {
    content: '\ef58';
}
.icon54-v1-s-w-1::before {
    content: '\ef59';
}
.icon54-v1-s-w-4::before {
    content: '\ef5a';
}
.icon54-v1-s-w-5::before {
    content: '\ef5b';
}
.icon54-v1-s-w-7::before {
    content: '\ef5c';
}
.icon54-v1-s-w-8::before {
    content: '\ef5d';
}
.icon54-v1-s-w-9::before {
    content: '\ef5e';
}
.icon54-v1-s-w-11::before {
    content: '\ef5f';
}
.icon54-v1-s-w-12::before {
    content: '\ef60';
}
.icon54-v1-safari::before {
    content: '\ef61';
}
.icon54-v1-safe-box1::before {
    content: '\ef62';
}
.icon54-v1-safe-box2::before {
    content: '\ef63';
}
.icon54-v1-safty-pin1::before {
    content: '\ef64';
}
.icon54-v1-safty-pin2::before {
    content: '\ef65';
}
.icon54-v1-sale-1::before {
    content: '\ef66';
}
.icon54-v1-sale-2::before {
    content: '\ef67';
}
.icon54-v1-sale-tag1::before {
    content: '\ef68';
}
.icon54-v1-salt-pepper::before {
    content: '\ef69';
}
.icon54-v1-sand-clock::before {
    content: '\ef6a';
}
.icon54-v1-sandwich::before {
    content: '\ef6b';
}
.icon54-v1-santa-bag::before {
    content: '\ef6c';
}
.icon54-v1-santa-claus2::before {
    content: '\ef6d';
}
.icon54-v1-santa-claus::before {
    content: '\ef6e';
}
.icon54-v1-santa-hat1::before {
    content: '\ef6f';
}
.icon54-v1-santa-hat2::before {
    content: '\ef70';
}
.icon54-v1-santa-slide::before {
    content: '\ef71';
}
.icon54-v1-satellite::before {
    content: '\ef72';
}
.icon54-v1-save-fromcloud::before {
    content: '\ef73';
}
.icon54-v1-save-settings::before {
    content: '\ef74';
}
.icon54-v1-save-tocloud::before {
    content: '\ef75';
}
.icon54-v1-saxophone::before {
    content: '\ef76';
}
.icon54-v1-scale-tool::before {
    content: '\ef77';
}
.icon54-v1-school-bus::before {
    content: '\ef78';
}
.icon54-v1-scooter-2::before {
    content: '\ef79';
}
.icon54-v1-scooter::before {
    content: '\ef7a';
}
.icon54-v1-scorll-leftright1::before {
    content: '\ef7b';
}
.icon54-v1-scorll-leftright2::before {
    content: '\ef7c';
}
.icon54-v1-scream::before {
    content: '\ef7d';
}
.icon54-v1-screen-lock::before {
    content: '\ef7e';
}
.icon54-v1-screen-rotation::before {
    content: '\ef7f';
}
.icon54-v1-screw::before {
    content: '\ef80';
}
.icon54-v1-screwdriver2::before {
    content: '\ef81';
}
.icon54-v1-screwdriver::before {
    content: '\ef82';
}
.icon54-v1-scroll-alldirection1::before {
    content: '\ef83';
}
.icon54-v1-scroll-alldirection2::before {
    content: '\ef84';
}
.icon54-v1-scroll-down::before {
    content: '\ef85';
}
.icon54-v1-scroll-up::before {
    content: '\ef86';
}
.icon54-v1-seadog::before {
    content: '\ef87';
}
.icon54-v1-search-cloud::before {
    content: '\ef88';
}
.icon54-v1-search-doc::before {
    content: '\ef89';
}
.icon54-v1-search-file::before {
    content: '\ef8a';
}
.icon54-v1-search-folder::before {
    content: '\ef8b';
}
.icon54-v1-search-job::before {
    content: '\ef8c';
}
.icon54-v1-search-mail::before {
    content: '\ef8d';
}
.icon54-v1-search-money::before {
    content: '\ef8e';
}
.icon54-v1-search-network::before {
    content: '\ef8f';
}
.icon54-v1-search-wifi::before {
    content: '\ef90';
}
.icon54-v1-seatbelt::before {
    content: '\ef91';
}
.icon54-v1-secure-card::before {
    content: '\ef92';
}
.icon54-v1-secure-file::before {
    content: '\ef93';
}
.icon54-v1-secure-folder::before {
    content: '\ef94';
}
.icon54-v1-secure-shopping1::before {
    content: '\ef95';
}
.icon54-v1-secure-shopping2::before {
    content: '\ef96';
}
.icon54-v1-security-camera1::before {
    content: '\ef97';
}
.icon54-v1-security-camera2::before {
    content: '\ef98';
}
.icon54-v1-security-camera3::before {
    content: '\ef99';
}
.icon54-v1-sedan::before {
    content: '\ef9a';
}
.icon54-v1-select-1::before {
    content: '\ef9b';
}
.icon54-v1-select-2::before {
    content: '\ef9c';
}
.icon54-v1-selection-tool::before {
    content: '\ef9d';
}
.icon54-v1-send-mail1::before {
    content: '\ef9e';
}
.icon54-v1-send-mail2::before {
    content: '\ef9f';
}
.icon54-v1-send-mail::before {
    content: '\efa0';
}
.icon54-v1-send-money::before {
    content: '\efa1';
}
.icon54-v1-settings-attention::before {
    content: '\efa2';
}
.icon54-v1-settings-doc::before {
    content: '\efa3';
}
.icon54-v1-settings-done::before {
    content: '\efa4';
}
.icon54-v1-settings-error::before {
    content: '\efa5';
}
.icon54-v1-settings-folder::before {
    content: '\efa6';
}
.icon54-v1-settings-help::before {
    content: '\efa7';
}
.icon54-v1-settings-window::before {
    content: '\efa8';
}
.icon54-v1-sextant::before {
    content: '\efa9';
}
.icon54-v1-shake::before {
    content: '\efaa';
}
.icon54-v1-share-cloud::before {
    content: '\efab';
}
.icon54-v1-share-file1::before {
    content: '\efac';
}
.icon54-v1-share-file2::before {
    content: '\efad';
}
.icon54-v1-share-folder::before {
    content: '\efae';
}
.icon54-v1-shark::before {
    content: '\efaf';
}
.icon54-v1-shear-tool::before {
    content: '\efb0';
}
.icon54-v1-sheep::before {
    content: '\efb1';
}
.icon54-v1-sheet-file::before {
    content: '\efb2';
}
.icon54-v1-ship-1::before {
    content: '\efb3';
}
.icon54-v1-ship-2::before {
    content: '\efb4';
}
.icon54-v1-shirt-1::before {
    content: '\efb5';
}
.icon54-v1-shirt-2::before {
    content: '\efb6';
}
.icon54-v1-shopping-list::before {
    content: '\efb7';
}
.icon54-v1-shorts::before {
    content: '\efb8';
}
.icon54-v1-shower-1::before {
    content: '\efb9';
}
.icon54-v1-shower-2::before {
    content: '\efba';
}
.icon54-v1-shuffle-doc::before {
    content: '\efbb';
}
.icon54-v1-shufle-folder::before {
    content: '\efbc';
}
.icon54-v1-shy::before {
    content: '\efbd';
}
.icon54-v1-sign-contract::before {
    content: '\efbe';
}
.icon54-v1-sign-post::before {
    content: '\efbf';
}
.icon54-v1-silo-storage::before {
    content: '\efc0';
}
.icon54-v1-sim-card::before {
    content: '\efc1';
}
.icon54-v1-sims::before {
    content: '\efc2';
}
.icon54-v1-simulator::before {
    content: '\efc3';
}
.icon54-v1-siutecase::before {
    content: '\efc4';
}
.icon54-v1-skate-board::before {
    content: '\efc5';
}
.icon54-v1-skeleton::before {
    content: '\efc6';
}
.icon54-v1-skirt::before {
    content: '\efc7';
}
.icon54-v1-skrill::before {
    content: '\efc8';
}
.icon54-v1-skull2::before {
    content: '\efc9';
}
.icon54-v1-skull::before {
    content: '\efca';
}
.icon54-v1-skype::before {
    content: '\efcb';
}
.icon54-v1-sleeping::before {
    content: '\efcc';
}
.icon54-v1-slide-leftright::before {
    content: '\efcd';
}
.icon54-v1-slippers::before {
    content: '\efce';
}
.icon54-v1-slot-7::before {
    content: '\efcf';
}
.icon54-v1-slot-machine::before {
    content: '\efd0';
}
.icon54-v1-small-jack::before {
    content: '\efd1';
}
.icon54-v1-smile::before {
    content: '\efd2';
}
.icon54-v1-snail::before {
    content: '\efd3';
}
.icon54-v1-snake::before {
    content: '\efd4';
}
.icon54-v1-snooze::before {
    content: '\efd5';
}
.icon54-v1-snow-day::before {
    content: '\efd6';
}
.icon54-v1-snow-flake::before {
    content: '\efd7';
}
.icon54-v1-snow-man::before {
    content: '\efd8';
}
.icon54-v1-snow-night::before {
    content: '\efd9';
}
.icon54-v1-snow-rainday::before {
    content: '\efda';
}
.icon54-v1-snow-rainnight::before {
    content: '\efdb';
}
.icon54-v1-snow-rain::before {
    content: '\efdc';
}
.icon54-v1-snow::before {
    content: '\efdd';
}
.icon54-v1-snowbulb::before {
    content: '\efde';
}
.icon54-v1-snowing::before {
    content: '\efdf';
}
.icon54-v1-soccer-ball::before {
    content: '\efe0';
}
.icon54-v1-soda-can::before {
    content: '\efe1';
}
.icon54-v1-solar-panel::before {
    content: '\efe2';
}
.icon54-v1-solar-system::before {
    content: '\efe3';
}
.icon54-v1-solider::before {
    content: '\efe4';
}
.icon54-v1-sonic::before {
    content: '\efe5';
}
.icon54-v1-sonny-see::before {
    content: '\efe6';
}
.icon54-v1-soop::before {
    content: '\efe7';
}
.icon54-v1-sound-cloud::before {
    content: '\efe8';
}
.icon54-v1-sound-off::before {
    content: '\efe9';
}
.icon54-v1-sound-wave1::before {
    content: '\efea';
}
.icon54-v1-sound-wave2::before {
    content: '\efeb';
}
.icon54-v1-sound-wave3::before {
    content: '\efec';
}
.icon54-v1-spa-towel::before {
    content: '\efed';
}
.icon54-v1-space-invaders::before {
    content: '\efee';
}
.icon54-v1-spade-acecard::before {
    content: '\efef';
}
.icon54-v1-speaker-1::before {
    content: '\eff0';
}
.icon54-v1-speaker-2::before {
    content: '\eff1';
}
.icon54-v1-speaker-3::before {
    content: '\eff2';
}
.icon54-v1-speaker-4::before {
    content: '\eff3';
}
.icon54-v1-speakers-1::before {
    content: '\eff4';
}
.icon54-v1-speakers-phone::before {
    content: '\eff5';
}
.icon54-v1-speed-meter::before {
    content: '\eff6';
}
.icon54-v1-spider::before {
    content: '\eff7';
}
.icon54-v1-split-file::before {
    content: '\eff8';
}
.icon54-v1-split::before {
    content: '\eff9';
}
.icon54-v1-sport-car1::before {
    content: '\effa';
}
.icon54-v1-sport-flusk::before {
    content: '\effb';
}
.icon54-v1-sport-shirt::before {
    content: '\effc';
}
.icon54-v1-sport-shoe::before {
    content: '\effd';
}
.icon54-v1-spotifi::before {
    content: '\effe';
}
.icon54-v1-sprayer-tool::before {
    content: '\efff';
}
.icon54-v1-sputnic::before {
    content: '\f000';
}
.icon54-v1-spy::before {
    content: '\f001';
}
.icon54-v1-squirel::before {
    content: '\f002';
}
.icon54-v1-sroll-updown1::before {
    content: '\f003';
}
.icon54-v1-sroll-updown2::before {
    content: '\f004';
}
.icon54-v1-stamp-1::before {
    content: '\f005';
}
.icon54-v1-stamp-2::before {
    content: '\f006';
}
.icon54-v1-stamp::before {
    content: '\f007';
}
.icon54-v1-star-night::before {
    content: '\f008';
}
.icon54-v1-star::before {
    content: '\f009';
}
.icon54-v1-starfish::before {
    content: '\f00a';
}
.icon54-v1-steak::before {
    content: '\f00b';
}
.icon54-v1-steam::before {
    content: '\f00c';
}
.icon54-v1-stetoscope::before {
    content: '\f00d';
}
.icon54-v1-steve-jobs::before {
    content: '\f00e';
}
.icon54-v1-stock-ofmoney::before {
    content: '\f00f';
}
.icon54-v1-stomach::before {
    content: '\f010';
}
.icon54-v1-stop-button::before {
    content: '\f011';
}
.icon54-v1-stop-watch1::before {
    content: '\f012';
}
.icon54-v1-stop-watch2::before {
    content: '\f013';
}
.icon54-v1-store::before {
    content: '\f014';
}
.icon54-v1-storm-day::before {
    content: '\f015';
}
.icon54-v1-storm-night::before {
    content: '\f016';
}
.icon54-v1-stormtrooper::before {
    content: '\f017';
}
.icon54-v1-strait::before {
    content: '\f018';
}
.icon54-v1-strategy-1::before {
    content: '\f019';
}
.icon54-v1-street-view::before {
    content: '\f01a';
}
.icon54-v1-striketrough::before {
    content: '\f01b';
}
.icon54-v1-student::before {
    content: '\f01c';
}
.icon54-v1-stumbleupon::before {
    content: '\f01d';
}
.icon54-v1-subscript::before {
    content: '\f01e';
}
.icon54-v1-sum::before {
    content: '\f01f';
}
.icon54-v1-sun-glases::before {
    content: '\f020';
}
.icon54-v1-sun::before {
    content: '\f021';
}
.icon54-v1-sunglass::before {
    content: '\f022';
}
.icon54-v1-sunny-fields::before {
    content: '\f023';
}
.icon54-v1-super-mario::before {
    content: '\f024';
}
.icon54-v1-superscript::before {
    content: '\f025';
}
.icon54-v1-sushi::before {
    content: '\f026';
}
.icon54-v1-swan::before {
    content: '\f027';
}
.icon54-v1-swarm::before {
    content: '\f028';
}
.icon54-v1-sweating::before {
    content: '\f029';
}
.icon54-v1-swiming-short::before {
    content: '\f02a';
}
.icon54-v1-swimwear::before {
    content: '\f02b';
}
.icon54-v1-swipe-leftright::before {
    content: '\f02c';
}
.icon54-v1-swipe-left::before {
    content: '\f02d';
}
.icon54-v1-swipe-right::before {
    content: '\f02e';
}
.icon54-v1-switch-1::before {
    content: '\f02f';
}
.icon54-v1-switch-2::before {
    content: '\f030';
}
.icon54-v1-switch-3::before {
    content: '\f031';
}
.icon54-v1-switch-4::before {
    content: '\f032';
}
.icon54-v1-switch-5::before {
    content: '\f033';
}
.icon54-v1-sync-cloud::before {
    content: '\f034';
}
.icon54-v1-syncronize-files::before {
    content: '\f035';
}
.icon54-v1-syncronize-folder2::before {
    content: '\f036';
}
.icon54-v1-syncronize-folders::before {
    content: '\f037';
}
.icon54-v1-synthesizer::before {
    content: '\f038';
}
.icon54-v1-syringe::before {
    content: '\f039';
}
.icon54-v1-t-shirt-2::before {
    content: '\f03a';
}
.icon54-v1-t-shirt::before {
    content: '\f03b';
}
.icon54-v1-table-tenis::before {
    content: '\f03c';
}
.icon54-v1-tablet-download::before {
    content: '\f03d';
}
.icon54-v1-tablet-security::before {
    content: '\f03e';
}
.icon54-v1-tablet-touch::before {
    content: '\f03f';
}
.icon54-v1-tablet-upload::before {
    content: '\f040';
}
.icon54-v1-tag-1::before {
    content: '\f041';
}
.icon54-v1-tag-2::before {
    content: '\f042';
}
.icon54-v1-take-offplane::before {
    content: '\f043';
}
.icon54-v1-tap::before {
    content: '\f044';
}
.icon54-v1-tape-1::before {
    content: '\f045';
}
.icon54-v1-tape-2::before {
    content: '\f046';
}
.icon54-v1-tape-meter::before {
    content: '\f047';
}
.icon54-v1-target-group::before {
    content: '\f048';
}
.icon54-v1-target-money::before {
    content: '\f049';
}
.icon54-v1-target::before {
    content: '\f04a';
}
.icon54-v1-taxi::before {
    content: '\f04b';
}
.icon54-v1-tea-mug::before {
    content: '\f04c';
}
.icon54-v1-teamviewer::before {
    content: '\f04d';
}
.icon54-v1-tect-cursor::before {
    content: '\f04e';
}
.icon54-v1-telephone::before {
    content: '\f04f';
}
.icon54-v1-telescope::before {
    content: '\f050';
}
.icon54-v1-television::before {
    content: '\f051';
}
.icon54-v1-temperatur-night::before {
    content: '\f052';
}
.icon54-v1-temperature-day::before {
    content: '\f053';
}
.icon54-v1-tempometer::before {
    content: '\f054';
}
.icon54-v1-tenis-ball::before {
    content: '\f055';
}
.icon54-v1-tenis::before {
    content: '\f056';
}
.icon54-v1-tent::before {
    content: '\f057';
}
.icon54-v1-termometer2::before {
    content: '\f058';
}
.icon54-v1-termometer::before {
    content: '\f059';
}
.icon54-v1-test-flusk1::before {
    content: '\f05a';
}
.icon54-v1-test-flusk2::before {
    content: '\f05b';
}
.icon54-v1-test-tube::before {
    content: '\f05c';
}
.icon54-v1-tetris::before {
    content: '\f05d';
}
.icon54-v1-text-box2::before {
    content: '\f05e';
}
.icon54-v1-text-box::before {
    content: '\f05f';
}
.icon54-v1-text-color::before {
    content: '\f060';
}
.icon54-v1-text-select1::before {
    content: '\f061';
}
.icon54-v1-text-select2::before {
    content: '\f062';
}
.icon54-v1-text-size::before {
    content: '\f063';
}
.icon54-v1-theatre-scene::before {
    content: '\f064';
}
.icon54-v1-theatre::before {
    content: '\f065';
}
.icon54-v1-thin-pen::before {
    content: '\f066';
}
.icon54-v1-thoung-out::before {
    content: '\f067';
}
.icon54-v1-thread::before {
    content: '\f068';
}
.icon54-v1-thumbs-down::before {
    content: '\f069';
}
.icon54-v1-thumbs-up::before {
    content: '\f06a';
}
.icon54-v1-thunder-stormday::before {
    content: '\f06b';
}
.icon54-v1-thunder-stormnight::before {
    content: '\f06c';
}
.icon54-v1-thunderstorm::before {
    content: '\f06d';
}
.icon54-v1-tic-tactoe::before {
    content: '\f06e';
}
.icon54-v1-ticket::before {
    content: '\f06f';
}
.icon54-v1-tie::before {
    content: '\f070';
}
.icon54-v1-tiger::before {
    content: '\f071';
}
.icon54-v1-time-doc::before {
    content: '\f072';
}
.icon54-v1-time-folder::before {
    content: '\f073';
}
.icon54-v1-timemoney::before {
    content: '\f074';
}
.icon54-v1-timer-egg::before {
    content: '\f075';
}
.icon54-v1-toast::before {
    content: '\f076';
}
.icon54-v1-toilet-paper::before {
    content: '\f077';
}
.icon54-v1-toilet-pump::before {
    content: '\f078';
}
.icon54-v1-toilet::before {
    content: '\f079';
}
.icon54-v1-tomato::before {
    content: '\f07a';
}
.icon54-v1-tools::before {
    content: '\f07b';
}
.icon54-v1-tooth::before {
    content: '\f07c';
}
.icon54-v1-tornado::before {
    content: '\f07d';
}
.icon54-v1-total-commander::before {
    content: '\f07e';
}
.icon54-v1-touch-lock::before {
    content: '\f07f';
}
.icon54-v1-towel::before {
    content: '\f080';
}
.icon54-v1-traffic-cone::before {
    content: '\f081';
}
.icon54-v1-trafic-light1::before {
    content: '\f082';
}
.icon54-v1-trafic-light2::before {
    content: '\f083';
}
.icon54-v1-train-1::before {
    content: '\f084';
}
.icon54-v1-train-2::before {
    content: '\f085';
}
.icon54-v1-train-3::before {
    content: '\f086';
}
.icon54-v1-tram::before {
    content: '\f087';
}
.icon54-v1-translate2::before {
    content: '\f088';
}
.icon54-v1-translate::before {
    content: '\f089';
}
.icon54-v1-transmition-tower::before {
    content: '\f08a';
}
.icon54-v1-trash-protection::before {
    content: '\f08b';
}
.icon54-v1-trashcan::before {
    content: '\f08c';
}
.icon54-v1-tree-1::before {
    content: '\f08d';
}
.icon54-v1-treehouse::before {
    content: '\f08e';
}
.icon54-v1-tresure-chest::before {
    content: '\f08f';
}
.icon54-v1-tripit::before {
    content: '\f090';
}
.icon54-v1-troleybus::before {
    content: '\f091';
}
.icon54-v1-trompet-1::before {
    content: '\f092';
}
.icon54-v1-trompet-2::before {
    content: '\f093';
}
.icon54-v1-truck-1::before {
    content: '\f094';
}
.icon54-v1-truck-2::before {
    content: '\f095';
}
.icon54-v1-truck::before {
    content: '\f096';
}
.icon54-v1-tub::before {
    content: '\f097';
}
.icon54-v1-tuenti::before {
    content: '\f098';
}
.icon54-v1-tumblr::before {
    content: '\f099';
}
.icon54-v1-turn-page::before {
    content: '\f09a';
}
.icon54-v1-turtle::before {
    content: '\f09b';
}
.icon54-v1-twitch::before {
    content: '\f09c';
}
.icon54-v1-twitter-1::before {
    content: '\f09d';
}
.icon54-v1-twitter-2::before {
    content: '\f09e';
}
.icon54-v1-type-tool::before {
    content: '\f09f';
}
.icon54-v1-ubuntu::before {
    content: '\f0a0';
}
.icon54-v1-ufo::before {
    content: '\f0a1';
}
.icon54-v1-umbrella::before {
    content: '\f0a2';
}
.icon54-v1-unavailable-1::before {
    content: '\f0a3';
}
.icon54-v1-unavailable-2::before {
    content: '\f0a4';
}
.icon54-v1-unclean-water::before {
    content: '\f0a5';
}
.icon54-v1-underline::before {
    content: '\f0a6';
}
.icon54-v1-undo::before {
    content: '\f0a7';
}
.icon54-v1-unlock::before {
    content: '\f0a8';
}
.icon54-v1-up-1::before {
    content: '\f0a9';
}
.icon54-v1-up-2::before {
    content: '\f0aa';
}
.icon54-v1-up-3::before {
    content: '\f0ab';
}
.icon54-v1-up-4::before {
    content: '\f0ac';
}
.icon54-v1-up-5::before {
    content: '\f0ad';
}
.icon54-v1-up-6::before {
    content: '\f0ae';
}
.icon54-v1-up-7::before {
    content: '\f0af';
}
.icon54-v1-up-8::before {
    content: '\f0b0';
}
.icon54-v1-up-9::before {
    content: '\f0b1';
}
.icon54-v1-up-10::before {
    content: '\f0b2';
}
.icon54-v1-up-11::before {
    content: '\f0b3';
}
.icon54-v1-up-12::before {
    content: '\f0b4';
}
.icon54-v1-update-time::before {
    content: '\f0b5';
}
.icon54-v1-upload-bookmark::before {
    content: '\f0b6';
}
.icon54-v1-upload-doc::before {
    content: '\f0b7';
}
.icon54-v1-upload-file::before {
    content: '\f0b8';
}
.icon54-v1-upload-folder::before {
    content: '\f0b9';
}
.icon54-v1-upload-fond::before {
    content: '\f0ba';
}
.icon54-v1-upload::before {
    content: '\f0bb';
}
.icon54-v1-usb-modem::before {
    content: '\f0bc';
}
.icon54-v1-user-security1::before {
    content: '\f0bd';
}
.icon54-v1-user-security2::before {
    content: '\f0be';
}
.icon54-v1-user::before {
    content: '\f0bf';
}
.icon54-v1-vase::before {
    content: '\f0c0';
}
.icon54-v1-vector-file::before {
    content: '\f0c1';
}
.icon54-v1-vest::before {
    content: '\f0c2';
}
.icon54-v1-vhs-cassette::before {
    content: '\f0c3';
}
.icon54-v1-viddler::before {
    content: '\f0c4';
}
.icon54-v1-video-disc::before {
    content: '\f0c5';
}
.icon54-v1-video-file::before {
    content: '\f0c6';
}
.icon54-v1-video-folder2::before {
    content: '\f0c7';
}
.icon54-v1-video-folder::before {
    content: '\f0c8';
}
.icon54-v1-vimeo::before {
    content: '\f0c9';
}
.icon54-v1-violine-key::before {
    content: '\f0ca';
}
.icon54-v1-violine::before {
    content: '\f0cb';
}
.icon54-v1-virus-1::before {
    content: '\f0cc';
}
.icon54-v1-virus-2::before {
    content: '\f0cd';
}
.icon54-v1-visa-2::before {
    content: '\f0ce';
}
.icon54-v1-visa::before {
    content: '\f0cf';
}
.icon54-v1-vk::before {
    content: '\f0d0';
}
.icon54-v1-vlc-player::before {
    content: '\f0d1';
}
.icon54-v1-voice-mail::before {
    content: '\f0d2';
}
.icon54-v1-voley-ball::before {
    content: '\f0d3';
}
.icon54-v1-volume-10::before {
    content: '\f0d4';
}
.icon54-v1-volume-11::before {
    content: '\f0d5';
}
.icon54-v1-volume-12::before {
    content: '\f0d6';
}
.icon54-v1-volume-13::before {
    content: '\f0d7';
}
.icon54-v1-volume-1down::before {
    content: '\f0d8';
}
.icon54-v1-volume-1mute::before {
    content: '\f0d9';
}
.icon54-v1-volume-1up::before {
    content: '\f0da';
}
.icon54-v1-volume-20::before {
    content: '\f0db';
}
.icon54-v1-volume-21::before {
    content: '\f0dc';
}
.icon54-v1-volume-22::before {
    content: '\f0dd';
}
.icon54-v1-volume-23::before {
    content: '\f0de';
}
.icon54-v1-volume-2down::before {
    content: '\f0df';
}
.icon54-v1-volume-2mute::before {
    content: '\f0e0';
}
.icon54-v1-volume-2up::before {
    content: '\f0e1';
}
.icon54-v1-volume-controler::before {
    content: '\f0e2';
}
.icon54-v1-vomiting::before {
    content: '\f0e3';
}
.icon54-v1-vulverine::before {
    content: '\f0e4';
}
.icon54-v1-vw-bug::before {
    content: '\f0e5';
}
.icon54-v1-vw-t1::before {
    content: '\f0e6';
}
.icon54-v1-wach-4::before {
    content: '\f0e7';
}
.icon54-v1-waiter::before {
    content: '\f0e8';
}
.icon54-v1-waitress::before {
    content: '\f0e9';
}
.icon54-v1-wall::before {
    content: '\f0ea';
}
.icon54-v1-wallet-1::before {
    content: '\f0eb';
}
.icon54-v1-wallet-2::before {
    content: '\f0ec';
}
.icon54-v1-wallet-3::before {
    content: '\f0ed';
}
.icon54-v1-watch-1::before {
    content: '\f0ee';
}
.icon54-v1-watch-2::before {
    content: '\f0ef';
}
.icon54-v1-watch-3::before {
    content: '\f0f0';
}
.icon54-v1-water-tap::before {
    content: '\f0f1';
}
.icon54-v1-watering-can::before {
    content: '\f0f2';
}
.icon54-v1-wattpad::before {
    content: '\f0f3';
}
.icon54-v1-wav-doc::before {
    content: '\f0f4';
}
.icon54-v1-wb-incandescent::before {
    content: '\f0f5';
}
.icon54-v1-wb-irradescent::before {
    content: '\f0f6';
}
.icon54-v1-wb-suny::before {
    content: '\f0f7';
}
.icon54-v1-wechat::before {
    content: '\f0f8';
}
.icon54-v1-weight-libra::before {
    content: '\f0f9';
}
.icon54-v1-weight-lift::before {
    content: '\f0fa';
}
.icon54-v1-weight::before {
    content: '\f0fb';
}
.icon54-v1-whatsapp::before {
    content: '\f0fc';
}
.icon54-v1-wheel-chair::before {
    content: '\f0fd';
}
.icon54-v1-wheel-swing::before {
    content: '\f0fe';
}
.icon54-v1-whistle::before {
    content: '\f0ff';
}
.icon54-v1-wierd-1::before {
    content: '\f100';
}
.icon54-v1-wierd-2::before {
    content: '\f101';
}
.icon54-v1-wifi-1::before {
    content: '\f102';
}
.icon54-v1-wifi-2::before {
    content: '\f103';
}
.icon54-v1-wifi-3::before {
    content: '\f104';
}
.icon54-v1-wifi-4::before {
    content: '\f105';
}
.icon54-v1-wifi-cloud::before {
    content: '\f106';
}
.icon54-v1-wifi-delay::before {
    content: '\f107';
}
.icon54-v1-wifi-error1::before {
    content: '\f108';
}
.icon54-v1-wifi-error2::before {
    content: '\f109';
}
.icon54-v1-wifi-question::before {
    content: '\f10a';
}
.icon54-v1-wifi-router::before {
    content: '\f10b';
}
.icon54-v1-wifi-settings::before {
    content: '\f10c';
}
.icon54-v1-wii-console::before {
    content: '\f10d';
}
.icon54-v1-wind-game::before {
    content: '\f10e';
}
.icon54-v1-wind-turbine::before {
    content: '\f10f';
}
.icon54-v1-wind::before {
    content: '\f110';
}
.icon54-v1-window::before {
    content: '\f111';
}
.icon54-v1-windows-mediaplayer::before {
    content: '\f112';
}
.icon54-v1-windows::before {
    content: '\f113';
}
.icon54-v1-windshield-cleaner::before {
    content: '\f114';
}
.icon54-v1-wine-bottle::before {
    content: '\f115';
}
.icon54-v1-wine-glass::before {
    content: '\f116';
}
.icon54-v1-wink::before {
    content: '\f117';
}
.icon54-v1-winter-temperature::before {
    content: '\f118';
}
.icon54-v1-wireles-headset::before {
    content: '\f119';
}
.icon54-v1-withrow-fond::before {
    content: '\f11a';
}
.icon54-v1-wma-doc2::before {
    content: '\f11b';
}
.icon54-v1-wma-doc::before {
    content: '\f11c';
}
.icon54-v1-wolf::before {
    content: '\f11d';
}
.icon54-v1-wondering::before {
    content: '\f11e';
}
.icon54-v1-word::before {
    content: '\f11f';
}
.icon54-v1-wordpress::before {
    content: '\f120';
}
.icon54-v1-worker::before {
    content: '\f121';
}
.icon54-v1-world-ofwarcraft::before {
    content: '\f122';
}
.icon54-v1-world-wideweb::before {
    content: '\f123';
}
.icon54-v1-worms-armagedon::before {
    content: '\f124';
}
.icon54-v1-wow::before {
    content: '\f125';
}
.icon54-v1-wrap-imagecenter::before {
    content: '\f126';
}
.icon54-v1-wrap-imageleft::before {
    content: '\f127';
}
.icon54-v1-wrap-imageright::before {
    content: '\f128';
}
.icon54-v1-wrench-1::before {
    content: '\f129';
}
.icon54-v1-wrench-2::before {
    content: '\f12a';
}
.icon54-v1-wrench-3::before {
    content: '\f12b';
}
.icon54-v1-wrench-4::before {
    content: '\f12c';
}
.icon54-v1-x-eye::before {
    content: '\f12d';
}
.icon54-v1-x-mouth::before {
    content: '\f12e';
}
.icon54-v1-xilophone::before {
    content: '\f12f';
}
.icon54-v1-xing::before {
    content: '\f130';
}
.icon54-v1-xmas-soks::before {
    content: '\f131';
}
.icon54-v1-xmas-tag::before {
    content: '\f132';
}
.icon54-v1-yagermeister::before {
    content: '\f133';
}
.icon54-v1-yahoo-messenger::before {
    content: '\f134';
}
.icon54-v1-yahoo::before {
    content: '\f135';
}
.icon54-v1-yammer::before {
    content: '\f136';
}
.icon54-v1-yelling::before {
    content: '\f137';
}
.icon54-v1-you-rock::before {
    content: '\f138';
}
.icon54-v1-youtube-1::before {
    content: '\f139';
}
.icon54-v1-youtube-2::before {
    content: '\f13a';
}
.icon54-v1-zip-file::before {
    content: '\f13b';
}
.icon54-v1-zip-folder::before {
    content: '\f13c';
}
.icon54-v1-zipper::before {
    content: '\f13d';
}
.icon54-v1-zombie::before {
    content: '\f13e';
}
.icon54-v1-zoom-in2::before {
    content: '\f13f';
}
.icon54-v1-zoom-in3::before {
    content: '\f140';
}
.icon54-v1-zoom-in::before {
    content: '\f141';
}
.icon54-v1-zoom-out2::before {
    content: '\f142';
}
.icon54-v1-zoom-out3::before {
    content: '\f143';
}
.icon54-v1-zoom-out::before {
    content: '\f144';
}
.icon54-v1-zootool::before {
    content: '\f145';
}



#st-1 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;;
  direction: ltr;
  display: block;
  opacity: 1;
  text-align: center;
  z-index: 94034;
}
#st-1.st-animated {
  -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in; -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in; -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in; -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in; transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}
#st-1.st-hidden {
  opacity: 0;
}
#st-1.st-hide {
  display: none;
}
#st-1 .st-btn {
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
  -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in; -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in; -o-transition: opacity 0.2s ease-in, top 0.2s ease-in; -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in; transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
}
#st-1 .st-btn:last-child {
  margin-right: 0;
}
#st-1 .st-btn > svg {
  height: 20px;
  width: 20px;
  position: relative;
  top: 10px;
  vertical-align: top;
}
#st-1 .st-btn > img {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  top: 10px;
  vertical-align: top;
}
#st-1 .st-btn > span {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.5px;
  min-width: 67px;
  opacity: 1;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
}
#st-1.st-has-labels .st-btn {
  min-width: 135px;
}
#st-1.st-has-labels .st-btn.st-remove-label {
  min-width: 50px;
}
#st-1.st-has-labels .st-btn.st-remove-label > span {
  display: none;
}
#st-1.st-has-labels .st-btn.st-hide-label > span {
  display: none;
}
#st-1 .st-total {
  color: #555;
  display: inline-block;
  font-weight: 500;
  line-height: 15px;
  margin-right: 0;
  max-width: 80px;
  padding: 4px 8px;
  text-align: center;
}
#st-1 .st-total.st-hidden {
  display: none;
}
#st-1 .st-total > span {
  font-size: 20px;
  line-height: 22px;
  display: block;
  padding: 0;
}
#st-1 .st-total > span.st-shares {
  font-size: 12px;
  line-height: 12px;
}
#st-1.st-justified {
  display: flex;
  text-align: center;
}
#st-1.st-justified .st-btn {
  -moz-flex: 1;
-ms-flex: 1;
-webkit-flex: 1;
flex: 1;
}#st-1 .st-btn:hover {
  opacity: .8;
  top: -4px;
}#st-1 .st-btn[data-network='linkedin'] {
  background-color: #0077b5
}
#st-1 .st-btn[data-network='linkedin'] img {
  filter: 
}
#st-1 .st-btn[data-network='linkedin'] > span {
  color: #fff
}
#st-1 .st-btn[data-network='facebook'] {
  background-color: #4267B2
}
#st-1 .st-btn[data-network='facebook'] img {
  filter: 
}
#st-1 .st-btn[data-network='facebook'] > span {
  color: #fff
}
#st-1 .st-btn[data-network='twitter'] {
  background-color: #55acee
}
#st-1 .st-btn[data-network='twitter'] img {
  filter: 
}
#st-1 .st-btn[data-network='twitter'] > span {
  color: #fff
}
#st-1 .st-btn[data-network='email'] {
  background-color: #7d7d7d
}
#st-1 .st-btn[data-network='email'] img {
  filter: 
}
#st-1 .st-btn[data-network='email'] > span {
  color: #fff
}
#st-1 .st-btn[data-network='messenger'] {
  background-color: #448AFF
}
#st-1 .st-btn[data-network='messenger'] img {
  filter: 
}
#st-1 .st-btn[data-network='messenger'] > span {
  color: #fff
}
#st-1 .st-btn[data-network='whatsapp'] {
  background-color: #25d366
}
#st-1 .st-btn[data-network='whatsapp'] img {
  filter: 
}
#st-1 .st-btn[data-network='whatsapp'] > span {
  color: #fff
}
#st-1 .st-btn[data-network='skype'] {
  background-color: #00aff0
}
#st-1 .st-btn[data-network='skype'] img {
  filter: 
}
#st-1 .st-btn[data-network='skype'] > span {
  color: #fff
}
#st-1 .st-btn[data-network='reddit'] {
  background-color: #ff4500
}
#st-1 .st-btn[data-network='reddit'] img {
  filter: 
}
#st-1 .st-btn[data-network='reddit'] > span {
  color: #fff
}

#st-1 .st-btn[data-network='snapchat'] > span {
  color: #333
}


[class^="mobi-"], [class*=" mobi-"] {
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e991";
  position: absolute;
  right: 1.2rem;
  color: #0f7699;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}

.mobi-mbri-add-submenu:before {
  content: "\e900";
}
.mobi-mbri-alert:before {
  content: "\e901";
}
.mobi-mbri-align-center:before {
  content: "\e902";
}
.mobi-mbri-align-justify:before {
  content: "\e903";
}
.mobi-mbri-align-left:before {
  content: "\e904";
}
.mobi-mbri-align-right:before {
  content: "\e905";
}
.mobi-mbri-android:before {
  content: "\e906";
}
.mobi-mbri-apple:before {
  content: "\e907";
}
.mobi-mbri-arrow-down:before {
  content: "\e908";
}
.mobi-mbri-arrow-next:before {
  content: "\e909";
}
.mobi-mbri-arrow-prev:before {
  content: "\e90a";
}
.mobi-mbri-arrow-up:before {
  content: "\e90b";
}
.mobi-mbri-bold:before {
  content: "\e90c";
}
.mobi-mbri-bookmark:before {
  content: "\e90d";
}
.mobi-mbri-bootstrap:before {
  content: "\e90e";
}
.mobi-mbri-briefcase:before {
  content: "\e90f";
}
.mobi-mbri-browse:before {
  content: "\e910";
}
.mobi-mbri-bulleted-list:before {
  content: "\e911";
}
.mobi-mbri-calendar:before {
  content: "\e912";
}
.mobi-mbri-camera:before {
  content: "\e913";
}
.mobi-mbri-cart-add:before {
  content: "\e914";
}
.mobi-mbri-cart-full:before {
  content: "\e915";
}
.mobi-mbri-cash:before {
  content: "\e916";
}
.mobi-mbri-change-style:before {
  content: "\e917";
}
.mobi-mbri-chat:before {
  content: "\e918";
}
.mobi-mbri-clock:before {
  content: "\e919";
}
.mobi-mbri-close:before {
  content: "\e91a";
}
.mobi-mbri-cloud:before {
  content: "\e91b";
}
.mobi-mbri-code:before {
  content: "\e91c";
}
.mobi-mbri-contact-form:before {
  content: "\e91d";
}
.mobi-mbri-credit-card:before {
  content: "\e91e";
}
.mobi-mbri-cursor-click:before {
  content: "\e91f";
}
.mobi-mbri-cust-feedback:before {
  content: "\e920";
}
.mobi-mbri-database:before {
  content: "\e921";
}
.mobi-mbri-delivery:before {
  content: "\e922";
}
.mobi-mbri-desktop:before {
  content: "\e923";
}
.mobi-mbri-devices:before {
  content: "\e924";
}
.mobi-mbri-down:before {
  content: "\e925";
}
.mobi-mbri-download-2:before {
  content: "\e926";
}
.mobi-mbri-download:before {
  content: "\e927";
}
.mobi-mbri-drag-n-drop-2:before {
  content: "\e928";
}
.mobi-mbri-drag-n-drop:before {
  content: "\e929";
}
.mobi-mbri-edit-2:before {
  content: "\e92a";
}
.mobi-mbri-edit:before {
  content: "\e92b";
}
.mobi-mbri-error:before {
  content: "\e92c";
}
.mobi-mbri-extension:before {
  content: "\e92d";
}
.mobi-mbri-features:before {
  content: "\e92e";
}
.mobi-mbri-file:before {
  content: "\e92f";
}
.mobi-mbri-flag:before {
  content: "\e930";
}
.mobi-mbri-folder:before {
  content: "\e931";
}
.mobi-mbri-gift:before {
  content: "\e932";
}
.mobi-mbri-github:before {
  content: "\e933";
}
.mobi-mbri-globe-2:before {
  content: "\e934";
}
.mobi-mbri-globe:before {
  content: "\e935";
}
.mobi-mbri-growing-chart:before {
  content: "\e936";
}
.mobi-mbri-hearth:before {
  content: "\e937";
}
.mobi-mbri-help:before {
  content: "\e938";
}
.mobi-mbri-home:before {
  content: "\e939";
}
.mobi-mbri-hot-cup:before {
  content: "\e93a";
}
.mobi-mbri-idea:before {
  content: "\e93b";
}
.mobi-mbri-image-gallery:before {
  content: "\e93c";
}
.mobi-mbri-image-slider:before {
  content: "\e93d";
}
.mobi-mbri-info:before {
  content: "\e93e";
}
.mobi-mbri-italic:before {
  content: "\e93f";
}
.mobi-mbri-key:before {
  content: "\e940";
}
.mobi-mbri-laptop:before {
  content: "\e941";
}
.mobi-mbri-layers:before {
  content: "\e942";
}
.mobi-mbri-left-right:before {
  content: "\e943";
}
.mobi-mbri-left:before {
  content: "\e944";
}
.mobi-mbri-letter:before {
  content: "\e945";
}
.mobi-mbri-like:before {
  content: "\e946";
}
.mobi-mbri-link:before {
  content: "\e947";
}
.mobi-mbri-lock:before {
  content: "\e948";
}
.mobi-mbri-login:before {
  content: "\e949";
}
.mobi-mbri-logout:before {
  content: "\e94a";
}
.mobi-mbri-magic-stick:before {
  content: "\e94b";
}
.mobi-mbri-map-pin:before {
  content: "\e94c";
}
.mobi-mbri-menu:before {
  content: "\e94d";
}
.mobi-mbri-mobile-2:before {
  content: "\e94e";
}
.mobi-mbri-mobile-horizontal:before {
  content: "\e94f";
}
.mobi-mbri-mobile:before {
  content: "\e950";
}
.mobi-mbri-mobirise:before {
  content: "\e951";
}
.mobi-mbri-more-horizontal:before {
  content: "\e952";
}
.mobi-mbri-more-vertical:before {
  content: "\e953";
}
.mobi-mbri-music:before {
  content: "\e954";
}
.mobi-mbri-new-file:before {
  content: "\e955";
}
.mobi-mbri-numbered-list:before {
  content: "\e956";
}
.mobi-mbri-opened-folder:before {
  content: "\e957";
}
.mobi-mbri-pages:before {
  content: "\e958";
}
.mobi-mbri-paper-plane:before {
  content: "\e959";
}
.mobi-mbri-paperclip:before {
  content: "\e95a";
}
.mobi-mbri-phone:before {
  content: "\e95b";
}
.mobi-mbri-photo:before {
  content: "\e95c";
}
.mobi-mbri-photos:before {
  content: "\e95d";
}
.mobi-mbri-pin:before {
  content: "\e95e";
}
.mobi-mbri-play:before {
  content: "\e95f";
}
.mobi-mbri-plus:before {
  content: "\e960";
}
.mobi-mbri-preview:before {
  content: "\e961";
}
.mobi-mbri-print:before {
  content: "\e962";
}
.mobi-mbri-protect:before {
  content: "\e963";
}
.mobi-mbri-question:before {
  content: "\e964";
}
.mobi-mbri-quote-left:before {
  content: "\e965";
}
.mobi-mbri-quote-right:before {
  content: "\e966";
}
.mobi-mbri-redo:before {
  content: "\e967";
}
.mobi-mbri-refresh:before {
  content: "\e968";
}
.mobi-mbri-responsive-2:before {
  content: "\e969";
}
.mobi-mbri-responsive:before {
  content: "\e96a";
}
.mobi-mbri-right:before {
  content: "\e96b";
}
.mobi-mbri-rocket:before {
  content: "\e96c";
}
.mobi-mbri-sad-face:before {
  content: "\e96d";
}
.mobi-mbri-sale:before {
  content: "\e96e";
}
.mobi-mbri-save:before {
  content: "\e96f";
}
.mobi-mbri-search:before {
  content: "\e970";
}
.mobi-mbri-setting-2:before {
  content: "\e971";
}
.mobi-mbri-setting-3:before {
  content: "\e972";
}
.mobi-mbri-setting:before {
  content: "\e973";
}
.mobi-mbri-share:before {
  content: "\e974";
}
.mobi-mbri-shopping-bag:before {
  content: "\e975";
}
.mobi-mbri-shopping-basket:before {
  content: "\e976";
}
.mobi-mbri-shopping-cart:before {
  content: "\e977";
}
.mobi-mbri-sites:before {
  content: "\e978";
}
.mobi-mbri-smile-face:before {
  content: "\e979";
}
.mobi-mbri-speed:before {
  content: "\e97a";
}
.mobi-mbri-star:before {
  content: "\e97b";
}
.mobi-mbri-success:before {
  content: "\e97c";
}
.mobi-mbri-sun:before {
  content: "\e97d";
}
.mobi-mbri-sun2:before {
  content: "\e97e";
}
.mobi-mbri-tablet-vertical:before {
  content: "\e97f";
}
.mobi-mbri-tablet:before {
  content: "\e980";
}
.mobi-mbri-target:before {
  content: "\e981";
}
.mobi-mbri-timer:before {
  content: "\e982";
}
.mobi-mbri-to-ftp:before {
  content: "\e983";
}
.mobi-mbri-to-local-drive:before {
  content: "\e984";
}
.mobi-mbri-touch-swipe:before {
  content: "\e985";
}
.mobi-mbri-touch:before {
  content: "\e986";
}
.mobi-mbri-trash:before {
  content: "\e987";
}
.mobi-mbri-underline:before {
  content: "\e988";
}
.mobi-mbri-undo:before {
  content: "\e989";
}
.mobi-mbri-unlink:before {
  content: "\e98a";
}
.mobi-mbri-unlock:before {
  content: "\e98b";
}
.mobi-mbri-up-down:before {
  content: "\e98c";
}
.mobi-mbri-up:before {
  content: "\e98d";
}
.mobi-mbri-update:before {
  content: "\e98e";
}
.mobi-mbri-upload-2:before {
  content: "\e98f";
}
.mobi-mbri-upload:before {
  content: "\e990";
}
.mobi-mbri-user-2:before {
  content: "\e991";
}
.mobi-mbri-user:before {
  content: "\e992";
}
.mobi-mbri-users:before {
  content: "\e993";
}
.mobi-mbri-video-play:before {
  content: "\e994";
}
.mobi-mbri-video:before {
  content: "\e995";
}
.mobi-mbri-watch:before {
  content: "\e996";
}
.mobi-mbri-website-theme-2:before {
  content: "\e997";
}
.mobi-mbri-website-theme:before {
  content: "\e998";
}
.mobi-mbri-wifi:before {
  content: "\e999";
}
.mobi-mbri-windows:before {
  content: "\e99a";
}
.mobi-mbri-zoom-in:before {
  content: "\e99b";
}
.mobi-mbri-zoom-out:before {
  content: "\e99c";
}



[class^='icon54-v4-'],
[class*=' icon54-v4-'] {
    font-family: 'icon54-v4' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon54-v4-d-box::before {
    content: '\e900';
}

.icon54-v4-d-cube::before {
    content: '\e901';
}

.icon54-v4-accessible::before {
    content: '\e902';
}

.icon54-v4-active-protection::before {
    content: '\e903';
}
.icon54-v4-add-event::before {
    content: '\e904';
}
.icon54-v4-add-shopping-cart::before {
    content: '\e905';
}
.icon54-v4-add-user-2::before {
    content: '\e906';
}
.icon54-v4-add-user::before {
    content: '\e907';
}
.icon54-v4-add-users::before {
    content: '\e908';
}
.icon54-v4-add::before {
    content: '\e909';
}
.icon54-v4-adjustments::before {
    content: '\e90a';
}
.icon54-v4-airplane::before {
    content: '\e90b';
}
.icon54-v4-alarm::before {
    content: '\e90c';
}
.icon54-v4-alcohol-drink::before {
    content: '\e90d';
}
.icon54-v4-anchor::before {
    content: '\e90e';
}
.icon54-v4-android::before {
    content: '\e90f';
}
.icon54-v4-announcement::before {
    content: '\e910';
}
.icon54-v4-anonymus-2::before {
    content: '\e911';
}
.icon54-v4-anonymus::before {
    content: '\e912';
}
.icon54-v4-answer-2::before {
    content: '\e913';
}
.icon54-v4-answer-3::before {
    content: '\e914';
}
.icon54-v4-answer::before {
    content: '\e915';
}
.icon54-v4-apron::before {
    content: '\e916';
}
.icon54-v4-archive-file::before {
    content: '\e917';
}
.icon54-v4-archive::before {
    content: '\e918';
}
.icon54-v4-armchair-1::before {
    content: '\e919';
}
.icon54-v4-armchair-2::before {
    content: '\e91a';
}
.icon54-v4-armchair-3::before {
    content: '\e91b';
}
.icon54-v4-armchair-4::before {
    content: '\e91c';
}
.icon54-v4-artifical-intelligence-1::before {
    content: '\e91d';
}
.icon54-v4-artifical-intelligence-2::before {
    content: '\e91e';
}
.icon54-v4-artist::before {
    content: '\e91f';
}
.icon54-v4-assignment::before {
    content: '\e920';
}
.icon54-v4-astronaut::before {
    content: '\e921';
}
.icon54-v4-at-symbol-2::before {
    content: '\e922';
}
.icon54-v4-at-symbol-3::before {
    content: '\e923';
}
.icon54-v4-at-symbol::before {
    content: '\e924';
}
.icon54-v4-at::before {
    content: '\e925';
}
.icon54-v4-atlas::before {
    content: '\e926';
}
.icon54-v4-attach-2::before {
    content: '\e927';
}
.icon54-v4-attach-3::before {
    content: '\e928';
}
.icon54-v4-attach-user::before {
    content: '\e929';
}
.icon54-v4-audio::before {
    content: '\e92a';
}
.icon54-v4-avatar-chef::before {
    content: '\e92b';
}
.icon54-v4-back-arrow::before {
    content: '\e92c';
}
.icon54-v4-badminton::before {
    content: '\e92d';
}
.icon54-v4-baguette::before {
    content: '\e92e';
}
.icon54-v4-bald-man::before {
    content: '\e92f';
}
.icon54-v4-balloons-1::before {
    content: '\e930';
}
.icon54-v4-balloons-2::before {
    content: '\e931';
}
.icon54-v4-baloon::before {
    content: '\e932';
}
.icon54-v4-banknote::before {
    content: '\e933';
}
.icon54-v4-bar-chart-2::before {
    content: '\e934';
}
.icon54-v4-bar-chart::before {
    content: '\e935';
}
.icon54-v4-barbeque::before {
    content: '\e936';
}
.icon54-v4-bat::before {
    content: '\e937';
}
.icon54-v4-batman::before {
    content: '\e938';
}
.icon54-v4-battery-charge::before {
    content: '\e939';
}
.icon54-v4-battery-full::before {
    content: '\e93a';
}
.icon54-v4-battery-half::before {
    content: '\e93b';
}
.icon54-v4-battery-low::before {
    content: '\e93c';
}
.icon54-v4-beach-sign::before {
    content: '\e93d';
}
.icon54-v4-bed-1::before {
    content: '\e93e';
}
.icon54-v4-bed-2::before {
    content: '\e93f';
}
.icon54-v4-bed-3::before {
    content: '\e940';
}
.icon54-v4-bed-4::before {
    content: '\e941';
}
.icon54-v4-bed-5::before {
    content: '\e942';
}
.icon54-v4-beer-glass::before {
    content: '\e943';
}
.icon54-v4-beer::before {
    content: '\e944';
}
.icon54-v4-bell-2::before {
    content: '\e945';
}
.icon54-v4-bell-3::before {
    content: '\e946';
}
.icon54-v4-bell-4::before {
    content: '\e947';
}
.icon54-v4-bell-alarm::before {
    content: '\e948';
}
.icon54-v4-bell::before {
    content: '\e949';
}
.icon54-v4-bender::before {
    content: '\e94a';
}
.icon54-v4-bikini::before {
    content: '\e94b';
}
.icon54-v4-bill-2::before {
    content: '\e94c';
}
.icon54-v4-bill::before {
    content: '\e94d';
}
.icon54-v4-birthay-hat-2::before {
    content: '\e94e';
}
.icon54-v4-birthday-1::before {
    content: '\e94f';
}
.icon54-v4-birthday-2::before {
    content: '\e950';
}
.icon54-v4-birthday-cake-1::before {
    content: '\e951';
}
.icon54-v4-birthday-cake-2::before {
    content: '\e952';
}
.icon54-v4-birthday-card::before {
    content: '\e953';
}
.icon54-v4-birthday-decoration-1::before {
    content: '\e954';
}
.icon54-v4-birthday-decoration-2::before {
    content: '\e955';
}
.icon54-v4-birthday-decoration-3::before {
    content: '\e956';
}
.icon54-v4-birthday-greetings-1::before {
    content: '\e957';
}
.icon54-v4-birthday-hat3::before {
    content: '\e958';
}
.icon54-v4-birthday-invitation::before {
    content: '\e959';
}
.icon54-v4-birthday-message-1::before {
    content: '\e95a';
}
.icon54-v4-birthday-message-2::before {
    content: '\e95b';
}
.icon54-v4-birthday-party::before {
    content: '\e95c';
}
.icon54-v4-birthday-picture::before {
    content: '\e95d';
}
.icon54-v4-birthday-song::before {
    content: '\e95e';
}
.icon54-v4-birthyday-hat-1::before {
    content: '\e95f';
}
.icon54-v4-bitcoin-2::before {
    content: '\e960';
}
.icon54-v4-bitcoin-3::before {
    content: '\e961';
}
.icon54-v4-bitcoin::before {
    content: '\e962';
}
.icon54-v4-black-cat::before {
    content: '\e963';
}
.icon54-v4-blende::before {
    content: '\e964';
}
.icon54-v4-blender::before {
    content: '\e965';
}
.icon54-v4-bllboy::before {
    content: '\e966';
}
.icon54-v4-bloody-axe::before {
    content: '\e967';
}
.icon54-v4-bloody-knife::before {
    content: '\e968';
}
.icon54-v4-blueprint::before {
    content: '\e969';
}
.icon54-v4-bluetooth::before {
    content: '\e96a';
}
.icon54-v4-boat::before {
    content: '\e96b';
}
.icon54-v4-bone-hand::before {
    content: '\e96c';
}
.icon54-v4-bones::before {
    content: '\e96d';
}
.icon54-v4-book::before {
    content: '\e96e';
}
.icon54-v4-bookmarrk::before {
    content: '\e96f';
}
.icon54-v4-bottle-opener::before {
    content: '\e970';
}
.icon54-v4-bow-tie::before {
    content: '\e971';
}
.icon54-v4-box::before {
    content: '\e972';
}
.icon54-v4-brake-link::before {
    content: '\e973';
}
.icon54-v4-bread-and-wine::before {
    content: '\e974';
}
.icon54-v4-bread-knife::before {
    content: '\e975';
}
.icon54-v4-bricks::before {
    content: '\e976';
}
.icon54-v4-bride::before {
    content: '\e977';
}
.icon54-v4-briefcase::before {
    content: '\e978';
}
.icon54-v4-bring-down-2::before {
    content: '\e979';
}
.icon54-v4-bring-down-3::before {
    content: '\e97a';
}
.icon54-v4-bring-down::before {
    content: '\e97b';
}
.icon54-v4-bring-up-2::before {
    content: '\e97c';
}
.icon54-v4-bring-up-3::before {
    content: '\e97d';
}
.icon54-v4-bring-up::before {
    content: '\e97e';
}
.icon54-v4-brush::before {
    content: '\e97f';
}
.icon54-v4-bucket::before {
    content: '\e980';
}
.icon54-v4-bug::before {
    content: '\e981';
}
.icon54-v4-building-construction::before {
    content: '\e982';
}
.icon54-v4-building::before {
    content: '\e983';
}
.icon54-v4-bunk-beds::before {
    content: '\e984';
}
.icon54-v4-bunny-2::before {
    content: '\e985';
}
.icon54-v4-bunny::before {
    content: '\e986';
}
.icon54-v4-business-man-1::before {
    content: '\e987';
}
.icon54-v4-business-man-2::before {
    content: '\e988';
}
.icon54-v4-business-woman-1::before {
    content: '\e989';
}
.icon54-v4-business-woman-2::before {
    content: '\e98a';
}
.icon54-v4-cad-1::before {
    content: '\e98b';
}
.icon54-v4-cad-2::before {
    content: '\e98c';
}
.icon54-v4-cad-3::before {
    content: '\e98d';
}
.icon54-v4-cad-compasses::before {
    content: '\e98e';
}
.icon54-v4-cad-file::before {
    content: '\e98f';
}
.icon54-v4-cad-paper::before {
    content: '\e990';
}
.icon54-v4-cad-papers::before {
    content: '\e991';
}
.icon54-v4-cad-pencil::before {
    content: '\e992';
}
.icon54-v4-cake-knife::before {
    content: '\e993';
}
.icon54-v4-cake-piece::before {
    content: '\e994';
}
.icon54-v4-cake-slice::before {
    content: '\e995';
}
.icon54-v4-cake::before {
    content: '\e996';
}
.icon54-v4-calculator::before {
    content: '\e997';
}
.icon54-v4-calendar::before {
    content: '\e998';
}
.icon54-v4-callendar::before {
    content: '\e999';
}
.icon54-v4-camera-1::before {
    content: '\e99a';
}
.icon54-v4-camera-2::before {
    content: '\e99b';
}
.icon54-v4-candle-light::before {
    content: '\e99c';
}
.icon54-v4-candle::before {
    content: '\e99d';
}
.icon54-v4-candy-holder::before {
    content: '\e99e';
}
.icon54-v4-candy::before {
    content: '\e99f';
}
.icon54-v4-canlestick::before {
    content: '\e9a0';
}
.icon54-v4-captain-america::before {
    content: '\e9a1';
}
.icon54-v4-captain::before {
    content: '\e9a2';
}
.icon54-v4-captin-hat::before {
    content: '\e9a3';
}
.icon54-v4-car-2::before {
    content: '\e9a4';
}
.icon54-v4-car-3::before {
    content: '\e9a5';
}
.icon54-v4-car::before {
    content: '\e9a6';
}
.icon54-v4-castle::before {
    content: '\e9a7';
}
.icon54-v4-cauldron::before {
    content: '\e9a8';
}
.icon54-v4-celebration-glasses::before {
    content: '\e9a9';
}
.icon54-v4-cemetery-1::before {
    content: '\e9aa';
}
.icon54-v4-cemetery-2::before {
    content: '\e9ab';
}
.icon54-v4-cezve::before {
    content: '\e9ac';
}
.icon54-v4-champagne-in-ice-bucket::before {
    content: '\e9ad';
}
.icon54-v4-champagne-open::before {
    content: '\e9ae';
}
.icon54-v4-champagne::before {
    content: '\e9af';
}
.icon54-v4-charlie-chaplin::before {
    content: '\e9b0';
}
.icon54-v4-check-1::before {
    content: '\e9b1';
}
.icon54-v4-check-2::before {
    content: '\e9b2';
}
.icon54-v4-chef::before {
    content: '\e9b3';
}

.icon54-v4-chicken-2::before {
    content: '\e9b6';
}
.icon54-v4-chicken-3::before {
    content: '\e9b7';
}
.icon54-v4-chicken::before {
    content: '\e9b8';
}
.icon54-v4-chilled-champagne::before {
    content: '\e9b9';
}
.icon54-v4-chopsticks::before {
    content: '\e9ba';
}
.icon54-v4-church-bells::before {
    content: '\e9bb';
}
.icon54-v4-church::before {
    content: '\e9bc';
}
.icon54-v4-claptrap::before {
    content: '\e9bd';
}
.icon54-v4-clock::before {
    content: '\e9be';
}
.icon54-v4-close::before {
    content: '\e9bf';
}
.icon54-v4-cloud-2::before {
    content: '\e9c0';
}
.icon54-v4-cloud-3::before {
    content: '\e9c1';
}
.icon54-v4-cloud-off::before {
    content: '\e9c2';
}
.icon54-v4-cloud::before {
    content: '\e9c3';
}
.icon54-v4-clown-2::before {
    content: '\e9c4';
}
.icon54-v4-clown::before {
    content: '\e9c5';
}
.icon54-v4-cobweb-1::before {
    content: '\e9c6';
}
.icon54-v4-cobweb-2::before {
    content: '\e9c7';
}
.icon54-v4-cocktail::before {
    content: '\e9c8';
}
.icon54-v4-coding::before {
    content: '\e9c9';
}
.icon54-v4-coffee-maker::before {
    content: '\e9ca';
}
.icon54-v4-coffin::before {
    content: '\e9cb';
}
.icon54-v4-cold::before {
    content: '\e9cc';
}
.icon54-v4-collaboration::before {
    content: '\e9cd';
}
.icon54-v4-compass::before {
    content: '\e9ce';
}
.icon54-v4-computer::before {
    content: '\e9cf';
}
.icon54-v4-confetti-1::before {
    content: '\e9d0';
}
.icon54-v4-confetti-2::before {
    content: '\e9d1';
}
.icon54-v4-connection::before {
    content: '\e9d2';
}
.icon54-v4-construction-plan::before {
    content: '\e9d3';
}
.icon54-v4-cookbook::before {
    content: '\e9d4';
}
.icon54-v4-cooker-hood::before {
    content: '\e9d5';
}
.icon54-v4-cooker::before {
    content: '\e9d6';
}
.icon54-v4-cooler::before {
    content: '\e9d7';
}
.icon54-v4-copyright-2::before {
    content: '\e9d8';
}
.icon54-v4-copyright-3::before {
    content: '\e9d9';
}
.icon54-v4-copyright::before {
    content: '\e9da';
}
.icon54-v4-cord::before {
    content: '\e9db';
}
.icon54-v4-corkscrew::before {
    content: '\e9dc';
}
.icon54-v4-corn-candy::before {
    content: '\e9dd';
}
.icon54-v4-corner-tub::before {
    content: '\e9de';
}
.icon54-v4-course::before {
    content: '\e9df';
}
.icon54-v4-cowboy::before {
    content: '\e9e0';
}
.icon54-v4-creative-commun-2::before {
    content: '\e9e1';
}
.icon54-v4-creative-commun-3::before {
    content: '\e9e2';
}
.icon54-v4-creative-commun::before {
    content: '\e9e3';
}
.icon54-v4-credit-card::before {
    content: '\e9e4';
}
.icon54-v4-crescent::before {
    content: '\e9e5';
}
.icon54-v4-criminal::before {
    content: '\e9e6';
}
.icon54-v4-crop::before {
    content: '\e9e7';
}
.icon54-v4-crow::before {
    content: '\e9e8';
}
.icon54-v4-cup::before {
    content: '\e9e9';
}
.icon54-v4-cupcake::before {
    content: '\e9ea';
}
.icon54-v4-cut::before {
    content: '\e9eb';
}
.icon54-v4-cutlery-decoration::before {
    content: '\e9ec';
}
.icon54-v4-cutlery-set::before {
    content: '\e9ed';
}
.icon54-v4-cutlery::before {
    content: '\e9ee';
}
.icon54-v4-cutting-board-1::before {
    content: '\e9ef';
}
.icon54-v4-cutting-board-2::before {
    content: '\e9f0';
}
.icon54-v4-daffodil::before {
    content: '\e9f1';
}
.icon54-v4-darth-vader::before {
    content: '\e9f2';
}
.icon54-v4-dashed-frame-1::before {
    content: '\e9f3';
}
.icon54-v4-dashed-frame-2::before {
    content: '\e9f4';
}
.icon54-v4-dashed-frame-3::before {
    content: '\e9f5';
}
.icon54-v4-dashed-frame-4::before {
    content: '\e9f6';
}
.icon54-v4-dashed-frame-5::before {
    content: '\e9f7';
}
.icon54-v4-dashed-frame-6::before {
    content: '\e9f8';
}
.icon54-v4-dashed-frame-7::before {
    content: '\e9f9';
}
.icon54-v4-dashed-frame-8::before {
    content: '\e9fa';
}
.icon54-v4-dashed-frame-9::before {
    content: '\e9fb';
}
.icon54-v4-dashed-frame-10::before {
    content: '\e9fc';
}
.icon54-v4-dashed-frame-11::before {
    content: '\e9fd';
}
.icon54-v4-dashed-frame-12::before {
    content: '\e9fe';
}
.icon54-v4-dashed-frame-13::before {
    content: '\e9ff';
}
.icon54-v4-dashed-frame-14::before {
    content: '\ea00';
}
.icon54-v4-dashed-frame-15::before {
    content: '\ea01';
}
.icon54-v4-dashed-frame-16::before {
    content: '\ea02';
}
.icon54-v4-dashed-frame-17::before {
    content: '\ea03';
}
.icon54-v4-dashed-frame-18::before {
    content: '\ea04';
}
.icon54-v4-dashed-frame-19::before {
    content: '\ea05';
}
.icon54-v4-dashed-frame-20::before {
    content: '\ea06';
}
.icon54-v4-dashed-frame-21::before {
    content: '\ea07';
}
.icon54-v4-dashed-frame-22::before {
    content: '\ea08';
}
.icon54-v4-dashed-frame-23::before {
    content: '\ea09';
}
.icon54-v4-dashed-frame-24::before {
    content: '\ea0a';
}
.icon54-v4-dashed-frame-25::before {
    content: '\ea0b';
}
.icon54-v4-dashed-frame-26::before {
    content: '\ea0c';
}
.icon54-v4-dashed-frame-27::before {
    content: '\ea0d';
}
.icon54-v4-dashed-frame-28::before {
    content: '\ea0e';
}
.icon54-v4-dashed-frame-29::before {
    content: '\ea0f';
}
.icon54-v4-dashed-frame-30::before {
    content: '\ea10';
}
.icon54-v4-dashed-frame-31::before {
    content: '\ea11';
}
.icon54-v4-dashed-frame-32::before {
    content: '\ea12';
}
.icon54-v4-dashed-frame-33::before {
    content: '\ea13';
}
.icon54-v4-dashed-frame-34::before {
    content: '\ea14';
}
.icon54-v4-dashed-frame-35::before {
    content: '\ea15';
}
.icon54-v4-database-2::before {
    content: '\ea16';
}
.icon54-v4-database-3::before {
    content: '\ea17';
}
.icon54-v4-database::before {
    content: '\ea18';
}
.icon54-v4-deactivate-protection::before {
    content: '\ea19';
}
.icon54-v4-deckchair::before {
    content: '\ea1a';
}
.icon54-v4-delete-user-2::before {
    content: '\ea1b';
}
.icon54-v4-delete-user::before {
    content: '\ea1c';
}
.icon54-v4-delete-users::before {
    content: '\ea1d';
}
.icon54-v4-design-mug::before {
    content: '\ea1e';
}
.icon54-v4-design::before {
    content: '\ea1f';
}
.icon54-v4-desk-1::before {
    content: '\ea20';
}
.icon54-v4-desk-2::before {
    content: '\ea21';
}
.icon54-v4-desk-3::before {
    content: '\ea22';
}
.icon54-v4-dessert::before {
    content: '\ea23';
}

.icon54-v4-diamond::before {
    content: '\ea25';
}
.icon54-v4-dice::before {
    content: '\ea26';
}
.icon54-v4-dictator::before {
    content: '\ea27';
}
.icon54-v4-disabled-user-2::before {
    content: '\ea28';
}
.icon54-v4-disabled-user::before {
    content: '\ea29';
}
.icon54-v4-disabled-users::before {
    content: '\ea2a';
}
.icon54-v4-disc::before {
    content: '\ea2b';
}
.icon54-v4-disco-ball::before {
    content: '\ea2c';
}
.icon54-v4-dismiss-user-2::before {
    content: '\ea2d';
}
.icon54-v4-dismiss-user::before {
    content: '\ea2e';
}
.icon54-v4-dismiss-users::before {
    content: '\ea2f';
}
.icon54-v4-dispatcher-1::before {
    content: '\ea30';
}
.icon54-v4-dispatcher-2::before {
    content: '\ea31';
}
.icon54-v4-diver::before {
    content: '\ea32';
}
.icon54-v4-diving-mask::before {
    content: '\ea33';
}
.icon54-v4-dj::before {
    content: '\ea34';
}
.icon54-v4-doctor::before {
    content: '\ea35';
}
.icon54-v4-dollar-2::before {
    content: '\ea36';
}
.icon54-v4-dollar-3::before {
    content: '\ea37';
}
.icon54-v4-dollar::before {
    content: '\ea38';
}
.icon54-v4-dolphin::before {
    content: '\ea39';
}
.icon54-v4-done-2::before {
    content: '\ea3a';
}
.icon54-v4-done-3::before {
    content: '\ea3b';
}
.icon54-v4-done::before {
    content: '\ea3c';
}
.icon54-v4-door::before {
    content: '\ea3d';
}
.icon54-v4-download-2::before {
    content: '\ea3e';
}
.icon54-v4-download-3::before {
    content: '\ea3f';
}
.icon54-v4-download-cloud::before {
    content: '\ea40';
}
.icon54-v4-download::before {
    content: '\ea41';
}
.icon54-v4-dracula::before {
    content: '\ea42';
}
.icon54-v4-drive::before {
    content: '\ea43';
}
.icon54-v4-earth::before {
    content: '\ea44';
}
.icon54-v4-easter-basket::before {
    content: '\ea45';
}
.icon54-v4-easter-celebration::before {
    content: '\ea46';
}
.icon54-v4-easter-egg-1::before {
    content: '\ea47';
}
.icon54-v4-easter-egg-2::before {
    content: '\ea48';
}
.icon54-v4-easter-egg-3::before {
    content: '\ea49';
}
.icon54-v4-easter-message::before {
    content: '\ea4a';
}
.icon54-v4-easter-willow::before {
    content: '\ea4b';
}
.icon54-v4-eat-in-kitchen::before {
    content: '\ea4c';
}
.icon54-v4-eco-friendly-2::before {
    content: '\ea4d';
}
.icon54-v4-eco-friendly-3::before {
    content: '\ea4e';
}
.icon54-v4-eco-friendly::before {
    content: '\ea4f';
}
.icon54-v4-ed-209::before {
    content: '\ea50';
}
.icon54-v4-egg-beater::before {
    content: '\ea51';
}
.icon54-v4-egg-painting::before {
    content: '\ea52';
}
.icon54-v4-egg-timer::before {
    content: '\ea53';
}
.icon54-v4-egg::before {
    content: '\ea54';
}
.icon54-v4-eggs-1::before {
    content: '\ea55';
}
.icon54-v4-eggs-2::before {
    content: '\ea56';
}
.icon54-v4-eject::before {
    content: '\ea57';
}
.icon54-v4-engagement-1::before {
    content: '\ea58';
}
.icon54-v4-engagement-2::before {
    content: '\ea59';
}
.icon54-v4-equalizer::before {
    content: '\ea5a';
}
.icon54-v4-error-mark::before {
    content: '\ea5b';
}
.icon54-v4-error::before {
    content: '\ea5c';
}
.icon54-v4-eudder::before {
    content: '\ea5d';
}
.icon54-v4-euro-2::before {
    content: '\ea5e';
}
.icon54-v4-euro-3::before {
    content: '\ea5f';
}
.icon54-v4-euro::before {
    content: '\ea60';
}
.icon54-v4-eva::before {
    content: '\ea61';
}
.icon54-v4-event-2::before {
    content: '\ea62';
}
.icon54-v4-event-reminder::before {
    content: '\ea63';
}
.icon54-v4-event-ticket::before {
    content: '\ea64';
}
.icon54-v4-event::before {
    content: '\ea65';
}
.icon54-v4-eye::before {
    content: '\ea66';
}
.icon54-v4-eyeball::before {
    content: '\ea67';
}
.icon54-v4-farmer::before {
    content: '\ea68';
}
.icon54-v4-feather-pen::before {
    content: '\ea69';
}
.icon54-v4-female::before {
    content: '\ea6a';
}
.icon54-v4-file-1::before {
    content: '\ea6b';
}
.icon54-v4-file-2::before {
    content: '\ea6c';
}
.icon54-v4-filleting-knife::before {
    content: '\ea6d';
}
.icon54-v4-fingerprint::before {
    content: '\ea6e';
}
.icon54-v4-firefigyhter::before {
    content: '\ea6f';
}
.icon54-v4-firework-1::before {
    content: '\ea70';
}
.icon54-v4-firework-2::before {
    content: '\ea71';
}
.icon54-v4-fish::before {
    content: '\ea72';
}
.icon54-v4-flag::before {
    content: '\ea73';
}
.icon54-v4-flash::before {
    content: '\ea74';
}
.icon54-v4-flashlight::before {
    content: '\ea75';
}
.icon54-v4-flip-flops::before {
    content: '\ea76';
}
.icon54-v4-float::before {
    content: '\ea77';
}
.icon54-v4-flowchart::before {
    content: '\ea78';
}
.icon54-v4-flowers::before {
    content: '\ea79';
}
.icon54-v4-folder::before {
    content: '\ea7a';
}
.icon54-v4-food-photo::before {
    content: '\ea7b';
}
.icon54-v4-fork::before {
    content: '\ea7c';
}
.icon54-v4-format-size::before {
    content: '\ea7d';
}
.icon54-v4-frame-1::before {
    content: '\ea7e';
}
.icon54-v4-frame-2::before {
    content: '\ea7f';
}
.icon54-v4-frame-3::before {
    content: '\ea80';
}
.icon54-v4-frame-4::before {
    content: '\ea81';
}
.icon54-v4-frame-5::before {
    content: '\ea82';
}
.icon54-v4-frame-6::before {
    content: '\ea83';
}
.icon54-v4-frame-7::before {
    content: '\ea84';
}
.icon54-v4-frame-8::before {
    content: '\ea85';
}
.icon54-v4-frame-9::before {
    content: '\ea86';
}
.icon54-v4-frame-10::before {
    content: '\ea87';
}
.icon54-v4-frame-11::before {
    content: '\ea88';
}
.icon54-v4-frame-12::before {
    content: '\ea89';
}
.icon54-v4-frame-13::before {
    content: '\ea8a';
}
.icon54-v4-frame-14::before {
    content: '\ea8b';
}
.icon54-v4-frame-15::before {
    content: '\ea8c';
}
.icon54-v4-frame-16::before {
    content: '\ea8d';
}
.icon54-v4-frame-17::before {
    content: '\ea8e';
}
.icon54-v4-frame-18::before {
    content: '\ea8f';
}
.icon54-v4-frame-19::before {
    content: '\ea90';
}
.icon54-v4-frame-20::before {
    content: '\ea91';
}
.icon54-v4-frame-21::before {
    content: '\ea92';
}
.icon54-v4-frame-22::before {
    content: '\ea93';
}
.icon54-v4-frame-23::before {
    content: '\ea94';
}
.icon54-v4-frame-24::before {
    content: '\ea95';
}
.icon54-v4-frame-25::before {
    content: '\ea96';
}
.icon54-v4-frame-26::before {
    content: '\ea97';
}
.icon54-v4-frame-27::before {
    content: '\ea98';
}
.icon54-v4-frame-28::before {
    content: '\ea99';
}
.icon54-v4-frame-29::before {
    content: '\ea9a';
}
.icon54-v4-frame-30::before {
    content: '\ea9b';
}
.icon54-v4-frame-31::before {
    content: '\ea9c';
}
.icon54-v4-frame-32::before {
    content: '\ea9d';
}
.icon54-v4-frame-33::before {
    content: '\ea9e';
}
.icon54-v4-frame-34::before {
    content: '\ea9f';
}
.icon54-v4-frame-35::before {
    content: '\eaa0';
}
.icon54-v4-frame-hole-1::before {
    content: '\eaa1';
}
.icon54-v4-frame-hole-2::before {
    content: '\eaa2';
}
.icon54-v4-frame-hole-3::before {
    content: '\eaa3';
}
.icon54-v4-frame-hole-4::before {
    content: '\eaa4';
}
.icon54-v4-frankenstein::before {
    content: '\eaa5';
}
.icon54-v4-freezer::before {
    content: '\eaa6';
}
.icon54-v4-full-moon::before {
    content: '\eaa7';
}
.icon54-v4-funnel::before {
    content: '\eaa8';
}
.icon54-v4-gaming-2::before {
    content: '\eaa9';
}
.icon54-v4-gaming-3::before {
    content: '\eaaa';
}
.icon54-v4-gaming::before {
    content: '\eaab';
}
.icon54-v4-gate::before {
    content: '\eaac';
}
.icon54-v4-ghost::before {
    content: '\eaad';
}
.icon54-v4-giving-gift::before {
    content: '\eaae';
}
.icon54-v4-glass-decoration::before {
    content: '\eaaf';
}
.icon54-v4-glass::before {
    content: '\eab0';
}
.icon54-v4-glasses::before {
    content: '\eab1';
}
.icon54-v4-global-user-2::before {
    content: '\eab2';
}
.icon54-v4-global-user::before {
    content: '\eab3';
}
.icon54-v4-global-users::before {
    content: '\eab4';
}
.icon54-v4-globe::before {
    content: '\eab5';
}
.icon54-v4-glowes::before {
    content: '\eab6';
}
.icon54-v4-graduated-man::before {
    content: '\eab7';
}
.icon54-v4-graduated-woman::before {
    content: '\eab8';
}
.icon54-v4-grater::before {
    content: '\eab9';
}
.icon54-v4-grill::before {
    content: '\eaba';
}
.icon54-v4-grim-reaper::before {
    content: '\eabb';
}
.icon54-v4-groom::before {
    content: '\eabc';
}
.icon54-v4-ham::before {
    content: '\eabd';
}
.icon54-v4-hand-2::before {
    content: '\eabe';
}
.icon54-v4-hand-blender::before {
    content: '\eabf';
}
.icon54-v4-hand::before {
    content: '\eac0';
}
.icon54-v4-hands-with-rings::before {
    content: '\eac1';
}
.icon54-v4-handshake::before {
    content: '\eac2';
}
.icon54-v4-harry-potter::before {
    content: '\eac3';
}
.icon54-v4-hat::before {
    content: '\eac4';
}
.icon54-v4-hatchet::before {
    content: '\eac5';
}
.icon54-v4-heart::before {
    content: '\eac6';
}
.icon54-v4-herb-knife::before {
    content: '\eac7';
}
.icon54-v4-hipster-girl::before {
    content: '\eac8';
}
.icon54-v4-hipster-guy::before {
    content: '\eac9';
}
.icon54-v4-home-2::before {
    content: '\eaca';
}
.icon54-v4-home-3::before {
    content: '\eacb';
}
.icon54-v4-home::before {
    content: '\eacc';
}
.icon54-v4-honey-dipper::before {
    content: '\eacd';
}
.icon54-v4-horn-1::before {
    content: '\eace';
}
.icon54-v4-horn-2::before {
    content: '\eacf';
}
.icon54-v4-horn::before {
    content: '\ead0';
}
.icon54-v4-hot-chocolate::before {
    content: '\ead1';
}
.icon54-v4-hot-drink-1::before {
    content: '\ead2';
}
.icon54-v4-hot-drink-2::before {
    content: '\ead3';
}
.icon54-v4-hot-drink::before {
    content: '\ead4';
}
.icon54-v4-hot-sauce::before {
    content: '\ead5';
}
.icon54-v4-hot-temperature::before {
    content: '\ead6';
}
.icon54-v4-house-construction::before {
    content: '\ead7';
}
.icon54-v4-house-plan::before {
    content: '\ead8';
}
.icon54-v4-house::before {
    content: '\ead9';
}
.icon54-v4-household-mixer::before {
    content: '\eada';
}
.icon54-v4-ice-lolly::before {
    content: '\eadb';
}
.icon54-v4-ice-skate::before {
    content: '\eadc';
}
.icon54-v4-icecream::before {
    content: '\eadd';
}
.icon54-v4-icicle::before {
    content: '\eade';
}
.icon54-v4-information::before {
    content: '\eadf';
}
.icon54-v4-invisible::before {
    content: '\eae0';
}
.icon54-v4-invitation-1::before {
    content: '\eae1';
}
.icon54-v4-invitation-2::before {
    content: '\eae2';
}
.icon54-v4-iron-giant::before {
    content: '\eae3';
}
.icon54-v4-island::before {
    content: '\eae4';
}
.icon54-v4-jacuzzi::before {
    content: '\eae5';
}
.icon54-v4-jason::before {
    content: '\eae6';
}
.icon54-v4-jing-jang::before {
    content: '\eae7';
}
.icon54-v4-k5-robot::before {
    content: '\eae8';
}
.icon54-v4-kettle::before {
    content: '\eae9';
}
.icon54-v4-key-1::before {
    content: '\eaea';
}
.icon54-v4-key-2::before {
    content: '\eaeb';
}
.icon54-v4-keyboard::before {
    content: '\eaec';
}

.icon54-v4-kitchen-clock::before {
    content: '\eaee';
}
.icon54-v4-kitchen-scale::before {
    content: '\eaef';
}
.icon54-v4-kitchen-sink::before {
    content: '\eaf0';
}
.icon54-v4-kitchen-spoon-1::before {
    content: '\eaf1';
}
.icon54-v4-kitchen-spoon-2::before {
    content: '\eaf2';
}
.icon54-v4-kite-1::before {
    content: '\eaf3';
}
.icon54-v4-kite-2::before {
    content: '\eaf4';
}
.icon54-v4-knife-holder::before {
    content: '\eaf5';
}
.icon54-v4-knife::before {
    content: '\eaf6';
}
.icon54-v4-ladle::before {
    content: '\eaf7';
}
.icon54-v4-lamp::before {
    content: '\eaf8';
}
.icon54-v4-lantern::before {
    content: '\eaf9';
}
.icon54-v4-layer-10::before {
    content: '\eafa';
}
.icon54-v4-layer-29::before {
    content: '\eafb';
}
.icon54-v4-layer-40::before {
    content: '\eafc';
}
.icon54-v4-layer-58::before {
    content: '\eafd';
}
.icon54-v4-layers::before {
    content: '\eafe';
}
.icon54-v4-leaf::before {
    content: '\eaff';
}
.icon54-v4-left-arrow-2::before {
    content: '\eb00';
}
.icon54-v4-lemon-juicer::before {
    content: '\eb01';
}
.icon54-v4-lifebelt::before {
    content: '\eb02';
}
.icon54-v4-lifebuoy::before {
    content: '\eb03';
}
.icon54-v4-lightbulb::before {
    content: '\eb04';
}
.icon54-v4-lighthouse::before {
    content: '\eb05';
}
.icon54-v4-limonade-1::before {
    content: '\eb06';
}
.icon54-v4-limonade-2::before {
    content: '\eb07';
}
.icon54-v4-line-chart::before {
    content: '\eb08';
}
.icon54-v4-link::before {
    content: '\eb09';
}
.icon54-v4-list::before {
    content: '\eb0a';
}
.icon54-v4-location-2::before {
    content: '\eb0b';
}
.icon54-v4-lock-open::before {
    content: '\eb0c';
}
.icon54-v4-lock-user-2::before {
    content: '\eb0d';
}
.icon54-v4-lock-user::before {
    content: '\eb0e';
}
.icon54-v4-lock-users::before {
    content: '\eb0f';
}
.icon54-v4-lock::before {
    content: '\eb10';
}
.icon54-v4-loction-1::before {
    content: '\eb11';
}
.icon54-v4-login::before {
    content: '\eb12';
}
.icon54-v4-logout::before {
    content: '\eb13';
}
.icon54-v4-lollipop::before {
    content: '\eb14';
}
.icon54-v4-loudspeaker::before {
    content: '\eb15';
}
.icon54-v4-magnet::before {
    content: '\eb16';
}
.icon54-v4-maid::before {
    content: '\eb17';
}
.icon54-v4-mail-attachmet::before {
    content: '\eb18';
}
.icon54-v4-mail::before {
    content: '\eb19';
}
.icon54-v4-mailbox::before {
    content: '\eb1a';
}
.icon54-v4-mails::before {
    content: '\eb1b';
}
.icon54-v4-male::before {
    content: '\eb1c';
}
.icon54-v4-man-1::before {
    content: '\eb1d';
}
.icon54-v4-man-2::before {
    content: '\eb1e';
}
.icon54-v4-man-3::before {
    content: '\eb1f';
}
.icon54-v4-man-beard::before {
    content: '\eb20';
}
.icon54-v4-man-cap::before {
    content: '\eb21';
}
.icon54-v4-man-glasses::before {
    content: '\eb22';
}
.icon54-v4-man-hat::before {
    content: '\eb23';
}
.icon54-v4-map::before {
    content: '\eb24';
}
.icon54-v4-mariage-couple::before {
    content: '\eb25';
}
.icon54-v4-mark-user-2::before {
    content: '\eb26';
}
.icon54-v4-mark-user::before {
    content: '\eb27';
}
.icon54-v4-mark-users::before {
    content: '\eb28';
}
.icon54-v4-marriage-settlement::before {
    content: '\eb29';
}
.icon54-v4-marvin::before {
    content: '\eb2a';
}
.icon54-v4-matches::before {
    content: '\eb2b';
}
.icon54-v4-maximize::before {
    content: '\eb2c';
}
.icon54-v4-measuring-cup::before {
    content: '\eb2d';
}
.icon54-v4-meat-fork::before {
    content: '\eb2e';
}
.icon54-v4-meat-grinder::before {
    content: '\eb2f';
}
.icon54-v4-medal::before {
    content: '\eb30';
}
.icon54-v4-men-4::before {
    content: '\eb31';
}
.icon54-v4-menu-1::before {
    content: '\eb32';
}
.icon54-v4-menu-2::before {
    content: '\eb33';
}
.icon54-v4-menu::before {
    content: '\eb34';
}
.icon54-v4-microphone-1::before {
    content: '\eb35';
}
.icon54-v4-microphone-2::before {
    content: '\eb36';
}
.icon54-v4-microwave::before {
    content: '\eb37';
}
.icon54-v4-mini-dress::before {
    content: '\eb38';
}
.icon54-v4-minimize::before {
    content: '\eb39';
}
.icon54-v4-mobile-phone::before {
    content: '\eb3a';
}
.icon54-v4-money::before {
    content: '\eb3b';
}
.icon54-v4-mouse-pointer-1::before {
    content: '\eb3c';
}
.icon54-v4-mouse-pointer-2::before {
    content: '\eb3d';
}
.icon54-v4-mouse::before {
    content: '\eb3e';
}
.icon54-v4-mug::before {
    content: '\eb3f';
}
.icon54-v4-mute::before {
    content: '\eb40';
}
.icon54-v4-napkin::before {
    content: '\eb41';
}
.icon54-v4-news::before {
    content: '\eb42';
}
.icon54-v4-newsfeed::before {
    content: '\eb43';
}
.icon54-v4-night-candle::before {
    content: '\eb44';
}
.icon54-v4-no-battery::before {
    content: '\eb45';
}
.icon54-v4-no-camera::before {
    content: '\eb46';
}
.icon54-v4-no-copyright-2::before {
    content: '\eb47';
}
.icon54-v4-no-copyright::before {
    content: '\eb48';
}
.icon54-v4-no-copzright-3::before {
    content: '\eb49';
}
.icon54-v4-no-flash::before {
    content: '\eb4a';
}
.icon54-v4-no-microphone::before {
    content: '\eb4b';
}
.icon54-v4-no-wifi-tethering::before {
    content: '\eb4c';
}
.icon54-v4-note-book::before {
    content: '\eb4d';
}
.icon54-v4-notebook::before {
    content: '\eb4e';
}
.icon54-v4-nurse::before {
    content: '\eb4f';
}
.icon54-v4-old-man::before {
    content: '\eb50';
}
.icon54-v4-olive-oil-pot::before {
    content: '\eb51';
}
.icon54-v4-open-folder::before {
    content: '\eb52';
}
.icon54-v4-open-mail::before {
    content: '\eb53';
}
.icon54-v4-open::before {
    content: '\eb54';
}
.icon54-v4-optimus-prime::before {
    content: '\eb55';
}
.icon54-v4-other::before {
    content: '\eb56';
}
.icon54-v4-outlet-symbol::before {
    content: '\eb57';
}
.icon54-v4-oval-frame-1::before {
    content: '\eb58';
}
.icon54-v4-oval-frame-2::before {
    content: '\eb59';
}
.icon54-v4-oven-gloves::before {
    content: '\eb5a';
}
.icon54-v4-owl::before {
    content: '\eb5b';
}
.icon54-v4-palette::before {
    content: '\eb5c';
}
.icon54-v4-pan::before {
    content: '\eb5d';
}
.icon54-v4-pancake-griddle::before {
    content: '\eb5e';
}
.icon54-v4-pantheon::before {
    content: '\eb5f';
}
.icon54-v4-paper-plane::before {
    content: '\eb60';
}
.icon54-v4-paperclip::before {
    content: '\eb61';
}
.icon54-v4-parabolic-antenna::before {
    content: '\eb62';
}
.icon54-v4-park-2::before {
    content: '\eb63';
}
.icon54-v4-park-3::before {
    content: '\eb64';
}
.icon54-v4-park::before {
    content: '\eb65';
}
.icon54-v4-party-cake::before {
    content: '\eb66';
}
.icon54-v4-party-glasses::before {
    content: '\eb67';
}
.icon54-v4-party-greetings-2::before {
    content: '\eb68';
}
.icon54-v4-pastry-bag-1::before {
    content: '\eb69';
}
.icon54-v4-pastry-bag-2::before {
    content: '\eb6a';
}
.icon54-v4-pause::before {
    content: '\eb6b';
}
.icon54-v4-paying-1::before {
    content: '\eb6c';
}
.icon54-v4-paying-2::before {
    content: '\eb6d';
}
.icon54-v4-peeler::before {
    content: '\eb6e';
}
.icon54-v4-pencil::before {
    content: '\eb6f';
}
.icon54-v4-pepper-pot-1::before {
    content: '\eb70';
}
.icon54-v4-pepper-pot-2::before {
    content: '\eb71';
}
.icon54-v4-percent::before {
    content: '\eb72';
}
.icon54-v4-percentage-2::before {
    content: '\eb73';
}
.icon54-v4-percentage-3::before {
    content: '\eb74';
}
.icon54-v4-percentage::before {
    content: '\eb75';
}
.icon54-v4-phone::before {
    content: '\eb76';
}
.icon54-v4-photo-frame-4::before {
    content: '\eb77';
}
.icon54-v4-photo-frame-2::before {
    content: '\eb78';
}
.icon54-v4-photo-frame-3::before {
    content: '\eb79';
}
.icon54-v4-photo-frame-5::before {
    content: '\eb7a';
}
.icon54-v4-photo-frame-6::before {
    content: '\eb7b';
}
.icon54-v4-photo-frame-7::before {
    content: '\eb7c';
}
.icon54-v4-photo-frame::before {
    content: '\eb7d';
}
.icon54-v4-photo::before {
    content: '\eb7e';
}
.icon54-v4-picture::before {
    content: '\eb7f';
}
.icon54-v4-pie-chart-1::before {
    content: '\eb80';
}
.icon54-v4-pie-chart-2::before {
    content: '\eb81';
}
.icon54-v4-pillar::before {
    content: '\eb82';
}
.icon54-v4-pin-1::before {
    content: '\eb83';
}
.icon54-v4-pin-2::before {
    content: '\eb84';
}
.icon54-v4-pinata::before {
    content: '\eb85';
}
.icon54-v4-pizza-cutter::before {
    content: '\eb86';
}
.icon54-v4-pizza-food::before {
    content: '\eb87';
}
.icon54-v4-pizza-slice::before {
    content: '\eb88';
}
.icon54-v4-pizza::before {
    content: '\eb89';
}
.icon54-v4-plate::before {
    content: '\eb8a';
}
.icon54-v4-play::before {
    content: '\eb8b';
}
.icon54-v4-plugin-1::before {
    content: '\eb8c';
}
.icon54-v4-plugin-2::before {
    content: '\eb8d';
}
.icon54-v4-policeman::before {
    content: '\eb8e';
}
.icon54-v4-pompkin::before {
    content: '\eb8f';
}
.icon54-v4-pool-ladder::before {
    content: '\eb90';
}
.icon54-v4-pool::before {
    content: '\eb91';
}
.icon54-v4-popcorn::before {
    content: '\eb92';
}
.icon54-v4-pot-1::before {
    content: '\eb93';
}
.icon54-v4-pot-2::before {
    content: '\eb94';
}
.icon54-v4-potato-musher::before {
    content: '\eb95';
}
.icon54-v4-pound-2::before {
    content: '\eb96';
}
.icon54-v4-pound-3::before {
    content: '\eb97';
}
.icon54-v4-pound::before {
    content: '\eb98';
}
.icon54-v4-power::before {
    content: '\eb99';
}
.icon54-v4-preferences-1::before {
    content: '\eb9a';
}
.icon54-v4-preferences-2::before {
    content: '\eb9b';
}
.icon54-v4-present-1::before {
    content: '\eb9c';
}
.icon54-v4-present-2::before {
    content: '\eb9d';
}
.icon54-v4-present-3::before {
    content: '\eb9e';
}
.icon54-v4-present-4::before {
    content: '\eb9f';
}
.icon54-v4-present-5::before {
    content: '\eba0';
}
.icon54-v4-present-cake::before {
    content: '\eba1';
}
.icon54-v4-present::before {
    content: '\eba2';
}
.icon54-v4-presentation::before {
    content: '\eba3';
}
.icon54-v4-print::before {
    content: '\eba4';
}
.icon54-v4-prisoner::before {
    content: '\eba5';
}
.icon54-v4-protection::before {
    content: '\eba6';
}
.icon54-v4-punk::before {
    content: '\eba7';
}
.icon54-v4-question-2::before {
    content: '\eba8';
}
.icon54-v4-question-3::before {
    content: '\eba9';
}
.icon54-v4-question-mark::before {
    content: '\ebaa';
}
.icon54-v4-question::before {
    content: '\ebab';
}
.icon54-v4-radar::before {
    content: '\ebac';
}
.icon54-v4-radio::before {
    content: '\ebad';
}
.icon54-v4-recicle-user-2::before {
    content: '\ebae';
}
.icon54-v4-recicle-user::before {
    content: '\ebaf';
}
.icon54-v4-recicle-users::before {
    content: '\ebb0';
}
.icon54-v4-record-1::before {
    content: '\ebb1';
}
.icon54-v4-record-2::before {
    content: '\ebb2';
}
.icon54-v4-rectangle-frame-1::before {
    content: '\ebb3';
}
.icon54-v4-rectangle-frame-2::before {
    content: '\ebb4';
}
.icon54-v4-rectangle-frame-3::before {
    content: '\ebb5';
}
.icon54-v4-rectangle-frame-4::before {
    content: '\ebb6';
}
.icon54-v4-rectangle-frame-5::before {
    content: '\ebb7';
}
.icon54-v4-rectangle-frame-6::before {
    content: '\ebb8';
}
.icon54-v4-rectangle-frame-7::before {
    content: '\ebb9';
}
.icon54-v4-rectangle-frame-8::before {
    content: '\ebba';
}
.icon54-v4-rectangle-frame-9::before {
    content: '\ebbb';
}
.icon54-v4-rectangle-frame-10::before {
    content: '\ebbc';
}
.icon54-v4-rectangle-frame-11::before {
    content: '\ebbd';
}
.icon54-v4-rectangle-frame-12::before {
    content: '\ebbe';
}
.icon54-v4-rectangle-frame-13::before {
    content: '\ebbf';
}
.icon54-v4-refresh-2::before {
    content: '\ebc0';
}
.icon54-v4-refresh-users::before {
    content: '\ebc1';
}
.icon54-v4-refresh::before {
    content: '\ebc2';
}
.icon54-v4-refrigerator::before {
    content: '\ebc3';
}
.icon54-v4-reindeer::before {
    content: '\ebc4';
}
.icon54-v4-reload::before {
    content: '\ebc5';
}
.icon54-v4-remove-event::before {
    content: '\ebc6';
}
.icon54-v4-remove-shopping-cart::before {
    content: '\ebc7';
}
.icon54-v4-remove-user-2::before {
    content: '\ebc8';
}
.icon54-v4-remove-user::before {
    content: '\ebc9';
}
.icon54-v4-remove-users::before {
    content: '\ebca';
}
.icon54-v4-remove::before {
    content: '\ebcb';
}
.icon54-v4-reply::before {
    content: '\ebcc';
}
.icon54-v4-reserved-1::before {
    content: '\ebcd';
}
.icon54-v4-reserved-2::before {
    content: '\ebce';
}
.icon54-v4-restaurant-place::before {
    content: '\ebcf';
}
.icon54-v4-restaurant-sign-1::before {
    content: '\ebd0';
}
.icon54-v4-restaurant-sign-2::before {
    content: '\ebd1';
}
.icon54-v4-restaurant-sign-3::before {
    content: '\ebd2';
}
.icon54-v4-retro-bot-1::before {
    content: '\ebd3';
}
.icon54-v4-retro-bot-2::before {
    content: '\ebd4';
}
.icon54-v4-retro-bot-3::before {
    content: '\ebd5';
}
.icon54-v4-retro-bot-4::before {
    content: '\ebd6';
}
.icon54-v4-right-arrow-2::before {
    content: '\ebd7';
}
.icon54-v4-roberto::before {
    content: '\ebd8';
}
.icon54-v4-robocop::before {
    content: '\ebd9';
}
.icon54-v4-robot-1::before {
    content: '\ebda';
}
.icon54-v4-robot-2::before {
    content: '\ebdb';
}
.icon54-v4-robot-3::before {
    content: '\ebdc';
}
.icon54-v4-robot-4::before {
    content: '\ebdd';
}
.icon54-v4-robot-5::before {
    content: '\ebde';
}
.icon54-v4-robot-6::before {
    content: '\ebdf';
}
.icon54-v4-robot-7::before {
    content: '\ebe0';
}
.icon54-v4-robot-8::before {
    content: '\ebe1';
}
.icon54-v4-robot-9::before {
    content: '\ebe2';
}
.icon54-v4-robot-10::before {
    content: '\ebe3';
}
.icon54-v4-robot-11::before {
    content: '\ebe4';
}
.icon54-v4-robot-12::before {
    content: '\ebe5';
}
.icon54-v4-robot-13::before {
    content: '\ebe6';
}
.icon54-v4-robot-arm-1::before {
    content: '\ebe7';
}
.icon54-v4-robot-arm-2::before {
    content: '\ebe8';
}
.icon54-v4-robot-arm-3::before {
    content: '\ebe9';
}
.icon54-v4-robot-arm-4::before {
    content: '\ebea';
}
.icon54-v4-robot-arm-5::before {
    content: '\ebeb';
}
.icon54-v4-robot-devil::before {
    content: '\ebec';
}
.icon54-v4-robot-machine-1::before {
    content: '\ebed';
}
.icon54-v4-robot-machine-2::before {
    content: '\ebee';
}
.icon54-v4-rocket::before {
    content: '\ebef';
}
.icon54-v4-rolling-pin::before {
    content: '\ebf0';
}
.icon54-v4-roof-plan::before {
    content: '\ebf1';
}
.icon54-v4-round-frame-1::before {
    content: '\ebf2';
}
.icon54-v4-round-frame-2::before {
    content: '\ebf3';
}
.icon54-v4-round-frame-3::before {
    content: '\ebf4';
}
.icon54-v4-round-frame::before {
    content: '\ebf5';
}
.icon54-v4-rug-1::before {
    content: '\ebf6';
}
.icon54-v4-rug-2::before {
    content: '\ebf7';
}
.icon54-v4-rug-3::before {
    content: '\ebf8';
}
.icon54-v4-ruler-1::before {
    content: '\ebf9';
}
.icon54-v4-ruler-2::before {
    content: '\ebfa';
}
.icon54-v4-ruler::before {
    content: '\ebfb';
}
.icon54-v4-sailboat::before {
    content: '\ebfc';
}
.icon54-v4-salt-pot::before {
    content: '\ebfd';
}
.icon54-v4-salver::before {
    content: '\ebfe';
}
.icon54-v4-sand-castle::before {
    content: '\ebff';
}
.icon54-v4-sand-glass::before {
    content: '\ec00';
}
.icon54-v4-santa::before {
    content: '\ec01';
}
.icon54-v4-sauce-boat::before {
    content: '\ec02';
}
.icon54-v4-sauce-spoon::before {
    content: '\ec03';
}
.icon54-v4-sausage::before {
    content: '\ec04';
}
.icon54-v4-save::before {
    content: '\ec05';
}
.icon54-v4-scarf::before {
    content: '\ec06';
}
.icon54-v4-scream::before {
    content: '\ec07';
}
.icon54-v4-scythe::before {
    content: '\ec08';
}
.icon54-v4-search-user-2::before {
    content: '\ec09';
}
.icon54-v4-search-user::before {
    content: '\ec0a';
}
.icon54-v4-search-users::before {
    content: '\ec0b';
}
.icon54-v4-search::before {
    content: '\ec0c';
}
.icon54-v4-section-symbol::before {
    content: '\ec0d';
}
.icon54-v4-server::before {
    content: '\ec0e';
}
.icon54-v4-service::before {
    content: '\ec0f';
}
.icon54-v4-share-user-2::before {
    content: '\ec10';
}
.icon54-v4-share-user::before {
    content: '\ec11';
}
.icon54-v4-share-users::before {
    content: '\ec12';
}
.icon54-v4-share::before {
    content: '\ec13';
}
.icon54-v4-sheep-2::before {
    content: '\ec14';
}
.icon54-v4-sheep::before {
    content: '\ec15';
}
.icon54-v4-shell-1::before {
    content: '\ec16';
}
.icon54-v4-shell-2::before {
    content: '\ec17';
}
.icon54-v4-shop::before {
    content: '\ec18';
}
.icon54-v4-shopping-2::before {
    content: '\ec19';
}
.icon54-v4-shopping-3::before {
    content: '\ec1a';
}
.icon54-v4-shopping-bag::before {
    content: '\ec1b';
}
.icon54-v4-shopping-basket::before {
    content: '\ec1c';
}
.icon54-v4-shopping-cart::before {
    content: '\ec1d';
}
.icon54-v4-shopping::before {
    content: '\ec1e';
}
.icon54-v4-shot-glasses::before {
    content: '\ec1f';
}
.icon54-v4-shower-tray::before {
    content: '\ec20';
}
.icon54-v4-shuffle::before {
    content: '\ec21';
}
.icon54-v4-sieve::before {
    content: '\ec22';
}
.icon54-v4-signal::before {
    content: '\ec23';
}
.icon54-v4-signpost::before {
    content: '\ec24';
}
.icon54-v4-sim-card::before {
    content: '\ec25';
}
.icon54-v4-sink-1::before {
    content: '\ec26';
}
.icon54-v4-sink-2::before {
    content: '\ec27';
}
.icon54-v4-skis::before {
    content: '\ec28';
}
.icon54-v4-skull-cake::before {
    content: '\ec29';
}
.icon54-v4-skull::before {
    content: '\ec2a';
}
.icon54-v4-sky-glasses::before {
    content: '\ec2b';
}
.icon54-v4-skyscraper::before {
    content: '\ec2c';
}
.icon54-v4-sledge::before {
    content: '\ec2d';
}
.icon54-v4-sleeping-2::before {
    content: '\ec2e';
}
.icon54-v4-sleeping-3::before {
    content: '\ec2f';
}
.icon54-v4-sleeping::before {
    content: '\ec30';
}
.icon54-v4-slippery-road::before {
    content: '\ec31';
}
.icon54-v4-snow-boots::before {
    content: '\ec32';
}
.icon54-v4-snow-chain::before {
    content: '\ec33';
}
.icon54-v4-snow-shoes-1::before {
    content: '\ec34';
}
.icon54-v4-snow-shoes-2::before {
    content: '\ec35';
}
.icon54-v4-snow-shovel::before {
    content: '\ec36';
}
.icon54-v4-snowboard::before {
    content: '\ec37';
}
.icon54-v4-snowcapped-house::before {
    content: '\ec38';
}
.icon54-v4-snowcapped-mountains::before {
    content: '\ec39';
}
.icon54-v4-snowflake-1::before {
    content: '\ec3a';
}
.icon54-v4-snowflake-2::before {
    content: '\ec3b';
}
.icon54-v4-snowflake-3::before {
    content: '\ec3c';
}
.icon54-v4-snowflake-4::before {
    content: '\ec3d';
}
.icon54-v4-snowing::before {
    content: '\ec3e';
}
.icon54-v4-snowman::before {
    content: '\ec3f';
}
.icon54-v4-snowmobile::before {
    content: '\ec40';
}
.icon54-v4-sofa-1::before {
    content: '\ec41';
}
.icon54-v4-sofa-2::before {
    content: '\ec42';
}
.icon54-v4-sofa-3::before {
    content: '\ec43';
}
.icon54-v4-sofa-4::before {
    content: '\ec44';
}
.icon54-v4-sofa-5::before {
    content: '\ec45';
}
.icon54-v4-sofa-6::before {
    content: '\ec46';
}
.icon54-v4-soldier::before {
    content: '\ec47';
}
.icon54-v4-soup::before {
    content: '\ec48';
}
.icon54-v4-speach-bubble::before {
    content: '\ec49';
}
.icon54-v4-speach-bubbles::before {
    content: '\ec4a';
}
.icon54-v4-speaker::before {
    content: '\ec4b';
}
.icon54-v4-spices::before {
    content: '\ec4c';
}
.icon54-v4-spider::before {
    content: '\ec4d';
}
.icon54-v4-spoon::before {
    content: '\ec4e';
}
.icon54-v4-square-frame-1::before {
    content: '\ec4f';
}
.icon54-v4-square-frame-2::before {
    content: '\ec50';
}
.icon54-v4-square-frame-3::before {
    content: '\ec51';
}
.icon54-v4-square-frame-4::before {
    content: '\ec52';
}
.icon54-v4-square-frame-5::before {
    content: '\ec53';
}
.icon54-v4-stairs::before {
    content: '\ec54';
}
.icon54-v4-stand-mixer::before {
    content: '\ec55';
}
.icon54-v4-star::before {
    content: '\ec56';
}
.icon54-v4-starfish::before {
    content: '\ec57';
}
.icon54-v4-stop::before {
    content: '\ec58';
}
.icon54-v4-stove::before {
    content: '\ec59';
}
.icon54-v4-strand-bag::before {
    content: '\ec5a';
}
.icon54-v4-strand-ball::before {
    content: '\ec5b';
}
.icon54-v4-straw-hat::before {
    content: '\ec5c';
}
.icon54-v4-sugar-bowl::before {
    content: '\ec5d';
}
.icon54-v4-suitcase::before {
    content: '\ec5e';
}
.icon54-v4-summer-time::before {
    content: '\ec5f';
}
.icon54-v4-sun-light::before {
    content: '\ec60';
}
.icon54-v4-sun::before {
    content: '\ec61';
}
.icon54-v4-suncream::before {
    content: '\ec62';
}
.icon54-v4-sunglasses::before {
    content: '\ec63';
}
.icon54-v4-sunset::before {
    content: '\ec64';
}
.icon54-v4-sunshade::before {
    content: '\ec65';
}
.icon54-v4-suntan-oil::before {
    content: '\ec66';
}
.icon54-v4-superman::before {
    content: '\ec67';
}
.icon54-v4-surf-board::before {
    content: '\ec68';
}
.icon54-v4-sushi::before {
    content: '\ec69';
}
.icon54-v4-sweater-1::before {
    content: '\ec6a';
}
.icon54-v4-sweater-2::before {
    content: '\ec6b';
}
.icon54-v4-sweater-3::before {
    content: '\ec6c';
}
.icon54-v4-sweet-16::before {
    content: '\ec6d';
}
.icon54-v4-swimming-trunks::before {
    content: '\ec6e';
}
.icon54-v4-switch-button-1::before {
    content: '\ec6f';
}
.icon54-v4-switch-button-2::before {
    content: '\ec70';
}
.icon54-v4-syncronizaion::before {
    content: '\ec71';
}
.icon54-v4-table-1::before {
    content: '\ec72';
}
.icon54-v4-table-2::before {
    content: '\ec73';
}
.icon54-v4-table-3::before {
    content: '\ec74';
}
.icon54-v4-table-4::before {
    content: '\ec75';
}
.icon54-v4-table-cad::before {
    content: '\ec76';
}
.icon54-v4-table::before {
    content: '\ec77';
}
.icon54-v4-tag::before {
    content: '\ec78';
}
.icon54-v4-tape-measure::before {
    content: '\ec79';
}
.icon54-v4-target::before {
    content: '\ec7a';
}
.icon54-v4-tea-sieve::before {
    content: '\ec7b';
}
.icon54-v4-teapot::before {
    content: '\ec7c';
}
.icon54-v4-temperature::before {
    content: '\ec7d';
}
.icon54-v4-tent::before {
    content: '\ec7e';
}
.icon54-v4-thermometer-1::before {
    content: '\ec7f';
}
.icon54-v4-thermometer-2::before {
    content: '\ec80';
}
.icon54-v4-thumbs-down::before {
    content: '\ec81';
}
.icon54-v4-thumbs-up::before {
    content: '\ec82';
}
.icon54-v4-ticket::before {
    content: '\ec83';
}
.icon54-v4-time-2::before {
    content: '\ec84';
}
.icon54-v4-time-3::before {
    content: '\ec85';
}
.icon54-v4-time::before {
    content: '\ec86';
}
.icon54-v4-toast::before {
    content: '\ec87';
}
.icon54-v4-toilet-paper::before {
    content: '\ec88';
}
.icon54-v4-toilette::before {
    content: '\ec89';
}
.icon54-v4-tools-1::before {
    content: '\ec8a';
}
.icon54-v4-tools-2::before {
    content: '\ec8b';
}
.icon54-v4-toos::before {
    content: '\ec8c';
}
.icon54-v4-towel::before {
    content: '\ec8d';
}
.icon54-v4-transmitter::before {
    content: '\ec8e';
}
.icon54-v4-trash-full::before {
    content: '\ec8f';
}
.icon54-v4-trash::before {
    content: '\ec90';
}
.icon54-v4-tree-ghost::before {
    content: '\ec91';
}
.icon54-v4-truffles::before {
    content: '\ec92';
}
.icon54-v4-t-shirt-1::before {
    content: '\ec93';
}
.icon54-v4-t-shirt-2::before {
    content: '\ec94';
}
.icon54-v4-tub-1::before {
    content: '\ec95';
}
.icon54-v4-tub-2::before {
    content: '\ec96';
}
.icon54-v4-tulip-2::before {
    content: '\ec97';
}
.icon54-v4-tulip::before {
    content: '\ec98';
}
.icon54-v4-tv-stand::before {
    content: '\ec99';
}
.icon54-v4-type::before {
    content: '\ec9a';
}
.icon54-v4-umbrella::before {
    content: '\ec9b';
}
.icon54-v4-undo::before {
    content: '\ec9c';
}
.icon54-v4-up-arrow::before {
    content: '\ec9d';
}
.icon54-v4-upgrade::before {
    content: '\ec9e';
}
.icon54-v4-upload-2::before {
    content: '\ec9f';
}
.icon54-v4-upload-3::before {
    content: '\eca0';
}
.icon54-v4-upload-cloud::before {
    content: '\eca1';
}
.icon54-v4-upload::before {
    content: '\eca2';
}
.icon54-v4-usb-device::before {
    content: '\eca3';
}
.icon54-v4-usb::before {
    content: '\eca4';
}
.icon54-v4-user-1::before {
    content: '\eca5';
}
.icon54-v4-user-2::before {
    content: '\eca6';
}
.icon54-v4-user-car::before {
    content: '\eca7';
}
.icon54-v4-user-card-2::before {
    content: '\eca8';
}
.icon54-v4-user-card::before {
    content: '\eca9';
}
.icon54-v4-user-cloud::before {
    content: '\ecaa';
}
.icon54-v4-user-database::before {
    content: '\ecab';
}
.icon54-v4-user-defense-2::before {
    content: '\ecac';
}
.icon54-v4-user-defense::before {
    content: '\ecad';
}
.icon54-v4-user-download::before {
    content: '\ecae';
}
.icon54-v4-user-home::before {
    content: '\ecaf';
}
.icon54-v4-user-key-2::before {
    content: '\ecb0';
}
.icon54-v4-user-key::before {
    content: '\ecb1';
}
.icon54-v4-user-love-2::before {
    content: '\ecb2';
}
.icon54-v4-user-love::before {
    content: '\ecb3';
}
.icon54-v4-user-place::before {
    content: '\ecb4';
}
.icon54-v4-user-rate-2::before {
    content: '\ecb5';
}
.icon54-v4-user-refresh::before {
    content: '\ecb6';
}
.icon54-v4-user-settings-2::before {
    content: '\ecb7';
}
.icon54-v4-user-settings::before {
    content: '\ecb8';
}
.icon54-v4-user-speed-2::before {
    content: '\ecb9';
}
.icon54-v4-user-speed::before {
    content: '\ecba';
}
.icon54-v4-user-statistics-2::before {
    content: '\ecbb';
}
.icon54-v4-user-statistics::before {
    content: '\ecbc';
}
.icon54-v4-user-time::before {
    content: '\ecbd';
}
.icon54-v4-user-upload::before {
    content: '\ecbe';
}
.icon54-v4-user-wifi::before {
    content: '\ecbf';
}
.icon54-v4-users-card::before {
    content: '\ecc0';
}
.icon54-v4-users-defense::before {
    content: '\ecc1';
}
.icon54-v4-users-key::before {
    content: '\ecc2';
}
.icon54-v4-users-love::before {
    content: '\ecc3';
}
.icon54-v4-users-place::before {
    content: '\ecc4';
}
.icon54-v4-users-settings::before {
    content: '\ecc5';
}
.icon54-v4-users-speed-3::before {
    content: '\ecc6';
}
.icon54-v4-users-statistics::before {
    content: '\ecc7';
}
.icon54-v4-users::before {
    content: '\ecc8';
}
.icon54-v4-vacation-photo::before {
    content: '\ecc9';
}
.icon54-v4-video::before {
    content: '\ecca';
}
.icon54-v4-vip-ticket::before {
    content: '\eccb';
}
.icon54-v4-vip::before {
    content: '\eccc';
}
.icon54-v4-volume::before {
    content: '\eccd';
}
.icon54-v4-waiter::before {
    content: '\ecce';
}
.icon54-v4-waiting-user-2::before {
    content: '\eccf';
}
.icon54-v4-waiting-user::before {
    content: '\ecd0';
}
.icon54-v4-waiting-users::before {
    content: '\ecd1';
}
.icon54-v4-waitress::before {
    content: '\ecd2';
}
.icon54-v4-wall-e::before {
    content: '\ecd3';
}
.icon54-v4-wallet-2::before {
    content: '\ecd4';
}
.icon54-v4-wallet::before {
    content: '\ecd5';
}
.icon54-v4-watch::before {
    content: '\ecd6';
}
.icon54-v4-webpage::before {
    content: '\ecd7';
}
.icon54-v4-wedding-altar-1::before {
    content: '\ecd8';
}
.icon54-v4-wedding-altar-2::before {
    content: '\ecd9';
}
.icon54-v4-wedding-bouquet-2::before {
    content: '\ecda';
}
.icon54-v4-wedding-bouquet::before {
    content: '\ecdb';
}
.icon54-v4-wedding-cake-1::before {
    content: '\ecdc';
}
.icon54-v4-wedding-cake-2::before {
    content: '\ecdd';
}
.icon54-v4-wedding-cake-3::before {
    content: '\ecde';
}
.icon54-v4-wedding-car::before {
    content: '\ecdf';
}
.icon54-v4-wedding-date::before {
    content: '\ece0';
}
.icon54-v4-wedding-decoration-1::before {
    content: '\ece1';
}
.icon54-v4-wedding-decoration-2::before {
    content: '\ece2';
}
.icon54-v4-wedding-invitation-2::before {
    content: '\ece3';
}
.icon54-v4-wedding-invitation::before {
    content: '\ece4';
}
.icon54-v4-wedding-music::before {
    content: '\ece5';
}
.icon54-v4-wedding-party::before {
    content: '\ece6';
}
.icon54-v4-wedding-photo::before {
    content: '\ece7';
}
.icon54-v4-wedding-planner-book::before {
    content: '\ece8';
}
.icon54-v4-wedding-present-1::before {
    content: '\ece9';
}
.icon54-v4-wedding-present-2::before {
    content: '\ecea';
}
.icon54-v4-wedding-ring::before {
    content: '\eceb';
}
.icon54-v4-wedding-tiara::before {
    content: '\ecec';
}
.icon54-v4-wedding-way-sign::before {
    content: '\eced';
}
.icon54-v4-whetting::before {
    content: '\ecee';
}
.icon54-v4-wifi-1::before {
    content: '\ecef';
}
.icon54-v4-wifi-2::before {
    content: '\ecf0';
}
.icon54-v4-wifi-3::before {
    content: '\ecf1';
}
.icon54-v4-wifi-tethering::before {
    content: '\ecf2';
}
.icon54-v4-wifi::before {
    content: '\ecf3';
}
.icon54-v4-wine-glass::before {
    content: '\ecf4';
}
.icon54-v4-wine-list::before {
    content: '\ecf5';
}
.icon54-v4-wine::before {
    content: '\ecf6';
}
.icon54-v4-winter-calendar::before {
    content: '\ecf7';
}
.icon54-v4-winter-cap-1::before {
    content: '\ecf8';
}
.icon54-v4-winter-cap-2::before {
    content: '\ecf9';
}
.icon54-v4-winter-coat::before {
    content: '\ecfa';
}
.icon54-v4-winter-sock::before {
    content: '\ecfb';
}
.icon54-v4-winter-socks::before {
    content: '\ecfc';
}
.icon54-v4-witch-broom::before {
    content: '\ecfd';
}
.icon54-v4-witch-cauldron::before {
    content: '\ecfe';
}
.icon54-v4-wok-1::before {
    content: '\ed00';
}
.icon54-v4-wok-2::before {
    content: '\ed01';
}
.icon54-v4-woman-1::before {
    content: '\ed02';
}
.icon54-v4-woman-2::before {
    content: '\ed03';
}
.icon54-v4-woman-3::before {
    content: '\ed04';
}
.icon54-v4-woman-4::before {
    content: '\ed05';
}
.icon54-v4-woman-cap::before {
    content: '\ed06';
}
.icon54-v4-woman-glasses::before {
    content: '\ed07';
}
.icon54-v4-woman-hat::before {
    content: '\ed08';
}
.icon54-v4-wooden-house::before {
    content: '\ed09';
}
.icon54-v4-woodsman::before {
    content: '\ed0a';
}
.icon54-v4-work-table::before {
    content: '\ed0b';
}
.icon54-v4-worker::before {
    content: '\ed0c';
}
.icon54-v4-workspace-1::before {
    content: '\ed0d';
}
.icon54-v4-workspace-2::before {
    content: '\ed0e';
}
.icon54-v4-writing-user-2::before {
    content: '\ed0f';
}

.icon54-v4-writing-user::before {
    content: '\ed10';
}

.icon54-v4-writing-users::before {
    content: '\ed11';
}

.icon54-v4-zoom-in::before {
    content: '\ed12';
}

.icon54-v4-zoom-out::before {
    content: '\ed13';
}
.website-page .widget-type-rich_text h5,
.policy-page .widget-type-rich_text h5 {
  text-align: left;
  padding-bottom: 1rem;
}

.home-page .contact-section .form {
  max-width: 450px;
}

.website-page .widget-type-rich_text p a.text-black {
    color: #000;
}

.website-page .widget-type-rich_text p a.text-black:hover {
    color: #4d4d4d !important;
}

.home-page .contact-section .form {
  max-width: 450px;
}

.hs-LEGAL_CONSENT {
    padding: 0 !important;
}

.home-page .contact-section .hs-input {
  min-height: 3rem;
}

.home-page .contact-section .hs-form-field>label {
  margin: 0;
}

.form-section  .legal-consent-container .field.hs-form-field {
    padding: 0 !important;
}

.contact-page .hs-input {
  padding-right: 50px !important;
}

.cta_button {
  visibility: visible !important;
}

.home-page .form-section .hs_error_rollup {
  width: 100%;
  text-align: center;
}

.migration form {
  display: block;
  margin:15px 0;
}

.migration .hs_submit.hs-submit {
  text-align: left;
}

.home-page .contact-section .hs-richtext p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}

.home-page .contact-section .hs-button:after {
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e96b";
  cursor: pointer;
  margin-right: 0.5rem;
  font-size: 1.5rem;
  order: 2;
}

.home-page .contact-section .hs-button {
  justify-content: space-between;
}

.home-page .contact-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  font-style: normal;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 1.5rem;
}

.home-page .row-fluid [class*="span"] {
  min-height: 0;
}

.home-page .contact-section {
  padding: 0;
}

.home-page .contact-section .hs-button {
  width: 100%;
}

.home-page .contact-section textarea.hs-input {
  min-height: 150px;
}

.home-page .contact-section .hs-richtext p {
  font-size: 1.1rem;
  padding-bottom: 1.5rem;
  line-height: 1.6;
  font-family: 'Nunito', sans-serif;
}

.form-section form {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.home-page  .form-section form {
  justify-content: start;
}

.home-page .form-section .hs-button {
  background-color: #1ccdd1 !important;
  border-color: #1ccdd1 !important;
  color: #ffffff !important;   
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}

.home-page .form-section .hs-button:focus {
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}

.home-page .form-section .hs-button:focus,
.home-page .form-section .hs-button:hover {
  color: #ffffff !important;
  background-color: #138b8e !important;
  border-color: #138b8e !important;
}

.form-section .legal-consent-container {
  order: 2;
}

.contact-page .field .input:after {
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 14.5px;
  color: #0f7699;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}

.contact-page .field .input {
  position: relative;
}

.table-wrapper {
  overflow: auto;
}

.contact-page .hs-firstname .input:after {
  content: "\e991";
}

.contact-page .hs-lastname .input:after {
  content: "\e991";
}

.contact-page .hs-email .input:after {
  content: "\e945";
}

.contact-page .hs-phone .input:after {
  content: "\e95b";
}

.contact-page .hs-subject .input:after {
  content: "\e91d";
}

.contact-page .hs-message  .input:after {
  content: "\e91d";
}

.contact-page .hs-how_did_your_hear_about_us  .input:after {
  content: "\e91d";
}

.form-section .field {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 1.5rem!important;
}

.form-section .hs-button {
  margin: 0;
  margin: 0 !important;
  padding: 0rem 3rem;
  border-radius: 3px;
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  min-height: 56px;
}

.form-section .hs-input {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8 !important;
  color: #656565 !important;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
}

.form-section .hs-input::placeholder {
  color: #656565;
  opacity: 1;
}

.form-section .hs_submit.hs-submit {
  margin-bottom: 1.5rem;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.form-section .hs_error_rollup {
  order: 2;
}

.form-section .legal-consent-container .field.hs-form-field {
  margin: 0 !important;
  max-width: 100%;
}

.form-section .legal-consent-container .hs-form-booleancheckbox-display>span p {
  color: #333 !important;
}

.influence-page .dnd-section[class*="background-image"]:before{
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient( 90deg, #ffffff, #ffffff);
  opacity: 0.3;
  content: '';
}

.influence-page .widget-type-linked_image img {
  width: 80%;
  -webkit-box-shadow: 0px 0px 30px rgb(35 35 35 / 30%);
  box-shadow: 0px 0px 30px rgb(35 35 35 / 30%);
  border-radius: 0.25rem;
}

.influence-page .dnd-section[class*="background-image"]{
  position: relative;
}

.influence-page .dnd-section[class*="background-image"]>div  {
  position: relative;
}

.website-page  h4,
.services-page  h4{
  padding-bottom: 1rem;
  line-height:1.3;
}

.services-page .social-share h3 {
  padding-top: 20px;
}

.services-page .social-share {
  padding: 40px 0;
}

.services-page .social-share .inner {
  padding: 40px 0;
}

.website-page .widget-type-rich_text h2 {
  font-size: 2.6rem;
}

.policy-page .widget-type-rich_text p {
  line-height: 1.5em;
  font-size: 0.9em;
  font-weight: 300;
  color: #232323;
  margin-bottom: 0.5rem;
}

.policy-page .widget-type-rich_text p span{
  line-height:initial;
}

.iframe_wrapper {
  padding-top: 0 !important;
}

.embed_container {
  display: block !important;
  max-height: initial !important;
}

.contact-page .widget-type-form form fieldset:last-of-type {
  order: 8;
}

.contact-page .widget-type-form form .hs_submit.hs-submit {
  order: 1;
}

.legal-consent-container .hs-form-booleancheckbox-display>span p a {
  color: #333;
  text-decoration: none;
}


@media(max-width:991px){

  .influence-page .widget-type-rich_text {
    text-align: center;
  }

  fieldset.form-columns-2:nth-child(2) .field {
    width: 100% !important;
    padding: 0 !important;
  }

  .form-section .field {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .form-section .hs-button {
    margin: 0.4rem 0 !important;
    padding: 1rem 3rem;
    min-height: auto;
    line-height: 1;
  }

}

@media(max-width:768px){

  .website-page .widget-type-rich_text h5,
  .policy-page .widget-type-rich_text h5 {
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))) !important;
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)))) !important;
  }

  .website-page .widget-type-rich_text h2 {
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)))) !important;
  }

  .website-page  h4,
  .services-page h4 {
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)))) !important;
  }

  .form-section .hs-button {
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }

  .home-page .form-section .widget-type-rich_text h1 {
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))) !important;
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)))) !important;
  }

  .home-page .contact-section h2 {
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }

  .home-page .contact-section .hs-richtext p {
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }

}


@media(max-width:767px){

  .form-section .field {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .website-page  h4,
  .services-page h4 {
    text-align:center;
  }

  .home-page .contact-section .hs-richtext{
    text-align:center;
  }

  .home-page .contact-section .hs-button:after {
    font-size: 1rem !important;
}
  
}


@media(max-width:479px){

  .form-section form {
    padding: 1rem;
  }
  
  .home-page .form-section .legal-consent-container .hs-form-booleancheckbox-display>span {
    padding: 0 !important;
    
}

}
@charset "UTF-8"; /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    40%,43%,70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    70% {
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    40%,43%,70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    70% {
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate(3deg);
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate(2deg);
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
        transform: translate3d(-25%,0,0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate(3deg);
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate(2deg);
        transform: translate3d(10%,0,0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
        transform: translate3d(-5%,0,0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,11.1%,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,11.1%,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}


@keyframes FadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}


@-webkit-keyframes FadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}


@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%,80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    60%,80% {
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    60%,80% {
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%,to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left
    }

    0%,20%,60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left
    }

    0%,20%,60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
        transform: translate3d(-100%,0,0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate(120deg);
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate(120deg);
        transform: translate3d(100%,0,0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50%,to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50%,to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
/* Slider */
.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

ul.slick-dots {
  right: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}

ul.slick-dots li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-indent: -999px;
  cursor: pointer;
}

ul.slick-dots li button {
  display: none;
}

.slick-arrow {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  position: absolute;
  bottom: 0;
  z-index: 10;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  color: #fff;
  text-align: center;
  opacity: .5;
}

.slick-prev.slick-arrow {
  left: 0;
  margin-left: 2.5rem;
}

.slick-next.slick-arrow {
  right: 0;
  margin-right: 2.5rem;
}

.slick-arrow span {
  font-size: 2rem;
}

.slick-arrow:hover {
  opacity: 1;
}

ul.slick-dots li.slick-active,ul.slick-dots li:hover {
  opacity: .9;
}
table{
  border-collapse: collapse;
  margin: 1px 0;
  font-size: 0.8em;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  width: 100%;
  line-height: normal;
  word-break: initial;
  position: relative;
}

table thead tr{
  text-align: left;
}

table th,
table td{
  padding: 12px 15px;
  font-family: montserrat;
  font-weight: normal;
}

table tbody tr{
  border-bottom: 1px solid #dddddd;
}

table tbody tr:nth-of-type(even){
  background-color: #f3f3f3 !important;
}

table tbody tr:last-of-type{
  border-bottom: 2px solid #009879;
}

table tbody tr{
  font-weight: bold;
  color: #0f4261;
}
.header-top {
  padding: 0 2rem;
  overflow: hidden;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.scroll .header-top {
  display: none;
}

.scroll .logo-wrapper a {
  margin-right: 8px;
}

.lp .logo-wrapper {
  margin-left: 0;
}

.no-banner header.header {
  min-height: 164px;
}

.scroll .logo-wrapper img {
  width:136.7px !important;
}

.header-top .items {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.header-top .item {
  padding-right: 3rem;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-top .icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}

.header-top .content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1;
}

.header-top p {
  font-weight: 400;
  margin-bottom: 3px;
}

.header-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.logo-wrapper {
  margin: auto;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-shrink: 0;
}

.logo-wrapper>div {
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}

.logo-wrapper img {
  width: 250.63px !important;
  transition: all 0.3s ease-in-out;
}

.logo-wrapper a {
  display: block;
  margin-right: 0.8rem;
}

.menu-wrapper {
  align-items: center;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}

.custom-menu-primary nav>ul>li>a {
  margin: 0 1.3rem !important;
  padding: 0.5rem 0 !important;
  display: block;
  transition: color .2s ease-in-out;
}

.custom-menu-primary nav>ul {
  display: flex !important;
  flex-wrap: wrap;
}

.custom-menu-primary nav>ul>li.has-submenu>a:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  vertical-align: 0.255em;
  content: "";
  display: inline-block;
}

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;

}

.header-top .item:not(:first-child) {
  padding-left: 2rem;
}


.custom-menu-primary ul ul li a {
  margin: 0 1.3rem !important;
  border-bottom: 1px solid;
  line-height: 2;
  position: relative;
  padding: 0.5rem 0 !important;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
}

.custom-menu-primary ul ul li:last-child>a {
  border: none;
}

.custom-menu-primary nav>ul>li {
  -webkit-align-self: initial;
  align-self: auto;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  min-height: 49px;
  position: relative;
}


@media(min-width:992px){

  .mobile-trigger{
    display: none;
  }

  .custom-menu-primary nav>ul>li>ul {
    display: none;
    position: absolute;
    min-width: 10rem;
    text-align: left;
    border-radius: 0;
    z-index: 9;
    border: 0;
    left: 0;
    margin: 0;
    padding-top: 0.55rem !important;
    padding-bottom: 0.5rem !important;
    top: 100%;
  }

  .custom-menu-primary nav>ul>li:hover>ul {
    display: block;
  }


}

@media(max-width:991px){



  .mobile-trigger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }

  .mobile-trigger {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    width: 31px;
    height: 18px;
    cursor: pointer;
    transition: all 0.2s;
    margin: 1rem 0.8rem;
    position: relative;
  }

  .mobile-trigger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
  }
  .mobile-trigger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
  }

  .mobile-trigger .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
  }

  .mobile-trigger .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
  }

  .header-top {
    display: none;
  }

  .logo-wrapper img {
    width: 173.14px !important;
  }

  .logo-wrapper>div {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }

  .menu-wrapper {
    display: none;
  }

  .header-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }

  .header-bottom {
    padding-bottom: .5rem;
  }

  .logo-wrapper {
    margin: 0;
  }

  .mobile-open .mobile-trigger  span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
  }

  .mobile-open .mobile-trigger  span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.25s;
  }

  .mobile-open .mobile-trigger  span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.25s;
  }

  .mobile-open .mobile-trigger  span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
  }


  .mobile-open .menu-wrapper {
    display: block;
  }

  .menu-wrapper {
    width: 100%;
    overflow-y: auto;
    max-height: 93.5vh;
  }

  .header-bottom {
    flex-wrap: wrap;
  }

  .custom-menu-primary nav>ul>li {
    width: 100%;
    display: block !important;
    margin-bottom: 1rem;
    min-height: 0;
    text-align: center;
  }

  .no-banner header.header {
    min-height: 93px;
  }

  .custom-menu-primary nav>ul>li>ul {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    height: 0;
    visibility: hidden;
    padding: 0 !important;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    overflow: hidden;
  }

  .custom-menu-primary nav>ul>li.open>ul {
    position: static;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0 !important;
    visibility: visible;
  }

  .custom-menu-primary nav>ul>li.has-submenu>a:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }

  .custom-menu-primary ul ul li a {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
    border: none;
  }

  .custom-menu-primary nav>ul>li {
    margin: 0;
  }

  .custom-menu-primary {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .mobile-open .header-bottom:after {
    position: absolute;
    width: 100vw;
    height: 100vh;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 1000;
  }

  .custom-menu-primary ul ul li a {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    white-space: normal;
    margin: 0 !important;
  }

}


@media(max-width:767px){
  .menu-wrapper {
    max-height: 80vh;
  }
}

@media(max-width:576px){

  .logo-wrapper {
    display: none;
  }

  .no-banner header.header {
    min-height: 50px;
  }

  .lp .logo-wrapper {
    display: block;
  }

  .header-bottom {
    padding-bottom: 0;
    justify-content: center;
  }
  
  .mobile-trigger {
    order: 3;
}
  
  .header-bottom {
    padding: 0 !important;
}

}
footer.footer {
  padding-top: 75px;
  padding-bottom: 60px;
}

.copyright {
  font-weight: 300;
  font-size: 0.76em;
}

.lp .footer-top {
    justify-content: start;
}

footer.footer {
    position: relative;
    z-index: 5;
}

.lp .copyright {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

footer.footer hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}

footer.footer .divider {
  padding: 0px 15px;
}

.footer-bottom .inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: start;
  flex-wrap: nowrap;
}

.footer-social .items {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
}

.footer-social .item {
  margin: 0 0.5rem;
}

.footer-social a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}


.footer-social a span{
  font-size: 1.3rem;
}

.copyright {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  padding: 0px 15px;
}

.footer-social {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0px 15px;
}

footer.footer a {
  font-weight: 400;
}

footer.footer .about p {
  font-size: .8em;
  font-weight: 300;
  line-height: 1.5;
}

.copyright p {
  line-height: 1.5;
}

footer.footer .about {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px 15px;
}

.footer-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: start;
  flex-wrap: nowrap;
}

footer.footer .contact {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px 15px;
}

.footer-menu {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

footer.footer .footer-logo img {
  max-height: 6rem;
  width:auto !important ;
}

footer.footer .footer-logo {
  padding-bottom: 2rem;
}

footer.footer .contact p {
  font-size: .8em;
  font-weight: 300;
  line-height: 1.5;
}

footer.footer .contact .list-item {
  display: flex;
}

.footer-menu nav>ul>li>a,
footer.footer h5 {
  display: block;
  font-size: .9em;
  cursor: unset;
  letter-spacing: 1.1px;
  font-weight: 500;
  color:inherit !important;
  font-family: 'Raleway', sans-serif;
  line-height: 1;
  margin-bottom: 0.5rem;
  padding-bottom: 1rem!important;
}

footer.footer .contact .icon {
  padding-right: 1rem;
  font-size: 24px;
}

.footer-menu nav>ul>li {
  width: 50% !important;
  padding: 0px 15px;
}

.footer-menu nav>ul {
  display: flex !important;
  flex-wrap: wrap;
}

.footer-menu ul ul li {
  font-size: .8em;
  line-height: 1.8em;
}

.footer-menu ul ul li a:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: 0.5rem;
}

.footer-menu ul ul li a {
  display: flex;
}

@media(max-width:1600px){


  .copyright {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

}


@media(max-width:991px){

  footer.footer .about {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  footer.footer .contact {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-top {
    flex-wrap: wrap;
  }

  .footer-menu {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-bottom .inner {
    flex-wrap: wrap;
  }

  .copyright {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

}

@media(max-width:768px){
  .footer-menu nav>ul>li>a, footer.footer h5 {
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}

@media(max-width:768px){

  .footer-bottom .inner {
    flex-wrap: wrap;
  }

  footer.footer .footer-logo {
    margin-bottom: 1rem;
  }

  .footer{
    text-align: center;
  }

  .copyright {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin-bottom: 1rem;
    text-align: center;
  }

  .footer-social .items {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .footer-menu nav>ul>li {
    width: 100% !important;
    margin-bottom: 2rem;
  }

  .footer-menu nav>ul>li:last-child {
    margin: 0;
  }

  .footer-menu nav>ul>li>a, 
  footer.footer h5 {
    text-align: center;
  }

  footer.footer .about {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }

  footer.footer .contact {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .footer-social {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}


@media(max-width:575px){

  .copyright{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}