
.li1 .imgnavitext{
	background-color: rgba(231, 199, 214, 0.95);
}
.li2 .imgnavitext {
	background-color: rgba(176, 215, 255, 0.95);
}
.li3 .imgnavitext {
	background-color: rgba(215, 227, 143, 0.95);
}
.li4 .imgnavitext {
	background-color: rgba(245, 213, 79, 0.95);
}
.li5 .imgnavitext {
	background-color: rgba(170, 202, 198, 0.95);
}
.li6 .imgnavitext {
	background-color: rgba(185, 168, 196, 0.95);
}

.tools .column1 {
	width: 33.3%;
}

.tools .column2 {
	width: 66.6%;
}

.extra img {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 35px;
    display: block;
    top: 0;
    margin-top: -22px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.extra img {
		margin-top: 0px;
	}
}

.extra a {
    padding: 0;
    font-size: 0;
}

.others, .extra, .login, .contact {
	width: 33.3%;
}

@media (max-width: 960px) {

	.tools {
		width: 255px;
	}
	
	.tools .column1, .tools .column2 {
		width: auto;
	}
	
	.others, .extra, .login, .contact {
		width: 51px;
	}
	
	.extra img {
		top: 5px;
		right: 0px;
	}
}
