#footer ul, #footer li{
	padding: 0;
	list-style: none;
	margin: 0;
}

#footer li{
	margin-bottom: 10px;
}

#footer *{
	color: #ffffff;
}

#footer{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #000000;
	background-image: url('../images/bg-image-footer.jpg');
	background-size: cover;
	background-attachment: fixed;
}

#footer h3.h3{
	color: #108537;
	font-size: 1.5em;
	margin-bottom: 20px;
}

#copyright{
	background: #000000;
	text-align: center;
}

#copyright *, #copyright{
	color: #ffffff;
}

#menu-footer-note-legali,
#menu-footer-note-legali li,
.menu-footer-note-legali-container{
	display: inline-block;
}

#footer .svg-separator{
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

#footer #sidebar-navigation_top li{
	display: block;
	float: none;
	width: 100%;
}

#footer #sidebar-navigation_top li a{
	padding: 0;
}

#footer a:hover, #footer a:focus{
	color: #ffffff;
}

#footer #sidebar-navigation_top .sub-menu{
	display: none !important;
}

#footer #sidebar-navigation_top a{
	text-transform: capitalize;
}
#footer #sidebar-navigation_top a:hover{
	text-decoration: underline;
}

#menu-footer-note-legali a:after{
	content: '|';
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

#menu-footer-note-legali li:last-child a:after{
	display: none;
}

#footer .h3{
	font-weight: normal;
}