.eu-cookie-bar-notification {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -90px 0 0 -160px;
	padding: 20px;
	width: 320px;
	background: #f6f6f6;
	text-align: center;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
	z-index: 1050;
}

.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}

.eu-cookie-bar-notification button {
	margin: 0 0 20px 0;
	padding: 13px 35px;
	border: 0;
	background: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	transition: all .3s;
}

.eu-cookie-bar-notification button:hover {
	background: #fff;
	color: #000;
}

.eu-cookie-bar-notification a {
	display: block;
	text-decoration: underline;
}

@media (max-width: 1024px) {
	.admin-header-links {
		z-index: 1030;
		width: 100%;
	}

	.ps-container>.ps-scrollbar-y-rail {
		visibility: hidden !important;
	}

	.scrollYRemove {
		overflow: hidden !important;
		-ms-touch-action: none !important;
		-webkit-overflow-scrolling: touch !important;
	}


	.overlayOffCanvas {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: rgba(221, 221, 221, 0.6);
		z-index: 1010;
		transition: background .3s ease-in-out;
	}

	.overlayOffCanvas.show {
		background: rgba(0, 0, 0, 0.4);
	}
}

@media (min-width: 481px) {
	.eu-cookie-bar-notification {
		width: 450px;
		max-width: 95%;
		margin-left: -225px;
	}
}

@media (min-width: 1025px) {
	.ui-autocomplete {
		z-index: 1015;
	}

	.overlayOffCanvas {
		display: none !important;
	}

	.gallery .thumb-item {
		width: 24%;
	}

	.gallery .thumb-item:nth-of-type(4n) {
		margin-right: 0;
	}

}


