@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?twkip');
	src:url('../fonts/icomoon.eot?#iefixtwkip') format('embedded-opentype'),
		url('../fonts/icomoon.woff?twkip') format('woff'),
		url('../fonts/icomoon.ttf?twkip') format('truetype'),
		url('../fonts/icomoon.svg?twkip#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;
	font-size: 22px;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-checkmark:before {
	content: "\e607";
}

.icon-tryoff:before {
	content: "\e608";
}

.icon-try:before {
	content: "\e609";
}

.icon-recordon:before {
	content: "\e60a";
}

.icon-recordoff:before {
	content: "\e60b";
}

.icon-lighton:before {
	content: "\e60c";
}

.icon-lightoff:before {
	content: "\e60d";
}

.icon-menu:before {
	content: "\e60e";
}

.icon-headphone:before {
	content: "\e60f";
}

.icon-arrow:before {
	content: "\e610";
}

.icon-alarm:before {
	content: "\e600";
}

.icon-sleep:before {
	content: "\e601";
}

.icon-clock:before {
	content: "\e602";
}

.icon-light:before {
	content: "\e603";
}

.icon-morning:before {
	content: "\e604";
}

.icon-night:before {
	content: "\e605";
}

.icon-home:before {
	content: "\e606";
}

/*
#gnav a {
	display: block;
	position: relative;
	z-index: 2000;
	height: 30px;
	padding-top: 50px;
	font-size: 76%;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

#gnav a:before {
	font-family: 'icomoon';
	display: block;
	position: absolute;
	top: 15px;
	height: 30px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	width: 100%;
}
*/
#navi {
	text-align: center;
	margin: auto 0;
}

#navi a {
	display: block;
	position: relative;
	z-index: 2000;
	height: 30px;
	padding: 30px 0 0 0;
	font-size: 66%;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background-color: #00c0f3;
}

#navi a:before {
	font-family: 'icomoon';
	display: block;
	position: absolute;
	top: 5px;
	height: 30px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	width: 100%;
}

#morning a:before {
	content: "\e604";
}

#night a:before {
	content: "\e605";
}

#home a:before {
	content: "\e606";
}

@media only screen and (max-width: 640px) {
	#navi {
		float: none;
		width: 100%;
	}
	
	#navi a {
		height: 10px;
		padding: 20px 0 0 0;
	}

	#navi a:before {
		top: 0px;
		height: 20px;
	}
}