.startHeader .unitRight, .head .unitRight {
	color: #fff;
}
.register a {
	color: #fff;
}

@media (max-width: 767px) {
	.hidden-xs {
	display: none !important;
}
.show-xs {
	display: block !important;
}
}

@media (min-width: 768px) {
	.show-xs {
	display: none !important;
}
}