

@font-face {
    font-family: 'GDBoldItalic';
    src: url('../fonts/grandesign_neue_serif_bold_italic-webfont.eot');
    src: url('../fonts/grandesign_neue_serif_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/grandesign_neue_serif_bold_italic-webfont.woff') format('woff'),
         url('../fonts/grandesign_neue_serif_bold_italic-webfont.ttf') format('truetype'),
         url('../fonts/grandesign_neue_serif_bold_italic-webfont.svg#GrandesignNeueSerifBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GDItalic';
    src: url('../fonts/grandesign_neue_serif_italic-webfont.eot');
    src: url('../fonts/grandesign_neue_serif_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/grandesign_neue_serif_italic-webfont.woff') format('woff'),
         url('../fonts/grandesign_neue_serif_italic-webfont.ttf') format('truetype'),
         url('../fonts/grandesign_neue_serif_italic-webfont.svg#GrandesignNeueSerifItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GDBold';
    src: url('../fonts/grandesign_neue_serif_bold-webfont.eot');
    src: url('../fonts/grandesign_neue_serif_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/grandesign_neue_serif_bold-webfont.woff') format('woff'),
         url('../fonts/grandesign_neue_serif_bold-webfont.ttf') format('truetype'),
         url('../fonts/grandesign_neue_serif_bold-webfont.svg#GrandesignNeueSerifBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GDRegular';
    src: url('../fonts/grandesign_neue_serif-webfont.eot');
    src: url('../fonts/grandesign_neue_serif-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/grandesign_neue_serif-webfont.woff') format('woff'),
         url('../fonts/grandesign_neue_serif-webfont.ttf') format('truetype'),
         url('../fonts/grandesign_neue_serif-webfont.svg#GrandesignNeueSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ico';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-search, .icon-facebook, .ico {
	font-family: 'ico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-search:before {
	content: "\e001";
}
.icon-facebook:before {
	content: "\e000";
}
