footer {
	border-top: 1px solid #c2cfd1;
}

footer .socialBookmarks, footer .footerNavi {
	border-top: 0;
}

footer .address {
	position: relative;
	width: 100%;
	color: #5e676c !important;
	padding-bottom: 10px;
}

footer .address h4 {
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #004781;
}

footer .medium-6 {
	width: 25%;
}

footer.row .copyright {
	padding: 0;
	border: 0;
}

footer.row {
	z-index: 22222;
	position: relative;
}


/* Footer */
footer {
	padding: 40px 0 !important;

}

.footerAdress {
	background: #a6b6c4;
	color: #fff;
}

footer .columns, footer .column {
	margin: 0.5em 0;
}

footer ul {
	margin: 0;
	text-align: left;
}

footer .footerNavi ul, footer .medium-6 {
	width: 100%;
}

footer ul li, .footerNavi ul li {
	text-decoration: none;
	list-style: none;
	float: none;
}

footer ul li {
	border-bottom: 1px solid #c2cfd1;
}

footer ul li:first-child {
	border-bottom: 1px solid #004781;
}

/*
footer ul li.last, .footerNavi ul li.last  {
	border-bottom: 1px solid #c2cfd1;
}
*/

footer ul li a, .footerNavi ul li a {
	padding: 10px 0;
	width: 100%;
	display: block;
	color: #5e676c;
	font-size: 12px;
}

footer a:hover, footer a.act {
	font-weight: bold;
	color: #5e676c !important;
}

footer li.spc {
	color: #004781;
	font-weight: bold;
	line-height: 16px;
	font-size: 13px;
	border-top: 0;
	padding-bottom: 5px;
}

footer .right {
	float: left !important;
	padding-right: 0.750em!important;
}

footer .medium-3:last-child {
	padding-right: 1.313em;
}

.footerAdress {
	padding: 20px 0;
}

.footerAdress a, .footerAdress p {
	color: #fff!important;
	text-decoration: none;
	font-size: 0.75rem;
	margin: 0;
}



footer > div {
	text-align: left;
	width: 100%;
}


@media screen and (min-width: 768px) {
	footer > div {
		width: 25%;
	}

	footer .medium-6 {
		width: 25%;
	}
}