#index-footer{
        text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	position: fixed;
	bottom: 0px;
        z-index: 1000;
/*	width: 1180px;
	min-width: 100%;
	max-width: none;*/
	min-height: 40px;
	padding: 0;
	margin: 0;
	left: 0;
	right: 0;
	background: rgb(0,0,0);
	/*background: rgba(0,0,0,0.90);*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

  	/* IE 7 */
  	filter: alpha(opacity=90);
}
#index-footer:hover{
	background-color: black;
}
#index-footer ul{
	width: auto;
	margin: 0.625rem 0;
	padding: 0;
}

#index-footer ul li{
	display: inline;
	color: #9ba5a8;
	font-size: 0.8125rem;
}

#index-footer a{
	color: #9a9d9f;
    text-decoration: none;
}

#index-footer a:hover{
	color: #fff;
}

#new-cookies{
	position: fixed;
	z-index: 99;
	bottom: 2.8125rem;
	left: 0;
	background: #062846;
	text-align: center;
	width: 100%;
}
#new-cookies p{
	font-size: 0.9375rem;
	color: #fff;
	padding: 0.75rem 0.9375rem;
}
#new-cookies a{
	font-size: 0.9375rem;
	color: #fff;
	display: inline-block;
}
#new-cookies a:first-child{
	text-decoration: underline;
}
#new-cookies a#dismiss{
	border: 1px solid #fff;
	padding: 1px 1.5625rem;
	border-radius: 4px;
}