/****************************************************************************************************/


.container-footer {
	width: 100%;
	padding: 30px 0 30px 0;
	display: block;
	background: url("../bg/stripes.png") repeat scroll 0% 0% #F5F5F5;
	font-size: 15px;
	color: rgb(48, 48, 48);
}


/****************************************************************************************************/


.container-footer .legal {
	float: left;
}


.container-footer .social {
	float: right;
	text-align: right;
}


.container-footer .cookie {
}


.container-footer A,
.container-footer A:visited {
	color: #0B686B;
	transition: color 0.3s ease-in-out 0s;
}


.container-footer A:hover {
	color: white;
	transition: color 0.3s ease-in-out 0s;
}


/****************************************************************************************************/
