html {
	width:100%;
	height:100%;
	scroll-behavior: smooth !important;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #000000;
	/* background-color: #FFFFFF; */
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	scroll-behavior: smooth !important;
}
* {
    box-sizing: border-box;
}
.Row {
	padding:0;
	margin:0 0 1.0em 0;
}
.Row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="Col-"] {
    float:left;
    padding:2%;
    margin:0;
 }
 .TextIndent {
	 padding-left: 2%;
 }
.SectionInner {
	position: relative;
	width:100%;
	max-width:1200px;
	margin:0 auto 0 auto;
	padding:0 10px 0 10px;
}

/* Header layout */
header {
	display: block;
	flex-shrink: 0;
	background-color: #3B4A23;
	margin:0;
	padding:0 0 15px 0;
}
#Logo {
	position:absolute;
	top:10px;
	left:1%;
	width:95%;
	max-width:290px;
	height:auto;
	display:block;
}
#BannerText {
	margin:0;
	width:100%;
}
#BannerText h1 {
	margin:0;
	padding:0;
	color: #FFFFFF;
	text-align: center;
	font-weight:bold;
	font-size:26px;
	line-height:1;
}
#BannerText h1 span {
	font-size:0.7em;
}
.BannerTextPhone {
	font-size:16px !important;
	color: #FFFFFF;
}
#BannerText p {
	color: #FFFFFF;
	text-align: center;
	font-weight:bold;
	font-size:18px;
}
#BannerText a {
	font-weight:bold;
	color: #FFFFFF;
}
.PhoneLink a {
	text-decoration:none;
}

/* End of banner */


/* Main Navigation Bar */

 /* Full width banner container */

#NavBarOuter {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	border-bottom: 2px solid #B99E59;
	border-top: 1px solid #B99E59;
	background-color:#3B4A23;
	flex-shrink: 0;
	position: -webkit-sticky;
 	position: sticky;
 	top: 0;
	z-index:2000;
}

/* Navigation bar area */

#NavBarInner {
	margin:0 auto 0 auto;
	padding:5px 15px 5px 15px;
	width:100%;
	max-width:1200px;
}
nav ul {
	padding:0;
	margin:0;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
nav ul li {
	margin: 0;
	padding:0;
	cursor: pointer;
	position:relative;
}
nav ul li a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-image: none;
	background-color:#3B4A23;
	padding: 6px 2px 6px 2px;
	border:1px solid #3B4A23;
}
nav ul li a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
nav .Highlight {
	border-color:#FFFFFF;
}

/* Dropdown box */
nav ul li ul {
	padding: 10px;
	margin:0;
	background-color: #EBDBC5;;
	position: absolute;
	top: -1000px;
	left: 0px;
	width: 150px; /*Width od dropdown box */
	border:1px solid #000000; /* Border round dropdown */
	border-top:none;
	opacity: 0;
	-webkit-transiton: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	z-index:1000;
}
nav ul li:hover ul {
	opacity: 1;
	top: 36px;
}
nav ul li ul li { 
	display: block; 
	color: #FFFFFF;
	padding:0;
	margin:2px 0 2px 0;
	width:100%;
	border:1px solid #FCACC7; /* Border round dropdown buttons */
}
nav ul li ul li a {
	padding:2px 0 2px 5px;
}
#MobileMenuButton {
	display:none;
	padding: 10px 2px 10px 2px;
}

/* End of main navigation bar */

#Wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
#Layout {
	padding: 0;
	/* background-color:#F1F1F1; */
	flex-shrink: 0;
	flex-grow: 1;
}
footer {
	padding: 20px 20px 10px 20px;
	margin:0;
	position: relative;
	background-color:#3B4A23;
}
.FooterSection {
	float:left;
}
#Footer p {
	text-align: center;
	color:#FFFFFF;
}
#Footer a {
	text-decoration: none;
	color:#FFFFFF;
}
.FooterLogo {
	display:block;
	margin:0 auto 15px auto;
	width:90%;
	max-width:150px;
	height:auto;
}
.HygieneRating {
	width:90%;
	max-width:150px;
	height:auto;
	display:block;
	padding:0;
	margin: 0 auto 0 auto;
}
.ClearFloat {
	clear: both;
}
p {
	font-size: 16px;
	padding: 0;
	margin: 0 0 10px 0;
}
.SmallText {
	font-size:0.9em;
}
.LargeText {
	font-size:1.2em;
}
.BoldText {
	font-weight:bold;
}
.BoldText a {
	font-weight:bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color:#BDBBBB
}
h2 {
	font-size: 22px;
	padding: 0;
	margin: 30px 0 20px 0;
	font-weight: bold;
	color:#000000;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin:25px 0 10px 0;
	color: #000000;
}
/* NOTE h5 is reserved for the menu display */

