@charset "UTF-8";
/* CSS Document */

body {
	/*background-image: url(images/debut_light.png);*/
	/*background-image: url(images/diamond_upholstery.png);*/
	/*background-image: url(images/floral-bkg.jpg);*/
	font-family: 'Lato', sans-serif;
	color: #4e3325;
	background-color:#f3e9e3;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
	margin-bottom:15px;
}
h1 {
	/*font-size: 300%;*/
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px;
}
h2 {
	/*font-size: 240%;*/
	font-weight: 300;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h3 {
	font-size: 120%;
	font-weight: 300;
	text-transform: uppercase;
}
h4 {
/*	font-size: 16px;*/
	font-weight: 400;
}
p {
	font-size: 100%;
	line-height: 20px;
}
p2 {
	font-size: 70%;
}
a, a:visited{
	font-weight: 700;
	color: #37251a;
	text-decoration: none;
}
a:hover {
	color: #eb9783;
	text-decoration: none;
}
li {
	list-style-image: url(images/bullet.png);
	list-style-position: outside;
	padding-bottom: 5px;
	color: #4e3325;
}
ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
}
.clr {
	clear: both;
}
.navbar {
	background-color: transparent;
	background-image: -webkit-linear-gradient(270deg,rgba(248,248,248,1.00) 0%,rgba(248,248,248,0.00) 99.63%);
	background-image: -moz-linear-gradient(270deg,rgba(248,248,248,1.00) 0%,rgba(248,248,248,0.00) 99.63%);
	background-image: -o-linear-gradient(270deg,rgba(248,248,248,1.00) 0%,rgba(248,248,248,0.00) 99.63%);
	background-image: linear-gradient(180deg,rgba(248,248,248,1.00) 0%,rgba(248,248,248,0.00) 99.63%);
	border-width: 0px;
	border-bottom-color: #eb9783;
}
.navbar-brand {
	padding-top:7px;
}
.nav.navbar-nav .active a {
	background-color: #f3e9e3;
	color: #eb9783;
}
.nav.navbar-nav li a {
	background-image: -webkit-linear-gradient(270deg,rgba(248,248,248,1.00) 0%,rgba(248,248,248,0.00) 99.95%);
	background-image: -moz-linear-gradient(270deg,rgba(248,248,248,1.00) 0%,rgba(248,248,248,0.00) 99.95%);
	background-image: -o-linear-gradient(270deg,rgba(248,248,248,1.00) 0%,rgba(248,248,248,0.00) 99.95%);
	background-image: linear-gradient(180deg,rgba(248,248,248,1.00) 0%,rgba(248,248,248,0.00) 99.95%);
	color: #4e3325;
	border-bottom: 0px solid #fff;
	transition:ease-in 1s;
}
.nav.navbar-nav li a:hover, .nav.navbar-nav .active a:hover {
	background-color:#f8f8f8;
	color: #eb9783;
	border-bottom: 5px solid #eb9783;
	margin-bottom: -5px;
	transition:ease-out .3s;
	transition: border-bottom ease-out .7s;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #f8f8f8;
    color: #eb9783;
	transition:ease-out 1s;
}
.dropdown-menu {
	background-color:#f3e9e3;
	background-image: -webkit-linear-gradient(270deg,rgba(248,248,248,1.00) 0%,rgba(248,248,248,0.00) 99.95%);
	background-image: -moz-linear-gradient(270deg,rgba(248,248,248,1.00) 0%,rgba(248,248,248,0.00) 99.95%);
	background-image: -o-linear-gradient(270deg,rgba(248,248,248,1.00) 0%,rgba(248,248,248,0.00) 99.95%);
	background-image: linear-gradient(180deg,rgba(248,248,248,1.00) 0%,rgba(248,248,248,0.00) 99.95%);
	border:none;
}
.dropdown .dropdown-menu li {
	list-style-image: none;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: -5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-bottom: 0px;
}
.page-title {
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 100% 50%;
	margin-bottom: 15px;
	-webkit-box-shadow: inset 0px 0px 15px #d7c2b1;
	box-shadow: inset 0px 0px 15px #d7c2b1;
}
.page-title h3 {
	margin-top:-15px;
}
.home {
	background-image: url(images/title-image-home.jpg);
	background-color:#e1d3cb;
}
.manicure {
	background-image: url(images/title-image-manicure.jpg);
}
.pedicure{
	background-image: url(images/title-image-pedicure.jpg);
	background-color:#e7d8cb;
}
.facial {
	background-image: url(images/title-image-facial.jpg);
	background-color:#f2e6e0;
}
#environ {
	background-image: url(images/title-image-facial-environ.jpg);
	background-color:#e7ddd7;
}
#dermalogica {
	background-image: url(images/title-image-facial-dermalogica.jpg);
	background-color:#f2e6e0;
}
.eyes {
	background-image: url(images/title-image-eyes.jpg);
	background-color:#ebdfd5;
}
#threading {
	background-image: url(images/title-image-threading.jpg);
	background-color:#f3e9e2;
}
.tan {
	background-image: url(images/title-image-tan.jpg);
	background-color:#e5dad0;
}
#waxing {
	background-image: url(images/title-image-waxing.jpg);
	background-color:#f3e9e2;
}
.hair-removal {
	background-image: url(images/title-image-hair-removal.jpg);
	background-color:#e8dccf;
}
.massage {
	background-image: url(images/title-image-massage.jpg);
	background-color:#ecdcd1;
}
.energy {
	background-image: url("images/title-image-energy-work.jpg");
	background-color:#e8dcce;
}
.offers {
	background-image: url(images/title-image-offers.jpg);
	background-color:#e8d5c8;
}
.individual {
	background-image: url(images/title-image-individual.jpg);
	background-color:#efe9e2;
}
.group {
	background-image: url(images/title-image-group.jpg);
	background-color:#eee1d7;
}
.info, #info {
	background-image: url(images/title-image-info.jpg);
	background-color:#f3e9e2;
}
.contact {
	background-image: url(images/title-image-contact.jpg);
	background-color:#dacaa8;
}
.hypnotherapy {
    background-image: url(images/becky-wells-hypnotherapy.jpg) !important;
    background-color: #f2e6e0 !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.gallery {
	background-image: url(images/title-image-gallery.jpg);
	background-color:#f3e9e2;
}
.page-link, .page-head {
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 100% 50%;
	margin-bottom: 15px;
	-webkit-box-shadow: inset 0px 0px 15px #d7c2b1;
	box-shadow: inset 0px 0px 15px #d7c2b1;
	-webkit-transition: all 300ms ease-in .5s;
    -moz-transition: all 300ms ease-in .5s;
    -o-transition: all 300ms ease-in .5s;
    transition: all 300ms ease-in .5s;
}
.page-link:hover {
	background-size: auto 130%;
	-webkit-box-shadow: inset 0px 0px 50px #d7c2b1;
	box-shadow: inset 0px 0px 50px #d7c2b1;
	-webkit-transition: all 300ms ease-out .3s;
    -moz-transition: all 300ms ease-out .3s;
    -o-transition: all 300ms ease-out .3s;
    transition: all 300ms ease-out .3s;
}
hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(0deg,rgba(166,135,105,0.00) 0.36%,rgba(166,135,105,1.00) 49.53%,rgba(166,135,105,0.00) 99.61%);
	background-image: -moz-linear-gradient(0deg,rgba(166,135,105,0.00) 0.36%,rgba(166,135,105,1.00) 49.53%,rgba(166,135,105,0.00) 99.61%);
	background-image: -o-linear-gradient(0deg,rgba(166,135,105,0.00) 0.36%,rgba(166,135,105,1.00) 49.53%,rgba(166,135,105,0.00) 99.61%);
	background-image: linear-gradient(90deg,rgba(166,135,105,0.00) 0.36%,rgba(166,135,105,1.00) 49.53%,rgba(166,135,105,0.00) 99.61%);
}
.button {
	background-color: #4e3325 !important;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding-top: 3%;
	padding-bottom: 3%;
	clear: both;
	margin-bottom: 10px;
	color: #f3e9e3;
	font-size: 28px;
	text-align: center;
	position: relative;
	font-weight: 300 !important;
	-webkit-transition: all 300ms ease-out .5s;
    -moz-transition: all 300ms ease-out .5s;
    -o-transition: all 300ms ease-out .5s;
    transition: all 300ms ease-out .5s;
}
.button {
	border-bottom: thick solid #eb9783;
}
.button a {
	color: #f3e9e3;
	text-decoration: none;
	font-weight: 300 !important;
	display: block;
}
.button:hover {
	background-color: #eb9783 !important;
	text-decoration: none;
	-webkit-transition: all 300ms ease-out .1s;
    -moz-transition: all 300ms ease-out .1s;
    -o-transition: all 300ms ease-out .1s;
    transition: all 300ms ease-out .1s;
	border-bottom-color: 5px #eb9783;
}
.button h2   {
	color: #FFF !important;
	margin-top: -5px;
	margin-bottom: 5px !important;
	font-weight: 700 !important;
	font-size: 20px !important;
}
.button p {
	color: #FFF !important;
	margin-bottom: 0px;
	line-height: 12px !important;
	font-size: 40%;
}
.details {
	padding: 10px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: inset 0px 0px 15px #d7c2b1;
	background-color: #d7c2b1;
	background-image: -webkit-linear-gradient(270deg,rgba(243,233,227,1.00) 0.19%,rgba(215,194,177,1.00) 99.75%);
	background-image: -moz-linear-gradient(270deg,rgba(243,233,227,1.00) 0.19%,rgba(215,194,177,1.00) 99.75%);
	background-image: -o-linear-gradient(270deg,rgba(243,233,227,1.00) 0.19%,rgba(215,194,177,1.00) 99.75%);
	background-image: linear-gradient(180deg,rgba(243,233,227,1.00) 0.19%,rgba(215,194,177,1.00) 99.75%);
}
.details a, .details a:visited{
	font-weight: 300;
	text-decoration: none;
}
.treatments h2 {
	padding-right:10px;
}
.treatments h2, .treatments h3, .treatments h4 {
	display: inline-block;	
}
.treatments h4 {
	/*width:70px !important;*/
	width: 120px !important;
}
.treatments h4 .smaller, .treatments h3 .smaller {
	font-size: 70%;
	display:inline-block;
	margin-left: 3px;
	margin-right: 3px;
}
.treatments p {
	clear:both;
}
.double {
	position: relative;
	top: -15px;
}
.double h3 {
	margin-top:10px;
}
.offer {
	margin-bottom: 20px;
	padding: 4px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #d7c2b1;
	background-image: -webkit-linear-gradient(113deg,rgba(166,135,105,1.00) 18.16%,rgba(55,37,26,1.00) 79.19%);
	background-image: -moz-linear-gradient(113deg,rgba(166,135,105,1.00) 18.16%,rgba(55,37,26,1.00) 79.19%);
	background-image: -o-linear-gradient(113deg,rgba(166,135,105,1.00) 18.16%,rgba(55,37,26,1.00) 79.19%);
	background-image: linear-gradient(337deg,rgba(166,135,105,1.00) 18.16%,rgba(55,37,26,1.00) 79.19%);
}
.offer h3, .offer h4, .offer p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: inline;
}
.offer h2 {
	color: #f3e9e3;
	padding: 10px;
	margin: 0px 0px 5px 0px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-shadow: 1px 1px 5px #261810 !important;
	padding-top: 30px;
	padding-bottom: 30px;
	background-size:cover;
	background-position:center;
	width:100%;
}
.offer p2 {
	display: block;
}
.offer.one h2 {
	background-image:url(images/offer-one.jpg);
}
.offer.two h2 {
	background-image:url(images/offer-two.jpg);
}
.offer.three h2 {
	background-image:url(images/offer-three.jpg);
}
.offer.four h2 {
	background-image:url(images/offer-four.jpg);
}
.offer.voucher-offer h2 {
	background-image:url(images/voucher-offer.jpg);
}
.offer.block-offer h2 {
	background-image:url(images/block-offer.jpg);
}
/*#CDSWIDEXC {
    width: 95% !important;
}*/
.footer {
	padding-top:15px;
	background-color:#d7c2b1;
	-webkit-box-shadow: 0px 0px 25px #a68769;
	box-shadow: 0px 0px 25px #d7c2b1;
	padding-bottom: 10px;
}
.footer a, .footer a:visited{
	font-weight: 700;
	color: #333;
	text-decoration: none;
}
.footer a:hover {
	color: #333333;
	font-weight: 700;
}
.eyetooth {
	line-height:90%;
}
p.more, ul.more {
    display:none;
}
.up {
	margin-top: 0;
	clear:both;
}

/* Responsive */
@media (max-width:767px){
.page-title {
	padding-top:10px;
	height: 100px;
}
.page-link, .page-head {
	padding-top:10px;
	height: 80px;
}
.treatments h2, .treatments h4, .treatments p {
	display:block;
}
.treatments h4 {
	padding: 10px 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:left;
	text-align: left;
}
.double h3 {
	display:block;
}
.eyetooth {
	text-align:left;
}
}

@media (min-width: 768px) {
.page-title {
	padding-top:80px;
	height: 200px;
}
.page-link, .page-head {
	padding-top:45px;
	height: 150px;
}
.treatments h2, .treatments h4 {
	display:inline-block;
}
.treatments h4 {
	float: right;
	padding: 10px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: right;
}
.eyetooth {
	text-align:right;
}
}
@media (min-width: 992px) {
.page-title {
	padding-top:120px;
	height: 300px;
}
.page-link, .page-head {
	padding-top:55px;
	height: 170px;
}
}
@media (min-width: 1200px){
.page-title {
	padding-top:180px;
	height: 400px;
}
.page-link, .page-head {
	padding-top:70px;
	height: 200px;
}
}
.eyetooth {
}

@media (max-width: 767px){
	.hypnotherapy {
    background-image: none !important;
	}
}
