@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	border: 0;
	padding: 0;

}
body {
	font-family: MyFontRobotomed;
	-webkit-font-smoothing:antialiased;
	font-weight: 100;
	color: #444;
	width: 100%;
	height: 100%;
	margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
a {
	text-decoration: none;
	color: inherit;
}
h1, h2, h3, h4 {
    font-family: myFontTenor; 
}
.burger {
	font-family: myFontB;
}
.textcentre {
	text-align: center;
}
.textjustify {
	text-align: justify;
}
.bold {
    font-family: myFontRobotobold;
}
a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}
.alinks:hover {
    color:#F26D4A;
}
.aboutus:hover {
    background-color:#FB645A;
    color: white;
}
.ourteam:hover {
    background-color:#FB645A;
    color: white;
}
.energy:hover {
    background-color:#FB645A;
    color: white;
}
.contactbutton:hover {
   background-color:#CA4E42;
    color: white; 
}
.treatmentbutton:hover {
   background-color:#CA4E42;
    color: white; 
}
.treatmentbuttonpricing:hover {
   background-color:#CA4E42;
    color: white; 
}
.contactbuttontreat:hover {
   background-color:#CA4E42;
    color: white; 
}
.noline:hover{
	text-decoration: none; 
}
.businesscommunitybox:hover {
    background-color:#FB645A;
    color: white;
 
}
.pricing:hover {
    background-color:#FB645A;
    color: white;
 
}
.international:hover {
    background-color:#FB645A;
    color: white;
}
.oncology:hover {
     text-decoration: none;
    
}
.treatmentshov:hover {
    color:#D2D0D0;
}

