@font-face {
	font-family: 'icomoon';
	src:url('icomoon.eot');
	src:url('icomoon.eot?#iefix') format('embedded-opentype'),
		url('icomoon.svg#icomoon') format('svg'),
		url('icomoon.woff') format('woff'),
		url('icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


.logo {font-size: 29px;color: #353535;font-family: arial;}
.logo .logomark { font-size: 46px;vertical-align: middle; color:#0080BF;}


/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-ico]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="ico-"]:before {
*/
.ico-cog:before, .ico-user:before, .ico-stats:before, .ico-earth:before, .ico-location:before, .ico-stack:before, .ico-cloud-download:before, .ico-cloud-upload:before, .ico-calendar:before, .ico-OnTouchLogo:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.ico-cog:before {
	content: "\e000";
}
.ico-user:before {
	content: "\e001";
}
.ico-stats:before {
	content: "\e002";
}
.ico-earth:before {
	content: "\e003";
}
.ico-location:before {
	content: "\e005";
}
.ico-stack:before {
	content: "\e004";
}
.ico-cloud-download:before {
	content: "\e006";
}
.ico-cloud-upload:before {
	content: "\e008";
}
.ico-calendar:before {
	content: "\e007";
}
.ico-OnTouchLogo:before {
	content: "\e009";
}
