/*
 *  Copyright 2017 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define image */
.cmp-image__image {
  width: 100%;
}

/*
 *  Copyright 2017 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define breadcrumb */
.cmp-breadcrumb {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.cmp-breadcrumb__item {
  display: inline-block;
  vertical-align: top;
}

/*
 *  Copyright 2017 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-search {
  position: relative;
}
.cmp-search__field {
  position: relative;
  height: 2rem;
}
.cmp-search__input {
  padding-left: 2rem;
  padding-right: 2rem;
  height: 100%;
  width: 100%;
}
.cmp-search__icon {
  display: block;
  position: absolute;
  left: .5rem;
  top: .5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik02NzIsMEM0MDYuOTAzLDAsMTkyLDIxNC45MDMsMTkyLDQ4MGMwLDk1LjcsMjguMDExLDE4NC44NTUsNzYuMjc1LDI1OS43MjVDMTgxLjY0Niw4MjYuMzU0LDQ4LjA3NSw5NTkuOTI1LDM2LDk3Mg0KCWMtMTgsMTgtMzYsMzYtMzYsNzJzMTgsNTQsMzYsNzJzMzYuMDEyLDM2LDcyLDM2czU0LTE4LDcyLTM2YzEyLjA3NS0xMi4wNzUsMTQ1LjY0Ni0xNDUuNjQ2LDIzMi4yNzUtMjMyLjI3NQ0KCUM0ODcuMTQ0LDkzMS45ODgsNTc2LjMsOTYwLDY3Miw5NjBjMjY1LjA5NywwLDQ4MC0yMTQuOTAzLDQ4MC00ODBDMTE1MiwyMTQuOTAzLDkzNy4wOTcsMCw2NzIsMHogTTY3Miw4MTYNCgljLTE4NS41NjgsMC0zMzYtMTUwLjQzMy0zMzYtMzM2YzAtMTg1LjU2OCwxNTAuNDMyLTMzNiwzMzYtMzM2YzE4NS41NjcsMCwzMzYsMTUwLjQzMiwzMzYsMzM2QzEwMDgsNjY1LjU2Nyw4NTcuNTY3LDgxNiw2NzIsODE2eiINCgkvPg0KPC9zdmc+DQo=");
  background-size: contain;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}
.cmp-search__loading-indicator {
  display: none;
  position: absolute;
  top: .5rem;
  left: .5rem;
  border: 3px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  animation: cmp-search__loading-indicator-spin 2s linear infinite;
}
@keyframes cmp-search__loading-indicator-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cmp-search__clear {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.cmp-search__clear-icon {
  position: absolute;
  top: .5rem;
  right: .5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJYTUxJRF85XyIgZD0iTTgyLjYsOTM3LjJsMzYyLTM2Mkw4NCwyMTQuOGMtMTQuMS0xNC4xLTE0LjEtMzYuOSwwLTUxbDgxLjItODEuMmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsMzYwLjUsMzYwLjUNCglMOTM3LjIsODIuNmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsODEuMiw4MS4yYzE0LjEsMTQuMSwxNC4xLDM2LjksMCw1MUw3MDguOSw1NzUuM2wzNjAuNSwzNjAuNWMxNC4xLDE0LjEsMTQuMSwzNi45LDAsNTENCglsLTgxLjIsODEuMmMtMTQuMSwxNC4xLTM2LjksMTQuMS01MSwwTDU3Ni43LDcwNy41bC0zNjIsMzYyYy0xNC4xLDE0LjEtMzYuOSwxNC4xLTUxLDBsLTgxLjItODEuMg0KCUM2OC41LDk3NC4yLDY4LjUsOTUxLjMsODIuNiw5MzcuMnoiLz4NCjwvc3ZnPg0K");
  background-size: contain;
  width: 1rem;
  height: 1rem;
}
.cmp-search__results {
  display: none;
  overflow-y: auto;
  min-width: 100%;
  max-height: 10rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  border: 1px solid #ccc;
  background: #fff;
}
.cmp-search__item {
  display: block;
}
.cmp-search__item--is-focused {
  background-color: #ccc;
}

/*
 *  Copyright 2018 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-carousel__content {
  position: relative;
}
.cmp-carousel__item {
  display: none;
}
.cmp-carousel__item--active {
  display: block;
}
.cmp-carousel__action {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cmp-carousel__indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cmp-carousel__indicator {
  position: relative;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border-radius: 50%;
  font-size: 0;
  text-indent: -3000px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cmp-carousel__indicator--active {
  background-color: rgba(0, 0, 0, 0.8);
}

/*
 *  Copyright 2018 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('icons/css/resources/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('icons/css/resources/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('icons/css/resources/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('icons/css/resources/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('icons/css/resources/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('icons/css/resources/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: 'dme-icons';
  src:  url('icons/css/resources/fonts/dme-icons.eot?ty6l92');
  src:  url('icons/css/resources/fonts/dme-icons.eot?ty6l92#iefix') format('embedded-opentype'),
    url('icons/css/resources/fonts/dme-icons.ttf?ty6l92') format('truetype'),
    url('icons/css/resources/fonts/dme-icons.woff?ty6l92') format('woff'),
    url('icons/css/resources/fonts/dme-icons.svg?ty6l92#dme-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: icomoon-font-family;
    font-style: normal;
    font-weight: 400;
    src: url("icons/css/resources/fonts/fi.eot") format("embedded-opentype"), 
		url("icons/css/resources/fonts/fi.woff") format("woff"), 
		url("icons/css/resources/fonts/fi.ttf") format("truetype");
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="dme-"], [class*=" dme-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dme-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;


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

/*sizes*/
[class^="dme-"].lg, [class*=" dme-"].lg {
  font-size: 72px;
}
[class^="dme-"].md, [class*=" dme-"].md {
  font-size: 40px;
}
[class^="dme-"].sm, [class*=" dme-"].sm {
  font-size: 28px;
}
[class^="dme-"].purple, [class*=" dme-"].purple {
  color: #B12384;
}
[class^="dme-"].pink, [class*=" dme-"].pink {
  color: #d82c81;
}
[class^="dme-"].dark-blue, [class*=" dme-"].dark-blue {
  color: #a3b6d2;
}
[class^="dme-"].white, [class*=" dme-"].white {
  color: #ffffff;
}
[class^="dme-"].blue, [class*=" dme-"].blue {
  color: #00b3bd;
}
.dme-slim-design:before {
  content: "\e9a1";
}
.dme-fitbit-logo:before {
  content: "\e9a0";
}
.dme-yt-logo:before {
  content: "\e99e";
}
.dme-activity-sleep:before {
  content: "\e99d";
}
.dme-goal-star:before {
  content: "\e99c";
}
.dme-phone-dashboard:before {
  content: "\e99b";
}
.dme-ionic-watch-logo:before {
  content: "\e99a";
}
.dme-adidas-logo:before {
  content: "\e999";
}
.dme-progress-graph:before {
  content: "\e99f";
}
.dme-lotus:before {
  content: "\e998";
}
.dme-plus-sign:before {
  content: "\e995";
}
.dme-tracking-circle:before {
  content: "\e996";
}
.dme-clock:before {
  content: "\e997";
}
.dme-apps-payments:before {
  content: "\e994";
}
.dme-nfc:before {
  content: "\e991";
}
.dme-credit-card:before {
  content: "\e992";
}
.dme-security-lock:before {
  content: "\e993";
}
.dme-personal-coaching:before {
  content: "\e990";
}
.dme-personalized-user:before {
  content: "\e98f";
}
.dme-scale-plus:before {
  content: "\e98e";
}
.dme-works-with-trackers:before {
  content: "\e98d";
}
.dme-weigh-more-2:before {
  content: "\e98a";
}
.dme-bicep:before {
  content: "\e98b";
}
.dme-bluetooth-2:before {
  content: "\e98c";
}
.dme-workouts-devices:before {
  content: "\e988";
}
.dme-headphone:before {
  content: "\e989";
}
.dme-circle-chevron-l:before {
  content: "\e900";
}
.dme-circle-chevron-r:before {
  content: "\e901";
}
.dme-led-display:before {
  content: "\e902";
}
.dme-guided-workouts:before {
  content: "\e903";
}
.dme-personalized-training:before {
  content: "\e904";
}
.dme-calendar:before {
  content: "\e905";
}
.dme-caller-id:before {
  content: "\e906";
}
.dme-charts:before {
  content: "\e907";
}
.dme-steps:before {
  content: "\e908";
}
.dme-clock-faces:before {
  content: "\e909";
}
.dme-floors:before {
  content: "\e90a";
}
.dme-sync:before {
  content: "\e90b";
}
.dme-alerts:before {
  content: "\e90c";
}
.dme-auto-sleep2:before {
  content: "\e90d";
}
.dme-all-day:before {
  content: "\e90e";
}
.dme-gps:before {
  content: "\e90f";
}
.dme-heart-rate:before {
  content: "\e910";
}
.dme-one-2:before {
  content: "\e911";
}
.dme-one:before {
  content: "\e912";
}
.dme-multiple-users:before {
  content: "\e913";
}
.dme-progress:before {
  content: "\e914";
}
.dme-reminders:before {
  content: "\e915";
}
.dme-aria:before {
  content: "\e916";
}
.dme-tracker:before {
  content: "\e917";
}
.dme-weigh-more:before {
  content: "\e918";
}
.dme-battery:before {
  content: "\e919";
}
.dme-goals:before {
  content: "\e91a";
}
.dme-exercise:before {
  content: "\e91b";
}
.dme-share1:before {
  content: "\e91c";
}
.dme-alarms:before {
  content: "\e91d";
}
.dme-water-resistant:before {
  content: "\e91e";
}
.dme-accessory-bands:before {
  content: "\e91f";
}
.dme-multi-sport:before {
  content: "\e920";
}
.dme-music-control:before {
  content: "\e921";
}
.dme-workouts:before {
  content: "\e922";
}
.dme-smart-track:before {
  content: "\e923";
}
.dme-tap-display:before {
  content: "\e924";
}
.dme-touch-display:before {
  content: "\e925";
}
.dme-interchange-accessories:before {
  content: "\e926";
}
.dme-swim-proof:before {
  content: "\e927";
}
.dme-guided-breathing:before {
  content: "\e928";
}
.dme-cardio-level:before {
  content: "\e929";
}
.dme-circle-close:before {
  content: "\e92a";
}
.dme-circle-plus:before {
  content: "\e92b";
}
.dme-sport:before {
  content: "\e92c";
}
.dme-mobile-track:before {
  content: "\e92d";
}
.dme-multi-tracker:before {
  content: "\e92e";
}
.dme-outdoor-bike:before {
  content: "\e92f";
}
.dme-stay-connected:before {
  content: "\e930";
}
.dme-elliptical:before {
  content: "\e931";
}
.dme-track-excercise:before {
  content: "\e932";
}
.dme-tv:before {
  content: "\e933";
}
.dme-water:before {
  content: "\e934";
}
.dme-weight:before {
  content: "\e935";
}
.dme-aerobic:before {
  content: "\e936";
}
.dme-running:before {
  content: "\e937";
}
.dme-walking:before {
  content: "\e938";
}
.dme-calorie-burn:before {
  content: "\e939";
}
.dme-calisthenics:before {
  content: "\e93a";
}
.dme-rowing:before {
  content: "\e93b";
}
.dme-strength-train:before {
  content: "\e93c";
}
.dme-yoga:before {
  content: "\e93d";
}
.dme-circuit-training:before {
  content: "\e93e";
}
.dme-golf:before {
  content: "\e93f";
}
.dme-gardening:before {
  content: "\e940";
}
.dme-badges:before {
  content: "\e941";
}
.dme-calendar-exercise:before {
  content: "\e942";
}
.dme-challenges:before {
  content: "\e943";
}
.dme-connected-gps:before {
  content: "\e944";
}
.dme-hiking:before {
  content: "\e945";
}
.dme-stair-climbing:before {
  content: "\e946";
}
.dme-food:before {
  content: "\e947";
}
.dme-boxing:before {
  content: "\e948";
}
.dme-soccer:before {
  content: "\e949";
}
.dme-shoveling-snow:before {
  content: "\e94a";
}
.dme-skiing:before {
  content: "\e94b";
}
.dme-hockey:before {
  content: "\e94c";
}
.dme-pilates:before {
  content: "\e94d";
}
.dme-check:before {
  content: "\e94e";
}
.dme-auto-sleep:before {
  content: "\e94f";
}
.dme-designer-accessories:before {
  content: "\e950";
}
.dme-fitbits:before {
  content: "\e951";
}
.dme-clip:before {
  content: "\e952";
}
.dme-watch:before {
  content: "\e953";
}
.dme-wristband:before {
  content: "\e954";
}
.dme-cardio-machine:before {
  content: "\e955";
}
.dme-cardio:before {
  content: "\e956";
}
.dme-soccer-2:before {
  content: "\e957";
}
.dme-yoga-2:before {
  content: "\e958";
}
.dme-cart-empty:before {
  content: "\e959";
}
.dme-cart-full:before {
  content: "\e95a";
}
.dme-heart-rate-zone:before {
  content: "\e95b";
}
.dme-calories:before {
  content: "\e95c";
}
.dme-auto-sleep-alarms:before {
  content: "\e95d";
}
.dme-sleep-stages:before {
  content: "\e95e";
}
.dme-apple:before {
  content: "\e95f";
}
.dme-android:before {
  content: "\e960";
}
.dme-windows:before {
  content: "\e961";
}
.dme-resting-heart-rate:before {
  content: "\e962";
}
.dme-chevron-left:before {
  content: "\e963";
}
.dme-chevron-right:before {
  content: "\e964";
}
.dme-chevron-up:before {
  content: "\e965";
}
.dme-chevron-down:before {
  content: "\e966";
}
.dme-call-control:before {
  content: "\e967";
}
.dme-dual-microphone:before {
  content: "\e968";
}
.dme-lightweight:before {
  content: "\e969";
}
.dme-music-controls:before {
  content: "\e96a";
}
.dme-secure:before {
  content: "\e96b";
}
.dme-customizable:before {
  content: "\e96c";
}
.dme-premium-sound:before {
  content: "\e96d";
}
.dme-sound-settings:before {
  content: "\e96e";
}
.dme-waves-technologies:before {
  content: "\e96f";
}
.dme-passive-noise-isolation:before {
  content: "\e970";
}
.dme-quick-charge:before {
  content: "\e971";
}
.dme-multi-device-connectivity:before {
  content: "\e972";
}
.dme-fitbit-ionic:before {
  content: "\e973";
}
.dme-bluetooth:before {
  content: "\e974";
}
.dme-playlists:before {
  content: "\e975";
}
.dme-charge2:before {
  content: "\e976";
}
.dme-devices:before {
  content: "\e977";
}
.dme-tape-measure:before {
  content: "\e978";
}
.dme-payments:before {
  content: "\e979";
}
.dme-smartphone-setup:before {
  content: "\e97a";
}
.dme-device:before {
  content: "\e97b";
}
.dme-fitbit-app:before {
  content: "\e97c";
}
.dme-adjustable:before {
  content: "\e97d";
}
.dme-Charts-Trends:before {
  content: "\e97e";
}
.dme-Log-Food:before {
  content: "\e97f";
}
.dme-Network-Compatibility:before {
  content: "\e980";
}
.dme-Percent:before {
  content: "\e981";
}
.dme-Privacy:before {
  content: "\e982";
}
.dme-Set-Goals:before {
  content: "\e983";
}
.dme-Track-Excercise:before {
  content: "\e984";
}
.dme-Weight-2:before {
  content: "\e985";
}
.dme-ambient-noise:before {
  content: "\e986";
}
.dme-aluminum-accents:before {
  content: "\e987";
}
.dme-volume-high:before {
  content: "\ea26";
}
.dme-volume-mute2:before {
  content: "\ea2a";
}
.dme-app-details:before {
  content: "\f064";
}

[class*=" fi-"],
[class^=fi-] {
    font: normal normal normal 14px/1 icomoon-font-family;
    speak: none;
    text-transform: none;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" fi-"].lg,
[class^=fi-].lg {
    font-size: 72px
}

[class*=" fi-"].md,
[class^=fi-].md {
    font-size: 40px
}

[class*=" fi-"].sm,
[class^=fi-].sm {
    font-size: 28px
}

[class*=" fi-"].purple,
[class^=fi-].purple {
    color: #b12384
}

[class*=" fi-"].pink,
[class^=fi-].pink {
    color: #d82c81
}

[class*=" fi-"].dark-blue,
[class^=fi-].dark-blue {
    color: #a3b6d2
}

[class*=" fi-"].white,
[class^=fi-].white {
    color: #fff
}

[class*=" fi-"].gray,
[class^=fi-].gray {
    color: #c3c8c9
}

[class*=" fi-"].blue,
[class^=fi-].blue {
    color: #00b3bd
}

.fi-circle1:before {
    content: "\E900"
}

.fi-circle2:before {
    content: "\E901"
}

.fi-circle3:before {
    content: "\E902"
}

.fi-circle4:before {
    content: "\E903"
}

.fi-circle-check-disabled:before {
    content: "\E904"
}

.fi-circle-check-enabled:before {
    content: "\E905"
}

.fi-carousel-hero-left-hover:before {
    content: "\E906"
}

.fi-carousel-hero-left:before {
    content: "\E907"
}

.fi-carousel-hero-right-hover:before {
    content: "\E908"
}

.fi-carousel-hero-right:before {
    content: "\E909"
}

.fi-carousel-left .path1:before {
    content: "\E90A"
}

.fi-carousel-left .path2:before {
    content: "\E90B";
    margin-left: -1em
}

.fi-carousel-left-o .path1:before {
    content: "\E90C"
}

.fi-carousel-left-o .path2:before {
    content: "\E90D";
    margin-left: -1em
}

.fi-carousel-right .path1:before {
    content: "\E90E"
}

.fi-carousel-right .path2:before {
    content: "\E90F";
    margin-left: -1em
}

.fi-carousel-right-o .path1:before {
    content: "\E910"
}

.fi-carousel-right-o .path2:before {
    content: "\E911";
    margin-left: -1em
}

.fi-cta-arrow:before {
    content: "\E912"
}

.fi-cta-close:before {
    content: "\E913"
}

.fi-dropdown-carat:before {
    content: "\E914"
}

.fi-gallery-arrow-left:before {
    content: "\E915"
}

.fi-gallery-arrow-right:before {
    content: "\E916"
}

.fi-minus-expanded:before {
    content: "\E917"
}

.fi-nav-account:before {
    content: "\E918"
}

.fi-nav-cart:before {
    content: "\E919"
}

.fi-nav-close:before {
    content: "\E91A"
}

.fi-nav-favorties:before {
    content: "\E91B"
}

.fi-nav-hamburger:before {
    content: "\E91C"
}

.fi-plus-collapsed:before {
    content: "\E91D"
}

.fi-quotation-left:before {
    content: "\E91E"
}

.fi-quotation-right:before {
    content: "\E91F"
}

.fi-search-alt:before {
    content: "\E920"
}

.fi-social-fb .path1:before {
    content: "\E921"
}

.fi-social-fb .path2:before {
    content: "\E922";
    margin-left: -1em
}

.fi-social-insta .path1:before {
    content: "\E923"
}

.fi-social-insta .path2:before {
    content: "\E924";
    margin-left: -1em
}

.fi-social-insta .path3:before {
    content: "\E925";
    margin-left: -1em
}

.fi-social-insta .path4:before {
    content: "\E926";
    margin-left: -1em
}

.fi-social-insta .path5:before {
    content: "\E927";
    margin-left: -1em
}

.fi-social-insta .path6:before {
    content: "\E928";
    margin-left: -1em
}

.fi-social-pinterest .path1:before {
    content: "\E929"
}

.fi-social-pinterest .path2:before {
    content: "\E92A";
    margin-left: -1em
}

.fi-social-twitter .path1:before {
    content: "\E92B"
}

.fi-social-twitter .path2:before {
    content: "\E92C";
    margin-left: -1em
}

.fi-social-youtube .path1:before {
    content: "\E92D"
}

.fi-social-youtube .path2:before {
    content: "\E92E";
    margin-left: -1em
}

.fi-social-youtube .path3:before {
    content: "\E92F";
    margin-left: -1em
}

.fi-social-youtube .path4:before {
    content: "\E930";
    margin-left: -1em
}

.fi-social-youtube .path5:before {
    content: "\E931";
    margin-left: -1em
}

.fi-social-youtube .path6:before {
    content: "\E932";
    margin-left: -1em
}

.fi-social-youtube .path7:before {
    content: "\E933";
    margin-left: -1em
}

.fi-social-youtube .path8:before {
    content: "\E934";
    margin-left: -1em
}

.fi-social-youtube .path9:before {
    content: "\E935";
    margin-left: -1em
}

.fi-social-youtube .path10:before {
    content: "\E936";
    margin-left: -1em
}

.fi-social-youtube .path11:before {
    content: "\E937";
    margin-left: -1em
}

.fi-social-youtube .path12:before {
    content: "\E938";
    margin-left: -1em
}

.fi-video-play:before {
    content: "\E939"
}

.fi-video-play .path2:before {
    content: "\E93A";
    margin-left: -1em
}

.fi-glyph1:before {
    content: "\E93B"
}

.fi-glyph11:before {
    content: "\E93C"
}

.fi-uni0001:before {
    content: "\E93D"
}

.fi-space:before {
    content: " "
}

.fi-glass-full:before {
    content: "\E600"
}

.fi-glass-half:before {
    content: "\E601"
}

.fi-glass-empty:before {
    content: "\E602"
}

.fi-step:before {
    content: "\E603"
}

.fi-run:before {
    content: "\E604"
}

.fi-charge:before {
    content: "\E605"
}

.fi-fire-alt:before {
    content: "\E606"
}

.fi-location:before {
    content: "\E607"
}

.fi-stairs:before {
    content: "\E608"
}

.fi-heart-alt:before {
    content: "\E609"
}

.fi-insta:before {
    content: "\E60A"
}

.fi-gear:before {
    content: "\E60B"
}

.fi-food-crossed:before {
    content: "\E60C"
}

.fi-food-straight:before {
    content: "\E60D"
}

.fi-moon-dark:before {
    content: "\E60E"
}

.fi-heart-o-alt:before {
    content: "\E60F"
}

.fi-cup:before {
    content: "\E610"
}

.fi-shoe:before {
    content: "\E611"
}

.fi-group-o:before {
    content: "\E612"
}

.fi-glass-half-o:before {
    content: "\E613"
}

.fi-pencil-alt:before {
    content: "\E614"
}

.fi-tile:before {
    content: "\E615"
}

.fi-trash-alt:before {
    content: "\E616"
}

.fi-glasses:before {
    content: "\E617"
}

.fi-slider-v:before {
    content: "\E618"
}

.fi-dot:before {
    content: "\E619"
}

.fi-unisex:before {
    content: "\E61A"
}

.fi-graph:before {
    content: "\E61B"
}

.fi-date-picker:before {
    content: "\E61C"
}

.fi-badge:before {
    content: "\E61D"
}

.fi-group:before {
    content: "\E61E"
}

.fi-chev-left:before {
    content: "\E61F"
}

.fi-chev-right:before {
    content: "\E620"
}

.fi-check-mark:before {
    content: "\E621"
}

.fi-star-5:before {
    content: "\E622"
}

.fi-chat:before {
    content: "\E623"
}

.fi-smile-alt:before {
    content: "\E624"
}

.fi-smile-loud:before {
    content: "\E625"
}

.fi-funny:before {
    content: "\E626"
}

.fi-funny-loud:before {
    content: "\E627"
}

.fi-gear-o:before {
    content: "\E628"
}

.fi-check-circle-o:before {
    content: "\E629"
}

.fi-close-circle:before {
    content: "\E62A"
}

.fi-zoom-in:before {
    content: "\E62B"
}

.fi-close-bold:before {
    content: "\E62C"
}

.fi-user-add:before {
    content: "\E62D"
}

.fi-pinterest:before {
    content: "\E62E"
}

.fi-twitter-alt:before {
    content: "\E62F"
}

.fi-facebook-alt:before {
    content: "\E630"
}

.fi-google-plus-alt:before {
    content: "\E631"
}

.fi-youtube-alt:before {
    content: "\E632"
}

.fi-instagram-alt:before {
    content: "\E633"
}

.fi-uniE634:before {
    content: "\E634"
}

.fi-cart:before {
    content: "\E93E"
}

.fi-chat-square:before {
    content: "\E93F"
}

.fi-chat-solid:before {
    content: "\E940"
}

.fi-chevron-left-solid:before {
    content: "\E941"
}

.fi-triangle-down:before {
    content: "\E942"
}

.fi-triangle-up:before {
    content: "\E943"
}

.fi-reload:before {
    content: "\E944"
}

.fi-cart-o:before {
    content: "\E945"
}

.fi-run-graph:before {
    content: "\E946"
}

.fi-battery-empty:before {
    content: "\E947"
}

.fi-battery-low:before {
    content: "\E948"
}

.fi-battery-half:before {
    content: "\E949"
}

.fi-battery-full:before {
    content: "\E94A"
}

.fi-alert:before {
    content: "\E94B"
}

.fi-funny-chat:before {
    content: "\E94C"
}

.fi-smile-chat:before {
    content: "\E94D"
}

.fi-chat-empty:before {
    content: "\E94E"
}

.fi-cup-solid:before {
    content: "\E94F"
}

.fi-users-alt:before {
    content: "\E950"
}

.fi-shiled-star:before {
    content: "\E951"
}

.fi-globe-wire:before {
    content: "\E952"
}

.fi-envelope-bold:before {
    content: "\E953"
}

.fi-circle-chevron-l:before {
    content: "\E954"
}

.fi-circle-chevron-r:before {
    content: "\E955"
}

.fi-led-display:before {
    content: "\E956"
}

.fi-guided-workouts:before {
    content: "\E957"
}

.fi-personalized-training:before {
    content: "\E958"
}

.fi-calendar-alt:before {
    content: "\E959"
}

.fi-caller-id:before {
    content: "\E95A"
}

.fi-charts:before {
    content: "\E95B"
}

.fi-steps:before {
    content: "\E95C"
}

.fi-clock-faces:before {
    content: "\E95D"
}

.fi-floors:before {
    content: "\E95E"
}

.fi-sync:before {
    content: "\E95F"
}

.fi-alerts:before {
    content: "\E960"
}

.fi-auto-sleep2:before {
    content: "\E961"
}

.fi-all-day:before {
    content: "\E962"
}

.fi-gps:before {
    content: "\E963"
}

.fi-heart-rate:before {
    content: "\E964"
}

.fi-one-2:before {
    content: "\E965"
}

.fi-one:before {
    content: "\E966"
}

.fi-multiple-users:before {
    content: "\E967"
}

.fi-progress:before {
    content: "\E968"
}

.fi-reminders:before {
    content: "\E969"
}

.fi-aria:before {
    content: "\E96A"
}

.fi-tracker:before {
    content: "\E96B"
}

.fi-weigh-more:before {
    content: "\E96C"
}

.fi-battery:before {
    content: "\E96D"
}

.fi-goals:before {
    content: "\E96E"
}

.fi-exercise:before {
    content: "\E96F"
}

.fi-share1:before {
    content: "\E970"
}

.fi-alarms:before {
    content: "\E971"
}

.fi-water-resistant:before {
    content: "\E972"
}

.fi-accessory-bands:before {
    content: "\E973"
}

.fi-multi-sport:before {
    content: "\E974"
}

.fi-music-control:before {
    content: "\E975"
}

.fi-workouts:before {
    content: "\E976"
}

.fi-smart-track:before {
    content: "\E977"
}

.fi-tap-display:before {
    content: "\E978"
}

.fi-touch-display:before {
    content: "\E979"
}

.fi-interchange-accessories:before {
    content: "\E97A"
}

.fi-swim-proof:before {
    content: "\E97B"
}

.fi-guided-breathing:before {
    content: "\E97C"
}

.fi-cardio-level:before {
    content: "\E97D"
}

.fi-circle-close:before {
    content: "\E97E"
}

.fi-circle-plus:before {
    content: "\E97F"
}

.fi-sport:before {
    content: "\E980"
}

.fi-mobile-track:before {
    content: "\E981"
}

.fi-multi-tracker:before {
    content: "\E982"
}

.fi-outdoor-bike:before {
    content: "\E983"
}

.fi-stay-connected:before {
    content: "\E984"
}

.fi-elliptical:before {
    content: "\E985"
}

.fi-track-excercise:before {
    content: "\E986"
}

.fi-tv:before {
    content: "\E987"
}

.fi-water:before {
    content: "\E988"
}

.fi-weight:before {
    content: "\E989"
}

.fi-aerobic:before {
    content: "\E98A"
}

.fi-running:before {
    content: "\E98B"
}

.fi-walking:before {
    content: "\E98C"
}

.fi-calorie-burn:before {
    content: "\E98D"
}

.fi-calisthenics:before {
    content: "\E98E"
}

.fi-rowing:before {
    content: "\E98F"
}

.fi-strength-train:before {
    content: "\E990"
}

.fi-yoga:before {
    content: "\E991"
}

.fi-circuit-training:before {
    content: "\E992"
}

.fi-golf:before {
    content: "\E993"
}

.fi-gardening:before {
    content: "\E994"
}

.fi-badges:before {
    content: "\E995"
}

.fi-calendar-exercise:before {
    content: "\E996"
}

.fi-challenges:before {
    content: "\E997"
}

.fi-connected-gps:before {
    content: "\E998"
}

.fi-hiking:before {
    content: "\E999"
}

.fi-stair-climbing:before {
    content: "\E99A"
}

.fi-food:before {
    content: "\E99B"
}

.fi-boxing:before {
    content: "\E99C"
}

.fi-soccer:before {
    content: "\E99D"
}

.fi-shoveling-snow:before {
    content: "\E99E"
}

.fi-skiing:before {
    content: "\E99F"
}

.fi-hockey:before {
    content: "\E9A0"
}

.fi-pilates:before {
    content: "\E9A1"
}

.fi-check-alt:before {
    content: "\E9A2"
}

.fi-auto-sleep:before {
    content: "\E9A3"
}

.fi-designer-accessories:before {
    content: "\E9A4"
}

.fi-fitbits:before {
    content: "\E9A5"
}

.fi-clip:before {
    content: "\E9A6"
}

.fi-watch:before {
    content: "\E9A7"
}

.fi-wristband:before {
    content: "\E9A8"
}

.fi-cardio-machine:before {
    content: "\E9A9"
}

.fi-cardio:before {
    content: "\E9AA"
}

.fi-soccer-2:before {
    content: "\E9AB"
}

.fi-yoga-2:before {
    content: "\E9AC"
}

.fi-cart-empty:before {
    content: "\E9AD"
}

.fi-cart-full:before {
    content: "\E9AE"
}

.fi-heart-rate-zone:before {
    content: "\E9AF"
}

.fi-calories:before {
    content: "\E9B0"
}

.fi-auto-sleep-alarms:before {
    content: "\E9B1"
}

.fi-sleep-stages:before {
    content: "\E9B2"
}

.fi-apple-alt:before {
    content: "\E9B3"
}

.fi-android-alt:before {
    content: "\E9B4"
}

.fi-windows-alt:before {
    content: "\E9B5"
}

.fi-resting-heart-rate:before {
    content: "\E9B6"
}

.fi-chevron-left-alt:before {
    content: "\E9B7"
}

.fi-chevron-right-alt:before {
    content: "\E9B8"
}

.fi-chevron-up-alt:before {
    content: "\E9B9"
}

.fi-chevron-down-alt:before {
    content: "\E9BA"
}

.fi-call-control:before {
    content: "\E9BB"
}

.fi-dual-microphone:before {
    content: "\E9BC"
}

.fi-lightweight:before {
    content: "\E9BD"
}

.fi-music-controls:before {
    content: "\E9BE"
}

.fi-secure:before {
    content: "\E9BF"
}

.fi-customizable:before {
    content: "\E9C0"
}

.fi-premium-sound:before {
    content: "\E9C1"
}

.fi-sound-settings:before {
    content: "\E9C2"
}

.fi-waves-technologies:before {
    content: "\E9C3"
}

.fi-passive-noise-isolation:before {
    content: "\E9C4"
}

.fi-quick-charge:before {
    content: "\E9C5"
}

.fi-multi-device-connectivity:before {
    content: "\E9C6"
}

.fi-fitbit-ionic:before {
    content: "\E9C7"
}

.fi-bluetooth:before {
    content: "\E9C8"
}

.fi-playlists:before {
    content: "\E9C9"
}

.fi-charge2:before {
    content: "\E9CA"
}

.fi-devices:before {
    content: "\E9CB"
}

.fi-tape-measure:before {
    content: "\E9CC"
}

.fi-payments:before {
    content: "\E9CD"
}

.fi-smartphone-setup:before {
    content: "\E9CE"
}

.fi-device:before {
    content: "\E9CF"
}

.fi-fitbit-app:before {
    content: "\E9D0"
}

.fi-adjustable:before {
    content: "\E9D1"
}

.fi-Charts-Trends:before {
    content: "\E9D2"
}

.fi-Log-Food:before {
    content: "\E9D3"
}

.fi-Network-Compatibility:before {
    content: "\E9D4"
}

.fi-Percent:before {
    content: "\E9D5"
}

.fi-Privacy:before {
    content: "\E9D6"
}

.fi-Set-Goals:before {
    content: "\E9D7"
}

.fi-Track-Excercise:before {
    content: "\E9D8"
}

.fi-Weight-2:before {
    content: "\E9D9"
}

.fi-ambient-noise:before {
    content: "\E9DA"
}

.fi-aluminum-accents:before {
    content: "\E9DB"
}

.fi-workouts-devices:before {
    content: "\E9DC"
}

.fi-headphone:before {
    content: "\E9DD"
}

.fi-weigh-more-2:before {
    content: "\E9DE"
}

.fi-bicep:before {
    content: "\E9DF"
}

.fi-bluetooth-2:before {
    content: "\E9E0"
}

.fi-works-with-trackers:before {
    content: "\E9E1"
}

.fi-scale-plus:before {
    content: "\E9E2"
}

.fi-personalized-user:before {
    content: "\E9E3"
}

.fi-personal-coaching:before {
    content: "\E9E4"
}

.fi-nfc:before {
    content: "\E9E5"
}

.fi-credit-card-alt:before {
    content: "\E9E6"
}

.fi-security-lock:before {
    content: "\E9E7"
}

.fi-apps-payments:before {
    content: "\E9E8"
}

.fi-plus-sign:before {
    content: "\E9E9"
}

.fi-tracking-circle:before {
    content: "\E9EA"
}

.fi-clock:before {
    content: "\E9EB"
}

.fi-lotus:before {
    content: "\E9EC"
}

.fi-adidas-logo:before {
    content: "\E9ED"
}

.fi-ionic-watch-logo:before {
    content: "\E9EE"
}

.fi-phone-dashboard:before {
    content: "\E9EF"
}

.fi-goal-star:before {
    content: "\E9F0"
}

.fi-activity-sleep:before {
    content: "\E9F1"
}

.fi-yt-logo:before {
    content: "\E9F2"
}

.fi-progress-graph:before {
    content: "\E9F3"
}

.fi-fitbit-logo:before {
    content: "\E9F4"
}

.fi-slim-design:before {
    content: "\E9F5"
}

.fi-food-logging:before {
    content: "\E9F6"
}

.fi-heart-resting:before {
    content: "\E9F7"
}

.fi-on-screen-dashboard:before {
    content: "\E9F8"
}

.fi-bedtime-alarms:before {
    content: "\E9F9"
}

.fi-parental-controls:before {
    content: "\E9FA"
}

.fi-goal-celebrations:before {
    content: "\E9FB"
}

.fi-pay:before {
    content: "\E9FC"
}

.fi-volume-high:before {
    content: "\EA26"
}

.fi-volume-mute2:before {
    content: "\EA2A"
}

.fi-app-details:before {
    content: "\F064"
}

.fi-glass-martini:before {
    content: "\F000"
}

.fi-music:before {
    content: "\F001"
}

.fi-search:before {
    content: "\F002"
}

.fi-envelope-o:before {
    content: "\F003"
}

.fi-heart:before {
    content: "\F004"
}

.fi-star:before {
    content: "\F005"
}

.fi-star-o:before {
    content: "\F006"
}

.fi-user:before {
    content: "\F007"
}

.fi-film:before {
    content: "\F008"
}

.fi-th-large:before {
    content: "\F009"
}

.fi-th:before {
    content: "\F00A"
}

.fi-th-list:before {
    content: "\F00B"
}

.fi-check:before {
    content: "\F00C"
}

.fi-times:before {
    content: "\F00D"
}

.fi-search-plus:before {
    content: "\F00E"
}

.fi-search-minus:before {
    content: "\F010"
}

.fi-power-off:before {
    content: "\F011"
}

.fi-signal:before {
    content: "\F012"
}

.fi-cog:before {
    content: "\F013"
}

.fi-recycle:before {
    content: "\F014"
}

.fi-home:before {
    content: "\F015"
}

.fi-new:before {
    content: "\F016"
}

.fi-uniF017:before {
    content: "\F017"
}

.fi-road:before {
    content: "\F018"
}

.fi-download:before {
    content: "\F019"
}

.fi-arrow-alt-circle-down:before {
    content: "\F01A"
}

.fi-arrow-alt-circle-up:before {
    content: "\F01B"
}

.fi-inbox:before {
    content: "\F01C"
}

.fi-play-circle-alt:before {
    content: "\F01D"
}

.fi-redo:before {
    content: "\F01E"
}

.fi-sync-alt:before {
    content: "\F021"
}

.fi-list-alt:before {
    content: "\F022"
}

.fi-lock:before {
    content: "\F023"
}

.fi-flag:before {
    content: "\F024"
}

.fi-headphones:before {
    content: "\F025"
}

.fi-volume-off:before {
    content: "\F026"
}

.fi-volume-down:before {
    content: "\F027"
}

.fi-volume-up:before {
    content: "\F028"
}

.fi-qrcode:before {
    content: "\F029"
}

.fi-barcode:before {
    content: "\F02A"
}

.fi-tag:before {
    content: "\F02B"
}

.fi-tags:before {
    content: "\F02C"
}

.fi-book:before {
    content: "\F02D"
}

.fi-bookmark:before {
    content: "\F02E"
}

.fi-print:before {
    content: "\F02F"
}

.fi-camera:before {
    content: "\F030"
}

.fi-font:before {
    content: "\F031"
}

.fi-bold:before {
    content: "\F032"
}

.fi-italic:before {
    content: "\F033"
}

.fi-text-height:before {
    content: "\F034"
}

.fi-text-width:before {
    content: "\F035"
}

.fi-align-left:before {
    content: "\F036"
}

.fi-align-center:before {
    content: "\F037"
}

.fi-align-justify:before {
    content: "\F039"
}

.fi-list:before {
    content: "\F03A"
}

.fi-outdent:before {
    content: "\F03B"
}

.fi-indent:before {
    content: "\F03C"
}

.fi-video:before {
    content: "\F03D"
}

.fi-image:before {
    content: "\F03E"
}

.fi-pencil:before {
    content: "\F040"
}

.fi-map-marker:before {
    content: "\F041"
}

.fi-adjust:before {
    content: "\F042"
}

.fi-tint:before {
    content: "\F043"
}

.fi-edit:before {
    content: "\F044"
}

.fi-share-square:before {
    content: "\F045"
}

.fi-check-square-alt:before {
    content: "\F046"
}

.fi-expand-arrows:before {
    content: "\F047"
}

.fi-step-backward:before {
    content: "\F048"
}

.fi-fast-backward:before {
    content: "\F049"
}

.fi-backward:before {
    content: "\F04A"
}

.fi-play:before {
    content: "\F04B"
}

.fi-pause:before {
    content: "\F04C"
}

.fi-stop:before {
    content: "\F04D"
}

.fi-forward:before {
    content: "\F04E"
}

.fi-fast-forward:before {
    content: "\F050"
}

.fi-step-forward:before {
    content: "\F051"
}

.fi-eject:before {
    content: "\F052"
}

.fi-chevron-left:before {
    content: "\F053"
}

.fi-chevron-right:before {
    content: "\F054"
}

.fi-plus-circle:before {
    content: "\F055"
}

.fi-minus-circle:before {
    content: "\F056"
}

.fi-times-circle:before {
    content: "\F057"
}

.fi-check-circle:before {
    content: "\F058"
}

.fi-question-circle:before {
    content: "\F059"
}

.fi-info-circle:before {
    content: "\F05A"
}

.fi-crosshairs:before {
    content: "\F05B"
}

.fi-close-circle-alt:before {
    content: "\F05C"
}

.fi-close-check-alt:before {
    content: "\F05D"
}

.fi-ban:before {
    content: "\F05E"
}

.fi-arrow-left:before {
    content: "\F060"
}

.fi-arrow-right:before {
    content: "\F061"
}

.fi-arrow-up:before {
    content: "\F062"
}

.fi-arrow-down:before {
    content: "\F063"
}

.fi-share:before {
    content: "\F065"
}

.fi-expand:before {
    content: "\F066"
}

.fi-compress:before {
    content: "\F067"
}

.fi-plus:before {
    content: "\F068"
}

.fi-minus:before {
    content: "\F069"
}

.fi-asterisk:before {
    content: "\F06A"
}

.fi-exclamation-circle:before {
    content: "\F06B"
}

.fi-gift:before {
    content: "\F06C"
}

.fi-leaf:before {
    content: "\F06D"
}

.fi-fire:before {
    content: "\F06E"
}

.fi-eye:before {
    content: "\F06F"
}

.fi-eye-slash:before {
    content: "\F070"
}

.fi-exclamation-triangle:before {
    content: "\F071"
}

.fi-plane:before {
    content: "\F072"
}

.fi-calendar:before {
    content: "\F073"
}

.fi-random:before {
    content: "\F074"
}

.fi-comment:before {
    content: "\F075"
}

.fi-magnet:before {
    content: "\F076"
}

.fi-chevron-up:before {
    content: "\F077"
}

.fi-chevron-down:before {
    content: "\F078"
}

.fi-retweet:before {
    content: "\F079"
}

.fi-shopping-cart:before {
    content: "\F07A"
}

.fi-folder:before {
    content: "\F07B"
}

.fi-folder-open:before {
    content: "\F07C"
}

.fi-arrows-v:before {
    content: "\F07D"
}

.fi-arrows-h:before {
    content: "\F07E"
}

.fi-bar-chart:before {
    content: "\F080"
}

.fi-twitter-square:before {
    content: "\F081"
}

.fi-facebook-square:before {
    content: "\F082"
}

.fi-camera-retro:before {
    content: "\F083"
}

.fi-key:before {
    content: "\F084"
}

.fi-gears:before {
    content: "\F085"
}

.fi-comments:before {
    content: "\F086"
}

.fi-thumbs-o-up:before {
    content: "\F087"
}

.fi-thumbs-o-down:before {
    content: "\F088"
}

.fi-star-half:before {
    content: "\F089"
}

.fi-heart-o:before {
    content: "\F08A"
}

.fi-sign-out:before {
    content: "\F08B"
}

.fi-linkedin-square:before {
    content: "\F08C"
}

.fi-thumb-tack:before {
    content: "\F08D"
}

.fi-external-link:before {
    content: "\F08E"
}

.fi-sign-in:before {
    content: "\F090"
}

.fi-trophy:before {
    content: "\F091"
}

.fi-github-square:before {
    content: "\F092"
}

.fi-upload:before {
    content: "\F093"
}

.fi-lemon-o:before {
    content: "\F094"
}

.fi-phone:before {
    content: "\F095"
}

.fi-square-o:before {
    content: "\F096"
}

.fi-bookmark-o:before {
    content: "\F097"
}

.fi-phone-square:before {
    content: "\F098"
}

.fi-twitter:before {
    content: "\F099"
}

.fi-facebook:before {
    content: "\F09A"
}

.fi-github:before {
    content: "\F09B"
}

.fi-unlock:before {
    content: "\F09C"
}

.fi-credit-card:before {
    content: "\F09D"
}

.fi-rss:before {
    content: "\F09E"
}

.fi-hdd-o:before {
    content: "\F0A0"
}

.fi-bullhorn:before {
    content: "\F0A1"
}

.fi-bell-o:before {
    content: "\F0A2"
}

.fi-certificate:before {
    content: "\F0A3"
}

.fi-hand-point-right:before {
    content: "\F0A4"
}

.fi-hand-point-left:before {
    content: "\F0A5"
}

.fi-hand-point-up:before {
    content: "\F0A6"
}

.fi-hand-point-down:before {
    content: "\F0A7"
}

.fi-arrow-circle-left-alt:before {
    content: "\F0A8"
}

.fi-arrow-circle-right-alt:before {
    content: "\F0A9"
}

.fi-arrow-circle-up-alt:before {
    content: "\F0AA"
}

.fi-arrow-circle-down-alt:before {
    content: "\F0AB"
}

.fi-globe:before {
    content: "\F0AC"
}

.fi-wrench:before {
    content: "\F0AD"
}

.fi-tasks:before {
    content: "\F0AE"
}

.fi-filter:before {
    content: "\F0B0"
}

.fi-briefcase:before {
    content: "\F0B1"
}

.fi-arrows-alt:before {
    content: "\F0B2"
}

.fi-users:before {
    content: "\F0C0"
}

.fi-link:before {
    content: "\F0C1"
}

.fi-cloud:before {
    content: "\F0C2"
}

.fi-flask:before {
    content: "\F0C3"
}

.fi-cut:before {
    content: "\F0C4"
}

.fi-copy:before {
    content: "\F0C5"
}

.fi-paperclip:before {
    content: "\F0C6"
}

.fi-save:before {
    content: "\F0C7"
}

.fi-square:before {
    content: "\F0C8"
}

.fi-bars:before {
    content: "\F0C9"
}

.fi-list-ul:before {
    content: "\F0CA"
}

.fi-list-ol:before {
    content: "\F0CB"
}

.fi-strikethrough:before {
    content: "\F0CC"
}

.fi-underline:before {
    content: "\F0CD"
}

.fi-table:before {
    content: "\F0CE"
}

.fi-magic:before {
    content: "\F0D0"
}

.fi-truck:before {
    content: "\F0D1"
}

.fi-uniF0D2:before {
    content: "\F0D2"
}

.fi-pinterest-square:before {
    content: "\F0D3"
}

.fi-google-plus-square:before {
    content: "\F0D4"
}

.fi-google-plus-g:before {
    content: "\F0D5"
}

.fi-money-bill:before {
    content: "\F0D6"
}

.fi-caret-down:before {
    content: "\F0D7"
}

.fi-caret-up:before {
    content: "\F0D8"
}

.fi-caret-left:before {
    content: "\F0D9"
}

.fi-caret-right:before {
    content: "\F0DA"
}

.fi-columns:before {
    content: "\F0DB"
}

.fi-sort:before {
    content: "\F0DC"
}

.fi-sort-down:before {
    content: "\F0DD"
}

.fi-sort-up:before {
    content: "\F0DE"
}

.fi-envelope:before {
    content: "\F0E0"
}

.fi-linkedin-in:before {
    content: "\F0E1"
}

.fi-undo:before {
    content: "\F0E2"
}

.fi-gavel:before {
    content: "\F0E3"
}

.fi-dashboard:before {
    content: "\F0E4"
}

.fi-comment-o:before {
    content: "\F0E5"
}

.fi-comments-o:before {
    content: "\F0E6"
}

.fi-bolt:before {
    content: "\F0E7"
}

.fi-sitemap:before {
    content: "\F0E8"
}

.fi-umbrella:before {
    content: "\F0E9"
}

.fi-paste:before {
    content: "\F0EA"
}

.fi-lightbulb:before {
    content: "\F0EB"
}

.fi-exchange:before {
    content: "\F0EC"
}

.fi-cloud-download:before {
    content: "\F0ED"
}

.fi-cloud-upload:before {
    content: "\F0EE"
}

.fi-user-md:before {
    content: "\F0F0"
}

.fi-stethoscope:before {
    content: "\F0F1"
}

.fi-suitcase:before {
    content: "\F0F2"
}

.fi-bell:before {
    content: "\F0F3"
}

.fi-coffee:before {
    content: "\F0F4"
}

.fi-utensils:before {
    content: "\F0F5"
}

.fi-file-text-o:before {
    content: "\F0F6"
}

.fi-building-o:before {
    content: "\F0F7"
}

.fi-hospital-o:before {
    content: "\F0F8"
}

.fi-ambulance:before {
    content: "\F0F9"
}

.fi-medkit:before {
    content: "\F0FA"
}

.fi-fighter-jet:before {
    content: "\F0FB"
}

.fi-beer:before {
    content: "\F0FC"
}

.fi-h-square:before {
    content: "\F0FD"
}

.fi-plus-square:before {
    content: "\F0FE"
}

.fi-angle-double-left:before {
    content: "\F100"
}

.fi-angle-double-right:before {
    content: "\F101"
}

.fi-angle-double-up:before {
    content: "\F102"
}

.fi-angle-double-down:before {
    content: "\F103"
}

.fi-fa-angle-left:before {
    content: "\F104"
}

.fi-fa-angle-right:before {
    content: "\F105"
}

.fi-fa-angle-up:before {
    content: "\F106"
}

.fi-fa-angle-down:before {
    content: "\F107"
}

.fi-desktop:before {
    content: "\F108"
}

.fi-laptop:before {
    content: "\F109"
}

.fi-tablet:before {
    content: "\F10A"
}

.fi-mobile:before {
    content: "\F10B"
}

.fi-circle-o-alt:before {
    content: "\F10C"
}

.fi-quote-left:before {
    content: "\F10D"
}

.fi-quote-right:before {
    content: "\F10E"
}

.fi-spinner:before {
    content: "\F110"
}

.fi-circle:before {
    content: "\F111"
}

.fi-reply:before {
    content: "\F112"
}

.fi-github-alt:before {
    content: "\F113"
}

.fi-folder-o:before {
    content: "\F114"
}

.fi-folder-open-o:before {
    content: "\F115"
}

.fi-smile:before {
    content: "\F118"
}

.fi-frown:before {
    content: "\F119"
}

.fi-meh:before {
    content: "\F11A"
}

.fi-gamepad:before {
    content: "\F11B"
}

.fi-keyboard:before {
    content: "\F11C"
}

.fi-flag-o:before {
    content: "\F11D"
}

.fi-flag-checkered:before {
    content: "\F11E"
}

.fi-terminal:before {
    content: "\F120"
}

.fi-code:before {
    content: "\F121"
}

.fi-reply-all:before {
    content: "\F122"
}

.fi-star-half-o:before {
    content: "\F123"
}

.fi-location-arrow:before {
    content: "\F124"
}

.fi-crop:before {
    content: "\F125"
}

.fi-uniF126:before {
    content: "\F126"
}

.fi-unlink:before {
    content: "\F127"
}

.fi-question:before {
    content: "\F128"
}

.fi-info:before {
    content: "\F129"
}

.fi-exclamation:before {
    content: "\F12A"
}

.fi-superscript:before {
    content: "\F12B"
}

.fi-subscript:before {
    content: "\F12C"
}

.fi-eraser:before {
    content: "\F12D"
}

.fi-puzzle-piece:before {
    content: "\F12E"
}

.fi-microphone:before {
    content: "\F130"
}

.fi-microphone-slash:before {
    content: "\F131"
}

.fi-shield:before {
    content: "\F132"
}

.fi-calendar-o:before {
    content: "\F133"
}

.fi-fire-extinguisher:before {
    content: "\F134"
}

.fi-rocket:before {
    content: "\F135"
}

.fi-maxcdn:before {
    content: "\F136"
}

.fi-chevron-circle-left:before {
    content: "\F137"
}

.fi-chevron-circle-right:before {
    content: "\F138"
}

.fi-chevron-circle-up:before {
    content: "\F139"
}

.fi-chevron-circle-down:before {
    content: "\F13A"
}

.fi-html5:before {
    content: "\F13B"
}

.fi-css3:before {
    content: "\F13C"
}

.fi-anchor:before {
    content: "\F13D"
}

.fi-unlock-alt:before {
    content: "\F13E"
}

.fi-bullseye:before {
    content: "\F140"
}

.fi-ellipsis-h:before {
    content: "\F141"
}

.fi-ellipsis-v:before {
    content: "\F142"
}

.fi-rss-square:before {
    content: "\F143"
}

.fi-play-circle:before {
    content: "\F144"
}

.fi-ticket:before {
    content: "\F145"
}

.fi-minus-square:before {
    content: "\F146"
}

.fi-minus-square-o:before {
    content: "\F147"
}

.fi-level-up:before {
    content: "\F148"
}

.fi-level-down:before {
    content: "\F149"
}

.fi-check-square:before {
    content: "\F14A"
}

.fi-pen-square:before {
    content: "\F14B"
}

.fi-external-link-square:before {
    content: "\F14C"
}

.fi-uniF14D:before {
    content: "\F14D"
}

.fi-compass:before {
    content: "\F14E"
}

.fi-caret-square-down:before {
    content: "\F150"
}

.fi-caret-square-up:before {
    content: "\F151"
}

.fi-caret-square-right:before {
    content: "\F152"
}

.fi-euro-sign:before {
    content: "\F153"
}

.fi-pound-sign:before {
    content: "\F154"
}

.fi-dollar-sign:before {
    content: "\F155"
}

.fi-rupee-sign:before {
    content: "\F156"
}

.fi-yen-sign:before {
    content: "\F157"
}

.fi-ruble-sign:before {
    content: "\F158"
}

.fi-won-sign:before {
    content: "\F159"
}

.fi-btc:before {
    content: "\F15A"
}

.fi-file:before {
    content: "\F15B"
}

.fi-file-alt:before {
    content: "\F15C"
}

.fi-sort-alpha-down:before {
    content: "\F15D"
}

.fi-sort-alpha-up:before {
    content: "\F15E"
}

.fi-sort-amount-down:before {
    content: "\F160"
}

.fi-sort-amount-up:before {
    content: "\F161"
}

.fi-sort-numeric-down:before {
    content: "\F162"
}

.fi-sort-numeric-up:before {
    content: "\F163"
}

.fi-thumbs-up:before {
    content: "\F164"
}

.fi-thumbs-down:before {
    content: "\F165"
}

.fi-youtube-square:before {
    content: "\F166"
}

.fi-youtube:before {
    content: "\F167"
}

.fi-xing:before {
    content: "\F168"
}

.fi-xing-square:before {
    content: "\F169"
}

.fi-youtube-play:before {
    content: "\F16A"
}

.fi-dropbox:before {
    content: "\F16B"
}

.fi-stack-overflow:before {
    content: "\F16C"
}

.fi-instagram:before {
    content: "\F16D"
}

.fi-flickr:before {
    content: "\F16E"
}

.fi-adn:before {
    content: "\F170"
}

.fi-bitbucket:before {
    content: "\F171"
}

.fi-bitbucket-square:before {
    content: "\F172"
}

.fi-tumblr:before {
    content: "\F173"
}

.fi-tumblr-square:before {
    content: "\F174"
}

.fi-long-arrow-down:before {
    content: "\F175"
}

.fi-long-arrow-up:before {
    content: "\F176"
}

.fi-long-arrow-left:before {
    content: "\F177"
}

.fi-long-arrow-right:before {
    content: "\F178"
}

.fi-apple:before {
    content: "\F179"
}

.fi-windows:before {
    content: "\F17A"
}

.fi-android:before {
    content: "\F17B"
}

.fi-linux:before {
    content: "\F17C"
}

.fi-dribbble:before {
    content: "\F17D"
}

.fi-skype:before {
    content: "\F17E"
}

.fi-foursquare:before {
    content: "\F180"
}

.fi-trello:before {
    content: "\F181"
}

.fi-female:before {
    content: "\F182"
}

.fi-male:before {
    content: "\F183"
}

.fi-gratipay:before {
    content: "\F184"
}

.fi-sun:before {
    content: "\F185"
}

.fi-moon:before {
    content: "\F186"
}

.fi-archive:before {
    content: "\F187"
}

.fi-bug:before {
    content: "\F188"
}

.fi-vk:before {
    content: "\F189"
}

.fi-weibo:before {
    content: "\F18A"
}

.fi-renren:before {
    content: "\F18B"
}

.fi-pagelines:before {
    content: "\F18C"
}

.fi-stack-exchange:before {
    content: "\F18D"
}

.fi-arrow-circle-right:before {
    content: "\F18E"
}

.fi-arrow-circle-left:before {
    content: "\F190"
}

.fi-caret-square-left:before {
    content: "\F191"
}

.fi-dot-circle:before {
    content: "\F192"
}

.fi-wheelchair:before {
    content: "\F193"
}

.fi-vimeo-square:before {
    content: "\F194"
}

.fi-lira-sign:before {
    content: "\F195"
}

.fi-plus-square-o:before {
    content: "\F196"
}

.fi-space-shuttle:before {
    content: "\F197"
}

.fi-slack:before {
    content: "\F198"
}

.fi-envelope-square:before {
    content: "\F199"
}

.fi-wordpress:before {
    content: "\F19A"
}

.fi-openid:before {
    content: "\F19B"
}

.fi-university:before {
    content: "\F19C"
}

.fi-graduation-cap:before {
    content: "\F19D"
}

.fi-yahoo:before {
    content: "\F19E"
}

.fi-google:before {
    content: "\F1A0"
}

.fi-reddit:before {
    content: "\F1A1"
}

.fi-reddit-square:before {
    content: "\F1A2"
}

.fi-stumbleupon-circle:before {
    content: "\F1A3"
}

.fi-stumbleupon:before {
    content: "\F1A4"
}

.fi-delicious:before {
    content: "\F1A5"
}

.fi-digg:before {
    content: "\F1A6"
}

.fi-pied-piper-pp:before {
    content: "\F1A7"
}

.fi-pied-piper-alt:before {
    content: "\F1A8"
}

.fi-drupal:before {
    content: "\F1A9"
}

.fi-joomla:before {
    content: "\F1AA"
}

.fi-language:before {
    content: "\F1AB"
}

.fi-fax:before {
    content: "\F1AC"
}

.fi-building:before {
    content: "\F1AD"
}

.fi-child:before {
    content: "\F1AE"
}

.fi-paw:before {
    content: "\F1B0"
}

.fi-spoon:before {
    content: "\F1B1"
}

.fi-cube:before {
    content: "\F1B2"
}

.fi-cubes:before {
    content: "\F1B3"
}

.fi-behance:before {
    content: "\F1B4"
}

.fi-behance-square:before {
    content: "\F1B5"
}

.fi-steam:before {
    content: "\F1B6"
}

.fi-steam-square:before {
    content: "\F1B7"
}

.fi-uniF1B8:before {
    content: "\F1B8"
}

.fi-car:before {
    content: "\F1B9"
}

.fi-taxi:before {
    content: "\F1BA"
}

.fi-tree:before {
    content: "\F1BB"
}

.fi-spotify:before {
    content: "\F1BC"
}

.fi-deviantart:before {
    content: "\F1BD"
}

.fi-soundcloud:before {
    content: "\F1BE"
}

.fi-database:before {
    content: "\F1C0"
}

.fi-file-pdf:before {
    content: "\F1C1"
}

.fi-file-word:before {
    content: "\F1C2"
}

.fi-file-excel:before {
    content: "\F1C3"
}

.fi-file-powerpoint:before {
    content: "\F1C4"
}

.fi-file-image:before {
    content: "\F1C5"
}

.fi-file-archive:before {
    content: "\F1C6"
}

.fi-file-audio:before {
    content: "\F1C7"
}

.fi-file-video:before {
    content: "\F1C8"
}

.fi-file-code:before {
    content: "\F1C9"
}

.fi-vine:before {
    content: "\F1CA"
}

.fi-codepen:before {
    content: "\F1CB"
}

.fi-jsfiddle:before {
    content: "\F1CC"
}

.fi-life-ring:before {
    content: "\F1CD"
}

.fi-circle-notch:before {
    content: "\F1CE"
}

.fi-rebel:before {
    content: "\F1D0"
}

.fi-empire:before {
    content: "\F1D1"
}

.fi-git-square:before {
    content: "\F1D2"
}

.fi-git:before {
    content: "\F1D3"
}

.fi-hacker-news:before {
    content: "\F1D4"
}

.fi-tencent-weibo:before {
    content: "\F1D5"
}

.fi-qq:before {
    content: "\F1D6"
}

.fi-weixin:before {
    content: "\F1D7"
}

.fi-paper-plane:before {
    content: "\F1D8"
}

.fi-paper-plane-o:before {
    content: "\F1D9"
}

.fi-history:before {
    content: "\F1DA"
}

.fi-circle-o:before {
    content: "\F1DB"
}

.fi-heading:before {
    content: "\F1DC"
}

.fi-paragraph:before {
    content: "\F1DD"
}

.fi-sliders-h:before {
    content: "\F1DE"
}

.fi-share-alt:before {
    content: "\F1E0"
}

.fi-share-alt-square:before {
    content: "\F1E1"
}

.fi-bomb:before {
    content: "\F1E2"
}

.fi-futbol:before {
    content: "\F1E3"
}

.fi-tty:before {
    content: "\F1E4"
}

.fi-binoculars:before {
    content: "\F1E5"
}

.fi-plug:before {
    content: "\F1E6"
}

.fi-slideshare:before {
    content: "\F1E7"
}

.fi-twitch:before {
    content: "\F1E8"
}

.fi-yelp:before {
    content: "\F1E9"
}

.fi-newspaper:before {
    content: "\F1EA"
}

.fi-wifi:before {
    content: "\F1EB"
}

.fi-calculator:before {
    content: "\F1EC"
}

.fi-paypal:before {
    content: "\F1ED"
}

.fi-google-wallet:before {
    content: "\F1EE"
}

.fi-cc-visa:before {
    content: "\F1F0"
}

.fi-cc-mastercard:before {
    content: "\F1F1"
}

.fi-cc-discover:before {
    content: "\F1F2"
}

.fi-cc-amex:before {
    content: "\F1F3"
}

.fi-cc-paypal:before {
    content: "\F1F4"
}

.fi-cc-stripe:before {
    content: "\F1F5"
}

.fi-bell-slash:before {
    content: "\F1F6"
}

.fi-bell-slash-o:before {
    content: "\F1F7"
}

.fi-trash:before {
    content: "\F1F8"
}

.fi-copyright:before {
    content: "\F1F9"
}

.fi-at:before {
    content: "\F1FA"
}

.fi-eye-dropper:before {
    content: "\F1FB"
}

.fi-paint-brush:before {
    content: "\F1FC"
}

.fi-birthday-cake:before {
    content: "\F1FD"
}

.fi-chart-area:before {
    content: "\F1FE"
}

.fi-chart-pie:before {
    content: "\F200"
}

.fi-chart-line:before {
    content: "\F201"
}

.fi-lastfm:before {
    content: "\F202"
}

.fi-lastfm-square:before {
    content: "\F203"
}

.fi-toggle-off:before {
    content: "\F204"
}

.fi-toggle-on:before {
    content: "\F205"
}

.fi-bicycle:before {
    content: "\F206"
}

.fi-bus:before {
    content: "\F207"
}

.fi-ioxhost:before {
    content: "\F208"
}

.fi-angellist:before {
    content: "\F209"
}

.fi-closed-captioning:before {
    content: "\F20A"
}

.fi-shekel-sign:before {
    content: "\F20B"
}

.fi-meanpath:before {
    content: "\F20C"
}

.fi-download1:before {
    content: "\E9FE"
}

.fi-freeshipping:before {
    content: "\E9FF"
}

.fi-fullscreen:before {
    content: "\EA00"
}

.fi-globe-alt-solid:before {
    content: "\EA01"
}

.fi-moneyback_perks_icon:before {
    content: "\EA02"
}

.fi-one-year-warranty:before {
    content: "\EA03"
}

.fi-eat-up:before {
    content: "\E9FD"
}

.fi-stay-inspired:before {
    content: "\EA04"
}

.fi-invested:before {
    content: "\EA05"
}

.fi-kick-back:before {
    content: "\EA06"
}

.fi-get-fit:before {
    content: "\EA1A"
}

.fi-fun:before {
    content: "\EA1B"
}

.fi-swatch-black-graphite .path1:before {
    content: "\E90B";
    color: #0f0f0f
}

.fi-swatch-black-graphite .path2:before {
    content: "\E90D";
    margin-left: -1em;
    color: #000
}

.fi-swatch-blue-gray-rose-gold .path1:before {
    content: "\E90F";
    color: #636677
}

.fi-swatch-blue-gray-rose-gold .path2:before {
    content: "\E911";
    margin-left: -1em;
    color: #000
}

.fi-swatch-frost-white-graphite .path1:before {
    content: "\E93A";
    color: #fff
}

.fi-swatch-frost-white-graphite .path2:before {
    content: "\EA07";
    margin-left: -1em;
    color: #000
}

.fi-swatch-lavender-rose-gold .path1:before {
    content: "\EA08";
    color: #ddbfe4
}

.fi-swatch-lavender-rose-gold .path2:before {
    content: "\EA09";
    margin-left: -1em;
    color: #000
}

.fi-swatch-leather-midnight-blue:before {
    content: "\EA0A"
}

.fi-swatch-leather-plum:before {
    content: "\EA0B";
    color: #3a002e
}

.fi-swatch-sport-berry:before {
    content: "\EA0C";
    color: #a05e9e
}

.fi-swatch-sport-black:before {
    content: "\EA0D"
}

.fi-swatch-sport-navy-blue:before {
    content: "\EA0E";
    color: #293f7b
}

.fi-swtach-sport-scarlet:before {
    content: "\EA0F";
    color: #ff4a40
}

.fi-swatch-woven-charcoal:before {
    content: "\EA10";
    color: #525252
}

.fi-swatch-woven-periwinkle:before {
    content: "\EA11";
    color: #a2aac5
}

.fi-landmark:before {
    content: "\EA12"
}

.fi-treasures:before {
    content: "\EA13"
}

.fi-phone-flip:before {
    content: "\EA14"
}

/**
 * CSS file for fontIconPicker
 * This file holds the basic CSS
 * {@link https://github.com/micc83/fontIconPicker}
 */
/* Reset (thx to Eric A. and Kathryn S. Meyer) */
.icons-selector * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.icons-selector,
.icons-selector:before,
.icons-selector:after,
.icons-selector *,
.icons-selector *:before,
.icons-selector *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* Display */
.icons-selector {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
    border: 1px solid #ccc;
    padding: 5px 0;
    border-radius: 2px;
}
}

