@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');


body {
	padding: 0px;
	background-color:#fff;
	background-image: url(bg-paragon.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Roboto, sans-serif;
	height: 100%;
	font-size: 15px;
}
a {
	color:#0e6e9f;
}

.text-center {
	margin:0 auto;
	text-align:center;
}

.orderspa li {
	margin:0 20px 10px 10px;
}
.orderspa li li {
	margin:10px 10px 10px 10px;
}

.orderspa h3 {
	margin:0 auto;
	width:90%;
	padding:10px;
	background:#fff;
	border:2px solid #000;
	border-radius:5px;
}
 
.x50 {
	width:49%;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
}
.x50 img {
//	width:90%;
}


#container {width:820px;margin:0 auto;}
.50pc {width:49%;display:inline-block;vertical-align:top;border:1px solid red;}

.display {display:block;margin:0 auto;border-radius: 0px 0px 10px 10px;}

@media only screen and (max-width: 830px) {
	#container {width:98%;padding:0 1% 0 1%;margin:0 auto;}
	.50pc {width:auto;}
}


img.right {display:block;float:right;margin:0 0 10px 10px;}


.header1,.header2,.header3 {display:inline-block;width:30%;}

#header {
	position:relative;
	margin:0 auto;
	background:#fff;
	padding:15px;
	border: 1px solid #c0c0c0;
	border-radius: 10px 10px 0px 0px;
	border-bottom:none;
}
#header th {
	vertical-align: bottom;
}
#header .tel {
	font-size:14px;
}
#header a.small {
	position:relative;
	height:30px;
	color:#c0c0c0;
	text-decoration:none;
	display:block;
	font-size:12px;
	font-style:italic;
}
#header a.small span {
	position:absolute;
	top:0px;
}
#header .left {display:inline-block;vertical-align:bottom;width:84%;}
#header .right {display:inline-block;vertical-align:bottom;width:15%;}

#mainfooter {
	position:relative;
	margin:0 auto;
	background:#fff;
	border: 1px solid #c0c0c0;
	border-radius: 0px 0px 10px 10px;
	border-top:none;
	margin-top:20px;
}
#mainfooter .header {
	position:relative;
	margin:0 auto;
	background:#00639a;
	padding:8px;
	color:#fff;
}
#mainfooter .inner {
	position:relative;
	margin:0 auto;
	background:#fff;
	padding:8px;
	color:#000;
	text-align:center;
}

#menu {
	margin:0 auto;
	position:relative;
	z-index:10000;
	padding-top:4px;
	font-size: 0.9em;
	display:block;
	background:#00639a !important;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu {
	position:relative;
	z-index:10000;
	display: none;
}

#tm:checked + .main-menu {
  display: block;
}
#tm:checked + .main-menu a{
	color:#000;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3);
}

#menu li, 
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
  background-color:rgba(0,99,154,0.95);
  border-width: 1px 1px 0;
  margin: 0 1em;
	color:#fff;
}
#menu .sub-menu a {
	color:#fff !important;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
  position: relative;
  display: block;
  color:#fff;
	text-decoration:none;
}

#menu {
  background-color: #e1e1e1;
}

#toggle-menu {
  background: #d1d1d1;
  text-align:center;
}

#toggle-menu, 
#menu a {
  padding: 8px;
}

#menu a {
  transition: all .325s ease-in-out;
  -webkit-transition: all .325s ease-in-out;
}

#menu a:hover {
  background-color: white;
  color: #09c !important;
}

#menu .sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a {
  border:1px solid transparent;
	padding:5px 5px 5px 5px;
}

#menu .sub-menu a:hover {
  color: #444;
  border:1px solid #09c;
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 0;
  top: 0;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
  padding: 1em;
  font-size: 0.8em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}

@media only screen and (min-width: 830px) {
  #menu .main-menu {
    display: inline-block;
  }
  #menu .main-menu a{
	color:#fff;
	}

  #toggle-menu, 
  #menu label.drop-icon {
    display: none;
  }

  #menu ul span.drop-icon {
    display: inline-block;
  }

  #menu li {
    float: left;
    border-width: 0 1px 0 0;
  }

  #menu .sub-menu li {
    float: none;
  }

  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3000;
	text-align:left;
	display:inline-block;
	white-space:nowrap;
  }

  #menu .sub-menu, 
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #menu .sub-menu li {
    border-width: 0 0 1px;
  }

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

 #menu .sub-menu .drop-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
  }

  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}

