
body .visible-swindon { display:none !important; } 
body .hidden-swindon { display:inherit !important; } 
body.shop_swindon .hidden-swindon { display:none !important; }
body.shop_swindon .visible-swindon { display:inherit !important; }

.visible-guest { display:initial !important; }
.hidden-guest { display:none !important; }
.visible-user { display:none !important; }
.hidden-user { display:initial !important; }

body {
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
body {
	background-color: #2972a3;

	/*background-image: url("/myimages/881/zpos-bg-bluewallpapers.jpg");*/
	background-image: url("//cdn1.zfood.co.uk/881/images/zpos-bg-bluewallpapers.jpg?auto=compress");

	background-attachment: fixed;
	background-position: left top;
	background-size: cover;
}

header, #mobile-header {
	background-color: #2972a3;

	background-image:none;
	background-attachment: scroll;
}

/* Mobile */
.mobile .km-content {
}
.mobile #mobile-header {
}

