@font-face {
	font-family: 'iconFont';
	src:url('../fonts/iconFont.eot?572de1');
	src:url('../fonts/iconFont.eot?#iefix572de1') format('embedded-opentype'),
		url('../fonts/iconFont.ttf?572de1') format('truetype'),
		url('../fonts/iconFont.woff?572de1') format('woff'),
		url('../fonts/iconFont.svg?572de1#iconFont') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'iconFont';
	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;
}
/* see http://fontawesome.io/ */
@-moz-keyframes spin {
	0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(359deg); }
}
@-o-keyframes spin {
	0% { -o-transform: rotate(0deg); }
	100% { -o-transform: rotate(359deg); }
}
@-ms-keyframes spin {
	0% { -ms-transform: rotate(0deg); }
	100% { -ms-transform: rotate(359deg); }
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(359deg); }
}


.icon-fatal:before 					{ content: "\e900"; }
.icon-question-circle:before 		{ content: "\e901"; }
.icon-info-circle:before 			{ content: "\e902"; }
.icon-exclamation-circle:before 	{ content: "\e903"; }
.icon-exclamation-triangle:before 	{ content: "\e904"; }
.icon-loading:before 				{ content: "\e905"; }
.icon-search:before 				{ content: "\e906"; }
.icon-chevron-L:before 				{ content: "\e907"; }
.icon-chevron-R:before 				{ content: "\e908"; }
.icon-navicon:before 				{ content: "\e909"; }
.icon-close:before 					{ content: "\e90a"; }
.icon-close-bold:before 			{ content: "\e90b"; }
.icon-prev:before 					{ content: "\f053"; }
.icon-next:before 					{ content: "\f054"; }
.icon-home:before 					{ content: "\f015"; }
.icon-minus:before 					{ content: "\f068"; }
.icon-plus:before 					{ content: "\f067"; }

.icon-uni25B8:before 				{ content: "\25b8"; }
.icon-uniE624:before 				{ content: "\e624"; }
.icon-uniE625:before 				{ content: "\e625"; }
.icon-uniE626:before 				{ content: "\e626"; }
.icon-uniE627:before 				{ content: "\e627"; }

.icon-twitter:before 				{ content: "\f099"; }
.icon-facebook:before 				{ content: "\f09a"; }
.icon-youtube:before 				{ content: "\f167"; }