footer {
	background:transparent url(http://img01.bt.co.uk/s/assets/images/bt-footer-bg.jpg) repeat-x;
	height:62px;
	display:block;
}
.container{
    width:980px;
    margin:auto;
}
#footer-wrapper .footer-logo {
	display:block;
}
#footer-wrapper .bt-logo-footer.mobile{
	display:none;
}
#footer-wrapper .bt-logo-footer {
	width:76px;
	height:38px;
	float:left;
	margin-top:12px;
	margin-left:15px;
}
.bt-logo-footer img{
	width:100%;
}
footer ul#footer {
	float: left;
    margin-left: 36px;
    margin-top: 12px;
    width: 80%;
}
footer ul#footer li {
	float:left;
	list-style-type:none;
	padding:12px;
}
footer ul#footer a {
	color:#00528e;
	font-size:13px;
}
footer ul#footer a:hover {
	color:#443390;
}
#user-footer-wrapper {
	margin: 0 auto;
	position: relative;
	width: 982px;
}
#user-footer-wrapper ul#ufooter {
	float:right;
	list-style-type:none;
	margin-top: 30px;
	background:#edf0f2;
	padding-bottom: 5px;
}
#user-footer-wrapper ul#ufooter li {
	float:left;
	margin-left:5px;
}
ul#ufooter li.scookies {
	background:url(http://img01.bt.co.uk/s/assets/images/bt-footer-bg.jpg) no-repeat scroll -101px -1417px transparent;
	width:19px;
	height:18px;
}
ul#ufooter li.pcookies {
	background:url(http://img01.bt.co.uk/s/assets/images/bt-footer-bg.jpg) no-repeat scroll -125px -1417px transparent;
	width:19px;
	height:18px;
}
ul#ufooter li.fcookies {
	background:url(http://img01.bt.co.uk/s/assets/images/bt-footer-bg.jpg) no-repeat scroll -149px -1417px transparent;
	width:19px;
	height:18px;
}
ul#ufooter li.tcookies {
	background:url(http://img01.bt.co.uk/s/assets/images/bt-footer-bg.jpg) no-repeat scroll -172px -1417px transparent;
	width:19px;
	height:18px;
}
ul#ufooter li.chg-cok-settings {
	margin-left:30px !important;
	margin-right:10px !important;
}
ul#ufooter li.privacy-settings {
	background:url(http://img01.bt.co.uk/s/assets/images/bt-footer-bg.jpg) no-repeat scroll -193px -1417px transparent;
	width:19px;
	height:18px;
}
ul#ufooter a {
	display:block;
	text-decoration:none;
}
ul#ufooter li.chg-cok-settings a:hover {
	text-decoration:underline;
}

@media screen and (min-width: 720px) and (max-width: 980px) {
	.container{
		width:720px;
		margin:auto;
	}
	footer{
		background:none;
	}
	footer ul#footer {
		margin: 0;
		clear: both;
		width:100%;
	}
	#footer-wrapper .bt-logo-footer{
		margin-left:0;
	}
	footer ul#footer li {
		padding: 12px 33px 12px 0;
	}
}
@media screen and (max-width: 720px) {
	.container{
		width:100%;
	}
	footer{
		background:none;
	}
	footer ul#footer {
		margin-left: 20px;
		margin-top: 12px;
		clear: both;
		width:100%;
	}
	#footer-wrapper .bt-logo-footer{
		margin-left: 20px;
	}
	footer ul#footer li {
		padding:12px 0;
		width: 50%;
	}
}