@charset 'UTF-8';

@font-face {
	font-family: 'fontello';
	src: url('fontello.eot?6818387');
	src: url('fontello.eot?6818387#iefix') format('embedded-opentype'),
			 url('fontello.woff?6818387') format('woff'),
			 url('fontello.ttf?6818387') format('truetype'),
			 url('fontello.svg?6818387#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'fontello', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a [class^="icon-"],
a [class*=" icon-"] {
	display: inline-block;
}

.icon-popup:before { content: '\e800'; } /* '' */
.icon-upload:before { content: '\e801'; } /* '' */
.icon-download:before { content: '\e802'; } /* '' */
.icon-food:before { content: '\e803'; } /* '' */
.icon-lock:before { content: '\e804'; } /* '' */
.icon-search:before { content: '\e805'; } /* '' */
.icon-list:before { content: '\e806'; } /* '' */
.icon-list-alt:before { content: '\e807'; } /* '' */
.icon-cancel:before { content: '\e808'; } /* '' */
.icon-help-circled:before { content: '\e809'; } /* '' */
.icon-export:before { content: '\e80a'; } /* '' */
.icon-play:before { content: '\e80b'; } /* '' */
.icon-edit:before { content: '\e80c'; } /* '' */
.icon-zoom-in:before { content: '\e80d'; } /* '' */
.icon-zoom-out:before { content: '\e80e'; } /* '' */
.icon-angle-down:before { content: '\e80f'; } /* '' */
.icon-right-open-big:before { content: '\e810'; } /* '' */
.icon-left-open-big:before { content: '\e811'; } /* '' */
.icon-star:before { content: '\e812'; } /* '' */
.icon-ticket:before { content: '\e814'; } /* '' */
.icon-arrows-ccw:before { content: '\e815'; } /* '' */
.icon-cw:before { content: '\e816'; } /* '' */
.icon-ccw:before { content: '\e817'; } /* '' */
.icon-forward:before { content: '\e818'; } /* '' */
.icon-resize-full:before { content: '\e819'; } /* '' */
.icon-home:before { content: '\e81a'; } /* '' */
.icon-minus-circled:before { content: '\e81d'; } /* '' */
.icon-tag:before { content: '\e81e'; } /* '' */
.icon-minus:before { content: '\e821'; } /* '' */
.icon-clock:before { content: '\e822'; } /* '' */
.icon-spin:before { content: '\e823'; } /* '' */
.icon-list-add:before { content: '\e824'; } /* '' */
.icon-ok:before { content: '\e825'; } /* '' */
.icon-down-open-big:before { content: '\e826'; } /* '' */
.icon-up-open-big:before { content: '\e827'; } /* '' */
.icon-print:before { content: '\e828'; } /* '' */
.icon-barcode:before { content: '\e829'; } /* '' */
.icon-ok-circled:before { content: '\e82a'; } /* '' */
.icon-plus:before { content: '\e82b'; } /* '' */
.icon-angle-right:before { content: '\e82c'; } /* '' */
.icon-sort:before { content: '\e82d'; } /* '' */
.icon-money:before { content: '\e82f'; } /* '' */
.icon-user:before { content: '\e830'; } /* '' */
.icon-users:before { content: '\e831'; } /* '' */
.icon-asterisk:before { content: '\e832'; } /* '' */
.icon-settings:before { content: '\e835'; } /* '' */
.icon-camera:before { content: '\e836'; } /* '' */
.icon-login:before { content: '\e837'; } /* '' */
.icon-logout:before { content: '\e838'; } /* '' */
.icon-basket:before { content: '\e83a'; } /* '' */
.icon-credit-card:before { content: '\e83c'; } /* '' */
.icon-mail:before { content: '\e83e'; } /* '' */
.icon-warehouse:before { content: '\e83f'; } /* '' */
.icon-clipboard:before { content: '\e840'; } /* '' */
.icon-inbox:before { content: '\e841'; } /* '' */
.icon-chart-pie:before { content: '\e842'; } /* '' */
.icon-monitor:before { content: '\e844'; } /* '' */
.icon-up-dir:before { content: '\e845'; } /* '' */
.icon-attention-circled:before { content: '\e846'; } /* '' */
.icon-info-circled:before { content: '\e847'; } /* '' */
.icon-check-1:before { content: '\e848'; } /* '' */
.icon-birthday:before { content: '\e849'; } /* '' */
.icon-slideshare:before { content: '\e84a'; } /* '' */
.icon-doc-add:before { content: '\e84e'; } /* '' */
.icon-sort-alt-up:before { content: '\e84f'; } /* '' */
.icon-sort-alt-down:before { content: '\e850'; } /* '' */
.icon-plus-squared-alt:before { content: '\e851'; } /* '' */
.icon-angle-up:before { content: '\e852'; } /* '' */
.icon-cinema:before { content: '\e853'; } /* '' */
.icon-heart:before { content: '\e854'; } /* '' */
.icon-archive:before { content: '\e855'; } /* '' */
.icon-publish:before { content: '\e857'; } /* '' */
.icon-code:before { content: '\f121'; } /* '' */
.icon-calendar:before { content: '\f133'; } /* '' */
.icon-wheelchair:before { content: '\f193'; } /* '' */
.icon-vcard:before { content: '\f2bc'; } /* '' */

/* Animation */

.animate-spin {
	-moz-animation: spin 1s infinite linear;
	-o-animation: spin 1s infinite linear;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s 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);
	}
}

.animate-spin-reverse {
	-moz-animation-direction: reverse;
	-o-animation-direction: reverse;
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}