/*
 * 	WELCOME
 * 
 * 
 */

/*
 * --- Body
 */
body {
	font:75%/1.29em "Helvetica Neue", "Century Gothic", "Arial", sans-serif;
}

/*
 * --- Reset
 */
* {
	margin:0;
	padding:0;
}


/*
 * --- Html5
 */
section,
header,
article,
hgroup {
	display:block;
}


/*
 * --- General
 */
img {
	display:block;
}


/*
 * --- Header
 */
#welcome_header_holder {
	position:fixed;
	top:0px;
	left:0px;
	padding-top:8px;
	width:100%;
	text-align:center;
	z-index:40;
}
#welcome_header {
	display:inline-block;
	width:960px;
}
#welcome_header_logo {
	float:left;
}
#welcome_header #signin_actions {
	float:right;
	padding-top:4px;
	text-align:right;
	width:40%;
}
#welcome_header #signin_actions a {
	display:block;
	float:right;
	margin-bottom:6px;
	margin-left:6px;
	width:84px;
	height:22px;
	font-size:11px;
	line-height:22px;
	text-align:center;
	border-radius:3px;
	text-decoration:none;
	color:#fff;
}
#welcome_header #signin_actions a.sign_in {
	background-color:#000;
	background-color:rgba(0, 0, 0, 0.2);
}
#welcome_header #signin_actions a.sign_in:hover {
	background-color:#000;
}
#welcome_header #signin_actions a.sign_up {
	background-color:#c444c1;
}
#welcome_header #signin_actions a.sign_up:hover {
	background-color:#d715d2;
}

/*
 * --- Stories
 */
.story { 
	position: relative; 
	margin: 0; 
	margin: 0 auto; 
	padding: 0; 
	height: 600px; 
	width: 100%;  
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:120% auto;
	background-color:#1e1e1e;
}
.no-touch .story {
	background-attachment:fixed;
	background-position:50% 0px;
}
.story.portrait_mode { 
	background-size:auto 115%;
}
.story_visual { 
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}


/*
 * --- Story Bands
 */
.story_band {
	position:relative;
	height:417px;
	background-color:#fff;
	z-index:20;
}
.sb_right {
	float:right;
}
.sb_left {
	float:left;
}
.sb_inner {
	width:50%;
	min-width:300px;
}
.story_band_content {
	margin:0 auto;
	max-width:900px;
}
.sb_inner h2, .sb_inner p {
	font-family:'HelveticaNeue-UltraLight', 'Helvetica Neue', 'Century Gothic', 'Arial', sans-serif;
}
.sb_inner h2 {
	margin-bottom:16px;
	font-size:60px;
	line-height:60px;
	font-weight:100;
	text-align:center;
	letter-spacing:-1px;
}
.sb_inner p {
	font-size:18px;
	line-height:24px;
	font-weight:100;
	text-align:center;
}
.sb_inner p strong {
	font-weight:bold;
}
.story_band .next_slide {
	position:absolute;
	left:50%;
	bottom:-50px;
	margin-left:-50px;
	width:95px;
	height:95px;
	border-radius:47.5px;
	background:transparent url('/images/site/welcome/wl_bd_next_slide.png') no-repeat 0px 0px;
	cursor:pointer;
	z-index:50;
}
.story_band .next_slide.no-touch:hover {
	background-position:0px -95px;
}

/*
 * --- Story Bands - First
 */
#first { 
	background-image: url('/images/site/welcome/01.jpg'); 
}
#second { 
	background-image: url('/images/site/welcome/02.jpg');
	background-position:0px 50%;
}
#second_band .sb_content_text {
	padding-top:75px;
}
#second_band .sb_content_visual img {
	margin-top:56px;
}
#third { 
	background-image: url('/images/site/welcome/03.jpg'); 
}
#third_band .sb_content_text {
	padding-top:80px;
}
#third_band .sb_content_visual img {
	margin:95px 0px 0px 77px;
}
#fourth { 
	background-image: url('/images/site/welcome/04.jpg'); 
}
#fourth_band .sb_content_text {
	padding-top:145px;
}
#fourth_band .sb_content_visual {
	margin-top:61px;
}
#fifth { 
	background-image: url('/images/site/welcome/05.jpg'); 
}

/*
 * --- Start
 */
#welcome_strip {
	position:absolute;
	top:50%;
	left:0px;
	right:0px;
	margin-top:-152px;
	width:100%;
	height:251px;
	text-align:center;
	background-color:#c444c1;
	background-color:rgba(196, 68, 193, 0.9);
	color:#fff;
}
#welcome_strip .next_slide {
	position:absolute;
	left:50%;
	bottom:-50px;
	margin-left:-50px;
	width:95px;
	height:95px;
	border-radius:47.5px;
	background:transparent url('/images/site/welcome/wl_next_slide.png') no-repeat 0px 0px;
	cursor:pointer;
}
#welcome_strip .next_slide:hover {
	background-position:0px -95px; 
}
#welcome_strip h1 {
	padding-top:15px;
	padding-bottom:2px;
	font-size:100px;
	line-height:124px;
	font-weight:100;
	font-family:'HelveticaNeue-UltraLight', 'Helvetica Neue', 'Century Gothic', 'Arial', sans-serif;
	letter-spacing:-1px;	
}
#welcome_strip h2 {
	padding-bottom:10px;
	font-size:18px;
	line-height:24px;
	font-weight:500;
}
#welcome_strip p {
	font-size:18px;
	line-height:24px;
	font-weight:100;
	color:#fff;
}

