/* OPEN SANS */

/* Light */
@font-face {
	font-family: 'Open Sans';
	src: url('/css/fonts/OpenSans-Light-webfont.eot');
	src: url('/css/fonts/OpenSans-Light-webfont.eot#iefix') format('embedded-opentype'),
		 url('/css/fonts/OpenSans-Light-webfont.woff') format('woff'),
		 url('/css/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
		 url('/css/fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-weight: 300;
	font-style: normal;
}
/* Light Italic */
@font-face {
	font-family: 'Open Sans';
	src: url('/css/fonts/OpenSans-LightItalic-webfont.eot');
	src: url('/css/fonts/OpenSans-LightItalic-webfont.eot#iefix') format('embedded-opentype'),
		 url('/css/fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
		 url('/css/fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
		 url('/css/fonts/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
	font-weight: normal;
	font-weight: 300;
	font-style: italic;
}
/* Regular */
@font-face {
	font-family: 'Open Sans';
	src: url('/css/fonts/OpenSans-Bold-webfont.eot');
	src: url('/css/fonts/OpenSans-Bold-webfont.eot#iefix') format('embedded-opentype'),
		 url('/css/fonts/OpenSans-Bold-webfont.woff') format('woff'),
		 url('/css/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
		 url('/css/fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
	font-weight: 700;
	font-style: normal;
}
/* Regular */
@font-face {
	font-family: 'Open Sans';
	src: url('/css/fonts/OpenSans-BoldItalic-webfont.eot');
	src: url('/css/fonts/OpenSans-BoldItalic-webfont.eot#iefix') format('embedded-opentype'),
		 url('/css/fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
		 url('/css/fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
		 url('/css/fonts/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg');
	font-weight: 700;
	font-style: italic;
}




/* FONTELLO ICON FONT */

@font-face {
	font-family: 'fontello';
	src: url('/css/fonts/fontello.eot');
	src: url('/css/fonts/fontello.eot#iefix') format('embedded-opentype'),
			 url('/css/fonts/fontello.woff') format('woff'),
			 url('/css/fonts/fontello.ttf') format('truetype'),
			 url('/css/fonts/fontello.svg#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('fonts/fontello.svg?12287378#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%; */
 
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 

.icon-trash-empty:before { content: '\e800'; } /* '' */
.icon-edit:before { content: '\e801'; } /* '' */
.icon-cancel:before { content: '\e802'; } /* '' */
.icon-ok:before { content: '\e803'; } /* '' */
.icon-play:before { content: '\e804'; } /* '' */
.icon-pause:before { content: '\e805'; } /* '' */
.icon-fast-fw:before { content: '\e806'; } /* '' */
.icon-volume-off:before { content: '\e807'; } /* '' */
.icon-volume-up:before { content: '\e808'; } /* '' */
.icon-export:before { content: '\e809'; } /* '' */
.icon-docs:before { content: '\f0c5'; } /* '' */
.icon-share:before { content: '\e809'; } /* '' (export glyph, share) */
.icon-sort:before { content: '\f0dc'; } /* '' */
.icon-export-alt:before { content: '\f14d'; } /* '' */