.CenterText {
	text-align:center;
}
ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: circle;
}
li {
	margin: 0px 0px 10px;
	font-size: 16px;
	padding: 0;
}
.AlignRight {
	text-align: right;
}
.PostcodeLookupCredit {
	font-size:0.8em !important;
}
img {
	border:none;
}
.DisplayPanel {
	border: 2px solid #CFBD73;
	background-color: #3B4A23;
	padding: 6px;
	margin: 10px 2% 0 2%;
	border-radius: 25px;
	width: 95%; /* Default but over-ridden by screen size */
}
.DisplayPanelHeader {
	font-size:20px;
	font-weight: bold;
	padding: 0px;
	margin: 10px 0 15px 0;
	text-align:center;
	text-shadow: 2px 2px #CFBD73;
}
.DisplayPanel p {
	color:#FFFFFF;
	text-align:center;
}
.DisplayPanel a {
	color:#FFFFFF;
}
.TextPanel {
	border: 2px solid #B99E59;
	background-color: #FAFBF2;
	padding: 10px;
}
.PanelBackground {
	background-color: #BED3E5;
}
.CheckoutPanel {
	border: 1px solid #384F5F;;
	background-color: #DFDFDF;
	width: 100%;
}
.FlexPanel {
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
.Padding {
	padding:15px;
}
.Shadow {
	-webkit-box-shadow: 10px 10px 5px #A6B4C1;
	box-shadow: 10px 10px 5px #A6B4C1;
}
.RoundCorners {
	border-radius: 25px;
}
.Border {
	border: 1px solid #384F5F;
	padding: 15px;
}
.Button {
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #000000;
	text-align: center;
	display: block;
	color: #FFFFFF !important;
	font-size: 14px;
	font-weight: normal;
	border-radius: 10px;
	width:220px;
	padding: 4px 8px 4px 8px;
	background-color: #3B4A23;
}
.Button:hover {
	color: #C0C0C0;
}
.SmallButton {
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #0D639E;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	border-radius: 5px;
	padding: 2px;
	background-color: #3B4A23;
}
.SmallButton:hover {
	color: #C0C0C0;
}
.FormTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	width:90%;
}
.FormDropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.DateField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	width:100px;
	margin:0 20px 30px 0;
	float:left;
}
.DateDivider {
	font-weight:bold;
	font-size:18px;
	margin:0 5px 0 5px;
}
.Picture {
	width:100%;
	height:auto;
	border:none;
}
#Layout hr {
	margin: 10px 0 10px 0;
	color: #384F5F;
	background-color:#384F5F;
}
#Credit p {
	text-align: center;
	margin: 20px 0px 0px 0px;
}
.FloatLeft {
	float:left;
}
.FloatRight {
	float:right;
}
iframe {
	width:100%;
	border:none;
	padding:0;
	margin:0;
}
#MessagePopup {
	opacity:0;
	position: fixed;
	top:-1000px;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
	overflow: hidden;
	-webkit-transition: opacity 2s;
	transition: opacity 2s;
	z-index:2000;
	padding:20px;
	cursor: default;
	width:90%;
	max-width:400px;
	background-color:#3B4A23;
	border:6px solid #C0C0C0;
	
}
#MessagePopup p {
	text-align:center;
	margin-top:15px;
	color:#FFFFFF;
}
 #UserLoginForm {
	opacity:0;
	position: fixed;
	top:-1000px;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
	overflow: hidden;
	-webkit-transition: opacity 2s;
	transition: opacity 2s;
	z-index:2000;
	padding:20px;
	cursor: default;
	width:90%;
	max-width:400px;
	background-color:#D0D0D0;
	border:6px solid #000000;
}
.CloseModal {
	position:absolute;
	top:5px;
	right:5px;
	font-size:20px;
	color:#FFFFFF;
	cursor:pointer;
}
#WaitPanel {
	display:none;
}
#ButtonPanel {
	display:block;
}
#PageBannerOuter {
	position:relative;
}
#PageBanner { /* Width set by screen size */
	height:auto;
}
#BannerButtonOuter { /* Position of top set by screen size */
	position:absolute;
	left:0;
	z-index:1000;
	width:100%;
}
.BannerButtonInner {
	width:100%;
	padding:0;
	margin:0;
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
}
.BannerButton {
	width:80%;
	max-width:300px;
	background-color:#B99E59;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	padding:16px;
	margin:10px 5% 0 5%;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	border-radius: 15px;
	border:1px solid #FFFFFF !important;
}
#LoginButtonOuter {
	position:absolute;
	top:10px;
	right:15px;
	background-color:#B99E59;
	font-size:14px;
	font-weight:normal;
	padding:6px;
	margin:0;
	border-radius: 10px;
	border:1px solid #FFFFFF !important;
}
#LoginButtonOuter p {
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin:0;
	text-align:right;
}
#LoginButtonOuter a {
	color:#FFFFFF;
	text-decoration: none;
}
#LoginLink {
	cursor: pointer;
}

