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

/* Reset */
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;
 	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fonts */

@font-face {
    font-family: 'edmondsans_regular';
    src: url('../../fonts/edmondsans-regular-webfont.eot');
    src: url('../../fonts/edmondsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/edmondsans-regular-webfont.woff') format('woff'),
         url('../../fonts/edmondsans-regular-webfont.ttf') format('truetype'),
         url('../../fonts/edmondsans-regular-webfont.svg#edmondsans_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'edmondsansmedium';
    src: url('../../fonts/edmondsans-medium-webfont.eot');
    src: url('../../fonts/edmondsans-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/edmondsans-medium-webfont.woff') format('woff'),
         url('../../fonts/edmondsans-medium-webfont.ttf') format('truetype'),
         url('../../fonts/edmondsans-medium-webfont.svg#edmondsansmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'edmondsansbold';
    src: url('../../fonts/edmondsans-bold-webfont.eot');
    src: url('../../fonts/edmondsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/edmondsans-bold-webfont.woff') format('woff'),
         url('../../fonts/edmondsans-bold-webfont.ttf') format('truetype'),
         url('../../fonts/edmondsans-bold-webfont.svg#edmondsansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Begin Typography & Colors */

body{
   font-family:Arial, Helvetica, sans-serif;
   font-size:16px;
   color:#646463;
   padding:0;
   margin:0;
   background:#edefe9;
}


/* Layout */

#wrapper{
	width:100%;
	margin:0 auto;
}

/* Header */

#header{
	clear:both;
	position:relative;
	z-index:200;
 	background: rgb(139,85,113);
	background: -moz-linear-gradient(top,  rgb(139,85,113) 0%, rgb(129,83,116) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(139,85,113)), color-stop(100%,rgb(129,83,116)));
	background: -webkit-linear-gradient(top,  rgb(139,85,113) 0%,rgb(129,83,116) 100%);
	background: -o-linear-gradient(top,  rgb(139,85,113) 0%,rgb(129,83,116) 100%);
	background: -ms-linear-gradient(top,  rgb(139,85,113) 0%,rgb(129,83,116) 100%);
	background: linear-gradient(to bottom,  rgb(139,85,113) 0%,rgb(129,83,116) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b5571', endColorstr='#815374',GradientType=0 );
}

#header .headerc{
	width:985px;
	margin:0 auto;
	padding:20px 0 10px 0;
}

#header a.logo{
	float:left;
	width:270px;
	height:50px;
	display:block;
	background:url(https://www.annmariegianni.com/samplekit/images/logo.svg) no-repeat;
}

#header .topinfo{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	float:right;
	margin:8px 0 0 0;
}

#header .topinfo .facebookc{
	float:left;
	width:85px;
	margin:8px 0 0 10px;
}

#header .topinfo .toplinks{
	float:left;
	letter-spacing:0.05em;
	margin:8px 0 0 0;
}

#header .topinfo .toplinks a{
	color:#fff;
	padding:0;
	margin:0;
	text-decoration:none;
}

/* Content */

.content{
	width:995px;
	margin:0 auto;
	clear:both;
}

.whychoose{
	clear:both;
}

.whychoose #benefits{
	padding:45px 0 0 0;
}

.whychoose #benefits .benefitsc{
	width:990px;
	margin:0 auto;
}

.whychoose h2{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:46px;
	color:#712a63;
	font-weight:normal;
	padding:0 0 10px 0;
	margin:0;
	text-align:center;
}

.whychoose h2 span{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
}

.whychoose #benefits h3{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#815374;
	line-height:24px;
	font-weight:normal;
	padding:0 0 5px 0;
	margin:0;
	text-align:left;
}

.whychoose #benefits p{
	font-size:16px;
	color:#777777;
	line-height:24px;
	padding:0;
	margin:0;
}

.whychoose #benefits .benefitsc .benefit{
	float:left;
	width:270px;
	margin:0 30px 30px 30px;
	padding:0 0 0 5px;
	border-bottom:solid 1px #d9d2c4;
	min-height:135px;
}

