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

/* icon fonts */

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

[class^="icon-"], [class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	content: "\e036";
}
.icon-plus:before {
	content: "\e114";
}
.icon-cross:before {
	content: "\e117";
}
.icon-menu:before {
	content: "\e120";
}
