@import url('https://fonts.googleapis.com/css?family=Ubuntu');

html {
  scroll-behavior: smooth;
}

.mobOnly {
	display: none;
}

.desktopOnly {
	display: block;
}

body {
	margin: 0px;
	background-color: #ffffff;
	font-family: Ubuntu;
}

#topLevelBand {
	display: none;
	width: 100%;
	background-color: #333333;
	font-size: 0px;
}

#topNav {
	width: 100%;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}

#slide {
	width: 100%;
	display: block;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #ffffff;
}

#slideMob {
	display: none;
}

#slide2 {
	width: 100%;
	display: block;
	border-bottom: 1px solid #333333;
}

#fbLink {
	float: right;
	margin-right: 30px;
	margin-top: 30px;
}

#fbLinkFp {
}

#fbButt {
	height: 30px;
	vertical-align: middle;
	margin-left: 10px;
}

#content1 {
	display: block;
	width: 100%;
}

#content2 {
	display: block;
	width: 100%;
	background: linear-gradient(to right, #dddddd, #fafafa, #dddddd);
}

.content {
	width: calc(100% - 200px);
	max-width: 1200px;
	margin: auto;
	padding: 50px;
}

.fpContent {
	padding-top: 0px;
	padding-bottom: 50px;
}

.twoColumns {
	column-count: 2;
	column-gap: 50px;
	column-fill: balance;
}

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

#centreBee {
	position: relative;
	left: 50%;
	margin-left: -50px;
	z-index: 100;
	margin-top: -50px;
	width: 100px;
}

#review {
	display: block;
	text-align: center;
	font-size: 34px;
	color: #333333;
	font-style: italic;
	font-family: "Times New Roman";
	line-height: 45px;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-left: 40px;
	margin-right: 40px;
}

.star {
	width: 30px;
	margin-bottom: 30px;
}

#opening {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
	width: calc(100% - 40px);
	padding: 20px;
	background-color: #fab907;
	border-radius: 3px;
}

#opening2 {
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
	width: calc(100% - 40px);
	padding: 20px;
	background-color: #fab907;
	border-radius: 3px;
}

.fpService {
	border-radius: 3px;
	width: calc(30% - 10px);
	max-width: 350px;
	margin: 5px;
}

#bottom {
	width: calc(100% - 40px);
	background: linear-gradient(to right, #111111, #444444, #111111);
	color: #ffffff;
	border-top: 1px solid #ffffff;
	text-align: center;
	padding: 20px;
}

#bottom hr {
	max-width: 800px;
}

#bottom p {
	font-size: 12px;
	color: #888888;
	line-height: 18px;
}

#innerBottom {
	display: flex;
	width: calc(100% - 60px);
	max-width: 1140px;
	margin: auto;
	padding: 30px;
}

.bottomLeft p {
	text-align: right;
	vertical-align: middle;
}

.bottomRight p {
	text-align: left;
}

.white {
	color: #ffffff;
}

.bottAddress {
	margin-left: 7px;
}

#iconPhone {
	height: 15px;
	margin-right: 10px;
	vertical-align: middle;
}

#iconEmail {
	height: 12px;
	margin-right: 10px;
	vertical-align: middle;
}

.leftColumn {
	float: left;
	width: calc(50% - 20px);
}

.rightColumn {
	float: right;
	width: calc(50% - 20px);
}

.spacer {
	display: block;
	clear: both;
}

.fpFeature {
	border-radius: 3px;
	width: 100%;
	margin-bottom: 20px;
}

#mobNav {
	display: none;
}

#staticHolder {
	display: block;
	width: 100%;
	overflow-x: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #333333;
	background: linear-gradient(to right, #111111, #444444, #111111);
}

#logo {
}

#p58 {
	height: 25px;
}

.pageImage {
	width: 25%;
	max-width: 500px;
	float: right;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

.smallPageImage {
	width: 25%;
	max-width: 150px;
	float: right;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}

#iconPhone2 {
	height: 15px;
	margin-right: 10px;
}

