#footer {
	background: #353535;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353535', endColorstr='#505050');
	background: -moz-linear-gradient(top, #353535, #505050);
	background: -webkit-gradient(linear, top, bottom, from(#353535), to(#505050));
	background: -o-linear-gradient(top, rgb(53, 53, 53), rgb(80, 80, 80));
	padding: 15px 0;
	width: 100%;
	clear: both;
}
#footer #footer-container {
	max-width: 1024px;
	margin: 0 auto;
}
#footer .section {
	min-height: 200px;
	width: 16.6%;
	text-align: right;
}
#footer .section a {
	color: #c5c5c5;
	font-size: 11px;
	font-family: Helvetica;
	border-bottom: 1px solid transparent;
	vertical-align: sub;
}
#footer .section a:hover {
	border-bottom: 1px dotted #c5c5c5;
}
#footer .title {
	width: 100%;
}
#footer .title span {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 24px;
	color: #fff;
	width: 85%;
	text-transform: uppercase;
	text-align: right !important;
	font-family: YanoneKaffeesatzLightRegular;
}
#footer span {
	text-align: left;
}
#footer .section p {
	color: #c5c5c5;
	margin-left: 15%;
	font-size: 11px;
	margin-bottom: 10px;
	font-family: Helvetica;
}
#footer .mention {
	margin: 0 auto;
	clear: both;
}
#footer .mention, .mention a {
	color: #868686;
}

#footer .mention a:hover{
	color : #C5C5C5
}
#footer .mention li {
	display: inline;
	border-left: 1px solid #868686;
	font-size: 11px;
	padding: 0 10px;
}
#footer .mention li:first-child {
	border-left: 0px none;
}
#footer .mention img {
	vertical-align: text-bottom;
}
.toToggle{
	display:none;
}
#follow-us{
	color: #C5C5C5;
	font-family: YanoneKaffeesatzLightRegular;
	font-size: 19px;
}

.social-placeholder iframe{
	display:inline;
}
.mysocial img{
	width : 30px;
}
​
