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

#buttMobNav {
	display: block;
	position: fixed;
	top: 10px;
	left: 20px;
	z-index: 200;
	width: 30px;
	cursor: pointer;
}

#topNav {
	display: none;
}

#logoBand {
	height: 50px;
	margin-top: 0px;
}

#logoTop {
	width: auto;
	height: 110px;
}

#mobNavHolder {
	position: fixed;
	left: -104%;
	top: 0px;
	z-index: 199;
	display: block;
	width: 100%;
	height: 100%;

	border-right: 1px solid #ffffff;
	background: url(../siteimages/back_mob.png), linear-gradient(to bottom right, #733600, #935600);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;

	transition: left 0.3s ease-in-out;
}

#innerMobNav {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

a:link.linksMob, a:active.linksMob, a:visited.linksMob, a:hover.linksMob {
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	width: 180px;
	padding-bottom: 1px;
}

.areaImageHolder {
	width: 300px;
	background-color: #dddddd;
	padding: 30px;
	border-radius: 10px;
}

.areaDescriptionHolder {
	padding: 20px;
}

.areaImageHolder {
	width: 200px;
	padding: 20px;
}

}


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

#mapContact {
	display: block;
	float: none;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	max-width: none;
	height: 300px;
}

.distanceContact {
	text-align: center !important;
}

.mobCentre {
	text-align: center;
}

.start2 {
	margin-left: auto !important;
	margin-right: auto !important;
}

#contactLeftFlex {
	flex-direction: column-reverse;
}

.mob849 {
	display: block;
}

}


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

body {
	font-size: 16px;
}

.content {
	width: calc(100% - 60px);
	padding: 30px;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 23px;
	text-align: center;
}

.fpFeatureFlex {
	display: block;
}

.fpFeature span {
	font-size: 18px;
	text-align: center;
}


.feature1 {
	margin-right: 0px;
	margin-bottom: 30px;
}

.feature2 {
	margin-left: 0px;
}

.review {
	font-size: 24px;
}

.placeLinkHolder {
	display: block;
}

.placeLinkHolder p {
	margin: 0px;
	margin-bottom: 10px;
}

}


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

#logoTop {
	height: 90px;
}

}


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

#contactFlex {
	display: block;
	margin-bottom: 10px;
}

.contactColumn {
	width: 100%;
	margin-bottom: 20px;
}

.contentImage {
	float: none;
	width: 100%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}


.areaHolder {
	flex-direction: column-reverse
}

.areaImageHolder {
	width: calc(100% - 40px);
}

}


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

#bottomFlex {
	display: block;
}

}


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

.bookNow span {
	font-size: 30px;
}

}


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

#logoTop {
	height: 75px;
}

}