#iconEmail2 {
	height: 12px;
	margin-right: 10px;
}

.contactInputs {
	width: 90%;
	max-width: 300px;
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
}

#messageBody {
	resize: none;
	width: 90%;
	max-width: 600px;
	height: 200px;
	border: 1px solid #000000;
	padding: 5px;
}

#sentMessage {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fab907;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
	border-radius: 3px;
}

#map {
	display: block;
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	border-radius: 3px;
	width: 50%;
	max-width: 500px;
	height: 300px;
	border: 2px solid #ffffff;
}


.serviceHolder {
	display: block;
}

.serviceImage {
	width: 33%;
	max-width: 300px;
	float: right;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 25px;
	box-shadow: 0px 0px 20px hsla(0,100%,100%,1);
	border-radius: 3px;
}

.serviceTitle {
	display: block;
	margin-bottom: 10px;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}

.staffHolder {
	display: inline-block;
	background-color: #ffffff;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.4);
	margin: 10px;
	width: 200px;
}

.staffImage {
	width: 200px;
	display: block;
	margin-bottom: 5px;
}

.staffName {
	display: block;
	text-align: center;
}

.staffTitle {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #aaaaaa;
}

.priceTitle {
	display: inline-block;
	width: calc(100% - 190px);
	max-width: 400px;
	background-color: #ffffff;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.1);
	text-align: left;
	padding: 10px;
}

.pricePrice {
	display: inline-block;
	width: 150px;
	background-color: #fab907;
	color: #333333;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.1);
	padding: 10px;
}

.areaHolder {
	display: inline-block;
	margin: 10px;
}

.areaThumb {
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.2);
}

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

#areaImage {
	max-width: 100%;
	max-height: 1200px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.2);
}

.tab {
	cursor: pointer;
	background-color: #eeeeee;
	color: #000000;
	box-shadow: 0px 0px 8px hsla(0,0%,0%,0.5);
	padding-top: 10px;
	padding-bottom: 10px;
	width: 130px;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-position: left center;
	background-repeat: no-repeat;
}

#ifr {
	display: none;
}

#wifi {
	max-height: 100px;
	max-width: calc(100% - 100px);
}

.pCentre p {
	text-align: center;
}

#floater {
	display: block;
	position: absolute;
	z-index: 100;
	top: 10%;
	left: 30px;
	width: 15%;
	transform: rotate(-20deg) scale(0.8, 0.8);

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

#floater:hover {
	transform: rotate(0deg) scale(1, 1);
}














p {
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}

hr {
	width: calc(100% - 200px);
	border: none;
	border-top: 1px dotted #aaaaaa;
}

h1 {
	display: block;
	text-align: center;
}

h2 {
	background-color: #fab907;
	padding: 10px;
	border-radius: 3px;
	display: inline-block;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.1);
}

button {
	background-color: #fab907;
	color: #333333;
	padding: 10px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}





a:link {
	text-decoration: none;
	color: #fab907;

	transition: color 0.5s;
}

a:active {
	text-decoration: none;
	color: #fab907;
}

a:visited {
	text-decoration: none;
	color: #fab907;
}

a:hover {
	text-decoration: none;
	color: #fab907;
}











a:link.topLinks {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;

	font-size: 20px;
	color: #aaaaaa;
	vertical-align: middle;

	transition: color 0.5s;
}

a:active.topLinks {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;

	font-size: 20px;
	color: #aaaaaa;
	vertical-align: middle;
}

a:visited.topLinks {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;

	font-size: 20px;
	color: #aaaaaa;
	vertical-align: middle;
}

a:hover.topLinks {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;

	font-size: 20px;
	color: #333333;
	vertical-align: middle;
}







a:link.fpServiceLink {
	filter: brightness(100%);

	transition: filter 1s;
}

a:active.fpServiceLink {
	filter: brightness(100%);
}

a:visited.fpServiceLink {
	filter: brightness(100%);
}

a:hover.fpServiceLink {
	filter: brightness(170%);
}

