@font-face {
	font-family: 'socials';
	src:url('../fonts/socials.eot?1pjdsp');
	src:url('../fonts/socials.eot?1pjdsp#iefix') format('embedded-opentype'),
		url('../fonts/socials.ttf?1pjdsp') format('truetype'),
		url('../fonts/socials.woff?1pjdsp') format('woff'),
		url('../fonts/socials.svg?1pjdsp#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="social-icon-"], [class*=" social-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'socials' !important;
	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;
}

.social-icon-tumbler:before {
	content: "\e900";
}
.social-icon-whatsapp:before {
	content: "\e905";
}
.social-icon-rss:before {
	content: "\e906";
}
.social-icon-vimeo:before {
	content: "\e907";
}
.social-icon-linkedin:before {
	content: "\e908";
}
.social-icon-instagram:before {
	content: "\e909";
}
.social-icon-google:before {
	content: "\e90a";
}
.social-icon-youtube:before {
	content: "\e90b";
}
.social-icon-pintrest:before {
	content: "\e90c";
}
.social-icon-facebook:before {
	content: "\e90d";
}
.social-icon-twitter:before {
	content: "\e90e";
}
.social-icon-mail:before {
	content: "\e90f";
}

