footer#wmd_footer{background-color:#0D2436;padding: 20px 0;min-height: 148px;float:left;width:100%;}
#wmd_footer_right{
	float:right;
	width: 48%;
	margin-top: 37px;
	
}
#wmd_footer_right ul{
	list-style:none;
}
#wmd_footer_right ul li{
	display:inline-block
}
#wmd_footer_right ul li a{
	font-family: 'Open Sans';
	font-size: 18px;
	line-height: 30px;
	color: #5A7184;
	font-weight: bold;
	*float: left;
	margin: 0 13px;
	text-decoration:none;
}

#wmd_footer_left{
	float:left;
	width: 48%;
	margin-top: 22px;
}
#wmd_footer_left img{ margin-bottom: 10px;}

.wmd_copywrite{font-family: "Open Sans SemiBold";font-size: 16px;color:#5A7184!important;}



@media screen and (max-width:767px){
	#wmd_footer_right, #wmd_footer_left{width:100%;text-align: center;}
	#wmd_footer_left{
		margin-top: 40px;
	}
	
	#wmd_footer_right ul li a{font-size:14px;line-height: 30px;}
	.wmd_copywrite{font-size:14px;line-height: 18px;}
}