.whychoose #benefits .benefitsc .last{
	margin-right:0px !important;
}

.whychoose #benefits .benefitsc .nb{
	border:0;
}

.whychoose #benefits .bullet{
	position:absolute;
	width:12px;
	height:12px;
	display:block;
	background:url(../images/bullet.png) no-repeat;
	margin:5px 0 0 -25px;
}

.whychoose #benefits .smooth{
	position:absolute;
	width:108px;
	height:117px;
	display:block;
	background:url(../images/smooth.png) no-repeat;
	margin:-25px 0 0 -75px;
}

.whychoose #benefits .dull{
	position:absolute;
	width:50px;
	height:97px;
	display:block;
	background:url(../images/dull.png) no-repeat;
	margin:-30px 0 0 -55px;
}

.whychoose #benefits .natural{
	position:absolute;
	width:53px;
	height:109px;
	display:block;
	background:url(../images/natural.png) no-repeat;
	margin:-30px 0 0 -60px;
}

.whychoose #benefits .allskintypes{
	position:absolute;
	width:50px;
	height:112px;
	display:block;
	background:url(../images/allskintypes.png) no-repeat;
	margin:-40px 0 0 -55px;
}

/* Glowing */

.vwos{
	clear:both;
	margin:20px 0 50px 0;
	background:#ffffff;
}

.vwos .video{
	float:left;
	width:640px;
	max-height:360px;
}

.vwos .woas{
	float:left;
	width:355px;
	padding:0;
	margin:0;
	text-align:center;
}

.vwos .woas h2{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	font-weight:normal;
	padding:4px 0;
	margin:0;
	background:#63caba;
	text-align:center;
}

.vwos .woas h3{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#712a63;
	font-weight:normal;
	padding:5px 0 20px 0;
	margin:0;
	text-align:center;
}

.vwos .woas h4{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#7c6e65;
	font-weight:normal;
	padding:5px 0 20px 0;
	margin:0;
	text-align:center;
}

.vwos .woas h4 span{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	color:#712a63;
}

.vwos .woas a.getmykitnow{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
	padding:5px 10px;
	display:inline-block;
	background:#ec6851;
}

#kittestimonial{
	clear:both;
	position:relative;
}

#kittestimonial .container{
	width:490px;
	float:left;
	position:relative;
}

#kittestimonial .container .img{
	float:left;
	width:125px;
	padding:20px 0 0 0;
	position:relative;
}

#kittestimonial .container .txt{
	float:left;
	width:360px;
	position:relative;
}

#kittestimonial p{
	font-size:16px;
	color:#575556;
	line-height:24px;
	padding:0 0 25px 0;
	min-height:150px;
	margin:0;
}

#kittestimonial h5{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#806077;
	line-height:28px;
	padding:0;
	margin:0;
	text-align:left;
}

#kittestimonial h6{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#806077;
	line-height:28px;
	padding:0;
	margin:0;
	text-align:left;
}

#kittestimonial span.quotation{
	width:14px;
	height:11px;
	display:block;
	position:absolute;
	margin:0px 0 0 -20px;
	background:url(../images/quotation.png) no-repeat;
}

#kittestimonial .specificresults,
#testimonials .specificresults{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#575556;
	padding:30px 0 0 0;
	text-align:center;
	clear:both;
}

#testimonials .specificresults{
	text-align:left;
	padding:30px 0;
}

.media{
	font-family: 'edmondsansbold';
	font-size:16px;
	color:#555;
	font-weight:normal;
	letter-spacing:0.15em;
	text-transform:uppercase;
	padding:15px 0 75px 0;
	margin:25px 0 35px 0;
	width:100%;
	clear:both;
	border-top:solid 1px #e4e1da;
	border-bottom:solid 1px #e4e1da;
	background:url(../images/media.png) no-repeat top center #fff;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}


#choosekit{
	clear:both;
	margin:0 auto;
	text-align:center;
}

