.tut-h-w {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	right: 0;
	opacity: 0;
	transition: opacity 0.25s;
}

.tut-h-w:hover {
	opacity: 1;
}

.tut-h {
	background-color: #000;
	color: #fff;
	font-family: sans-serif;
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}

.tut-h-item {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.tut-h a:link,
.tut-h a:visited {
	color: #fff;
}

.tut-h-logo {
	display: block;
	background: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 75px;
	width: 65px;
}

.tut-h-title {
	font-size: 20px;
	line-height: 1.5;
	width: 100%;
}
.tut-h-toolbar {
	font-size: 10px;
	line-height: 3;
	width: 1px;
	padding-right: 15px;
	white-space: nowrap;
}
.tut-h-toolbar input {
	vertical-align: middle;
}
.tut-h-toolbar-item + .tut-h-toolbar-item {
	margin-left: 10px;
}

@media screen and (max-width: 759px) {
	.tut-h-title {
		display: none;
	}
}
