@charset "UTF-8";

@font-face {
  font-family: "emelia";
  src:url("../fonts/emelia.eot");
  src:url("../fonts/emelia.eot?#iefix") format("embedded-opentype"),
    url("../fonts/emelia.woff") format("woff"),
    url("../fonts/emelia.ttf") format("truetype"),
    url("../fonts/emelia.svg#emelia") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon2]:before {
  font-family: "emelia" !important;
  content: attr(data-icon2);
  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^="icon2-"]:before,
[class*=" icon2-"]:before {
  font-family: "emelia" !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;
}

.icon2-arrow-left:before {
  content: "\61";
}
.icon2-arrow-right:before {
  content: "\62";
}
.icon2-blabla:before {
  content: "\63";
}
.icon2-calendar:before {
  content: "\64";
}
.icon2-facebook:before {
  content: "\65";
}
.icon2-instagram:before {
  content: "\66";
}
.icon2-mail:before {
  content: "\67";
}
.icon2-phone:before {
  content: "\68";
}
.icon2-pinterest:before {
  content: "\69";
}
.icon2-play:before {
  content: "\6a";
}
.icon2-poi:before {
  content: "\6b";
}
.icon2-poi2:before {
  content: "\6c";
}
.icon2-time:before {
  content: "\6d";
}