@media only screen and (max-width: 830px) {
	#header  {text-align:center;}
	#header .left {display:block;float:none;text-align:center;width:100%;}
	#header .right {display:block;float:none;text-align:center;width:100%;}

	#header a.small span {
		position:relative;
		top:-15px;
	}
}

a.logo {
	font-family: 'Lato', sans-serif;
	font-size:60px;
	color:#00639a;
}
a.logo {
	text-decoration:none !important;
}
a.logo  span {
	font-size:50%;
}


.feature {
	display:inline-block;
	vertical-align:top;
}
.feature.full {
	position:relative;
	background:#666666;
	display:inline-block;
	vertical-align:top;
	margin-bottom:20px;
	padding:5px;
	border-radius: 0px 0px 10px 10px;
}
.feature.full .left,.feature.full .right {
	position:relative;
	width:400px;
	display:inline-block;
	vertical-align:top;
	color:#fff;
}

.feature .left {
	position:relative;
	background:#666666;
	width:405px;
	display:inline-block;
	vertical-align:top;
	color:#fff;
	border-radius: 0px 0px 10px 10px;
}
.feature .right {
	position:relative;
	background:#666666;
	width:405px;
	display:inline-block;
	vertical-align:top;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
	border-radius: 0px 0px 10px 10px;
}
.feature .single {
	position:relative;
	width:405px;
	display:inline-block;
	vertical-align:top;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
}
.feature .single.left{
	margin-right:5px;
	margin-bottom:20px;
}
.feature .single.right{
	margin-bottom:20px;
}

@media only screen and (max-width: 830px) {
	.feature {
		position:relative;
		width:100%;
		text-align:center;
	}
	.feature.full {
		position:relative;
		text-align:center;
		margin:0 auto 20px auto;
		width:auto;
	}
	.feature.full .left {
		margin:0 auto;
	}
	
	.feature .single.left,.feature .single.right {
		position:relative;
		margin:0 auto 20px auto !important;
		text-align:center;
	}
}

.feature.full:before, .feature.full:after,.feature.full:before, .feature.full:after {
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 16px;
  left: 10px;
  width: 380px; 
  top: 80%;
  max-width:400px;
  background: rgba(0, 0, 0, 0.7); 
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);
}

.feature.full:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


.feature .left:before, .feature .left:after,.feature .right:before, .feature .right:after {
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 16px;
  left: 10px;
  width: 380px; 
  top: 80%;
  max-width:400px;
  background: rgba(0, 0, 0, 0.7); 
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);
}

.feature .left:after,.feature .right:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}



.banner {
	position:relative;
	border: 1px solid #c0c0c0;
	border-radius: 5px 5px 5px 5px;
	position: relative;
	background-attachment: scroll;
	background-color: #e1e1e1;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	font-size: 14px;
	margin: 20px auto 20px auto;
}
.banner h1 {
	color: #000;
	font-size: 20px;
	padding: 0 20px 5px 20px;
}
.banner h2 {
	color: #000;
	font-size: 18px;
	padding: 0 20px 5px 20px;
}
@media only screen and (max-width: 830px) {
	.banner {
		width:100%;
	}
}
@media only screen and (max-width: 830px) {
	.banner {
		font-size: 14px;
		margin: 10px auto 10px auto;
	}
}


