@charset "UTF-8";
/*!
 *  Font Awesome 4.3.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("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon, [class*="icon-"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.icon-2x {
  font-size: 2em; }

.icon-3x {
  font-size: 3em; }

.icon-4x {
  font-size: 4em; }

.icon-5x {
  font-size: 5em; }

.icon-fw {
  width: 1.28571em;
  text-align: center; }

.icon-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .icon-ul > li {
    position: relative; }

.icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .icon-li.icon-lg {
    left: -1.85714em; }

.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.icon.pull-left, .pull-left[class*="icon-"] {
  margin-right: .3em; }
.icon.pull-right, .pull-right[class*="icon-"] {
  margin-left: .3em; }

.icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.icon-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); } }
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none; }

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.icon-stack-1x, .icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.icon-stack-1x {
  line-height: inherit; }

.icon-stack-2x {
  font-size: 2em; }

.icon-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: ""; }

.icon-music:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-envelope-o:before, .icon-envelope-alt:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-star-o:before, .icon-star-empty:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-film:before {
  content: ""; }

.icon-th-large:before {
  content: ""; }

.icon-th:before {
  content: ""; }

.icon-th-list:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-remove:before,
.icon-close:before,
.icon-times:before,
.icon-remove:before {
  content: ""; }

.icon-search-plus:before, .icon-zoom-in:before {
  content: ""; }

.icon-search-minus:before, .icon-zoom-out:before {
  content: ""; }

.icon-power-off:before, .icon-off:before {
  content: ""; }

.icon-signal:before {
  content: ""; }

.icon-gear:before,
.icon-cog:before {
  content: ""; }

.icon-trash-o:before, .icon-trash:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-file-o:before, .icon-file-alt:before {
  content: ""; }

.icon-clock-o:before, .icon-time:before {
  content: ""; }

.icon-road:before {
  content: ""; }

.icon-download:before, .icon-download-alt:before {
  content: ""; }

.icon-arrow-circle-o-down:before, .icon-download:before, .icon-download-alt:before {
  content: ""; }

.icon-arrow-circle-o-up:before, .icon-upload:before, .icon-upload-alt:before {
  content: ""; }

.icon-inbox:before {
  content: ""; }

.icon-play-circle-o:before, .icon-play-circle:before, .icon-play-sign:before {
  content: ""; }

.icon-rotate-right:before,
.icon-repeat:before {
  content: ""; }

.icon-refresh:before {
  content: ""; }

.icon-list-alt:before {
  content: ""; }

.icon-lock:before {
  content: ""; }

.icon-flag:before {
  content: ""; }

.icon-headphones:before {
  content: ""; }

.icon-volume-off:before {
  content: ""; }

.icon-volume-down:before {
  content: ""; }

.icon-volume-up:before {
  content: ""; }

.icon-qrcode:before {
  content: ""; }

.icon-barcode:before {
  content: ""; }

.icon-tag:before {
  content: ""; }

.icon-tags:before {
  content: ""; }

.icon-book:before {
  content: ""; }

.icon-bookmark:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-camera:before {
  content: ""; }

.icon-font:before {
  content: ""; }

.icon-bold:before {
  content: ""; }

.icon-italic:before {
  content: ""; }

.icon-text-height:before {
  content: ""; }

.icon-text-width:before {
  content: ""; }

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

.icon-align-center:before {
  content: ""; }

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

.icon-align-justify:before {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-dedent:before,
.icon-outdent:before,
.icon-indent-left:before {
  content: ""; }

.icon-indent:before, .icon-indent-right:before {
  content: ""; }

.icon-video-camera:before, .icon-facetime-video:before {
  content: ""; }

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before,
.icon-picture:before {
  content: ""; }

.icon-pencil:before {
  content: ""; }

.icon-map-marker:before {
  content: ""; }

.icon-adjust:before {
  content: ""; }

.icon-tint:before {
  content: ""; }

.icon-edit:before,
.icon-pencil-square-o:before,
.icon-edit:before {
  content: ""; }

.icon-share-square-o:before, .icon-share:before, .icon-share-alt:before {
  content: ""; }

.icon-check-square-o:before {
  content: ""; }

.icon-arrows:before, .icon-move:before {
  content: ""; }

.icon-step-backward:before {
  content: ""; }

.icon-fast-backward:before {
  content: ""; }

.icon-backward:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-pause:before {
  content: ""; }

.icon-stop:before {
  content: ""; }

.icon-forward:before {
  content: ""; }

.icon-fast-forward:before {
  content: ""; }

.icon-step-forward:before {
  content: ""; }

.icon-eject:before {
  content: ""; }

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

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

.icon-plus-circle:before, .icon-plus-sign:before {
  content: ""; }

.icon-minus-circle:before, .icon-minus-sign:before {
  content: ""; }

.icon-times-circle:before, .icon-remove-sign:before {
  content: ""; }

.icon-check-circle:before, .icon-ok-sign:before {
  content: ""; }

.icon-question-circle:before, .icon-question-sign:before {
  content: ""; }

.icon-info-circle:before, .icon-info-sign:before {
  content: ""; }

.icon-crosshairs:before, .icon-screenshot:before {
  content: ""; }

.icon-times-circle-o:before, .icon-remove-circle:before {
  content: ""; }

.icon-check-circle-o:before, .icon-ok-circle:before {
  content: ""; }

.icon-ban:before {
  content: ""; }

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

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

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

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

.icon-mail-forward:before,
.icon-share:before,
.icon-share-alt:before {
  content: ""; }

.icon-expand:before, .icon-resize-full:before {
  content: ""; }

.icon-compress:before, .icon-resize-small:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-asterisk:before {
  content: ""; }

.icon-exclamation-circle:before, .icon-exclamation-sign:before {
  content: ""; }

.icon-gift:before {
  content: ""; }

.icon-leaf:before {
  content: ""; }

.icon-fire:before {
  content: ""; }

.icon-eye:before, .icon-eye-open:before {
  content: ""; }

.icon-eye-slash:before, .icon-eye-close:before {
  content: ""; }

.icon-warning:before,
.icon-exclamation-triangle:before,
.icon-warning-sign:before {
  content: ""; }

.icon-plane:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-random:before {
  content: ""; }

.icon-comment:before {
  content: ""; }

.icon-magnet:before {
  content: ""; }

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

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

.icon-retweet:before {
  content: ""; }

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

.icon-folder:before, .icon-folder-close:before {
  content: ""; }

.icon-folder-open:before {
  content: ""; }

.icon-arrows-v:before, .icon-resize-vertical:before {
  content: ""; }

.icon-arrows-h:before, .icon-resize-horizontal:before {
  content: ""; }

.icon-bar-chart-o:before, .icon-bar-chart:before,
.icon-bar-chart:before {
  content: ""; }

.icon-twitter-square:before, .icon-twitter-sign:before {
  content: ""; }

.icon-facebook-square:before, .icon-facebook-sign:before {
  content: ""; }

.icon-camera-retro:before {
  content: ""; }

.icon-key:before {
  content: ""; }

.icon-gears:before,
.icon-cogs:before {
  content: ""; }

.icon-comments:before {
  content: ""; }

.icon-thumbs-o-up:before, .icon-thumbs-up-alt:before {
  content: ""; }

.icon-thumbs-o-down:before, .icon-thumbs-down-alt:before {
  content: ""; }

.icon-star-half:before {
  content: ""; }

.icon-heart-o:before, .icon-heart-empty:before {
  content: ""; }

.icon-sign-out:before, .icon-signout:before {
  content: ""; }

.icon-linkedin-square:before, .icon-linkedin-sign:before {
  content: ""; }

.icon-thumb-tack:before, .icon-pushpin:before {
  content: ""; }

.icon-external-link:before {
  content: ""; }

.icon-sign-in:before, .icon-signin:before {
  content: ""; }

.icon-trophy:before {
  content: ""; }

.icon-github-square:before, .icon-github-sign:before {
  content: ""; }

.icon-upload:before, .icon-upload-alt:before {
  content: ""; }

.icon-lemon-o:before, .icon-lemon:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-square-o:before, .icon-check-empty:before {
  content: ""; }

.icon-bookmark-o:before, .icon-bookmark-empty:before {
  content: ""; }

.icon-phone-square:before, .icon-phone-sign:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-facebook-f:before,
.icon-facebook:before {
  content: ""; }

.icon-github:before {
  content: ""; }

.icon-unlock:before {
  content: ""; }

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

.icon-feed:before,
.icon-rss:before {
  content: ""; }

.icon-hdd-o:before, .icon-hdd:before {
  content: ""; }

.icon-bullhorn:before {
  content: ""; }

.icon-bell:before, .icon-bell-alt:before {
  content: ""; }

.icon-certificate:before {
  content: ""; }

.icon-hand-o-right:before, .icon-hand-right:before {
  content: ""; }

.icon-hand-o-left:before, .icon-hand-left:before {
  content: ""; }

.icon-hand-o-up:before, .icon-hand-up:before {
  content: ""; }

.icon-hand-o-down:before, .icon-hand-down:before {
  content: ""; }

.icon-arrow-circle-left:before, .icon-circle-arrow-left:before {
  content: ""; }

.icon-arrow-circle-right:before, .icon-circle-arrow-right:before {
  content: ""; }

.icon-arrow-circle-up:before, .icon-circle-arrow-up:before {
  content: ""; }

.icon-arrow-circle-down:before, .icon-circle-arrow-down:before {
  content: ""; }

.icon-globe:before {
  content: ""; }

.icon-wrench:before {
  content: ""; }

.icon-tasks:before {
  content: ""; }

.icon-filter:before {
  content: ""; }

.icon-briefcase:before {
  content: ""; }

.icon-arrows-alt:before, .icon-fullscreen:before {
  content: ""; }

.icon-group:before,
.icon-users:before,
.icon-group:before {
  content: ""; }

.icon-chain:before,
.icon-link:before {
  content: ""; }

.icon-cloud:before {
  content: ""; }

.icon-flask:before, .icon-beaker:before {
  content: ""; }

.icon-cut:before,
.icon-scissors:before,
.icon-cut:before {
  content: ""; }

.icon-copy:before,
.icon-files-o:before,
.icon-copy:before {
  content: ""; }

.icon-paperclip:before, .icon-paper-clip:before {
  content: ""; }

.icon-save:before,
.icon-floppy-o:before,
.icon-save:before {
  content: ""; }

.icon-square:before, .icon-sign-blank:before {
  content: ""; }

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before,
.icon-reorder:before {
  content: ""; }

.icon-list-ul:before {
  content: ""; }

.icon-list-ol:before {
  content: ""; }

.icon-strikethrough:before {
  content: ""; }

.icon-underline:before {
  content: ""; }

.icon-table:before {
  content: ""; }

.icon-magic:before {
  content: ""; }

.icon-truck:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-pinterest-square:before, .icon-pinterest-sign:before {
  content: ""; }

.icon-google-plus-square:before, .icon-google-plus-sign:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-money:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-columns:before {
  content: ""; }

.icon-unsorted:before,
.icon-sort:before {
  content: ""; }

.icon-sort-down:before,
.icon-sort-desc:before,
.icon-sort-up:before {
  content: ""; }

.icon-sort-up:before,
.icon-sort-asc:before,
.icon-sort-down:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-rotate-left:before,
.icon-undo:before {
  content: ""; }

.icon-legal:before,
.icon-gavel:before,
.icon-legal:before {
  content: ""; }

.icon-dashboard:before,
.icon-tachometer:before,
.icon-dashboard:before {
  content: ""; }

.icon-comment-o:before, .icon-comment-alt:before {
  content: ""; }

.icon-comments-o:before, .icon-comments-alt:before {
  content: ""; }

.icon-flash:before,
.icon-bolt:before {
  content: ""; }

.icon-sitemap:before {
  content: ""; }

.icon-umbrella:before {
  content: ""; }

.icon-paste:before,
.icon-clipboard:before,
.icon-paste:before {
  content: ""; }

.icon-lightbulb-o:before, .icon-lightbulb:before {
  content: ""; }

.icon-exchange:before {
  content: ""; }

.icon-cloud-download:before {
  content: ""; }

.icon-cloud-upload:before {
  content: ""; }

.icon-user-md:before {
  content: ""; }

.icon-stethoscope:before {
  content: ""; }

.icon-suitcase:before {
  content: ""; }

.icon-bell-o:before, .icon-bell:before, .icon-bell-alt:before {
  content: ""; }

.icon-coffee:before {
  content: ""; }

.icon-cutlery:before, .icon-food:before {
  content: ""; }

.icon-file-text-o:before, .icon-file-text-alt:before {
  content: ""; }

.icon-building-o:before, .icon-building:before {
  content: ""; }

.icon-hospital-o:before, .icon-hospital:before {
  content: ""; }

.icon-ambulance:before {
  content: ""; }

.icon-medkit:before {
  content: ""; }

.icon-fighter-jet:before {
  content: ""; }

.icon-beer:before {
  content: ""; }

.icon-h-square:before, .icon-h-sign:before {
  content: ""; }

.icon-plus-square:before, .icon-plus-sign-alt:before {
  content: ""; }

.icon-angle-double-left:before, .icon-double-angle-left:before {
  content: ""; }

.icon-angle-double-right:before, .icon-double-angle-right:before {
  content: ""; }

.icon-angle-double-up:before, .icon-double-angle-up:before {
  content: ""; }

.icon-angle-double-down:before, .icon-double-angle-down:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-angle-up:before {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-desktop:before {
  content: ""; }

.icon-laptop:before {
  content: ""; }

.icon-tablet:before {
  content: ""; }

.icon-mobile-phone:before,
.icon-mobile:before,
.icon-mobile-phone:before {
  content: ""; }

.icon-circle-o:before, .icon-circle-blank:before {
  content: ""; }

.icon-quote-left:before {
  content: ""; }

.icon-quote-right:before {
  content: ""; }

.icon-spinner:before {
  content: ""; }

.icon-circle:before {
  content: ""; }

.icon-mail-reply:before,
.icon-reply:before {
  content: ""; }

.icon-github-alt:before {
  content: ""; }

.icon-folder-o:before, .icon-folder-close-alt:before {
  content: ""; }

.icon-folder-open-o:before, .icon-folder-open-alt:before {
  content: ""; }

.icon-smile-o:before, .icon-smile:before {
  content: ""; }

.icon-frown-o:before, .icon-frown:before {
  content: ""; }

.icon-meh-o:before, .icon-meh:before {
  content: ""; }

.icon-gamepad:before {
  content: ""; }

.icon-keyboard-o:before, .icon-keyboard:before {
  content: ""; }

.icon-flag-o:before, .icon-flag-alt:before {
  content: ""; }

.icon-flag-checkered:before {
  content: ""; }

.icon-terminal:before {
  content: ""; }

.icon-code:before {
  content: ""; }

.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: ""; }

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before,
.icon-star-half-empty:before {
  content: ""; }

.icon-location-arrow:before {
  content: ""; }

.icon-crop:before {
  content: ""; }

.icon-code-fork:before {
  content: ""; }

.icon-unlink:before,
.icon-chain-broken:before,
.icon-unlink:before {
  content: ""; }

.icon-question:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-exclamation:before {
  content: ""; }

.icon-superscript:before {
  content: ""; }

.icon-subscript:before {
  content: ""; }

.icon-eraser:before {
  content: ""; }

.icon-puzzle-piece:before {
  content: ""; }

.icon-microphone:before {
  content: ""; }

.icon-microphone-slash:before, .icon-microphone-off:before {
  content: ""; }

.icon-shield:before {
  content: ""; }

.icon-calendar-o:before, .icon-calendar-empty:before {
  content: ""; }

.icon-fire-extinguisher:before {
  content: ""; }

.icon-rocket:before {
  content: ""; }

.icon-maxcdn:before {
  content: ""; }

.icon-chevron-circle-left:before, .icon-chevron-sign-left:before {
  content: ""; }

.icon-chevron-circle-right:before, .icon-chevron-sign-right:before {
  content: ""; }

.icon-chevron-circle-up:before, .icon-chevron-sign-up:before {
  content: ""; }

.icon-chevron-circle-down:before, .icon-chevron-sign-down:before {
  content: ""; }

.icon-html5:before {
  content: ""; }

.icon-css3:before {
  content: ""; }

.icon-anchor:before {
  content: ""; }

.icon-unlock-alt:before {
  content: ""; }

.icon-bullseye:before {
  content: ""; }

.icon-ellipsis-h:before, .icon-ellipsis-horizontal:before {
  content: ""; }

.icon-ellipsis-v:before, .icon-ellipsis-vertical:before {
  content: ""; }

.icon-rss-square:before, .icon-rss-sign:before {
  content: ""; }

.icon-play-circle:before, .icon-play-sign:before {
  content: ""; }

.icon-ticket:before {
  content: ""; }

.icon-minus-square:before, .icon-minus-sign-alt:before {
  content: ""; }

.icon-minus-square-o:before, .icon-check-minus:before, .icon-collapse-alt:before {
  content: ""; }

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

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

.icon-check-square:before, .icon-check-sign:before {
  content: ""; }

.icon-pencil-square:before, .icon-edit-sign:before {
  content: ""; }

.icon-external-link-square:before, .icon-external-link-sign:before {
  content: ""; }

.icon-share-square:before, .icon-share-sign:before {
  content: ""; }

.icon-compass:before {
  content: ""; }

.icon-toggle-down:before,
.icon-caret-square-o-down:before,
.icon-collapse:before {
  content: ""; }

.icon-toggle-up:before,
.icon-caret-square-o-up:before,
.icon-collapse-top:before {
  content: ""; }

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: ""; }

.icon-euro:before,
.icon-eur:before {
  content: ""; }

.icon-gbp:before {
  content: ""; }

.icon-dollar:before,
.icon-usd:before {
  content: ""; }

.icon-rupee:before,
.icon-inr:before {
  content: ""; }

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: ""; }

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before,
.icon-cny:before {
  content: ""; }

.icon-won:before,
.icon-krw:before {
  content: ""; }

.icon-bitcoin:before,
.icon-btc:before {
  content: ""; }

.icon-file:before {
  content: ""; }

.icon-file-text:before {
  content: ""; }

.icon-sort-alpha-asc:before, .icon-sort-by-alphabet:before {
  content: ""; }

.icon-sort-alpha-desc:before, .icon-sort-by-alphabet-alt:before {
  content: ""; }

.icon-sort-amount-asc:before, .icon-sort-by-attributes:before {
  content: ""; }

.icon-sort-amount-desc:before, .icon-sort-by-attributes-alt:before {
  content: ""; }

.icon-sort-numeric-asc:before, .icon-sort-by-order:before {
  content: ""; }

.icon-sort-numeric-desc:before, .icon-sort-by-order-alt:before {
  content: ""; }

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

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

.icon-youtube-square:before, .icon-youtube-sign:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-xing:before {
  content: ""; }

.icon-xing-square:before, .icon-xing-sign:before {
  content: ""; }

.icon-youtube-play:before {
  content: ""; }

.icon-dropbox:before {
  content: ""; }

.icon-stack-overflow:before, .icon-stackexchange:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-flickr:before {
  content: ""; }

.icon-adn:before {
  content: ""; }

.icon-bitbucket:before {
  content: ""; }

.icon-bitbucket-square:before, .icon-bitbucket-sign:before {
  content: ""; }

.icon-tumblr:before {
  content: ""; }

.icon-tumblr-square:before, .icon-tumblr-sign:before {
  content: ""; }

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

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

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

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

.icon-apple:before {
  content: ""; }

.icon-windows:before {
  content: ""; }

.icon-android:before {
  content: ""; }

.icon-linux:before {
  content: ""; }

.icon-dribbble:before {
  content: ""; }

.icon-skype:before {
  content: ""; }

.icon-foursquare:before {
  content: ""; }

.icon-trello:before {
  content: ""; }

.icon-female:before {
  content: ""; }

.icon-male:before {
  content: ""; }

.icon-gittip:before,
.icon-gratipay:before {
  content: ""; }

.icon-sun-o:before, .icon-sun:before {
  content: ""; }

.icon-moon-o:before, .icon-moon:before {
  content: ""; }

.icon-archive:before {
  content: ""; }

.icon-bug:before {
  content: ""; }

.icon-vk:before {
  content: ""; }

.icon-weibo:before {
  content: ""; }

.icon-renren:before {
  content: ""; }

.icon-pagelines:before {
  content: ""; }

.icon-stack-exchange:before {
  content: ""; }

.icon-arrow-circle-o-right:before {
  content: ""; }

.icon-arrow-circle-o-left:before {
  content: ""; }

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: ""; }

.icon-dot-circle-o:before {
  content: ""; }

.icon-wheelchair:before {
  content: ""; }

.icon-vimeo-square:before {
  content: ""; }

.icon-turkish-lira:before,
.icon-try:before {
  content: ""; }

.icon-plus-square-o:before, .icon-expand-alt:before {
  content: ""; }

.icon-space-shuttle:before {
  content: ""; }

.icon-slack:before {
  content: ""; }

.icon-envelope-square:before {
  content: ""; }

.icon-wordpress:before {
  content: ""; }

.icon-openid:before {
  content: ""; }

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: ""; }

.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: ""; }

.icon-yahoo:before {
  content: ""; }

.icon-google:before {
  content: ""; }

.icon-reddit:before {
  content: ""; }

.icon-reddit-square:before {
  content: ""; }

.icon-stumbleupon-circle:before {
  content: ""; }

.icon-stumbleupon:before {
  content: ""; }

.icon-delicious:before {
  content: ""; }

.icon-digg:before {
  content: ""; }

.icon-pied-piper-pp:before {
  content: ""; }

.icon-pied-piper-alt:before {
  content: ""; }

.icon-drupal:before {
  content: ""; }

.icon-joomla:before {
  content: ""; }

.icon-language:before {
  content: ""; }

.icon-fax:before {
  content: ""; }

.icon-building:before {
  content: ""; }

.icon-child:before {
  content: ""; }

.icon-paw:before {
  content: ""; }

.icon-spoon:before {
  content: ""; }

.icon-cube:before {
  content: ""; }

.icon-cubes:before {
  content: ""; }

.icon-behance:before {
  content: ""; }

.icon-behance-square:before {
  content: ""; }

.icon-steam:before {
  content: ""; }

.icon-steam-square:before {
  content: ""; }

.icon-recycle:before {
  content: ""; }

.icon-automobile:before,
.icon-car:before {
  content: ""; }

.icon-cab:before,
.icon-taxi:before {
  content: ""; }

.icon-tree:before {
  content: ""; }

.icon-spotify:before {
  content: ""; }

.icon-deviantart:before {
  content: ""; }

.icon-soundcloud:before {
  content: ""; }

.icon-database:before {
  content: ""; }

.icon-file-pdf-o:before {
  content: ""; }

.icon-file-word-o:before {
  content: ""; }

.icon-file-excel-o:before {
  content: ""; }

.icon-file-powerpoint-o:before {
  content: ""; }

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: ""; }

.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: ""; }

.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: ""; }

.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: ""; }

.icon-file-code-o:before {
  content: ""; }

.icon-vine:before {
  content: ""; }

.icon-codepen:before {
  content: ""; }

.icon-jsfiddle:before {
  content: ""; }

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: ""; }

.icon-circle-o-notch:before {
  content: ""; }

.icon-ra:before,
.icon-resistance:before,
.icon-rebel:before {
  content: ""; }

.icon-ge:before,
.icon-empire:before {
  content: ""; }

.icon-git-square:before {
  content: ""; }

.icon-git:before {
  content: ""; }

.icon-y-combinator-square:before,
.icon-yc-square:before,
.icon-hacker-news:before {
  content: ""; }

.icon-tencent-weibo:before {
  content: ""; }

.icon-qq:before {
  content: ""; }

.icon-wechat:before,
.icon-weixin:before {
  content: ""; }

.icon-send:before,
.icon-paper-plane:before {
  content: ""; }

.icon-send-o:before,
.icon-paper-plane-o:before {
  content: ""; }

.icon-history:before {
  content: ""; }

.icon-circle-thin:before {
  content: ""; }

.icon-header:before {
  content: ""; }

.icon-paragraph:before {
  content: ""; }

.icon-sliders:before {
  content: ""; }

.icon-share-alt:before {
  content: ""; }

.icon-share-alt-square:before {
  content: ""; }

.icon-bomb:before {
  content: ""; }

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: ""; }

.icon-tty:before {
  content: ""; }

.icon-binoculars:before {
  content: ""; }

.icon-plug:before {
  content: ""; }

.icon-slideshare:before {
  content: ""; }

.icon-twitch:before {
  content: ""; }

.icon-yelp:before {
  content: ""; }

.icon-newspaper-o:before {
  content: ""; }

.icon-wifi:before {
  content: ""; }

.icon-calculator:before {
  content: ""; }

.icon-paypal:before {
  content: ""; }

.icon-google-wallet:before {
  content: ""; }

.icon-cc-visa:before {
  content: ""; }

.icon-cc-mastercard:before {
  content: ""; }

.icon-cc-discover:before {
  content: ""; }

.icon-cc-amex:before {
  content: ""; }

.icon-cc-paypal:before {
  content: ""; }

.icon-cc-stripe:before {
  content: ""; }

.icon-bell-slash:before {
  content: ""; }

.icon-bell-slash-o:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

.icon-copyright:before {
  content: ""; }

.icon-at:before {
  content: ""; }

.icon-eyedropper:before {
  content: ""; }

.icon-paint-brush:before {
  content: ""; }

.icon-birthday-cake:before {
  content: ""; }

.icon-area-chart:before {
  content: ""; }

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

.icon-line-chart:before {
  content: ""; }

.icon-lastfm:before {
  content: ""; }

.icon-lastfm-square:before {
  content: ""; }

.icon-toggle-off:before {
  content: ""; }

.icon-toggle-on:before {
  content: ""; }

.icon-bicycle:before {
  content: ""; }

.icon-bus:before {
  content: ""; }

.icon-ioxhost:before {
  content: ""; }

.icon-angellist:before {
  content: ""; }

.icon-cc:before {
  content: ""; }

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: ""; }

.icon-meanpath:before {
  content: ""; }

.icon-buysellads:before {
  content: ""; }

.icon-connectdevelop:before {
  content: ""; }

.icon-dashcube:before {
  content: ""; }

.icon-forumbee:before {
  content: ""; }

.icon-leanpub:before {
  content: ""; }

.icon-sellsy:before {
  content: ""; }

.icon-shirtsinbulk:before {
  content: ""; }

.icon-simplybuilt:before {
  content: ""; }

.icon-skyatlas:before {
  content: ""; }

.icon-cart-plus:before {
  content: ""; }

.icon-cart-arrow-down:before {
  content: ""; }

.icon-diamond:before {
  content: ""; }

.icon-ship:before {
  content: ""; }

.icon-user-secret:before {
  content: ""; }

.icon-motorcycle:before {
  content: ""; }

.icon-street-view:before {
  content: ""; }

.icon-heartbeat:before {
  content: ""; }

.icon-venus:before {
  content: ""; }

.icon-mars:before {
  content: ""; }

.icon-mercury:before {
  content: ""; }

.icon-intersex:before,
.icon-transgender:before {
  content: ""; }

.icon-transgender-alt:before {
  content: ""; }

.icon-venus-double:before {
  content: ""; }

.icon-mars-double:before {
  content: ""; }

.icon-venus-mars:before {
  content: ""; }

.icon-mars-stroke:before {
  content: ""; }

.icon-mars-stroke-v:before {
  content: ""; }

.icon-mars-stroke-h:before {
  content: ""; }

.icon-neuter:before {
  content: ""; }

.icon-genderless:before {
  content: ""; }

.icon-facebook-official:before {
  content: ""; }

.icon-pinterest-p:before {
  content: ""; }

.icon-whatsapp:before {
  content: ""; }

.icon-server:before {
  content: ""; }

.icon-user-plus:before {
  content: ""; }

.icon-user-times:before {
  content: ""; }

.icon-hotel:before,
.icon-bed:before {
  content: ""; }

.icon-viacoin:before {
  content: ""; }

.icon-train:before {
  content: ""; }

.icon-subway:before {
  content: ""; }

.icon-medium:before {
  content: ""; }

.icon-yc:before,
.icon-y-combinator:before {
  content: ""; }

.icon-optin-monster:before {
  content: ""; }

.icon-opencart:before {
  content: ""; }

.icon-expeditedssl:before {
  content: ""; }

.icon-battery-4:before,
.icon-battery-full:before {
  content: ""; }

.icon-battery-3:before,
.icon-battery-three-quarters:before {
  content: ""; }

.icon-battery-2:before,
.icon-battery-half:before {
  content: ""; }

.icon-battery-1:before,
.icon-battery-quarter:before {
  content: ""; }

.icon-battery-0:before,
.icon-battery-empty:before {
  content: ""; }

.icon-mouse-pointer:before {
  content: ""; }

.icon-i-cursor:before {
  content: ""; }

.icon-object-group:before {
  content: ""; }

.icon-object-ungroup:before {
  content: ""; }

.icon-sticky-note:before {
  content: ""; }

.icon-sticky-note-o:before {
  content: ""; }

.icon-cc-jcb:before {
  content: ""; }

.icon-cc-diners-club:before {
  content: ""; }

.icon-clone:before {
  content: ""; }

.icon-balance-scale:before {
  content: ""; }

.icon-hourglass-o:before {
  content: ""; }

.icon-hourglass-1:before,
.icon-hourglass-start:before {
  content: ""; }

.icon-hourglass-2:before,
.icon-hourglass-half:before {
  content: ""; }

.icon-hourglass-3:before,
.icon-hourglass-end:before {
  content: ""; }

.icon-hourglass:before {
  content: ""; }

.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
  content: ""; }

.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
  content: ""; }

.icon-hand-scissors-o:before {
  content: ""; }

.icon-hand-lizard-o:before {
  content: ""; }

.icon-hand-spock-o:before {
  content: ""; }

.icon-hand-pointer-o:before {
  content: ""; }

.icon-hand-peace-o:before {
  content: ""; }

.icon-trademark:before {
  content: ""; }

.icon-registered:before {
  content: ""; }

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

.icon-gg:before {
  content: ""; }

.icon-gg-circle:before {
  content: ""; }

.icon-tripadvisor:before {
  content: ""; }

.icon-odnoklassniki:before {
  content: ""; }

.icon-odnoklassniki-square:before {
  content: ""; }

.icon-get-pocket:before {
  content: ""; }

.icon-wikipedia-w:before {
  content: ""; }

.icon-safari:before {
  content: ""; }

.icon-chrome:before {
  content: ""; }

.icon-firefox:before {
  content: ""; }

.icon-opera:before {
  content: ""; }

.icon-internet-explorer:before {
  content: ""; }

.icon-tv:before,
.icon-television:before {
  content: ""; }

.icon-contao:before {
  content: ""; }

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

.icon-amazon:before {
  content: ""; }

.icon-calendar-plus-o:before {
  content: ""; }

.icon-calendar-minus-o:before {
  content: ""; }

.icon-calendar-times-o:before {
  content: ""; }

.icon-calendar-check-o:before {
  content: ""; }

.icon-industry:before {
  content: ""; }

.icon-map-pin:before {
  content: ""; }

.icon-map-signs:before {
  content: ""; }

.icon-map-o:before {
  content: ""; }

.icon-map:before {
  content: ""; }

.icon-commenting:before {
  content: ""; }

.icon-commenting-o:before {
  content: ""; }

.icon-houzz:before {
  content: ""; }

.icon-vimeo:before {
  content: ""; }

.icon-black-tie:before {
  content: ""; }

.icon-fonticons:before {
  content: ""; }

.icon-reddit-alien:before {
  content: ""; }

.icon-edge:before {
  content: ""; }

.icon-credit-card-alt:before {
  content: ""; }

.icon-codiepie:before {
  content: ""; }

.icon-modx:before {
  content: ""; }

.icon-fort-awesome:before {
  content: ""; }

.icon-usb:before {
  content: ""; }

.icon-product-hunt:before {
  content: ""; }

.icon-mixcloud:before {
  content: ""; }

.icon-scribd:before {
  content: ""; }

.icon-pause-circle:before {
  content: ""; }

.icon-pause-circle-o:before {
  content: ""; }

.icon-stop-circle:before {
  content: ""; }

.icon-stop-circle-o:before {
  content: ""; }

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

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

.icon-hashtag:before {
  content: ""; }

.icon-bluetooth:before {
  content: ""; }

.icon-bluetooth-b:before {
  content: ""; }

.icon-percent:before {
  content: ""; }

.icon-gitlab:before {
  content: ""; }

.icon-wpbeginner:before {
  content: ""; }

.icon-wpforms:before {
  content: ""; }

.icon-envira:before {
  content: ""; }

.icon-universal-access:before {
  content: ""; }

.icon-wheelchair-alt:before {
  content: ""; }

.icon-question-circle-o:before {
  content: ""; }

.icon-blind:before {
  content: ""; }

.icon-audio-description:before {
  content: ""; }

.icon-volume-control-phone:before {
  content: ""; }

.icon-braille:before {
  content: ""; }

.icon-assistive-listening-systems:before {
  content: ""; }

.icon-asl-interpreting:before,
.icon-american-sign-language-interpreting:before {
  content: ""; }

.icon-deafness:before,
.icon-hard-of-hearing:before,
.icon-deaf:before {
  content: ""; }

.icon-glide:before {
  content: ""; }

.icon-glide-g:before {
  content: ""; }

.icon-signing:before,
.icon-sign-language:before {
  content: ""; }

.icon-low-vision:before {
  content: ""; }

.icon-viadeo:before {
  content: ""; }

.icon-viadeo-square:before {
  content: ""; }

.icon-snapchat:before {
  content: ""; }

.icon-snapchat-ghost:before {
  content: ""; }

.icon-snapchat-square:before {
  content: ""; }

.icon-pied-piper:before {
  content: ""; }

.icon-first-order:before {
  content: ""; }

.icon-yoast:before {
  content: ""; }

.icon-themeisle:before {
  content: ""; }

.icon-google-plus-circle:before,
.icon-google-plus-official:before {
  content: ""; }

.icon-fa:before,
.icon-font-awesome:before {
  content: ""; }

/*!
 *  Material Design Iconic Font by Sergey Kupletsky ($zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "Material-Design-Iconic-Font";
  src: url("../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0") format("woff2"), url("../fonts/Material-Design-Iconic-Font.woff?v=2.2.0") format("woff"), url("../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0") format("truetype");
  font-weight: normal;
  font-style: normal; }
.micon, [class^="micon-"] {
  display: inline-block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.micon-hc-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.micon-hc-2x {
  font-size: 2em; }

.micon-hc-3x {
  font-size: 3em; }

.micon-hc-4x {
  font-size: 4em; }

.micon-hc-5x {
  font-size: 5em; }

.micon-hc-fw {
  width: 1.28571em;
  text-align: center; }

.micon-hc-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .micon-hc-ul > li {
    position: relative; }

.micon-hc-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .micon-hc-li.micon-hc-lg {
    left: -1.85714em; }

.micon-hc-border {
  padding: .1em .25em;
  border: solid 0.1em #9E9E9E;
  border-radius: 2px; }

.micon-hc-border-circle {
  padding: .1em .25em;
  border: solid 0.1em #9E9E9E;
  border-radius: 50%; }

.micon.pull-left {
  float: left;
  margin-right: .15em; }
.micon.pull-right {
  float: right;
  margin-left: .15em; }

.micon-hc-spin {
  animation: zmdi-spin 1.5s infinite linear; }

.micon-hc-spin-reverse {
  animation: zmdi-spin-reverse 1.5s infinite linear; }

@keyframes zmdi-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
@keyframes zmdi-spin-reverse {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-359deg); } }
.micon-hc-rotate-90 {
  transform: rotate(90deg); }

.micon-hc-rotate-180 {
  transform: rotate(180deg); }

.micon-hc-rotate-270 {
  transform: rotate(270deg); }

.micon-hc-flip-horizontal {
  transform: scale(-1, 1); }

.micon-hc-flip-vertical {
  transform: scale(1, -1); }

.micon-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.micon-hc-stack-1x, .micon-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.micon-hc-stack-1x {
  line-height: inherit; }

.micon-hc-stack-2x {
  font-size: 2em; }

.micon-hc-inverse {
  color: #FFFFFF; }

/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.micon-3d-rotation:before {
  content: ""; }

.micon-airplane-off:before {
  content: ""; }

.micon-airplane:before {
  content: ""; }

.micon-album:before {
  content: ""; }

.micon-archive:before {
  content: ""; }

.micon-assignment-account:before {
  content: ""; }

.micon-assignment-alert:before {
  content: ""; }

.micon-assignment-check:before {
  content: ""; }

.micon-assignment-o:before {
  content: ""; }

.micon-assignment-return:before {
  content: ""; }

.micon-assignment-returned:before {
  content: ""; }

.micon-assignment:before {
  content: ""; }

.micon-attachment-alt:before {
  content: ""; }

.micon-attachment:before {
  content: ""; }

.micon-audio:before {
  content: ""; }

.micon-badge-check:before {
  content: ""; }

.micon-balance-wallet:before {
  content: ""; }

.micon-balance:before {
  content: ""; }

.micon-battery-alert:before {
  content: ""; }

.micon-battery-flash:before {
  content: ""; }

.micon-battery-unknown:before {
  content: ""; }

.micon-battery:before {
  content: ""; }

.micon-bike:before {
  content: ""; }

.micon-block-alt:before {
  content: ""; }

.micon-block:before {
  content: ""; }

.micon-boat:before {
  content: ""; }

.micon-book-image:before {
  content: ""; }

.micon-book:before {
  content: ""; }

.micon-bookmark-outline:before {
  content: ""; }

.micon-bookmark:before {
  content: ""; }

.micon-brush:before {
  content: ""; }

.micon-bug:before {
  content: ""; }

.micon-bus:before {
  content: ""; }

.micon-cake:before {
  content: ""; }

.micon-car-taxi:before {
  content: ""; }

.micon-car-wash:before {
  content: ""; }

.micon-car:before {
  content: ""; }

.micon-card-giftcard:before {
  content: ""; }

.micon-card-membership:before {
  content: ""; }

.micon-card-travel:before {
  content: ""; }

.micon-card:before {
  content: ""; }

.micon-case-check:before {
  content: ""; }

.micon-case-download:before {
  content: ""; }

.micon-case-play:before {
  content: ""; }

.micon-case:before {
  content: ""; }

.micon-cast-connected:before {
  content: ""; }

.micon-cast:before {
  content: ""; }

.micon-chart-donut:before {
  content: ""; }

.micon-chart:before {
  content: ""; }

.micon-city-alt:before {
  content: ""; }

.micon-city:before {
  content: ""; }

.micon-close-circle-o:before {
  content: ""; }

.micon-close-circle:before {
  content: ""; }

.micon-close:before {
  content: ""; }

.micon-cocktail:before {
  content: ""; }

.micon-code-setting:before {
  content: ""; }

.micon-code-smartphone:before {
  content: ""; }

.micon-code:before {
  content: ""; }

.micon-coffee:before {
  content: ""; }

.micon-collection-bookmark:before {
  content: ""; }

.micon-collection-case-play:before {
  content: ""; }

.micon-collection-folder-image:before {
  content: ""; }

.micon-collection-image-o:before {
  content: ""; }

.micon-collection-image:before {
  content: ""; }

.micon-collection-item-1:before {
  content: ""; }

.micon-collection-item-2:before {
  content: ""; }

.micon-collection-item-3:before {
  content: ""; }

.micon-collection-item-4:before {
  content: ""; }

.micon-collection-item-5:before {
  content: ""; }

.micon-collection-item-6:before {
  content: ""; }

.micon-collection-item-7:before {
  content: ""; }

.micon-collection-item-8:before {
  content: ""; }

.micon-collection-item-9-plus:before {
  content: ""; }

.micon-collection-item-9:before {
  content: ""; }

.micon-collection-item:before {
  content: ""; }

.micon-collection-music:before {
  content: ""; }

.micon-collection-pdf:before {
  content: ""; }

.micon-collection-plus:before {
  content: ""; }

.micon-collection-speaker:before {
  content: ""; }

.micon-collection-text:before {
  content: ""; }

.micon-collection-video:before {
  content: ""; }

.micon-compass:before {
  content: ""; }

.micon-cutlery:before {
  content: ""; }

.micon-delete:before {
  content: ""; }

.micon-dialpad:before {
  content: ""; }

.micon-dns:before {
  content: ""; }

.micon-drink:before {
  content: ""; }

.micon-edit:before {
  content: ""; }

.micon-email-open:before {
  content: ""; }

.micon-email:before {
  content: ""; }

.micon-eye-off:before {
  content: ""; }

.micon-eye:before {
  content: ""; }

.micon-eyedropper:before {
  content: ""; }

.micon-favorite-outline:before {
  content: ""; }

.micon-favorite:before {
  content: ""; }

.micon-filter-list:before {
  content: ""; }

.micon-fire:before {
  content: ""; }

.micon-flag:before {
  content: ""; }

.micon-flare:before {
  content: ""; }

.micon-flash-auto:before {
  content: ""; }

.micon-flash-off:before {
  content: ""; }

.micon-flash:before {
  content: ""; }

.micon-flip:before {
  content: ""; }

.micon-flower-alt:before {
  content: ""; }

.micon-flower:before {
  content: ""; }

.micon-font:before {
  content: ""; }

.micon-fullscreen-alt:before {
  content: ""; }

.micon-fullscreen-exit:before {
  content: ""; }

.micon-fullscreen:before {
  content: ""; }

.micon-functions:before {
  content: ""; }

.micon-gas-station:before {
  content: ""; }

.micon-gesture:before {
  content: ""; }

.micon-globe-alt:before {
  content: ""; }

.micon-globe-lock:before {
  content: ""; }

.micon-globe:before {
  content: ""; }

.micon-graduation-cap:before {
  content: ""; }

.micon-home:before {
  content: ""; }

.micon-hospital-alt:before {
  content: ""; }

.micon-hospital:before {
  content: ""; }

.micon-hotel:before {
  content: ""; }

.micon-hourglass-alt:before {
  content: ""; }

.micon-hourglass-outline:before {
  content: ""; }

.micon-hourglass:before {
  content: ""; }

.micon-http:before {
  content: ""; }

.micon-image-alt:before {
  content: ""; }

.micon-image-o:before {
  content: ""; }

.micon-image:before {
  content: ""; }

.micon-inbox:before {
  content: ""; }

.micon-invert-colors-off:before {
  content: ""; }

.micon-invert-colors:before {
  content: ""; }

.micon-key:before {
  content: ""; }

.micon-label-alt-outline:before {
  content: ""; }

.micon-label-alt:before {
  content: ""; }

.micon-label-heart:before {
  content: ""; }

.micon-label:before {
  content: ""; }

.micon-labels:before {
  content: ""; }

.micon-lamp:before {
  content: ""; }

.micon-landscape:before {
  content: ""; }

.micon-layers-off:before {
  content: ""; }

.micon-layers:before {
  content: ""; }

.micon-library:before {
  content: ""; }

.micon-link:before {
  content: ""; }

.micon-lock-open:before {
  content: ""; }

.micon-lock-outline:before {
  content: ""; }

.micon-lock:before {
  content: ""; }

.micon-mail-reply-all:before {
  content: ""; }

.micon-mail-reply:before {
  content: ""; }

.micon-mail-send:before {
  content: ""; }

.micon-mall:before {
  content: ""; }

.micon-map:before {
  content: ""; }

.micon-menu:before {
  content: ""; }

.micon-money-box:before {
  content: ""; }

.micon-money-off:before {
  content: ""; }

.micon-money:before {
  content: ""; }

.micon-more-vert:before {
  content: ""; }

.micon-more:before {
  content: ""; }

.micon-movie-alt:before {
  content: ""; }

.micon-movie:before {
  content: ""; }

.micon-nature-people:before {
  content: ""; }

.micon-nature:before {
  content: ""; }

.micon-navigation:before {
  content: ""; }

.micon-open-in-browser:before {
  content: ""; }

.micon-open-in-new:before {
  content: ""; }

.micon-palette:before {
  content: ""; }

.micon-parking:before {
  content: ""; }

.micon-pin-account:before {
  content: ""; }

.micon-pin-assistant:before {
  content: ""; }

.micon-pin-drop:before {
  content: ""; }

.micon-pin-help:before {
  content: ""; }

.micon-pin-off:before {
  content: ""; }

.micon-pin:before {
  content: ""; }

.micon-pizza:before {
  content: ""; }

.micon-plaster:before {
  content: ""; }

.micon-power-setting:before {
  content: ""; }

.micon-power:before {
  content: ""; }

.micon-print:before {
  content: ""; }

.micon-puzzle-piece:before {
  content: ""; }

.micon-quote:before {
  content: ""; }

.micon-railway:before {
  content: ""; }

.micon-receipt:before {
  content: ""; }

.micon-refresh-alt:before {
  content: ""; }

.micon-refresh-sync-alert:before {
  content: ""; }

.micon-refresh-sync-off:before {
  content: ""; }

.micon-refresh-sync:before {
  content: ""; }

.micon-refresh:before {
  content: ""; }

.micon-roller:before {
  content: ""; }

.micon-ruler:before {
  content: ""; }

.micon-scissors:before {
  content: ""; }

.micon-screen-rotation-lock:before {
  content: ""; }

.micon-screen-rotation:before {
  content: ""; }

.micon-search-for:before {
  content: ""; }

.micon-search-in-file:before {
  content: ""; }

.micon-search-in-page:before {
  content: ""; }

.micon-search-replace:before {
  content: ""; }

.micon-search:before {
  content: ""; }

.micon-seat:before {
  content: ""; }

.micon-settings-square:before {
  content: ""; }

.micon-settings:before {
  content: ""; }

.micon-shield-check:before {
  content: ""; }

.micon-shield-security:before {
  content: ""; }

.micon-shopping-basket:before {
  content: ""; }

.micon-shopping-cart-plus:before {
  content: ""; }

.micon-shopping-cart:before {
  content: ""; }

.micon-sign-in:before {
  content: ""; }

.micon-sort-amount-asc:before {
  content: ""; }

.micon-sort-amount-desc:before {
  content: ""; }

.micon-sort-asc:before {
  content: ""; }

.micon-sort-desc:before {
  content: ""; }

.micon-spellcheck:before {
  content: ""; }

.micon-storage:before {
  content: ""; }

.micon-store-24:before {
  content: ""; }

.micon-store:before {
  content: ""; }

.micon-subway:before {
  content: ""; }

.micon-sun:before {
  content: ""; }

.micon-tab-unselected:before {
  content: ""; }

.micon-tab:before {
  content: ""; }

.micon-tag-close:before {
  content: ""; }

.micon-tag-more:before {
  content: ""; }

.micon-tag:before {
  content: ""; }

.micon-thumb-down:before {
  content: ""; }

.micon-thumb-up-down:before {
  content: ""; }

.micon-thumb-up:before {
  content: ""; }

.micon-ticket-star:before {
  content: ""; }

.micon-toll:before {
  content: ""; }

.micon-toys:before {
  content: ""; }

.micon-traffic:before {
  content: ""; }

.micon-translate:before {
  content: ""; }

.micon-triangle-down:before {
  content: ""; }

.micon-triangle-up:before {
  content: ""; }

.micon-truck:before {
  content: ""; }

.micon-turning-sign:before {
  content: ""; }

.micon-wallpaper:before {
  content: ""; }

.micon-washing-machine:before {
  content: ""; }

.micon-window-maximize:before {
  content: ""; }

.micon-window-minimize:before {
  content: ""; }

.micon-window-restore:before {
  content: ""; }

.micon-wrench:before {
  content: ""; }

.micon-zoom-in:before {
  content: ""; }

.micon-zoom-out:before {
  content: ""; }

.micon-alert-circle-o:before {
  content: ""; }

.micon-alert-circle:before {
  content: ""; }

.micon-alert-octagon:before {
  content: ""; }

.micon-alert-polygon:before {
  content: ""; }

.micon-alert-triangle:before {
  content: ""; }

.micon-help-outline:before {
  content: ""; }

.micon-help:before {
  content: ""; }

.micon-info-outline:before {
  content: ""; }

.micon-info:before {
  content: ""; }

.micon-notifications-active:before {
  content: ""; }

.micon-notifications-add:before {
  content: ""; }

.micon-notifications-none:before {
  content: ""; }

.micon-notifications-off:before {
  content: ""; }

.micon-notifications-paused:before {
  content: ""; }

.micon-notifications:before {
  content: ""; }

.micon-account-add:before {
  content: ""; }

.micon-account-box-mail:before {
  content: ""; }

.micon-account-box-o:before {
  content: ""; }

.micon-account-box-phone:before {
  content: ""; }

.micon-account-box:before {
  content: ""; }

.micon-account-calendar:before {
  content: ""; }

.micon-account-circle:before {
  content: ""; }

.micon-account-o:before {
  content: ""; }

.micon-account:before {
  content: ""; }

.micon-accounts-add:before {
  content: ""; }

.micon-accounts-alt:before {
  content: ""; }

.micon-accounts-list-alt:before {
  content: ""; }

.micon-accounts-list:before {
  content: ""; }

.micon-accounts-outline:before {
  content: ""; }

.micon-accounts:before {
  content: ""; }

.micon-face:before {
  content: ""; }

.micon-female:before {
  content: ""; }

.micon-male-alt:before {
  content: ""; }

.micon-male-female:before {
  content: ""; }

.micon-male:before {
  content: ""; }

.micon-mood-bad:before {
  content: ""; }

.micon-mood:before {
  content: ""; }

.micon-run:before {
  content: ""; }

.micon-walk:before {
  content: ""; }

.micon-cloud-box:before {
  content: ""; }

.micon-cloud-circle:before {
  content: ""; }

.micon-cloud-done:before {
  content: ""; }

.micon-cloud-download:before {
  content: ""; }

.micon-cloud-off:before {
  content: ""; }

.micon-cloud-outline-alt:before {
  content: ""; }

.micon-cloud-outline:before {
  content: ""; }

.micon-cloud-upload:before {
  content: ""; }

.micon-cloud:before {
  content: ""; }

.micon-download:before {
  content: ""; }

.micon-file-plus:before {
  content: ""; }

.micon-file-text:before {
  content: ""; }

.micon-file:before {
  content: ""; }

.micon-folder-outline:before {
  content: ""; }

.micon-folder-person:before {
  content: ""; }

.micon-folder-star-alt:before {
  content: ""; }

.micon-folder-star:before {
  content: ""; }

.micon-folder:before {
  content: ""; }

.micon-gif:before {
  content: ""; }

.micon-upload:before {
  content: ""; }

.micon-border-all:before {
  content: ""; }

.micon-border-bottom:before {
  content: ""; }

.micon-border-clear:before {
  content: ""; }

.micon-border-color:before {
  content: ""; }

.micon-border-horizontal:before {
  content: ""; }

.micon-border-inner:before {
  content: ""; }

.micon-border-left:before {
  content: ""; }

.micon-border-outer:before {
  content: ""; }

.micon-border-right:before {
  content: ""; }

.micon-border-style:before {
  content: ""; }

.micon-border-top:before {
  content: ""; }

.micon-border-vertical:before {
  content: ""; }

.micon-copy:before {
  content: ""; }

.micon-crop:before {
  content: ""; }

.micon-format-align-center:before {
  content: ""; }

.micon-format-align-justify:before {
  content: ""; }

.micon-format-align-left:before {
  content: ""; }

.micon-format-align-right:before {
  content: ""; }

.micon-format-bold:before {
  content: ""; }

.micon-format-clear-all:before {
  content: ""; }

.micon-format-clear:before {
  content: ""; }

.micon-format-color-fill:before {
  content: ""; }

.micon-format-color-reset:before {
  content: ""; }

.micon-format-color-text:before {
  content: ""; }

.micon-format-indent-decrease:before {
  content: ""; }

.micon-format-indent-increase:before {
  content: ""; }

.micon-format-italic:before {
  content: ""; }

.micon-format-line-spacing:before {
  content: ""; }

.micon-format-list-bulleted:before {
  content: ""; }

.micon-format-list-numbered:before {
  content: ""; }

.micon-format-ltr:before {
  content: ""; }

.micon-format-rtl:before {
  content: ""; }

.micon-format-size:before {
  content: ""; }

.micon-format-strikethrough-s:before {
  content: ""; }

.micon-format-strikethrough:before {
  content: ""; }

.micon-format-subject:before {
  content: ""; }

.micon-format-underlined:before {
  content: ""; }

.micon-format-valign-bottom:before {
  content: ""; }

.micon-format-valign-center:before {
  content: ""; }

.micon-format-valign-top:before {
  content: ""; }

.micon-redo:before {
  content: ""; }

.micon-select-all:before {
  content: ""; }

.micon-space-bar:before {
  content: ""; }

.micon-text-format:before {
  content: ""; }

.micon-transform:before {
  content: ""; }

.micon-undo:before {
  content: ""; }

.micon-wrap-text:before {
  content: ""; }

.micon-comment-alert:before {
  content: ""; }

.micon-comment-alt-text:before {
  content: ""; }

.micon-comment-alt:before {
  content: ""; }

.micon-comment-edit:before {
  content: ""; }

.micon-comment-image:before {
  content: ""; }

.micon-comment-list:before {
  content: ""; }

.micon-comment-more:before {
  content: ""; }

.micon-comment-outline:before {
  content: ""; }

.micon-comment-text-alt:before {
  content: ""; }

.micon-comment-text:before {
  content: ""; }

.micon-comment-video:before {
  content: ""; }

.micon-comment:before {
  content: ""; }

.micon-comments:before {
  content: ""; }

.micon-check-all:before {
  content: ""; }

.micon-check-circle-u:before {
  content: ""; }

.micon-check-circle:before {
  content: ""; }

.micon-check-square:before {
  content: ""; }

.micon-check:before {
  content: ""; }

.micon-circle-o:before {
  content: ""; }

.micon-circle:before {
  content: ""; }

.micon-dot-circle-alt:before {
  content: ""; }

.micon-dot-circle:before {
  content: ""; }

.micon-minus-circle-outline:before {
  content: ""; }

.micon-minus-circle:before {
  content: ""; }

.micon-minus-square:before {
  content: ""; }

.micon-minus:before {
  content: ""; }

.micon-plus-circle-o-duplicate:before {
  content: ""; }

.micon-plus-circle-o:before {
  content: ""; }

.micon-plus-circle:before {
  content: ""; }

.micon-plus-square:before {
  content: ""; }

.micon-plus:before {
  content: ""; }

.micon-square-o:before {
  content: ""; }

.micon-star-circle:before {
  content: ""; }

.micon-star-half:before {
  content: ""; }

.micon-star-outline:before {
  content: ""; }

.micon-star:before {
  content: ""; }

.micon-bluetooth-connected:before {
  content: ""; }

.micon-bluetooth-off:before {
  content: ""; }

.micon-bluetooth-search:before {
  content: ""; }

.micon-bluetooth-setting:before {
  content: ""; }

.micon-bluetooth:before {
  content: ""; }

.micon-camera-add:before {
  content: ""; }

.micon-camera-alt:before {
  content: ""; }

.micon-camera-bw:before {
  content: ""; }

.micon-camera-front:before {
  content: ""; }

.micon-camera-mic:before {
  content: ""; }

.micon-camera-party-mode:before {
  content: ""; }

.micon-camera-rear:before {
  content: ""; }

.micon-camera-roll:before {
  content: ""; }

.micon-camera-switch:before {
  content: ""; }

.micon-camera:before {
  content: ""; }

.micon-card-alert:before {
  content: ""; }

.micon-card-off:before {
  content: ""; }

.micon-card-sd:before {
  content: ""; }

.micon-card-sim:before {
  content: ""; }

.micon-desktop-mac:before {
  content: ""; }

.micon-desktop-windows:before {
  content: ""; }

.micon-device-hub:before {
  content: ""; }

.micon-devices-off:before {
  content: ""; }

.micon-devices:before {
  content: ""; }

.micon-dock:before {
  content: ""; }

.micon-floppy:before {
  content: ""; }

.micon-gamepad:before {
  content: ""; }

.micon-gps-dot:before {
  content: ""; }

.micon-gps-off:before {
  content: ""; }

.micon-gps:before {
  content: ""; }

.micon-headset-mic:before {
  content: ""; }

.micon-headset:before {
  content: ""; }

.micon-input-antenna:before {
  content: ""; }

.micon-input-composite:before {
  content: ""; }

.micon-input-hdmi:before {
  content: ""; }

.micon-input-power:before {
  content: ""; }

.micon-input-svideo:before {
  content: ""; }

.micon-keyboard-hide:before {
  content: ""; }

.micon-keyboard:before {
  content: ""; }

.micon-laptop-chromebook:before {
  content: ""; }

.micon-laptop-mac:before {
  content: ""; }

.micon-laptop:before {
  content: ""; }

.micon-mic-off:before {
  content: ""; }

.micon-mic-outline:before {
  content: ""; }

.micon-mic-setting:before {
  content: ""; }

.micon-mic:before {
  content: ""; }

.micon-mouse:before {
  content: ""; }

.micon-network-alert:before {
  content: ""; }

.micon-network-locked:before {
  content: ""; }

.micon-network-off:before {
  content: ""; }

.micon-network-outline:before {
  content: ""; }

.micon-network-setting:before {
  content: ""; }

.micon-network:before {
  content: ""; }

.micon-phone-bluetooth:before {
  content: ""; }

.micon-phone-end:before {
  content: ""; }

.micon-phone-forwarded:before {
  content: ""; }

.micon-phone-in-talk:before {
  content: ""; }

.micon-phone-locked:before {
  content: ""; }

.micon-phone-missed:before {
  content: ""; }

.micon-phone-msg:before {
  content: ""; }

.micon-phone-paused:before {
  content: ""; }

.micon-phone-ring:before {
  content: ""; }

.micon-phone-setting:before {
  content: ""; }

.micon-phone-sip:before {
  content: ""; }

.micon-phone:before {
  content: ""; }

.micon-portable-wifi-changes:before {
  content: ""; }

.micon-portable-wifi-off:before {
  content: ""; }

.micon-portable-wifi:before {
  content: ""; }

.micon-radio:before {
  content: ""; }

.micon-reader:before {
  content: ""; }

.micon-remote-control-alt:before {
  content: ""; }

.micon-remote-control:before {
  content: ""; }

.micon-router:before {
  content: ""; }

.micon-scanner:before {
  content: ""; }

.micon-smartphone-android:before {
  content: ""; }

.micon-smartphone-download:before {
  content: ""; }

.micon-smartphone-erase:before {
  content: ""; }

.micon-smartphone-info:before {
  content: ""; }

.micon-smartphone-iphone:before {
  content: ""; }

.micon-smartphone-landscape-lock:before {
  content: ""; }

.micon-smartphone-landscape:before {
  content: ""; }

.micon-smartphone-lock:before {
  content: ""; }

.micon-smartphone-portrait-lock:before {
  content: ""; }

.micon-smartphone-ring:before {
  content: ""; }

.micon-smartphone-setting:before {
  content: ""; }

.micon-smartphone-setup:before {
  content: ""; }

.micon-smartphone:before {
  content: ""; }

.micon-speaker:before {
  content: ""; }

.micon-tablet-android:before {
  content: ""; }

.micon-tablet-mac:before {
  content: ""; }

.micon-tablet:before {
  content: ""; }

.micon-tv-alt-play:before {
  content: ""; }

.micon-tv-list:before {
  content: ""; }

.micon-tv-play:before {
  content: ""; }

.micon-tv:before {
  content: ""; }

.micon-usb:before {
  content: ""; }

.micon-videocam-off:before {
  content: ""; }

.micon-videocam-switch:before {
  content: ""; }

.micon-videocam:before {
  content: ""; }

.micon-watch:before {
  content: ""; }

.micon-wifi-alt-2:before {
  content: ""; }

.micon-wifi-alt:before {
  content: ""; }

.micon-wifi-info:before {
  content: ""; }

.micon-wifi-lock:before {
  content: ""; }

.micon-wifi-off:before {
  content: ""; }

.micon-wifi-outline:before {
  content: ""; }

.micon-wifi:before {
  content: ""; }

.micon-arrow-left-bottom:before {
  content: ""; }

.micon-arrow-left:before {
  content: ""; }

.micon-arrow-merge:before {
  content: ""; }

.micon-arrow-missed:before {
  content: ""; }

.micon-arrow-right-top:before {
  content: ""; }

.micon-arrow-right:before {
  content: ""; }

.micon-arrow-split:before {
  content: ""; }

.micon-arrows:before {
  content: ""; }

.micon-caret-down-circle:before {
  content: ""; }

.micon-caret-down:before {
  content: ""; }

.micon-caret-left-circle:before {
  content: ""; }

.micon-caret-left:before {
  content: ""; }

.micon-caret-right-circle:before {
  content: ""; }

.micon-caret-right:before {
  content: ""; }

.micon-caret-up-circle:before {
  content: ""; }

.micon-caret-up:before {
  content: ""; }

.micon-chevron-down:before {
  content: ""; }

.micon-chevron-left:before {
  content: ""; }

.micon-chevron-right:before {
  content: ""; }

.micon-chevron-up:before {
  content: ""; }

.micon-forward:before {
  content: ""; }

.micon-long-arrow-down:before {
  content: ""; }

.micon-long-arrow-left:before {
  content: ""; }

.micon-long-arrow-return:before {
  content: ""; }

.micon-long-arrow-right:before {
  content: ""; }

.micon-long-arrow-tab:before {
  content: ""; }

.micon-long-arrow-up:before {
  content: ""; }

.micon-rotate-ccw:before {
  content: ""; }

.micon-rotate-cw:before {
  content: ""; }

.micon-rotate-left:before {
  content: ""; }

.micon-rotate-right:before {
  content: ""; }

.micon-square-down:before {
  content: ""; }

.micon-square-right:before {
  content: ""; }

.micon-swap-alt:before {
  content: ""; }

.micon-swap-vertical-circle:before {
  content: ""; }

.micon-swap-vertical:before {
  content: ""; }

.micon-swap:before {
  content: ""; }

.micon-trending-down:before {
  content: ""; }

.micon-trending-flat:before {
  content: ""; }

.micon-trending-up:before {
  content: ""; }

.micon-unfold-less:before {
  content: ""; }

.micon-unfold-more:before {
  content: ""; }

.micon-apps:before {
  content: ""; }

.micon-grid-off:before {
  content: ""; }

.micon-grid:before {
  content: ""; }

.micon-view-agenda:before {
  content: ""; }

.micon-view-array:before {
  content: ""; }

.micon-view-carousel:before {
  content: ""; }

.micon-view-column:before {
  content: ""; }

.micon-view-comfy:before {
  content: ""; }

.micon-view-compact:before {
  content: ""; }

.micon-view-dashboard:before {
  content: ""; }

.micon-view-day:before {
  content: ""; }

.micon-view-headline:before {
  content: ""; }

.micon-view-list-alt:before {
  content: ""; }

.micon-view-list:before {
  content: ""; }

.micon-view-module:before {
  content: ""; }

.micon-view-quilt:before {
  content: ""; }

.micon-view-stream:before {
  content: ""; }

.micon-view-subtitles:before {
  content: ""; }

.micon-view-toc:before {
  content: ""; }

.micon-view-web:before {
  content: ""; }

.micon-view-week:before {
  content: ""; }

.micon-widgets:before {
  content: ""; }

.micon-alarm-check:before {
  content: ""; }

.micon-alarm-off:before {
  content: ""; }

.micon-alarm-plus:before {
  content: ""; }

.micon-alarm-snooze:before {
  content: ""; }

.micon-alarm:before {
  content: ""; }

.micon-calendar-alt:before {
  content: ""; }

.micon-calendar-check:before {
  content: ""; }

.micon-calendar-close:before {
  content: ""; }

.micon-calendar-note:before {
  content: ""; }

.micon-calendar:before {
  content: ""; }

.micon-time-countdown:before {
  content: ""; }

.micon-time-interval:before {
  content: ""; }

.micon-time-restore-setting:before {
  content: ""; }

.micon-time-restore:before {
  content: ""; }

.micon-time:before {
  content: ""; }

.micon-timer-off:before {
  content: ""; }

.micon-timer:before {
  content: ""; }

.micon-android-alt:before {
  content: ""; }

.micon-android:before {
  content: ""; }

.micon-apple:before {
  content: ""; }

.micon-behance:before {
  content: ""; }

.micon-codepen:before {
  content: ""; }

.micon-dribbble:before {
  content: ""; }

.micon-dropbox:before {
  content: ""; }

.micon-evernote:before {
  content: ""; }

.micon-facebook-box:before {
  content: ""; }

.micon-facebook:before {
  content: ""; }

.micon-github-box:before {
  content: ""; }

.micon-github:before {
  content: ""; }

.micon-google-drive:before {
  content: ""; }

.micon-google-earth:before {
  content: ""; }

.micon-google-glass:before {
  content: ""; }

.micon-google-maps:before {
  content: ""; }

.micon-google-pages:before {
  content: ""; }

.micon-google-play:before {
  content: ""; }

.micon-google-plus-box:before {
  content: ""; }

.micon-google-plus:before {
  content: ""; }

.micon-google:before {
  content: ""; }

.micon-instagram:before {
  content: ""; }

.micon-language-css3:before {
  content: ""; }

.micon-language-html5:before {
  content: ""; }

.micon-language-javascript:before {
  content: ""; }

.micon-language-python-alt:before {
  content: ""; }

.micon-language-python:before {
  content: ""; }

.micon-lastfm:before {
  content: ""; }

.micon-linkedin-box:before {
  content: ""; }

.micon-paypal:before {
  content: ""; }

.micon-pinterest-box:before {
  content: ""; }

.micon-pocket:before {
  content: ""; }

.micon-polymer:before {
  content: ""; }

.micon-share:before {
  content: ""; }

.micon-stackoverflow:before {
  content: ""; }

.micon-steam-square:before {
  content: ""; }

.micon-steam:before {
  content: ""; }

.micon-twitter-box:before {
  content: ""; }

.micon-twitter:before {
  content: ""; }

.micon-vk:before {
  content: ""; }

.micon-wikipedia:before {
  content: ""; }

.micon-windows:before {
  content: ""; }

.micon-aspect-ratio-alt:before {
  content: ""; }

.micon-aspect-ratio:before {
  content: ""; }

.micon-blur-circular:before {
  content: ""; }

.micon-blur-linear:before {
  content: ""; }

.micon-blur-off:before {
  content: ""; }

.micon-blur:before {
  content: ""; }

.micon-brightness-2:before {
  content: ""; }

.micon-brightness-3:before {
  content: ""; }

.micon-brightness-4:before {
  content: ""; }

.micon-brightness-5:before {
  content: ""; }

.micon-brightness-6:before {
  content: ""; }

.micon-brightness-7:before {
  content: ""; }

.micon-brightness-auto:before {
  content: ""; }

.micon-brightness-setting:before {
  content: ""; }

.micon-broken-image:before {
  content: ""; }

.micon-center-focus-strong:before {
  content: ""; }

.micon-center-focus-weak:before {
  content: ""; }

.micon-compare:before {
  content: ""; }

.micon-crop-16-9:before {
  content: ""; }

.micon-crop-3-2:before {
  content: ""; }

.micon-crop-5-4:before {
  content: ""; }

.micon-crop-7-5:before {
  content: ""; }

.micon-crop-din:before {
  content: ""; }

.micon-crop-free:before {
  content: ""; }

.micon-crop-landscape:before {
  content: ""; }

.micon-crop-portrait:before {
  content: ""; }

.micon-crop-square:before {
  content: ""; }

.micon-exposure-alt:before {
  content: ""; }

.micon-exposure:before {
  content: ""; }

.micon-filter-b-and-w:before {
  content: ""; }

.micon-filter-center-focus:before {
  content: ""; }

.micon-filter-frames:before {
  content: ""; }

.micon-filter-tilt-shift:before {
  content: ""; }

.micon-gradient:before {
  content: ""; }

.micon-grain:before {
  content: ""; }

.micon-graphic-eq:before {
  content: ""; }

.micon-hdr-off:before {
  content: ""; }

.micon-hdr-strong:before {
  content: ""; }

.micon-hdr-weak:before {
  content: ""; }

.micon-hdr:before {
  content: ""; }

.micon-iridescent:before {
  content: ""; }

.micon-leak-off:before {
  content: ""; }

.micon-leak:before {
  content: ""; }

.micon-looks:before {
  content: ""; }

.micon-loupe:before {
  content: ""; }

.micon-panorama-horizontal:before {
  content: ""; }

.micon-panorama-vertical:before {
  content: ""; }

.micon-panorama-wide-angle:before {
  content: ""; }

.micon-photo-size-select-large:before {
  content: ""; }

.micon-photo-size-select-small:before {
  content: ""; }

.micon-picture-in-picture:before {
  content: ""; }

.micon-slideshow:before {
  content: ""; }

.micon-texture:before {
  content: ""; }

.micon-tonality:before {
  content: ""; }

.micon-vignette:before {
  content: ""; }

.micon-wb-auto:before {
  content: ""; }

.micon-eject-alt:before {
  content: ""; }

.micon-eject:before {
  content: ""; }

.micon-equalizer:before {
  content: ""; }

.micon-fast-forward:before {
  content: ""; }

.micon-fast-rewind:before {
  content: ""; }

.micon-forward-10:before {
  content: ""; }

.micon-forward-30:before {
  content: ""; }

.micon-forward-5:before {
  content: ""; }

.micon-hearing:before {
  content: ""; }

.micon-pause-circle-outline:before {
  content: ""; }

.micon-pause-circle:before {
  content: ""; }

.micon-pause:before {
  content: ""; }

.micon-play-circle-outline:before {
  content: ""; }

.micon-play-circle:before {
  content: ""; }

.micon-play:before {
  content: ""; }

.micon-playlist-audio:before {
  content: ""; }

.micon-playlist-plus:before {
  content: ""; }

.micon-repeat-one:before {
  content: ""; }

.micon-repeat:before {
  content: ""; }

.micon-replay-10:before {
  content: ""; }

.micon-replay-30:before {
  content: ""; }

.micon-replay-5:before {
  content: ""; }

.micon-replay:before {
  content: ""; }

.micon-shuffle:before {
  content: ""; }

.micon-skip-next:before {
  content: ""; }

.micon-skip-previous:before {
  content: ""; }

.micon-stop:before {
  content: ""; }

.micon-surround-sound:before {
  content: ""; }

.micon-tune:before {
  content: ""; }

.micon-volume-down:before {
  content: ""; }

.micon-volume-mute:before {
  content: ""; }

.micon-volume-off:before {
  content: ""; }

.micon-volume-up:before {
  content: ""; }

.micon-n-1-square:before {
  content: ""; }

.micon-n-2-square:before {
  content: ""; }

.micon-n-3-square:before {
  content: ""; }

.micon-n-4-square:before {
  content: ""; }

.micon-n-5-square:before {
  content: ""; }

.micon-n-6-square:before {
  content: ""; }

.micon-neg-1:before {
  content: ""; }

.micon-neg-2:before {
  content: ""; }

.micon-plus-1:before {
  content: ""; }

.micon-plus-2:before {
  content: ""; }

.micon-sec-10:before {
  content: ""; }

.micon-sec-3:before {
  content: ""; }

.micon-zero:before {
  content: ""; }

.micon-airline-seat-flat-angled:before {
  content: ""; }

.micon-airline-seat-flat:before {
  content: ""; }

.micon-airline-seat-individual-suite:before {
  content: ""; }

.micon-airline-seat-legroom-extra:before {
  content: ""; }

.micon-airline-seat-legroom-normal:before {
  content: ""; }

.micon-airline-seat-legroom-reduced:before {
  content: ""; }

.micon-airline-seat-recline-extra:before {
  content: ""; }

.micon-airline-seat-recline-normal:before {
  content: ""; }

.micon-airplay:before {
  content: ""; }

.micon-closed-caption:before {
  content: ""; }

.micon-confirmation-number:before {
  content: ""; }

.micon-developer-board:before {
  content: ""; }

.micon-disc-full:before {
  content: ""; }

.micon-explicit:before {
  content: ""; }

.micon-flight-land:before {
  content: ""; }

.micon-flight-takeoff:before {
  content: ""; }

.micon-flip-to-back:before {
  content: ""; }

.micon-flip-to-front:before {
  content: ""; }

.micon-group-work:before {
  content: ""; }

.micon-hd:before {
  content: ""; }

.micon-hq:before {
  content: ""; }

.micon-markunread-mailbox:before {
  content: ""; }

.micon-memory:before {
  content: ""; }

.micon-nfc:before {
  content: ""; }

.micon-play-for-work:before {
  content: ""; }

.micon-power-input:before {
  content: ""; }

.micon-present-to-all:before {
  content: ""; }

.micon-satellite:before {
  content: ""; }

.micon-tap-and-play:before {
  content: ""; }

.micon-vibration:before {
  content: ""; }

.micon-voicemail:before {
  content: ""; }

.micon-group:before {
  content: ""; }

.micon-rss:before {
  content: ""; }

.micon-shape:before {
  content: ""; }

.micon-spinner:before {
  content: ""; }

.micon-ungroup:before {
  content: ""; }

.micon-500px:before {
  content: ""; }

.micon-8tracks:before {
  content: ""; }

.micon-amazon:before {
  content: ""; }

.micon-blogger:before {
  content: ""; }

.micon-delicious:before {
  content: ""; }

.micon-disqus:before {
  content: ""; }

.micon-flattr:before {
  content: ""; }

.micon-flickr:before {
  content: ""; }

.micon-github-alt:before {
  content: ""; }

.micon-google-old:before {
  content: ""; }

.micon-linkedin:before {
  content: ""; }

.micon-odnoklassniki:before {
  content: ""; }

.micon-outlook:before {
  content: ""; }

.micon-paypal-alt:before {
  content: ""; }

.micon-pinterest:before {
  content: ""; }

.micon-playstation:before {
  content: ""; }

.micon-reddit:before {
  content: ""; }

.micon-skype:before {
  content: ""; }

.micon-slideshare:before {
  content: ""; }

.micon-soundcloud:before {
  content: ""; }

.micon-tumblr:before {
  content: ""; }

.micon-twitch:before {
  content: ""; }

.micon-vimeo:before {
  content: ""; }

.micon-whatsapp:before {
  content: ""; }

.micon-xbox:before {
  content: ""; }

.micon-yahoo:before {
  content: ""; }

.micon-youtube-play:before {
  content: ""; }

.micon-youtube:before {
  content: ""; }

.micon-3d-rotation:before {
  content: ""; }

.micon-airplane-off:before {
  content: ""; }

.micon-airplane:before {
  content: ""; }

.micon-album:before {
  content: ""; }

.micon-archive:before {
  content: ""; }

.micon-assignment-account:before {
  content: ""; }

.micon-assignment-alert:before {
  content: ""; }

.micon-assignment-check:before {
  content: ""; }

.micon-assignment-o:before {
  content: ""; }

.micon-assignment-return:before {
  content: ""; }

.micon-assignment-returned:before {
  content: ""; }

.micon-assignment:before {
  content: ""; }

.micon-attachment-alt:before {
  content: ""; }

.micon-attachment:before {
  content: ""; }

.micon-audio:before {
  content: ""; }

.micon-badge-check:before {
  content: ""; }

.micon-balance-wallet:before {
  content: ""; }

.micon-balance:before {
  content: ""; }

.micon-battery-alert:before {
  content: ""; }

.micon-battery-flash:before {
  content: ""; }

.micon-battery-unknown:before {
  content: ""; }

.micon-battery:before {
  content: ""; }

.micon-bike:before {
  content: ""; }

.micon-block-alt:before {
  content: ""; }

.micon-block:before {
  content: ""; }

.micon-boat:before {
  content: ""; }

.micon-book-image:before {
  content: ""; }

.micon-book:before {
  content: ""; }

.micon-bookmark-outline:before {
  content: ""; }

.micon-bookmark:before {
  content: ""; }

.micon-brush:before {
  content: ""; }

.micon-bug:before {
  content: ""; }

.micon-bus:before {
  content: ""; }

.micon-cake:before {
  content: ""; }

.micon-car-taxi:before {
  content: ""; }

.micon-car-wash:before {
  content: ""; }

.micon-car:before {
  content: ""; }

.micon-card-giftcard:before {
  content: ""; }

.micon-card-membership:before {
  content: ""; }

.micon-card-travel:before {
  content: ""; }

.micon-card:before {
  content: ""; }

.micon-case-check:before {
  content: ""; }

.micon-case-download:before {
  content: ""; }

.micon-case-play:before {
  content: ""; }

.micon-case:before {
  content: ""; }

.micon-cast-connected:before {
  content: ""; }

.micon-cast:before {
  content: ""; }

.micon-chart-donut:before {
  content: ""; }

.micon-chart:before {
  content: ""; }

.micon-city-alt:before {
  content: ""; }

.micon-city:before {
  content: ""; }

.micon-close-circle-o:before {
  content: ""; }

.micon-close-circle:before {
  content: ""; }

.micon-close:before {
  content: ""; }

.micon-cocktail:before {
  content: ""; }

.micon-code-setting:before {
  content: ""; }

.micon-code-smartphone:before {
  content: ""; }

.micon-code:before {
  content: ""; }

.micon-coffee:before {
  content: ""; }

.micon-collection-bookmark:before {
  content: ""; }

.micon-collection-case-play:before {
  content: ""; }

.micon-collection-folder-image:before {
  content: ""; }

.micon-collection-image-o:before {
  content: ""; }

.micon-collection-image:before {
  content: ""; }

.micon-collection-item-1:before {
  content: ""; }

.micon-collection-item-2:before {
  content: ""; }

.micon-collection-item-3:before {
  content: ""; }

.micon-collection-item-4:before {
  content: ""; }

.micon-collection-item-5:before {
  content: ""; }

.micon-collection-item-6:before {
  content: ""; }

.micon-collection-item-7:before {
  content: ""; }

.micon-collection-item-8:before {
  content: ""; }

.micon-collection-item-9-plus:before {
  content: ""; }

.micon-collection-item-9:before {
  content: ""; }

.micon-collection-item:before {
  content: ""; }

.micon-collection-music:before {
  content: ""; }

.micon-collection-pdf:before {
  content: ""; }

.micon-collection-plus:before {
  content: ""; }

.micon-collection-speaker:before {
  content: ""; }

.micon-collection-text:before {
  content: ""; }

.micon-collection-video:before {
  content: ""; }

.micon-compass:before {
  content: ""; }

.micon-cutlery:before {
  content: ""; }

.micon-delete:before {
  content: ""; }

.micon-dialpad:before {
  content: ""; }

.micon-dns:before {
  content: ""; }

.micon-drink:before {
  content: ""; }

.micon-edit:before {
  content: ""; }

.micon-email-open:before {
  content: ""; }

.micon-email:before {
  content: ""; }

.micon-eye-off:before {
  content: ""; }

.micon-eye:before {
  content: ""; }

.micon-eyedropper:before {
  content: ""; }

.micon-favorite-outline:before {
  content: ""; }

.micon-favorite:before {
  content: ""; }

.micon-filter-list:before {
  content: ""; }

.micon-fire:before {
  content: ""; }

.micon-flag:before {
  content: ""; }

.micon-flare:before {
  content: ""; }

.micon-flash-auto:before {
  content: ""; }

.micon-flash-off:before {
  content: ""; }

.micon-flash:before {
  content: ""; }

.micon-flip:before {
  content: ""; }

.micon-flower-alt:before {
  content: ""; }

.micon-flower:before {
  content: ""; }

.micon-font:before {
  content: ""; }

.micon-fullscreen-alt:before {
  content: ""; }

.micon-fullscreen-exit:before {
  content: ""; }

.micon-fullscreen:before {
  content: ""; }

.micon-functions:before {
  content: ""; }

.micon-gas-station:before {
  content: ""; }

.micon-gesture:before {
  content: ""; }

.micon-globe-alt:before {
  content: ""; }

.micon-globe-lock:before {
  content: ""; }

.micon-globe:before {
  content: ""; }

.micon-graduation-cap:before {
  content: ""; }

.micon-home:before {
  content: ""; }

.micon-hospital-alt:before {
  content: ""; }

.micon-hospital:before {
  content: ""; }

.micon-hotel:before {
  content: ""; }

.micon-hourglass-alt:before {
  content: ""; }

.micon-hourglass-outline:before {
  content: ""; }

.micon-hourglass:before {
  content: ""; }

.micon-http:before {
  content: ""; }

.micon-image-alt:before {
  content: ""; }

.micon-image-o:before {
  content: ""; }

.micon-image:before {
  content: ""; }

.micon-inbox:before {
  content: ""; }

.micon-invert-colors-off:before {
  content: ""; }

.micon-invert-colors:before {
  content: ""; }

.micon-key:before {
  content: ""; }

.micon-label-alt-outline:before {
  content: ""; }

.micon-label-alt:before {
  content: ""; }

.micon-label-heart:before {
  content: ""; }

.micon-label:before {
  content: ""; }

.micon-labels:before {
  content: ""; }

.micon-lamp:before {
  content: ""; }

.micon-landscape:before {
  content: ""; }

.micon-layers-off:before {
  content: ""; }

.micon-layers:before {
  content: ""; }

.micon-library:before {
  content: ""; }

.micon-link:before {
  content: ""; }

.micon-lock-open:before {
  content: ""; }

.micon-lock-outline:before {
  content: ""; }

.micon-lock:before {
  content: ""; }

.micon-mail-reply-all:before {
  content: ""; }

.micon-mail-reply:before {
  content: ""; }

.micon-mail-send:before {
  content: ""; }

.micon-mall:before {
  content: ""; }

.micon-map:before {
  content: ""; }

.micon-menu:before {
  content: ""; }

.micon-money-box:before {
  content: ""; }

.micon-money-off:before {
  content: ""; }

.micon-money:before {
  content: ""; }

.micon-more-vert:before {
  content: ""; }

.micon-more:before {
  content: ""; }

.micon-movie-alt:before {
  content: ""; }

.micon-movie:before {
  content: ""; }

.micon-nature-people:before {
  content: ""; }

.micon-nature:before {
  content: ""; }

.micon-navigation:before {
  content: ""; }

.micon-open-in-browser:before {
  content: ""; }

.micon-open-in-new:before {
  content: ""; }

.micon-palette:before {
  content: ""; }

.micon-parking:before {
  content: ""; }

.micon-pin-account:before {
  content: ""; }

.micon-pin-assistant:before {
  content: ""; }

.micon-pin-drop:before {
  content: ""; }

.micon-pin-help:before {
  content: ""; }

.micon-pin-off:before {
  content: ""; }

.micon-pin:before {
  content: ""; }

.micon-pizza:before {
  content: ""; }

.micon-plaster:before {
  content: ""; }

.micon-power-setting:before {
  content: ""; }

.micon-power:before {
  content: ""; }

.micon-print:before {
  content: ""; }

.micon-puzzle-piece:before {
  content: ""; }

.micon-quote:before {
  content: ""; }

.micon-railway:before {
  content: ""; }

.micon-receipt:before {
  content: ""; }

.micon-refresh-alt:before {
  content: ""; }

.micon-refresh-sync-alert:before {
  content: ""; }

.micon-refresh-sync-off:before {
  content: ""; }

.micon-refresh-sync:before {
  content: ""; }

.micon-refresh:before {
  content: ""; }

.micon-roller:before {
  content: ""; }

.micon-ruler:before {
  content: ""; }

.micon-scissors:before {
  content: ""; }

.micon-screen-rotation-lock:before {
  content: ""; }

.micon-screen-rotation:before {
  content: ""; }

.micon-search-for:before {
  content: ""; }

.micon-search-in-file:before {
  content: ""; }

.micon-search-in-page:before {
  content: ""; }

.micon-search-replace:before {
  content: ""; }

.micon-search:before {
  content: ""; }

.micon-seat:before {
  content: ""; }

.micon-settings-square:before {
  content: ""; }

.micon-settings:before {
  content: ""; }

.micon-shield-check:before {
  content: ""; }

.micon-shield-security:before {
  content: ""; }

.micon-shopping-basket:before {
  content: ""; }

.micon-shopping-cart-plus:before {
  content: ""; }

.micon-shopping-cart:before {
  content: ""; }

.micon-sign-in:before {
  content: ""; }

.micon-sort-amount-asc:before {
  content: ""; }

.micon-sort-amount-desc:before {
  content: ""; }

.micon-sort-asc:before {
  content: ""; }

.micon-sort-desc:before {
  content: ""; }

.micon-spellcheck:before {
  content: ""; }

.micon-storage:before {
  content: ""; }

.micon-store-24:before {
  content: ""; }

.micon-store:before {
  content: ""; }

.micon-subway:before {
  content: ""; }

.micon-sun:before {
  content: ""; }

.micon-tab-unselected:before {
  content: ""; }

.micon-tab:before {
  content: ""; }

.micon-tag-close:before {
  content: ""; }

.micon-tag-more:before {
  content: ""; }

.micon-tag:before {
  content: ""; }

.micon-thumb-down:before {
  content: ""; }

.micon-thumb-up-down:before {
  content: ""; }

.micon-thumb-up:before {
  content: ""; }

.micon-ticket-star:before {
  content: ""; }

.micon-toll:before {
  content: ""; }

.micon-toys:before {
  content: ""; }

.micon-traffic:before {
  content: ""; }

.micon-translate:before {
  content: ""; }

.micon-triangle-down:before {
  content: ""; }

.micon-triangle-up:before {
  content: ""; }

.micon-truck:before {
  content: ""; }

.micon-turning-sign:before {
  content: ""; }

.micon-wallpaper:before {
  content: ""; }

.micon-washing-machine:before {
  content: ""; }

.micon-window-maximize:before {
  content: ""; }

.micon-window-minimize:before {
  content: ""; }

.micon-window-restore:before {
  content: ""; }

.micon-wrench:before {
  content: ""; }

.micon-zoom-in:before {
  content: ""; }

.micon-zoom-out:before {
  content: ""; }

.micon-alert-circle-o:before {
  content: ""; }

.micon-alert-circle:before {
  content: ""; }

.micon-alert-octagon:before {
  content: ""; }

.micon-alert-polygon:before {
  content: ""; }

.micon-alert-triangle:before {
  content: ""; }

.micon-help-outline:before {
  content: ""; }

.micon-help:before {
  content: ""; }

.micon-info-outline:before {
  content: ""; }

.micon-info:before {
  content: ""; }

.micon-notifications-active:before {
  content: ""; }

.micon-notifications-add:before {
  content: ""; }

.micon-notifications-none:before {
  content: ""; }

.micon-notifications-off:before {
  content: ""; }

.micon-notifications-paused:before {
  content: ""; }

.micon-notifications:before {
  content: ""; }

.micon-account-add:before {
  content: ""; }

.micon-account-box-mail:before {
  content: ""; }

.micon-account-box-o:before {
  content: ""; }

.micon-account-box-phone:before {
  content: ""; }

.micon-account-box:before {
  content: ""; }

.micon-account-calendar:before {
  content: ""; }

.micon-account-circle:before {
  content: ""; }

.micon-account-o:before {
  content: ""; }

.micon-account:before {
  content: ""; }

.micon-accounts-add:before {
  content: ""; }

.micon-accounts-alt:before {
  content: ""; }

.micon-accounts-list-alt:before {
  content: ""; }

.micon-accounts-list:before {
  content: ""; }

.micon-accounts-outline:before {
  content: ""; }

.micon-accounts:before {
  content: ""; }

.micon-face:before {
  content: ""; }

.micon-female:before {
  content: ""; }

.micon-male-alt:before {
  content: ""; }

.micon-male-female:before {
  content: ""; }

.micon-male:before {
  content: ""; }

.micon-mood-bad:before {
  content: ""; }

.micon-mood:before {
  content: ""; }

.micon-run:before {
  content: ""; }

.micon-walk:before {
  content: ""; }

.micon-cloud-box:before {
  content: ""; }

.micon-cloud-circle:before {
  content: ""; }

.micon-cloud-done:before {
  content: ""; }

.micon-cloud-download:before {
  content: ""; }

.micon-cloud-off:before {
  content: ""; }

.micon-cloud-outline-alt:before {
  content: ""; }

.micon-cloud-outline:before {
  content: ""; }

.micon-cloud-upload:before {
  content: ""; }

.micon-cloud:before {
  content: ""; }

.micon-download:before {
  content: ""; }

.micon-file-plus:before {
  content: ""; }

.micon-file-text:before {
  content: ""; }

.micon-file:before {
  content: ""; }

.micon-folder-outline:before {
  content: ""; }

.micon-folder-person:before {
  content: ""; }

.micon-folder-star-alt:before {
  content: ""; }

.micon-folder-star:before {
  content: ""; }

.micon-folder:before {
  content: ""; }

.micon-gif:before {
  content: ""; }

.micon-upload:before {
  content: ""; }

.micon-border-all:before {
  content: ""; }

.micon-border-bottom:before {
  content: ""; }

.micon-border-clear:before {
  content: ""; }

.micon-border-color:before {
  content: ""; }

.micon-border-horizontal:before {
  content: ""; }

.micon-border-inner:before {
  content: ""; }

.micon-border-left:before {
  content: ""; }

.micon-border-outer:before {
  content: ""; }

.micon-border-right:before {
  content: ""; }

.micon-border-style:before {
  content: ""; }

.micon-border-top:before {
  content: ""; }

.micon-border-vertical:before {
  content: ""; }

.micon-copy:before {
  content: ""; }

.micon-crop:before {
  content: ""; }

.micon-format-align-center:before {
  content: ""; }

.micon-format-align-justify:before {
  content: ""; }

.micon-format-align-left:before {
  content: ""; }

.micon-format-align-right:before {
  content: ""; }

.micon-format-bold:before {
  content: ""; }

.micon-format-clear-all:before {
  content: ""; }

.micon-format-clear:before {
  content: ""; }

.micon-format-color-fill:before {
  content: ""; }

.micon-format-color-reset:before {
  content: ""; }

.micon-format-color-text:before {
  content: ""; }

.micon-format-indent-decrease:before {
  content: ""; }

.micon-format-indent-increase:before {
  content: ""; }

.micon-format-italic:before {
  content: ""; }

.micon-format-line-spacing:before {
  content: ""; }

.micon-format-list-bulleted:before {
  content: ""; }

.micon-format-list-numbered:before {
  content: ""; }

.micon-format-ltr:before {
  content: ""; }

.micon-format-rtl:before {
  content: ""; }

.micon-format-size:before {
  content: ""; }

.micon-format-strikethrough-s:before {
  content: ""; }

.micon-format-strikethrough:before {
  content: ""; }

.micon-format-subject:before {
  content: ""; }

.micon-format-underlined:before {
  content: ""; }

.micon-format-valign-bottom:before {
  content: ""; }

.micon-format-valign-center:before {
  content: ""; }

.micon-format-valign-top:before {
  content: ""; }

.micon-redo:before {
  content: ""; }

.micon-select-all:before {
  content: ""; }

.micon-space-bar:before {
  content: ""; }

.micon-text-format:before {
  content: ""; }

.micon-transform:before {
  content: ""; }

.micon-undo:before {
  content: ""; }

.micon-wrap-text:before {
  content: ""; }

.micon-comment-alert:before {
  content: ""; }

.micon-comment-alt-text:before {
  content: ""; }

.micon-comment-alt:before {
  content: ""; }

.micon-comment-edit:before {
  content: ""; }

.micon-comment-image:before {
  content: ""; }

.micon-comment-list:before {
  content: ""; }

.micon-comment-more:before {
  content: ""; }

.micon-comment-outline:before {
  content: ""; }

.micon-comment-text-alt:before {
  content: ""; }

.micon-comment-text:before {
  content: ""; }

.micon-comment-video:before {
  content: ""; }

.micon-comment:before {
  content: ""; }

.micon-comments:before {
  content: ""; }

.micon-check-all:before {
  content: ""; }

.micon-check-circle-u:before {
  content: ""; }

.micon-check-circle:before {
  content: ""; }

.micon-check-square:before {
  content: ""; }

.micon-check:before {
  content: ""; }

.micon-circle-o:before {
  content: ""; }

.micon-circle:before {
  content: ""; }

.micon-dot-circle-alt:before {
  content: ""; }

.micon-dot-circle:before {
  content: ""; }

.micon-minus-circle-outline:before {
  content: ""; }

.micon-minus-circle:before {
  content: ""; }

.micon-minus-square:before {
  content: ""; }

.micon-minus:before {
  content: ""; }

.micon-plus-circle-o-duplicate:before {
  content: ""; }

.micon-plus-circle-o:before {
  content: ""; }

.micon-plus-circle:before {
  content: ""; }

.micon-plus-square:before {
  content: ""; }

.micon-plus:before {
  content: ""; }

.micon-square-o:before {
  content: ""; }

.micon-star-circle:before {
  content: ""; }

.micon-star-half:before {
  content: ""; }

.micon-star-outline:before {
  content: ""; }

.micon-star:before {
  content: ""; }

.micon-bluetooth-connected:before {
  content: ""; }

.micon-bluetooth-off:before {
  content: ""; }

.micon-bluetooth-search:before {
  content: ""; }

.micon-bluetooth-setting:before {
  content: ""; }

.micon-bluetooth:before {
  content: ""; }

.micon-camera-add:before {
  content: ""; }

.micon-camera-alt:before {
  content: ""; }

.micon-camera-bw:before {
  content: ""; }

.micon-camera-front:before {
  content: ""; }

.micon-camera-mic:before {
  content: ""; }

.micon-camera-party-mode:before {
  content: ""; }

.micon-camera-rear:before {
  content: ""; }

.micon-camera-roll:before {
  content: ""; }

.micon-camera-switch:before {
  content: ""; }

.micon-camera:before {
  content: ""; }

.micon-card-alert:before {
  content: ""; }

.micon-card-off:before {
  content: ""; }

.micon-card-sd:before {
  content: ""; }

.micon-card-sim:before {
  content: ""; }

.micon-desktop-mac:before {
  content: ""; }

.micon-desktop-windows:before {
  content: ""; }

.micon-device-hub:before {
  content: ""; }

.micon-devices-off:before {
  content: ""; }

.micon-devices:before {
  content: ""; }

.micon-dock:before {
  content: ""; }

.micon-floppy:before {
  content: ""; }

.micon-gamepad:before {
  content: ""; }

.micon-gps-dot:before {
  content: ""; }

.micon-gps-off:before {
  content: ""; }

.micon-gps:before {
  content: ""; }

.micon-headset-mic:before {
  content: ""; }

.micon-headset:before {
  content: ""; }

.micon-input-antenna:before {
  content: ""; }

.micon-input-composite:before {
  content: ""; }

.micon-input-hdmi:before {
  content: ""; }

.micon-input-power:before {
  content: ""; }

.micon-input-svideo:before {
  content: ""; }

.micon-keyboard-hide:before {
  content: ""; }

.micon-keyboard:before {
  content: ""; }

.micon-laptop-chromebook:before {
  content: ""; }

.micon-laptop-mac:before {
  content: ""; }

.micon-laptop:before {
  content: ""; }

.micon-mic-off:before {
  content: ""; }

.micon-mic-outline:before {
  content: ""; }

.micon-mic-setting:before {
  content: ""; }

.micon-mic:before {
  content: ""; }

.micon-mouse:before {
  content: ""; }

.micon-network-alert:before {
  content: ""; }

.micon-network-locked:before {
  content: ""; }

.micon-network-off:before {
  content: ""; }

.micon-network-outline:before {
  content: ""; }

.micon-network-setting:before {
  content: ""; }

.micon-network:before {
  content: ""; }

.micon-phone-bluetooth:before {
  content: ""; }

.micon-phone-end:before {
  content: ""; }

.micon-phone-forwarded:before {
  content: ""; }

.micon-phone-in-talk:before {
  content: ""; }

.micon-phone-locked:before {
  content: ""; }

.micon-phone-missed:before {
  content: ""; }

.micon-phone-msg:before {
  content: ""; }

.micon-phone-paused:before {
  content: ""; }

.micon-phone-ring:before {
  content: ""; }

.micon-phone-setting:before {
  content: ""; }

.micon-phone-sip:before {
  content: ""; }

.micon-phone:before {
  content: ""; }

.micon-portable-wifi-changes:before {
  content: ""; }

.micon-portable-wifi-off:before {
  content: ""; }

.micon-portable-wifi:before {
  content: ""; }

.micon-radio:before {
  content: ""; }

.micon-reader:before {
  content: ""; }

.micon-remote-control-alt:before {
  content: ""; }

.micon-remote-control:before {
  content: ""; }

.micon-router:before {
  content: ""; }

.micon-scanner:before {
  content: ""; }

.micon-smartphone-android:before {
  content: ""; }

.micon-smartphone-download:before {
  content: ""; }

.micon-smartphone-erase:before {
  content: ""; }

.micon-smartphone-info:before {
  content: ""; }

.micon-smartphone-iphone:before {
  content: ""; }

.micon-smartphone-landscape-lock:before {
  content: ""; }

.micon-smartphone-landscape:before {
  content: ""; }

.micon-smartphone-lock:before {
  content: ""; }

.micon-smartphone-portrait-lock:before {
  content: ""; }

.micon-smartphone-ring:before {
  content: ""; }

.micon-smartphone-setting:before {
  content: ""; }

.micon-smartphone-setup:before {
  content: ""; }

.micon-smartphone:before {
  content: ""; }

.micon-speaker:before {
  content: ""; }

.micon-tablet-android:before {
  content: ""; }

.micon-tablet-mac:before {
  content: ""; }

.micon-tablet:before {
  content: ""; }

.micon-tv-alt-play:before {
  content: ""; }

.micon-tv-list:before {
  content: ""; }

.micon-tv-play:before {
  content: ""; }

.micon-tv:before {
  content: ""; }

.micon-usb:before {
  content: ""; }

.micon-videocam-off:before {
  content: ""; }

.micon-videocam-switch:before {
  content: ""; }

.micon-videocam:before {
  content: ""; }

.micon-watch:before {
  content: ""; }

.micon-wifi-alt-2:before {
  content: ""; }

.micon-wifi-alt:before {
  content: ""; }

.micon-wifi-info:before {
  content: ""; }

.micon-wifi-lock:before {
  content: ""; }

.micon-wifi-off:before {
  content: ""; }

.micon-wifi-outline:before {
  content: ""; }

.micon-wifi:before {
  content: ""; }

.micon-arrow-left-bottom:before {
  content: ""; }

.micon-arrow-left:before {
  content: ""; }

.micon-arrow-merge:before {
  content: ""; }

.micon-arrow-missed:before {
  content: ""; }

.micon-arrow-right-top:before {
  content: ""; }

.micon-arrow-right:before {
  content: ""; }

.micon-arrow-split:before {
  content: ""; }

.micon-arrows:before {
  content: ""; }

.micon-caret-down-circle:before {
  content: ""; }

.micon-caret-down:before {
  content: ""; }

.micon-caret-left-circle:before {
  content: ""; }

.micon-caret-left:before {
  content: ""; }

.micon-caret-right-circle:before {
  content: ""; }

.micon-caret-right:before {
  content: ""; }

.micon-caret-up-circle:before {
  content: ""; }

.micon-caret-up:before {
  content: ""; }

.micon-chevron-down:before {
  content: ""; }

.micon-chevron-left:before {
  content: ""; }

.micon-chevron-right:before {
  content: ""; }

.micon-chevron-up:before {
  content: ""; }

.micon-forward:before {
  content: ""; }

.micon-long-arrow-down:before {
  content: ""; }

.micon-long-arrow-left:before {
  content: ""; }

.micon-long-arrow-return:before {
  content: ""; }

.micon-long-arrow-right:before {
  content: ""; }

.micon-long-arrow-tab:before {
  content: ""; }

.micon-long-arrow-up:before {
  content: ""; }

.micon-rotate-ccw:before {
  content: ""; }

.micon-rotate-cw:before {
  content: ""; }

.micon-rotate-left:before {
  content: ""; }

.micon-rotate-right:before {
  content: ""; }

.micon-square-down:before {
  content: ""; }

.micon-square-right:before {
  content: ""; }

.micon-swap-alt:before {
  content: ""; }

.micon-swap-vertical-circle:before {
  content: ""; }

.micon-swap-vertical:before {
  content: ""; }

.micon-swap:before {
  content: ""; }

.micon-trending-down:before {
  content: ""; }

.micon-trending-flat:before {
  content: ""; }

.micon-trending-up:before {
  content: ""; }

.micon-unfold-less:before {
  content: ""; }

.micon-unfold-more:before {
  content: ""; }

.micon-apps:before {
  content: ""; }

.micon-grid-off:before {
  content: ""; }

.micon-grid:before {
  content: ""; }

.micon-view-agenda:before {
  content: ""; }

.micon-view-array:before {
  content: ""; }

.micon-view-carousel:before {
  content: ""; }

.micon-view-column:before {
  content: ""; }

.micon-view-comfy:before {
  content: ""; }

.micon-view-compact:before {
  content: ""; }

.micon-view-dashboard:before {
  content: ""; }

.micon-view-day:before {
  content: ""; }

.micon-view-headline:before {
  content: ""; }

.micon-view-list-alt:before {
  content: ""; }

.micon-view-list:before {
  content: ""; }

.micon-view-module:before {
  content: ""; }

.micon-view-quilt:before {
  content: ""; }

.micon-view-stream:before {
  content: ""; }

.micon-view-subtitles:before {
  content: ""; }

.micon-view-toc:before {
  content: ""; }

.micon-view-web:before {
  content: ""; }

.micon-view-week:before {
  content: ""; }

.micon-widgets:before {
  content: ""; }

.micon-alarm-check:before {
  content: ""; }

.micon-alarm-off:before {
  content: ""; }

.micon-alarm-plus:before {
  content: ""; }

.micon-alarm-snooze:before {
  content: ""; }

.micon-alarm:before {
  content: ""; }

.micon-calendar-alt:before {
  content: ""; }

.micon-calendar-check:before {
  content: ""; }

.micon-calendar-close:before {
  content: ""; }

.micon-calendar-note:before {
  content: ""; }

.micon-calendar:before {
  content: ""; }

.micon-time-countdown:before {
  content: ""; }

.micon-time-interval:before {
  content: ""; }

.micon-time-restore-setting:before {
  content: ""; }

.micon-time-restore:before {
  content: ""; }

.micon-time:before {
  content: ""; }

.micon-timer-off:before {
  content: ""; }

.micon-timer:before {
  content: ""; }

.micon-android-alt:before {
  content: ""; }

.micon-android:before {
  content: ""; }

.micon-apple:before {
  content: ""; }

.micon-behance:before {
  content: ""; }

.micon-codepen:before {
  content: ""; }

.micon-dribbble:before {
  content: ""; }

.micon-dropbox:before {
  content: ""; }

.micon-evernote:before {
  content: ""; }

.micon-facebook-box:before {
  content: ""; }

.micon-facebook:before {
  content: ""; }

.micon-github-box:before {
  content: ""; }

.micon-github:before {
  content: ""; }

.micon-google-drive:before {
  content: ""; }

.micon-google-earth:before {
  content: ""; }

.micon-google-glass:before {
  content: ""; }

.micon-google-maps:before {
  content: ""; }

.micon-google-pages:before {
  content: ""; }

.micon-google-play:before {
  content: ""; }

.micon-google-plus-box:before {
  content: ""; }

.micon-google-plus:before {
  content: ""; }

.micon-google:before {
  content: ""; }

.micon-instagram:before {
  content: ""; }

.micon-language-css3:before {
  content: ""; }

.micon-language-html5:before {
  content: ""; }

.micon-language-javascript:before {
  content: ""; }

.micon-language-python-alt:before {
  content: ""; }

.micon-language-python:before {
  content: ""; }

.micon-lastfm:before {
  content: ""; }

.micon-linkedin-box:before {
  content: ""; }

.micon-paypal:before {
  content: ""; }

.micon-pinterest-box:before {
  content: ""; }

.micon-pocket:before {
  content: ""; }

.micon-polymer:before {
  content: ""; }

.micon-share:before {
  content: ""; }

.micon-stackoverflow:before {
  content: ""; }

.micon-steam-square:before {
  content: ""; }

.micon-steam:before {
  content: ""; }

.micon-twitter-box:before {
  content: ""; }

.micon-twitter:before {
  content: ""; }

.micon-vk:before {
  content: ""; }

.micon-wikipedia:before {
  content: ""; }

.micon-windows:before {
  content: ""; }

.micon-aspect-ratio-alt:before {
  content: ""; }

.micon-aspect-ratio:before {
  content: ""; }

.micon-blur-circular:before {
  content: ""; }

.micon-blur-linear:before {
  content: ""; }

.micon-blur-off:before {
  content: ""; }

.micon-blur:before {
  content: ""; }

.micon-brightness-2:before {
  content: ""; }

.micon-brightness-3:before {
  content: ""; }

.micon-brightness-4:before {
  content: ""; }

.micon-brightness-5:before {
  content: ""; }

.micon-brightness-6:before {
  content: ""; }

.micon-brightness-7:before {
  content: ""; }

.micon-brightness-auto:before {
  content: ""; }

.micon-brightness-setting:before {
  content: ""; }

.micon-broken-image:before {
  content: ""; }

.micon-center-focus-strong:before {
  content: ""; }

.micon-center-focus-weak:before {
  content: ""; }

.micon-compare:before {
  content: ""; }

.micon-crop-16-9:before {
  content: ""; }

.micon-crop-3-2:before {
  content: ""; }

.micon-crop-5-4:before {
  content: ""; }

.micon-crop-7-5:before {
  content: ""; }

.micon-crop-din:before {
  content: ""; }

.micon-crop-free:before {
  content: ""; }

.micon-crop-landscape:before {
  content: ""; }

.micon-crop-portrait:before {
  content: ""; }

.micon-crop-square:before {
  content: ""; }

.micon-exposure-alt:before {
  content: ""; }

.micon-exposure:before {
  content: ""; }

.micon-filter-b-and-w:before {
  content: ""; }

.micon-filter-center-focus:before {
  content: ""; }

.micon-filter-frames:before {
  content: ""; }

.micon-filter-tilt-shift:before {
  content: ""; }

.micon-gradient:before {
  content: ""; }

.micon-grain:before {
  content: ""; }

.micon-graphic-eq:before {
  content: ""; }

.micon-hdr-off:before {
  content: ""; }

.micon-hdr-strong:before {
  content: ""; }

.micon-hdr-weak:before {
  content: ""; }

.micon-hdr:before {
  content: ""; }

.micon-iridescent:before {
  content: ""; }

.micon-leak-off:before {
  content: ""; }

.micon-leak:before {
  content: ""; }

.micon-looks:before {
  content: ""; }

.micon-loupe:before {
  content: ""; }

.micon-panorama-horizontal:before {
  content: ""; }

.micon-panorama-vertical:before {
  content: ""; }

.micon-panorama-wide-angle:before {
  content: ""; }

.micon-photo-size-select-large:before {
  content: ""; }

.micon-photo-size-select-small:before {
  content: ""; }

.micon-picture-in-picture:before {
  content: ""; }

.micon-slideshow:before {
  content: ""; }

.micon-texture:before {
  content: ""; }

.micon-tonality:before {
  content: ""; }

.micon-vignette:before {
  content: ""; }

.micon-wb-auto:before {
  content: ""; }

.micon-eject-alt:before {
  content: ""; }

.micon-eject:before {
  content: ""; }

.micon-equalizer:before {
  content: ""; }

.micon-fast-forward:before {
  content: ""; }

.micon-fast-rewind:before {
  content: ""; }

.micon-forward-10:before {
  content: ""; }

.micon-forward-30:before {
  content: ""; }

.micon-forward-5:before {
  content: ""; }

.micon-hearing:before {
  content: ""; }

.micon-pause-circle-outline:before {
  content: ""; }

.micon-pause-circle:before {
  content: ""; }

.micon-pause:before {
  content: ""; }

.micon-play-circle-outline:before {
  content: ""; }

.micon-play-circle:before {
  content: ""; }

.micon-play:before {
  content: ""; }

.micon-playlist-audio:before {
  content: ""; }

.micon-playlist-plus:before {
  content: ""; }

.micon-repeat-one:before {
  content: ""; }

.micon-repeat:before {
  content: ""; }

.micon-replay-10:before {
  content: ""; }

.micon-replay-30:before {
  content: ""; }

.micon-replay-5:before {
  content: ""; }

.micon-replay:before {
  content: ""; }

.micon-shuffle:before {
  content: ""; }

.micon-skip-next:before {
  content: ""; }

.micon-skip-previous:before {
  content: ""; }

.micon-stop:before {
  content: ""; }

.micon-surround-sound:before {
  content: ""; }

.micon-tune:before {
  content: ""; }

.micon-volume-down:before {
  content: ""; }

.micon-volume-mute:before {
  content: ""; }

.micon-volume-off:before {
  content: ""; }

.micon-volume-up:before {
  content: ""; }

.micon-n-1-square:before {
  content: ""; }

.micon-n-2-square:before {
  content: ""; }

.micon-n-3-square:before {
  content: ""; }

.micon-n-4-square:before {
  content: ""; }

.micon-n-5-square:before {
  content: ""; }

.micon-n-6-square:before {
  content: ""; }

.micon-neg-1:before {
  content: ""; }

.micon-neg-2:before {
  content: ""; }

.micon-plus-1:before {
  content: ""; }

.micon-plus-2:before {
  content: ""; }

.micon-sec-10:before {
  content: ""; }

.micon-sec-3:before {
  content: ""; }

.micon-zero:before {
  content: ""; }

.micon-airline-seat-flat-angled:before {
  content: ""; }

.micon-airline-seat-flat:before {
  content: ""; }

.micon-airline-seat-individual-suite:before {
  content: ""; }

.micon-airline-seat-legroom-extra:before {
  content: ""; }

.micon-airline-seat-legroom-normal:before {
  content: ""; }

.micon-airline-seat-legroom-reduced:before {
  content: ""; }

.micon-airline-seat-recline-extra:before {
  content: ""; }

.micon-airline-seat-recline-normal:before {
  content: ""; }

.micon-airplay:before {
  content: ""; }

.micon-closed-caption:before {
  content: ""; }

.micon-confirmation-number:before {
  content: ""; }

.micon-developer-board:before {
  content: ""; }

.micon-disc-full:before {
  content: ""; }

.micon-explicit:before {
  content: ""; }

.micon-flight-land:before {
  content: ""; }

.micon-flight-takeoff:before {
  content: ""; }

.micon-flip-to-back:before {
  content: ""; }

.micon-flip-to-front:before {
  content: ""; }

.micon-group-work:before {
  content: ""; }

.micon-hd:before {
  content: ""; }

.micon-hq:before {
  content: ""; }

.micon-markunread-mailbox:before {
  content: ""; }

.micon-memory:before {
  content: ""; }

.micon-nfc:before {
  content: ""; }

.micon-play-for-work:before {
  content: ""; }

.micon-power-input:before {
  content: ""; }

.micon-present-to-all:before {
  content: ""; }

.micon-satellite:before {
  content: ""; }

.micon-tap-and-play:before {
  content: ""; }

.micon-vibration:before {
  content: ""; }

.micon-voicemail:before {
  content: ""; }

.micon-group:before {
  content: ""; }

.micon-rss:before {
  content: ""; }

.micon-shape:before {
  content: ""; }

.micon-spinner:before {
  content: ""; }

.micon-ungroup:before {
  content: ""; }

.micon-500px:before {
  content: ""; }

.micon-8tracks:before {
  content: ""; }

.micon-amazon:before {
  content: ""; }

.micon-blogger:before {
  content: ""; }

.micon-delicious:before {
  content: ""; }

.micon-disqus:before {
  content: ""; }

.micon-flattr:before {
  content: ""; }

.micon-flickr:before {
  content: ""; }

.micon-github-alt:before {
  content: ""; }

.micon-google-old:before {
  content: ""; }

.micon-linkedin:before {
  content: ""; }

.micon-odnoklassniki:before {
  content: ""; }

.micon-outlook:before {
  content: ""; }

.micon-paypal-alt:before {
  content: ""; }

.micon-pinterest:before {
  content: ""; }

.micon-playstation:before {
  content: ""; }

.micon-reddit:before {
  content: ""; }

.micon-skype:before {
  content: ""; }

.micon-slideshare:before {
  content: ""; }

.micon-soundcloud:before {
  content: ""; }

.micon-tumblr:before {
  content: ""; }

.micon-twitch:before {
  content: ""; }

.micon-vimeo:before {
  content: ""; }

.micon-whatsapp:before {
  content: ""; }

.micon-xbox:before {
  content: ""; }

.micon-yahoo:before {
  content: ""; }

.micon-youtube-play:before {
  content: ""; }

.micon-youtube:before {
  content: ""; }

.micon-import-export:before {
  content: ""; }

.micon-swap-vertical-:before {
  content: ""; }

.micon-airplanemode-inactive:before {
  content: ""; }

.micon-airplanemode-active:before {
  content: ""; }

.micon-rate-review:before {
  content: ""; }

.micon-comment-sign:before {
  content: ""; }

.micon-network-warning:before {
  content: ""; }

.micon-shopping-cart-add:before {
  content: ""; }

.micon-file-add:before {
  content: ""; }

.micon-network-wifi-scan:before {
  content: ""; }

.micon-collection-add:before {
  content: ""; }

.micon-format-playlist-add:before {
  content: ""; }

.micon-format-queue-music:before {
  content: ""; }

.micon-plus-box:before {
  content: ""; }

.micon-tag-backspace:before {
  content: ""; }

.micon-alarm-add:before {
  content: ""; }

.micon-battery-charging:before {
  content: ""; }

.micon-daydream-setting:before {
  content: ""; }

.micon-more-horiz:before {
  content: ""; }

.micon-book-photo:before {
  content: ""; }

.micon-incandescent:before {
  content: ""; }

.micon-wb-iridescent:before {
  content: ""; }

.micon-calendar-remove:before {
  content: ""; }

.micon-refresh-sync-disabled:before {
  content: ""; }

.micon-refresh-sync-problem:before {
  content: ""; }

.micon-crop-original:before {
  content: ""; }

.micon-power-off:before {
  content: ""; }

.micon-power-off-setting:before {
  content: ""; }

.micon-leak-remove:before {
  content: ""; }

.micon-star-border:before {
  content: ""; }

.micon-brightness-low:before {
  content: ""; }

.micon-brightness-medium:before {
  content: ""; }

.micon-brightness-high:before {
  content: ""; }

.micon-smartphone-portrait:before {
  content: ""; }

.micon-live-tv:before {
  content: ""; }

.micon-format-textdirection-l-to-r:before {
  content: ""; }

.micon-format-textdirection-r-to-l:before {
  content: ""; }

.micon-arrow-back:before {
  content: ""; }

.micon-arrow-forward:before {
  content: ""; }

.micon-arrow-in:before {
  content: ""; }

.micon-arrow-out:before {
  content: ""; }

.micon-rotate-90-degrees-ccw:before {
  content: ""; }

.micon-adb:before {
  content: ""; }

.micon-network-wifi:before {
  content: ""; }

.micon-network-wifi-alt:before {
  content: ""; }

.micon-network-wifi-lock:before {
  content: ""; }

.micon-network-wifi-off:before {
  content: ""; }

.micon-network-wifi-outline:before {
  content: ""; }

.micon-network-wifi-info:before {
  content: ""; }

.micon-layers-clear:before {
  content: ""; }

.micon-colorize:before {
  content: ""; }

.micon-format-paint:before {
  content: ""; }

.micon-format-quote:before {
  content: ""; }

.micon-camera-monochrome-photos:before {
  content: ""; }

.micon-sort-by-alpha:before {
  content: ""; }

.micon-folder-shared:before {
  content: ""; }

.micon-folder-special:before {
  content: ""; }

.micon-comment-dots:before {
  content: ""; }

.micon-reorder:before {
  content: ""; }

.micon-dehaze:before {
  content: ""; }

.micon-sort:before {
  content: ""; }

.micon-pages:before {
  content: ""; }

.micon-stack-overflow:before {
  content: ""; }

.micon-calendar-account:before {
  content: ""; }

.micon-paste:before {
  content: ""; }

.micon-cut:before {
  content: ""; }

.micon-save:before {
  content: ""; }

.micon-smartphone-code:before {
  content: ""; }

.micon-directions-bike:before {
  content: ""; }

.micon-directions-boat:before {
  content: ""; }

.micon-directions-bus:before {
  content: ""; }

.micon-directions-car:before {
  content: ""; }

.micon-directions-railway:before {
  content: ""; }

.micon-directions-run:before {
  content: ""; }

.micon-directions-subway:before {
  content: ""; }

.micon-directions-walk:before {
  content: ""; }

.micon-local-hotel:before {
  content: ""; }

.micon-local-activity:before {
  content: ""; }

.micon-local-play:before {
  content: ""; }

.micon-local-airport:before {
  content: ""; }

.micon-local-atm:before {
  content: ""; }

.micon-local-bar:before {
  content: ""; }

.micon-local-cafe:before {
  content: ""; }

.micon-local-car-wash:before {
  content: ""; }

.micon-local-convenience-store:before {
  content: ""; }

.micon-local-dining:before {
  content: ""; }

.micon-local-drink:before {
  content: ""; }

.micon-local-florist:before {
  content: ""; }

.micon-local-gas-station:before {
  content: ""; }

.micon-local-grocery-store:before {
  content: ""; }

.micon-local-hospital:before {
  content: ""; }

.micon-local-laundry-service:before {
  content: ""; }

.micon-local-library:before {
  content: ""; }

.micon-local-mall:before {
  content: ""; }

.micon-local-movies:before {
  content: ""; }

.micon-local-offer:before {
  content: ""; }

.micon-local-parking:before {
  content: ""; }

.micon-local-parking:before {
  content: ""; }

.micon-local-pharmacy:before {
  content: ""; }

.micon-local-phone:before {
  content: ""; }

.micon-local-pizza:before {
  content: ""; }

.micon-local-post-office:before {
  content: ""; }

.micon-local-printshop:before {
  content: ""; }

.micon-local-see:before {
  content: ""; }

.micon-local-shipping:before {
  content: ""; }

.micon-local-store:before {
  content: ""; }

.micon-local-taxi:before {
  content: ""; }

.micon-local-wc:before {
  content: ""; }

.micon-my-location:before {
  content: ""; }

.micon-directions:before {
  content: ""; }

@font-face {
  font-family: "NouvelleVagueBlack";
  src: url("../fonts/nouvelle_vague_final.eot?") format("eot"), url("../fonts/nouvelle_vague_final.woff") format("woff"), url("../fonts/nouvelle_vague_final.ttf") format("truetype"), url("../fonts/nouvelle_vague_final.svg#NouvelleVague-Black") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body {
  overflow-x: hidden; }

body.boxed_classic .displayhometopleftright_area > .container {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 3px solid #dbbe81;
  margin-bottom: -212px; }
body.boxed_classic .footer_middle_area {
  padding-top: 275px; }
body.boxed_classic:not(.index) .columns-container .columns > .container {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 3px solid #dbbe81;
  margin-bottom: -212px; }

#page {
  position: relative; }

.label-success {
  background-color: #dbbe81;
  border: 1px solid #dbbe81; }

.header-container.header_classic header .header_top_area .header_top, .header-container.header_classic header .header_top_area .header_top .header_logo, .header-container.header_classic header .header_top_area .header_top .header_top_right_bottom > div {
  min-height: 95px; }

.fancybox-overlay, #layer_cart {
  z-index: 9993; }

.fancybox-opened {
  z-index: 99999; }

/* Module product carousel style */
ul.product_list.grid.carousel li.ajax_block_product, ul.product_list.grid.slick-slider li.ajax_block_product {
  clear: none; }