/* For Google Map */

.map-responsive{
    overflow:hidden;
    position:relative;
    height:0;
	border-bottom:2px solid #384F5F;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/*  Home Page */
#HomePageBottom {
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	padding:0;
	margin:20px 0 30px 0;
}
.HomePageText {
	text-align:center;
	margin:0 0 30px 0;
	padding:15px;
	background-color:#FFFFFF;
	border-bottom: 2px solid #B99E59;
}
.HomePageText h2 {
	margin-top:30px;
	margin-bottom:15px;
}
.HomePageText h3 {
	margin-bottom:30px;
}
.HomePageSection {
	text-align:center;
	margin:0 0 30px 0;
	padding:15px;
	background-color:#FFFFFF;
	border-top: 2px solid #B99E59;
	border-bottom: 2px solid #B99E59;
}
#Miahs1980 {
	position:absolute;
	bottom:10px;
	left:10px;
	width:20%;
	max-width:180px;
	height:auto;
}
.HomePagePic {
	height:auto;
	margin-bottom:20px;
}

/* Mobile */

@media only screen and (max-width: 850px){

	.Col-m-1 {width: 8.33%;}
	.Col-m-2 {width: 16.66%;}
	.Col-m-3 {width: 25%;}
	.Col-m-4 {width: 33.33%;}
	.Col-m-5 {width: 41.66%;}
	.Col-m-6 {width: 50%;}
	.Col-m-7 {width: 58.33%;}
	.Col-m-8 {width: 66.66%;}
	.Col-m-9 {width: 75%;}
	.Col-m-10 {width: 83.33%;}
	.Col-m-11 {width: 91.66%;}
	.Col-m-12 {width: 100%;}

	.M-none {
		display:none;
	}

	/* Menu bar */

	#NavBarOuter {
		height:38px;
	}
	#NavBarInner {
		position:absolute;
		margin:0;
		padding:0;
		height:38px;
		overflow:hidden;
		-webkit-transiton: height 1s;
		-moz-transition: height 1s;
		-ms-transition: height 1s;
		-o-transition: height 1s;
		transition: height 1s;
		background-color: #3B4A23;
	}
	nav ul {
		display:block;
	}
	#NavBarInner:hover {
		height: 350px;
		overflow-y:auto;
	}
	nav ul li a {
		margin:0 0 5px 0px;
		padding:5px;
		width:95%;
		font-size: 18px;
		font-weight:normal;
		border:none;
	}
	nav ul li ul {
		display:none; /* Hide dropdowns */
	}
	nav .Highlight {
		border:none;
	}
	#WelcomeButton {
		display:none; /* do not show the home page button on mobiles */
	}
	#MobileMenuButton {
		display:block;
	}
	.MenuIcon {
		float:left;
		margin:0 20px 0 0;
		padding:0;
	}
	.MenuIconBar {
 		width: 35px;
 		height: 3px;
 		background-color: #FFFFFF;
 		margin:0 0 4px 0;
		padding:0;
	}
	.NavMobileOnly {
		display:block;
	}

	/* End of menu bar */

	.FormTextBox {
		width:95%;
	}
	.CheckoutButton {
		display:block;
	}
	.PhoneNoLink {
		display:none;
	}
	.PhoneLink {
		display:inline;
	}
	#BannerText  {
		padding:120px 0 0 0;
	}
	#Logo {
		max-width:260px;
	}

	/* For Google Map */
	.map-responsive{
	    padding-bottom:50%;
	}
	#PageBanner {
		width:200%;
		margin-left:-50%;
	}
	#BannerButtonOuter {
		top:50px;
		overflow:hidden;
	}
	#OfferBody .DisplayPanel {
		width:90%;
	}

	/*  Home Page */
	.HomePagePic {
		width:80%;
	}
}

