footer{
	background-color: #292929;
	color:white;
}

footer p, footer li{
	font-size: 16px;
	color:white;
	font-weight: 200;
}

footer a{
	color:white;
}
footer a:active{
	color:#4BCE98;
}
footer li{
	list-style: none;
	line-height: 2;
}
footer ul{
	padding-left: 0rem;
}
.icon-social{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid white;
	display: flex;
	justify-content: center;
	align-items: center;
  margin: 0 10px 0 0;
}
.icon-social:hover {
	border: 1px solid #4BCE98;
}
.icon-social:hover path{
	fill: #4BCE98;
}
.copyright-text{
	border-top: 1px solid white;
}
.img-footer-max {
  max-width: 160px;
  height: auto;
}

/* ---------------------- */
/* ---- MEDIA QUERIES --- */
/* ---------------------- */

/* ---- XS device --- */
@media (min-width: 576px) {
}

/* ---- MD tablet device --- */
@media (min-width: 768px) {
}

/* ---- LG large device --- */
@media (min-width: 992px) {
	.footer-four .legal-site,
	.footer-bottom .copyright-text{
		align-self: end;
	}
	.footer-four .legal-site ul{
		margin-bottom: 0;
	}
	.footer-four .legal-site li{
		padding-right: 20px;
	}
}

/* ---- XL extra large device --- */
@media (min-width: 1200px) {

	.copyright-text{
		border-top: 0px solid white;
	}
	.footer-bottom{
		border-top: 1px solid white;
	}

}
