.mainContainer .footer{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 336px;

	background: #3156a3;

	font-family: "MyriadPro";
	font-weight: 200;
	color: #ffffff;
	text-align: left;
}

.footer span{
	display: block;
	margin-left: 125px;
}

.footerTitle{
	margin-top: 40px;
	line-height: 33px;
	font-size: 48px;
}
.footerAddress{
	margin-top: 47px;
	line-height: 21px;
	font-size: 30px;
}
.footerEmail{
	margin-top: 24px;
	line-height: 21px;
	font-size: 30px;
}
.footerPhone{
	margin-top: 24px;
	line-height: 21px;
	font-size: 30px;
}
.footerDesc{
	margin-top: 40px;
	line-height: 21px;
	font-size: 30px;
}
.whiteLogo{
	position: absolute;
	display: inline-block;

	top: 0;
	right: 112px;

	width: 246px;
	height: 246px;

	margin-top: 40px;

	background: url(../img/test_logo_white.png) no-repeat center;
	background-size: 246px;
}