ul.wm, ul.wm ul, ul.wm li{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.wm-footer li.inline-block:before{
	display: none;
}

ul.wm-footer li.inline-block{
	padding: 0;
	text-indent: initial;
	text-align: left;
}

.wm-footer ul:first-of-type{
	padding-top: 10px;
}

ul.wm-footer li.inline-block h2, ul.wm-footer span.footer-h2{
	font-size: 16px;
	padding-bottom: 18px;
	display: block;
}

ul.wm-footer span.footer-h2 a{
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	font-family: Hind;
	text-transform: uppercase;
}

ul.wm{
	font-size: 0;
}

ul.wm .nc-icon-glyph {
	font-size: 22px;
	color: #82b437;
}

.wm-footer-inner span.wm-ico{
	padding: 0 0 0 22px;
}

span.wm-ico{
	vertical-align: middle;
	padding-right: 3px;
	margin-top: 3px;
	display: inline-block;
}
span.wm-text{
	padding: 3px;
}

.over-header-inner span.wm-text{
	padding: 3px;
	margin-bottom: 1px;
	display: inline-block;
	vertical-align: middle;
}

ul.wm li{
	min-height: 50px;
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	/*min-width: 130px;*/
	border: 1px solid #e4e4e4;
	border-color: #e4e4e4;
	text-align: center;
	margin-left: -1px;  /*eliminate double border*/
	margin-bottom: -1px;
}

ul.wm li:hover{
	background-color: #f3f3f3
}

ul.wm li.spacer, body div div.over-header ul.wm li.spacer{
	display: none;
	min-height: 0;;
}

ul.wm a{
	padding: 13px;
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
}

.over-header-inner ul.wm a{
	padding-left: 14px;
	padding-right: 14px;
}

ul.wm a:hover, ul.wm a.active{
	text-decoration: none;
}

ul.wm .parent ul.wm-l1 li{
	padding-left: 20px;
}

.whiteback-box-container ul.wm li.spacer{
	display:block;
	border-bottom:1px solid #ededed;
}

/* ---------------------------- footer------------------------- */
.footer-menu-wrapper{
}

footer h2 a{
	font-family: Hind;
	line-height: 31.98px;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

footer h2 a:hover{
	color: #ffdd00;
	text-decoration: none;
}

ul.wm-footer{
	padding: 0px;
	list-style: none;
	margin: 0;
	letter-spacing: normal;
}

.wm-footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: left;
}

.wm-footer ul ul{
	padding: 0 15px;
}

footer .wm-footer ul h2 a{
	font-family: Hind;
	line-height: 31.98px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	padding: 0;
}

footer .wm-footer ul h2:before {
  content: "• ";
  font-size: 22px;
  color: #ffdd00; /* or whatever color you prefer */
}

footer .wm-footer ul h2{
	border: none;
	padding: 0;
}


ul.wm-footer li {
  padding: 8px 11px;
  text-indent: -.7em;

}

ul.wm-footer li a:hover, footer .wm-footer ul h2 a:hover{
	color: #ffdd00;
	text-decoration: none;
}

ul.wm-footer li:hover:before{
	color: #fff;
}

ul.wm-footer li a{
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}

ul.wm-footer li::before {
  content: "• ";
  font-size: 22px;
  color: #ffdd00; /* or whatever color you prefer */
}


.wm-footer > div{
	display: inline-block;
	text-align: left;
}

.small-menu{
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	float: none;
	text-align: right;
	width: 70%;
	text-align: left;
}

@media all and (max-width: 1260px){
	.small-menu{
		width: 70%;
	}
}

/* ---------------------------- SMARTPHONE ------------------------- */
/*a.wm-mobile-btn{
	display: none;
}

@media all and (min-width: 320px) and (max-width: 768px){
	a.wm-mobile-btn{
		display: block;
		background:url("/component/w_drop_down_menu/VIEW/default/gfx/down.png") no-repeat right center;
		padding: 10px;
	}
	
	ul.wm{
		display: none;
	}
}*/