/*
 * --- Signup
 */
#story_signup {
	min-height:585px;
	background-color:#fff;
}
#story_signup #welcome_beauty_profiler {
	margin:0 auto;
	width:960px;
}
#story_signup #welcome_beauty_profiler header {
	padding-top:16px;
	padding-bottom:20px;
	text-align:center;
	border-bottom:1px dotted #000;
}
#story_signup #welcome_beauty_profiler header h2 {
	font-size:60px;
	line-height:70px;
	font-weight:100;
	font-family:'HelveticaNeue-UltraLight', 'Helvetica Neue', 'Century Gothic', 'Arial', sans-serif;
}
#story_signup #welcome_beauty_profiler header h3 {
	font-size:18px;
	line-height:24px;
	font-weight:200;
	font-family:'HelveticaNeue-Light', 'Helvetica Neue', 'Century Gothic', 'Arial', sans-serif;
}
#story_signup #welcome_beauty_profiler #bp-pager {
	display:none;
}
#story_signup #welcome_beauty_profiler form {
	margin-top:0px;
}
#story_signup #welcome_beauty_profiler #beauty-profiler h2 {
	font-size:20px;
	line-height:20px;
}
#story_signup #welcome_beauty_profiler #beauty-profiler h4 {
	margin-top:6px;
}
#story_signup #welcome_beauty_profiler #beauty-profiler .radio-group label {
	float:left;
	margin-top:-2px;
}
#story_signup #welcome_beauty_profiler #beauty-profiler fieldset {
	border:none;
}
#story_signup #welcome_beauty_profiler #beauty-profiler #skin-tone .group label,
#story_signup #welcome_beauty_profiler #beauty-profiler #eye-colour .group label,
#story_signup #welcome_beauty_profiler #beauty-profiler #hair-colour .group label {
	float:none;
}
#story_signup #welcome_beauty_profiler #beauty-profiler #categories-interest .category-image {
	height:66px;
}
#story_signup #welcome_beauty_profiler #beauty-profiler #categories-interest h5 {
	font-size:13px;
	top:73px;
}
#story_signup #welcome_beauty_profiler #beauty-profiler #beauty-profiler .submit-input {
	border:none;
	cursor:pointer;
}
#story_signup #welcome_beauty_profiler #home_bp_nav {
	position:relative;
}
#story_signup #welcome_beauty_profiler #home_bp_nav .bp_navigation {
	position:absolute;
	top:0px;
	display:none;
	padding:0px 9px;
	height:42px;
	font-size:10px;
	line-height:15px;
	color:#999;
	cursor:pointer;
	background-image:url('/images/beauty-profiler/bp_next_previous.gif');
	background-repeat:no-repeat;
	background-color:#fff;
	z-index:10;
}
#story_signup #welcome_beauty_profiler #home_bp_nav .bp_navigation:hover {
	background-color:#c444c1;
}
#story_signup #welcome_beauty_profiler #home_bp_nav .bp_navigation_previous {
	left:0px;
	background-position:0px 5px;
}
#story_signup #welcome_beauty_profiler #home_bp_nav .bp_navigation_next {
	right:0px;
	background-position:right -100px;
}
#story_signup #welcome_beauty_profiler .radio-group label {
    *float:none !important;
    *margin-bottom:10px;
    *display:block;
}
#story_signup #welcome_beauty_profiler .checkbox-group label {
    *float:none;
    *margin-bottom:10px;
    *display:block;
}
#story_signup #categories-interest #skincare-image {
	background-position:left -63px;
}
#story_signup #categories-interest #skincare-image {
	background-position:left -63px;
}
#story_signup #categories-interest #skincare-image {
	background-position:left -63px;
}
#story_signup #categories-interest #fragrance-image {
	background-position:-648px -17px;
}
#story_signup #categories-interest #body-image {
	background-position:-955px -14px;
}
#story_signup #categories-interest #nails-image {
	background-position:-1603px -28px;
}
#story_signup #categories-interest fieldset.radio-group {
	margin-bottom:0px;
}
#story_signup #beauty-profiler .continue {
	cursor:pointer;
}
#story_signup #beauty-profiler .submit-input {
	margin-top:0px;
	cursor:pointer;
}

/*
 * --- Welcome
 */
#welcome_footer {
	margin:0 auto;
	padding-bottom:20px;
	max-width:960px;
	font-size:11px;
	line-height:20px;
	text-align:center;
	color:#999999;
}
#welcome_footer a {
	text-decoration:none;
	color:#666666; 
}
#welcome_footer a:hover {
	border-bottom:1px dotted #999;
}

/*
 * --- Mobile
 */
@media screen and (max-width: 960px) { 
	#welcome_header {
		width:100%;
	}
}
@media screen and (max-width: 800px) { 
	#welcome_strip h1 {
		font-size:70px;
		line-height:80px;
	}
	#welcome_strip h2 {
		font-size:14px;
		line-height:22px;
		font-weight:normal;
	}
	#welcome_strip p {
		font-size:14px;
		line-height:18px;
	}
	.sb_left,
	.sb_right {
		float:none;
	}
	.sb_content_visual {
		display:none;
	}
	.sb_content_text {
		width:100%;
		margin:0 auto;
	}
}
@media screen and (max-width: 600px) { 
	.sb_inner h2 {
		font-size:40px;
		line-height:40px;
	}
	.sb_inner p {
		font-size:14px;
		line-height:20px;
	}
}