.discount {
	border: 1px solid #666666;
	border-radius: 5px 5px 5px 5px;
	margin: 0;
	position: relative;
	background-attachment: scroll;
	background-color: #EDEDED;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	width: 260px;
	font-size: 12px;
	min-height: 100%;
	height: 50px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.discount a {
	color: #FF0000;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}


.box-i1 {
	color: #FFF;
	border: 1px solid #666666;
	border-radius: 5px 5px 5px 5px;
	margin:0;
	padding:0;
	position: relative;
	background-attachment: scroll;
	background-color: #666666;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	font-size: 14px;
	min-height: 100%;
}
.box-i1 a {
	text-decoration:underline;
}

.box-i1.noradius-left {
	border-radius: 0px 5px 5px 0px;
}
.box-i1.noradius-right {
	border-radius: 5px 0px 0px 5px;
}

.box-i1.padding {
	padding:10px;
}
.box-i1 p {
	padding:5px;
}

a.enquire {margin:8px 0 8px 0;padding:3px 8px;background:#c0c0c0;font-size:16px;text-decoration:none !important;color:#000;font-weight:bold;border:1px solid #c0c0c0;border-radius: 3px;margin:10px 0 20px 0;display:inline-block;}
a.enquire:hover {color:#fff;background:#00649b;border:1px solid #fff}

.info {margin:10px;}
.info .price {font-size:150%;}


.box-i2 {
	border: 1px solid #c0c0c0;
	border-radius: 5px 5px 5px 5px;
	position: relative;
	background-attachment: scroll;
	background-color: #e1e1e1;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	font-size: 14px;
	margin: 20px 0 20px 0;
}
.box-i2 h1 {
	color: #000;
	font-size: 20px;
	padding: 0 20px 5px 20px;
}
.box-i2 h2 {
	color: #000;
	font-size: 18px;
	padding: 0 20px 5px 20px;
}
.box-i2.white {
	background: #fff;
}

.box-i2 #spa h3 {
	color: #000;
	width: 220px;
	border: 1px solid #333333;
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 15px;
	border-radius: 7px 7px 7px 7px;
}
.box-i2 #why {
	margin-right: 20px;
	margin-left: 15px;
	margin-bottom: 5px;
}
.box-i2 #why a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #99CCFF;
}
.box-i2  #spa {
	margin-right: 20px;
	margin-left: 15px;
	margin-bottom: 5px;
}
.box-i2 #spa a {
	color: #CCFFFF;
	text-decoration: none;
}
.box-i2  #off {
	margin-right: 20px;
	margin-left: 15px;
	margin-bottom: 5px;
}
.box-i2 #off a {
	color: #FF0000;
	text-decoration: none;
}
.box-i2 #spa ul {
	list-style-image: url(images/dot.gif);
	line-height: 16px;
}
.box-i3 {
	display:inline-block;
	vertical-align:top;
	border: 1px solid #0e6e9f;
	border-radius: 5px 5px 5px 5px;
	margin: 0;
	position: relative;
	background-color: #def3fc;
	font-size: 14px;
	padding:10px;
	width:610px;
}
@media only screen and (max-width: 830px) {
	.box-i3 {
		width:auto;
	}
}

.box-i3 h1 {
	color: #000;
	font-size: 20px;
}
.box-i3 #why {
	margin:0;
}



.box-i3a {
	display:inline-block;
	vertical-align:top;
	border: 1px solid #0e6e9f;
	border-radius: 5px 5px 5px 5px;
	margin: 0 auto;
	position: relative;
	background-color: #def3fc;
	font-size: 14px;
	padding:10px;
	width:610px;
}
.box-i3a.full{
	width:800px;
}
@media only screen and (max-width: 830px) {
	.box-i3a {
		width:auto;
	}
	.box-i3a.full{
		width:auto;
	}
}

.box-i3a h1 {
	color: #000;
	font-size: 20px;
}
.box-i3a #why {
	margin:0;
}
.box-i3a table {
	border:none;
	border-spacing: 0px;
}
.box-i3a table tr {
	padding:0;
	margin:0;
}
.box-i3a table td {
	padding:5px;
	margin:0;
	border:1px solid #75cfff;
}

.box-i3a table. {
	border:none;
	border-spacing: 0px;
}
.box-i3a table. tr {
	padding:0;
	margin:0;
}
.box-i3a table.plain td {
	padding:5px;
	margin:0;
	border:none;
}


.box-i3a a.enquire {background:#00649b;border:1px solid #00649b;color:#fff;}
.box-i3a a.enquire:hover {color:#fff;background:green;}




.box-i4 {
	border: 1px solid #0e6e9f;
	border-radius: 5px 5px 5px 5px;
	margin: 0;
	position: relative;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	font-size: 14px;
	min-height: 100%;
}
.small {
	font-size: 12px;
}
.offer {
	background-image: url(1mid.png);
	background-repeat: no-repeat;
	background-position: center top;
}

table td{
	vertical-align:top;
}

#spa table{
	margin:0 auto;
}
#spa table td{
	padding:5px;
	margin:0;
	border:1px solid #e1e1e1;
}

.box-spasr {
	display:inline-block;
	vertical-align:top;
	border: 1px solid #999999;
	border-radius: 5px 5px 5px 5px;
	position: relative;
	background-attachment: scroll;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	font-size: 11px;
	width:180px;
}
.box-spasr a {
	color: #0e6e9f;
}
.box-spasr h2 {
	text-transform: uppercase;
	font-size: 14px;
	color: #999999;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left: 15px;
}
.box-spasr img {
	max-width:170px;
	height:auto;
}

@media only screen and (max-width: 830px) {
	.box-spasr {
		width:100%;
		font-size: 14px;
	}
	.box-spasr img {
		max-width:100%;
	}
}



.p-in10 {
	margin-right: 10px;
	margin-left: 10px;
}
.box-i2 .p-in10 a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFF00;
}
.price {
	font-size: 50px;
	font-weight: bold;
	color: #99FFCC;
}
.price25 {
	font-size: 25px;
	font-weight: bold;
	color: #99FFCC;
}

