#footer
{
	position:absolute;
	bottom:20px;
	left:0px;
	width:100%;
	font-size:0.5em;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#footer a, #footer a:hover, #footer a:active, #footer a:visited
{
	text-decoration:none;
	color:#FFFFFF;
}

.footerContainer
{
	position:relative;
	float:left;
	width:calc(50% - 40px);
	margin-right:20px;
	margin-left:20px;
}

.footerLeftInner
{
	position:relative;
	float:right;
	max-width:300px;
	width:100%;
}

.footerRightInner
{
	position:relative;
	float:left;
	max-width:300px;
	width:100%;
}

.footerRightInnerThird
{
	position:relative;
	float:left;
	width:25%;
}

.footerRightInnerThird img
{
	width:100%;
}

.footerRightInnerThird:nth-of-type(1)
{
	text-align:right;
	margin-right:20px;
	width:calc(25% - 20px);
}

.footerRightInnerThird:nth-of-type(2)
{
	text-align:right;
	margin-right:20px;
	width:calc(25% - 20px);
}

.footerRightInnerThird:nth-of-type(3)
{
	text-align:center;
}

.footerRightInnerThird:nth-of-type(4)
{
	text-align:left;
	margin-left:20px;
	width:calc(25% - 20px);
}

.footerRightInnerThird:nth-of-type(2) img
{
	margin-top:7px;
}

.footerRightInnerThird:nth-of-type(3) img
{
	margin-top:7px;
}

.footerRightInnerThird:nth-of-type(4) img
{
	margin-top:12px;
}

@media (max-width: 640px){

	#footer
	{
		font-size:0.4em;
	}

	.footerLeftInner, .footerRightInner
	{
		max-width:200px;
	}
}

@media (max-width: 570px){

	#footer
	{
		font-size:0.3em;
	}

	.footerLeftInner, .footerRightInner
	{
		max-width:200px;
	}
}