#choosekit .content .gmsknbg{
	padding:35px 20px;
	background:#ffffff;
	border-top:solid 1px #cbcdc8;
	-webkit-box-shadow:1px 5px 10px 0 rgba(0,0,0,0.01);
	box-shadow:1px 5px 10px 0 rgba(0,0,0,0.1);
	margin:0 0 30px 0;
}


#choosekit h3{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:46px;
	color:#712a63;
	letter-spacing:normal;
	line-height:normal;
	padding:0;
	margin:0;
	text-align:center;
}

#choosekit h4{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#815374;
	letter-spacing:normal;
	line-height:normal;
	padding:0;
	margin:0;
	text-align:center;
}

#choosekit h4 span{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
}

#choosekit h5{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:34px;
	color:#712a63;
	letter-spacing:normal;
	line-height:normal;
	padding:0;
	margin:0;
	text-align:center;
}

#choosekit .arrow{
	width:51px;
	height:53px;
	display:block;
	position:absolute;
	margin:-55px 0 0 -80px;
	background:url(../images/arrow.png) no-repeat;
}

#choosekit .enteryouremail{
	width:350px;
	margin:70px auto;
}

#choosekit h5 span{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif !important;
	font-size:34px;
	color:#fff;
	width:35px;
	height:35px;
	padding:5px;
	margin:0 25px 0 0;
	display:inline-block;
 	background:#712a63;
	-webkit-border-radius:50%;
  	-moz-border-radius:50%;
  	border-radius:50%;
}

#choosekit .form .addtocart{
	background:url(../images/addtocart.png) no-repeat;
	width:236px;
	height:43px;
	display:block;
	border:0;
	cursor:pointer;
	margin:0 auto 20px auto;
}

#choosekit .fcc{
	clear:both;
	margin:20px 0 0 0;
}

#choosekit p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#585657;
	line-height:24px;
	padding:0 0 15px 0;
	margin:0;
}

#choosekit .subscribe-field{
	font-family:Arial, Helvetica, sans-serif;
	font-size:34px;
	color:#585657;
	width:400px;
	margin:0 auto 50px auto;
	padding:15px;
	border:solid 1px #585657;
	display:block;
	text-align:center;
}

#choosekit .subscribe-btn,
a.clickheretostart{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:34px;
	color:#fff;
	width:300px;
	margin:0 auto;
	padding:5px 15px;
	border:solid 1px #ec6851;
	display:block;
	text-align:center;
	background:#ec6851;
	cursor:pointer;
}

a.clickheretostart{
	margin:10px auto;
}


.ourguarantee{
	font-size:16px;
	color:#646463;
	line-height:24px;
	width:822px;
	clear:both;
	padding:25px 0 30px 150px;
	margin:70px auto 70px auto;
	background:url(../images/ourguarantee.png) no-repeat;
	text-align:left;
}

.ourguarantee a{
	color:#646463;
	font-weight:bold;
	text-decoration:none;
}

.chooseyourkit{
	width:330px;
	margin:20px auto 10px auto;
}

.chooseyourkit .arrow{
	width:51px;
	height:53px;
	display:block;
	position:absolute;
	margin:-25px 0 0 -80px;
	background:url(../images/arrow.png) no-repeat;
}

.chooseyourkit h3 span{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif !important;
	font-size:34px;
	color:#fff;
	width:35px;
	height:35px;
	padding:5px;
	margin:0 25px 0 0;
	display:inline-block;
 	background:#712a63;
	-webkit-border-radius:50%;
  	-moz-border-radius:50%;
  	border-radius:50%;
}

#specialbonus .specialdeal{
	clear:both;
	padding:35px 100px 30px 265px;
	margin:60px 0 40px 0;
	background:url(../images/specialdeal.jpg) no-repeat 50px top #ffffff;
	border-top:solid 1px #cbcdc8;
	-webkit-box-shadow:1px 5px 10px 0 rgba(0,0,0,0.01);
	box-shadow:1px 5px 10px 0 rgba(0,0,0,0.1);
}

