@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "goselfie-landing" !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^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "goselfie-landing" !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;
}

.icon-icon-sbs-logo:before {
  content: "\61";
}
.icon-star-off:before {
  content: "\63";
}
.icon-flash-off:before {
  content: "\62";
}
.icon-pin:before {
  content: "\68";
}
.icon-calendar:before {
  content: "\66";
}
.icon-settings:before {
  content: "\65";
}
.icon-switch-cam:before {
  content: "\64";
}
.icon-timer-10s:before {
  content: "\67";
}
.icon-icon-twitter:before {
  content: "\69";
}
.icon-icon-facebook:before {
  content: "\6a";
}
