body {
	font-family: 'Red Hat Display', sans-serif;
	padding:0;
	margin: 0;
	background-color: #FBE9E3;
	background-image: url(https://massages4u.co.uk/images/M4U-Pattern.jpg);
  background-position: center top;
	background-size:cover;
  width: 100%;
  height: 100%;
}
input {border: 1px solid #9FC298; border-radius: 0px;}
input:focus {outline: none;}
input:hover {outline: none;}
.textbold {font-weight: bold;}

/*<<<<<<<<<< FOOTER >>>>>>>>>>*/
footer {
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Red Hat Display', sans-serif;
	font-size: 12pt;
  vertical-align: top; 
  position:relative; 
  display: inline-block; 
  width:100%; 
	text-align: center;
}

/*<<<<<<<<<<  HEADER  >>>>>>>>>>*/
#top {
  width: 100%;
  height: 100%;
}
.headercontainer {
  max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	z-index: 25;
	position: relative;
}
.headercontainer2 {
	height: 75px;
  background-color: #FEC602;
  position: fixed;
  top: 0;
  width: 100%;
}

.topheader {
	height: 170px;
}
@media only screen and (max-width: 1000px) {
  .hidemedium { 
  display: none;
  }
}
.topm4ulogo {
	position: absolute;
	width: 80%;
	max-width: 600px;
}
.topm4ulogo2 {
	position: absolute;
	width: 66%;
	max-width: 300px;
	left: 10px;
	z-index: 2;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  max-width: 1200px;
}
.sticky2 {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
}
@media only screen and (max-width: 1000px) {
  .sticky2 {
    position: relative;
    top: 0px;
  }
}
.sticky3 {
    position: -webkit-sticky;
    position: sticky;
    top: 43px;
		z-index: 100;
}
@media only screen and (max-width: 1000px) {
  .sticky3 {
		position: -webkit-sticky;
    position: sticky;
    /*position: relative;*/
    top: 30px;
		z-index: 100;
  }
}
.navbar-brand-sticky {
  float: left;
	height: 45px;
  font-size: 18px;
  line-height: 20px;
  padding: 0px 0px 25px 50px;
}
@media only screen and (max-width: 1000px) {
  .navbar-brand-sticky {
      padding: 2px 0px 25px 20px;
			height: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-brand-sticky {
      height: 45px;
  }
}
.navbar-brand-sticky2 {
  float: left;
  height: 75px;
  font-size: 18px;
  line-height: 20px;
  padding: 0px 0px 25px 50px;
}
@media only screen and (max-width: 1000px) {
  .navbar-brand-sticky2 {
      padding: 2px 0px 25px 20px;
  }
}
/*<<<<<<<<<<  INPUT BOXES  >>>>>>>>>>*/
.updatebox3 {
    border: 1px solid #000000;
    color: #000000;
    background-color: #F5F5F5;
    padding: 5px 25px 5px 5px;
    font-size: 12pt;
    text-align: right;
    width: 100%;
    font-style: italic;
}
.updatebox5 {
    border: 1px solid #9FC298;
    color: #6F6F6E;
    background-color: #E2EDDF;
    padding: 5px;
    font-size: 12pt;
    text-align: center;
    width: 100%;
    max-width: 500px;
}
/*<<<<<<<<<<  SIDE NAV OVERLAYS  >>>>>>>>>>*/
.sidemenubox {
	height: 100px;
	width: 100%;
	display: inline-block;
}
.overlay2 {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(19, 61, 182, 0.85);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.text2 {
    color: #FEC602;
    font-size: 16pt;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.im2container:hover .overlay2 {
    top: 0;
    height: 140px;
}
.overlay3 {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(19, 61, 182, 0.85);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.text3 {
    color: #FEC602;
    font-size: 20pt;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.im3container:hover .overlay3 {
    top: 0;
    height: 240px;
}

/*<<<<<<<<<<  PRICE BOXES  >>>>>>>>>>*/
.pricebox {
	display: inline-block;
  background-color: #FF0000;
  padding: 15px;
  margin-top: 15px;
  color: white;
  border-radius: 10px;
}
.pricedisc {
	display: inline-block;
  background-color: #FF0000;
  margin-top: 15px;
  color: white;
	border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 15px 0px;
}

/*<<<<<<<<<<  BREADCRUMBS  >>>>>>>>>>*/
.breadcrumbcontainer {
  background-color: #000000;
  padding: 5px;
  font-size: 10pt;
  position: sticky;
	top: 75px;
  z-index: 10;
	float: right;
}
.breadcrumbcontainer a {
	color: #FEC602;
}
.breadcrumbcontainer a:hover {
	color: #FFFFFF;
}
.breadcrumbcontainer a:visited {
	color: #FEC602;
}
@media only screen and (max-width: 768px) {
  .breadcrumbcontainer { 
	display: none;
  }
}
/*<<<<<<<<<<  CHECKOUT PROCESS  >>>>>>>>>>*/
.checkoutBCcontainer {
	padding-top: 10px;
	font-size: 10pt;
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 1250px;
	margin: 10px 0px;
}
.checkoutBCcontainer a {
	color: #223A5E;
}
.checkoutBCcontainer a:hover {
	color: #88B04B;
}
.checkoutBCcontainer a:visited {
	color: #223A5E;
}
.confirmationtable {
	line-height: 2;
}
.requiredlabel {
    font-size: 10pt;
    color: #223A5E;
}
.inputlabel {
    font-size: 10pt;
    color: #88B04B;
}
.requiredbox {
	  border: solid 1px #223A5E;
		border-radius: 0px;
    color: #223A5E;
    font-weight: bold;
    background-color: #EBEBEB;
    text-align: left;
    font-size: 12pt;
    width: 95%;
    padding: 5px;
    max-width: 500px;
    margin-bottom: 5px;
}
.detailbox {
    border: solid 1px #88B04B;
		border-radius: 0px;
    color: #223A5E;
    font-weight: bold;
    background-color: #EBEBEB;
    text-align: left;
    font-size: 12pt;
    width: 95%;
    padding: 5px;
    max-width: 500px;
    margin-bottom: 5px;
}
.inputlabel3 {
  font-size: 10pt;
	font-weight: normal;
}

/*<<<<<<<<<<  NAV LINKS  >>>>>>>>>>*/
#mainnavbar {
  position: absolute;
  min-height: 50px;
  margin-top: 10px;
  border: 1px solid transparent;
  top: 0;
  right: 0;
}
#navbar2 a {
  color: #000000;
}
#navbar2 a:hover {
color: #FEC602;
}
#navbar3 a {
  color: #FFFFFF;
}
#navbar3 a:hover {
color: #6F6F6E;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-nav > li > a {
  font-size: 16pt;
}
.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #F4C7BB;
	color: #6F6F6E;
	font-size: 16pt;
}
@media only screen and (max-width: 450px) {
  .navbar-nav > li > a { 
	font-size: 14pt;
  }
}
@media only screen and (max-width: 450px) {
  .nav > li > a:focus, .nav > li > a:hover { 
	font-size: 14pt;
  }
}
@media only screen and (max-width: 350px) {
  .navbar-nav > li > a { 
	font-size: 12pt;
  }
}
@media only screen and (max-width: 350px) {
  .nav > li > a:focus, .nav > li > a:hover { 
	font-size: 12pt;
  }
}
.navbar-brand {
	padding: 30px 0px 0px 40px;
}
@media only screen and (max-width: 1130px) {
  .navbar-brand { 
	padding: 50px 0px 25px 20px;
  }
}
@media only screen and (max-width: 350px) {
  .navbar-brand { 
	padding: 60px 0px 25px 20px;
  }
}
.strapline {
	padding: 15px 0px 0px 40px;
}

