/*****FOOTER******/
.footer{
	padding:20px 0;
	background-color:#234563;
}
.footer p{
	font-size:13px;
	margin:0;
	line-height:20px;
}
.footer-left{
	width:24%;
	margin-right:4%;
	float:left;
}
.footer-middle{
	width:50%;
	float:left;
}
.footer-right{
	width:19%;
	margin-left:2%;
	float:left;
}
.footer select{
	margin-bottom:10px;
	background-color:#fff;
	color:#777;
}
.footer ul{
	margin:0 35px 0 0;
}
.footer ul li a{
	text-transform:uppercase;
	color:#fff;
}
.footer ul li{
	line-height:24px;
}
.logo-footer{
	float:right;
    height: 25px;
    width: 118px;
    background-image: url(../images/logo-footer.png);
    margin-bottom: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-right p{
	clear:right;
	text-align:right;
}
#homepage-newsletter-wrapper {
	background: #EEE;
	padding: 20px 0;
	border-top: 5px solid #FFF;
}