.template_footer_menu {
	color: #fff;
	
}

.template_footer_menu:before {
	content: '';
	display: block;
	width: 33px;
	height: 22px;
	background: url(../img/icon-hamburger.png) no-repeat;
	margin-bottom: 30px;
}

.template_footer_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.template_footer_menu ul>li {
	margin-bottom: 5px;
}

.template_footer_menu ul>li>a {
	display: block;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 500;
	text-transform: uppercase;
}

.template_footer_menu ul>li>a>.title>.field_edit:before {
	content: '• ';
}

.template_footer_menu ul>li>a:hover,
.template_footer_menu ul>li>a:focus,
.template_footer_menu ul>li>a:active {
	font-weight: 700;
}

@media (min-width: 1200px) {
	.template_footer_menu {
		width: 345px;
	}
}