.save {
	color: #FFFFFF;
}
.more {
	color: #FFFFFF;
	text-align: right;
	margin-top: -5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.more a {
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
}
#contact {
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 10px;
}
#bigpic {
	position:relative;
	border:1px solid #e1e1e1;
	border-radius: 0px 0px 15px 15px;
	margin:0 auto 30px auto;	
	width:820px;
	background:#fff;
	text-align:center;
	padding:10px 0 30px 0;
}

#bigpic:before, #bigpic:after {
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 16px;
  left: 10px;
  width: 50%; 
  top: 80%;
  max-width:820px;
  background: rgba(0, 0, 0, 0.7); 
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);
}

#bigpic:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

@media only screen and (max-width: 830px) {
	#bigpic {
		width:auto;
	}
}


.responsive {
    max-width: 100%;
    height: auto;
}

 
#footer {
	border-top:1px solid #c0c0c0;
	width: 100%;
	font-size: 11px;
	background-position: center bottom;
	text-align: center;
	margin: 20px 0px 0px 0px;
}

.box-i1 #revive {
	background-image: url(images/h-revive.jpg);
	margin-top: 10px;
	height: 155px;
}
.box-i1 #refresh {
	background-image: url(images/h-refresh.jpg);
	margin-top: 10px;
	height: 155px;
}
.box-i1 #youtube {
	margin-left: 5px;
}
#rotate1 {
	height: 400px;
	width: 780px;
	margin-top: 10px;
	margin-left: 10px;
}
#rotate2 {
	height: 400px;
	width: 780px;
	margin-top: 10px;
	margin-left: 10px;
}
#rotate3 {
	height: 400px;
	width: 780px;
	margin-top: 10px;
	margin-left: 10px;
}
#rotate4 {
	height: 400px;
	width: 780px;
	margin-top: 10px;
	margin-left: 10px;
}
#rotate5 {
	height: 400px;
	width: 780px;
	margin-top: 10px;
	margin-left: 10px;
}
#rotate6 {
	height: 400px;
	width: 780px;
	margin-top: 10px;
	margin-left: 10px;
}
#spas {
	height: 400px;
	width: 780px;
	margin: 10px auto 10px auto;
}

#colours {
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
}
#map {
	margin-left: 10px;
}
#credit {
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #666666;
	border-radius: 5px 5px 5px 5px;
}
#credit ul {
	margin-left: 1em;
	padding-left: 1em;
	list-style-image: url(images/tick.png);
	color: #666666;
}
.in {
	margin-left: 10px;
}
.prices {
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 5px;
}
.red14
{
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 5px;
color: #F00;
}

.center {margin:0 auto;text-align:center;}

#sides td {
	text-align:center;
}

#sides h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#sides p {
	margin: 5px;
}
#offers {
	border: 1px solid #999999;
	border-radius: 5px 5px 5px 5px;
	width: 400px;
	margin-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
}
.reda {
	color: #F00;
}
.call {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	background-color: #09C;
	text-align: center;
	padding: 10px;
	margin-right: 15px;
	margin-left: 15px;
	border: 1px solid #666666;
	border-radius: 5px 5px 5px 5px;
}
#birchbaypdf {
	background-color: #F90;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 5px 5px 5px 5px;
	font-size: 15px;
	margin-top: 10px;
	text-align: center;
}
#spa #birchbaypdf a {
	color: #333;
	font-weight: bold;
}
.rounded {
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #666;
	margin: 3px;
}


/*-- site improvement css  20211111 */

#sTitle
{
display:none;
}

/* 20231010 */
/* Hidden Email - anti-spam */
/* obfuscate and hide from bots using css */
.obfs {
font-weight:500;
} 
.obfs::before {
	content: "salesinfo\0040"; 
}
.obfs::after {
	content: "sbsspas.co.uk"; 
}
/* hide */
.confused {
	display:none;
}

/* reverse */
.reverse {  
	unicode-bidi: bidi-override;
    direction: rtl;
}


/* 20240812 Glossy info */

#blueInfo {
	background-color:#3399FF; 
	border-radius:5px; 
/*	margin-top:30px; */	
	padding:15px; 
	text-align:left;
}

#blueInfo a:link {
  color: #FFFFFF;
}

/* visited link */
#blueInfo a:visited {
  color: #FFFFFF;
}

/* mouse over link */
#blueInfo a:hover {
  color: #d7d8ec;
}

/* selected link */
#blueInfo a:active {
  color: #d7d8ec;
}

