

#footer {
	margin-top: 20px;
	float: left;
	width: 100%;
	clear: both;
}

#footer ul {
	padding: 0;
	margin: 0;
}
#footer li {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

#footer .row-1 {}

#footer nav ul li {
  display:inline-block;
  margin-right:20px;
}
#footer nav ul li a {
  color:#000;
}



#footer .menu .current-menu-ancestor>a,
#footer .menu .current-menu-parent>a,
#footer .menu li:hover>a,
#footer .menu .current-menu-item>a {
}





#footer .border-blue {
  height: 8px;
  background: #309dc6;
  margin: 10px 0;
}


#footer .deco_social_account_like li {
	width: 50px;
	margin-right: 6px;
}
#footer .deco_social_account_like a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
}


#footer .border-3 {
  border-top:1px solid #bfbfbf;
  border-bottom:1px solid #ededed;
  margin: 10px 0;
}
#footer .border-3:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: #d9d9d9;
	margin: 2px 0;
}

#footer .row-3 {
	padding-bottom: 10px;
}
#footer .row-3 .project-by-um {}
#footer .row-3 .project-by-um .txt {
	padding-right: 5px;
}
#footer .row-3 .project-by-um img {
	margin-top: -4px;
}

