@charset "UTF-8";

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

}

.icon{
  vertical-align: middle;
  line-height: 50%;
}

[data-icon]:before {
  font-family: "exxicon" !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: "exxicon" !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-account:before {
  content: "\61";
}
.icon-arrow-down:before {
  content: "\62";
}
.icon-arrow-left:before {
  content: "\63";
}
.icon-arrow-right:before {
  content: "\64";
}
.icon-arrow-up:before {
  content: "\65";
}
.icon-calendar:before {
  content: "\66";
}
.icon-cart:before {
  content: "\67";
}
.icon-service:before {
  content: "\68";
}
.icon-home:before {
  content: "\69";
}
.icon-photo:before {
  content: "\6a";
}
.icon-read-more:before {
  content: "\6b";
}
.icon-ticket:before {
  content: "\6c";
}
.icon-transportation:before {
  content: "\6d";
}
.icon-slider-left:before {
  content: "\6f";
}
.icon-slider-right:before {
  content: "\70";
}
.icon-chat:before {
  content: "\71";
}
.icon-check:before {
  content: "\72";
}
.icon-close:before {
  content: "\73";
}
.icon-close-bold:before {
  content: "\74";
}
.icon-currency:before {
  content: "\75";
}
.icon-facebook:before {
  content: "\76";
}
.icon-gallery:before {
  content: "\77";
}
.icon-google-plus:before {
  content: "\78";
}
.icon-less:before {
  content: "\79";
}
.icon-mail:before {
  content: "\7a";
}
.icon-map:before {
  content: "\41";
}
.icon-play:before {
  content: "\42";
}
.icon-youtube:before {
  content: "\43";
}
.icon-twitter:before {
  content: "\44";
}
.icon-more:before {
  content: "\45";
}
.icon-question-marks:before {
  content: "\6e";
}
.icon-slider-down:before {
  content: "\46";
}
.icon-slider-up:before {
  content: "\47";
}
