header .logo.logo-text {
    white-space: nowrap;
}

header nav.menu {
	
}

header nav.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

header nav.menu ul li {
	margin: 0;
	padding: 0;
	display: inline-block;	
}


/**
 *	Copy Protection Tooltip	
 */
.copy-protector.tooltip {
	display: none;
	position: absolute;
	background: white; 
	padding: 4px; 
	border-radius: 5px; 
	font-size: 11px; 
	z-index: 9999; 
	opacity: 0.7
}
.copy-protect {
    -webkit-user-select: none;                /* disable cut copy paste */
    -webkit-touch-callout: none;              /* disable callout, image save panel */
    -webkit-tap-highlight-color: transparent; /* "turn off" link highlight */
}