#specialbonus .specialdeal h5{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif !important;
	font-size:24px !important;
	color:#63caba !important;
	letter-spacing:0.025em !important;
	padding:0 0 5px 0 !important;
	margin:0 !important;
	text-align:left !important;
}

#specialbonus .specialdeal h6{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif !important;
	font-size:36px !important;
	color:#ec6851 !important;
	letter-spacing:0.025em !important;
	line-height:40px !important;
	padding:0 0 5px 0 !important;
	margin:0 !important;
	text-align:left !important;
}

#specialbonus .specialdeal h6 span{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif !important;
	font-size:36px !important;
}

#specialbonus .specialdeal p{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:16px !important;
	color:#686667 !important;
	line-height:24px !important;
	padding:0 !important;
	margin:0 !important;
}

#specialbonus .specialdeal p strong{
	color:#81807f !important;
}

#specialbonus .aloeherbcleanser{
	padding-right:20px;
	background:url(../images/aloeherbcleanser.jpg) no-repeat 50px top #ffffff !important;
}

.samples{
	width:890px;
	margin:20px auto 0 auto;
	clear:both;
	text-align:center;
	position:relative;
}

.samples .samplesc{
	width:295px;
	float:left;
	padding:0;
	background:#ffffff;
	text-align:center;
	border-bottom:solid 1px #e0e2dd;
	min-height:620px;
	position:relative;
}

.bsep{
	border-left:solid 1px #edefea;
	border-right:solid 1px #edefea;
}

.samples .samplesc h6{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#815374;
	line-height:26px;
	font-weight:normal;
	padding:0;
	margin:0;
	min-height:90px;
	text-align:center;
}

.samples .samplesc p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#777777;
	line-height:24px;
	padding:0 40px;
	margin:0;
}

.samples .samplesc p strong{
	color:#646463;
}

.samples .samplesc a.addtocart{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#ffffff;
	width:135px;
	padding:5px 0;
	background:#ec6851;
	text-align:center;
	text-decoration:none;
	margin:0 auto;
	position:absolute;
	bottom:30px;
	left:0;
	right:0;
}

#unveilnewyou{
	padding:60px 0 10px 0;
	background:#fff;
}

#unveilnewyou .content{
	width:970px;
}

#unveilnewyou h5{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:46px;
	color:#712a63;
	line-height:34px;
	font-weight:normal;
	padding:0 0 10px 0;
	margin:0;
	text-align:left;
}

#unveilnewyou h6{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:34px;
	color:#712a63;
	line-height:34px;
	font-weight:normal;
	padding:0 0 40px 0;
	margin:0;
	text-align:left;
}

#unveilnewyou p{
	font-size:16px;
	color:#585657;
	line-height:24px;
	font-weight:normal;
	padding:0 0 20px 0;
	margin:0;
}

.getkitcoupon{
	clear:both;
	width:590px;
	height:222px;
	clear:both;
	padding:30px 0 0 300px;
	margin:70px auto 0 auto;
	background:url(../images/getkitcoupon.png) no-repeat;
}

.getkitcoupon h3{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:34px;
	color:#2c285d;
	padding:0 0 10px 0;
	margin:0;
	text-align:left !important;
}

.getkitcoupon p{
	color:#585657 !important;
	line-height:23px !important;
	padding:10px 20px 0 0;
}

.getkitcoupon p strong{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#2c285d;
}

#specialbonus{
	padding:40px 0;
	clear:both;
}

#specialbonus h5{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#63caba;
	line-height:normal;
	padding:0 0 10px 0;
	margin:0;
	text-align:left !important;
}

#specialbonus h6{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:34px;
	color:#712a63;
	line-height:44px;
	padding:0 0 40px 0;
	margin:0;
	text-align:left !important;
}

#specialbonus h6 span{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:46px;
}