/*<<<<<<<<<<  HEADER LINKS  >>>>>>>>>>*/
.headerlinks {
  padding-top: 20px;
	float: right;
	margin-right: 20px;
	font-size: 16pt;
}

/*<<<<<<<<<<  BASKET / CART  >>>>>>>>>>*/
.almostoverlay {
	font-size: 14pt;
	color: #FFFFFF;
	position: fixed;
	display: block;
	width: 100%;
	height: 10%;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 80;
	cursor: pointer;
	text-align: center;
}
.minheight75 {
  min-height: 75px;
}
.minheight450 {
	min-height: 450px;
}
@media screen and (max-width: 500px) {
  .minheight300sm {
	  min-height: 300px;
  }
}
.almostbasketoverlay {
  background-color: #223A5E;
  padding: 10px;
  position: absolute;
	width: 100%;
}
.mainbasketcontainer {
	position: sticky;
	top: 50px;
	z-index: 30;
}
.basketContainer {
  width: 50%;
  z-index: 19;
  position: absolute;
  background-color: whitesmoke;
	border-right: solid 1px #88B04B;
	border-left: solid 1px #88B04B;
	border-bottom: solid 1px #88B04B;
	transform: scale(0);
	transform-origin: left top;
	transition: all 0.5s ease-in-out;
	overflow-y: auto;
	max-height: 600px;
	min-height: 51px;
}
@media screen and (max-width: 1000px) {
  .basketContainer {
     width: 100%;
     /*transform: translate(0px, 0px);*/
		 left: 0px;
		 max-height: 400px;
  }
}
.basketContainer hr {
	border-top: 1px solid #223A5E;
	margin-top: 0px;
	margin-bottom: 0px;
}
.basketbox {
	color: #223A5E;
	background-color: rgba(0, 0, 0, 0.03);
	width: 100%;
	display: inline-block;
	line-height: 0.75;
}
.productbox2 {
	color: #223A5E;
}

/*<<<<<<<<<<  CART  >>>>>>>>>>*/
.hrformat1 {
	border-top: 1px solid #223A5E;
	margin-top: 0px;
	margin-bottom: 0px;
}
.captcha {
    border: solid 2px #88B04B;
    color: #223A5E;
    font-weight: bold;
    background-color: rgba(255, 102, 0, 0.25);
    text-align: center;
    font-size: 14pt;
    padding: 5px;
    width: 34px;
    height: 34px;
    border-radius: 0px;
}
.quantitydisc {
	display: inline-block;
  background-color: #FFFFFF;
  margin-left: 5px;
  color: #223A5E;
	border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 5px 3px 0px 2px;
}
#cartOverlay {
  position: fixed; 
  display: none; 
  width: 100%;
  height: 100%;
  margin-top: 60px;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); 
  z-index: 8000;
  cursor: pointer; 
  text-align: center;
  overflow: scroll;
}
#payOverlay {
  position: fixed; 
  display: none; 
  width: 100%;
  height: 100%;
  margin-top: 60px;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); 
  z-index: 8000;
  cursor: pointer; 
  text-align: center;
  overflow: scroll;
}
.closex {
  color: #EBEBEB;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 0px 10px;
}
.closex:hover {
  background: #EBEBEB;
  color: #FF6600; 
}
.closex.active {
  background: #EBEBEB;
  color: #FF6600; 
}

/*<<<<<<<<<<   CAROUSEL >>>>>>>>>>*/
.carousel-indicators li {
	background-color: #FBE9E3;
	border: solid 1px #6F6F6E;
	width: 15px;
}
.carousel-indicators li.active {
  background-color: #F4C7BB;
  border: solid 1px #6F6F6E;
	width: 30px;
	height: 10px;
}
.carousel-indicators .active {
	height: 10px;
	margin: 1px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
	background-color: transparent;
	height: 100px;
}
#myCarousel {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
#myCarousel2 {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  #myCarousel2 { 
  height: 100%;
  }
}
.carbox {
  width: 75%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.carbox2 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .carbox2 { 
  width: 100%;
  }
}
.arrows {
  color: #9FC298;
}

