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


[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'KemanaIcons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

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

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}


.ico-box:before {
  content: "\e901";
}
.ico-spinner:before {
  content: "\e97a";
}
.ico-spinner2:before {
  content: "\e97b";
}
.ico-lock:before {
  content: "\e98f";
}
.ico-unlocked:before {
  content: "\e990";
}
.ico-eye:before {
  content: "\e9ce";
}
.ico-eye-blocked:before {
  content: "\e9d1";
}
.ico-google-plus:before {
  content: "\ea8b";
}
.ico-facebook:before {
  content: "\ea90";
}
.ico-instagram:before {
  content: "\ea92";
}
.ico-twitter:before {
  content: "\ea96";
}
.ico-paperclip:before {
  content: "\f0c6";
}
.ico-plus:before {
  content: "\f067";
}
.ico-minus:before {
  content: "\f068";
}
.ico-heart:before {
  content: "\f004";
}
.ico-star:before {
  content: "\f005";
}
.ico-star-o:before {
  content: "\f006";
}
.ico-check:before {
  content: "\f00c";
}
.ico-close:before {
  content: "\f00d";
}
.ico-remove:before {
  content: "\f00d";
}
.ico-times:before {
  content: "\f00d";
}
.ico-plus-circle:before {
  content: "\f055";
}
.ico-minus-circle:before {
  content: "\f056";
}
.ico-times-circle:before {
  content: "\f057";
}
.ico-check-circle:before {
  content: "\f058";
}
.ico-question-circle:before {
  content: "\f059";
}
.ico-info-circle:before {
  content: "\f05a";
}
.ico-heart-o:before {
  content: "\f08a";
}
.ico-calculator:before {
  content: "\f1ec";
}
.ico-credit-card-alt:before {
  content: "\f283";
}
.ico-question-circle-o:before {
  content: "\f29c";
}
.ico-truck:before {
  content: "\e900";
}
.ico-add_circle:before {
  content: "\e147";
}
.ico-control_point:before {
  content: "\e3ba";
}
.ico-arrow_drop_down:before {
  content: "\e5c5";
}
.ico-arrow_drop_up:before {
  content: "\e5c7";
}
.ico-chat:before {
  content: "\e0b7";
}
.ico-chat_bubble:before {
  content: "\e0ca";
}
.ico-chat_bubble_outline:before {
  content: "\e0cb";
}
.ico-navigate_before:before {
  content: "\e408";
}
.ico-navigate_next:before {
  content: "\e409";
}
.ico-mode_edit:before {
  content: "\e254";
}
.ico-done:before {
  content: "\e876";
}
.ico-expand_less:before {
  content: "\e5ce";
}
.ico-expand_more:before {
  content: "\e5cf";
}
.ico-lock2:before {
  content: "\e897";
}
.ico-label:before {
  content: "\e892";
}
.ico-label_outline:before {
  content: "\e893";
}
.ico-room:before {
  content: "\e8b4";
}
.ico-mode_comment:before {
  content: "\e253";
}
.ico-person:before {
  content: "\e7fd";
}
.ico-repeat:before {
  content: "\e040";
}
.ico-report:before {
  content: "\e160";
}
.ico-warning:before {
  content: "\e002";
}
.ico-thumb_down:before {
  content: "\e8db";
}
.ico-thumb_up:before {
  content: "\e8dc";
}
.ico-toc:before {
  content: "\e8de";
}
