/*-----------------------------------------------------------------------
  == Header
----------------------------------------------------------------------- */


/*-----------------------------------------------------------------------
  == Footer
----------------------------------------------------------------------- */
footer .contact, footer .contact a{
	/*color: #130BB4;*/
}
.socials{
	/*background-color: #444;
    color: #fff;*/
    padding: 30px 0;
}
.socials .social{
	display: inline-block;
	padding: 0 3px;
}
.social > a{
	background-color: transparent;
	background-size: 19px 19px;
	background-position: center center;
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
	display: inline-block;
}
.facebook a{
	background-image: url(../img/facebook.svg);
}
.twitter a{
	background-image: url(../img/twitter.svg);
}
.linkedin a{
	background-image: url(../img/linkedin.svg);
}
.instagram a{
	background-image: url(../img/instagram.svg);
}

