@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "arrow-left-new" !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^="icon2-"]:before,
[class*=" icon2-"]:before {
  font-family: "arrow-left-new" !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-home:before {
  content: "\62";
}
.icon2-car:before {
  content: "\63";
}
.icon2-mountains:before {
  content: "\61";
}
.icon2-clock-o:before {
  content: "\64";
}
