/*
Theme Name: Chrysalis Skin and Body Solutions
Theme URI: https://onlinemarketingthatsells.com.au
Description: Online Marketing That Sells WordPress Theme
Version: 2.0
Author: Online Marketing That Sells
Author URI: https://onlinemarketingthatsells.com.au
Tags: PHP, HTML5, CSS3, Jquery, Javascript
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

feature {padding-bottom: 0px; !}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a:hover, a:active, a:focus {
	outline: 0!important;
	border:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

p {
	line-height:normal;
}


* {
  outline: none;
}


html, body {
  color:#757371;
  font-size:14px;
  line-height:normal;
  font-family: 'Open Sans', sans-serif;
}

html {
  height: 100%;
}

body {
	min-height: 100%;
	padding: 0px;

}

img {
	max-width:100%;
	height:auto;
}

input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.clear {
	clear:both;
}

.container {
	width:100%;
	min-width:1199px;
	margin:0 auto;
}

.wrap {
	width:1199px;
	margin:0 auto;
}


.gift-banner img {
    width: 100%;
}

b, strong {
    font-weight: bolder !important;
}

.header {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	background-image:url(images/header.png);
	background-repeat:repeat;
	background-position:left top;
	z-index:9999;
}

.hl-top {
	position:absolute;
	left:0px;
	top:0px;
	display:none;
}

.bc-wrap h1 {
    font-size: 47px;
    line-height: 50px;
    padding-bottom: 45px;
    color: #fff;
    text-shadow: 1px 1px 1px #523321;
    font-weight: 700;
    font-family: 'abeatbykairegular';
}

.hr-top {
	position:absolute;
	right:0px;
	top:0px;
	display:none;
}

.header-wrap {
	padding:7px 0px 16px 0px;
	color:#fff;
	position:relative;
}

.logo {
	float:left;
	width:194px;
}

.header-rhs {
	float:right;
	overflow:hidden;
	padding-top:7px;
}

.book-online {
	float:left;
}

.book-online a {
	display:block;
	height:26px;
	background-color:#fff600;
	color:#000;
	font-size:11px;
	line-height:26px;
	text-transform:uppercase;
	padding:0px 21px 0px 8px;
	text-decoration:none;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:95% center;
		-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.book-online a:hover {
	background-color:#e3d700;
	color:#000;
	text-decoration:none;
}

.phone {
	float:left;
	margin:5px 0px 0px 12px;
	font-weight:700;
	background-image:url(images/phone.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:23px;
	line-height:normal;
	font-size:15px;
	line-height:18px;
	height:18px;
}

.phone a {
	color:#fff!important;
	text-decoration:none!important;
}

.phone a:hover {
	color:#fff!important;
	text-decoration:none!important;
}

.header-rhs p {
	clear:both;
	padding-top:7px;
	font-size:11px;
}

#video-wrapper {
    height: 530px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 100;

}

.youtube-background {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

.youtube-foreground, .youtube-background iframe {
    position: absolute;
    top: -200px;
    left: -5%;
    width: 110%;
    height: 165%;
    pointer-events: none;
}

.sr-head {
	font-size:22px;
	color:#63291a;
	padding-bottom:15px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome, #video-wrapper {
		background-image:url(media/video-screen.jpg);
		background-repeat:no-repeat;
		background-position:center top;
		background-size:100% 100%;
    } 
}

/** video {
    display: inline-block;
    height: auto;
    left: 50%;
    min-width: 100%;
    position: relative;
    top: 0;
    transform: translateX(-50%);
    vertical-align: baseline;
    width: auto;
}*/

.banner-contents {
	position: absolute;
    top: 190px;
    z-index: 103;
	width: 100%;
}

.bc-wrap {
	text-align:center;
	color:#fff;
}

.bc-wrap h2 {
	font-size:47px;
	line-height:50px;
	padding-bottom:45px;
	color:#fff;
	text-shadow:1px 1px 1px #523321;
	font-weight:700;
}

.bc-wrap ul {
	overflow:hidden;
}

.bc-wrap ul li {
	float:left;
	width: 23.0769%;
	margin-left: 2.5641%;
}

.bc-wrap ul li:first-child {
	margin-left:0px;
}


.module-content {
	background: rgba(117, 20, 0, 0.5) none repeat scroll 0 0;
	color: #fff;
	font-family: "Open Sans",sans-serif;
	font-size: 20px;
	font-weight: normal;
	min-height: 120px;
	padding: 10px 10px 25px 10px;
	text-align: center;
}

.module-content p {
    margin: 12px 0px 16px 0px;
}