/* Icon selector */
.icons-selector .selector{
	width: 100px;
	height: 40px;
	position: relative;
    display: block;
    overflow: auto;
}

/* Selector open button */
.icons-selector .selector-button {
	width: 39px;
	height: 41px;
	display:block;
	text-align: center;
	cursor: pointer;
	float: left;
	border-left: 1px solid #ccc; 
}
.selector {
    display: block;
    overflow: auto;
}
/* Selector open button icon */
.icons-selector .selector-button i {
	line-height: 38px;
	text-align: center;
}

/* Selected icon container */
.icons-selector .selected-icon {
	display: block;
	width: 60px;
	height: 100%;
	float: left;
	text-align: center;
}

/* Selected icon */
.icons-selector .selected-icon i {
	line-height: 40px;
	cursor: default;
	font-size: 40px;
    color: #333333;
}

/* IconPicker Popup */
.icons-selector .selector-popup {
	position: absolute;
    z-index: 10021;
    background-color: #fefefe;
    padding: 5px;
    height: auto;
    width: 454px;
    margin-top: 5px;
    max-height: 160px;
    overflow-y: scroll;
}
    
/* Search input & category selector */
.icons-selector .selector-search input[type="text"],
.icons-selector .selector-category select {
	border: 0;
	line-height: 20px;
	padding: 10px 2.5%;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	font-size: 12px;
	display: block; /* Fixes the positioning inside hidden/floated/text-aligned elements, where it would leave a margin */
}
.icons-selector .selector-category select {
	height: 40px;
}
.icons-selector .selector-category select option {
	padding: 10px;
}