.slick-slider *:focus, .slick-slider *:active {
  outline: 0; }

ul.product_list.grid.carousel .slick-prev, ul.product_list.grid.carousel .slick-next, .kr_brands .slick-prev, .kr_brands .slick-next, .home_product_tab_content ul.product_list.grid .slick-prev, .home_product_tab_content ul.product_list.grid .slick-next, .home_product_vertical_cattablist_content ul.product_list.grid .slick-prev, .home_product_vertical_cattablist_content ul.product_list.grid .slick-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  margin-top: -25px;
  color: #747474;
  display: block;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  ul.product_list.grid.carousel .slick-prev:before, ul.product_list.grid.carousel .slick-next:before, .kr_brands .slick-prev:before, .kr_brands .slick-next:before, .home_product_tab_content ul.product_list.grid .slick-prev:before, .home_product_tab_content ul.product_list.grid .slick-next:before, .home_product_vertical_cattablist_content ul.product_list.grid .slick-prev:before, .home_product_vertical_cattablist_content ul.product_list.grid .slick-next:before {
    content: "";
    font-family: "FontAwesome"; }
  ul.product_list.grid.carousel .slick-prev:hover, ul.product_list.grid.carousel .slick-next:hover, .kr_brands .slick-prev:hover, .kr_brands .slick-next:hover, .home_product_tab_content ul.product_list.grid .slick-prev:hover, .home_product_tab_content ul.product_list.grid .slick-next:hover, .home_product_vertical_cattablist_content ul.product_list.grid .slick-prev:hover, .home_product_vertical_cattablist_content ul.product_list.grid .slick-next:hover {
    color: #fff;
    background-color: #333333; }
  ul.product_list.grid.carousel .slick-prev.slick-disabled, ul.product_list.grid.carousel .slick-next.slick-disabled, .kr_brands .slick-prev.slick-disabled, .kr_brands .slick-next.slick-disabled, .home_product_tab_content ul.product_list.grid .slick-prev.slick-disabled, .home_product_tab_content ul.product_list.grid .slick-next.slick-disabled, .home_product_vertical_cattablist_content ul.product_list.grid .slick-prev.slick-disabled, .home_product_vertical_cattablist_content ul.product_list.grid .slick-next.slick-disabled {
    cursor: default; }
ul.product_list.grid.carousel .slick-prev, .kr_brands .slick-prev, .home_product_tab_content ul.product_list.grid .slick-prev, .home_product_vertical_cattablist_content ul.product_list.grid .slick-prev {
  left: 0px; }
  ul.product_list.grid.carousel .slick-prev:before, .kr_brands .slick-prev:before, .home_product_tab_content ul.product_list.grid .slick-prev:before, .home_product_vertical_cattablist_content ul.product_list.grid .slick-prev:before {
    content: "\f177"; }
ul.product_list.grid.carousel .slick-next, .kr_brands .slick-next, .home_product_tab_content ul.product_list.grid .slick-next, .home_product_vertical_cattablist_content ul.product_list.grid .slick-next {
  right: 0px; }
  ul.product_list.grid.carousel .slick-next:before, .kr_brands .slick-next:before, .home_product_tab_content ul.product_list.grid .slick-next:before, .home_product_vertical_cattablist_content ul.product_list.grid .slick-next:before {
    content: "\f178"; }
ul.product_list.grid.carousel:hover .slick-prev, ul.product_list.grid.carousel:hover .slick-next, .kr_brands:hover .slick-prev, .kr_brands:hover .slick-next, .home_product_tab_content ul.product_list.grid:hover .slick-prev, .home_product_tab_content ul.product_list.grid:hover .slick-next, .home_product_vertical_cattablist_content ul.product_list.grid:hover .slick-prev, .home_product_vertical_cattablist_content ul.product_list.grid:hover .slick-next {
  opacity: 1; }
ul.product_list.grid.carousel:hover .slick-prev, .kr_brands:hover .slick-prev, .home_product_tab_content ul.product_list.grid:hover .slick-prev, .home_product_vertical_cattablist_content ul.product_list.grid:hover .slick-prev {
  left: 30px; }
ul.product_list.grid.carousel:hover .slick-next, .kr_brands:hover .slick-next, .home_product_tab_content ul.product_list.grid:hover .slick-next, .home_product_vertical_cattablist_content ul.product_list.grid:hover .slick-next {
  right: 30px; }

ul.product_list.grid.slick-slider .slick-dots {
  display: block;
  margin: 15px 0px;
  text-align: center; }
  ul.product_list.grid.slick-slider .slick-dots li {
    display: inline-block;
    margin: 0px 4px; }
    ul.product_list.grid.slick-slider .slick-dots li button {
      width: 11px;
      height: 11px;
      display: block;
      border: 1px solid #333333;
      background-color: transparent;
      border-radius: 50%;
      font-size: 0px;
      padding: 0px; }
    ul.product_list.grid.slick-slider .slick-dots li.slick-active button {
      background-color: #333333; }

.block.carousel .title_block .slick-arrow, .block.carousel .title_block .arrow-next, .block.carousel > h4 .slick-arrow, .block.carousel > h4 .arrow-next {
  width: 9px;
  font-size: 12px;
  height: 19px;
  line-height: 18px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: "FontAwesome";
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }
  .block.carousel .title_block .slick-arrow:hover, .block.carousel .title_block .arrow-next:hover, .block.carousel > h4 .slick-arrow:hover, .block.carousel > h4 .arrow-next:hover {
    color: #dbbe81;
    border-color: #dbbe81; }
  .block.carousel .title_block .slick-arrow.slick-disabled, .block.carousel .title_block .arrow-next.slick-disabled, .block.carousel > h4 .slick-arrow.slick-disabled, .block.carousel > h4 .arrow-next.slick-disabled {
    opacity: 0.7;
    cursor: default; }
    .block.carousel .title_block .slick-arrow.slick-disabled:hover, .block.carousel .title_block .arrow-next.slick-disabled:hover, .block.carousel > h4 .slick-arrow.slick-disabled:hover, .block.carousel > h4 .arrow-next.slick-disabled:hover {
      opacity: 0.7;
      color: #dbbe81;
      border-color: #dbbe81; }
.block.carousel .title_block .arrow-prev, .block.carousel > h4 .arrow-prev {
  right: 20px; }
.block.carousel .products-block .slick-slide > div:last-of-type li:last-of-type {
  margin-bottom: 0px; }

.sidebar [class*='col-'] {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: none; }

.arrow-double-left, .arrow-double-right {
  width: 10px;
  height: 20px;
  position: relative;
  overflow: hidden;
  display: block;
  margin: auto; }
  .arrow-double-left:before, .arrow-double-left:after, .arrow-double-right:before, .arrow-double-right:after {
    content: "";
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #D7D7D7;
    position: absolute;
    top: 0; }
  .arrow-double-left:hover:before, .arrow-double-left:hover:after, .arrow-double-right:hover:before, .arrow-double-right:hover:after {
    border-color: #dbbe81; }

.arrow-double-left:before {
  border-top: none;
  border-right: none;
  left: 9px; }
.arrow-double-left:after {
  border-top: none;
  border-right: none;
  left: 4px; }

.arrow-double-right:before {
  border-bottom: none;
  border-left: none;
  right: 9px; }
.arrow-double-right:after {
  border-bottom: none;
  border-left: none;
  right: 4px; }

/* ************************************************************************************************
								My account Page Styles
************************************************************************************************ */
#my-account .addresses-lists {
  margin-bottom: 30px; }
#my-account ul.myaccount-link-list li {
  overflow: hidden;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  height: 200px;
  margin-bottom: 30px;
  float: left; }
  #my-account ul.myaccount-link-list li a {
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    background-color: #333333;
    height: 100%;
    color: #fff;
    padding: 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #my-account ul.myaccount-link-list li a i {
      font-size: 40px;
      display: block;
      margin-bottom: 18px; }
    #my-account ul.myaccount-link-list li a span {
      display: block;
      line-height: 1.5;
      font-size: 1.7rem; }
    #my-account ul.myaccount-link-list li a:hover {
      background-color: #dbbe81; }

/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
.content_scene_cat .content_scene_cat_bg {
  min-height: 217px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 20px 20px;
  margin-bottom: 30px;
  color: #fff;
  background-color: #E1E1E1; }
  .content_scene_cat .content_scene_cat_bg a {
    color: #fff; }
    .content_scene_cat .content_scene_cat_bg a:hover {
      color: #dbbe81; }
  .content_scene_cat .content_scene_cat_bg.content_scene_cat_normal {
    background: none;
    min-height: 1px;
    padding: 0px;
    color: #747474; }
    .content_scene_cat .content_scene_cat_bg.content_scene_cat_normal span.category-name {
      font-size: 2.2rem;
      margin-bottom: 5px;
      color: #333333; }
    .content_scene_cat .content_scene_cat_bg.content_scene_cat_normal a {
      color: #747474; }
      .content_scene_cat .content_scene_cat_bg.content_scene_cat_normal a:hover {
        color: #dbbe81; }
.content_scene_cat span.category-name {
  display: block;
  font-size: 4.2rem;
  margin-bottom: 5px; }
.content_scene_cat p {
  margin-bottom: 0; }
.content_scene_cat .content_scene {
  color: #747474; }
  .content_scene_cat .content_scene .cat_desc {
    padding-top: 20px; }
    .content_scene_cat .content_scene .cat_desc a {
      color: #333333; }
      .content_scene_cat .content_scene .cat_desc a:hover {
        color: #dbbe81; }

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
#subcategories {
  margin-bottom: 30px; }
  #subcategories p.subcategory-heading {
    font-size: 1.4rem;
    color: #333333;
    border-bottom: 1px solid #EBEBEB;
    margin: 0 0 30px 0;
    padding-bottom: 10px;
    text-transform: uppercase; }
  #subcategories ul {
    margin: 0 -10px 0 -10px; }
    #subcategories ul li {
      float: left;
      width: 16.66%;
      padding: 0px 10px 0px 10px;
      text-align: center; }
      #subcategories ul li .subcategory-image {
        margin-bottom: 10px;
        opacity: 1;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        #subcategories ul li .subcategory-image a {
          display: block; }
          #subcategories ul li .subcategory-image a img {
            display: block;
            max-width: 100%;
            height: auto;
            vertical-align: top;
            margin: 0 auto; }
      #subcategories ul li .subcategory-name {
        font-weight: 400;
        color: #333333;
        font-family: "Montserrat", sans-serif; }
        #subcategories ul li .subcategory-name:hover {
          color: #dbbe81; }
      #subcategories ul li .cat_desc {
        display: none; }
      #subcategories ul li:hover .subcategory-image {
        border-color: #dbbe81;
        opacity: 0.7; }
      #subcategories ul li:hover .subcategory-name {
        color: #dbbe81; }

.content_sortPagiBar .sortPagiBar {
  clear: both;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 30px;
  padding-bottom: 15px;
  display: block; }
  .content_sortPagiBar .sortPagiBar .sortPagiBar_item {
    float: left;
    width: 25%;
    display: block; }
    .content_sortPagiBar .sortPagiBar .sortPagiBar_item ul.pagination {
      float: right; }
  .content_sortPagiBar .sortPagiBar #productsSortForm label {
    font-weight: 400;
    color: #747474; }
  .content_sortPagiBar .sortPagiBar #productsSortForm select {
    max-width: 148px;
    float: left; }
    @media (max-width: 991px) {
      .content_sortPagiBar .sortPagiBar #productsSortForm select {
        max-width: 148px; } }
  .content_sortPagiBar .sortPagiBar #productsSortForm .selector {
    float: left; }
  .content_sortPagiBar .sortPagiBar .nbrItemPage label {
    font-weight: 400;
    color: #747474; }
  .content_sortPagiBar .sortPagiBar .nbrItemPage select {
    max-width: 60px;
    float: left; }
  .content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix > span {
    padding: 3px 0 0 12px;
    display: inline-block;
    float: left; }
  .content_sortPagiBar .sortPagiBar .nbrItemPage #uniform-nb_item {
    float: left; }
  .content_sortPagiBar .sortPagiBar label,
  .content_sortPagiBar .sortPagiBar select {
    float: left; }
  .content_sortPagiBar .sortPagiBar label {
    padding: 0px 6px 0 0; }
  .content_sortPagiBar .sortPagiBar.instant_search #productsSortForm {
    display: none; }
  .content_sortPagiBar .sortPagiBar .product-count {
    float: left;
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    margin: 15px 0px; }
  .content_sortPagiBar .sortPagiBar div.selector select, .content_sortPagiBar .sortPagiBar div.selector span {
    height: 29px; }
  .content_sortPagiBar .sortPagiBar div.selector, .content_sortPagiBar .sortPagiBar div.selector span {
    height: 29px;
    line-height: 29px; }
  .content_sortPagiBar .sortPagiBar div.selector1 > div {
    background-position: 0px -471px; }
  .content_sortPagiBar .sortPagiBar div.selector1 > div span {
    background-position: right -413px; }
  .content_sortPagiBar .sortPagiBar div.selector1 > div.hover span, .content_sortPagiBar .sortPagiBar div.selector1 > div.focus span {
    background-position: right -442px; }
