#wp-admin-bar, #wp-admin-bar-right {
	display: none;
}

.ut-header {
	height: 35px;
	background: #BF5700;
	padding-top: 5px !important;
	box-sizing: border-box;
}

header img {
	height: 25px;
	display: block;
	float: right;
    margin-right: 10px;
}

.secondary-identification {
	float: left;
	padding-left: 20px;
	padding-top: 2px;
	color: white;
	font-family: CharisSILW,serif;
	font-size: 14px;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}

.secondary-identification a:hover {
	text-decoration: none;
	color: #ffffff;
}

.secondary-identification a {
	text-decoration: none;
	color: #ffffff;
}

.wpbb-header-spacer {
	height: 40px;
}

@media (max-width: 1025px)
{
	.secondary-identification
	{
		display: none;
	}
}

@media only screen and (max-width: 1025px) {
	header img {
		float: none;
		margin: auto;
	}
}


