.headerbar {
	position: relative;
}

.headerbar .inner {
	position: relative;
}

.vse-notifications-holiday-header {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: block;
	width: 149px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
}

.vse-notifications-holiday-header--center {
	left: 50%;
	transform: translate(-50%, -50%);
}

.vse-notifications-holiday-header--left {
	left: 15px;
	transform: translateY(-50%);
	width: 149px;
}

.vse-notifications-holiday-header--left ~ .inner #logo .site_logo {
	visibility: hidden;
}

.vse-notifications-holiday-header--right {
	position: static;
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	transform: none;
}

.vse-notifications-holiday-header--right ~ .search-header {
	display: none;
}

.rtl .vse-notifications-holiday-header--right {
	float: left;
	margin-right: 0;
	margin-left: 8px;
}

@media (max-width: 700px) {
	.vse-notifications-holiday-header {
		display: none;
	}
}
