/* CSS Document */
.li_n2 {
	padding : 1em;
	color: #666;
}
.li_m img {
	display: none;
}
.li_m span {
	display: block !important;
}
@media screen and (min-width: 992px) {
.animenu > ul > li {
	width: 16.6%;
}
.li_n2 {
	padding : 0 !important;
	color: #666;
}
.li_m_box {
	width: 980px !important;
	margin-left: -165px !important; 
	border: 0 !important;
	box-sizing: border-box;
	padding: 0 0 20px 0;
	background: #B0CBFF  !important;
}

.li_m_box li {
		-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.li_m_box li a {
	padding: 20px !important;
	display: block;
	border: 0 !important;
	background-color: #B0CBFF !important;
}
.li_m_box li a:hover {
	background-color: #B0CBFF !important;
	border: 0 !important;
}
.li_m {
	width: 230px;
	text-align: left;
	float: left;
}
.li_m img {
	display: block;
	width: 70px;
	float: left;
	margin: 0 7px 0px 0;
}
.li_m a img {
	border: 0;
transition: 0.3s;
}
.li_m a:hover img {
opacity: 0.5;
}
.li_m span {
	width: 100px;
	float: left;
	margin: 7px 0 0 0;
}
}