/* Search input placeholder */
.icons-selector input::-webkit-input-placeholder { text-transform: uppercase; }
.icons-selector input:-moz-placeholder { text-transform: uppercase; }
.icons-selector input::-moz-placeholder { text-transform: uppercase;}
.icons-selector input:-ms-input-placeholder { text-transform: uppercase; }

/* Search and cancel icon */
.icons-selector .selector-search {
	position: relative;
}
.icons-selector .selector-search i {
	position: absolute;
	right: 10px;
	top: 7px;
}

/* Icon Container inside Popup */
.icons-selector .fip-icons-container {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
}

/* Icon container loading */
.icons-selector .fip-icons-container .loading {
	font-size:24px;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
	width:100%;
}

/* Single icon box */
.icons-selector .fip-box {
    display: inline-block;
    margin: 10px;
    width:	42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    height: 42px;
    font-size: 42px;
    color: #333333;
}

.fip-box i {
    display: inherit;
}

/* Popup footer */
.icons-selector .selector-footer {
	line-height: 12px;
	padding: 5px 5px 0 5px;
	text-align: center;
}

/* Pagination and footer icons */
.icons-selector .selector-footer, .icons-selector .selector-footer i {
	font-size: 14px;
}
/* Pagination arrows container */
.icons-selector .selector-arrows {
	float: right;
}
/* Pagination text */
.icons-selector .selector-pages {
	font-size: 11px;
	float: left;
}
/* Pagination arrows icons */
.icons-selector .selector-arrows i {
	cursor: pointer;
}
/* Total icons */
.icons-selector .selector-footer em {
	font-style: italic;
}