.content_sortPagiBar .display,
.content_sortPagiBar .display_m {
  margin: 0px; }
  .content_sortPagiBar .display li,
  .content_sortPagiBar .display_m li {
    float: left;
    padding-right: 10px;
    text-align: center; }
    .content_sortPagiBar .display li a,
    .content_sortPagiBar .display_m li a {
      color: #808080;
      font-size: 11px;
      line-height: 14px;
      cursor: pointer; }
      .content_sortPagiBar .display li a i,
      .content_sortPagiBar .display_m li a i {
        display: block;
        font-size: 1.95rem;
        width: 29px;
        height: 29px;
        line-height: 29px;
        color: #333333;
        background-color: #fff;
        border: 1px solid #EBEBEB; }
        .content_sortPagiBar .display li a i.micon-view-dashboard,
        .content_sortPagiBar .display_m li a i.micon-view-dashboard {
          font-size: 17px; }
      .content_sortPagiBar .display li a:hover i,
      .content_sortPagiBar .display_m li a:hover i {
        color: #fff;
        background-color: #333333; }
    .content_sortPagiBar .display li.selected a,
    .content_sortPagiBar .display_m li.selected a {
      cursor: default; }
    .content_sortPagiBar .display li.selected i,
    .content_sortPagiBar .display_m li.selected i {
      border-color: #333333;
      background-color: #333333;
      color: #fff; }
    .content_sortPagiBar .display li.selected:hover i,
    .content_sortPagiBar .display_m li.selected:hover i {
      color: #fff;
      background-color: #333333; }
    .content_sortPagiBar .display li#display-title,
    .content_sortPagiBar .display_m li#display-title {
      margin-top: -1px;
      pointer-events: none; }
.content_sortPagiBar .show_all_product {
  display: block;
  float: left; }
  .content_sortPagiBar .show_all_product .showall {
    display: block; }
    .content_sortPagiBar .show_all_product .showall .btn_show_all {
      background: none;
      border: 0;
      padding: 0;
      margin: 0;
      color: #747474; }
      .content_sortPagiBar .show_all_product .showall .btn_show_all:hover {
        color: #dbbe81; }
.content_sortPagiBar .product_pagination {
  margin: 0;
  display: block;
  text-align: left; }
.content_sortPagiBar ul.pagination {
  margin: 0;
  padding: 0;
  float: left; }
  .content_sortPagiBar ul.pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 10px; }
    .content_sortPagiBar ul.pagination li > a,
    .content_sortPagiBar ul.pagination li > span {
      margin: 0px;
      padding: 0;
      display: block;
      text-align: center;
      background-color: transparent;
      font-size: 16px;
      border: 0;
      line-height: 1; }
    .content_sortPagiBar ul.pagination li > a:hover span {
      color: #333333;
      display: block; }
    .content_sortPagiBar ul.pagination li.pagination_previous a, .content_sortPagiBar ul.pagination li.pagination_next a {
      font-size: 23px;
      line-height: 1; }
      .content_sortPagiBar ul.pagination li.pagination_previous a:hover, .content_sortPagiBar ul.pagination li.pagination_next a:hover {
        color: #333333; }
    .content_sortPagiBar ul.pagination li.pagination_previous.disabled, .content_sortPagiBar ul.pagination li.pagination_next.disabled {
      display: none; }
    @media (max-width: 767px) {
      .content_sortPagiBar ul.pagination li.pagination_previous > a b,
      .content_sortPagiBar ul.pagination li.pagination_previous > span b, .content_sortPagiBar ul.pagination li.pagination_next > a b,
      .content_sortPagiBar ul.pagination li.pagination_next > span b {
        display: none; } }
    .content_sortPagiBar ul.pagination li.active > span {
      color: #333333;
      background-color: transparent; }

.top-pagination-content,
.bottom-pagination-content {
  text-align: center;
  padding: 0px 0 40px 0;
  position: relative; }
  .top-pagination-content .compare-form,
  .bottom-pagination-content .compare-form {
    float: right; }
    @media (max-width: 479px) {
      .top-pagination-content .compare-form,
      .bottom-pagination-content .compare-form {
        float: left;
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
        clear: both; } }
  .top-pagination-content .product-count,
  .bottom-pagination-content .product-count {
    padding: 0px 3px 0 0;
    float: left; }
    @media (max-width: 991px) {
      .top-pagination-content .product-count,
      .bottom-pagination-content .product-count {
        clear: left; } }

.bottom-pagination-content {
  border-top: 1px solid #EBEBEB;
  padding-top: 15px; }
  .bottom-pagination-content .product_pagination {
    display: block;
    float: right; }

.fancybox-skin {
  border-radius: 0px; }

.kr_parralax {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  z-index: 2; }

.sidebar_panel.left {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 260px; }

.sidebar_panel.right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 260px; }

.sidebar_panel.bottom {
  left: 0;
  right: 0;
  bottom: 0;
  height: 270px;
  background: #03A9F4; }

.sidebar_panel.top {
  left: 0;
  right: 0;
  top: 0;
  height: 270px;
  background: #03A9F4; }

.sidebar_panel {
  position: fixed;
  background-color: #fff;
  z-index: 9992;
  top: 0;
  bottom: 0;
  height: 100%;
  padding: 0px 0px 0px;
  box-shadow: -1px 0px 7px 0px rgba(0, 0, 0, 0.2); }
  .sidebar_panel .sidebar_panel_wrap {
    position: relative;
    height: 100%;
    overflow: hidden; }
    .sidebar_panel .sidebar_panel_wrap .sidebar_panel_inner {
      display: block;
      height: 100%;
      padding: 25px 25px; }
      .sidebar_panel .sidebar_panel_wrap .sidebar_panel_inner .sidebar_panel_inner_content {
        position: absolute;
        width: 250px;
        padding-right: 8px;
        height: 100%;
        overflow-y: visible;
        overflow-x: hidden;
        padding-bottom: 50px; }
    .sidebar_panel .sidebar_panel_wrap .sidebar_panel_close {
      text-align: center;
      background-color: #333333;
      padding-top: 4px;
      padding-bottom: 1px; }
      .sidebar_panel .sidebar_panel_wrap .sidebar_panel_close i {
        width: 35px;
        height: 35px;
        text-align: center;
        font-size: 20px;
        line-height: 32px;
        color: #fff;
        cursor: pointer;
        display: inline-block; }

.nav_icon {
  width: 40px;
  height: 40px;
  line-height: 43px;
  background-color: #000;
  color: #fff;
  position: absolute;
  right: -40px;
  top: 0;
  z-index: 9;
  display: block;
  text-align: center;
  cursor: pointer; }
  .nav_icon i {
    font-size: 20px; }
  .nav_icon.active i:before {
    content: "+";
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: block;
    font-size: 28px;
    line-height: 37px; }

.sidebar_panel .sidebar_panel_inner_content .header_nav_element {
  margin-bottom: 15px; }
  .sidebar_panel .sidebar_panel_inner_content .header_nav_element .title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.7rem;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 400; }
  .sidebar_panel .sidebar_panel_inner_content .header_nav_element .header_nav_element_content ul li {
    margin-bottom: 5px; }
    .sidebar_panel .sidebar_panel_inner_content .header_nav_element .header_nav_element_content ul li a {
      color: #747474; }
      .sidebar_panel .sidebar_panel_inner_content .header_nav_element .header_nav_element_content ul li a:hover {
        color: #333333; }
    .sidebar_panel .sidebar_panel_inner_content .header_nav_element .header_nav_element_content ul li img, .sidebar_panel .sidebar_panel_inner_content .header_nav_element .header_nav_element_content ul li i {
      margin-right: 5px;
      display: inline-block;
      vertical-align: middle;
      min-width: 16px; }
.sidebar_panel .header_logo {
  margin-top: 45px;
  margin-bottom: 140px; }
  .sidebar_panel .header_logo img {
    margin: 0 auto; }
.sidebar_panel .block_top_menu {
  float: none;
  margin-bottom: 100px; }
  .sidebar_panel .block_top_menu ul.sf-menu > li {
    float: none;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #2A2A2A; }
    .sidebar_panel .block_top_menu ul.sf-menu > li > a {
      margin: 0;
      color: #747474; }
      .sidebar_panel .block_top_menu ul.sf-menu > li > a:hover {
        color: #fff; }
      .sidebar_panel .block_top_menu ul.sf-menu > li > a.sf-with-ul:after {
        content: "\f105";
        float: right; }
    .sidebar_panel .block_top_menu ul.sf-menu > li ul.submenu-container {
      position: static;
      background-color: transparent;
      padding: 0;
      box-shadow: none; }
      .sidebar_panel .block_top_menu ul.sf-menu > li ul.submenu-container > li {
        width: 100%;
        float: none;
        clear: none;
        padding: 10px 0px; }
        .sidebar_panel .block_top_menu ul.sf-menu > li ul.submenu-container > li a {
          color: #747474;
          font-size: 1.3rem; }
          .sidebar_panel .block_top_menu ul.sf-menu > li ul.submenu-container > li a:hover {
            color: #fff; }
.sidebar_panel .shopping_cart {
  margin-bottom: 70px; }
  .sidebar_panel .shopping_cart > a:first-child {
    display: none !important;
    color: #747474; }
    .sidebar_panel .shopping_cart > a:first-child:before {
      font-size: 20px; }
    .sidebar_panel .shopping_cart > a:first-child .ajax_cart_total {
      display: inline-block !important;
      font-size: 14px;
      margin-left: 5px; }
.sidebar_panel .cart_block {
  padding-right: 10px; }
  .sidebar_panel .cart_block dt {
    padding: 15px 0px 0px 0px; }
.sidebar_panel .social_block ul {
  margin: 0;
  display: block;
  text-align: center; }
  .sidebar_panel .social_block ul li {
    display: inline-block;
    margin: 0px 5px; }
    .sidebar_panel .social_block ul li a {
      font-size: 16px; }
      .sidebar_panel .social_block ul li a span {
        display: none; }
      .sidebar_panel .social_block ul li a:before {
        font-family: "Material-Design-Iconic-Font"; }
      .sidebar_panel .social_block ul li a:hover {
        color: #fff; }
    .sidebar_panel .social_block ul li.facebook a:before {
      content: "\e093"; }
    .sidebar_panel .social_block ul li.twitter a:before {
      content: "\e094"; }
    .sidebar_panel .social_block ul li.rss a:before {
      content: "\e09e"; }
    .sidebar_panel .social_block ul li.youtube a:before {
      content: "\e0a3"; }
    .sidebar_panel .social_block ul li.google-plus a:before {
      content: "\e096"; }
    .sidebar_panel .social_block ul li.pinterest a:before {
      content: "\e095"; }
    .sidebar_panel .social_block ul li.vimeo a:before {
      content: "\e09c"; }
    .sidebar_panel .social_block ul li.instagram a:before {
      content: "\e09a"; }

body.loading .sidebar_panel {
  visibility: hidden;
  opacity: 0; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.prod_view_more {
  display: block;
  text-align: center; }
  .prod_view_more .view_more {
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: 700;
    font-size: 1.6rem; }
    .prod_view_more .view_more:after {
      content: '\f30f';
      font-family: "Material-Design-Iconic-Font";
      margin-left: 8px;
      font-size: 19px;
      vertical-align: -2px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
      display: inline-block;
      opacity: 1;
      line-height: 1; }
    .prod_view_more .view_more:hover:after {
      opacity: 0;
      -webkit-transform: translate(100px, 0);
      -ms-transform: translate(100px, 0);
      transform: translate(100px, 0); }

.kr_scroll_top {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  z-index: 10; }
  .kr_scroll_top #scroll_top {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    text-align: center;
    position: relative;
    background-color: #333333;
    font-size: 17px;
    line-height: 46px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .kr_scroll_top #scroll_top:hover {
      background-color: #747474;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); }

/*----------------------------------------------------------------------------*\
  Headhesive Specific Styles
/*----------------------------------------------------------------------------*/
/**
 * Headhesive element clone
 * > `clone` class for the cloned element:
 *
 * @example
 * var options = {
 *   classes {
 *     clone: 'banner--clone';
 *   }
 * }
 */
.xprt_parallax_section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1; }

.xprt_slider_container.loading .preloader {
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 2; }

#displayhomebottomleft .col-sm-4:first-child {
  padding-left: 0px; }

#displayhomebottomleft .col-sm-4:last-child {
  padding-right: 0px; }

.displayhometop_area .kr_service_block_area .kr_service_block .kr_service_block_inner .kr_service_block_single .kr_service_block_top .kr_service_block_icon {
  border-color: #ececec; }

body.show-left-column .content_sortPagiBar .display li#display-title, .content_sortPagiBar .display_m li#display-title, body.show-right-column .content_sortPagiBar .display li#display-title, .content_sortPagiBar .display_m li#display-title {
  display: none; }

.homemiddlefullwidth_area .xprt_default_products_block_content, .homebottomfullwidth_area .xprt_default_products_block_content {
  padding-left: 30px;
  padding-right: 30px; }

/* ToolTip Tipso Bubble Styles */
.tipso_bubble, .tipso_bubble > .tipso_arrow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tipso_bubble {
  position: absolute;
  text-align: center;
  border-radius: 2px;
  z-index: 9999;
  width: auto !important;
  padding: 0px 8px;
  background: #333333 !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }

.tipso_style {
  cursor: help;
  border-bottom: 1px dotted; }

.tipso_title {
  border-radius: 6px 6px 0 0; }

.tipso_content {
  word-wrap: break-word;
  padding: 0;
  font-size: 13px; }

/* Tipso Bubble size classes - Similar to Foundation's syntax*/
.tipso_bubble.tiny {
  font-size: 0.6rem; }

.tipso_bubble.small {
  font-size: 0.8rem; }

.tipso_bubble.default {
  font-size: 1rem; }

.tipso_bubble.large {
  font-size: 1.2rem;
  width: 100%; }

/* Tipso Bubble Div */
.tipso_bubble > .tipso_arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid;
  pointer-events: none; }

.tipso_bubble.top > .tipso_arrow {
  border-top-color: #333333 !important;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  top: 100%;
  left: 50%;
  margin-left: -8px; }

.tipso_bubble.bottom > .tipso_arrow {
  border-bottom-color: #333333 !important;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  bottom: 100%;
  left: 50%;
  margin-left: -8px; }

.tipso_bubble.left > .tipso_arrow {
  border-left-color: #333333 !important;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: 50%;
  left: 100%;
  margin-top: -8px; }

.tipso_bubble.right > .tipso_arrow {
  border-right-color: #333333 !important;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  top: 50%;
  right: 100%;
  margin-top: -8px; }

.tipso_bubble .top_right_corner,
.tipso_bubble.top_right_corner {
  border-bottom-left-radius: 0; }

.tipso_bubble .bottom_right_corner,
.tipso_bubble.bottom_right_corner {
  border-top-left-radius: 0; }

.tipso_bubble .top_left_corner,
.tipso_bubble.top_left_corner {
  border-bottom-right-radius: 0; }

.tipso_bubble .bottom_left_corner,
.tipso_bubble.bottom_left_corner {
  border-top-right-radius: 0; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }



/* Additional css fixed */
.header-container .xprt_mega_menu_area.sticky.headroom--pinned.headroom--not-top{
   margin-top:0px;
   background: #000000;
}

.header-container .xprt_mega_menu_area.sticky.headroom--not-top{
   margin-top:0px !important;
}


.xprt_mega_menu_area.sticky.headroom--not-top .xprt_mega_menu ul.sf-menu > li > a{
  color: #fff;
}

.xprt_mega_menu_area.sticky.headroom--not-top .xprt_mega_menu ul.sf-menu > li > a::before {
    background-color: #fff;
}

.Footer{
background: #000000;
border-top: solid 1px #000;
}

.LimassilMap{
background-image: url('../../../img/cms/LimassolMap.png');
height:424px;
width:100%;
background-repeat:no-repeat;
background-position: right;
cursor: pointer;
}

.InnerMapLeft{
height:424px;
width:220px;
background: #000000d1;
float:left;
text-align: center;
color:#ffd68e;
padding: 70px 12px 12px 12px;
}

.InnerMapRight{
height:424px;
width:220px;
background: #000000d1;
float:right;
text-align: center;
color:#ffd68e;
padding: 12px;
padding-top: 70px;
}

.InnerMapLeft h3,.InnerMapRight h3,.InnerMapRight h6,.InnerMapRight h6{
color:#F4AF36 
}

.NicosiaMap{
background-image: url('../../../img/cms/NicosiaMap.png');
height:424px;
width:100%;
background-repeat:no-repeat;
background-position: left;
cursor: pointer;
border-right: solid #080707 6px;
}