@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "destinations" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.dest-icon-map-w-pin:before {
  content: "a";
}
.dest-icon-map-doc:before {
  content: "b";
}
.dest-icon-map-folded-3:before {
  content: "c";
}
.dest-icon-map-folded:before {
  content: "d";
}
.dest-icon-map-folded-2:before {
  content: "e";
}
