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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'myicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

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

.icon-hotel:before {
  content: "\e90b";
}
.icon-restaurant:before {
  content: "\e90c";
}
.icon-ship:before {
  content: "\e90d";
}
.icon-vacation:before {
  content: "\e90e";
}
.icon-bank-building:before {
  content: "\e900";
}
.icon-eye-close-up:before {
  content: "\e901";
}
.icon-help-round-button:before {
  content: "\e902";
}
.icon-info:before {
  content: "\e903";
}
.icon-location-pin .path1:before {
  content: "\e904";
  color: rgb(255, 255, 255);
}
.icon-location-pin .path2:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(255, 237, 0);
}
.icon-open-book:before {
  content: "\e906";
}
.icon-phone-circle:before {
  content: "\e907";
}
.icon-quotes-symbol:before {
  content: "\e908";
}
.icon-share-circle:before {
  content: "\e909";
}
.icon-warning:before {
  content: "\e90a";
}

