#footer{

	background-color: color-primary;
	color: white;
	z-index: 40;

	.mini.image{
		width: 160px;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.group{
		margin: 0 auto;
	}

	.md-button{
		background: color-grey;
		color: color-primary;
	}

	.links{

		.list{
			a{
				display: block;
				margin-bottom: 10px;
			}
		}
	}

	a{
		color: white;
	}

	.bottom{

		a.item{
			margin-right: 10px;

			&:after{
				content: "|";
				margin-left: 10px;
			}

			&:last-child:after{
				content: "";
				margin-left: 0;
			}
		}
	}
}