.homepagetitles4:hover {
   background-color:#CB4339;
    
}
.socialmediaicons:hover {
    opacity: 0.6;
}
.emailicon:hover {
    opacity: 0.6;
}
.oldphone:hover {
    opacity: 0.6;
}
.coraltext {
    color:#C04237;
    font-weight: 900;
    line-height: 150%;
}
@font-face {
	font-family: myFontB;
	src:url(MYRIADAT.TTF);
}
@font-face {
    font-family: myFontmain;
    src:url("Ubuntu-Light.ttf");
}
@font-face {
    font-family: myFontT;
    src:url("NovaScript-Regular.ttf");
}
@font-face {
      font-family: myFontRoboto;
    src:url("Roboto-Light.ttf");
}
@font-face {
      font-family: myFontRobotobold;
    src:url("Roboto-Medium.ttf");
}
@font-face {
      font-family: myFontRobotomed;
    src:url("Roboto-Regular.ttf");
}
@font-face {
      font-family: myFontTenor;
    src:url("TenorSans-Regular.ttf");
}
@font-face {
      font-family: myFontMuktalight;
    src:url("Mukta-Light.ttf");
}
.logostyletext, .logostyletext1 {
    font-family: myFontTitle;
}
.logotext {
    font-family: myFontTitle;
}
/*sliding nav bar*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    background-color:#282E34;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 120px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #f0f8ff;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color:#DB6B4E;
}
.sitemaplist {
	text-align: center;
	list-style: none;
}
.sitemaptitlesize {
	text-align: center;
}
/*Speachmarks*/
.triangle-right {
  	position:relative;
	color:#110F10;
  	background:#CBCBCB; /* default background for browsers without gradient support */
  /* css3 */
  	background:-webkit-gradient(linear, 0 0, 0 100%, from(#CBCBCB), to(#CBCBCB));
    background:-moz-linear-gradient(#CBCBCB, #bab8b8);
  background:-o-linear-gradient(#CBCBCB, #bab8b8);
  background:linear-gradient(#CBCBCB, #CBCBCB);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
			list-style-type: none;
	text-align: center;
}
.triangle-right.left {
  margin-left:40px;
  background:white;
}
.triangle-right.right {
  margin-right:40px;
  background:white;
}
.triangle-right:after {
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:50px; /* controls horizontal position */
  border-width:20px 0 0 20px; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:white transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.triangle-right.left:after {
  top:16px;
  left:-40px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  border-width:15px 40px 0 0; /* vary these values to change the angle of the vertex */
  border-color:transparent white;
}
.triangle-right.right:after {
  top:16px;
  right:-39px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  left:auto;
  border-width:15px 0 0 40px; /* vary these values to change the angle of the vertex */
  border-color:transparent white ;
}
/*Mobile device*/
@media only screen and (min-width: 320px) and (max-width: 767px){
.logo {
	width: 180px;
	height: auto;
	float: left;
    z-index: 10;
    padding: 3% 0% 0% 2%;
	}
.logobar {
	height: 80px;
	padding: 0% 0% 1.5% 0%;
	width: 100%;
	background-color:white;
	
    filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* Mozilla */
  opacity: 1.0;
  /* CSS3 */
	position: fixed;
	z-index:9;
	margin: 0;
  box-shadow: 0 2px 14px -3px #222;
	}
.logotext {
	
	padding: 5% 18% 2% 3%;
    letter-spacing: 2px;
	color:#FFFBFB;
    font-size: 19px;
    text-align: center;
    line-height: 140%;
	}
/*Navigation*/
.sidenav .closebtn {
    position: absolute;
    top: 2%;
    left: 2%;
    font-size: 36px;
    
}
.navtitle {
	font-size: 22px;
	display: block;
	color:#DB6B4E;
	padding: 8px 8px 8px 32px;
}

.burger {
	position: fixed;
	right: 0;
	margin-right: 6%;
	top: 4%;
	z-index: 30;
	border: thick #4F9890;
}
/*Homepage*/
.homepageimage {
    background:url("images/Magnoliawhitehomepagemob.jpg"); 
    width: 100%;
    height: 750px;
  	margin: 0;
	background-repeat: no-repeat !important;
	background-size: cover;  
    
    }
.homepagetitles {
 	text-align: center;
    font-size: 23px;
	padding: 5% 4% 3% 4%;
	background-color:#EEF0F3;
	line-height: 100%;
	width: 320px;
	height: 75px;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 4%;
    }
.logostyletext1 {
        font-size: 24px;
    }
.logostyletext {
      font-size: 20px;  
    }
.subtitletext {
      font-size: 14px;
    line-height: 80%;
      	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 500;
    }
.unavailableindex {
	width: 200px;
	position: absolute;
	z-index: 5;
	 top: -10%;
  left: 25%;
	}
.homepagetitles2 {
    text-align: center;
    font-size: 20px;
	padding: 5% 4% 2.5% 4%;
	background-color:#CD4E45;
	width: 320px;
  color: white;
	height: 82px;
	display: block;
   line-height: 110%;
	margin-left: auto;
  	margin-right: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	position: relative;
    }
.dotspace {
     padding: 0% 1% 0% 1%;   
    }
.homepagetitles3 {
    text-align: center;
    font-size: 20px;
	padding: 5% 4% 2.5% 4%;
	background-color:#675B52;
	color: aliceblue;
	width: 320px;
	height: 80px;
    line-height: 120%;
	display: block;
	margin-left: auto;
  	margin-right: auto;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 
    }
.homepagetitles4 {
    text-align: center;
    font-size: 20px;
	padding: 5% 4% 2.5% 4%;
	background-color:#34272B;
	color: aliceblue;
	width: 320px;
    line-height: 120%;
	height: 105px;
	display: block;
	margin-left: auto;
  	margin-right: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  	position: relative;
    }
.subtitlesmalltext {
    font-size: 12px
    }
.homepageintro {
    background-image: url("images/Wellbeingmob.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	float:left;
	position: relative;
    text-align: center;
    }
.homepagetext {
    padding: 9% 5% 0% 5%;  
    }
.welcometext {
     font-size: 18px;
    padding: 0% 20% 0% 20%;
    }
.aboutline {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 330px;
    height: auto;
    padding-bottom: 1.5%;     
    }
.logoonpage {
    width: 70px;
    height: auto;
    padding-top: 1%;
    }
/*Homepage Service boxes*/
.servicestitle {
       padding-bottom: 3%;
    font-size: 27px;
    }
.servicestitle2 {
       padding-bottom: 2%;
    font-size: 21px;
    }
.serviceboxes {
    width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
       padding: 5% 0% 5% 0%;
	float:left;
	position: relative !important;  
    text-align: center; 
    
    } 
.aboutus {
     width: 340px;
	height:335px;
    display: inline-block;
	vertical-align: middle;
    margin: 2% 0% 3% 0%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  

    
    }
.ourteam {
    width: 340px;
	height:335px;
    display: inline-block;
	vertical-align: middle;
    margin: 2% 0% 3% 0%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
   
    }
.businesscommunitybox {
    width: 340px;
	height:335px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 0% 3% 0%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
   }
.pricing {
    width: 340px;
	height:335px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 0% 3% 0%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
   }
.energy {
         width: 340px;
	height:335px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 0% 3% 0%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;   
    }
.international {
           width: 340px;
	height:335px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 0% 3% 0%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px; 
    }
.servicecontainer {
      text-align: center;
    padding: 15px 20px 0px 20px;
  
    }
/*About page*/
.aboutpage {
    background-image: url("images/magnoliaroomaboutmob.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	float:left;
	position: relative;
     margin-top: 18%;
	color:#040D49;
    text-align: center;
    }
.aboutroomtitle {
    text-align: center;
    margin-top: 60px;    
    padding: 10% 0% 0% 0%;
    font-size: 25px;
    }
.aboutsubtitle {
    font-size: 20px;
    padding-bottom: 2%;
    line-height: 130%;
    }
.contactbutton {
    display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 19%;
    margin-top: 9%;
	text-align: center;
	font-size: 18px;
	Width: 150px;
	Height: 30px;
	padding: 3% 0% 1% 0%;
		border: #CA4F43 3px solid;
	text-decoration: none;
	color: white;    
    }
.treatmentbutton {
    display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 15%;
    margin-top: 9%;
	text-align: center;
	font-size: 18px;
	Width: 150px;
	Height: 30px;
	padding: 3% 0% 1% 0%;
		border: #CA4F43 3px solid;
	text-decoration: none;
	 
    }
.treatmentbuttonpricing {
    display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 15%;
    margin-top: 9%;
	text-align: center;
	font-size: 18px;
	Width: 150px;
	Height: 30px;
	padding: 3% 0% 1% 0%;
		border: #CA4F43 3px solid;
	text-decoration: none;
	 color: white;
    }
.annepicture {
        width: 100%;
    height: 400px;
    	float: left;
	position: relative;
    overflow: hidden;
    margin: 0;
  color:#010C48;
    background-color: white;  
    text-align: center;
    }
.boxes {
    display: inline-block;
	vertical-align: middle;
    padding: 8% 0% 0% 0%;
    text-align: center;
}
.cvphoto {
    width: 300px;
    height: auto;
    }
.annename {
        font-size: 25px;
    }
.abouttext {
      width: 100%;
    	float: left;
	position: relative;
     overflow: hidden;
    margin: 0;
    height: 1200px;
    line-height: 140%;
    text-align: center;
    font-size: 15px;
    color:#010C48;
    background-color: white;     
    }
.boxes2 {
    position: absolute;
    padding: 7% 6% 4% 6%;
	top: -1px;
	text-align: justify;
	}
.qualifications {
    width: 100%;
	height: auto;
	float:left;
	position: relative;
	color:#040D49;
    text-align: center;
    background-color:#DBDFE2;
    padding-top: 10%;
    }
/*Pricing page*/
.treatmentpage {
    width: 100%;
    height: auto;
  	margin: 0;
    padding: 35% 0% 10% 0%;
    background-color:#383845;
    color: white;
    font-family: myFontRoboto;
    }
.titlesection {
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    }
.treatmentstitle {
 
    font-size: 30px;
    }
.treatmentssubtitle {

    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 100;
    font-size: 14px;
    padding: 5% 15% 1% 15%;
    }
.apptspacing {
  
    }
.pricingwording {
      font-size: 13px;
    padding: 2% 3% 0% 3%;
    }
.prices1 {
    width: 100%;
    height: auto;
    float: left;
 
    font-size: 14px;
    line-height: 150%;

    }
.prices2 {
    width: 100%;
    height: auto;
    float: left;
   
    font-size: 14px;
    line-height: 150%; 

    }
.prices3 {
    width: 100%;
    height: auto;
    float: left;
 
    font-size: 14px;
    line-height: 150%;

    }
.prices4 {
    width: 100%;
    height: auto;
    float: left;
   
    font-size: 14px;
    line-height: 150%; 

    }
.pricelist1 {
    padding: 8% 6% 0% 6%;
    list-style-type: none;
    text-align: justify;
    
    }
.pricelist2 {
    padding: 8% 6% 0% 6%;
    list-style-type: none;
    text-align: justify;   
    }
.listtitle {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4%;

    }
.listtitle2 {
        font-size: 16px;
    font-weight: bold;
    padding-bottom: 8%;   
    }
.floatright {
    float: right;
   
    }
.cost {
    font-size: 15px;
    font-weight: bold;
   
    }
.whitelineleft {
    width: 50px;
    height: auto;
    padding: 0% 1% 3% 1%;
    }
.leavesleft {
    width:33px;
    padding: 0% 2% 0% 0%;
    }
.leavesright {
    width: 33px;
    padding: 0% 0% 0% 2%;
    } 

.promotions {
    text-align: center;
   font-size: 14px;
    line-height: 150%;
    padding: 2% 5% 5% 5%;
 
    }
.whiteline {
     width: 300px;
    height: auto;
    display: block;
    margin: auto;
    }
.promotionstitles {
    font-size: 18px;
    }
/*Treatments page*/
.treatments {
    width: 100%;
    height: auto;
    background:url("images/massageportraitviewdesk.jpg");
    background-repeat: repeat;
    background-size: contain;
  	margin: 0;
    padding-top: 35%;
    text-align: center;
    color:#040D49;
    }
.treatmenttitle {
     font-size: 25px;   
    }

.treatmentstext {
    text-align: center;
    padding: 2% 5% 2% 5%;
    line-height: 140%;
    font-size: 15px;
    }
.treatmentpricingbox {
    width: 60%;
    text-align: justify;
    padding: 0% 6% 0% 6%;
    list-style-type: none;
    margin: 0;
    }
.treatmentstextcentre {
      text-align: center;
    padding: 2% 7% 2% 7%;
      line-height: 140%;
    }
.logoonpagesmall {
     width: 50px;
    height: auto;
    }
.unavailable {
	width: 150px;
	position: absolute;
	z-index: 5;
	top: 15%;
  	left: 35%;
	}
.reflexologytitle {
    background: url("images/reflexology-text.jpg");
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 6% 0% 7% 0%;
    margin-bottom: 5%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
     font-size: 20px;
    }
.hotstonereflextitle {
    background: url("images/hot-stone-reflexology.jpg");
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 6% 0% 7% 0%;
      margin-bottom: 5%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
     font-size: 20px;
    }
.swedishmassagetitle {
    background: url("images/swedishmassagetitle.jpg");
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 6% 0% 7% 0%;
      margin-bottom: 5%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
     font-size: 20px;
	position: relative;
    }
.indianheadtitle {
    background: url("images/indianheadmassageimage.jpg");
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 6% 0% 7% 0%;
      margin-bottom: 5%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
     font-size: 20px;
	position: relative;
    }
.facialtitle {
    background: url("images/facialmassagetext.jpg");
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 6% 0% 7% 0%;
      margin-bottom: 5%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
     font-size: 20px;
	position: relative;
    }
.hotstonetitle {
    background: url("images/hotstonemassagepic.jpg");
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 6% 0% 7% 0%;
      margin-bottom: 5%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
     font-size: 20px;
	position: relative;
    }
.lavashelltitle {
    background: url("images/Lavashell-massage-text.jpg");
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 6% 0% 7% 0%;
      margin-bottom: 5%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
	position: relative;
    }
.contactbuttontreat {
    display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 10%;
	text-align: center;
	font-size: 16px;
	Width: 140px;
	Height: 20px;
	padding: 1.5% 0% 1.5% 0%;
		border: #CA4F43 3px solid;
	text-decoration: none;
	color:#010C48;    
    }
.whitetree {
    width: 60px;
    height: auto;
    }
/*Oncology page*/
.oncology {
    width: 100%;
    height: auto;
    background:url("images/backmassagedesktop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  	margin: 0;
    padding-top: 35%;
    text-align: center; 
    color:#040D49;
    }
.oncologytitle {
     font-size: 16px;   
    }
.subtitleoncology {
    font-size: 14px;
    line-height: 200%;
    }
/*Contact page*/
.contactpage {
    background:url("images/Magnoliawhitecontactpagemob.jpg"); 
    width: 100%;
    height: auto;
    float: left;
  	margin: 0;
	background-repeat: no-repeat !important;
	background-size: cover;  
    padding-top: 35%;
    color: white;
    }
.titlesmalltext {
    font-size: 17px;
    line-height: 280%;
    }
.contactanne {
    width: 100%;
    height: auto;
    float: left;
   text-align: center;
    font-size: 14px;
    line-height: 170%;
    }
.oldphone {
        width: 38px;
	height: auto;	
    padding: 0% 3% 0.5% 2%;    
    }
.emailicon {
         width: 38px;
	height: auto;	
    padding: 0% 3% 0% 2%;   
    }
.openingtimes {
    width: 100%;
    height: auto;
    float: left;
    
    }
.openinghours {
    padding: 4% 6% 3% 6%;
    list-style-type: none;
    text-align: justify;
    line-height: 250%;
   border: solid white 1.5px;
    border-radius: 5px;
    font-size: 14px;
    }
.saturdaytext {
     font-size: 12px;
    line-height: 40%;
    }
.sundaytext {
    font-size: 13px;
    line-height: 120%;
    padding-top: 2%;
    }
.openingtitle {
     text-align: center;
    font-size: 26px;
    font-family: myFontTenor;
    }
.innerbox {
     padding: 6% 6% 5% 6%;
    font-size: 15px;
    }
.innerboxtitle {
    font-size: 18px;  
    }
.innerbox2 {
    padding: 5% 5% 10% 5%; 
    }
.map {
       width: 100%;
	height: auto;
	margin: 0% 0% -2% 0%;
       padding: 5% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;   
    }
.maplocationtext {
     padding: 0% 5% 0% 5%;   
    }
.mapimage {
      width: 100%;
    height: auto;

    }
/*Reviews page*/
.reviewspage {
    background:url("images/Indian-Head-Massage-Review-Mob.jpg"); 
    width: 100%;
    height: auto;
    
  	margin: 0;
	background-repeat: no-repeat !important;
	background-size: cover;  
    padding: 35% 0% 8% 0%;
    
    }
.whitetreereview {
    width: 70px;
    height: auto;
    padding-bottom: 1%; 
    	display: block;
	margin-left: auto;
  	margin-right: auto;
    }
.reviewstitle {
    text-align: center;
    padding: 3% 5% 1% 5%;
    font-size: 26px;
    color: white;
    }
.speechbox {
    width: 78%;
    height: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 text-align: justify;
    	display: block;
	margin-left: auto;
  	margin-right: auto;
    background-color: white;
    padding: 3%;
    line-height: 140%;
margin-bottom: 2%;
    font-size: 14px;
    }
.speechmarksleft {
     	width: 18px;
	height: auto;
	padding-right: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;	   
    }
.speechmarksright {
     	width: 18px;
	height: auto;
	padding-left: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;	   
    }
.reviewscontact {
      text-align: center;
    color: white;
    }
/*Privacy page*/
.privacypage {
    width: 100%;
    height: auto;
  	margin: 0;
    padding-top: 35%;
    background-color:#383845;
    color: white;
    line-height: 150%;
     font-family: myFontRoboto;
    font-size: 14px;
    }
.privacytitle {
    text-align: center;
    font-size: 30px;
    padding-bottom: 3%;
    line-height: 140%;
    }
.privacysubtitle {
     font-size: 15px;
    padding: 2% 3% 0% 3%;
    }
.privacywording {
   padding: 5%;

    }
/*Sitemap*/
.sitemap {
	width: 100%;
	height: 250px;
	float: left;
	padding: 8% 0% 4% 0%;
	background-color:white;
	color:#454546;
	}

.sitemapspacing {
	line-height: 26px;
	font-size: 14px;
	color:#868686;
	}
.sitemapspacing2 {
	font-size: 14px;
	line-height: 20px;
	color:#868686;
	}
.sitemapspacing3 {
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
	color:#454546;
	}

.sitemapspacing4 {
	font-size: 15px;
	line-height: 33px;
	font-weight: 600;
	color:#868686;
	}

.sitemaptitlesize {
	padding-bottom: 2%;
	font-size: 17px;

	}
.fhticon {
     width: 210px;
    margin-top: 3%;
    }
.reflexologisticon {
    width: 60px;
    margin: 3% 0% 1.3% 2%;
    }
.facebook {
     width: 40px;
    margin: 1% 3% 3% 3%;   
    }
.webdesigner {
	font-size: 12px;
	padding-top: 6%;
	color:#868686;
	}
.fbicon {
	width: 33px;
	height:auto;
	vertical-align: middle;
	}
.privacy {
	font-size: 11px;
	padding-top: 1%;
	color:#868686;	
	}
}
/*tablet view*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
.logo {
	width: 200px;
	height: auto;
	float: left;
    z-index: 10;
    padding: 1% 0% 0% 0%;
	}
.logobar {
	height: 78px;
	padding: 1% 2% 1.5% 2%;
	width: 100%;
	background-color:white;
	
    filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* Mozilla */
  opacity: 1.0;
  /* CSS3 */
	position: fixed;
	z-index:9;
	margin: 0;
	
    box-shadow: 0 2px 14px -3px #222;
	}
.logotext {
	float: left;
	padding: 4% 0% 2% 0%;
    letter-spacing: 4px;
	color:#FFFBFB;
    font-size: 24px;
    text-align: center;
	}
/*Navigation*/
.sidenav .closebtn {
    position: absolute;
    top: 2%;
    left: 2%;
    font-size: 36px;
    
}
.navtitle {
	font-size: 22px;
	display: block;
	color:#DB6B4E;
	padding: 8px 8px 8px 32px;
}

.burger {
	position: fixed;
	right: 0;
	margin-right: 4%;
	top: 4%;
	z-index: 30;
	border: thick #4F9890;
}
/*Homepage*/
.homepageimage {
    background:url("images/Magnoliawhitehomepage.jpg"); 
    width: 100%;
    height: 880px;
  	margin: 0;
	background-repeat: no-repeat !important;
	background-size: cover;  
    padding-top: 10%;
    }
.homepagetitles {
 	text-align: center;
    font-size: 27px;
	padding: 3% 3% 3% 3%;
	background-color:#EEF0F3;
	line-height: 120%;
	width: 540px;
	height: 65px;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 2%;
    }
.logostyletext1 {
        font-size: 24px;
    }
.logostyletext {
      font-size: 20px;  
    }
.subtitletext {
      font-size: 16px;
    line-height: 80%;
    	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 500;
    }
.unavailableindex {
	width: 200px;
	position: absolute;
	z-index: 5;
	 top: -5%;
  left: 40%;
	}
.homepagetitles2 {
    text-align: center;
    font-size: 22px;
	padding: 3% 4% 2.5% 4%;
	background-color:#CB4339;
    color: white;
	width: 600px;
   margin-bottom: 2%;
	height: 75px;
	display: block;
   line-height: 120%;
	margin-left: auto;
  	margin-right: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	position: relative;
    }
.homepagetitles3 {
    text-align: center;
    font-size: 22px;
	padding: 3% 3% 2.5% 3%;
	background-color:#675B52;
	color: aliceblue;
	width: 570px;
	height: 60px;
    line-height: 140%;
	display: block;
	margin-left: auto;
  	margin-right: auto;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 2%;
    }
.homepagetitles4 {
    text-align: center;
    font-size: 22px;
	padding: 3% 3% 2.5% 3%;
	background-color:#34272B;
	color: aliceblue;
	width: 530px;
    line-height: 140%;
	height: 90px;
	display: block;
	margin-left: auto;
  	margin-right: auto;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
    }
.subtitlesmalltext {
    font-size: 12px
    }
.dotspace {
     padding: 0% 1% 0% 1%;   
    }
.homepageintro {
    background-image: url("images/Wellbeingslim.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	float:left;
	position: relative;
    text-align: center;
    }
.homepagetext {
    padding: 7% 5% 0% 5%;  
    }
.aboutline {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    height: auto;
    padding-bottom: 1.5%;     
    }
.logoonpage {
    width: 70px;
    height: auto;
    padding-top: 1%;
    }
/*Homepage Service boxes*/
.servicestitle {
       padding-bottom: 1%;
    font-size: 28px;
    }
.servicestitle2 {
       padding-bottom: 0.5%;
    font-size: 23px;
    }
.serviceboxes {
    width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
       padding: 5% 0% 5% 0%;
	float:left;
	position: relative !important;  
    text-align: center;   
    } 
.aboutus {
     width: 340px;
	height:335px;
    display: inline-block;
	vertical-align: middle;
    margin: 2% 2% 3% 0%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
    
    }
.ourteam {
    width: 340px;
	height:335px;
    display: inline-block;
	vertical-align: middle;
    margin: 2% 0% 3% 2%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
   
    }
.businesscommunitybox {
    width: 340px;
	height:335px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 2% 3% 0%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
   }
.energy {
         width: 340px;
	height:335px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 0% 3% 2%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;   
    }
.pricing {
         width: 340px;
	height:335px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 2% 3% 0%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;   
    }
.international {
           width: 340px;
	height:335px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 0% 3% 2%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px; 
    }
.servicecontainer {
      text-align: center;
    padding: 15px 20px 0px 20px;
    }
/*About page*/
.aboutpage {
    background-image: url("images/magnoliaroomabout.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	float:left;
	position: relative;
     margin-top: 12%;
	color:#040D49;
    text-align: center;
    }
.aboutroomtitle {
    text-align: center;
    margin-top: 30px;    
    padding: 10% 0% 0% 0%;
    font-size: 35px;
    }
.aboutsubtitle {
    font-size: 24px;
    padding-bottom: 2%;
    line-height: 130%;
    }
.contactbutton {
    display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 20%;
    margin-top: 3%;
	text-align: center;
	font-size: 18px;
	Width: 150px;
	Height: 20px;
	padding: 1% 0% 1% 0%;
		border: #CA4F43 3px solid;
	text-decoration: none;
	color: white;    
    }
.treatmentbutton {
    display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 10%;
    margin-top: 3%;
	text-align: center;
	font-size: 18px;
	Width: 150px;
	Height: 20px;
	padding: 1% 0% 1% 0%;
		border: #CA4F43 3px solid;
	text-decoration: none;
   
    }
.treatmentbuttonpricing {
    display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 10%;
    margin-top: 3%;
	text-align: center;
	font-size: 18px;
	Width: 150px;
	Height: 20px;
	padding: 1% 0% 1% 0%;
		border: #CA4F43 3px solid;
	text-decoration: none;
   color: white;
    }
.annepicture {
        width: 100%;
    height: 400px;
    	float: left;
	position: relative;
    overflow: hidden;
    margin: 0;
  color:#010C48;
    background-color: white;  
    text-align: center;
    }
.boxes {
    display: inline-block;
	vertical-align: middle;
    padding: 8% 0% 0% 0%;
    text-align: center;
}
.cvphoto {
    width: 300px;
    height: auto;
    }
.annename {
        font-size: 25px;
    }
.abouttext {
      width: 100%;
    	float: left;
	position: relative;
     overflow: hidden;
    margin: 0;
    height: 800px;
    line-height: 140%;
    text-align: center;
    font-size: 16px;
    color:#010C48;
    background-color: white;     
    }
.boxes2 {
    position: absolute;
    padding: 7% 6% 4% 6%;
	top: -1px;
	text-align: justify;
	}
.qualifications {
    width: 100%;
	height: auto;
	float:left;
	position: relative;
	color:#040D49;
    text-align: center;
    background-color:#DBDFE2;
    padding-top: 5%;
    }
/*Pricing page*/
.treatmentpage {
    width: 100%;
    height: auto;
  	margin: 0;
    padding-top: 22%;
    background-color:#383845;
    color: white;

    }
.titlesection {
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    }
.treatmentstitle {
 
    font-size: 36px;
    }
.treatmentssubtitle {

    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 100;
    font-size: 16px;
    padding: 3% 10% 3% 10%;
    }
.pricingwording {
     font-size: 14px;
    padding: 0% 5% 0% 5%;
    }
.apptspacing {
     padding: 0% 20% 0% 20%;
    line-height: 150%;
    }
.prices1 {
    width: 100%;
    height: auto;
    float: left;
 
    font-size: 15px;
    line-height: 150%;

    }
.prices2 {
    width: 100%;
    height: auto;
    float: left;
   
    font-size: 15px;
    line-height: 150%; 

    }
.prices3 {
       width: 100%;
    height: auto;
    float: left;
   
    font-size: 15px;
    line-height: 150%;     
    }
.prices4 {
           width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    line-height: 150%;      
    }
.pricelist1 {
    padding: 8% 10% 0% 10%;
    list-style-type: none;
    text-align: justify;
    
    }
 .pricelist2 {
    padding: 8% 10% 0% 10%;
    list-style-type: none;
    text-align: justify;   
    }
.listtitle {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 4%;

    }
.listtitle2 {
        font-size: 18px;
    font-weight: bold;
   padding-bottom: 4%;
    }
.floatright {
    float: right;
    }
.cost {
    font-size: 17px;
    font-weight: bold;
    }
.whitelineleft {
    width: 200px;
    height: auto;
    padding: 0% 1% 0.5% 1%;
    }
.leavesleft {
    width:35px;
    padding: 0% 1% 0% 0%;
    }
.leavesright {
    width: 35px;
    padding: 0% 0% 0% 1%;
    } 

.promotions {
    text-align: center;
   
    padding: 2% 5% 5% 5%;
 
    }
.whiteline {
     width: 500px;
    height: auto;
    display: block;
    margin: auto;
    }
.promotionstitles {
    font-size: 18px;
    }
/*Treatments page*/
.treatments {
    width: 100%;
    height: auto;
    background:url("images/massageportraitviewdesk.jpg");
     background-repeat: repeat;
    background-size: contain;
  	margin: 0;
    padding-top: 20%;
    text-align: center;
    color:#040D49;
    }
.treatmentstext {
    text-align: center;
    padding: 2% 7% 2% 7%;
    line-height: 140%;
    }
.treatmentpricingbox {
    width: 60%;
    text-align: justify;
    padding: 0% 6% 0% 6%;
    list-style-type: none;
    margin: 0;
    }
.treatmentstextcentre {
      text-align: center;
    padding: 2% 7% 2% 7%;
      line-height: 140%;
    }
.treatmentpricingbox {
    width: 33%;
    text-align: justify;
    padding: 0% 7% 0% 7%;
    list-style-type: none;
    margin: 0;
    }
.logoonpagesmall {
     width: 50px;
    height: auto;
    }
.unavailable {
	width: 180px;
	position: absolute;
	z-index: 5;
	top: auto;
  	left: 40%;
	}
.reflexologytitle {
    background: url("images/reflexology-text.jpg");
    background-size: cover;
    width: 500px;
    height: auto;
    padding: 3% 6% 4% 6%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
.hotstonereflextitle {
    background: url("images/hot-stone-reflexology.jpg");
    background-size: cover;
    width: 500px;
    height: auto;
    padding: 3% 6% 4% 6%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
.swedishmassagetitle {
    background: url("images/swedishmassagetitle.jpg");
    background-size: cover;
    width: 500px;
    height: auto;
    padding: 3% 6% 4% 6%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
	position: relative;
    }
.indianheadtitle {
    background: url("images/indianheadmassageimage.jpg");
    background-size: cover;
    width: 500px;
    height: auto;
    padding: 3% 6% 4% 6%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
	position: relative;
    }
.facialtitle {
    background: url("images/facialmassagetext.jpg");
    background-size: cover;
    width: 500px;
    height: auto;
    padding: 3% 6% 4% 6%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
	position: relative;
    }
.hotstonetitle {
    background: url("images/hotstonemassagepic.jpg");
    background-size: cover;
    width: 500px;
    height: auto;
    padding: 3% 6% 4% 6%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
	position: relative;
    }
.lavashelltitle {
    background: url("images/Lavashell-massage-text.jpg");
    background-size: cover;
    width: 500px;
    height: auto;
    padding: 3% 6% 4% 6%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
	position: relative;
    }
.contactbuttontreat {
    display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 5%;
	text-align: center;
	font-size: 18px;
	Width: 150px;
	Height: 20px;
	padding: 1.2% 0% 1.2% 0%;
		border: #CA4F43 3px solid;
	text-decoration: none;
	color:#010C48;    
    }
.whitetree {
    width: 80px;
    height: auto;
    }
/*Oncology page*/
.oncology {
    width: 100%;
    height: auto;
    background:url("images/backmassagedesktop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  	margin: 0;
    padding-top: 20%;
    text-align: center;
    color:#040D49;
    }
.oncologytitle {
     font-size: 18px;   
    }
.subtitleoncology {
    font-size: 14px;
    line-height: 200%;
    }
/*Contact page*/
.contactpage {
    background:url("images/Magnoliawhitecontactpage.jpg"); 
    width: 100%;
    height: auto;
    float: left;
  	margin: 0;
	background-repeat: no-repeat !important;
	background-size: cover;  
    padding-top: 18%;
    color: white;
    }
.titlesmalltext {
    font-size: 18px;
    line-height: 280%;
    }
.contactanne {
    width: 100%;
    height: auto;
    float: left;
   text-align: center;

    }
.oldphone {
        width: 38px;
	height: auto;	
    padding: 1% 3% 1.5% 2%;    
    }
.emailicon {
         width: 38px;
	height: auto;	
    padding: 1% 3% 0.1% 2%;   
    }
.openingtimes {
    width: 100%;
    height: auto;
    float: left;
    
    }
.saturdaytext {
     font-size: 12px;
    line-height: 40%;
    }
.sundaytext {
    font-size: 13px;
    line-height: 120%;
    padding-top: 2%;
    }
.openinghours {
    padding: 4% 6% 3% 6%;
    list-style-type: none;
    text-align: justify;
    line-height: 250%;
   border: solid white 1.5px;
    border-radius: 5px;
    }
.openingtitle {
     text-align: center;
    font-size: 27px;
    font-family: myFontTenor;
    }
.innerbox {
     padding: 6% 10% 5% 10%;
    font-size: 18px;
    }
.innerboxtitle {
     font-size: 24px;   
    }
.innerbox2 {
    padding: 5% 22% 10% 22%; 
    }
.map {
       width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
       padding: 5% 0% 5% 0%;
	float:left;
	position: relative !important;  
    text-align: center;   
    }
.mapimage {
      width: 650px;
    height: auto;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.59);
    }
/*Reviews page*/
.reviewspage {
    background:url("images/Indian-Head-Massage-Review-Tab.jpg"); 
    width: 100%;
    height: auto;
    
  	margin: 0;
	background-repeat: no-repeat !important;
	background-size: cover;  
    padding: 24% 0% 8% 0%;
    
    }
.whitetreereview {
    width: 70px;
    height: auto;
    padding-bottom: 1%; 
    	display: block;
	margin-left: auto;
  	margin-right: auto;
    }
.reviewstitle {
    text-align: center;
    padding: 1% 5% 1% 5%;
    font-size: 30px;
    color: white;
    }
.speechbox {
    width: 85%;
    height: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 
    	display: block;
	margin-left: auto;
  	margin-right: auto;
    background-color: white;
    padding: 2%;
    line-height: 140%;
margin-bottom: 2%;
    font-size: 15px;
    }
.speechmarksleft {
     	width: 22px;
	height: auto;
	padding-right: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;	   
    }
.speechmarksright {
     	width: 22px;
	height: auto;
	padding-left: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;	   
    }
.reviewscontact {
      text-align: center;
    color: white;
    }
/*Privacy page*/
.privacypage {
    width: 100%;
    height: auto;
  	margin: 0;
    padding-top: 22%;
    background-color:#383845;
    color: white;
    line-height: 150%;
     font-family: myFontRoboto;
    }
.privacytitle {
    text-align: center;
    font-size: 30px;
    padding-bottom: 3%;
    }
.privacysubtitle {
     font-size: 17px;
    padding: 2% 3% 0% 3%;
    }
.privacywording {
   padding: 5%;

    }
/*Sitemap*/
.sitemap {
	width: 100%;
	height: 300px;
	float: left;
	padding: 5% 0% 4% 0%;
	background-color:white;
	color:#454546;
	}

.sitemapspacing {
	line-height: 30px;
	font-size: 16px;
	color:#868686;
	}
.sitemapspacing2 {
	font-size: 16px;
	line-height: 20px;
	color:#868686;
	}
.sitemapspacing3 {
	font-size: 15px;
	line-height: 28px;
	font-weight: 600;
	color:#454546;
	}

.sitemapspacing4 {
	font-size: 17px;
	line-height: 40px;
	font-weight: 600;
	color:#868686;
	}

.sitemaptitlesize {
	padding-bottom: 2%;
	font-size: 20px;

	}
.fhticon {
     width: 350px;
    margin-top: 3%;
    }
.reflexologisticon {
    width: 120px;
    margin: 3% 0% 1% 2%;
    }
.facebook {
     width: 45px;
    height: auto;
    margin: 1% 2% 2% 2%;   
    }
.webdesigner {
	font-size: 12px;
	padding-top: 2%;
	color:#868686;
	}
.fbicon {
	width: 33px;
	height:auto;
	vertical-align: middle;
	}
.privacy {
	font-size: 11px;
	padding-top: 1%;
	color:#868686;	
	}
}
/*desktop view*/
@media only screen and (min-width: 1024px){
.logo {
	width: 220px;
	height: auto;
	float: none;
    margin-left: 2%;
    margin-top: 1%;
    z-index: 10;
	}
.logobar {
	height: 83px;
	padding: 0% 2% 1.5% 0%;
	width: 100%;
	background-color:white;
	
    filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* Mozilla */
  opacity: 1.0;
  /* CSS3 */
	position: fixed;
	z-index:9;
	margin: 0;

    box-shadow: 0 2px 14px -3px #222;
	}
.logotext {
	float: left;
	padding: 0% 0% 0% 2%;
    margin: 0% 0% 0% 0%;
    letter-spacing: 2px;
	color:#464646;
    font-size: 28px;

	}
.logosubtitle {
   
	padding: 0% 0% 0% 2%;
    
	color:#464646;
    font-size: 14px;
    text-align: center;   
    }
/*Navigation*/
.sidenav .closebtn {
    position: absolute;
    top: 2%;
    left: 2%;
    font-size: 36px;
    
}
.navtitle {
	font-size: 20px;
	display: block;
	color:#DB6B4E;
	padding: 8px 8px 8px 32px;
}

.burger {
	position: fixed;
	right: 0;
	margin-right: 2%;
	top: 3%;
	z-index: 30;
	border: thick #4F9890;
}
/*Homepage*/
.homepageimage {
    background:url("images/Magnoliawhitehomepage.jpg"); 
    width: 100%;
    height: 750px;
  	margin: 0;
	background-repeat: no-repeat !important;
	background-size: cover;  
    padding-top: 4%;
    }
.homepagetitles {
 	text-align: center;
    font-size: 22px;
	padding: 1.5% 3% 2.5% 3%;
	background-color:#EEF0F3;
	line-height: 120%;
	width: 640px;
	height: 38px;
	display: block;
	margin-left: auto;
  	margin-right: auto;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 1.5%;
  
    margin-top: 1%;
    }
.logostyletext1 {
        font-size: 24px;
    }
.logostyletext {
      font-size: 20px;  
    }
.subtitletext {
      font-size: 15px;
    line-height: 250%;
    	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 400px;
    }
.unavailableindex {
	width: 190px;
	position: absolute;
	z-index: 5;
	 top: -20%;
  left: 40%;
	}
.homepagetitles2 {
    text-align: center;
    font-size: 22px;
    	line-height: 120%;
	padding: 1.5% 3% 2.5% 3%;
	background-color:#CB4339;
	width: 860px;
	height: 39px;
	display: block;
	margin-left: auto;
  	margin-right: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     margin-bottom: 1.5%;
    color: white;
    position: relative;
    }
.homepagetitles3 {
    text-align: center;
    font-size: 22px;
	padding: 1.5% 3% 2.5% 3%;
	background-color:#5E5E5E;
    	line-height: 120%;
	color: aliceblue;
	width: 730px;
	height: 38px;
	display: block;
	margin-left: auto;
  	margin-right: auto;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 1.5%;
    
    }
.homepagetitles4 {
    text-align: center;
    font-size: 22px;
	padding: 1.5% 3% 2.5% 3%;
	background-color:#34272B;
	color: aliceblue;
    	line-height: 120%;
	width: 600px;
	height: 38px;
	display: block;
	margin-left: auto;
  	margin-right: auto;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
    }
.subtitlesmalltext {
    font-size: 12px
    }
.homepageintro {
    background-image: url("images/Wellbeingsquare.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	float:left;
	position: relative;
    text-align: center;
    }
.homepagetext {
    padding: 7% 5% 0% 5%;  
    }
.aboutline {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    height: auto;
    padding-bottom: 1.5%;     
    }
.logoonpage {
    width: 90px;
    height: auto;
    padding-top: 1%;
    }
/*Homepage Service boxes*/
.servicestitle {
    padding-bottom: 1%;
    font-size: 28px;
    }
.servicestitle2 {
    padding-bottom: 0.5%;
    font-size: 23px;
    }
.serviceboxes {
    width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
    padding: 5% 0% 5% 0%;
	float:left;
	position: relative !important;  
    text-align: center;   
    } 
.aboutus {
    width: 370px;
	height:355px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 2% 3% 2%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    
    }
.ourteam {
    width: 370px;
	height:355px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 2% 3% 2%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
   
    }
.pricing {
    width: 370px;
	height:355px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 2% 3% 2%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
   }
.businesscommunitybox {
    width: 370px;
	height:355px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 2% 3% 2%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
   }
.energy {
         width: 370px;
	height:355px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 2% 3% 2%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;   
    }
.international {
           width: 370px;
	height:355px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 2% 3% 2%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px; 
    }
.servicecontainer {
      text-align: center;
    padding: 13px 20px 0px 20px;
    }
/*About page*/
.aboutpage {
    background-image: url("images/magnoliaroomabout.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	float:left;
	position: relative;
     margin-top: 5%;
	color:#040D49;
    text-align: center;
    }
.aboutroomtitle {
    text-align: center;
    margin-top: 30px;    
    padding: 4% 0% 0% 0%;
    font-size: 40px;
    }
.aboutsubtitle {
    font-size: 24px;
    padding-bottom: 2%;
    line-height: 130%;
    }
.contactbutton {
    display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 20%;
	text-align: center;
	font-size: 18px;
	Width: 150px;
	Height: 20px;
	padding: 1% 0% 1% 0%;
		border: #CA4F43 3px solid;
	text-decoration: none;
	color:#010C48;    
    }
.treatmentbutton {
    display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 6%;
	text-align: center;
	font-size: 18px;
	Width: 150px;
	Height: 20px;
	padding: 1% 0% 1% 0%;
		border: #CA4F43 3px solid;
	text-decoration: none;
	color:#010C48;    
    }
.treatmentbuttonpricing {
    display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 6%;
	text-align: center;
	font-size: 18px;
	Width: 150px;
	Height: 20px;
	padding: 1% 0% 1% 0%;
		border: #CA4F43 3px solid;
	text-decoration: none;
	color:#010C48;
    color: white;
    }
.annepicture {
        width: 35%;
    height: 650px;
    	float: left;
	position: relative;
    overflow: hidden;
    margin: 0;
  color:#010C48;
    background-color: white;  
    text-align: center;
    }
.boxes {
    display: inline-block;
	vertical-align: middle;
    padding: 18% 0% 0% 0%;
    text-align: center;
}
.cvphoto {
    width: 300px;
    height: auto;
    }
    .annename {
        font-size: 25px;
    }
.abouttext {
      width: 65%;
    	float: left;
	position: relative;
     overflow: hidden;
    margin: 0;
    height: 650px;
    text-align: center;
    font-size: 16px;
    color:#010C48;
    background-color: white;     
    }
.boxes2 {
    position: absolute;
    padding: 7% 8% 4% 0%;
	top: -1px;
	text-align: justify;
	}
.qualifications {
    width: 100%;
	height: auto;
	float:left;
	position: relative;
	color:#040D49;
    text-align: center;
    background-color:#DBDFE2;
    padding-top: 5%;
    }
/*Pricing page*/
.treatmentpage {
    width: 100%;
    height: auto;
  	margin: 0;
    padding-top: 11%;
    background-color:#383845;
    color: white;
     font-family: myFontRoboto;
    }
.titlesection {
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    }
.treatmentstitle {
line-height: 90%;
    font-size: 38px;
    }
.treatmentssubtitle {

    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-weight: 100;
    font-size: 16px;
    padding-bottom: 1%;
    }
.pricingwording {
     font-size: 14px;
    padding: 3% 5% 0% 5%;
    line-height: 100%;
    }
.holistictherapytitle {
    padding: 2% 0% 0% 0%;    
    }
.prices1 {
    width: 50%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 145%;

    }
.prices2 {
    width: 50%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 145%; 

    }
.prices3 {
    width: 50%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 145%;     
    }
.prices4 {
    width: 50%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 145%;
    padding-bottom: 10%;
    }
.pricelist1 {
    padding: 8% 15% 0% 15%;
    list-style-type: none;
    text-align: justify;
   
    }
.pricelist2 {
    padding: 3% 15% 0% 15%;
    list-style-type: none;
    text-align: justify;
   
    }
.listtitle {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 4%;

    }
.listtitle2 {
        font-size: 18px;
    font-weight: bold;
    padding-bottom: 4%;   
    }
.floatright {
    float: right;
    }
.cost {
    font-size: 17px;
    font-weight: bold;
    }
.whitelineleft {
    width: 400px;
    height: auto;
    padding: 0% 1% 0% 1%;
    }
.leavesleft {
    width:37px;
    padding: 0% 1% 0% 0%;
    }
.leavesright {
    width: 37px;
    padding: 0% 0% 0% 1%;
    } 

.promotions {
    text-align: center;
 
    padding: 2% 5% 5% 5%;
 
    }
.whiteline {
    width: 500px;
    height: auto;
    display: block;
    margin: auto;
    }
.promotionstitles {
    font-size: 18px;
    }
/*Treatments page*/
.treatments {
    width: 100%;
    height: auto;
    background:url("images/massageportraitviewdesk.jpg");
    background-repeat: repeat;
    background-size: contain;
  	margin: 0;
    padding-top: 11%;
    text-align: center;
    color:#040D49;
    }
.treatmentstext {
    text-align: center;
    padding: 2% 7% 2% 7%;
    line-height: 140%;
    }
.treatmentstextcentre {
      text-align: center;
    padding: 2% 7% 2% 7%;
      line-height: 140%;
    }
.treatmentpricingbox {
    width: 33%;
    text-align: justify;
    padding: 0% 7% 0% 7%;
    list-style-type: none;
    margin: 0;
    }
.logoonpagesmall {
     width: 50px;
    height: auto;
    }
.unavailable {
	width: 190px;
	position: absolute;
	z-index: 5;
	 top: auto;
  left: 40%;
	}
.reflexologytitle {
    background: url("images/reflexology-text.jpg");
    background-size: cover;
    width: 500px;
    height: auto;
    padding: 3% 6% 4% 6%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
.hotstonereflextitle {
    background: url("images/hot-stone-reflexology.jpg");
    background-size: cover;
    width: 500px;
    height: auto;
    padding: 3% 6% 4% 6%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
.swedishmassagetitle {
    background: url("images/swedishmassagetitle.jpg");
    background-size: cover;
    width: 500px;
    height: auto;
    padding: 3% 6% 4% 6%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
	position: relative;
    }
.indianheadtitle {
    background: url("images/indianheadmassageimage.jpg");
    background-size: cover;
    width: 500px;
    height: auto;
    padding: 3% 6% 4% 6%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
	position: relative;
    }
.facialtitle {
    background: url("images/facialmassagetext.jpg");
    background-size: cover;
    width: 500px;
    height: auto;
    padding: 3% 6% 4% 6%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
	position: relative;
    }
.hotstonetitle {
    background: url("images/hotstonemassagepic.jpg");
    background-size: cover;
    width: 500px;
    height: auto;
    padding: 3% 6% 4% 6%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
	position: relative;
    }
.lavashelltitle {
    background: url("images/Lavashell-massage-text.jpg");
    background-size: cover;
    width: 500px;
    height: auto;
    padding: 3% 6% 4% 6%;
    color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
	position: relative;
    }
.contactbuttontreat {
    display: block;
	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 5%;
	text-align: center;
	font-size: 18px;
	Width: 150px;
	Height: 20px;
	padding: 1% 0% 1% 0%;
		border: #CA4F43 3px solid;
	text-decoration: none;
	color:#010C48;    
    }
.whitetree {
    width: 80px;
    height: auto;
    }
/*Oncology page*/
.oncology {
    width: 100%;
    height: auto;
    background:url("images/backmassagedesktop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  	margin: 0;
    padding-top: 11%;
    text-align: center;
    color:#040D49;
    }
.oncologytitle {
     font-size: 19px;   
    }
.subtitleoncology {
    font-size: 15px;
    line-height: 200%;
    }
/*Contact page*/
.contactpage {
    background:url("images/Magnoliawhitecontactpage.jpg"); 
    width: 100%;
    height: auto;
    float: left;
  	margin: 0;
	background-repeat: no-repeat !important;
	background-size: cover;  
    padding-top: 11%;
    color: white;
     font-family: myFontRoboto;
    }
.titlesmalltext {
    font-size: 18px;
    line-height: 280%;
    }
.contactanne {
    width: 50%;
    height: auto;
    float: left;
    text-align: center;

    }
.oldphone {
    width: 38px;
	height: auto;	
    padding: 1% 3% 1.5% 2%;    
    }
.emailicon {
    width: 38px;
	height: auto;	
    padding: 1% 3% 0.1% 2%;   
    }
.openingtimes {
    width: 50%;
    height: auto;
    float: left;
    
    }
.saturdaytext {
    font-size: 12px;
    line-height: 40%;
    }
.sundaytext {
    font-size: 13px;
    line-height: 120%;
    padding-top: 2%;
    }
.openinghours {
    padding: 4% 6% 3% 6%;
    list-style-type: none;
    text-align: justify;
    line-height: 230%;
    border: solid white 1.5px;
    border-radius: 5px;
    }
.openingtitle {
    text-align: center;
    font-size: 27px;
    font-family: myFontTenor;
    }
.innerbox {
    padding: 7% 5% 5% 10%;
    font-size: 18px;
    }
.innerboxtitle {
    font-size: 24px; 
    }
.innerbox2 {
    padding: 5% 25% 10% 18%; 
    }
.map {
    width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
    padding: 5% 0% 5% 0%;
	float:left;
	position: relative !important;  
    text-align: center;   
    }
.mapimage {
    width: 750px;
    height: auto;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.59);
    }
/*Reviews page*/
.reviewspage {
    background:url("images/Indian-Head-Massage-Review-Desk.jpg"); 
    width: 100%;
    height: auto;
    background-attachment: fixed;
    position: relative;
    float: left;
  	margin: 0;
	background-repeat: no-repeat !important;
	background-size: cover;  
    padding: 10% 0% 8% 0%;
    
    }
.whitetreereview {
    width: 70px;
    height: auto;
    padding-bottom: 1%; 
    	display: block;
	margin-left: auto;
  	margin-right: auto;
    }
.reviewstitle {
    text-align: center;
    padding: 1% 5% 0% 5%;
    font-size: 30px;
    color: white;
    }
.speechbox {
    width: 850px;
    height: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 
    	display: block;
	margin-left: auto;
  	margin-right: auto;
    background-color: white;
    padding: 2%;
    line-height: 140%;
margin-bottom: 2%;
    }
.speechmarksleft {
     	width: 22px;
	height: auto;
	padding-right: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;	   
    }
.speechmarksright {
     	width: 22px;
	height: auto;
	padding-left: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;	   
    }
.reviewscontact {
      text-align: center;
    color: white;
    }
/*Privacy page*/
.privacypage {
    width: 100%;
    height: auto;
  	margin: 0;
    padding-top: 11%;
    background-color:#383845;
    color: white;
    line-height: 150%;
     font-family: myFontRoboto;
    }
.privacytitle {
    text-align: center;
    font-size: 30px;
    padding-bottom: 3%;
    }
.privacysubtitle {
     font-size: 17px;
    padding: 0% 3% 0% 3%;
    }
.privacywording {
   padding: 5%;

    }
/*Sitemap*/
.sitemap {
	width: 33.33%;
	height: 198px;
	float: left;
	padding: 3% 0% 4% 0%;
	background-color:white;
	color:#454546;
	}

.sitemapspacing {
	line-height: 26px;
	font-size: 14px;
	color:#868686;
	}
.sitemapspacing2 {
	font-size: 14px;
	line-height: 20px;
	color:#868686;
	}
.sitemapspacing3 {
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
	color:#454546;
	}

.sitemapspacing4 {
	font-size: 15px;
	line-height: 30px;
	font-weight: 600;
	color:#868686;
	}

.sitemaptitlesize {
	padding-bottom: 2%;
	font-size: 16px;

	}
.fhticon {
     width: 235px;
    margin-top: 2%;
    }
.reflexologisticon {
    width: 60px;
    margin: 2% 0% 1.1% 2%;
    }
.facebook {
     width: 30px;
    margin: 1% 2% 2% 2%;   
    }
.webdesigner {
	font-size: 12px;
	padding-top: 6%;
	color:#868686;
	}
.fbicon {
	width: 33px;
	height:auto;
	vertical-align: middle;
	}
.privacy {
	font-size: 11px;
	padding-top: 3%;
	color:#868686;	
	}
}
