@font-face {
	font-family: 'anyoldicon';
	src:url('../fonts/anyoldicon.eot');
	src:url('../fonts/anyoldicond41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/anyoldicon.woff') format('woff'),
		url('../fonts/anyoldicon.ttf') format('truetype'),
		url('../fonts/anyoldicon.svg#anyoldicon') 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: 'anyoldicon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 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*="anyoldicon-"] {
*/
@font-face {
	font-family: 'brankic1979';
	src:url('../fonts/brankic1979.eot');
	src:url('../fonts/brankic1979d41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/brankic1979.woff') format('woff'),
		url('../fonts/brankic1979.ttf') format('truetype'),
		url('../fonts/brankic1979.svg#brankic1979') 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: 'brankic1979';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 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*="brankic1979-"] {
*/


@font-face {
	font-family: 'mukam';
	src:url('../fonts/mukam.eot');
	src:url('../fonts/mukamd41d.eot?#iefix') format('embedded-opentype'),
		url('../fonts/mukam.woff') format('woff'),
		url('../fonts/mukam.ttf') format('truetype'),
		url('../fonts/mukam.svg#mukam') 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: 'mukam';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 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*="mukam-"] {
*/
.mukam-post, .mukam-mobile, .mukam-envelope, .mukam-direction, .mukam-telephone{
	font-family: 'mukam';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.mukam-post:before {
	content: "\e009";
}
.mukam-photo:before {
	content: "\e00c";
}
.mukam-mobile:before {
	content: "\e010";
}
.mukam-globe:before {
	content: "\e01b";
}
.mukam-envelope:before {
	content: "\e01e";
}
.mukam-direction:before {
	content: "\e021";
}
.mukam-telephone:before {
	content: "\e032";
}
