.first-footer {
	min-height: 60px;
	padding: 20px 0 10px 0;
	font-size: 16px;
}
.ul-footer-menu li a {
	color: white;
	cursor: pointer;
	text-decoration: none;
	transition: all .2s linear;
}
.ul-footer-menu li a:hover {
	color: #38b6db;
}
.last-footer {
	min-height: 30px;
	color: white;
	text-align: center;
	font-size: 13px;
}
.fa {
  padding: 20px;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 25px;
}
.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-youtube-play {
  background: #bb0000;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.newsletter {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #334155;
	padding-left: 10px;
	padding-right: 10px;
}
.newsletter div {
	max-width: 700px;
}
.newsletter div div p {
	color: white;
}
.newsletter div form div label {
	color: white;
	word-wrap:break-word;
}	
@media (max-width: 710px) {
	.ul-footer-menu {
		padding-right: 10px;
	}
	.ul-footer-menu > li {
		width: 90%;
		display: block!important;
		margin-top: 20px;
	}
}