@font-face {
	font-family: 'PTSans';
	font-style: normal;
	src: url('pts55f_w.eot');
	src: local('PT Sans'), url('PTS55F_W.woff') format('woff'),url('PTS55F_W.ttf') format('truetype'), url('PTS55F_W.svg#PTSans-Regular') format('svg');
}

@font-face {
	font-family: 'PTSans';
	font-style: italic;
	src: url('pts56f_w.eot');
	src: local('PT Sans Italic'), url('PTS56F_W.woff') format('woff'),url('PTS56F_W.ttf') format('truetype'), url('PTS56F_W.svg#PTSans-Italic') format('svg');
}

@font-face {
	font-family: 'PTSans';
	font-style: normal;
	font-weight: bold;
	src: url('pts75f_w.eot');
	src: local('PT Sans Bold'), url('PTS75F_W.woff') format('woff'),url('PTS75F_W.ttf') format('truetype'), url('PTS75F_W.svg#PTSans-Bold') format('svg');
}

@font-face {
	font-family: 'PTSans';
	font-style: italic;
	font-weight: bold;
	src: url('pts76f_w.eot');
	src: local('PT Sans Bold Italic'), url('PTS76F_W.woff') format('woff'),url('PTS76F_W.ttf') format('truetype'), url('PTS76F_W.svg#PTSans-BoldItalic') format('svg');
}

/**/
@font-face {
	font-family: 'RemoSocial';
	src:url('remo-social.eot');
	src:url('remo-social.eot?#iefix') format('embedded-opentype'),
		url('remo-social.woff') format('woff'),
		url('remo-social.ttf') format('truetype'),
		url('remo-social.svg#remo-social') 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: 'RemoSocial';
	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-social-vk, .icon-social-twitter, .icon-social-lj, .icon-social-facebook, .icon-search, .icon-user {
	font-family: 'RemoSocial';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-social-vk:before {
	content: "\e000";
}
.icon-social-twitter:before {
	content: "\e001";
}
.icon-social-lj:before {
	content: "\e002";
}
.icon-social-facebook:before {
	content: "\e003";
}
.icon-search:before {
	content: "\e004";
}
.icon-user:before {
	content: "\e005";
}

