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

.mobOnly {
	display: block;
}

.desktopOnly {
	display: none;
}

.topLevelLinkImage {
	width: 20px;
}

#mobNavButtHolder {
	width: 100%;
	display: block;
	background-color: #ffffff;
	border-bottom: 1px solid #333333;
	padding-top: 3px;
}

#buttMobNav {
	height: 40px;
	cursor: pointer;
}

#mobNav {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color: rgba(255,255,255,0.8);
}

#mobNavTable {
	width: 100%;
	height: 100%;
}





#darkBand {
	padding-top: 10px;
	padding-bottom: 10px;
}

#fbLink {
	display: none;
}





#slide {
	border-top: none;
}

#slideDesk {
	display: none;
}



#fbButt {
	height: 20px;
}




.content {
	width: calc(100% - 80px);
	padding: 40px;
}

.contentBottomFp {
	width: calc(100% - 0px);
	padding: 0px;
}


p {
	font-size: 14px;
	line-height: 24px;
}

h1 {
	font-size: 20px;
}

h2 {
	display: block;
	text-align: center;
	font-size: 16px;
}

hr {
	width: calc(100% - 50px);
}

#review {
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.fpService {
	width: calc(30% - 5px);
	margin: 5px;
}



#innerBottom {
	width: calc(100% - 40px);
	padding: 20px;
}

.bottAddress {
	margin-left: 0px;
}

#p58 {
	margin-left: 0px;
}



#staticHolder {
	padding-top: 10px;
	padding-bottom: 10px;
}

#logo {
	max-height: 70px;
	max-width: calc(100% - 10px);
}






.pageImage {
	width: 30%;
	max-width: 500px;
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.4);
}

.smallPageImage {
	width: 30%;
	max-width: 150px;
	float: right;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.4);
}


#map {
	width: 100%;
	max-width: none;
	float: none;
	margin: 0px;
	border: 2px solid #eeeeee;
	margin-bottom: 30px;
}

.twoColumns {
	column-count: 1;
	column-gap: 0px;
}

#fpSecondImage {
	display: none;
}

.leftColumn {
	width: 100%;
	float: none;
}

.rightColumn {
	width: 100%;
	float: none;
}

.priceTitle {
	display: block;
	width: calc(100% - 20px);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #fab907;
}

.pricePrice {
	display: block;
	width: calc(100% - 20px);
	max-width: 400px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 12px;
	background-color: #ffffff;
}




.areaThumb {
	height: 80px;
}

.areaTitle {
	font-size: 10px;
	display: block;
	text-align: center;
	margin-top: 5px;
	color: #333333;
}




.fpNewsHalfTable {
	display: table;
	width: 100%;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
}

.newsThumbTd {
	display: block;
	width: 100px;
	height: 100px;
	line-height: 0px;
}

.newsThumb {
	max-width: 100%;
	max-height: 100px;
}

.fpNewsInfoTd {
	width: 100%;
	height: 80px;
	padding: 10px;
}



#centreBee {
	margin-left: -25px;
	margin-top: -25px;
	width: 50px;
}

.fpContent {
	padding-top: 0px;
}

#opening {
	margin-bottom: 10px;
	font-size: 12px;
	width: calc(100% - 10px);
	padding: 5px;
}

#opening2 {
	margin-bottom: 10px;
	font-size: 12px;
	width: calc(100% - 20px);
	padding: 10px;
}

.twoColumns p {
	margin-bottom: 0px;
	line-height: 24px;
}

.contactAddress {
	text-align: center;
}

.bottomLeft p {
	text-align: center;
}

.bottomRight p {
	text-align: center;
}

#floater {
	top: 10px;
	left: 10px;
	width: 100px;
}








a:link.mobLinks {
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	background-color: #333333;
	color: #ffffff;
	text-align: left;
	font-size: 18px;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.4);
}

a:active.mobLinks {
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	background-color: #333333;
	color: #ffffff;
	text-align: left;
	font-size: 18px;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.4);
}

a:visited.mobLinks {
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	background-color: #333333;
	color: #ffffff;
	text-align: left;
	font-size: 18px;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.4);
}

a:hover.mobLinks {
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	background-color: #333333;
	color: #ffff00;
	text-align: left;
	font-size: 18px;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.4);
}

.mobLinkIcon {
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
	margin-left: 20px;
}



}



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

.row {
	display: block;
}

.fpNewsTable {
	display: block;
	width: auto;
	margin: 0px;
	margin-bottom: 20px;
	text-align: center;
}

.newsThumbTd {
	display: block;
	width: auto;
	height: auto;
}

.newsThumb {
	max-width: 100%;
	max-height: 200px;
}

.mobNewsThumb {
	height: 30px;
}

.fpNewsInfoTd {
	display: block;
	width: calc(100% - 20px);
	height: auto;
	padding: 10px;
}

.newsSummary {
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}

}



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

.pageImage {
	width: 100%;
	display: block;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}

.serviceImage {
	width: 100%;
	max-width: none;
	float: none;
	margin-left: 0px;
}

}