.arrows:hover {
  color: #6F6F6E;
}
.arrowbox {
  width:50px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .arrowbox { 
  height: 50px;
  vertical-align: middle;
  }
}
p {
  color: #FFFFFF;
}
.head2 {
  padding: 25px 0px;
}
.head4 {
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.iconBlock {
  /*float: left;*/
  width: 75%;
  padding-left: 60px;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28pt;
  height: 435px;
}
@media only screen and (max-width: 991px) {
  .iconBlock { 
  width: 90%;
  padding-left: 0px;
	max-width: 400px;
	height: 275px;
  }
}
.dots {
  padding-top: 20px;
}
.subtext {
  line-height: 1.42857143;
}  
.itemboxgeneral{
	 background-color: rgba(255, 255, 255, 0.8);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
   height: 100%;
   display: inline-block;
   width: 100%;
}
.itemboxoverlay {
  background-color: #FCF1EF;
  height: 100%;
  width: 100%;
  display: inline-block;
}
.exterior1{
  background-image: url(https://massages4u.co.uk/images/cabin4.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: bottom;
	border: solid 2px #6F6F6E;
}
.interior1{
  background-image: url(https://massages4u.co.uk/images/massages4u_interior_1.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
	border: solid 2px #6F6F6E;
}
.interior2{
  background-image: url(https://massages4u.co.uk/images/massages4u_interior_2.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
	border: solid 2px #6F6F6E;
}
.interior3{
  background-image: url(https://massages4u.co.uk/images/massages4u_interior_3.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: top;
	border: solid 2px #6F6F6E;
}
.interior4{
  background-image: url(https://massages4u.co.uk/images/massages4u_interior_4.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
	border: solid 2px #6F6F6E;
}
.interior5{
  background-image: url(https://massages4u.co.uk/images/massages4u_interior_5.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: top;
	border: solid 2px #6F6F6E;
}
.viewfrom1 {
  background-image: url(https://massages4u.co.uk/images/view_from_massages4u_2.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
	border: solid 2px #6F6F6E;
}
.beach1 {
  background-image: url(https://massages4u.co.uk/images/massages4u_beach_2.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
	border: solid 2px #6F6F6E;
}
.beach2 {
  background-image: url(https://massages4u.co.uk/images/view_from_massages4u_4.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
	border: solid 2px #6F6F6E;
}
.treatment {
  background-image: url(https://massages4u.co.uk/images/treatment.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.itemtextbox{
  width: 50%;
  /*float: right;*/
  /*padding-bottom: 80px;*/
}
@media only screen and (max-width: 768px) {
  .itemtextbox { 
  width: 100%;
  padding-left: 0px;
  /*padding-bottom: 100px;*/
  }
}
.datablockshade {
  background-color: rgba(255,255,255,0.15);
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .datablockshade {
    float: none;
    width: 30%;
    height: 44.8%;
    padding-bottom: 0px;
    min-width: 180px;
  }
}
/*<<<<<<<<<<  PRODUCT PAGES  >>>>>>>>>>*/
.imageframe {
	border: solid 2px #6F6F6E;
	border-radius: 8px;
}
.imageframe2 {
	border: solid 2px #6F6F6E;
}
.treatmentButton {
  position: fixed; 
  top: 70px; 
  margin-left: 10px; 
  z-index: 20;
}
@media only screen and (max-width: 1000px) {
	.treatmentButton {
    top: 40px;
    left: 0px;
    margin-left: 0px;
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
	.treatmentButton {
    top: 50px;
    left: 0px;
    margin-left: 0px;
    padding: 10px;
  }
}	
.sideleft {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 30;
  left: 0px;
  top: 0px;
  background-color: #9FC298;
  border-right: 1px solid transparent;
  overflow-x: hidden;
  padding-top: 30px;
  transition: 0.75s;
}
.sideleft-content {
  position: relative;
  top: 50px;
  width: 100%;
  text-align: right;
  margin-top: 10px;
  padding-right: 20px;
}
#leftNav ul {
  list-style: none;
}
.pageTitle {
  font-size: 48pt;
	color: #9FC298;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}
@media only screen and (max-width: 1000px) {
  .pageTitle {
	font-size: 36pt;
	text-align: center;
	}
}
.pageTitle2 {
  font-size: 36pt;
	color: #F4C7BB;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}
@media only screen and (max-width: 1000px) {
  .pageTitle2 {
	text-align: center;
	}
}
.pageSubTitle2 {
	font-weight: 100;
	text-align: left;
}
@media only screen and (max-width: 1000px) {
  .pageSubTitle2 {
	text-align: center;
	}
}
.pageTitle3 {
  font-size: 36pt;
	color: #9FC298;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}
@media only screen and (max-width: 1000px) {
  .pageTitle3 {
	text-align: center;
	}
}
.pageTitle4 {
  font-size: 36pt;
	color: #6F6F6E;;
	line-height: 1;
	font-weight: 100;
	text-align: left;
}
@media only screen and (max-width: 1000px) {
  .pageTitle4 {
	text-align: center;
	}
}
.contactCircle {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 0 none;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	padding: 0px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}
.contactMail {
	background: #c1a52e;
}
.contactCall {
	background: #b8d253;
}
.contactVisit {
	background: #836f94;
}
.productpagecontainer1 {
	position:relative;
	display: block;
	width:100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .productpagecontainer1 {
		/*margin-top: 50px;*/
	}
}
.productpagecontainer2 {
	text-align: center;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
}

/*<<<<<<<<<<  PRODUCT BOXES  >>>>>>>>>>*/
.productboxcontainer {
	 border: solid 1px #FFFFFF;
	 max-width: 300px;
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: 40px;
}
.productboxcontaineralignright {
	 margin-right: 20px;
}
.productboxcontaineralignleft {
	 margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .productboxcontaineralignright {
		margin-right: auto;
	}
}
@media only screen and (max-width: 768px) {
  .productboxcontaineralignleft {
		margin-left: auto;
	}
}
.productbox {
	height: 200px;
	width: 100%;
	display: inline-block;
}
.productboxtitle {
	width: 100%;
	color: #0022EE;
	padding: 10px 0px;
}
.productboxcontainer:hover {
  border: solid 1px #FEC602;
}
.productboxcontainer:hover .productboxtitle {
  background-color: #0022EE;
  color: #FEC602;
}

/*<<<<<<<<<<  PRODUCT PAGES  >>>>>>>>>>*/
.featureimagecontainer {
	width: 100%;
	display: inline-block;
}
.featureimagebox {
	height: 400px;
	width: 100%;
	display: inline-block;
}
.orderformcontainer {
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: 40px;
	 margin-top: 40px;	
}
.orderformbox {
	width: 100%;
	display: inline-block;
}
.installimages {
	vertical-align: bottom;
	position:relative;
	display: inline-block;
	float:left;
	margin:0px 20px 0px 0px;
	width:100%;
	background:none;
	padding-bottom: 10px;
  max-width: 300px;
}
.orderqty {
	width: 75px;
}

/*<<<<<<<<<< PRODUCT TABS  >>>>>>>>>>*/
.tabthlink {
  background-color: #223A5E;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  width: 33.3%;
}
.tabthlink:hover {
  /*background-color: #88B04B;*/
  color: #F3F3EE;
}
.tabthcontent {
  display: none;
  padding: 50px 20px 20px 20px;
  text-align: center;
	line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .tabthcontent {
    padding: 30px 20px 10px 20px;
    font-size: 14pt;
  }
}
#TAB1 {background-color: #88B04B;}
#TAB2 {background-color: #88B04B;}
#TAB3 {background-color: #88B04B;}
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
@media screen and (max-width: 1000px) {
  .tabth button {font-size: 12pt;}
}
@media screen and (max-width: 768px) {
  .tabth button {font-size: 10pt;}
}
@media screen and (max-width: 500px) {
  .tabth button {font-size: 8pt;}
}

/*<<<<<<<<<<  ACCORDIAN UP/DOWN SYMBOL  >>>>>>>>>>*/
i {
  border: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  cursor: pointer;
  padding: 7px;
  transition: 0.6s;
  float: right;
  margin-left: 5px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/* Rotate down arrow */
.change .down {
  -webkit-transform: rotate(-135deg) translate(-7px, -7px) ;
  transform: rotate(-135deg) translate(-7px, -7px) ;
}

/*<<<<<<<<<<  GREY 3-BAR HAMBURGER SYMBOL  >>>>>>>>>>*/
.bar1, .bar2, .bar3 {
  width: 25px;
  height: 3px;
  background-color: #2E2E2E;
  margin: 5px 0;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 3px;
}
/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 4px) ;
  transform: rotate(-45deg) translate(-3px, 4px) ;
}
/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}
/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -6px) ;
  transform: rotate(45deg) translate(-4px, -6px) ;
}

/*<<<<<<<<<<  PAGE HEADER ???  >>>>>>>>>>*/
.pageheader {
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Red Hat Display', sans-serif;
  box-sizing: border-box; 
  vertical-align: top; 
  position:relative; 
  display: inline-block; 
  width:100%; 
  min-height:50px; 
  background: linear-gradient(to bottom, #7F7F7F, #000000); 
  border-top: none; 
  border-left: none; 
  border-right: none; 
  border-bottom: 5px solid #FFFF00; 
  position: fixed; 
  z-index: 2000;
}

/*<<<<<<<<<<  TERMS  >>>>>>>>>>*/
.m4utermscontainer {
  width: 100%;
  color: #000000;
  background-color: #FFFFFF; 
  padding: 50px 0px 50px 0px;
  text-align: center;
  vertical-align: top;
  position:relative;
  display: inline-block;
  line-height: 1.5;
}
.m4utermslogo {
  font-size:24pt;
  font-weight:bold;
  padding-top: 20px;
  padding-bottom: 50px;
}
.m4utermsheader {
  font-size:20pt;
}
.m4utermstext {
  font-size:16pt;
  padding-bottom: 25px;
}

/*<<<<<<<<<<  CONTACT  >>>>>>>>>>*/
.m4ucontactcontainer {
  width: 100%; 
  padding: 50px 20px 20px 20px;
}
.m4ucontactform {
  box-sizing: border-box; 
  vertical-align: top; 
  position:relative; 
  display: inline-block; 
  width:100%; 
  min-height:150px; 
  max-width:800px; 
}
.m4uinput {
  box-sizing: border-box; 
  vertical-align: bottom; 
  position:relative; 
  display: inline-block; 
  width: 100%; 
  background-color:#FFFFFF; 
  border: 1px solid #000000; 
  color:#223A5E;
  margin-top: 10px;
}
.m4uemailinput {
  height:30px;
  max-width: 500px;
}
.m4umessageinput {
  height:200px;
}
.m4ucontactbutton {
  padding: 10px 15px;
  width: 180px;
}
.m4unumbercheck {
  box-sizing: border-box; 
  vertical-align: bottom; 
  position:relative; 
  display: inline-block; 
  width: 25px;
	height: 30px;
  background-color:#FFFFFF; 
  border: 1px solid #000000; 
  color:#FFFFFF;
	padding-top: 3px;
  margin-top: 10px;
}
.m4uemailinput {
  height:30px;
  max-width: 500px;
}
.m4umessageinput {
  height:200px;
}
.m4ucontactbutton {
  padding: 10px 15px;
  width: 180px;
}

/*<<<<<<<<<  COOKIES  >>>>>>>>>*/
.m4ucookiescontainer {
  width: 100%;
  color: #000000;
  background-color: #FFFFFF; 
  padding: 50px 0px 50px 0px;
  text-align: center;
  vertical-align: top;
  position:relative;
  display: inline-block;
	line-height: 1.5;
}
.m4ucookiesheader {
  font-size:20pt;
}
.m4ucookiestext {
  font-size:16pt;
  padding-bottom: 25px;
}
#cookieMessage {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 30;
	width: 100%;
	transform: scale(1);
	background-color: rgba(0,0,0,0.75);
	padding: 5px;
}
.cookiesubheadtext{
  color: #133DB6;
}
.cookiesubheadtext2{
  color: #000000;
}
.accordion {
  background-color: #133DB6;
  color: #FFFFFF;
  font-size: 18pt;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  max-width: 800px;
  text-align: center;
  border-top: 1px solid #133DB6;
  outline: none;
  transition: 0.4s;
}
.active, .accordion:hover {
  background-color: #FFFFFF;
  color: #133DB6;
}
.accordion2 {
  background-color: #9FC298;
  color: #FFFFFF;
  font-size: 14pt;
  cursor: pointer;
  padding: 2px;
  width: 100%;
  max-width: 800px;
  text-align: center;
  border: 1px solid #6F6F6E;
  outline: none;
  transition: 0.4s;
}
.active, .accordion2:hover {
  background-color: #6F6F6E;
  color: #FFFFFF;
}
.accordioncp {
  border-bottom: solid 4px #999999;
}
.panel {
  box-sizing: border-box;
  vertical-align: top;
  position:relative;
  width:100%;
  max-width:800px;
  background-color: #FFFFFF;
  z-index: 17;
  font-size:12pt;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Red Hat Display', sans-serif;
  color:#6F6F6E;
  border: none;
  border-radius: 0px;
  text-align: left;
  padding-left: 20px;
  max-height: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  transition: max-height 1s ease-out;
  margin-bottom: 0px;
  border: solid 1pt #6F6F6E;
}
.panel2 {
  box-sizing: border-box;
  vertical-align: top;
  position:relative;
  width:100%;
  max-width:800px;
  background-color: #FFFFFF;
  z-index: 17;
  font-size:12pt;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Red Hat Display', sans-serif;
  color:#6F6F6E;
  border: none;
  border-radius: 0px;
  text-align: left;
  padding-left: 20px;
  max-height: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  transition: max-height 1s ease-out;
  margin-bottom: 0px;
  border: solid 1pt #6F6F6E;
}
m {
  border: solid;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  cursor: pointer;
  padding: 4px;
  /*transition: 0.6s;*/
  vertical-align: top; 
  position:relative; 
  background:none; 
  cursor: pointer; 
  float:right; 
  margin-right: 15px;
	margin-top: 5px;
}
.mwt {color: #FFDF00;}
.mtr {color: #8DB600;}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.change .down {
  -webkit-transform: rotate(-135deg) translate(-10px, -10px) ;
  transform: rotate(-135deg) translate(-10px, -10px) ;
	margin-top: 0px;
}

/*<<<<<<<<<<  ABOUT  >>>>>>>>>>*/
.m4uaboutcontainer {
  width: 100%;
  color: #000000;
  background-color: #FFFFFF; 
  padding: 20px 0px 50px 0px;
  text-align: center;
  vertical-align: top;
  position:relative;
  display: inline-block;
}
.m4uaboutlogo {
  font-size:24pt;
  font-weight:bold;
  padding-top: 20px;
  padding-bottom: 50px;
}
.m4uaboutheader {
  font-size:20pt;
}
.m4uabouttext {
  font-size:16pt;
  padding-bottom: 25px;
}

/*<<<<<<<<<<  SITE MAP  >>>>>>>>>>*/
.m4usitemapcontainer {
  padding: 100px 0px 50px 0px;
  text-align: center;
  line-height: 1.5;
  min-height: 800px;
  max-width: 1250px;
}
.sitemapcontainer {
  display: inline-block; 
  width: 200px;
}
#sitemap {
  display: none;
  text-align: left; 
  font-size: 12pt; 
  width: 100%; 
}
@media screen and (max-width: 1200px) {
  #sitemap {
  display: inline-block;
  }
}
#chart_div tr:nth-child(odd) {
  background-color: transparent;
}
#chart_div2 tr:nth-child(odd) {
  background-color: transparent;
}
#chart_div, #chart_div2 {
  color: #EEEEEE;
  display: block;
}
.sitemapbox {
  color:#000000;
  font-size: 12pt;
  padding: 0px 10px;
  min-width: 100px;
}
@media screen and (max-width: 1200px) {
  #chart_div, #chart_div2 {
  display: none;
  }
}
.sitemapcontainer hr {
  border-top: 1px solid #133DB6;
}
/*<<<<<<<<<<  M4U  >>>>>>>>>>*/
.m4uCrumb {
	position: sticky;
	/*top: 75px;*/
	top: 140px;
	text-align: center;
	z-index: 100;
	padding: 5px 0px;
}
@media screen and (max-width: 1000px) {
  .m4uCrumb {
    top: 77px;
		background-color: #FFFFFF;
  }
}
.floatLeft {
	float: left;
}
.floatRight {
	float:right;
}
.menuBox {
	width: 50%;
	height: 450px;
}
.menuBox2 {
	width: 50%;
	height: 450px;
}
@media screen and (max-width: 1000px) {
  .menuBox {
    width: 100%;
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1000px) {
  .menuBox2 {
    width: 100%;
    float: none;
		height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.m4uHeaderLogo {
	margin: 10px 0px 25px 0px;
  width: 20%;
  min-width: 300px;
}
@media screen and (max-width: 1000px) {
  .m4uHeaderLogo {
    width: 50%;
  }
}
.m4uPawIcon {
	width: 25px;
	margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .m4uPawIcon {
    margin-top: 0px;
  }
}
.m4uIcon {
	width: 50px;
}
.m4uIcon2 {
	width: 150px;
}
.m4uIcon2a {
	width: 200px;
}
.m4uIcon3 {
	width: 100px;
}
@media screen and (max-width: 1000px) {
  .m4uIcon3 {
    width: 40px;
  }
}
.homeIcon {
	position: relative;
	top:-44px;
}
@media screen and (max-width: 1000px) {
  .homeIcon {
    display: none;
  }
}
.homeImageText {
	margin-top: -30px;
}
@media screen and (max-width: 1000px) {
  .homeImageText {
    margin-top: 10px;
  }
}
.borderbottom1black {
	border-bottom: solid 1px #000000;
}
.borderbottom1FBE9E3 {
	border-bottom: solid 1px #FBE9E3;
}
.m4uBrandContainer{
	float: left;
	margin-top: 15px;
	z-index: 2;
	position: sticky;
}
.treatmentText {
	font-size: 20pt;
	padding: 10px;
	background-color: rgba(251, 231, 231, 0.5);
}
.treatmentText:hover {
	background-color: #F4C7BB;
}
/*<<<<<<<<<<  GENERAL STYLING  >>>>>>>>>>*/
.height250 {
	height: 250px;
}
.width250px {
  width: 250px;
}
.minwidth300 {
	min-width: 300px;
}
.width33pc {
	width: 33%;
}
.width100pc {
	width: 100%;
}
.minwidth75 {
  min-width: 75px;
}
.minwidth100 {
  min-width: 100px;
}
.minwidth150 {
  min-width: 150px;
}
.maxwidth75 {
  max-width: 75px;
}
.maxwidth100 {
  max-width: 100px;
}
.maxwidth200 {
	max-width: 200px;
}
.maxwidth300 {
	max-width: 300px;
}
.maxwidth400 {
	max-width: 400px;
}
.maxwidth500 {
	max-width: 500px;
}
.maxwidth800 {
	max-width: 800px;
}
.maxwidth1000 {
	max-width: 1000px;
}
.maxwidth1250 {
	max-width: 1250px;
}
.maxwidth1600 {
	max-width: 1600px;
}
a:hover, a:focus {
	text-decoration: none;
}
.notextdecoration {
	text-decoration: none;
}
.paddingnone {
	padding: 0px;
}
@media screen and (max-width: 768px) {
  .paddingnone {
    padding: 15px;
  }
}
.paddingLeft0 {
	padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .paddingLeft0 {
    padding-left: 15px;
  }
}
.paddingRight0 {
	padding-right: 0px;
}
@media screen and (max-width: 768px) {
  .paddingRight0 {
    padding-right: 15px;
  }
}
.padding5px0px {
	padding: 5px 0px;
}
.padding8 {
	padding: 8px;
}
.padding10px0px {
	padding: 10px 0px;
}
.padding10px15px {
	padding: 10px 15px;
}
.padding10 {
	padding: 10px;
}
.padding15 {
	padding: 15px;
}
.paddingbottom5 {
	padding-bottom: 5px;
}
.paddingright5 {
	padding-right: 5px;
}
.paddingleft5 {
	padding-left: 5px;
}
.paddingright10 {
	padding-right: 10px;
}
.paddingleft10 {
	padding-left: 10px;
}
.paddingtop10 {
	padding-top: 10px;
}
.paddingtop12 {
	padding-top: 12px;
}
.paddingtop15 {
	padding-top: 15px;
}
.paddingtop20 {
	padding-top: 20px;
}
.paddingtop25 {
	padding-top: 25px;
}
.paddingleft20 {
	padding-left: 20px;
}
.paddingbottom20 {
	padding-bottom: 20px;
}
.paddingtop50 {
	padding-top: 50px;
}
.paddingbottom50 {
	padding-bottom: 50px;
}
.paddingbottom100 {
	padding-bottom: 100px;
}
.marginautocenter {
	margin-left: auto;
	margin-right: auto;
}
.marginbullets1 {
	margin-left: -1.5em;
}
.margin10 {
	margin: 10px;
}
.margin15 {
	margin: 15px;
}
.marginright0 {
	margin-right: 0px;
}
.marginright10 {
	margin-right: 10px;
}
.marginright15 {
	margin-right: 15px;
}
.marginleft10 {
	margin-left: 10px;
}
.marginleft15 {
	margin-left: 15px;
}
.marginleft20 {
	margin-left: 20px;
}
.margin20 {
	margin: 20px;
}
.margintop2 {
	margin-top: 2px;
}
.marginbottom2{
	margin-bottom: 2px;
}
.margintop5 {
	margin-top: 5px;
}
.marginbottom5{
	margin-bottom: 5px;
}
.margintop10 {
	margin-top: 10px;
}
.margintop13 {
	margin-top: 13px;
}
.marginbottom10 {
	margin-bottom: 10px;
}
.margintop20 {
	margin-top: 20px;
}
.marginbottom20 {
	margin-bottom: 20px;
}
.margintop35 {
	margin-top: 35px;
}
.margintop50 {
	margin-top: 50px;
}
.marginbottom50 {
	margin-bottom: 50px;
}
.margintop75 {
	margin-top: 75px;
}
.margintop100 {
	margin-top: 100px;
}
.marginbottom100 {
	margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .marginbottom50xs {
    margin-bottom: 50px;
  }
}
.textalignleft {
	text-align: left;
}
.textalignright {
	text-align: right;
}
.textaligncenter {
	text-align: center;
}
.textalignjustify {
	text-align:	justify;
}
.textsize1 {
 font-size: 40pt;
}
@media screen and (max-width: 1000px) {
  .textsize1 {
    font-size: 24pt;
  }
}
.textsize2 {
 font-size: 24pt;
}
.textsize3 {
 font-size: 16pt;
}
.textsize4 {
 font-size: 14pt;
}
.textsize20 {
 font-size: 20pt;
}
.textsize18 {
 font-size: 18pt;
}
.textsize16 {
 font-size: 16pt;
}
.textsize14 {
 font-size: 14pt;
}
.textsize12 {
 font-size: 12pt;
}
.textsize10 {
 font-size: 10pt;
}
.textsize8 {
 font-size: 8pt;
}
.textsize6 {
 font-size: 6pt;
}
.lineheight1half {
	line-height: 1.5;
}
.lineheight1point2 {
	line-height: 1.2;
}
.lineheight0point75 {
	line-height: 0.75;
}
.displayinlineblock {
	display: inline-block;
}
.borderblack {
	border: 1px solid #000000;
}
.height180 {
	height: 180px;
}
.backcolourblack {
	background-color: #000000;
}
.backcolour2 {
	background-color: #9FC298;
}
/*<<<<<<<<<<  PRODUCT BOXES  >>>>>>>>>>*/
.productboxcontainer {
	 border: solid 1px #FFFFFF;
	 max-width: 300px;
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: 40px;
}
.productboxcontaineralignright {
	 margin-right: 20px;
}
.productboxcontaineralignleft {
	 margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .productboxcontaineralignright {
		margin-right: auto;
	}
}
@media only screen and (max-width: 768px) {
  .productboxcontaineralignleft {
		margin-left: auto;
	}
}
.productbox {
	height: 200px;
	width: 100%;
	display: inline-block;
	border-radius: 8px 8px 0px 0px;
}
.productboxblock {
	margin-top: -6px;
	background-color: #FBE9E3;
}
.borderradius8px0px {
border-radius: 8px 8px 0px 0px;
}
.productboxtitle {
	width: 100%;
	color: #0022EE;
	padding: 10px 0px;
}
.productboxcontainer:hover {
  border: solid 1px #F59C00;
	transition: all 0.25s linear;
}
.productboxcontainer:hover .productboxtitle {
  background-color: #0022EE;
  color: #F59C00;
	transition: all 0.25s linear;
}
.productboxcontainer2 {
	 border: solid 1px #FFFFFF;
	 max-width: 300px;
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: 20px;
	 margin-top: 20px;
	 box-shadow: 0 2px 6px rgba(58, 57, 68 , 0.2);
	 border-radius: 8px;
}
.productboxcontainer2alignright {
	 margin-right: 20px;
}
.productboxcontainer2alignleft {
	 margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .productboxcontainer2alignright {
		margin-right: auto;
	}
}
@media only screen and (max-width: 768px) {
  .productboxcontainer2alignleft {
		margin-left: auto;
	}
}
.productbox2 {
	height: 200px;
	width: 100%;
	display: inline-block;
}
.productboxcontainer2:hover .productboxblock {
	background-color: #F4C7BB;
	border-radius: 0px 0px 6px 6px;
}
.productboxtitle2 {
	width: 100%;
	color: #6F6F6F;
	padding: 10px 0px;
}
.productboxtitle3 {
	width: 100%;
	color: #6F6F6F;
	padding: 0px 0px 10px 0px;
	border-radius: 0px 0px 6px 6px;
}
.productboxcontainer2:hover {
	/*transition: all 0.25s linear;*/
	box-shadow: 2px 4px 16px rgba(0,0,0,.16);
  transform: scale3d(1.02,1.02,1.02);
}
.productboxcontainer2:hover .productboxtitle2 {
  color: #6F6F6E;
}
.productboxcontainer2:hover .productboxtitle3 {
  color: #FBE9E3;
}
.aromatherapybg{
  background-image: url(https://massages4u.co.uk/images/aromatherapy2.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.audiobg{
  background-image: url(https://massages4u.co.uk/images/audio_sonic.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.cuppingbg{
  background-image: url(https://massages4u.co.uk/images/fire_cupping2.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.deepbg{
  background-image: url(https://massages4u.co.uk/images/deep_tissue3.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.facialsbg{
  background-image: url(https://massages4u.co.uk/images/facials1.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: top;
}
.facials2bg{
  background-image: url(https://massages4u.co.uk/images/facials3.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: top;
}
.stonesbg{
  background-image: url(https://massages4u.co.uk/images/stones.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.indianbg{
  background-image: url(https://massages4u.co.uk/images/indian_head3.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.kineticbg{
  background-image: url(https://massages4u.co.uk/images/kinetic_chain1.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.myofascialbg{
  background-image: url(https://massages4u.co.uk/images/myofascial_release.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.pregnancybg{
  background-image: url(https://massages4u.co.uk/images/pregnancy.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.reflexologybg{
  background-image: url(https://massages4u.co.uk/images/reflexology2.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.sportsbg{
  background-image: url(https://massages4u.co.uk/images/sports3.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: top;
}
.swedishbg{
  background-image: url(https://massages4u.co.uk/images/swedish.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.thaibg{
  background-image: url(https://massages4u.co.uk/images/thai.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.aftercarebg{
  background-image: url(https://massages4u.co.uk/images/aftercare.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: top;
}
.combinationbg{
  background-image: url(https://massages4u.co.uk/images/combination.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.combination2bg{
  background-image: url(https://massages4u.co.uk/images/combo_massage_reflexology.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.combinationbg1{
  background-image: url(https://massages4u.co.uk/images/combo_massage_reflexology.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.combinationbg2{
  background-image: url(https://massages4u.co.uk/images/combo_massage_head.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.combinationbg3{
  background-image: url(https://massages4u.co.uk/images/combo_massage_facial.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.combinationbg4{
  background-image: url(https://massages4u.co.uk/images/combo_massage_face_cupping.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.combinationbg5{
  background-image: url(https://massages4u.co.uk/images/combo_massage_cupping.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.combinationbg6{
  background-image: url(https://massages4u.co.uk/images/combo_massage_scrub.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.spadaybg{
  background-image: url(https://massages4u.co.uk/images/spa_day1a.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: top;
}
.bamboobg{
  background-image: url(https://massages4u.co.uk/images/warm_bamboo1.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.voucher1bg{
  background-image: url(https://massages4u.co.uk/images/gift_voucher1.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.voucher2bg{
  background-image: url(https://massages4u.co.uk/images/gift_voucher2.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.home1bg{
  background-image: url(https://massages4u.co.uk/images/indian_head3.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: top;
}
.home2bg{
  background-image: url(https://massages4u.co.uk/images/stones.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: top right;
}
.home3bg{
  background-image: url(https://massages4u.co.uk/images/massages4u_therapy_room_1.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: top;
}
.home4bg{
  background-image: url(https://massages4u.co.uk/images/view_from_massages4u_2.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.home5bg{
  background-image: url(https://massages4u.co.uk/images/spa_day.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: top;
}
.home5bg2 {
	background-image: linear-gradient(top, #ebf2fa, #eef2f8, #75a5c9, #659fc0, #315673);
	background-image: -moz-linear-gradient(top, #ebf2fa, #eef2f8, #75a5c9, #659fc0, #315673);
	background-image: -webkit-linear-gradient(top, #ebf2fa, #eef2f8, #75a5c9, #659fc0, #315673);
}
/*@media only screen and (max-width: 500px) {
  .home5bg {
	background-size: contain;
	}
}*/
.bgimageradius {
	border-radius: 0 0 250% 250%/0 0 200px 200px;
}
.relaxunwind {
	top: 315px;
}
@media only screen and (max-width: 768px) {
  .relaxunwind {
		top: 95px;
	}
}
@media only screen and (max-width: 450px) {
  .relaxunwind {
		top: 38px;
	}
}
.aboutbg{
  background-image: url(https://massages4u.co.uk/images/about.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.contactbg{
  background-image: url(https://massages4u.co.uk/images/contact.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center right;
}
.testimonialsbg{
  background-image: url(https://massages4u.co.uk/images/testimonials.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.privacybg{
  background-image: url(https://massages4u.co.uk/images/privacy.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: top;
}
.cookiesbg{
  background-image: url(https://massages4u.co.uk/images/cookies.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
}
.m4ulogobg{
  background-image: url(https://massages4u.co.uk/images/Massages4U-Logo.png);
	background-size: contain;
  background-repeat: no-repeat;
	background-position: center;
}
@media only screen and (max-width: 1250px) {
  .m4ulogobgtext {
		margin-top: 330px;
		margin-bottom: -300px;
		text-align: center;
	}
}
@media only screen and (max-width: 1250px) {
  .m4ulogobgtext2 {
		margin-top: 300px;
		margin-bottom: -250px;
		text-align: center;
	}
}
@media only screen and (max-width: 1250px) {
  .m4ulogobgtext3 {
		/*margin-top: 300px;*/
		margin-bottom: -250px;
		text-align: center;
	}
}
.m4ulogobgimage {
	top: 50px;
  height: 300px;
}
@media only screen and (max-width: 1250px) {
  .m4ulogobgimage {
		top: 0px;
	}
}
.maskimage3 {
	mask-image: linear-gradient(to top, 
    rgba(255, 255, 255, 1) 0%, 
    rgba(255, 255, 255, 1) 10%, 
    rgba(255, 255, 255, 1) 15%, 
    rgba(255, 255, 255, 1) 20%, 
    rgba(255, 255, 255, 1) 25%, 
    rgba(255, 255, 255, 1) 30%, 
    rgba(255, 255, 255, 1) 35%, 
    rgba(255, 255, 255, 1) 40%, 
    rgba(255, 255, 255, 1) 45%, 
    rgba(255, 255, 255, 1) 50%, 
    rgba(255, 255, 255, 1) 55%, 
    rgba(255, 255, 255, 0.8) 60%, 
    rgba(255, 255, 255, 0.6) 65%, 
    rgba(255, 255, 255, 0.4) 70%, 
    rgba(255, 255, 255, 0.3) 75%, 
    rgba(255, 255, 255, 0.2) 80%, 
    rgba(255, 255, 255, 0.15) 85%, 
    rgba(255, 255, 255, 0.1) 90%, 
    rgba(255, 255, 255, 0.05) 95%, 
    rgba(255, 255, 255, 0.0) 100%
		);
  -webkit-mask-image: linear-gradient(to top, 
    rgba(255, 255, 255, 1) 0%, 
    rgba(255, 255, 255, 1) 10%, 
    rgba(255, 255, 255, 1) 15%, 
    rgba(255, 255, 255, 1) 20%, 
    rgba(255, 255, 255, 1) 25%, 
    rgba(255, 255, 255, 1) 30%, 
    rgba(255, 255, 255, 1) 35%, 
    rgba(255, 255, 255, 1) 40%, 
    rgba(255, 255, 255, 1) 45%, 
    rgba(255, 255, 255, 1) 50%, 
    rgba(255, 255, 255, 1) 55%, 
    rgba(255, 255, 255, 0.8) 60%, 
    rgba(255, 255, 255, 0.6) 65%, 
    rgba(255, 255, 255, 0.4) 70%, 
    rgba(255, 255, 255, 0.3) 75%, 
    rgba(255, 255, 255, 0.2) 80%, 
    rgba(255, 255, 255, 0.15) 85%, 
    rgba(255, 255, 255, 0.1) 90%, 
    rgba(255, 255, 255, 0.05) 95%, 
    rgba(255, 255, 255, 0.0) 100%
		);
}
.zindex10 {
	z-index:10;
}
.positionrelative {
	position: relative;
}
.opacitypoint9 {
	opacity: 0.9;
}
#sitemap a {color: #223A5E;}
#sitemap a:hover {color: #88B04B; font-size: 14pt;}
#sitemap a:active {color: #223A5E;}
#sitemap ul {margin-left: -1.2em;}
.mainsquare {list-style-type: square; color: #223A5E; height: 25px;}
.listmain {list-style-type: disc; color: #223A5E; height: 25px;}
.groupdesign {list-style-type: square; color: #223A5E; height: 25px;}
.listdesign {list-style-type: disc; color: #223A5E; height: 25px;}
.itemdesign {list-style-type: circle; color: #223A5E; height: 25px;}
.groupnav {list-style-type: square; color: #223A5E; height: 25px;}
.listnav {list-style-type: disc; color: #223A5E; height: 25px;}
.groupmm {list-style-type: square; color: #223A5E; height: 25px;}
.listmm {list-style-type: disc; color: #223A5E; height: 25px;}
.groupanim {list-style-type: square; color: #223A5E; height: 25px;}
.listanim {list-style-type: disc; color: #223A5E; height: 25px;}
.groupforms {list-style-type: square; color: #223A5E; height: 25px;}
.listforms {list-style-type: disc; color: #223A5E; height: 25px;}
.groupdata {list-style-type: square; color: #223A5E; height: 25px;}
.listdata {list-style-type: disc; color: #223A5E; height: 25px;}

