.it-button-wrapper {
	cursor: pointer;
}
.it-button-wrapper.imbar {
	width: 65px;
	height: 63px;
}
.it-button-wrapper.header {
	display: flex;
	align-items: center;
	margin-left: 14px;
}

.it-button-wrapper:hover {
}

.it-button-wrapper .it-button {
	font-weight: bold;
	color: white;
	white-space: nowrap;
	opacity: 1;
}
.it-button-wrapper.imbar .it-button {
	position:relative;
	left: 16px;
	top: 15px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 6px;
	background-color: darkred;
}
.it-button-wrapper.header .it-button {
	height: 34px;
	background: rgba(255, 0, 0, 1);
    border-color: rgba(47, 198, 246, .5);
    border-radius: 17px;
}
.it-button-wrapper.header:hover .it-button {
	background: rgba(255, 0, 0, .7);
    border-color: rgba(77, 212, 255, .5);
}
#header .header-personal {
	max-width: 100%;
	width: auto;
}