#specialbonus p{
	font-size:16px;
	color:#585657;
	line-height:24px;
	padding:0 0 25px 0;
	margin:0;
}

#specialbonus ul{
	font-size:16px;
	color:#585657;
	padding:0;
	margin:0 0 20px 0;
}

#specialbonus ul li{
	line-height:24px;
	padding:0 0 5px 20px;
	margin:0;
	background:url(../images/bullet2.png) no-repeat left 5px;
}

#specialbonus img.alignright{
	margin:65px 30px 50px 30px;
}

/* Common */

*:focus{outline:0;}

a{
	text-decoration:none;
}

p{
	font-size:16px;
	color:#646463;
	line-height:22px;
	padding:0 0 15px 0;
	margin:0;
}

p strong{
	color:#7d2457;
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:0 0 20px 0;
	margin:0;
	text-align:center;
}

.content h1{
	font-size:46px;
	color:#712a63;
	padding:30px 0 0 0;
}

.content h1 a{
	color:#712a63;
	text-decoration:underline;
}

.content h2{
	font-size:24px;
	color:#815374;
}

.content h3{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:34px;
	color:#712a63;
	line-height:40px;
	padding:0;
	margin:0;
}

.content h4{
	font-size:30px;
	color:#727070;
	padding:0 0 25px 0;
}

.content h4 strong{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.content h5{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:39px;
	color:#7d2457;
	line-height:40px;
	letter-spacing:0.02em;
	padding:80px 0 15px 0;
}

.content h5 span{
	font-size:44px;
	letter-spacing:0.043em;
}

.content h1 span,.content h2 span,.content  h5 strong{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.content h2 span,.content h3 span,.content h4 span,.content h5 span{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
}

img.alignleft{
	float:left;
	margin:0 20px 20px 0;
}

img.alignright{
	float:right;
	margin:0 0 20px 20px;
}

.clear{
	clear:both;
}

hr{
	width:100%;
	height:2px;
	background:url(../images/hr.png) repeat-x;
	border:0;
	margin:60px 0;
	clear:both;
}

.sep{
	clear:both;
	height:40px;
}

input,textarea,input[type="submit"]{
	-webkit-border-radius:0;
  	-moz-border-radius:0;
	-webkit-appearance:none;
}

::-webkit-input-placeholder { /* WebKit browsers */
   color:#585657;
   opacity:1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#585657;
   opacity:1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#585657;
   opacity:1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#585657;
   opacity:1;
}

input:focus::-webkit-input-placeholder{ 
	color:transparent;
}

input:focus:-moz-placeholder{
	color:transparent; 
}

input:focus::-moz-placeholder{ 
	color:transparent;
}

input:focus:-ms-input-placeholder{
	color:transparent;
}


/* Tabs CSS */

.tabscontainer{
	clear:both;
	background:url(../images/sep3.png) repeat-x;
	padding:2px 0 0 0;
	margin:0;
}

#tabs{
	clear:both;
}

#tabs .tablinks{
	width:990px;
	margin:0 auto;
}

a#ourstorybtn,
a#testimonialsbtn,
a#determinebtn,
a#faqbtn
{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	color:#585657;
	font-size:32px;
	padding:6px 30px;
	margin:0;
	text-decoration:none;
	display:inline-block;
	background:url(../images/sep2.png) repeat-y left top;
}

a#faqbtn{
	background-image:url(../images/sep2.png), url(../images/sep2.png);
    background-position:left top, right top;
    background-repeat:repeat-y;
}

a.ourstoryactive,
a.testimonialsactive,
a.determineactive,
a.faqactive{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif !important;
	color:#7c2456 !important;
	background-color:#edefea !important;
}

a:hover#ourstorybtn,
a:hover#testimonialsbtn,
a:hover#determinebtn,
a:hover#faqbtn{
	color:#7c2456;
}

#ourstory{
	clear:both;
	margin:0 0 100px 0;
	position:relative;
}

#ourstory .storyc{
	position:relative;
}

#ourstory a.arrowdown{
	position:absolute;
	width:50px;
	height:50px;
	display:block;
	left:0;
	right:0;
	bottom:15px;
	margin:auto;
	background:url(../images/arrowdown.png) no-repeat;
}

#ourstory .storyc img{
	width:100%;
	max-width:100%;
    height:auto;
    width:auto\9; /* ie8 */
	vertical-align:middle;
}

#ourstory ul{
	width:940px;
	padding:0;
	margin:60px auto;
	list-style:none;
	clear:both;
}

#ourstory ul li{
	font-size:17px;
	color:#3f3e3d;
	line-height:25px;
	padding:0 0 25px 0;
	margin:0 0 0 0;
}

#ourstory ul li strong{
	color:#762157;
}

#ourstory ul li .agsc{
	color:#ae3864;
}

#ourstory ul li span.whatskincare{
	font-size:23px;
	font-weight:normal;
}

#ourstory ul li span.number,
#determineskintype span.number
{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#e6e2d9;
	float:left;
	background:#762157;
	border:solid 2px #e2ddd2;
	-webkit-border-radius:50%;
  	-moz-border-radius:50%;
  	border-radius:50%;
	width:20px;
	height:20px;
	padding:5px;
	display:block;
	line-height:22px;
	margin:-5px 20px 25px 0;
	text-align:center;
}

#ourstory ul li span.heart{
	width:15px;
	height:15px;
	display:inline-block;
	background:url(../images/heart.png) no-repeat;
}

#testimonials{
	clear:both;
	display:none;
}

#testimonials .testimonialsc{
	width:990px;
	margin:60px auto;
	padding:0 0 10px 0;
	background:url(../images/hr.png) repeat-x bottom center;
}

#testimonials .royalSlider{
	clear:both;
	margin:70px 0 0 0;
	background:#edece6;
}

#testimonials .royalSlider .img{
	width:410px;
	float:left;
}

#testimonials .royalSlider .txt{
	width:490px;
	float:left;
	text-align:center;
	background:url(../images/quote.png) no-repeat center top;
	padding:45px 0 0 0;
	margin:70px 0 0 50px;
}

#testimonials .royalSlider .slide5 .txt{
	margin-top:20px;
}

#testimonials .royalSlider .txt p{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#414042;
	line-height:21px;
	letter-spacing:0.025em;
	padding:0 0 10px 0;
	margin:0;

}

#testimonials .royalSlider .txt p strong{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	color:#799a3d;
	font-weight:normal;
}

#testimonials .royalSlider h1{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#799a3d;
	font-weight:normal;
	line-height:normal;
	letter-spacing:0.24em;
	text-transform:uppercase;
	padding:0;
	margin:0;
}

#testimonials .royalSlider h1 span{
	display:block;
	text-transform:none;
}

#testimonials .royalSlider .txt h2{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#799a3d;
	font-weight:normal;
	line-height:17px;
	padding:0 0 5px 0;
	margin:0;
}

#testimonials .royalSlider .txt h3{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#799a3d;
	font-weight:normal;
	line-height:normal;
	padding:0;
	margin:0;
}

#determineskintype{
	clear:both;
	display:none;
	padding:25px 0;
	overflow:auto;
}

#determineskintype .determineskintypec{
	width:970px;
	margin:50px auto 40px auto;
	padding:0 0 50px 0;
	background:url(../images/hr.png) repeat-x bottom center;
}

#determineskintype .determineskintypec p.firststep{
	font-size:17px;
	color:#772157;
	line-height:24px;
	padding:0 0 30px 0;
	margin:0;
}

#determineskintype .determineskintypec h1{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:33px;
	color:#7c2557;
	line-height:40px;
	padding:0 0 40px 0;
	margin:0;
	text-align:left;
}

#determineskintype .determineskintypec h1 span{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
}

#determineskintype .determineskintypec h1.tissuebox{
	margin:0;
	padding:0 0 10px 80px;
	background:url(../images/tissuebox.png) no-repeat left top;
}

#determineskintype p.taketissue{
	font-size:17px;
	color:#646463;
}

#determineskintype p.taketissue strong{
	font-size:17px;
	color:#646463;
}

#determineskintype ul{
	padding:0;
	margin:0 0 20px 30px;
	list-style:none;
}

#determineskintype ul li{
	font-size:17px;
	color:#646463;
	line-height:24px;
	float:left;
	width:275px;
	padding:0;
	margin:0 25px 0 0;
}

#determineskintype ul li a{
	color:#eb6851;
	font-weight:bold;
	text-decoration:none;
}

#determineskintype span.number{
	font-weight:normal;
	display:block;
	clear:both;
	float:none;
	margin:0 0 10px -10px;
}

#determineskintype .quicktip{
	clear:both;
	background:#fff;
	padding:20px 20px 10px 20px;
	margin:20px 0 0 0;
	width:530px;
}

#determineskintype .quicktip h6{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	color:#eb6851;
	font-size:17px;
	padding:0 0 0 25px;
	margin:0;
	background:url(../images/quicktip.png) no-repeat left top;
	text-align:left;
}

#determineskintype .quicktip p{
	font-size:14px;
	color:#646463;
	line-height:20px;
	clear:both;
	background:#fff;
	padding:0 0 10px 0;
	margin:0;
}

#determineskintype .quicktip p strong{
	color:#646463;
}

#determineskintype .doesit{
	font-size:17px;
	color:#646463;
	font-weight:bold;
	background:url(../images/doesit.png) no-repeat left center;
	padding:20px 0 10px 40px;
	clear:both;
}

#determineskintype hr{
	margin:50px 0;
}

#determineskintype .skintypes{
	clear:both;
}

#determineskintype .skintypes .skintypesc{
	float:left;
	width:270px;
	margin:0 50px 0 0;
}

#determineskintype .skintypes h6{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#762057;
	line-height:30px;
	padding:10px 0 10px 0;
	margin:0;
	text-align:left;
}

#determineskintype .skintypes p{
	font-size:17px;
	color:#646463;
	line-height:20px;
	padding:0;
	margin:0;
}

#determineskintype .skintypes p strong{
	color:#646463;
}

#determineskintype .skintypes h6 span{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
}

#faqs{
	clear:both;
	display:none;
	overflow:auto;
}

#faqs ul{
	width:990px;
	padding:0;
	margin:80px auto 60px auto;
	list-style:none;
	background:url(../images/hr.png) repeat-x bottom center;
}

#faqs ul li{
	padding:0 0 30px 0;
	margin:0;
}

#faqs ul li.question{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#772157;
	background:url(../images/question.png) no-repeat left 5px;
	padding-left:30px;
}

#faqs ul li.answer{
	font-size:16px;
	color:#5c6058;
	line-height:26px;
	background:url(../images/answer.png) no-repeat left 5px;
	padding-left:30px;
}

#faqs ul li a{
	color:#eb6852;
	font-weight:bold;
	text-decoration:none;
}

#faqs ul li hr{
	margin:0 0 0 -25px;
	width:980px;
}

#faqs ul ul{
	padding:0;
	margin:0 0 20px 15px;
	background:none;
}

#faqs ul ul li{
	list-style:disc;
	padding:0 0 10px 0;
	margin:0;
}


/* Back to Home & Shop links */

.backtohomeshop{
	clear:both;
	background:#d8d2c4;
	text-align:center;
	margin:100px 0 0 0;
	padding:8px 0;
	border-top:solid 2px #edefea;
}

.backtohomeshop a{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#ffffff;
	background:#d8d2c4;
	border:solid 3px #f1f4ed;
	padding:2px 50px;
	display:inline-block;
	margin:0 10px 0 0;
}

.backtohomeshop a:hover{
	color:#fff;
	background:#e86d55;
}

/* Footer */

#footer{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#fff;
	clear:both;
	padding:45px 0 20px 0;
	margin:0;
	background:#a3a466;
}

#footer .footerc{
	width:940px;
	margin:0 auto;
}

#footer .leftcolumn{
	float:left;
	width:618px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footer .rightcolumn{
	float:right;
	width:255px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footer a{
	font-size:17px;
	color:#fff;
	text-decoration:none;
}

#footer .footerlinks{
	margin:0 0 10px 0;
}

#footer .footerlinks ul li{
	float:left;
	position:relative;
}

#footer .footerlinks a{
	float:left;
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:19px;
	margin:0 25px 0 0;
	padding:10px 0 15px 0;
}

#footer .footerlinks ul.submenu li a:hover{
	color:#fff;
}

#footer .footerlinks ul li:hover > ul.submenu{
	display: block;
}

#footer .footerlinks ul.submenu{
	display:none;
	float:left;
	margin:0;
	position: absolute;
	bottom:45px;
	left:-10px;
	width:135px;
	z-index: 99999;
	text-align:left;
	background:#7d2457;
}

#footer .footerlinks ul.submenu li{
	padding:0;
	margin:0;
	width:125px;
}

#footer .footerlinks ul.submenu li a{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#d9d2c4;
	padding:5px 0;
	margin:0 0 0 10px;
	border-bottom:solid 1px #bbcf9c;
	display:block;
	width:100%;
}

#footer .footerlinks ul.submenu li:last-child a{
	border-bottom:0;
}

#footer .footerlinks1{
	margin:0;
}

#footer .footerlinks1 span{
	display:inline-block;
	margin:0 8px;
}

#footer h4{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#ffffff;
	font-weight:normal;
	line-height:normal;
	padding:5px 0 0 0;
	margin:0;
}

#footer h5{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#ffffff;
	font-weight:normal;
	line-height:27px;
	padding:0;
	margin:0;
}

#footer h5 span{
	color:#d9d2c4;
}

#footer h6{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#d8d2c4;
	line-height:18px;
	font-weight:normal;
	padding:0;
	margin:0;
	display:inline-block;
}
#footer p{
	font-size:14px;
	color:#fff;
	line-height:15px;
	padding:0 0 10px 0;
	margin:0;
}

#footer p small{
	font-size:13px;
}

#footer .socialc{
	clear:both;
	margin:27px 0;
}

#footer a.facebook,
#footer a.twitter,
#footer a.instagram,
#footer a.pintrest
{
	float:left;	
	display:block;
	margin:0 17px 0 0;
}

#footer a.facebook{
	width:9px;
	height:20px;
	background:url(../images/facebook.png) no-repeat;
}

#footer a.twitter{
	width:25px;
	height:19px;
	background:url(../images/twitter.png) no-repeat;
	margin-top:1px;
}

#footer a.instagram{
	width:22px;
	height:22px;
	background:url(../images/instagram.png) no-repeat;
	margin:-1px 18px 0 1px
}

#footer a.pintrest{
	width:24px;
	height:24px;
	background:url(../images/pintrest.png) no-repeat;
	margin:-3px 0 0 0;
}

#footer .emailsignup .input{
	font-size:15px;
	color:#d9d2c4;
	letter-spacing:0.150em;
	width:225px;
	padding:5px 10px;
	margin:10px 10px 0 0;
	border:solid 1px #fff;
	background:#fff;
}

#footer .emailsignup .go{
	font-family:'edmondsansmedium',Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#e1dbce;
	line-height:normal;
	display:block;
	padding:5px 15px;
	margin:10px auto 30px auto;
	border:0;
	background:#772157;
	cursor:pointer;
}

#footer a.shoplocally{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#ffffff;
	letter-spacing:0.005em;
	text-decoration:none;
	display:inline-block;
	padding:24px 0 14px 40px;
	margin:10px auto;
	background:url(../images/marker.png) no-repeat 11px center #acab70;
	display:block;
	width:145px;
}
