@font-face {
	font-family: 'fontello';
	src: url('../font/fontello.eot?17254916');
	src: url('../font/fontello.eot?17254916#iefix') format('embedded-opentype'),
			 url('../font/fontello.woff?17254916') format('woff'),
			 url('../font/fontello.ttf?17254916') format('truetype'),
			 url('../font/fontello.svg?17254916#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'fontello';
		src: url('../font/fontello.svg?17254916#fontello') format('svg');
	}
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;

	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


/*
	 Animation example, for spinners
*/
.animate-spin {
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block;
}
@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-webkit-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-o-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-ms-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}



.icon-search-1:before { content: '\e800'; } /* '' */
.icon-mail-1:before { content: '\e801'; } /* '' */
.icon-spin4:before { content: '\e802'; } /* '' */
.icon-spin3:before { content: '\e803'; } /* '' */
.icon-unlink:before { content: '\e804'; } /* '' */
.icon-link:before { content: '\e805'; } /* '' */
.icon-mail:before { content: '\e806'; } /* '' */
.icon-mail-alt:before { content: '\e807'; } /* '' */
.icon-search:before { content: '\e808'; } /* '' */
.icon-down-dir-1:before { content: '\e809'; } /* '' */
.icon-left-dir-1:before { content: '\e80a'; } /* '' */
.icon-right-dir-1:before { content: '\e80b'; } /* '' */
.icon-up-dir-1:before { content: '\e80c'; } /* '' */
.icon-google:before { content: '\e80d'; } /* '' */
.icon-minus:before { content: '\e80e'; } /* '' */
.icon-plus:before { content: '\e80f'; } /* '' */
.icon-video:before { content: '\e810'; } /* '' */
.icon-up-open-big:before { content: '\e811'; } /* '' */
.icon-right-open-big:before { content: '\e812'; } /* '' */
.icon-left-open-big:before { content: '\e813'; } /* '' */
.icon-down-open-big:before { content: '\e814'; } /* '' */
.icon-up-open-mini:before { content: '\e815'; } /* '' */
.icon-right-open-mini:before { content: '\e816'; } /* '' */
.icon-left-open-mini:before { content: '\e817'; } /* '' */
.icon-down-open-mini:before { content: '\e818'; } /* '' */
.icon-spin2:before { content: '\e819'; } /* '' */
.icon-spin1:before { content: '\e81a'; } /* '' */
.icon-spin5:before { content: '\e81b'; } /* '' */
.icon-spin6:before { content: '\e81c'; } /* '' */
.icon-email:before { content: '\e81d'; } /* '' */
.icon-instagramm:before { content: '\e81e'; } /* '' */
.icon-videocam:before { content: '\e81f'; } /* '' */
.icon-menu-1:before { content: '\e820'; } /* '' */
.icon-angle-down:before { content: '\e821'; } /* '' */
.icon-circle-thin:before { content: '\e822'; } /* '' */
.icon-info:before { content: '\e823'; } /* '' */
.icon-camera-alt:before { content: '\e824'; } /* '' */
.icon-angle-up:before { content: '\e825'; } /* '' */
.icon-angle-right:before { content: '\e826'; } /* '' */
.icon-angle-left:before { content: '\e827'; } /* '' */
.icon-mail-2:before { content: '\e828'; } /* '' */
.icon-video-1:before { content: '\e829'; } /* '' */
.icon-cancel-1:before { content: '\e82a'; } /* '' */
.icon-check:before { content: '\e82b'; } /* '' */
.icon-picture:before { content: '\e82c'; } /* '' */
.icon-th-large:before { content: '\e82d'; } /* '' */
.icon-th:before { content: '\e82e'; } /* '' */
.icon-sort:before { content: '\e856'; } /* '' */
.icon-sort-down:before { content: '\e857'; } /* '' */
.icon-sort-up:before { content: '\e858'; } /* '' */
.icon-gplus:before { content: '\e85c'; } /* '' */
.icon-facebook:before { content: '\e85d'; } /* '' */
.icon-tumblr:before { content: '\e85f'; } /* '' */
.icon-twitter:before { content: '\e861'; } /* '' */