@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-ct4hdi');
	src:url('fonts/icomoon.eot?#iefix-ct4hdi') format('embedded-opentype'),
		url('fonts/icomoon.ttf?-ct4hdi') format('truetype'),
		url('fonts/icomoon.woff?-ct4hdi') format('woff'),
		url('fonts/icomoon.svg?-ct4hdi#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	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;
}

.icon-brightness_5:before {
	content: "\e600";
}
.icon-brightness_4:before {
	content: "\e601";	
}
.icon-brightness_3:before {
	content: "\e602";
}
.icon-brightness_2:before {
	content: "\e603";
}
.glyph {	
	/*width: 15em;
	padding-bottom: 1em;
	margin-right: 4em;
	margin-bottom: 1em;
	border: 1px solid;
	border-radius:5px;
	*/
	width:100px;
	font-size: 24px;
	float: right;
	overflow: hidden;	
    z-index:9999;
    position: relative;
    margin-top:30px;
    margin-right:4px;
}

.glyph-text{  
font-size: 12px;
font-family: sans-serif;
position:relative;
top:-5px;
left:-5px;
}

.mn-blue{
color:#2060AA
}
.mn-yellow{
color:	#EDBB1C;
}

.glyph-link  {cursor: pointer; cursor: hand;}
.glyph-link, a:visited {	color:#2060AA;		}

.filter-feature{
    z-index:10;
    position:relative;
    float:right;
    overflow:hidden;
	height:100%;
	width:100%;
}

.ie-invert-color { 
	content:"";
	position:fixed;
	top:50%; left: 50%;
	z-index:9998;
	/*width:1px; height: 1px;	*/
	outline:2999px solid invert;
}

/*
body:before
{
	content:"";
	position:fixed;
	top:50%; left: 50%;
	z-index:9999;
	width:1px; height: 1px;
	outline:2999px solid invert;
	}
*/



