@font-face {
	font-family: 'icomoon';
	src:url('http://3u.ie/wp-content/themes/3u/fonts/icomoon.eot?uxskta');
	src:url('http://3u.ie/wp-content/themes/3u/fonts/icomoon.eot?uxskta#iefix') format('embedded-opentype'),
		url('http://3u.ie/wp-content/themes/3u/fonts/icomoon.ttf?uxskta') format('truetype'),
		url('http://3u.ie/wp-content/themes/3u/fonts/icomoon.woff?uxskta') format('woff'),
		url('http://3u.ie/themes/3u/fonts/icomoon.svg?uxskta#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 38px;

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


.icon-search:before {
	content: "\e900";
	width:90%;
	height:90%;
}
.icon-study:before {
	content: "\e901";
}
.icon-research:before {
	content: "\e902";
}
.icon-pro-dev:before {
	content: "\e903";
}
.icon-news:before {
	content: "\e904";
}
.icon-contact:before {
	content: "\e905";
}
.icon-about:before {
	content: "\e906";

}

.icon-contact_new:before {
    content: "\e901";
}




[data-icon]:before {
        font-family: 'icomoon';
        content: attr(data-icon);
        speak: none;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }