body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #555;
}
img {
	max-width: 100%;
	height: auto;
}
video{
	max-width:80%;
	display:block;
	margin:auto;
}
.centerimg {
	display: block;
	margin: auto;
}
nav ul {
	padding: 0;
	display: none;
	margin: 0 auto;
	width: 80%;
}
nav ul li {
	list-style-type: none;
	border-bottom: 1px solid #F0F0F0;
}
* {
	box-sizing: border-box;
}
nav ul li:last-child {
	border-bottom: none;
}
nav li:first-child {
	border-top: 3px solid #53a175;
}
nav a {
	display: block;
	padding: 15px 0px 15px 15px;
	text-decoration: none;
	color: #444444;
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 1em;
}
nav ul a:hover, nav ul a.current {
	color: #53a175;
}
a#pullmenu {
	font-size: 1.8em;
	font-weight: bold;
	color: #53a175;
}
#title #logo {
	display: block;
	margin: 0 auto;
}
#pageHeader #title h1 {
	font-family: euphoria-script;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	color: #A047AA;
	margin: 0;
	font-size: 3.1em;
}
#pageHeader #title h2 {
	color: #444444;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 600;
	margin: 0;
	font-size: 1.2em;
	text-align: center;
}
#banner #promo {
	background: #53a175;
	color: #fff;
	padding: 10px;
}
#banner #promo p:last-child {
	font-weight: bold;
	text-align: center;
}
#banner #promo a {
	font-family: Georgia, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
}
#banner-contact {
	padding-top: 25%;
	height: 0;
	background: url(images/woman-contact.jpg) no-repeat center center;
	background-size: cover;
	clear: both;
	position: relative;
	margin-top: 15px;
}
#banner-contact p {
	position: absolute;
	top: 8%;
	left: 6%;
	width: 30%;
	font-size: 3.2vw;
	font-weight: bold;
	text-align: center;
	color: #A047AA;/*font-family:"euphoria-script";*/
}
main {
	clear: both;
}
section.maincontent h2, section.aboutcontent h2 {
	color: #53a175;
	text-align: center;
	font-weight: 600;
	padding-top: 20px;
	text-transform: uppercase;
}
section.maincontent h3 {
	color: #458c64;
	font-weight: normal;
	letter-spacing: 2px;
	word-spacing: 5px;
	border-bottom: 1px solid #73c697;
	clear: both;
}
section.maincontent h4 {
	color: #458c64;
	margin-bottom: 0;
	font-size: 0.9em;
}
section.maincontent blockquote p {
	font-family: euphoria-script; 
	font-size:1.8em; 
	max-width:480px;
	margin:auto;
	margin-bottom:20px;
}
section.maincontent blockquote span {
	text-align:right;
	font-family:arial, sans-serif;
	display:block;
	font-size:16px;
}
section.maincontent ul, section.aboutcontent ul {
	/*font-weight:bold;*/
	max-width: 360px;
	margin: auto;
	list-style-image: url(images/bullet.png);
	line-height: 150%;
}
section.maincontent ul.regular {
	max-width:960px;
}

section.maincontent img[alt $=treatment] {
	display: block;
	margin: auto;
}
section.contact {
	background: #88b47e;
	min-height: 120px;
	color: #fff;
	clear: both;
}
section.contact h2 {
	text-align: center;
	font-weight: 400;
	margin-top: 0;
	padding-top: 10px;
}
section.contact form {
	width: 80%;
	margin: auto;
}
div.before-after {
	text-align:center;
}
div.before-after:after {
		content:'';
		display:block;
		clear:both;
	}
div.before-after p {
	margin:3px auto;
}
section.contact form div {
	margin-bottom: 1em;
}
section.contact label {
	display: block;
}
section.contact input {
	width: 100%;
	height: 35px;
	border-radius: 6px;
	border: none;
	padding: 4px;
}
section.contact input:focus, section.contact textarea:focus {
	background: #FFF4EA;
}
section.contact input[type=submit]:hover {
	background: #FFF4EA;
}
section.contact textarea {
	width: 100%;
	height: 140px;
	border-radius: 6px;
}
section.contact input[type=submit] {
	width: 120px;
	height: 35px;
	background: #fff;
	color: #555
}
section.contact address {
	font-style: normal;
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 10px;
}
section.contact address a {
	font-family: Georgia, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	text-align: center;
}

#buckets {
	background: url(images/bgd-new.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
#cards {
	padding: 15px 0;
	margin: 0;
}
#cards li {
	list-style-type: none;
	text-align: center;
}
#cards li h2 {
	font-size: 0.8em;
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
}
#pageFooter {
	background-color: #A748B2;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
}
/*testimonials*/
.alltestimonials{
	clear:both;
	padding-top:15px;
	margin-bottom:10px;
	max-width:768px;
	margin:auto;
	font-style:italic;
	
	}
	.alltestimonials li {
		list-style:none
	}
	.alltestimonials blockquote {
	font-family:Georgia, serif;
	line-height:150%;
		font-size:1.1em;
	}
	.alltestimonials blockquote span {
		display:block;
		text-align:right;
		padding-right:30px;
		font-style:normal
	}
.alltestimonials h2{
		text-align:center;
	  margin:0;
	}

.quotes ul, .quotes li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quovolve-nav:before, .quovolve-nav:after {

 content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

.quovolve-nav:after { clear: both; }

.quovolve-nav {
  margin: 10px 0;
  line-height: 30px;
  zoom: 1;
}

.quovolve-nav:before, .quovolve-nav:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;  
} 
.quovolve-nav:after { clear: both; }
.quovolve-nav {
  margin: 10px 0;
  line-height: 30px;
  zoom: 1;
}
.quovolve-nav-above {
  margin-bottom: 20px;
}
.quovolve-nav-below {
  margin-top: 20px;
}

.quovolve-nav span {
  float: left;
  margin-right: 5px;
}
.quovolve-nav-above { margin-bottom: 20px; }

.quovolve-nav-below { margin-top: 20px; }

.quovolve-nav span {
  float: left;
  margin-right:15px;
	padding-top:15px;
	
}

.quovolve-nav a:hover {
  background: #dd390d;
}
.quovolve-nav a {
font-family:Georgia;
	color:#fff;
	background:#7ec29b;
text-decoration:none;
 line-height: 30px;
width:34px;
padding:2px;
font-size:1.5em;
font-weight:900;
 display: block;
  border: 0 none;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50px;
  border-radius: 50%px;

}
	.quovolve-nav a:hover { background: #53a175; }
/*end testimonials */
	
#pageFooter a {
	color: #fff;
}
.asideimg {
	display: block;
	margin: auto;
}
.error {
	color: #FFE4C9
}

@media screen and (min-width:640px){
	section.maincontent blockquote {
	max-width:640px;
	margin:auto;
}
}
@media screen and (min-width:768px) {

#banner-contact p {
	top: 10%;
	font-size: 3.9vw;
	font-family: "euphoria-script";
	font-weight: normal;
}
section.maincontent img[alt $=treatment] {
	margin: 0 10px 10px 10px;
	float: left;
}

section.maincontent h3 {
	padding-top: 20px;
}
section.contact {
	overflow: hidden;
}

div.before-after div:first-child {
		float:left;
		width:49%;
	}
div.before-after div:last-child {
		float:right;
		width:49%;
	}
section.contact form {
	width: 66%;
	padding-left: 10%;
	float: left;
}
section.contact address {
	width: 32%;
	padding-right: 6%;
	float: right;
}
}

@media screen and (min-width : 960px) {
	
#banner {
	height: 400px;
	clear: both;
	background: url(images/facial-skin-care.jpg) no-repeat 35% 0%;
}
#banner img {
	display: none;
}
#banner #promo {
	background-color: transparent;
	color: #444;
	width: 40%;
	padding-top: 4%;
	height: 400px;
}
#banner #promo p {
	text-shadow: 3px 3px 3px white;
	color: #000;
}
#banner #promo a {
	text-shadow: none;
	color: #444444;
}
#buckets {
	background-size: cover;
}
#cards li {
	float: left;
	width: 28%;
	margin: auto 2.5%;
}
#cards li h2 {
	font-weight: normal;
	font-size: 1.2em;
	color: #FFFFFF;
}
section.aboutcontent {
	width: 64%;
	float: left;
}
	
	div.before-after {
		max-width:960px;
		margin:auto;
	
	}

aside.rightcol {
	width: 33%;
	float: right;
}
#pageFooter {
	clear: both;
}
.map {
	background: url(images/bgd-new.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
}
@media screen and (min-width:1100px){
	nav {
	width:100%;
	height: 45px;
	margin: auto;
	text-align: center;
}
nav ul {
	display: block;
	width: 100%;
	margin: auto;
}
nav ul li {
	display: inline;
	padding-bottom: 10px;
	border-bottom: none;
}
nav li:first-child {
	border-top: none;
}
nav a {
	display: inline;
	padding: 10px 15px 10px 15px;
}
a#pullmenu {
	display: none;
}
#pageHeader #logo {
	float: left;
	margin: auto 0px;
}
#pageHeader #title {
	margin: auto;
	width: 410px;
}
#pageHeader #title #logo {
	margin: 0;
}
#pageHeader #title h1 {
	text-align: left;
	padding-top: 50px;
}
#pageHeader #title h2 {
	text-align: right;
}
	
}
@media screen and (min-width:1200px){
 #banner {
 background-size:cover;
 clear:both;
}
 #banner #promo {
 width: 33%;
 padding-left:2%;
}
 #cards {
 width:1200px;
 margin:auto;
}
 #cards li {
 width:400px;
 margin:0;
}
 #cards h2 {
 width:80%;
 margin:8px auto
}
 #cards li:nth-child(2) {
 width:400px;
}
 section.contact #contactdata {
 max-width:1200px;
 margin:auto;
}
 main {
 max-width:1200px;
 margin:auto;
}
 .asideimg {
 padding-top:90px;
 display:block;
 margin:auto;
}
}