@charset "UTF-8";

@font-face {
	font-family: "FuturaBT-Medium";
	src: url("../../fonts/futura/2B7C0D_0_0.eot");
	src: url("../../fonts/futura/2B7C0D_0_0.eot?#iefix") format("embedded-opentype"),
		 url("../../fonts/futura/2B7C0D_0_0.woff") format("woff"),
		 url("../../fonts/futura/2B7C0D_0_0.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "FuturaBT-MediumItalic";
	src: url("../../fonts/futura/2B7C0D_1_0.eot");
	src: url("../../fonts/futura/2B7C0D_1_0.eot?#iefix") format("embedded-opentype"),
		 url("../../fonts/futura/2B7C0D_1_0.woff") format("woff"),
		 url("../../fonts/futura/2B7C0D_1_0.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "FuturaBT-MediumCondensed";
	src: url("../../fonts/futura/2B7C0D_2_0.eot");
	src: url("../../fonts/futura/2B7C0D_2_0.eot?#iefix") format("embedded-opentype"),
		 url("../../fonts/futura/2B7C0D_2_0.woff") format("woff"),
		 url("../../fonts/futura/2B7C0D_2_0.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "FuturaLT-Book";
	src: url("../../fonts/futura/2B7C0D_3_0.eot");
	src: url("../../fonts/futura/2B7C0D_3_0.eot?#iefix") format("embedded-opentype"),
		 url("../../fonts/futura/2B7C0D_3_0.woff") format("woff"),
		 url("../../fonts/futura/2B7C0D_3_0.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

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

}

[data-icon]:before {
  font-family: "icon-font" !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,
.zoomer-next:before,
.zoomer-previous:before {
  font-family: "icon-font" !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-arrow-down:before {
  content: "a";
}
.icon-arrow-up:before {
  content: "b";
}
.icon-printer:before {
  content: "c";
}
.icon-minus:before {
  content: "d";
}
.icon-plus2:before {
  content: "e";
}
.icon-star:before {
  content: "f";
}
.icon-plus:before {
  content: "g";
}
.icon-download:before {
  content: "h";
}
.icon-arrow-right:before,
.zoomer-next:before {
  content: "i";
}
.icon-cross:before {
  content: "j";
}
.icon-infos:before {
  content: "k";
}
.icon-menu:before {
  content: "l";
}
.icon-mail:before {
  content: "m";
}
.icon-facebook:before {
  content: "n";
}
.icon-twitter:before {
  content: "o";
}
.icon-search:before {
  content: "p";
}
.icon-arrow-left:before,
.zoomer-previous:before {
  content: "q";
}
.icon-open:before {
  content: "r";
}
.icon-arrow-down-long:before {
  content: "s";
}
