/**
 * Custom css
 */
@font-face{ 
	font-family: 'Open Sans';
	src: url('../font/open-sans.light-webfont.eot');
	src: url('../font/open-sans.light-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../font/open-sans.light-webfont.woff') format('woff'),
	     url('../font/open-sans.light-webfont.ttf') format('truetype'),
	     url('../font/open-sans.light-webfont.svg#webfont') format('svg');
}