/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* LK Fabrika: logo size (−25% from previous bump) */
.logo {
	max-width: 210px;
	height: 51px;
}
.logo a img {
	width: auto;
	height: 100%;
	max-height: 51px;
	max-width: 210px;
	object-fit: contain;
	object-position: left center;
}
.mobileheader .logo {
	max-width: 150px;
	height: 36px;
}
.mobileheader .logo a img {
	max-height: 36px;
	max-width: 150px;
}
.mobilemenu .logo {
	height: 36px;
	max-width: 165px;
}
.mobilemenu .logo img {
	max-height: 36px;
	max-width: 165px;
}
