/* HEADER (DESKTOP) VIEW */

.vpmenu-container {
	display: flex;
	margin-bottom: 0;
	width: 100%;
}

.vpmenu-i {
	display: list-item;
	flex: 1;
	overflow: hidden;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.vpmenu-i:hover {
	background-blend-mode: luminosity;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

.vpmenu-link {
	color: #101010;
	display: block;
	font-family: TitilliumWeb, sans-serif;
	font-weight: 600;
	height: 108px;
	padding: 66px 2px 0;
	text-align: center;
}

.vpmenu-link.vpmenu-lang-et {
	font-size: 12px;
}

.vpmenu-link.vpmenu-lang-ru {
	font-size: 10px;
}

.vpmenu-link:hover {
	color: #101010;
}

.vpmenu-subcontainers {
	background-color: #FFFFFF;
	border-radius: 2px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	display: none;
	left: 0;
	max-width: 471px;
	min-height: 200px;
	position: absolute;
	top: 108px;
}

.vpmenu-sd {
	flex: 1;
	padding: 10px 0 10px 15px;
	width: 157px;
}

.vpmenu-sd > ul {
	margin: 0;
}

.vpmenu-all-si {
	padding: 5px 0;
}

.vpmenu-all-si > a {
	align-items: center;
	color: #444444;
	display: flex;
	font-family: TitilliumWeb, sans-serif;
	font-size: 12px;
	line-height: 12px;
}

.vpmenu-all-si > a > span {
	padding: 0 2px 0 0 ;
}

.vpmenu-all-si > a:hover {
	color: #0092DE;
}

.vpmenu-div-two,
.vpmenu-div-three {
	border-left: 1px solid #E9E9E9;
	display: none;
}

#st_mega_menu_container {
	background-image: linear-gradient(to bottom, #FFFFFF, rgba(224, 224, 224, 0.5));
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}


/* MOBILE VIEW */

.vpmenu-mob-menu {
	display: flex;
	flex-wrap:wrap;
}

.vpmenu-mob-item {
    border: 1px solid #ccc;
    color: #333333;
	cursor: pointer;
    flex-grow: 1;
	height: 115px;
    line-height: initial;
    margin: 1px;
    padding: 72px 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}

.vpmenu-mob-item.vpmenu-lang-et {
	font-size: 11px;
}

.vpmenu-mob-item.vpmenu-lang-ru {
	font-size: 9px;
}