/* Tablet */
@media only screen and (min-width: 851px) and (max-width: 1050px){

	.Col-t-1 {width: 8.33%;}
	.Col-t-2 {width: 16.66%;}
	.Col-t-3 {width: 25%;}
	.Col-t-4 {width: 33.33%;}
	.Col-t-5 {width: 41.66%;}
	.Col-t-6 {width: 50%;}
	.Col-t-7 {width: 58.33%;}
	.Col-t-8 {width: 66.66%;}
	.Col-t-9 {width: 75%;}
	.Col-t-10 {width: 83.33%;}
	.Col-t-11 {width: 91.66%;}
	.Col-t-12 {width: 100%;}

	.T-none {
		display:none;
	}

	/* Menu Bar */

	nav ul li a {
		padding: 6px 4px 6px 4px;
	}
	#WelcomeButton {
		display:none;
	}
	.NavMobileOnly {
		display:none;
	}
	.PhoneNoLink {
		display:inline;
	}
	.PhoneLink {
		display:none;
	}
	#BannerText  {
		padding:15px 0 10px 36%;
	}
	#PageBanner {
		width:100%;
	}
	#BannerButtonOuter {
		top:60px;
	}
	#OfferBody .DisplayPanel {
		width:45%;
	}
	#Footer hr {
		display:none;
	}
	/*  Home Page */
	.HomePagePic {
		width:40%;
	}

	/* For Google Map */
	.map-responsive{
	    padding-bottom:30%;
	}
}

/* Desktop */
@media only screen and (min-width: 1051px){

	.Col-d-1 {width: 8.33%;}
	.Col-d-2 {width: 16.66%;}
	.Col-d-3 {width: 25%;}
	.Col-d-4 {width: 33.33%;}
	.Col-d-5 {width: 41.66%;}
	.Col-d-6 {width: 50%;}
	.Col-d-7 {width: 58.33%;}
	.Col-d-8 {width: 66.66%;}
	.Col-d-9 {width: 75%;}
	.Col-d-10 {width: 83.33%;}
	.Col-d-11 {width: 91.66%;}
	.Col-d-12 {width: 100%;}
   
	.D-none {
		display:none;
	}
	/* Menu Bar */

	.NavMobileOnly {
		display:none;
	}
	.PhoneNoLink {
		display:inline;
	}
	.PhoneLink {
		display:none;
	}
	#BannerText  {
		padding:15px 0 0 0;
	}
	#PageBanner {
		width:100%;
	}
	#BannerButtonOuter {
		top:120px;
	}
	#OfferBody .DisplayPanel {
		width:27%;
	}
	#Footer hr {
		display:none;
	}

	/*  Home Page */
	.HomePagePic {
		width:30%;
	}

	/* For Google Map */
	.map-responsive{
	    padding-bottom:25%;
	}
}

/* Overrides for small screens */

@media only screen and (max-width: 500px){
	#BannerButtonOuter {
		top:5px;
	}
	.BannerButton {
		font-size:15px;
		padding:10px;
	}
	.map-responsive{
	    padding-bottom:80%;
	}

}

/*Override for banner text on smaller desktot */

@media only screen and (min-width: 1051px) and (max-width: 1200px){
	#BannerText  {
		padding:15px 0 0 15%;
	}
}