/* No icons found */
.icons-selector .icons-picker-error i:before {
	color: #eee;
}

/* Icons */
@font-face {
  font-family: 'iconpicker';
  src: url('icons/fontsPicker/iconpicker.eot?90190138');
  src: url('icons/fontsPicker/iconpicker.eot?90190138#iefix') format('embedded-opentype'),
       url('icons/fontsPicker/iconpicker.woff?90190138') format('woff'),
       url('icons/fontsPicker/iconpicker.ttf?90190138') format('truetype'),
       url('icons/fontsPicker/iconpicker.svg?90190138#iconpicker') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icons-selector [class^="fip-icon-"]:before, .icons-selector [class*=" fip-icon-"]:before {
	font-family: "iconpicker";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
}
/* Search icon */
.icons-selector .fip-icon-search:before { content: '\e812';cursor: default; }
/* Cancel search icon */
.icons-selector .fip-icon-cancel:before { content: '\e814';cursor: pointer; }
/* No icon set */
.icons-selector .fip-icon-block:before { content: '\e84e';color: #fed0d0; }
/* Open picker icon */
.icons-selector .fip-icon-down-dir:before { content: '\e800'; }
/* Close picker icon */
.icons-selector .fip-icon-up-dir:before { content: '\e813'; }
/* Prev page icon */
.icons-selector .fip-icon-left-dir:before { content: '\e801'; }
/* Next page icon */
.icons-selector .fip-icon-right-dir:before { content: '\e802'; }
/* Loading icon */
.icons-selector .fip-icon-spin3:before { content: '\e815'; }
.icons-selector .fip-icon-spin3 {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

