@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 200;
	src: url('../font/source_sans_pro/extralight.ttf') format('truetype')
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 300;
	src: url('../font/source_sans_pro/light.ttf') format('truetype')
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: italic; font-weight: 300;
	src: url('../font/source_sans_pro/lightitalic.ttf') format('truetype')
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400;
	src: url('../font/source_sans_pro/regular.ttf') format('truetype')
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: italic; font-weight: 400;
	src: url('../font/source_sans_pro/italic.ttf') format('truetype')
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 600;
	src: url('../font/source_sans_pro/semibold.ttf') format('truetype')
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: italic; font-weight: 600;
	src: url('../font/source_sans_pro/semibolditalic.ttf') format('truetype')
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 700;
	src: url('../font/source_sans_pro/bold.ttf') format('truetype')
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: italic; font-weight: 700;
	src: url('../font/source_sans_pro/bolditalic.ttf') format('truetype')
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 900;
	src: url('../font/source_sans_pro/black.ttf') format('truetype')
}
@font-face {
	font-family: 'Source Sans Pro'; font-style: italic; font-weight: 900;
	src: url('../font/source_sans_pro/blackitalic.ttf') format('truetype')
}

@font-face {
	font-family: 'Sunrise-International'; font-style: normal; font-weight: 400;
	font-display: block;
	src: local('sans-serif'),
	url('../font/sunrise_international.woff') format('woff'),
	url('../font/sunrise_international.woff2') format('woff2');
}

@font-face {
	font-family: 'icomoon';
	src:url('icomoon.eot?-kv0zf2');
	src:url('icomoon.eot?#iefix-kv0zf2') format('embedded-opentype'),
		url('icomoon.woff?-kv0zf2') format('woff'),
		url('icomoon.ttf?-kv0zf2') format('truetype'),
		url('icomoon.svg?-kv0zf2#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-menu:before {
	content: "\f0c9";
}

