/*#footerEUContainer {
	margin:0 auto;
	padding:0;
	background-size: 100%;
	position:relative;
	overflow:hidden;
	*//*background: url(../img/footer-eu-bg.jpg) top left no-repeat;*//*
	min-width: 1000px;
	max-width: 1620px;
	max-height: 621px;
	min-height: 621px;
	font-family: 'Open Sans', sans-serif;
}

#footerEUContentContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

#footerEUContentContainer h2 {
	color: #fff;
	line-height: 65px;
}

#footerEUContentContainer p {
	color: #f4cc4b;
	font-size: 12pt;
	margin-top: 60px;
}

#footerEUHeadingTop {
	color: #f4cc4b;
	font-size: 30pt;
	font-weight: 300;
}

#footerEUHeadingBottom {
	font-size: 48pt;
	font-weight: 400;
}
#footerEUHeadingBottom a:link, #footerEUHeadingBottom a:visited, #footerEUHeadingBottom a:hover{color: #FFFFFF;text-decoration: none; -webkit-transition: all 0.3s ease;	-moz-transition: all 0.3s ease;	-o-transition: all 0.3s ease; transition: all 0.3s ease}

#footerEULogoContainer {
	padding-top: 15px;
	width: 895px;
	height: 84px;
	margin: 0 auto;
}

#footerEULogoContainer table td {
	padding-left: 28px;
	padding-right: 28px;
}
#footerEULogoContainerUpper {
        padding-top: 15px;
        width: 1024px;
        height: 95px;
        margin: 0 auto;
}
#footerEULogoContainerUpper table td {
        padding-left: 0px;
        padding-right: 52px;
}*/

#footer-eu-container {
	text-align: center;
	background: #1e3756;
}
#footer-eu-content {
	padding-top: 20px;
	background: url("../img/footer-eu-bg.jpg") no-repeat;
	background-size: cover;
}
#footer-eu-container h2 {
	color: #fff;
	line-height: 2.5em;
	margin: 0;
}
#footer-eu-container h3 {
	margin: 0;
}
#footer-eu-heading-financing {
	color: #f4cc4b;
	font-size: 1.3em;
	font-weight: 300;
}
#footer-eu-heading-eu {
	font-size: 38pt;
	font-weight: 400;
	color: #fff;
}
#footer-eu-heading-eu:hover {
	text-decoration: none;
	color: #f4cc4b;
}
#footer-eu-heading-ipa {
	font-size: 24pt;
	font-weight: 400;
}
.footer-eu-logos {
	margin-top: 35px;
}
.footer-eu-logos > div {
	margin: 20px 0;
}
#footer-eu-container p {
	color: #f4cc4b;
	font-size: 12pt;
	margin-top: 30px;
}

#disclaimer {
	/*background: #303135;*/
	color: #999;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	padding: 15px 0px;
}

#footer-ict {
	background: #303135;
	color: #ddd;
	font-size: 13px;
	line-height: 20px;
	padding: 20px 0 20px 0;
}

.footer-copyright {
	color: #888;
	text-align: left;
	line-height: 38px;
}
#footer-social {
	text-align: right;
}
@media screen and (max-width: 992px) {
	#footer-copyright, #footer-social {
		text-align: center;
	}
	#footer-social {
		margin-bottom: 25px;
	}
}
.social-icon {
	display: inline-block;
	color: #fff;
	font-size: 21px;
	height: 40px;
	width: 40px;
	margin-left: 8px;
	background: #222;
	padding: 9px 0 0;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.social-icon:hover {
	color: #fff;
	text-decoration: none;
}
.social-icon.fb:hover {
	background-color: #3b5998;
	border-color: #3b5998;
}
.social-icon.tw:hover {
	background-color: #55acee;
	border-color: #55acee;
}
.social-icon.yt:hover {
	background-color: #cc181e;
	border-color: #cc181e;
}
.social-icon.ps:hover {
	background-color: #b3c833;
	border-color: #b3c833;
}
.social-icon.as:hover {
	background-color: #464646;
	border-color: #464646;
}

@media screen and (max-width: 992px) {
	#footer-eu-heading-financing {
		font-size: 24pt;
	}
	#footer-eu-heading-eu {
		font-size: 34pt;
	}
	#footer-eu-heading-ipa {
		font-size: 19pt;
	}
	.footer-copyright {
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	#footer-eu-heading-financing {
		font-size: 18pt;
	}
	#footer-eu-heading-eu {
		font-size: 26pt;
	}
	#footer-eu-heading-ipa {
		font-size: 14pt;
	}
	#disclaimer {
		font-size: 10px;
	}
	.social-icon {
		margin-left: 20px;
	}

}
@media screen and (max-width: 400px) {
	.social-icon {
		margin-left: 5px;
	}
}