@charset "utf-8";
.footer {
	width: 100%;
	height: 50px;
	background-image: url(../images/Navigation/header_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 50px;
	position: relative;
	top: 3px;
}
.copyright {
	color: #FFFFFF;
	font-style: normal;
	font-weight: 700;
	font-family: sanvito-pro-display;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.wrap {
	max-width: 1580px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 10px;
	position: relative;
}