.click-button {
	font-size:18px;
	display:inline-block;
	background:#ececec;
	background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ececec));
	background:-webkit-linear-gradient(#ffffff,#ececec);
	background:-moz-linear-gradient(center top,#ffffff 0%,#ececec 100%);
	background:-moz-gradient(center top,#ffffff 0%,#ececec 100%);
		-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.click-button:hover {
	opacity:0.5;
}


.click-button a {
	display:block;
	height:43px;
	line-height:43px;
	text-decoration:none;
	color:#563d03;
	padding:0px 53px 0px 30px;
	font-weight:600;
	background-image:url(images/arrow2.png);
	background-repeat:no-repeat;
	background-position:85% center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


.vw-lhs {
	position:absolute;
	left:0px;
	top:-75px;
	z-index:999;
}

.vw-rhs {
	position:absolute;
	right:0px;
	top:-75px;
	z-index:999;
}

.home-main {
	padding:30px 0px 23px 0px;
}

.our-popular-services {
	overflow:hidden;
	padding-bottom:20px;
	position:relative;
}

.ch-gift1 {
	position:absolute;
	right:0px;
	top:-25px;
}

.home-main h2 {
	font-family: 'abeatbykairegular';
	font-size:30px;
	line-height:33px;
	color:#751400;
	padding-bottom:20px;
	margin-bottom:20px;
	background-image:url(images/border.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}

.our-popular-services ul {
	margin-left:-31px;
	padding-top:10px;
}

.our-popular-services ul li {
	float:left;
	width:379px;
	height:241px;
	position:relative;
	overflow:hidden;
	margin:0px 0px 31px 31px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background-color:#f1f1f1;
}

.our-popular-services ul li:hover {
	opacity:0.8;
}


.our-popular-services .ops-img {
	width:100%;
	height:100%;
	overflow:hidden;
}

.our-popular-services .ops-img img {
	width:100%;
	height:100%;
}

.our-popular-services .ops-name {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#fff;
	background: rgba(60, 27, 27, 0.8) none repeat scroll 0 0;
	font-size:20px;
	line-height:23px;
	text-align:center;
	width:100%;
	padding:14px 0px 14px 0px;
}

.our-popular-services ul li a {
	color:#fff;
	text-decoration:none;
}

.welcome {
	overflow:hidden;
	padding-bottom:37px;
}

.welcome-rhs {
	float:right;
	width:348px;
}

.welcome-lhs {
	float:left;
	width:770px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.welcome-lhs .w-img {
	float:left;
	margin:0px 20px 10px 0px;
}

.welcome-lhs p {
	font-size:16px;
	line-height:27px;
	color:#535353;
	padding:10px 0px 10px 0px;
}

.read-more {
	font-size:16px;
	display:inline-block;
	background:#ececec;
	background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ececec));
	background:-webkit-linear-gradient(#ffffff,#ececec);
	background:-moz-linear-gradient(center top,#ffffff 0%,#ececec 100%);
	background:-moz-gradient(center top,#ffffff 0%,#ececec 100%);
		-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-top:10px;
	border:#e5e5e5 solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.read-more:hover {
	opacity:0.5;
}

.read-more a {
	display:block;
	height:39px;
	line-height:39px;
	text-decoration:none;
	color:#751400;
	padding:0px 45px 0px 25px;
	font-weight:600;
	background-image:url(images/arrow3.png);
	background-repeat:no-repeat;
	background-position:85% center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.special-packages {
	overflow:hidden;
	padding-bottom:10px;
	position:relative;
}

.special-packages ul {
	padding-top:10px;
	overflow:hidden;
	margin-left:-31px;
}

.special-packages ul li {
	float:left;
	margin:0px 0px 31px 31px;
	width:379px;
	height:241px;
	overflow:hidden;
	position:relative;
}

.special-packages .sp-img {
	width:100%;
	height:100%;
	overflow:hidden;
}

.special-packages .sp-img img {
	width:100%;
	height:100%;
}

.special-packages .sp-details {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#fff;
	background: rgba(60, 27, 27, 0.8) none repeat scroll 0 0;
	width:100%;
	padding:13px 0px 13px 0px;
	overflow:hidden;
	min-height:33px;
}

.sp-name {
	float:left;
	margin-left:15px;
	width:180px;
	font-size:15px;
	line-height:17px;
}

.rm {
	float:right;
	margin-right:15px;
}

.rm a {
	display:block;
	height:31px;
	line-height:30px;
	background-image:url(images/rm.png);
	background-repeat:no-repeat;
	background-position:right top;
	font-size:12px;
	color:#441b16;
	font-weight:600;
	text-decoration:none;
	padding:0px 35px 0px 14px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.rm a:hover {
	color:#441b16;
	text-decoration:none;
	opacity:0.8;
}

.gift-cards {
	position:relative;
}

.gift-banner {
	padding-top:5px;
}

.gift-banner img {
	display:block;
}


.footer {
	background-color:#efddbf;
}

.footer {
	border-top:#e3e0e0 solid 2px;
	background-color:#fffdfa;
}

.footer-top {
	overflow:hidden;
	padding:50px 0px 45px 0px;
	font-size:16px;
	color:#757371;
}

.footer-top h3 {
	background-image:url(images/border.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #63291a;
    font-size: 20px;
    padding-bottom: 20px;
	font-family: 'abeatbykairegular';
	margin-bottom:20px;
	text-transform: capitalize;
}

.ft-col1 {
	float:left;
	width:380px;
}

.ft-col1 ul li {
	display:inline;
}

.ft-col1 ul li:hover {
	opacity:0.8;
}

.ft-col2 {
	margin-left:43px;
	float:left;
	width:370px;
}


.ft-col2 h4 {
	font-weight:700;
	padding-bottom:15px;
	font-family: 'Open Sans', sans-serif;
}

.ft-col2 ul li {
	padding-bottom:5px;
}

.ft-col2 ul li strong {
	font-weight:700;
	width:120px;
	display:inline-block;
}


.ft-col3 {
	float:right;
	width:370px;
}

.ft-col3 p {
	padding-bottom:15px;
	line-height:25px;
}

.ft-col3 p strong {
	font-weight:700;
}

.ft-col3 a {
	color:#343434;
	text-decoration:none;
}

.ft-col3 div {
	color:#63291a;
	padding-bottom:2px;
	font-weight:600;
}

.ft-col3 div a {
	color:#63291a;
	text-decoration:none;
}

.footer-bottom {
	background-color:#fff4e6;
}

.fb-wrap {
	padding:17px 0px 17px 0px;
	overflow:hidden;
	font-size:11px;
	font-weight:700;
	color:#8a7158;
	text-align:center;
}

.fb-wrap a {
	color:#8a7158;
	text-decoration:none;
}


.video-image {
    height: 500px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
	z-index: 100;
}

.video-image img {
	width:100%;
	height:auto;
	min-height:100%;
}

.sub-contents {
	padding:49px 0px 40px 0px;
	overflow:hidden;
}

.ml-top {
	overflow:hidden;
}

.ml-top ul {
	padding-bottom:8px;
	overflow:hidden;
	margin-left:-40px;
}

.ml-top ul li {
	float:left;
	margin:0px 0px 40px 40px;
	width:373px;
	height:215px;
	background-color:#f1f1f1;
	overflow:hidden;
}

.ml-top ul li img {
	width:100%;
	height:auto;
}

.ml-wrap {
	overflow:hidden;
}

.mlw-rhs {
	float:right;
	width:342px;
}

.mlw-lhs {
	float:left;
	width:790px;
}

h2.heading1 {
	font-size:25px;
	line-height:30px;
	color:#751400;
	padding-bottom:25px;
	margin-bottom:20px;
	background-image:url(images/border.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}

.sub-txt {
	color:#535353;
	font-size:16px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.sub-txt h5 {
	font-size:22px;
	line-height:26px;
	color:#535353;
	padding-bottom:20px;
	font-weight:600;
}

.sub-txt p {
	font-size:16px;
	line-height:22px;
	color:#535353;
	padding-bottom:20px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.sub-txt p strong {
	color:#535353;
}


.sub-banner {
    height: 220px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
	z-index: 100;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	background-attachment:fixed;
}

.sb-image {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 220px;
}

.sub-banner img {
	width:100%;
	height:auto;
	min-height:100%;
}

.sb-heading {
	padding-top:100px;
	position:relative;
	z-index:103;
	color:#fff;
}

.sb-heading h1 {
	font-size:40px;
	line-height:40px;
	font-family: 'abeatbykairegular';
	font-weight:normal;
}

.contact-lhs {
	float:left;
	width:407px;
}

.contact-lhs h3 {
	font-family: 'abeatbykairegular';
	font-size:22px;
	line-height:25px;
	padding-bottom:20px;
	color:#63291a;
}

.contact-lhs p {
	font-size:15px;
	color:#757371;
	padding-bottom:20px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.contact-details {
	margin:20px 0px 50px 0px;
	border-top:#e0e0e0 solid 1px;
}

.contact-details li {
	padding:20px 0px 22px 43px;
	border-bottom:#e0e0e0 solid 1px;
	background-repeat:no-repeat;
	background-position:left center;
}

.contact-details li h4 {
	font-size:20px;
	color:#000;
	padding-bottom:5px;
}

.contact-details li p {
	font-size:15px;
	color:#757371;
	padding-bottom:0px;
}

.contact-details li h5 {
	font-size:18px;
	color:#000;
}

.contact-details .address {
	background-image:url(images/address.png);
}

.contact-details .phone2 {
	background-image:url(images/phone2.png);
}

.contact-details .email2 {
	background-image:url(images/mail2.png);
}

.oh-head {
	font-size:20px;
	color:#000;
	padding:0px 0px 30px 43px;
	background-image:url(images/oh.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.oh-box h5 {
	height:43px;
	line-height:43px;
	color:#fff;
	background:#7d382a;
	background:-webkit-gradient(linear,left top,left bottom,from(#9e5949),to(#7d382a));
	background:-webkit-linear-gradient(#9e5949,#7d382a);
	background:-moz-linear-gradient(center top,#9e5949 0%,#7d382a 100%);
	background:-moz-gradient(center top,#9e5949 0%,#7d382a 100%);
	font-size:18px;
	padding-left:28px;
}

.oh-box ul {
	border-left:#dadada solid 1px;
	border-right:#dadada solid 1px;
}

.oh-box ul li {
	overflow:hidden;
	padding:9px 28px 12px 28px;
	border-bottom:#dadada solid 1px;
	font-size:16px;
	line-height:16px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	color:#000;
}

.oh-box ul li:nth-child(2) {
	background-color:#fff2ef;
}

.oh-box ul li:nth-child(4) {
	background-color:#fff2ef;
}

.oh-box ul li:nth-child(6) {
	background-color:#fff2ef;
}

.oh-box ul li .day {
	float:left;
	padding-top:3px;
}

.oh-box ul li .time {
	float:right;
	padding-left:21px;
	background-image:url(images/time.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:3px;
}

.contact-rhs {
	float:right;
	width:703px;
}

.contact-form {
	padding-bottom:34px;
}

.contact-form br {
	display:none;
}

.contact-form .cf-row {
	padding-bottom:18px;
}

.contact-form label {
	display:block;
	font-size:15px;
	color:#000;
	padding-bottom:12px;
	font-weight:600;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
	height:40px;
	border:#e6e6e6 solid 1px;
	padding:0px 60px 0px 17px;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#111;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background-repeat:no-repeat;
	background-position:right center;
}


.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus {
	border:#c07b6c solid 1px;
}

.name-box-c input {
	background-image:url(images/name-box.png);
}

.mail-box input {
	background-image:url(images/mail-box.png);
}

.phone-box input {
	background-image:url(images/phone-box.png);
}

.contact-form textarea {
	height:100px;
	border:#e6e6e6 solid 1px;
	padding:10px 17px 10px 17px;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#111;
	resize:none;
	overflow:hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


.contact-form textarea:focus {
	border:#c07b6c solid 1px;
}

.contact-form .cf-row2 {
	overflow:hidden;
}

.contact-form .cf-row2 label {
	padding-bottom:8px;
}

.contact-form .captcha {
	float:left;
}

.contact-form .captcha input {
	width:110px;
	padding:0px 12px 0px 12px;
}

.cf-button {
	float:right;
	padding-top:5px;
}

.cf-button input {
	width:206px;
	height:47px;
	background-image:url(images/send-message.png);
	background-repeat:no-repeat;
	background-position:center top;
	border:none;
	outline:none;
	cursor:pointer;
	background-color:transparent;
	text-indent:-9999px;
}

.contact-map iframe {
	width:100%;
	height:258px;
	display:block;
}

.our-team-page {
	padding-top:80px;
}

.our-team-page h2 {
	font-size:35px;
	line-height:37px;
	padding-bottom:45px;
	font-family: 'abeatbykairegular';
	color:#4e190b;
	text-align:center;
}

.team-list ul {
	overflow:hidden;
	margin-left:-29px;
}

.team-list ul li {
	float:left;
	margin:0px 0px 31px 29px;
	width:380px;
	height:461px;
	background-color:#cb7663;
	color:#fff;
	text-align:center;
	background-image:url(images/team-box.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.tl-img {
	padding:34px 0px 18px 0px;
}

.tl-txt {
	padding:0px 30px 10px 30px;
	min-height:167px;
}

.tl-txt h3 {
	font-family: 'abeatbykairegular';
	font-size:24px;
	padding-bottom:5px;
}

.tl-txt h4 {
	font-size:18px;
	padding-bottom:12px;
	background-image:url(images/line.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-bottom:15px;
	font-family: 'Open Sans', sans-serif;
}

.tl-txt p {
	font-size:14px;
}

.lm a {
	display:inline-block;
	height:39px;
	line-height:39px;
	padding:0px 40px 0px 22px;
	background-image:url(images/lm.png);
	background-repeat:no-repeat;
	background-position:right center;
	font-size:14px;
	color:#441b16;
	font-weight:600;
	text-decoration:none;
		-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.lm a:hover {
	color:#441b16;
	text-decoration:none;
	opacity:0.8;
}

.wwa-detail {
	overflow:hidden;
	background-image:url(images/wwa-bg.png);
	background-repeat:no-repeat;
	background-position:right top;
	min-height:550px;
}

.wwd-lhs {
	float:left;
	width:270px;
}

.wwd-pic {
	padding-bottom:42px;
}

.wwd-pic img {
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wwd-contact h3 {
	font-size:22px;
	color:#63291a;
	padding-bottom:20px;
	border-bottom:#e0e0e0 solid 1px;
	font-family: 'abeatbykairegular';
}

.wwd-contact ul li {
	padding:20px 0px 22px 43px;
	border-bottom:#e0e0e0 solid 1px;
	background-repeat:no-repeat;
	background-position:left center;
}

.wwd-contact ul li h4 {
	font-size:20px;
	color:#000;
	padding-bottom:5px;
}

.wwd-contact ul li p {
	font-size:15px;
	color:#757371;
	padding-bottom:0px;
}

.wwd-contact ul li h5 {
	font-size:18px;
	color:#000;
}

.wwd-contact .phone2 {
	background-image:url(images/phone3.png);
}

.wwd-contact .email2 {
	background-image:url(images/mail3.png);
}

.wwd-rhs {
	float:right;
	width:890px;
}

.sub-txt h1, h2, h3, h4 {
	font-family: 'abeatbykairegular';
}

.wwd-rhs h3 {
	font-size:24px;
	color:#63291a;
	padding-bottom:15px;
}

.wwd-rhs h5 {
	font-size:18px;
	font-weight:600;
	padding-bottom:20px;
	color:#e85753;
}

.wwd-rhs p {
	font-size:16px;
}

.sub-txt blockquote {
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:16px;
	font-style:italic;
	line-height:24px;
	padding:3px 0px 3px 27px;
	margin:0px 0px 20px 0px;
	background-image:url(images/dots.png);
	background-repeat:repeat-y;
	background-position:left top;
}

.sub-txt blockquote p {
	padding:0px!important;
	font-size:16px!important;
	line-height:24px!important;
}

.sp-head {
	font-size:17px;
	line-height:24px;
	padding-bottom:35px;
	text-transform:uppercase;
	color:#757371;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.sp-head strong {
	font-weight:bold;
	color:#8e4131;
}


.special-list ul  {
	overflow:hidden;
	margin-left:-25px;
}

.special-list ul li {
	float:left;
	width:383px;
	height:292px;
	overflow:hidden;
	margin:0px 0px 35px 25px;
	background-color:#f1f1f1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.special-list ul li:hover {
	opacity:0.8;
}


.sub-lhs {
	float:left;
	width:790px;
}

h2.heading2 {
	font-size:25px;
	line-height:30px;
	color:#751400;
	padding-bottom:15px;
	margin-bottom:20px;
	background-image:url(images/line2.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.sub-txt h4 {
	font-size:16px;
	line-height:19px;
	padding-bottom:20px;
	color:#511a0c;
	font-weight:bold;
}

.sub-txt ul {
	padding-bottom:10px;
}

.sub-txt ul li {
	padding:7px 0px 17px 36px;
	font-size:16px;
	line-height:19px;
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.sub-txt ol {
	padding-bottom:10px;
	padding-left:35px;
}

.sub-txt ol li {
	padding-bottom:10px;
	font-size:16px;
	line-height:19px;
	list-style:decimal;
}

.list-wrap {
	overflow:hidden;
}

.list-wrap ul {
	float:left;
	padding-right:40px;
}

.sub-rhs {
	float:right;
	width:352px;
}

.shedule-box {
	background-color:#914333;
	margin-bottom:30px;
	border-top:#731f0d solid 4px;
	padding-bottom:22px;
	color:#fff!important;
	font-family: 'Open Sans', sans-serif;
}

.shedule-box ul {
	padding:18px 19px 0px 19px;
}

.shedule-box ul li {
	padding:0px 0px 25px 41px;
	background-repeat:no-repeat;
	background-position:left 3px;
}

.shedule-box ul li:nth-child(1) {
	background-image:url(images/address2.png);
}

.shedule-box ul li:nth-child(2) {
	background-image:url(images/phone4.png);
}

.shedule-box ul li:nth-child(3) {
	background-image:url(images/mail4.png);
	background-position:left 1px;
}

.shedule-box ul li h4 {
	font-size:16px;
	padding-bottom:3px;
	color:#fff;
	font-weight:400;
}

.shedule-box ul li p {
	font-size:13px;
	padding:0px;
	color:#fff;
}

.shedule-box ul li h5 {
	font-size:14px;
	padding:0px;
	color:#fff;
	font-weight:400;
}

.book-now {
	text-align:center;
}

.book-now a {
	display:inline-block;
	background-image:url(images/bn.png);
	height:43px;
	line-height:43px;
	background-position:right center;
	padding:0px 48px 0px 24px;
	font-size:18px;
	color:#731f0d;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:600;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.book-now a:hover {
	opacity:0.8;
	text-decoration:none;
}


.treatment-page {
	padding-top:80px;
}

.treatment-page h2 {
	font-size:28px;
	line-height:33px;
	padding-bottom:30px;
	color:#63291a;
	text-align:center;
}

.treatment-sub-list ul {
	overflow:hidden;
	margin-left:-52px;
}

.treatment-sub-list ul li {
	float:left;
	width:365px;
	height:491px;
	padding-top:25px;
	margin:0px 0px 50px 52px;
	background-color:#fff3f3;
	background-image:url(images/ts-box.png);
	background-repeat:no-repeat;
	background-position:right top;
	text-align:center;
}

.tsl-img {
	width:303px;
	height:186px;
	border:#fff solid 6px;
	background-color:#f1f1f1;
	margin:0px auto;
	overflow:hidden;
	background-image:url(images/zoom.png.png);
	background-repeat:no-repeat;
	background-position:center center;
}

.tsl-img img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.tsl-img img:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity:0.5;
}

.tsl-txt {
	padding:25px 22px 10px 22px;
	min-height:185px;
}

.tsl-txt h3 {
	font-size:19px;
	color:#63291a;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	padding-bottom:10px;
	background-image:url(images/line2.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-bottom:23px;
}

.tsl-txt p {
	font-size:14px;
	line-height:23px;
	color:#484848;
	border-top:#f9e0e0 solid 1px;
	padding-top:25px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.fom a {
	background-image:url(images/find-out-more.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:180px;
	height:43px;
	display:inline-block;
	line-height:43px;
	color:#6a0b00;
	text-decoration:none;
	text-indent:-9999px;
		-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.fom a:hover {
	opacity:0.5;
	
}

.treatment-search {
	width:557px;
	height:45px;
	border:#914333 solid 1px;
	margin:0px auto 34px auto;
	background-color:#f5f5f5;
	padding-left:57px;
	background-image:url(images/search01.png);
	background-repeat:no-repeat;
	background-position:21px center;
	overflow:hidden;
}

.treatment-search .search-input {
	float:left;
	height:45px;
	width:424px;
	border:none;
	outline:none;
	background-color:transparent;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:16px;
	color:#333;
}

.treatment-search .search-submit {
	float:right;
	width:126px;
	height:45px;
	border:none;
	outline:none;
	cursor:pointer;
	background-image:url(images/search02.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:transparent;
	text-indent:-9999px;
}

.sub-main {
	padding-top:70px;
}

.wwa-section1 {
	border-bottom:#e7e7e7 solid 3px;
}

.wwa-sec1-wrap {
	overflow:hidden;
	padding-bottom:27px;
}

.wwa-s1-lhs {
	float:left;
	margin-left:70px;
}

.wwa-s1-rhs {
	float:right;
	margin:40px 75px 0px 0px;
}

.wwa-section2 {
	padding:45px 0px 50px 0px;
}

.wwa-section2 h2 {
	font-size:40px;
	padding-bottom:20px;
	color:#4e190b;
}

.go {
	text-align:center;
	padding-top:20px;
}

.wwa-section3 {
	background-image:url(images/wwa-sec3.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
	background-attachment:fixed;
}

.wwa-sec3-wrap {
	padding:117px 0px 49px 0px;
	overflow:hidden;
}

.wwa-sec3-wrap ul li {
	width:376px;
	height:553px;
	float:left;
	margin-right:35px;
	background-color:#f5f5f5;
}


.wwa-sec3-wrap ul li:last-child {
	margin-right:0px;
}

.wwa-sec3-wrap ul li .wwas3-details {
	width:298px;
	margin:0 auto;
	position:relative;
}

.wwas3-img {
	width:284px;
	height:141px;
	background-color:#eee;
	border:#fff solid 7px;
	margin-top:-68px;
}

.wwa-sec3-wrap ul li .wwas3-details h3 {
	text-align:center;
	font-size:26px;
	color:#000;
	text-transform:uppercase;
	padding-top:29px;
}

.wwa-sec3-wrap ul li .wwas3-details p {
	color:#757371;
	font-size:14px;
	line-height:22px;
	padding-top:20px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.appointment-button {
	padding-top:31px;
	text-align:center;
	font-family: 'abeatbykairegular';
}

.appointment-button a {
	display:inline-block;
	background-color:#fff500;
	color:#4e190b;
	text-decoration:none;
	font-size:21px;
	padding:14px 60px 11px 33px;
	border:#941a00 solid 1px;
	background-image:url(images/arrow4.png);
	background-repeat:no-repeat;
	background-position:97% center;
			-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.appointment-button a:hover {
	background-color:#ffd803;
	color:#4e190b;
	text-decoration:none;
}

.sb-heading h2 {
	text-align:center;
	font-size:40px;
	line-height:40px;
	font-family: 'abeatbykairegular';
	font-weight:normal;
}


.improve-list ul {
	overflow:hidden;
	margin-left:-52px;
}

.improve-list ul li {
	float:left;
	width:365px;
	height:446px;
	padding-top:25px;
	margin:0px 0px 50px 52px;
	background-color:#fff3f3;
	background-image:url(images/ts-box.png);
	background-repeat:no-repeat;
	background-position:right top;
	text-align:center;
}

.il-img {
	width:303px;
	height:247px;
	border:#fff solid 6px;
	background-color:#f1f1f1;
	margin:0px auto;
	overflow:hidden;
	background-image:url(images/zoom.png.png);
	background-repeat:no-repeat;
	background-position:center center;
}

.il-img img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.il-img img:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity:0.5;
}

.il-txt {
	padding:20px 75px 10px 75px;
	min-height:79px;
}

.il-txt h3 {
	font-size:20px;
	color:#63291a;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	padding-bottom:15px;
	background-image:url(images/line2.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-bottom:10px;
}


.ch a {
	background-image:url(images/click-here.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:158px;
	height:43px;
	display:inline-block;
	line-height:43px;
	color:#6a0b00;
	text-decoration:none;
	text-indent:-9999px;
		-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.ch a:hover {
	opacity:0.5;
	
}





.accordion {
  padding:14px 35px 14px 33px;
  font-size:21px;
  color:#941a00;
  font-family: 'abeatbykairegular';
  text-decoration:none;
  margin-bottom:32px;
  border:#941a00 solid 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image:url(images/arrow5.png);
  background-repeat:no-repeat;
  background-position:right 10px;
  cursor:pointer;
}
.accordion-open {
   color:#941a00;
   background-image:url(images/arrow5_2.png);
}

.ac-container {
	margin-top:-10px;
	margin-bottom:32px;
	border:#d5d5d5 solid 1px;
	  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:25px;
  overflow:hidden;
}

.detail-list {
	margin-left:-33px!important;
	padding:0px!important;
}

.detail-list li {
	float:left;
	width:360px;
	height:248px;
	position:relative;
	overflow:hidden;
	margin:0px 0px 28px 33px;
}

.detail-list .dl-image {
	width:360px;
	height:248px;
	overflow:hidden;
}

.dl-details {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#fff;
	background: rgba(135, 54, 37, 0.8) none repeat scroll 0 0;
	width:100%;
	padding:11px 0px 11px 0px;
	overflow:hidden;
	min-height:33px;
}

.dl-name {
	float:left;
	margin-left:19px;
	width:190px;
	font-size:15px;
	line-height:18px;
	padding-top:5px;
}

.dl-more {
	float:right;
	margin-right:15px;
}

.dl-more a {
	display:block;
	width:118px;
	height:33px;
	line-height:33px;
	background-image:url(images/read-more.png);
	background-repeat:no-repeat;
	background-position:right top;
	font-size:12px;
	color:#441b16;
	font-weight:600;
	text-decoration:none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-align:center;
	text-indent:-9999px;
}

.dl-more a:hover {
	color:#441b16;
	text-decoration:none;
	opacity:0.8;
}



.detail-list2 li {
	padding-bottom:30px;
}

.detail-list2 li:last-child {
	padding-bottom:0px;
}

.dl2-txt {
	font-size:15px;
	line-height:18px;
	padding-bottom:15px;
}

.dl-more2 a {
	display:block;
	width:118px;
	height:33px;
	line-height:33px;
	background-image:url(images/read-more.png);
	background-repeat:no-repeat;
	background-position:right top;
	font-size:12px;
	color:#441b16;
	font-weight:600;
	text-decoration:none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-align:center;
	text-indent:-9999px;
}

.dl-more2 a:hover {
	color:#441b16;
	text-decoration:none;
	opacity:0.8;
}


.ts-page {
	padding-top:120px;
}

.treatment-sub h1 {
	font-size:28px;
	color:#63291a;
	padding-bottom:20px;
}

.image-middle {
	text-align:center;
	padding-bottom:20px;
}

.image-left {
	float:left;
	margin:0px 30px 10px 0px;
	max-width:40%;
}

.image-right {
	float:right;
	margin:0px 0px 10px 30px;
	max-width:40%;
}

.treatment-sub h2 {
	font-size:20px!important;
	color:#941a00!important;
	margin-bottom:27px!important;
	padding:14px 10px 14px 33px!important;
	border:#941a00 solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	margin-top:10px!important;
}

.treatment-sub h2::after { 
    content:url('images/down-arrow.png');
	position:absolute;
	left:48px;
	bottom:-19px;
}

.t-table {
	padding-bottom:42px;
}

.t-table table {
	border:#bfbfbf solid 1px;
	border-bottom:none;
	border-right:none;
}

.t-table table th {
	border-bottom:#bfbfbf solid 1px;
	border-right:#bfbfbf solid 1px;
	font-size:19px;
	color:#941a00;
	font-family: 'abeatbykairegular';
	padding:12px 12px 12px 32px;

}

.t-table table td {
	border-bottom:#bfbfbf solid 1px;
	border-right:#bfbfbf solid 1px;
	padding:12px 12px 12px 32px;
	font-size:15px;
	color:#333;
}

.grey td {
	background-color:#f9f3e4;
}

.treatment-sub strong {
	font-weight:bold;
	color:#000;
}

.quick-find {
	margin-bottom:33px;
	padding-bottom:14px;
	background-image:url(images/pattern2.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

.quick-find h3 {
	font-size:22px;
	color:#63291a;
	padding-bottom:10px;
	padding-top:5px;
}

.quick-find ul {
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:17px;
	line-height:19px;
	font-weight:400;
	color:#777;
	padding-top:14px;
	background-image:url(images/pattern.png);
	background-repeat:no-repeat;
	background-position:center top;
}

.quick-find ul li {
	padding:14px 0px 14px 42px;
	border-bottom:#e6e6e6 solid 1px;
	background-image:url(images/bullet04.png);
	background-repeat:no-repeat;
	background-position:9px 17px;
}

.quick-find ul li:first-child {
	border-top:#e6e6e6 solid 1px;
}

.quick-find ul li a {
	color:#5f5f5f;
	text-decoration:none;
	background-image:url(images/qf-arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	display:block;
}

.quick-find ul li a:hover {
	color:#941a00;
	text-decoration:none;
}

.search-rhs {
	padding-bottom:30px;
}

.search-rhs h3 {
	font-size:22px;
	color:#63291a;
	padding-bottom:10px;
	padding-top:5px;
}

.page404 {
	background-image:url(images/page404.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:100% auto;
	padding-top:120px;
}

.page404-wrap {
	padding:50px 0px 330px 0px;
}

.error-contents {
	width:920px;
	margin:0 auto;
	overflow:hidden;
}

.ec-lhs {
	float:left;
	width:359px;
}

.ec-lhs h2 {
	font-size:35px;
	color:#000;
	padding-bottom:15px;
}

.bth {
	padding-top:15px;
}

.ec-rhs {
	float:right;
	width:513px;
}

.sub-txt em {
	font-style:italic;
}

.content-video {
	padding-bottom:20px;
	text-align:center;
}

.content-video iframe {
	border:#ccc solid 3px;
	width:560px;
	height:315px;
}

.sub-rhs .widget-title2 {
	display:none;
}

.sub-txt a {
	color:#d54a3a;
	text-decoration:none;
}

.sub-txt a:hover {
	color:#d54a3a;
	text-decoration:underline;
}


h2.heading3 {
	text-align:left;
	font-size:28px;
	line-height:32px;
	color:#751400;
	padding-bottom:25px;
}




.indulgence-list ul {
	overflow:hidden;
	margin-left:-52px;
}

.indulgence-list ul li {
	float:left;
	width:365px;
	min-height:652px;
	margin:0px 0px 20px 52px;
	text-align:center;
}

.il-top {
	text-align:center;
	background-color:#fff3f3;
	padding-top:25px;
	height:279px;
	background-image:url(images/ts-box.png);
	background-repeat:no-repeat;
	background-position:right center;
}

.il-img {
	width:303px;
	height:186px;
	border:#fff solid 6px;
	background-color:#f1f1f1;
	margin:0px auto;
	overflow:hidden;
	background-image:url(images/zoom.png.png);
	background-repeat:no-repeat;
	background-position:center center;
}

.il-img img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.il-img img:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity:0.5;
}

.il-name {
	padding-top:15px;
	font-size:20px;
	color:#63291a;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	padding-bottom:10px;
	background-image:url(images/line2.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-bottom:23px;
}

.il-mid {
	background-color:#914333;
	color:#fff;
	padding:16px 24px 16px 24px;
	font-size:17px;
	overflow:hidden;
}

.ilm-lhs {
	float:left;
}

.ilm-rhs {
	float:right;
}

.ilm-rhs strong {
	color:#fff600;
	font-weight:600;
}

.ill-txt {
	text-align:left;
	padding:25px 0px 20px 0px;
	min-height:193px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.ill-txt p {
	font-size:14px;
	line-height:18px;
	padding-bottom:10px;
}

.ill-txt ol {
	margin:0px;
	padding:0px;
}

.ill-txt ol li {
	margin:0px;
	float:none;
	width:auto;
	height:auto;
	text-align:left;
	font-size:14px;
	line-height:18px;
	padding:0px 0px 5px 20px;
	background-image:url(images/bullet05.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	min-height:inherit;
}

.il-book {
	text-align:left;
}

.il-book a {
	background-image:url(images/book-now01.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:180px;
	height:43px;
	display:inline-block;
	line-height:43px;
	color:#6a0b00;
	text-decoration:none;
	text-indent:-9999px;
		-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.il-book a:hover {
	opacity:0.5;
	
}



.read-more2 {
	font-size:15px;
	display:inline-block;
	background:#ececec;
	background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ececec));
	background:-webkit-linear-gradient(#ffffff,#ececec);
	background:-moz-linear-gradient(center top,#ffffff 0%,#ececec 100%);
	background:-moz-gradient(center top,#ffffff 0%,#ececec 100%);
		-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border:#e5e5e5 solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.read-more2:hover {
	opacity:0.5;
}

.read-more2 a {
	display:block;
	height:39px;
	line-height:39px;
	text-decoration:none;
	color:#751400;
	padding:0px 45px 0px 25px;
	font-weight:600;
	background-image:url(images/arrow3.png);
	background-repeat:no-repeat;
	background-position:85% center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.read-more2 a:hover {
	text-decoration:none;
	color:#751400;
}

.option {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:#eee solid 1px;
}



.two-col-list ul {
	overflow:hidden;
	margin-left:-35px;
}

.two-col-list ul li {
	float:left;
	width:582px;
	height:610px;
	padding-top:25px;
	margin:0px 0px 40px 35px;
	background-color:#fff3f3;
	background-image:url(images/ts-box.png);
	background-repeat:no-repeat;
	background-position:right top;
	text-align:center;
}

.tcl-img {
	width:520px;
	height:296px;
	border:#fff solid 6px;
	background-color:#f1f1f1;
	margin:0px auto;
	overflow:hidden;
	background-image:url(images/zoom.png.png);
	background-repeat:no-repeat;
	background-position:center center;
}

.tcl-img img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.tcl-img img:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity:0.5;
}

.tcl-txt {
	padding:15px 25px 10px 25px;
	min-height:205px;
}

.tcl-txt h3 {
	font-size:20px;
	color:#63291a;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	padding-bottom:10px;
	background-image:url(images/line2.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-bottom:23px;
}

.tcl-txt p {
	font-size:14px;
	line-height:23px;
	color:#484848;
	border-top:#f9e0e0 solid 1px;
	padding-top:25px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.indulgence-details {
	overflow:hidden;
}

.id-lhs {
	float:left;
	width:400px;
}

.id-cost {
	padding-bottom:20px;
	color:#399fb1;
	font-size:15px;
}

.id-cost strong {
	color:#646464;
	font-weight:600;
}

.id-lhs p {
	padding:10px 0px 20px 0px;
}


.id-rhs {
	float:right;
	width:750px;
}

.id-rhs h4 {
	border-bottom:#ccc dotted 1px;
	margin-bottom:20px;
}


.book-now2 a {
	display:inline-block;
	background-image:url(images/bn.png);
	height:43px;
	line-height:43px;
	background-position:right center;
	padding:0px 48px 0px 24px;
	font-size:18px;
	color:#731f0d;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:600;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border:#ddd solid 1px;
}

.book-now2 a:hover {
	opacity:0.8;
	text-decoration:none;
}

.id-rhs ul li {
	padding-bottom:6px;
}

.gift-form {
	overflow:hidden;
}

.gift-form br {
	display:none;
}

.gf-rhs {
	float:right;
	width:427px;
	padding-top:78px;
}

.gf-lhs {
	float:left;
	width:742px;
	overflow:hidden;
}

.gf-lhs h4 {
	font-size:20px;
	color:#63291a;
	padding-bottom:30px;
}

.gf-row {
	overflow:hidden;
}

.gf-row .lhs {
	float:left;
}

.gf-row .rhs {
	float:right;
}

.gf-col {
	width:48%;
	padding-bottom:30px;
}

.gift-form label {
	display:block;
	font-size:14px;
	color:#000;
	padding-bottom:10px;
	font-weight:600;
}

.gift-form label strong {
	color:#941a00;
}

.gift-form input[type="text"], .gift-form input[type="email"] {
	height:40px;
	border:#e6e6e6 solid 1px;
	padding:0px 40px 0px 15px;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#333;
	background-repeat:no-repeat;
	background-position:97% center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.gift-form input[type="text"]:focus, .gift-form input[type="email"]:focus {
	border:#a94833 solid 1px;
}

.name-box input {
	background-image:url(images/name-icon.png);
}

.email-box input {
	background-image:url(images/mail-icon.png);
}

.mobile-box input {
	background-image:url(images/mobile-icon.png);
}

.date-box input {
	background-image:url(images/date-icon.png);
}

.gf-button input {
	height:39px;
	border:#c2c2c2 solid 1px;
	background-image:url(images/bn.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding:0px 50px 0px 40px;
	font-size:16px;
	color:#441b16;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	cursor:pointer;
		-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.gf-button input:hover {
	opacity:0.5;
}

span.wpcf7-not-valid-tip {
	clear:both;
	font-size:13px;
	padding-top:5px;
}

div.wpcf7-validation-errors {
	clear:both;
	margin:10px 0px 10px 0px!important;
	text-align:center;
}


.sub-txt h1 {
	font-size:32px;
	line-height:38px;
	color:#751400;
	padding-bottom:20px;
}

.sub-txt h2 {
	font-size:27px;
	line-height:32px;
	color:#751400;
	padding-bottom:20px;
}


.sub-txt h3 {
	font-size:24px;
	line-height:31px;
	color:#751400;
	padding-bottom:11px;
	background-image:url(images/line2.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-bottom:25px;
}




.sub-banner-new {
    height: 400px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
	z-index: 100;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% auto;
	background-attachment:fixed;
}


.sub-banner-new .sb-heading {
	padding-top:220px;
	color:#000;
}

.new-skin-banner {
	width:100%;
	min-height:582px;
}

.nsbwrap {
	padding-top:225px;
	color:#fff;
	position:relative;
}

.book-consultation {
	position:absolute;
	right:0px;
	top:100px;
}

.book-consultation a {
	display:block;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:#FFFfff solid 1px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

.book-consultation a:hover {
	opacity:0.5;
}

.nsbwrap h2 {
	font-size:55px;
	line-height:55px;
	padding-bottom:10px;
	font-weight:normal;
}

.nsbwrap h3 {
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	padding-top:5px;
}

.banner-arrow {
	text-align:center;
	padding-top:120px;
}


.new-skin-banner-mobile {
	display:none;
}


.np-section1 {
	overflow:hidden;
}

.nps1-rhs {
	float:right;
	width:674px;
}

.nps1-rhs img {
	display:block;
}

.np-lhs {
	float:left;
	width:525px;
	padding-top:50px;
}

.np-lhs p {
	line-height:26px;
}

.np-lhs li {
	padding-bottom:12px!important;
}

.np-section2 {
/*	background-color:#cd715c;
	background-image:url(images/np-section2.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-attachment:fixed;*/
	background-size:100% auto;
}

.nps2-wrap {
	padding:60px 0px 75px 0px;
	overflow:hidden;
	color:#fff;
}

.nps2-wrap ul li {
	float:left;
	width:171px;
	text-align:center;
	padding-right:77px;
	background-image:url(images/ns2-arrow.png);
	background-repeat:no-repeat;
	background-position:87% 70px;
}

.nps2-wrap ul li:last-child {
	padding-right:0px;
}

.ns2-img {
	padding-bottom:18px;
}

.nps2-wrap ul li p {
	font-size:15px;
	line-height:27px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	padding:0px;
	margin:0px;
}

.np-section3 {
	overflow:hidden;
	padding-bottom:45px;
	background-image:url(images/border.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

.nps3-lhs {
	float:left;
	width:537px;
}

.nps3-rhs {
	float:right;
	width:640px;
	padding-top:97px;
}

.nps3-rhs p {
	line-height:30px;
}

.np-section4 {
	text-align:center;
	padding:90px 0px 0px 0px;
}

.np-section4 h2 {
	padding-bottom:15px;
	font-size:30px;
}

.np4-video {
	padding-top:10px;
}

.np4-video img {
	display:block;
}

.np4-video iframe {
	width:100%;
	height:633px;
	display:block;
}

.np-section1 h2, .np-section3 h2, .np-section4 h2, .np-section5 h2 {
	font-size:30px;
}

.np-section5 {
	text-align:center;
	padding-bottom:75px;
	padding-top:90px;
	overflow:hidden;
}

.np-section5 h2 {
	padding-bottom:30px;
}

.np-section5 .before {
	float:left;
	width:577px;
}

.np-section5 .after {
	float:right;
	width:577px;
}

.np-section6 {
	background-color:#e5f2d6;
	background-image:url(images/np-section6.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:100% 100%;
	background-attachment:fixed;
}

.nps6-wrap {
	padding:83px 0px 48px 0px;
}

.book-form-container {
	position:relative;
}

.bf-head {
	background-color:#c36956;
	color:#fff;
	padding:13px 10px 11px 42px;
	border-bottom:#7b2d1c solid 4px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background-image:url(images/bf-head.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:100% 100%;
}

.bf-head h3 {
	font-size:30px;
	line-height:43px;
	background-image:url(images/bf-head-icon.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:62px;
}

.bf-wrap {
	background-image:url(images/bf-wrap.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:100% auto;
	padding:25px 39px 33px 39px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	background-color:#fff;
}

.bf-txt {
	font-size:15px;
	line-height:22px;
	color:#535353;
	padding-bottom:33px;
	background-image:url(images/border.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.bf-txt strong {
	font-weight:bold;
	color:#7b2d1c;
}

.pointer {
	position:absolute;
	left:-28px;
	bottom:30px;
}

.book-form {
	overflow:hidden;
	padding-top:20px;
}

.book-form input, .book-form textarea {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.book-form label {
	display:block;
	font-size:15px;
	color:#7b2d1c;
	padding-bottom:10px;
}

.bf-row {
	overflow:hidden;
}

.bf-box {
	float:left;
	padding-bottom:23px;
	width:417px;
	margin-right:24px;
}

.bf-box input {
	height:40px;
	border:#e6e6e6 solid 1px;
	padding:0px 52px 0px 17px;
	width:100%;
	outline:none;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:15px;
	color:#333;
	background-repeat:no-repeat;
	background-position:right top;
}

.bf-box input:focus {
	border:#c97361 solid 1px;
}


.bf-name-box input {
	background-image:url(images/bf-name-box.png);
}

.bf-email-box input {
	background-image:url(images/bf-email-box.png);
}

.bf-box2 {
	float:right;
	width:235px;
	padding-bottom:23px;
}


.bf-box2 input {
	height:40px;
	border:#e6e6e6 solid 1px;
	padding:0px 17px 0px 17px;
	width:100%;
	outline:none;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:15px;
	color:#333;
}

.bf-box2 input:focus {
	border:#c97361 solid 1px;
}

.bf-box3 {
	clear:both;
	padding-bottom:23px;
}

.bf-box3 textarea {
	height:90px;
	border:#e6e6e6 solid 1px;
	padding:11px 17px 11px 17px;
	width:100%;
	outline:none;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:15px;
	color:#333;
	resize:none;
	overflow:hidden;
}

.bf-box3 textarea:focus {
	border:#c97361 solid 1px;
}

.bf-button input {
	width:185px;
	height:47px;
	border:none;
	outline:none;
	cursor:pointer;
	background-image:url(images/submit-now.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-indent:-9999px;
}

.bf-button input:hover {
	opacity:0.8;
}



.header-new {
	width:100%;
	background-color:#fff;
}

.header-top {
	padding:8px 0px 20px 0px;
	overflow:hidden;
}

.logo-new {
	float:left;
	width:432px;
}

.ht-rhs {
	float:right;
	padding-top:15px;
}

.htr-top {
	overflow:hidden;
	padding-bottom:15px;
}

.book-online-new {
	float:left;
}

.book-online-new a {
	display:block;
	height:45px;
	line-height:46px;
	background-color:#fff600;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:19px;
	padding:0px 38px 0px 15px;
	background-image:url(images/bo-arrow.png);
	background-repeat:no-repeat;
	background-position:92% center;
	font-weight:600;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.book-online-new a:hover {
	background-color:#ffde00;
	color:#000;
	text-decoration:none;
}

.phone-new {
	float:right;
	margin-left:20px;
	padding-left:40px;
	font-size:26px;
	line-height:31px;
	color:#4e180a;
	font-weight:700;
	margin-top:8px;
	height:31px;
	background-image:url(images/phone-new.png);
	background-repeat:no-repeat;
	background-position:left center;
}

.ht-rhs p {
	clear:both;
	font-size:19px;
	line-height:21px;
	color:#4e180a;
	text-align:center;
}

.menu-bg {
	background-color:#6f2719;
	width:100%;
	clear:both;
}

.menu-bg-wrap {
	padding:11px 0px 11px 0px;
}

.home-video {
	margin-bottom:32px;
	position:relative;
	overflow:hidden;
	height:494px;
}

.home-video video {
    height: auto;
    width: 100%;
	margin-top:-1px;
}


@media (max-width: 1366px) { 


.hl-top {
	width:90px;
}

.hr-top {
	width:90px;
}

.vw-lhs {
	top:-55px;
	width:120px;
}

.vw-rhs {
	top:-55px;
	width:120px;
}


.sub-banner-new .sb-heading {
	padding-top:170px;
}


.sub-banner-new {
    height: 365px;
}

}

@media only screen and (min-width: 960px) and (max-width: 1198px) {


.container {
	min-width:950px;
}

.wrap {
	width:950px;
}


.hl-top {
	width:60px;
}

.hr-top {
	width:60px;
}

.header-wrap {
	padding:7px 0px 13px 0px;
}

.logo {
	float:left;
	width:194px;
	margin-left:20px;
}

.header-rhs {
	float:right;
	clear:both;
	padding-top:0px;
	margin-right:20px;
}

#video-wrapper {
    height: 570px;

}

.bc-wrap h2 {
	font-size:40px;
	line-height:45px;
}

.module-content {
	font-size: 19px;
	padding: 10px 10px 25px 10px;
}

.module-content p {
    margin: 12px 0px 16px 0px;
}


.click-button {
	font-size:17px;
}



.our-popular-services ul {
	margin-left:-20px;
	padding-top:10px;
}

.our-popular-services ul li {
	width:303px;
	height:193px;
	margin:0px 0px 25px 20px;
}


.our-popular-services .ops-name {
	font-size:18px;
	line-height:22px;
	padding:12px 0px 12px 0px;
}


.welcome-rhs {
	width:300px;
}

.welcome-lhs {
	width:624px;
}

.welcome-lhs .w-img {
	margin:0px 15px 10px 0px;
}

.welcome-lhs p {
	font-size:16px;
	line-height:23px;
	padding:10px 0px 10px 0px;
}


.special-packages ul {
	margin-left:-20px;
}

.special-packages ul li {
	margin:0px 0px 25px 20px;
	width:303px;
	height:193px;
}


.special-packages .sp-details {
	padding:12px 0px 12px 0px;
	min-height:33px;
}

.sp-name {
	margin-left:10px;
	width:160px;
	font-size:14px;
	line-height:16px;
}

.rm {
	margin-right:10px;
}

.rm a {
	padding:0px 30px 0px 12px;
}

.ft-bg {
	background-size:auto 100%;
}

.footer-top {
	padding:50px 0px 45px 0px;
	font-size:15px;
}



.ft-col1 {
	width:286px;
}


.ft-col2 {
	margin-left:30px;
	width:286px;
}


.ft-col3 {
	width:317px;
}

.video-image {
    height: 570px;
    max-width: 100%;
}

.sub-contents {
	padding:40px 0px 40px 0px;
}


.ml-top ul {
	padding-bottom:8px;
	margin-left:-20px;
}

.ml-top ul li {
	margin:0px 0px 20px 20px;
	width:303px;
	height:175px;
}


.mlw-rhs {
	width:303px;
}

.mlw-lhs {
	width:624px;
}

.sub-txt h5 {
	font-size:21px;
	line-height:25px;
}


.sub-banner {
    height: 220px;
	z-index: 100;
	background-position:center top;
	background-size:auto 100%;
	background-attachment:inherit;
}

.sub-banner-new {
    height: 400px;
	z-index: 100;
	background-position:center top;
	background-size:auto 100%;
	background-attachment:inherit;
}

.sb-image {
	height: 250px;
}

.sb-heading {
	padding-top:100px;
}

.sub-banner-new .sb-heading {
	padding-top:200px;
}

.contact-lhs {
	width:400px;
}

.contact-details {
	margin:20px 0px 20px 0px;
}


.contact-details li h4 {
	font-size:18px;
	padding-bottom:5px;
}

.contact-details li h5 {
	font-size:17px;
}


.oh-box h5 {
	font-size:18px;
	padding-left:22px;
}

.oh-box ul li {
	padding:9px 22px 12px 22px;
}

.contact-rhs {
	width:520px;
}

.contact-form {
	padding-bottom:34px;
}

.contact-form br {
	display:none;
}

.our-team-page {
	padding-top:120px;
}

.our-team-page h2 {
	font-size:35px;
	line-height:37px;
	padding-bottom:45px;
}

.team-list ul {
	margin-left:40px;
}

.wwd-rhs {
	width:650px;
}


.sub-lhs {
	width:630px;
}


.list-wrap ul {
	float:none;
	padding-right:0px;
	width:auto;
	padding-bottom:0px;
}

.sub-rhs {
	width:300px;
}

.shedule-box ul {
	padding:18px 15px 0px 15px;
}

.shedule-box ul li h4 {
	font-size:15px;
}

.shedule-box ul li p {
	font-size:13px;
	padding:0px;
	color:#fff;
}

.treatment-page {
	padding-top:120px;
}

.treatment-page h2 {
	font-size:28px;
	line-height:33px;
}

.treatment-sub-list ul {
	margin-left:-20px;
}

.treatment-sub-list ul li {
	width:303px;
	height:490px;
	padding-top:20px;
	margin:0px 0px 50px 20px;
	background-size:100% auto;
}

.tsl-img {
	width:260px;
	height:160px;
	border:#fff solid 5px;
}

.tsl-txt {
	padding:20px 15px 10px 15px;
	min-height:220px;
}

.tsl-txt h3 {
	font-size:18px;
}

.tsl-txt p {
	font-size:14px;
	line-height:23px;
	padding-top:25px;
}

.sub-main {
	padding-top:120px;
}


.wwa-s1-lhs {
	margin-left:0px;
	width:60%;
}

.wwa-s1-rhs {
	margin:10px 0px 0px 0px;
}

.wwa-section2 {
	padding:45px 0px 50px 0px;
}

.wwa-section2 h2 {
	font-size:37px;
}

.wwa-section3 {
	background-size:100% 100%;
}

.wwa-sec3-wrap {
	padding:117px 0px 49px 0px;
}

.wwa-sec3-wrap ul li {
	width:303px;
	height:553px;
	margin-right:20px;
}


.wwa-sec3-wrap ul li .wwas3-details {
	width:260px;
	margin:0 auto;
	position:relative;
}

.wwas3-img {
	width:254px;
	height:126px;
	border:#fff solid 5px;
	margin-top:-68px;
}

.wwa-sec3-wrap ul li .wwas3-details h3 {
	font-size:24px;
	padding-top:20px;
}


.sb-heading h2 {
	font-size:36px;
	line-height:36px;
}


.improve-list ul {
	margin-left:-20px;
}

.improve-list ul li {
	width:303px;
	height:400px;
	padding-top:20px;
	margin:0px 0px 50px 20px;
	background-size:100% auto;
}

.il-img {
	width:260px;
	height:160px;
	border:#fff solid 5px;
}


.il-txt {
	padding:20px 15px 10px 15px;
	min-height:79px;
}

.il-txt h3 {
	font-size:19px;
}

.ts-page {
	padding-top:160px;
}


.treatment-sub h2 {
	font-size:20px!important;
	padding:14px 10px 14px 25px!important;
}

.quick-find ul {
	font-size:16px;
	line-height:18px;
}

.quick-find ul li {
	padding:14px 0px 14px 33px;
}


.page404 {
	padding-top:150px;
}

.page404-wrap {
	padding:50px 0px 260px 0px;
}


.indulgence-list ul {
	margin-left:-20px;
}

.indulgence-list ul li {
	width:303px;
	min-height:652px;
	margin:0px 0px 20px 20px;
}

.il-top {
	padding-top:20px;
	height:250px;
}

.il-mid {
	padding:16px 20px 16px 20px;
	font-size:16px;
}


.ill-txt {
	padding:25px 0px 20px 0px;
	min-height:193px;
}

.ill-txt p {
	font-size:14px;
	line-height:18px;
	padding-bottom:10px;
}


.ill-txt ol li {
	margin:0px;
	float:none;
	width:auto;
	height:auto;
	text-align:left;
	font-size:14px;
	line-height:18px;
	padding:0px 0px 5px 20px;
	min-height:inherit;
}


.option {
	padding-bottom:20px;
	margin-bottom:20px;
}



.two-col-list ul {
	overflow:hidden;
	margin-left:-20px;
}

.two-col-list ul li {
	width:450px;
	height:590px;
	padding-top:20px;
	margin:0px 0px 20px 35px;
}

.tcl-img {
	width:400px;
	height:228px;
}


.tcl-txt {
	padding:15px 20px 10px 20px;
	min-height:225px;
}



.id-lhs {
	width:350px;
}



.id-rhs {
	width:560px;
}


.gf-rhs {
	width:327px;
	padding-top:100px;
}

.gf-lhs {
	width:600px;
	overflow:hidden;
}

.gf-lhs h4 {
	font-size:20px;
	line-height:26px;
	padding-bottom:20px;
}


.banner-arrow {
	padding-top:70px;
}

.nps1-rhs {
	width:464px;
}

.np-lhs {
	width:480px;
	padding:40px 0px 30px 0px;
}

.np-lhs p {
	line-height:20px;
}

.np-lhs li {
	padding-bottom:12px!important;
}


.nps2-wrap {
	padding:60px 0px 75px 0px;
}

.nps2-wrap ul li {
	width:158px;
	padding-right:40px;
	background-position:92% 70px;
	background-size:15px auto;
}

.nps2-wrap ul li:last-child {
	padding-right:0px;
}

.ns2-img {
	padding-bottom:15px;
}

.nps2-wrap ul li p {
	font-size:15px;
	line-height:22px;
}

.np-section3 {
	padding-bottom:45px;
}

.nps3-lhs {
	width:450px;
}

.nps3-rhs {
	width:440px;
	padding-top:130px;
}

.nps3-rhs p {
	line-height:25px;
}

.np-section4 {
	padding:130px 0px 0px 0px;
}



.np4-video iframe {
	width:100%;
	height:504px;
}


.np-section5 {
	padding-bottom:65px;
	padding-top:130px;
}

.np-section5 .before {
	width:460px;
}

.np-section5 .after {
	width:460px;
}

.np-section6 {
	background-size:auto 100%;
}

.nps6-wrap {
    padding: 130px 0 48px;
}


.bf-head {
	padding:13px 10px 11px 30px;
	background-size:auto 100%;
}


.bf-wrap {
	padding:25px 30px 33px 30px;
}

.bf-txt {
	font-size:14px;
	line-height:21px;
}


.pointer {
	position:absolute;
	left:-28px;
	bottom:30px;
}

.bf-box {
	width:320px;
	margin-right:20px;
}

.bf-box input {
	padding:0px 52px 0px 15px;
}


.bf-box2 {
	width:210px;
}


.bf-box2 input {
	height:40px;
	border:#e6e6e6 solid 1px;
	padding:0px 17px 0px 17px;
	width:100%;
	outline:none;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:15px;
	color:#333;
}

.bf-box2 input:focus {
	border:#c97361 solid 1px;
}

.bf-box3 {
	clear:both;
	padding-bottom:23px;
}

.bf-box3 textarea {
	height:90px;
	border:#e6e6e6 solid 1px;
	padding:11px 17px 11px 17px;
	width:100%;
	outline:none;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:15px;
	color:#333;
	resize:none;
	overflow:hidden;
}

.bf-box3 textarea:focus {
	border:#c97361 solid 1px;
}

.bf-button input {
	width:185px;
	height:47px;
	border:none;
	outline:none;
	cursor:pointer;
	background-image:url(images/submit-now.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-indent:-9999px;
}

.bf-button input:hover {
	opacity:0.8;
}







.header-top {
	padding:8px 0px 15px 0px;
}

.logo-new {
	width:432px;
}



.book-online-new a {
	font-size:18px;
}


.phone-new {
	font-size:25px;
}

.ht-rhs p {
	font-size:18px;
	line-height:20px;
}

.home-video {
	height:454px;
}
	
}



/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.container {
	min-width:750px;
}

.wrap {
	width:750px;
}


.header {
	position:static;
}

.header-wrap {
	padding:7px 0px 2px 0px;
	position:relative;
}

.logo {
	float:left;
	width:194px;
}

.header-rhs {
	position:absolute;
	right:5px;
	top:7px;
}


#video-wrapper {
    height: 450px;

}


.banner-contents {
    top: 80px;
}

.bc-wrap h2 {
	font-size:40px;
	line-height:45px;
	padding-bottom:45px;
}


.bc-wrap ul li {
	float:left;
	width: 23.0769%;
	margin-left: 2.5641%;
}

.module-content {
	font-size: 16px;
	min-height: 140px;
	padding: 10px 10px 15px 10px;
}

.module-content p {
    margin: 12px 0px 16px 0px;
	min-height:70px;
}


.click-button {
	font-size:15px;
}

.click-button a {
	display:block;
	height:43px;
	line-height:43px;
	padding:0px 43px 0px 20px;
	background-position:85% center;
}



.home-main {
	padding:30px 0px 23px 0px;
}

.home-main h2 {
	font-size:30px;
	line-height:33px;
}

.our-popular-services ul {
	margin-left:-20px;
	padding-top:10px;
}

.our-popular-services ul li {
	width:364px;
	height:231px;
	margin:0px 0px 25px 20px;
}

.our-popular-services .ops-name {
	font-size:19px;
	line-height:22px;
	padding:12px 0px 12px 0px;
}

.welcome-rhs {
	width:200px;
}

.welcome-lhs {
	width:528px;
}

.welcome-lhs p {
	font-size:15px;
	line-height:22px;
	padding:10px 0px 10px 0px;
}

.read-more {
	font-size:15px;
}

.special-packages ul {
	margin-left:-20px;
}

.special-packages ul li {
	margin:0px 0px 25px 20px;
	width:364px;
	height:231px;
}



.footer-top {
	padding:50px 0px 45px 0px;
	font-size:16px;
}

.ft-col1 {
	float:none;
	width:auto;
	padding-bottom:30px;
}


.ft-col2 {
	margin-left:0px;
	float:none;
	width:auto;
	padding-bottom:30px;
}


.ft-col3 {
	float:none;
	width:auto;
}

.fb-wrap {
	font-size:12px;
}

.video-image {
    height: 500px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
	z-index: 100;
}

.video-image img {
	width:120%;
	max-width:none!important;
}

.sub-contents {
	padding:40px 0px 40px 0px;
}


.ml-top ul {
	margin-left:-20px;
}

.ml-top ul li {
	float:left;
	margin:0px 0px 25px 20px;
	width:236px;
	height:150px;
}


.mlw-rhs {
	width:200px;
}

.mlw-lhs {
	width:518px;
}

.sub-txt h5 {
	font-size:20px;
	line-height:24px;
}


.sub-banner {
    height: 160px;
    max-width: 100%;
	background-size:100% auto;
	background-attachment:inherit;
}

.sub-banner-new {
    height: 230px;
    max-width: 100%;
	background-size:100% auto;
	background-attachment:inherit;
}

.sb-image {
	width:100%;
	height: 250px;
}

.sub-banner img {
	width:100%;
	height:auto;
	min-height:100%;
}

.sb-heading {
	padding-top:70px;
}

.sub-banner-new .sb-heading {
	padding-top:80px;
}

.sb-heading h1 {
	font-size:35px;
	line-height:35px;
}

.contact-lhs {
	float:none;
	width:auto;
	padding-bottom:30px;
}

.contact-details {
	margin:20px 0px 30px 0px;
}


.contact-rhs {
	float:none;
	width:auto;
}

.our-team-page {
	padding-top:20px;
}

.our-team-page h2 {
	font-size:32px;
	line-height:36px;
	padding-bottom:40px;
}

.team-list ul {
	margin-left:-20px;
}

.team-list ul li {
	float:left;
	margin:0px 0px 30px 20px;
	width:365px;
	height:442px;
	background-size:100% auto;
}

.tl-img {
	padding:30px 0px 10px 0px;
}

.tl-txt {
	padding:0px 20px 10px 20px;
	min-height:157px;
}

.tl-txt h3 {
	font-size:23px;
	padding-bottom:5px;
}

.tl-txt h4 {
	font-size:17px;
	padding-bottom:10px;
	margin-bottom:10px;
}

.tl-txt p {
	font-size:14px;
}

.wwd-rhs {
	width:450px;
}

.special-list ul  {
	margin-left:-20px;
}

.special-list ul li {
	width:364px;
	height:278px;
	margin:0px 0px 25px 20px;
}


.sub-lhs {
	width:470px;
}

.content-video iframe {
	width:464px;
	height:300px;
}

.list-wrap ul {
	float:none;
	padding-right:0px;
}

.sub-rhs {
	width:250px;
}


.shedule-box ul {
	padding:18px 10px 0px 10px;
}

.shedule-box ul li {
	padding:0px 0px 25px 38px;
}


.shedule-box ul li h4 {
	font-size:15px;
}

.shedule-box ul li p {
	font-size:12px;
}

.shedule-box ul li h5 {
	font-size:12px;
}

.treatment-page {
	padding-top:30px;
}

.treatment-page h2 {
	font-size:28px;
	line-height:33px;
	padding-bottom:30px;
}

.treatment-sub-list ul {
	margin-left:-20px;
}

.treatment-sub-list ul li {
	margin:0px 0px 30px 20px;
}

.sub-main {
	padding-top:20px;
}


.wwa-sec1-wrap {
	padding-bottom:27px;
}

.wwa-s1-lhs {
	float:left;
	margin-left:0px;
	width:55%;
}

.wwa-s1-rhs {
	float:right;
	width:40%;
	margin:0px 0px 0px 0px;
}


.wwa-section2 h2 {
	font-size:35px;
}


.wwa-section3 {
	background-position:center top;
	background-size:100% 100%;
	background-attachment:fixed;
}

.wwa-sec3-wrap {
	padding:80px 0px 0px 0px;
	overflow:hidden;
}

.wwa-sec3-wrap ul li {
	width:auto;
	height:auto;
	float:none;
	margin:0px 0px 60px 0px;
	background-color:#f5f5f5;
	border:#f5f5f5 solid 1px;
}


.wwa-sec3-wrap ul li .wwas3-details {
	width:auto;
	margin:0px 20px 20px 20px;
}

.wwas3-img {
	margin:-30px auto 0px auto;
}

.appointment-button a {
	font-size:19px;
}

.sb-heading h2 {
	font-size:30px;
	line-height:32px;
}


.improve-list ul {
	margin-left:-20px;
}

.improve-list ul li {
	width:365px;
	height:400px;
	padding-top:25px;
	margin:0px 0px 30px 20px;
}


.accordion {
  padding:14px 35px 14px 25px;
  font-size:19px;
}


.ac-container {
  padding:20px;
}

.detail-list {
	margin-left:-20px!important;
	padding:0px!important;
}

.detail-list li {
	width:344px;
	height:237px;
	margin:0px 0px 28px 20px;
}

.detail-list .dl-image {
	width:344px;
	height:237px;
}

.dl-details {
	padding:10px 0px 10px 0px;
}

.dl-name {
	margin-left:10px;
}


.ts-page {
	padding-top:30px;
}

.treatment-sub h2 {
	font-size:19px!important;
	padding:14px 10px 14px 25px!important;
}

.treatment-sub h2::after { 
	left:38px;
}

.t-table {
	padding-bottom:35px;
}


.t-table table th {
	font-size:18px;
	padding:12px 5px 12px 12px;

}

.t-table table td {
	padding:12px;
	font-size:14px;
}


.quick-find h3 {
	font-size:21px;
}

.quick-find ul {
	font-size:15px;
	line-height:18px;
	padding-top:14px;
}

.quick-find ul li {
	padding:14px 0px 14px 36px;
}

.quick-find ul li a {
	padding-right:10px;
}

.search-rhs h3 {
	font-size:21px;
}

.page404 {
	padding-top:30px;
}

.page404-wrap {
	padding:30px 0px 190px 0px;
}

.error-contents {
	width:750px;
}

.ec-lhs {
	width:259px;
}

.ec-lhs h2 {
	font-size:30px;
}

.bth {
	padding-top:15px;
}

.ec-rhs {
	width:423px;
}


.indulgence-list ul {
	margin-left:-20px;
}

.indulgence-list ul li {
	width:365px;
	min-height:652px;
	margin:0px 0px 20px 20px;
}


.ill-txt ol {
	margin:0px;
	padding:0px;
}

.ill-txt ol li {
	margin:0px;
	float:none;
	width:auto;
	height:auto;
	text-align:left;
	font-size:14px;
	line-height:18px;
	padding:0px 0px 5px 20px;
	background-image:url(images/bullet05.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	min-height:inherit;
}


.option {
	padding-bottom:20px;
	margin-bottom:20px;
}



.two-col-list ul {
	margin-left:-20px;
}

.two-col-list ul li {
	width:364px;
	height:570px;
	padding-top:20px;
	margin:0px 0px 40px 20px;
}

.tcl-img {
	width:320px;
	height:182px;
}


.tcl-txt {
	padding:15px 20px 10px 20px;
	min-height:265px;
}


.id-lhs {
	width:300px;
}



.id-rhs {
	width:420px;
}

.id-rhs ul li {
	padding-bottom:6px;
}

.gf-rhs {
	float:none;
	width:auto;
	padding-top:0px;
	padding-bottom:20px;
}

.gf-lhs {
	float:none;
	width:auto;
}

.gf-lhs h4 {
	font-size:20px;
}


.new-skin-banner {
	min-height:450px;
}

.nsbwrap {
	padding-top:150px;
}

.nsbwrap h2 {
	font-size:45px;
	line-height:45px;
}

.nsbwrap h3 {
	font-size:18px;
	line-height:18px;
}



.nps1-rhs {
	float:none;
	width:auto;
	text-align:center;
}

.np-lhs {
	float:none;
	width:auto;
	padding-top:0px;
	padding-bottom:20px;
}

.np-lhs p {
	line-height:22px;
}

.np-lhs li {
	padding-bottom:12px!important;
}


.nps2-wrap {
	padding:30px 0px 35px 0px;
}

.nps2-wrap ul li {
	padding-right:77px;
	min-height:320px;
}

.ns2-img {
	padding-bottom:10px;
}

.nps2-wrap ul li p {
	font-size:15px;
	line-height:21px;
}

.np-section3 {
	padding-bottom:35px;
}

.nps3-lhs {
	width:300px;
}

.nps3-rhs {
	float:right;
	width:450px;
	padding-top:40px;
}

.nps3-rhs p {
	line-height:22px;
}

.np-section4 {
	padding:40px 0px 0px 0px;
}


.np4-video iframe {
	width:100%;
	height:398px;
}

.np-section1 h2, .np-section3 h2, .np-section4 h2, .np-section5 h2 {
	font-size:28px;
}

.np-section5 {
	padding-bottom:55px;
	padding-top:55px;
}

.np-section5 .before {
	width:360px;
}

.np-section5 .after {
	width:360px;
}

.nps6-wrap {
    padding: 40px 0 48px;
}

.bf-head {
	padding:13px 10px 11px 30px;
}


.bf-wrap {
	padding:30px;
}


.pointer {
	display:none;
}

.bf-box {
	float:none;
	padding-bottom:20px;
	width:auto;
	margin-right:0px;
}


.bf-box2 {
	float:none;
	width:auto;
	padding-bottom:23px;
}





.header-top {
	padding:8px 0px 20px 0px;
}

.logo-new {
	width:300px;
	padding-top:7px;
}

.ht-rhs {
	padding-top:10px;
}

.htr-top {
	padding-bottom:10px;
}


.book-online-new a {
	font-size:17px;
}


.phone-new {
	font-size:23px;
}

.ht-rhs p {
	font-size:17px;
	line-height:20px;
}

.menu-bg-wrap {
	padding:0px;
}

.home-video {
	height:400px;
}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

.container {
	width:100%;
	min-width:300px;
}

.wrap {
	width:95%;
	min-width:300px;
}


.header {
	position:static;
	min-width:300px;
}

.hl-top {
	width:50px;
}

.hr-top {
	width:50px;
}

.header-wrap {
	padding:7px 0px 5px 0px;
}

.logo {
	float:none;
	width:auto;
	text-align:center;
}

.header-rhs {
	position:static;
	display:inherit;
	width:260px;
	margin:0 auto;
	float:none;
	padding-top:10px;
}


.book-online a {
	font-size:11px;
	padding:0px 21px 0px 8px;
	background-position:95% center;
}


.phone {
	margin:5px 0px 0px 12px;
	padding-left:23px;
	font-size:15px;
	line-height:18px;
	height:18px;
}

.header-rhs p {
	padding-top:7px;
	font-size:11px;
}

.youtube-foreground, .youtube-background iframe {
    top: -5%;
    left: -5%;
    width: 110%;
    height: 170%;
}

.youtube-background {
    background: #fff;
}

#video-wrapper {
    height: auto;

}

#video-wrapper video {
	display:none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome, #video-wrapper {
		background-image:url(media/video-screen.jpg);
		background-repeat:no-repeat;
		background-position:center top;
		background-size:100% 100%;
    } 
}

.banner-contents {
	position: static;
	padding-top:30px;
	text-align:center;
}


.bc-wrap h2 {
	font-size:30px;
	line-height:34px;
	padding-bottom:25px;
	color:#63291a;
	text-shadow:0px 0px 0px #523321;
	font-weight:400;
}

.bc-wrap ul li {
	float:none;
	width: auto;
	margin:0px 0px 20px 0px;
	border:#4b221b solid 2px;
}


.module-content {
	background: rgba(93, 56, 49, 1) none repeat scroll 0 0;
	font-size: 18px;
	min-height: inherit;
	padding: 10px 10px 25px 10px;
	text-align: center;
}

.module-content p {
    margin: 12px 0px 16px 0px;
}


.click-button {
	font-size:17px;
}

.click-button a {
	height:43px;
	line-height:43px;
	padding:0px 43px 0px 25px;
	background-position:85% center;
}


.vw-lhs {
	top:-45px;
	width:80px;
}

.vw-rhs {
	top:-45px;
	width:80px;
}


.home-main {
	padding:25px 0px 33px 0px;
}



.home-main h2 {
	font-size:26px;
	line-height:30px;
}

.ch-gift1 {
	display:none;
}

.our-popular-services ul {
	margin-left:0px;
}

.our-popular-services ul li {
	width:100%;
	height:auto;
	margin:0px 0px 25px 0px;
}


.our-popular-services .ops-img {
	width:100%;
	height:100%;
}

.our-popular-services .ops-img img {
	width:100%;
	height:auto;
	display:block;
}

.our-popular-services .ops-name {
	font-size:16px;
	line-height:20px;
	width:98%;
	padding:14px 1% 14px 1%;
	text-align:center;
}


.welcome {
	padding-bottom:35px;
}

.welcome-rhs {
	float:none;
	width:auto;
}

.welcome-lhs {
	float:none;
	width:auto;
	padding-bottom:20px;
}

.welcome-lhs .w-img {
	float:left;
	margin:0px 20px 10px 0px;
}

.welcome-lhs p {
	font-size:16px;
	line-height:23px;
	padding:10px 0px 10px 0px;
}

.read-more {
	font-size:16px;
}


.read-more a {
	height:39px;
	line-height:39px;
	padding:0px 45px 0px 25px;
	background-position:85% center;
}

.special-packages {
	overflow:hidden;
	padding-bottom:10px;
}

.special-packages ul {
	padding-top:10px;
	overflow:hidden;
	margin-left:0px;
}

.special-packages ul li {
	margin:0px 0px 25px 0px;
	width:100%;
	height:auto;
}

.special-packages .sp-img {
	width:100%;
	height:100%;
}

.special-packages .sp-img img {
	width:100%;
	height:auto;
	display:block;
}

.special-packages .sp-details {
	padding:13px 0px 13px 0px;
}

.sp-name {
	float:left;
	margin-left:10px;
	width:140px;
	font-size:14px;
	line-height:17px;
}

.rm {
	float:right;
	margin-right:10px;
}

.rm a {
	height:31px;
	line-height:30px;
	font-size:12px;
	padding:0px 30px 0px 12px;
}

.rm a:hover {
	color:#441b16;
	text-decoration:none;
	opacity:0.8;
}

.gift-banner {
	padding-top:0px;
}

.gift-banner img {
	display:block;
}



.footer-top {
	padding:40px 0px 45px 0px;
	font-size:16px;
}

.ft-col1 {
	float:none;
	width:auto;
	padding-bottom:30px;
}

.ft-col2 {
	margin-left:0px;
	float:none;
	width:auto;
	padding-bottom:30px;
}


.ft-col3 {
	float:none;
	width:auto;
}

.fb-wrap {
	font-size:12px;
}


.video-image {
	display:none;
}


.sub-contents {
	padding:30px 0px 40px 0px;
}

.ml-top ul {
	padding-bottom:8px;
	margin-left:0px;
}

.ml-top ul li {
	float:none;
	margin:0px 0px 10px 0px;
	width:100%;
	height:auto;
}

.ml-top ul li img {
	width:100%;
	height:auto;
	display:block;
}

.mlw-rhs {
	float:none;
	width:auto;
	padding-bottom:20px;
}

.mlw-lhs {
	float:none;
	width:auto;
}

h2.heading1 {
	font-size:25px;
	line-height:30px;
	padding-bottom:25px;
	margin-bottom:20px;
}

.sub-txt {
	font-size:16px;
}

.sub-txt h5 {
	font-size:20px;
	line-height:24px;
}

.sub-txt p {
	font-size:16px;
	line-height:22px;
	padding-bottom:20px;
}


.sub-banner {
    height: auto;
    max-width: 100%;
	background-size:auto 100%;
	background-attachment:inherit;
	background-color:#eee;

}

.sub-banner-new {
    height: auto;
    max-width: 100%;
	background-size:auto 100%;
	background-attachment:inherit;

}

.sb-image {
	width:100%;
	height: auto;
	position:static;
}

.sub-banner img {
	width:100%;
	height:100%;
}

.sb-heading {
	padding:30px 0px 30px 0px;
	color:#fff;
}

.sub-banner-new .sb-heading {
	padding:40px 0px 60px 0px;
	color:#fff;
}

.sb-heading h1 {
	font-size:30px;
	line-height:32px;
	color:#fff;
}

.sub-banner-new .sb-heading h1 {
	color:#000;
}

.contact-lhs {
	float:none;
	width:auto;
}

.contact-lhs h3 {
	font-size:22px;
	line-height:25px;
}

.contact-lhs p {
	font-size:15px;
	line-height:19px;
	padding-bottom:20px;
}

.contact-details {
	margin:20px 0px 50px 0px;
}

.contact-details li {
	padding:20px 0px 22px 43px;
}

.contact-details li h4 {
	font-size:17px;
	padding-bottom:5px;
}

.contact-details li p {
	font-size:14px;
	padding-bottom:0px;
}

.contact-details li h5 {
	font-size:16px;
}


.oh-head {
	font-size:20px;
	padding:0px 0px 20px 43px;
}

.oh-box h5 {
	font-size:18px;
	padding-left:15px;
}

.oh-box ul li {
	padding:9px 15px 12px 15px;
	font-size:15px;
	line-height:15px;
}

.oh-box ul li .day {
	float:left;
	padding-top:3px;
}

.oh-box ul li .time {
	float:right;
	padding-left:21px;
	padding-top:3px;
}

.contact-rhs {
	float:none;
	width:auto;
	padding-top:30px;
}

.contact-form {
	padding-bottom:34px;
}


.contact-form .captcha {
	float:none;
}

.contact-form .captcha input {
	width:110px;
	padding:0px 12px 0px 12px;
}

.cf-button {
	float:none;
	padding-top:15px;
	padding-bottom:10px;
}



.our-team-page {
	padding-top:30px;
}

.our-team-page h2 {
	font-size:30px;
	line-height:35px;
	padding-bottom:45px;
}

.team-list ul {
	margin-left:0px;
}

.team-list ul li {
	float:none;
	margin:0px auto 30px auto;
	width:100%;
	height:auto;
	background-size:100% 100%;
	padding-bottom:30px;
}

.tl-img {
	padding:24px 0px 10px 0px;
}

.tl-txt {
	padding:0px 25px 10px 30px;
	min-height:167px;
}

.tl-txt h3 {
	font-size:24px;
	padding-bottom:5px;
}

.tl-txt h4 {
	font-size:17px;
	padding-bottom:12px;
	margin-bottom:15px;
}

.tl-txt p {
	font-size:14px;
}

.wwa-detail {
	background-size:100% auto;
	min-height:inherit;
}

.wwd-lhs {
	float:none;
	width:auto;
}

.wwd-pic {
	padding-bottom:42px;
}



.wwd-contact ul li h4 {
	font-size:19px;
}

.wwd-contact ul li p {
	font-size:15px;

}

.wwd-contact ul li h5 {
	font-size:17px;
}

.wwd-rhs {
	float:none;
	width:auto;
	padding-top:20px;
}



.wwd-rhs h3 {
	font-size:24px;
	padding-bottom:15px;
}

.wwd-rhs h5 {
	font-size:18px;
}

.wwd-rhs p {
	font-size:16px;
}

.sub-txt blockquote {
	font-size:16px;
	line-height:24px;
	padding:3px 0px 3px 20px;

}

.sub-txt blockquote p {
	padding:0px!important;
	font-size:16px!important;
	line-height:24px!important;
}

.sp-head {
	font-size:17px;
	line-height:24px;
	padding-bottom:35px;
}

.special-list ul  {
	margin-left:0px;
}

.special-list ul li {
	width:100%;
	max-width:383px;
	height:auto;
	margin:0px 0px 25px 0px;
}

.special-list ul li img {
	display:block;
}

.sub-lhs {
	float:none;
	width:auto;
	padding-bottom:30px;
}

h2.heading2 {
	font-size:25px;
	line-height:30px;
	padding-bottom:15px;
}


.sub-txt ul li {
	padding:7px 0px 17px 36px;
	font-size:16px;
	line-height:19px;
}

.sub-txt ol {
	padding-bottom:10px;
	padding-left:35px;
}

.sub-txt ol li {
	padding-bottom:10px;
	font-size:16px;
	line-height:19px;
}


.list-wrap ul {
	float:none;
	padding-right:0px;
}

.sub-rhs {
	float:none;
	width:auto;
}

.shedule-box ul {
	padding:18px 10px 0px 10px;
}

.shedule-box ul li {
	padding:0px 0px 25px 35px;
	background-position:left 3px;
}


.shedule-box ul li h4 {
	font-size:15px;
	padding-bottom:3px;
}

.shedule-box ul li p {
	font-size:13px;
	padding:0px;
}

.shedule-box ul li h5 {
	font-size:14px;
	padding:0px;
}

.treatment-page {
	padding-top:30px;
}

.treatment-page h2 {
	font-size:28px;
	line-height:33px;
	padding-bottom:30px;
}

.treatment-sub-list ul {
	margin-left:0px;
}

.treatment-sub-list ul li {
	float:none;
	width:auto;
	height:auto;
	padding:20px 0px 20px 0px;
	margin:0px 0px 40px 0px;
}

.tsl-img {
	width:270px;
	height:166px;
	border:#fff solid 5px;
}


.tsl-txt {
	padding:25px 20px 20px 20px;
	min-height:inherit;
}

.tsl-txt h3 {
	font-size:18px;
}

.tsl-txt p {
	font-size:14px;
	line-height:23px;
	padding-top:25px;
}

.treatment-search {
	width:auto;
	height:45px;
	margin:0px auto 34px auto;
	padding-left:10px;
	background-image:none;
}

.treatment-search .search-input {
	height:45px;
	width:55%;
	font-size:16px;
}

.treatment-search .search-submit {
	width:116px;
	height:45px;
	background-position:center top;
}

.sub-main {
	padding-top:20px;
}


.wwa-s1-lhs {
	float:none;
	margin-left:0px;
	text-align:center;
	padding-bottom:20px;
}

.wwa-s1-rhs {
	float:none;
	margin:0px;
	text-align:center;
}

.wwa-section2 {
	padding:40px 0px 40px 0px;
}

.wwa-section2 h2 {
	font-size:35px;
}

.go {
	text-align:center;
	padding-top:20px;
}

.wwa-section3 {
	background-image:none;
	background-color:#9f4746;
}

.wwa-sec3-wrap {
	padding:80px 0px 0px 0px;
}

.wwa-sec3-wrap ul li {
	width:auto;
	height:auto;
	float:none;
	margin-right:0px;
	border:#f5f5f5 solid 1px;
	margin-bottom:60px;
}


.wwa-sec3-wrap ul li .wwas3-details {
	width:auto;
	margin:0 auto;
	padding:0px 20px 30px 20px;
}

.wwas3-img {
	width:244px;
	height:121px;
	border:#fff solid 4px;
	margin:-40px auto 0 auto;
}

.wwa-sec3-wrap ul li .wwas3-details h3 {
	text-align:center;
	font-size:24px;
	color:#000;
	text-transform:uppercase;
	padding-top:29px;
}

.wwa-sec3-wrap ul li .wwas3-details p {
	color:#757371;
	font-size:14px;
	line-height:22px;
	padding-top:20px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.appointment-button {
	padding-top:31px;
}

.appointment-button a {
	font-size:17px;
	padding:14px 60px 11px 20px;
	background-position:97% center;
}

.sb-heading h2 {
	font-size:30px;
	line-height:30px;
}


.improve-list ul {
	margin-left:0px;
}

.improve-list ul li {
	float:none;
	width:auto;
	height:auto;
	padding:20px 0px 20px 0px;
	margin:0px 0px 40px 0px;
}

.il-img {
	width:250px;
	height:237px;
	border:#fff solid 4px;
}

.il-txt {
	padding:20px 15px 20px 15px;
	min-height:inherit;
}

.il-txt h3 {
	font-size:18px;
	padding-bottom:15px;
}


.accordion {
  padding:14px 35px 14px 10px;
  font-size:18px;
  margin-bottom:32px;
  background-position:right 10px;
}


.ac-container {
   padding:10px;
}

.detail-list {
	margin-left:0px!important;
	padding:0px!important;
}

.detail-list li {
	float:none;
	width:100%;
	height:auto;
	margin:0px 0px 28px 0px;
}

.detail-list .dl-image {
	width:100%;
	height:auto;
}

.detail-list .dl-image img {
	width:100%;
	height:auto;
	display:block;
}

.dl-details {
	width:100%;
	padding:11px 0px 11px 0px;
	min-height:33px;
}

.dl-name {
	margin-left:10px;
	width:130px;
	font-size:13px;
	line-height:16px;
	padding-top:5px;
}

.dl-more {
	margin-right:15px;
}


.detail-list2 li {
	padding-bottom:30px;
}

.detail-list2 li:last-child {
	padding-bottom:0px;
}

.dl2-txt {
	font-size:15px;
	line-height:18px;
	padding-bottom:15px;
}


.ts-page {
	padding-top:30px;
}

.treatment-sub h1 {
	font-size:28px;
	padding-bottom:20px;
}


.image-left {
	float:left;
	margin:0px 30px 10px 0px;
	max-width:40%;
}

.image-right {
	float:right;
	margin:0px 0px 10px 30px;
	max-width:40%;
}

.treatment-sub h2 {
	font-size:20px!important;
	margin-bottom:27px!important;
	padding:14px 10px 14px 20px!important;
}

.treatment-sub h2::after { 
	left:30px;
	bottom:-19px;
}

.t-table {
	padding-bottom:42px;
}


.t-table table th {
	font-size:18px;
	padding:10px;

}

.t-table table td {
	padding:10px;
	font-size:14px;
	line-height:18px;
}


.quick-find h3 {
	font-size:22px;
	padding-bottom:10px;
	padding-top:5px;
}

.quick-find ul {
	font-size:16px;
	line-height:18px;
	padding-top:14px;
}

.quick-find ul li {
	padding:14px 0px 14px 36px;
	background-position:9px 17px;
}


.quick-find ul li a {
	padding-right:15px;
}

.search-rhs h3 {
	font-size:22px;
	padding-bottom:10px;
	padding-top:5px;
}

.page404 {
	background-size:100% auto;
	padding-top:30px;
}

.page404-wrap {
	padding:20px 0px 70px 0px;
}

.error-contents {
	width:auto;
}

.ec-lhs {
	float:none;
	width:auto;
	padding-bottom:30px;
}

.ec-lhs h2 {
	font-size:30px;
	color:#000;
	padding-bottom:15px;
}

.bth {
	padding-top:15px;
}

.ec-rhs {
	float:none;
	width:auto;
}


.content-video iframe {
	width:294px;
	height:190px;
	display:block;
}


h2.heading3 {
	font-size:28px;
	line-height:32px;
	padding-bottom:25px;
}

.indulgence-list ul {
	margin-left:0px;
}

.indulgence-list ul li {
	float:none;
	width:auto;
	min-height:inherit;
	margin:0px 0px 30px 0px;
}

.il-top {
	padding-top:25px;
	height:279px;
}

.il-img {
	width:260px;
	height:160px;
	border:#fff solid 6px;
}

.il-name {
	padding-top:15px;
	font-size:20px;
	margin-bottom:23px;
}

.il-mid {
	padding:16px 24px 16px 24px;
	font-size:17px;
}

.ilm-lhs {
	float:left;
}

.ilm-rhs {
	float:right;
}

.ill-txt {
	padding:25px 0px 20px 0px;
	min-height:inherit;
}

.ill-txt p {
	font-size:14px;
	line-height:18px;
	padding-bottom:10px;
}

.ill-txt ol {
	margin:0px;
	padding:0px;
}

.ill-txt ol li {
	margin:0px;
	float:none;
	width:auto;
	height:auto;
	text-align:left;
	font-size:14px;
	line-height:18px;
	padding:0px 0px 5px 20px;
	background-image:url(images/bullet05.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	min-height:inherit;
}



.option {
	padding-bottom:20px;
	margin-bottom:20px;
}



.two-col-list ul {
	margin-left:0px;
}

.two-col-list ul li {
	float:none;
	width:auto;
	height:auto;
	padding:20px 0px 20px 0px;
	margin:0px 0px 40px 0px;
}

.tcl-img {
	width:90%;
	height:auto;
	border:#fff solid 5px;
	margin:0px auto;
}

.tcl-img img {
	display:block;
}


.tcl-txt {
	padding:15px 25px 10px 25px;
	min-height:inherit;
}

.id-lhs {
	float:none;
	width:auto;
}

.id-lhs p {
	padding:10px 0px 20px 0px;
}


.id-rhs {
	float:none;
	width:auto;
}

.id-rhs ul li {
	padding-bottom:6px;
}


.gf-rhs {
	float:none;
	width:auto;
	padding-top:0px;
	padding-bottom:30px;
}

.gf-lhs {
	float:none;
	width:auto;
}

.gf-lhs h4 {
	font-size:20px;
	line-height:26px;
	color:#63291a;
	padding-bottom:30px;
}

.gf-row {
	overflow:hidden;
}

.gf-row .lhs {
	float:none;
}

.gf-row .rhs {
	float:none;
}

.gf-col {
	width:auto;
	padding-bottom:30px;
}


.new-skin-banner {
	display:none!important;
	min-height:inherit
}



.new-skin-banner-mobile {
	display:block;
}


.new-skin-banner {
	width:100%;
}


.nps1-rhs {
	float:none;
	width:auto;
	text-align:center;
}

.np-lhs {
	float:none;
	width:auto;
	padding-top:0px;
	padding-bottom:30px;
}

.np-lhs p {
	line-height:22px;
}

.np-lhs li {
	padding-bottom:12px!important;
}

.nps2-wrap {
	padding:10px 0px 35px 0px;
}

.nps2-wrap ul li {
	float:none;
	width:auto;
	text-align:center;
	background-image:url(images/ns2-arrow2.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:20px 0px 40px 0px;
}


.ns2-img {
	padding-bottom:12px;
}

.nps2-wrap ul li p {
	font-size:15px;
	line-height:23px;
}

.np-section3 {
	padding-bottom:35px;
}

.nps3-lhs {
	float:none;
	width:auto;
}

.nps3-rhs {
	float:none;
	width:auto;
	padding-top:20px;
}

.nps3-rhs p {
	line-height:26px;
}

.np-section4 {
	padding:40px 0px 0px 0px;
}

.np-section4 h2 {
	padding-bottom:15px;
	font-size:27px;
}


.np4-video iframe {
	width:100%;
	height:220px;
}

.np-section1 h2, .np-section3 h2, .np-section4 h2, .np-section5 h2 {
	font-size:27px;
}

.np-section5 {
	padding-bottom:55px;
	padding-top:55px;
}

.np-section5 h2 {
	padding-bottom:20px;
}

.np-section5 .before {
	float:none;
	width:auto;
	padding-bottom:20px;
}

.np-section5 .after {
	float:none;
	width:auto;
}

.np-section6 {
	background-color:#e5f2d6;
	background-image:none;
}

.nps6-wrap {
	padding:30px 0px 30px 0px;
}

.bf-head {
	padding:15px 10px 10px 10px;
	background-image:none;
	text-align:center;
}

.bf-head h3 {
	font-size:26px;
	line-height:30px;
	background-image:none;
	padding-left:0px;
}

.bf-wrap {
	background-image:none;
	padding:15px;
}

.pointer {
	display:none;
}


.bf-box {
	float:none;
	padding-bottom:20px;
	width:auto;
	margin-right:0px;
}

.bf-box input {
	padding:0px 52px 0px 12px;
	width:100%;
}

.bf-box2 {
	float:none;
	width:auto;
	padding-bottom:20px;
}


.bf-box2 input {
	padding:0px 12px 0px 12px;
}


.bf-box3 {
	padding-bottom:20px;
}

.bf-box3 textarea {
	height:130px;
	padding:11px 12px 11px 12px;
}



.header-top {
	padding:10px 0px 20px 0px;
}

.logo-new {
	float:none;
	width:auto;
	text-align:center;
	padding-bottom:10px;
}

.ht-rhs {
	float:none;
	padding-top:10px;
	width:auto;
	margin:0 auto;
}

.htr-top {
	padding-bottom:15px;
}

.book-online-new {
	float:none;
}

.book-online-new a {
	height:45px;
	line-height:46px;
	font-size:17px;
	padding:0px 38px 0px 15px;
	background-position:97% center;
}

.phone-new {
	float:none;
	width:190px;
	margin:0 auto;
	padding-left:40px;
	font-size:24px;
	line-height:31px;
	margin-top:8px;
	height:31px;
}

.ht-rhs p {
	font-size:17px;
	line-height:20px;
}


.menu-bg-wrap {
	padding:0px;
}

.home-video {
	height:auto;
}


}



/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {


.container {
	width:100%;
	min-width:420px;
}

.wrap {
	width:95%;
	min-width:420px;
}


.header {
	position:static;
}

.header-wrap {
	padding:7px 0px 5px 0px;
}

.logo {
	float:left;
	width:194px;
}

.header-rhs {
	position:absolute;
	right:5px;
	top:10px;
	display:block;
}

.youtube-foreground {
    display: none;
}

.youtube-background {
    background: #fff;
}

#video-wrapper {
    height: auto;

}

#video-wrapper video {
	display:none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome, #video-wrapper {
		background-image:url(media/video-screen.jpg);
		background-repeat:no-repeat;
		background-position:center top;
		background-size:100% 100%;
    } 
}

.banner-contents {
	position: static;
	padding-top:30px;
	text-align:center;
}


.bc-wrap h2 {
	font-size:37px;
	line-height:40px;
	padding-bottom:25px;
	color:#63291a;
	text-shadow:0px 0px 0px #523321;
	font-weight:400;
}

.bc-wrap ul li {
	float:none;
	width: auto;
	margin:0px 0px 20px 0px;
	border:#4b221b solid 2px;
}


.module-content {
	background: rgba(93, 56, 49, 1) none repeat scroll 0 0;
	font-size: 19px;
	min-height: inherit;
	padding: 10px 10px 25px 10px;
	text-align: center;
}

.module-content p {
    margin: 12px 0px 16px 0px;
}


.click-button {
	font-size:17px;
}

.click-button a {
	height:43px;
	line-height:43px;
	padding:0px 43px 0px 25px;
	background-position:85% center;
}

.home-main {
	padding:25px 0px 33px 0px;
}

.home-main h2 {
	font-size:28px;
	line-height:32px;
}

.ch-gift1 {
	display:block;
	width:120px;
}

.our-popular-services ul {
	margin-left:-2%;
}

.our-popular-services ul li {
	width:48%;
	height:190px;
	margin:0px 0px 25px 2%;
}


.our-popular-services .ops-img {
	width:100%;
	height:100%;
}

.our-popular-services .ops-img img {
	width:auto;
	height:100%;
	max-width:inherit;
	min-width:100%;
	height:auto;
}

.our-popular-services .ops-name {
	font-size:16px;
	line-height:20px;
	width:98%;
	padding:14px 1% 14px 1%;
	text-align:center;
}


.welcome {
	padding-bottom:35px;
}

.welcome-rhs {
	float:none;
	width:auto;
}

.welcome-lhs {
	float:none;
	width:auto;
	padding-bottom:20px;
}

.welcome-lhs .w-img {
	float:left;
	margin:0px 20px 10px 0px;
}

.welcome-lhs p {
	font-size:16px;
	line-height:23px;
	padding:10px 0px 10px 0px;
}

.read-more {
	font-size:16px;
}


.read-more a {
	height:39px;
	line-height:39px;
	padding:0px 45px 0px 25px;
	background-position:85% center;
}

.special-packages {
	overflow:hidden;
	padding-bottom:10px;
}

.special-packages h2 {
	padding-right:100px;
}

.special-packages ul {
	padding-top:10px;
	overflow:hidden;
	margin-left:-2%;
}

.special-packages ul li {
	margin:0px 0px 31px 2%;
	width:48%;
	height:231px;
}

.special-packages .sp-img {
	width:100%;
	height:100%;
}

.special-packages .sp-img img {
	width:auto;
	height:100%;
}

.special-packages .sp-details {
	padding:13px 0px 13px 0px;
}

.sp-name {
	float:left;
	margin-left:10px;
	width:140px;
	font-size:14px;
	line-height:17px;
}

.rm {
	float:right;
	margin-right:10px;
}

.rm a {
	height:31px;
	line-height:30px;
	font-size:12px;
	padding:0px 30px 0px 12px;
}

.rm a:hover {
	color:#441b16;
	text-decoration:none;
	opacity:0.8;
}

.gift-cards h2 {
	padding-right:100px;
}

.gift-banner {
	padding-top:0px;
}

.gift-banner img {
	display:block;
}

.footer-top {
	padding:40px 0px 45px 0px;
	font-size:16px;
}

.ft-col1 {
	float:none;
	width:auto;
	padding-bottom:30px;
}

.ft-col2 {
	margin-left:0px;
	float:none;
	width:auto;
	padding-bottom:30px;
}


.ft-col3 {
	float:none;
	width:auto;
}

.fb-wrap {
	font-size:12px;
}


.video-image {
	display:none;
}


.sub-contents {
	padding:30px 0px 40px 0px;
}

.ml-top ul {
	padding-bottom:8px;
	margin-left:-2%;
}

.ml-top ul li {
	float:left;
	margin:0px 0px 20px 2%;
	width:48%;
	height:auto;
}

.ml-top ul li img {
	width:100%;
	height:auto;
	display:block;
}

.mlw-rhs {
	float:none;
	width:auto;
	padding-bottom:20px;
}

.mlw-lhs {
	float:none;
	width:auto;
}

h2.heading1 {
	font-size:25px;
	line-height:30px;
	padding-bottom:25px;
	margin-bottom:20px;
}

.sub-txt {
	font-size:16px;
}

.sub-txt h5 {
	font-size:22px;
	line-height:26px;
}

.sub-txt p {
	font-size:16px;
	line-height:22px;
	padding-bottom:20px;
}


.sub-banner {
    height: auto;
    max-width: 100%;
	background-size:120% auto;
	background-attachment:inherit;
}

.sub-banner-new {
    height: auto;
    max-width: 100%;
	background-size:120% auto;
	background-attachment:inherit;
}

.sb-image {
	width:100%;
	height: auto;
	position:static;
}

.sub-banner img {
	width:100%;
	height:auto;
}

.sb-heading {
	padding:40px 0px 40px 0px;
}

.sub-banner-new .sb-heading {
	padding:50px 0px 90px 0px;
	color:#000;
}

.sb-heading h1 {
	font-size:33px;
	line-height:35px;
	color:#fff;
}

.sub-banner-new .sb-heading h1 {
	color:#000;
}

.contact-lhs {
	float:none;
	width:auto;
}

.contact-lhs h3 {
	font-size:22px;
	line-height:25px;
}

.contact-lhs p {
	font-size:15px;
	line-height:19px;
	padding-bottom:20px;
}

.contact-details {
	margin:20px 0px 50px 0px;
}

.contact-details li {
	padding:20px 0px 22px 43px;
}

.contact-details li h4 {
	font-size:20px;
	padding-bottom:5px;
}

.contact-details li p {
	font-size:15px;
	padding-bottom:0px;
}

.contact-details li h5 {
	font-size:18px;
}


.oh-head {
	font-size:20px;
	padding:0px 0px 20px 43px;
}

.oh-box h5 {
	font-size:18px;
	padding-left:28px;
}

.oh-box ul li {
	padding:9px 28px 12px 28px;
	font-size:16px;
	line-height:16px;
}

.oh-box ul li .day {
	float:left;
	padding-top:3px;
}

.oh-box ul li .time {
	float:right;
	padding-left:21px;
	padding-top:3px;
}

.contact-rhs {
	float:none;
	width:auto;
	padding-top:30px;
}

.contact-form {
	padding-bottom:34px;
}


.contact-form .captcha {
	float:none;
}

.contact-form .captcha input {
	width:110px;
	padding:0px 12px 0px 12px;
}

.cf-button {
	float:right;
	padding-top:5px;
}



.our-team-page {
	padding-top:30px;
}

.our-team-page h2 {
	font-size:32px;
	line-height:35px;
	padding-bottom:45px;
}

.team-list ul {
	margin-left:0px;
}

.team-list ul li {
	float:none;
	margin:0px auto 30px auto;
	width:380px;
	height:461px;
	background-size:auto auto;
	padding-bottom:0px;
}

.tl-img {
	padding:34px 0px 18px 0px;
}

.tl-txt {
	padding:0px 30px 10px 30px;
	min-height:167px;
}

.tl-txt h3 {
	font-size:24px;
	padding-bottom:5px;
}

.tl-txt h4 {
	font-size:18px;
	padding-bottom:12px;
	margin-bottom:15px;
}

.tl-txt p {
	font-size:14px;
}

.wwa-detail {
	background-size:100% auto;
	min-height:inherit;
}

.wwd-lhs {
	float:none;
	width:auto;
}

.wwd-pic {
	padding-bottom:42px;
}



.wwd-contact ul li h4 {
	font-size:20px;
}

.wwd-contact ul li p {
	font-size:15px;

}

.wwd-contact ul li h5 {
	font-size:18px;
}

.wwd-rhs {
	float:none;
	width:auto;
	padding-top:20px;
}



.wwd-rhs h3 {
	font-size:24px;
	padding-bottom:15px;
}

.wwd-rhs h5 {
	font-size:18px;
}

.wwd-rhs p {
	font-size:16px;
}

.sub-txt blockquote {
	font-size:16px;
	line-height:24px;
	padding:3px 0px 3px 27px;

}

.sub-txt blockquote p {
	padding:0px!important;
	font-size:16px!important;
	line-height:24px!important;
}

.sp-head {
	font-size:17px;
	line-height:24px;
	padding-bottom:35px;
}

.special-list ul  {
	margin-left:-2%;
}

.special-list ul li {
	width:48%;
	height:auto;
	margin:0px 0px 25px 2%;
}

.special-list ul li img {
	display:block;
}

.sub-lhs {
	float:none;
	width:auto;
	padding-bottom:30px;
}

h2.heading2 {
	font-size:25px;
	line-height:30px;
	padding-bottom:15px;
}


.sub-txt ul li {
	padding:7px 0px 17px 36px;
	font-size:16px;
	line-height:19px;
}

.sub-txt ol {
	padding-bottom:10px;
	padding-left:35px;
}

.sub-txt ol li {
	padding-bottom:10px;
	font-size:16px;
	line-height:19px;
}


.list-wrap ul {
	float:none;
	padding-right:0px;
}

.sub-rhs {
	float:none;
	width:352px;
}

.shedule-box ul {
	padding:18px 19px 0px 19px;
}

.shedule-box ul li {
	padding:0px 0px 25px 41px;
	background-position:left 3px;
}


.shedule-box ul li h4 {
	font-size:16px;
	padding-bottom:3px;
}

.shedule-box ul li p {
	font-size:13px;
	padding:0px;
}

.shedule-box ul li h5 {
	font-size:14px;
	padding:0px;
}

.treatment-page {
	padding-top:30px;
}

.treatment-page h2 {
	font-size:28px;
	line-height:33px;
	padding-bottom:30px;
}

.treatment-sub-list ul {
	margin-left:0px;
}

.treatment-sub-list ul li {
	float:none;
	width:auto;
	height:auto;
	padding:20px 0px 20px 0px;
	margin:0px 0px 40px 0px;
}

.tsl-img {
	width:303px;
	height:186px;
	border:#fff solid 6px;
}


.tsl-txt {
	padding:25px 22px 20px 22px;
	min-height:inherit;
}

.tsl-txt h3 {
	font-size:19px;
}

.tsl-txt p {
	font-size:14px;
	line-height:23px;
	padding-top:25px;
}

.treatment-search {
	width:auto;
	height:45px;
	margin:0px auto 34px auto;
	padding-left:57px;
	background-image:url(images/search01.png);
}

.treatment-search .search-input {
	height:45px;
	width:65%;
	font-size:16px;
}

.treatment-search .search-submit {
	width:126px;
	height:45px;
	background-position:center top;
}

.sub-main {
	padding-top:20px;
}


.wwa-s1-lhs {
	float:none;
	margin-left:0px;
	text-align:center;
	padding-bottom:20px;
}

.wwa-s1-rhs {
	float:none;
	margin:0px;
	text-align:center;
}

.wwa-section2 {
	padding:40px 0px 40px 0px;
}

.wwa-section2 h2 {
	font-size:35px;
}

.go {
	text-align:center;
	padding-top:20px;
}

.wwa-section3 {
	background-image:none;
	background-color:#9f4746;
}

.wwa-sec3-wrap {
	padding:80px 0px 0px 0px;
}

.wwa-sec3-wrap ul li {
	width:auto;
	height:auto;
	float:none;
	margin-right:0px;
	border:#f5f5f5 solid 1px;
	margin-bottom:60px;
}


.wwa-sec3-wrap ul li .wwas3-details {
	width:auto;
	margin:0 auto;
	padding:0px 20px 30px 20px;
}

.wwas3-img {
	width:284px;
	height:141px;
	border:#fff solid 7px;
	margin:-40px auto 0 auto;
}

.wwa-sec3-wrap ul li .wwas3-details h3 {
	text-align:center;
	font-size:26px;
	color:#000;
	text-transform:uppercase;
	padding-top:29px;
}

.wwa-sec3-wrap ul li .wwas3-details p {
	color:#757371;
	font-size:14px;
	line-height:22px;
	padding-top:20px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.appointment-button {
	padding-top:31px;
}

.appointment-button a {
	font-size:19px;
	padding:14px 60px 11px 33px;
	background-position:97% center;
}

.sb-heading h2 {
	font-size:30px;
	line-height:30px;
}


.improve-list ul {
	margin-left:0px;
}

.improve-list ul li {
	float:none;
	width:auto;
	height:auto;
	padding:20px 0px 20px 0px;
	margin:0px 0px 40px 0px;
}

.il-img {
	width:303px;
	height:247px;
	border:#fff solid 6px;
}

.il-txt {
	padding:20px 25px 20px 25px;
	min-height:inherit;
}

.il-txt h3 {
	font-size:20px;
	padding-bottom:15px;
}


.accordion {
  padding:14px 35px 14px 20px;
  font-size:20px;
  margin-bottom:32px;
  background-position:right 10px;
}


.ac-container {
   padding:20px;
}

.detail-list {
	margin-left:0px!important;
	padding:0px!important;
}

.detail-list li {
	float:none;
	width:360px;
	height:248px;
	margin:0px 0px 28px 0px;
}

.detail-list .dl-image {
	width:360px;
	height:248px;
}

.dl-details {
	width:100%;
	padding:11px 0px 11px 0px;
	min-height:33px;
}

.dl-name {
	margin-left:19px;
	width:190px;
	font-size:15px;
	line-height:18px;
	padding-top:5px;
}

.dl-more {
	margin-right:15px;
}


.detail-list2 li {
	padding-bottom:30px;
}

.detail-list2 li:last-child {
	padding-bottom:0px;
}

.dl2-txt {
	font-size:15px;
	line-height:18px;
	padding-bottom:15px;
}


.ts-page {
	padding-top:30px;
}

.treatment-sub h1 {
	font-size:28px;
	padding-bottom:20px;
}


.image-left {
	float:left;
	margin:0px 30px 10px 0px;
	max-width:40%;
}

.image-right {
	float:right;
	margin:0px 0px 10px 30px;
	max-width:40%;
}

.treatment-sub h2 {
	font-size:20px!important;
	margin-bottom:27px!important;
	padding:14px 10px 14px 20px!important;
}

.treatment-sub h2::after { 
	left:30px;
	bottom:-19px;
}

.t-table {
	padding-bottom:42px;
}


.t-table table th {
	font-size:18px;
	padding:10px;

}

.t-table table td {
	padding:10px;
	font-size:14px;
	line-height:18px;
}


.quick-find h3 {
	font-size:22px;
	padding-bottom:10px;
	padding-top:5px;
}

.quick-find ul {
	font-size:17px;
	line-height:19px;
	padding-top:14px;
}

.quick-find ul li {
	padding:14px 0px 14px 42px;
	background-position:9px 17px;
}


.quick-find ul li a {
	padding-right:10px;
}

.search-rhs h3 {
	font-size:22px;
	padding-bottom:10px;
	padding-top:5px;
}

.page404 {
	background-size:100% auto;
	padding-top:30px;
}

.page404-wrap {
	padding:20px 0px 100px 0px;
}

.error-contents {
	width:auto;
}

.ec-lhs {
	float:none;
	width:359px;
	padding-bottom:30px;
}

.ec-lhs h2 {
	font-size:35px;
	color:#000;
	padding-bottom:15px;
}

.bth {
	padding-top:15px;
}

.ec-rhs {
	float:none;
	width:auto;
}


.content-video iframe {
	width:414px;
	height:220px;
}


h2.heading3 {
	font-size:28px;
	line-height:32px;
	padding-bottom:25px;
}

.indulgence-list ul {
	margin-left:0px;
}

.indulgence-list ul li {
	float:none;
	width:auto;
	min-height:inherit;
	margin:0px 0px 30px 0px;
}

.il-top {
	padding-top:25px;
	height:279px;
}

.il-img {
	width:303px;
	height:186px;
	border:#fff solid 6px;
}

.il-name {
	padding-top:15px;
	font-size:20px;
	margin-bottom:23px;
}

.il-mid {
	padding:16px 24px 16px 24px;
	font-size:17px;
}

.ilm-lhs {
	float:left;
}

.ilm-rhs {
	float:right;
}

.ill-txt {
	padding:25px 0px 20px 0px;
	min-height:inherit;
}

.ill-txt p {
	font-size:14px;
	line-height:18px;
	padding-bottom:10px;
}

.ill-txt ol {
	margin:0px;
	padding:0px;
}

.ill-txt ol li {
	margin:0px;
	float:none;
	width:auto;
	height:auto;
	text-align:left;
	font-size:14px;
	line-height:18px;
	padding:0px 0px 5px 20px;
	background-image:url(images/bullet05.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	min-height:inherit;
}



.option {
	padding-bottom:20px;
	margin-bottom:20px;
}



.two-col-list ul {
	margin-left:0px;
}

.two-col-list ul li {
	float:none;
	width:auto;
	height:auto;
	padding:20px 0px 20px 0px;
	margin:0px 0px 40px 0px;
}

.tcl-img {
	width:90%;
	height:auto;
	border:#fff solid 5px;
	margin:0px auto;
}

.tcl-img img {
	display:block;
}


.tcl-txt {
	padding:15px 25px 10px 25px;
	min-height:inherit;
}

.id-lhs {
	float:none;
	width:auto;
}

.id-lhs p {
	padding:10px 0px 20px 0px;
}


.id-rhs {
	float:none;
	width:auto;
}

.id-rhs ul li {
	padding-bottom:6px;
}


.gf-rhs {
	float:none;
	width:auto;
	padding-top:0px;
	padding-bottom:30px;
}

.gf-lhs {
	float:none;
	width:auto;
}

.gf-lhs h4 {
	font-size:20px;
	line-height:26px;
	color:#63291a;
	padding-bottom:30px;
}

.gf-row {
	overflow:hidden;
}

.gf-row .lhs {
	float:none;
}

.gf-row .rhs {
	float:none;
}

.gf-col {
	width:auto;
	padding-bottom:30px;
}



.header-top {
	padding:10px 0px 20px 0px;
}

.logo-new {
	float:none;
	width:auto;
	text-align:center;
	padding-bottom:10px;
}

.ht-rhs {
	float:none;
	padding-top:10px;
	width:420px;
	margin:0 auto;
}

.htr-top {
	padding-bottom:15px;
}

.book-online-new {
	float:left;
}

.book-online-new a {
	height:45px;
	line-height:46px;
	font-size:17px;
	padding:0px 38px 0px 15px;
	background-position:92% center;
}

.phone-new {
	float:right;
	width:auto;
	margin-left:20px;
	padding-left:40px;
	font-size:24px;
	line-height:31px;
	margin-top:8px;
	height:31px;
}

.ht-rhs p {
	font-size:17px;
	line-height:20px;
}


.menu-bg-wrap {
	padding:0px;
}

}

@media only screen and (min-width: 480px) and (max-width: 600px) {
	
	
.logo {
	float:none;
	width:auto;
	margin-left:0px;
	text-align:center;
}

.header-rhs {
	position:static;
	display:inherit;
	width:260px;
	margin:0 auto;
	float:none;
	padding-top:10px;
}

.youtube-foreground {
    display: none;
}

.youtube-background {
    background: #fff;
}	
	
.our-popular-services ul {
	margin-left:0px;
}

.our-popular-services ul li {
	width:100%;
	height:auto;
	margin:0px 0px 25px 0px;
}


.our-popular-services .ops-img {
	width:100%;
	height:100%;
}

.our-popular-services .ops-img img {
	width:100%;
	height:auto;
	display:block;
}

.our-popular-services .ops-name {
	font-size:16px;
	line-height:20px;
	width:98%;
	padding:14px 1% 14px 1%;
}	


.special-packages ul {
	margin-left:0px;
}

.special-packages ul li {
	margin:0px 0px 25px 0px;
	width:100%;
	height:auto;
}

.special-packages .sp-img {
	width:100%;
	height:100%;
}

.special-packages .sp-img img {
	width:100%;
	height:auto;
	display:block;
}

.special-packages .sp-details {
	padding:13px 0px 13px 0px;
}

.sp-name {
	float:left;
	margin-left:10px;
	width:190px;
	font-size:14px;
	line-height:17px;
}

.special-list ul  {
	margin-left:0px;
}

.special-list ul li {
	float:none;
	width:383px;
	height:292px;
	margin:0px 0px 25px 0px;
}


	
}
.contact-details .email2 a {
    color: #000;
}

#s-share-buttons {
    padding-top: 30px;
    width: 100%;
}


@media only screen and (min-width: 480px) and (max-width: 600px) {
	
	
.youtube-foreground {
    display: none;
}

.youtube-background {
    background: #fff;
}

}