@charset "utf-8";
body {
	background-color: #FFF;
	margin: 0px;
}
#nav {
	height: 100px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(bg_header.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 54px;
}
#hero {
	height: 200px;
	width: 100%;
	background-color: #000;
	background-image: url(bg_hero.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#candles {
	height: auto;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 100px;
	text-align: center;
}
#hero_logo {
	background-image: url(logo_hero.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	background-size: contain;
}
#hero_ring {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background-color: #000;
	box-shadow: 0px 6px 36px -4px rgba(0,0,0,0.75);
	background-image: url(hero_lookbook.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 54%;
}
#candle_block_container {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#copy_generic {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align: center;
}
#candle_block_bath_bomb {
	float: center;
	height: 615px;
	width: 541px;
	background-image: url(product_bath_bomb.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}
#candle_block_sig_1 {
	float: left;
	height: 615px;
	width: 541px;
	background-image: url(product_signature_poinsettia_peppermint.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: 25px;
}
#candle_block_sig_2 {
	float: right;
	height: 615px;
	width: 541px;
	background-image: url(product_signature_pine_cone_spiced_sugar.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: 25px;
}
#candle_block_sig_3 {
	float: center;
	height: 615px;
	width: 541px;
	background-image: url(product_signature_cinnamon_apple_splash.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}
#candle_block_sig_4 {
	float: center;
	height: 615px;
	width: 541px;
	background-image: url(product_signature_gingerbread_gold_frost.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}
#candle_block_reg_1 {
	float: left;
	height: 615px;
	width: 541px;
	background-image: url(product_meadow_mist.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: 25px;
}
#candle_block_reg_2 {
	float: right;
	height: 615px;
	width: 541px;
	background-image: url(product_mulled_apple_pie.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: 25px;
}
#candle_block_reg_3 {
	float: center;
	height: 615px;
	width: 541px;
	background-image: url(product_mandarin_mango.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}
#candle_block_reg_4 {
	float: left;
	height: 615px;
	width: 541px;
	background-image: url(product_vanilla_cinnamon.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: 25px;
}
#candle_block_reg_5 {
	float: right;
	height: 615px;
	width: 541px;
	background-image: url(product_lavender_peach.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: 25px;
}
#candle_block_reg_6 {
	float: center;
	height: 615px;
	width: 541px;
	background-image: url(product_sugar_cinnamon.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}
#candle_block_reg_7 {
	float: center;
	height: 615px;
	width: 541px;
	background-image: url(product_floral_fruit.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}
#howitworks {
	height: auto;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #c0bdac;
	background-image: url(bg_how_it_works.jpg);
	background-repeat: no-repeat;
}
#how_it_works_block_container {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#how_it_works_block_1 {
	float: left;
	height: 715px;
	width: 30%;
	background-size: contain;
	display: inline-block;
	margin-left: 25px;
}
#how_it_works_block_2 {
	float: center;
	height: 615px;
	width: 30%;
	background-size: contain;
	display: inline-block;
}
#how_it_works_block_3 {
	float: right;
	height: 615px;
	width: 30%;
	background-size: contain;
	display: inline-block;
	margin-right: 25px;
}
#how_it_works_image_1 {
	height: 450px;
	width: 90%;
	background-image: url(how_step_1.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#how_it_works_image_2 {
	height: 450px;
	width: 90%;
	background-image: url(how_step_2.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#how_it_works_image_3 {
	height: 450px;
	width: 90%;
	background-image: url(how_step_3.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#how_it_works_description {
	text-align: center;
	height: auto;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#appraisal {
	height: auto;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	background-color: #000000;
	background-image: url(bg_appraisal.jpg);
	background-repeat: no-repeat;
}
#reveal {
	height: auto;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(bg_reveal.gif);
	background-repeat: repeat-x;
}
#reveal_gallery_row_1 {
	height: 300px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	text-align: center;
}
#reveal_gallery_row_2 {
	height: 300px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
#reveal_gallery_shot_1 {
	height: 300px;
	width: 20%;
	background-image: url(ring/r-ring-4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
#reveal_gallery_shot_2 {
	height: 300px;
	width: 20%;
	background-image: url(ring/u-ring-8.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
#reveal_gallery_shot_3 {
	height: 300px;
	width: 20%;
	background-image: url(ring/u-ring-4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
#reveal_gallery_shot_4 {
	height: 300px;
	width: 20%;
	background-image: url(ring/s-ring-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
#reveal_gallery_shot_5 {
	height: 300px;
	width: 20%;
	background-image: url(ring/s-ring-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
#reveal_gallery_shot_6 {
	height: 300px;
	width: 20%;
	background-image: url(ring/l-ring-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
#reveal_gallery_shot_7 {
	height: 300px;
	width: 20%;
	background-image: url(ring/c-ring-10.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
#reveal_gallery_shot_8 {
	height: 300px;
	width: 20%;
	background-image: url(ring/s-ring-8.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
#reveal_gallery_shot_9 {
	height: 300px;
	width: 20%;
	background-image: url(ring/s-ring-7.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
#reveal_gallery_shot_10 {
	height: 300px;
	width: 20%;
	background-image: url(ring/s-ring-6.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
#reveal_gallery_shot_11 {
	height: 300px;
	width: 20%;
	background-image: url(ring/s-ring-5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
#reveal_gallery_shot_12 {
	height: 300px;
	width: 20%;
	background-image: url(ring/s-ring-4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
#reveal_gallery_shot_13 {
	height: 300px;
	width: 20%;
	background-image: url(ring/r-ring-5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
#reveal_gallery_shot_14 {
	height: 300px;
	width: 20%;
	background-image: url(ring/r-ring-6.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
#reveal_gallery_shot_15 {
	height: 300px;
	width: 20%;
	background-image: url(ring/r-ring-7.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
#reveal_gallery_shot_16 {
	height: 300px;
	width: 20%;
	background-image: url(ring/l-ring-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
#social_block {
	height: 60px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.reveal_appraise_row {
	height: 300px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	text-align: center;
}
.reveal_appraise_shot {
	height: 300px;
	width: 30%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
.reveal_appraise_cert {
	height: auto;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #e3cda4;
	margin-top: 30px;
	box-shadow: 0px 3px 8px 0px #999;
	padding: 10px;
}
.gallery_shot {
	height: 400px;
	width: 20%;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 26px;
	color: #FFF;
	font-style: italic;
	font-weight: 400;
	background-size: cover;
	text-align: center;
	box-shadow: 2px 2px 4px 0px #666;
	text-shadow: 0px 2px 3px #000;
	padding-top: 15px;
	border: medium solid #f68d9b;
	background-repeat: no-repeat;
	display: inline-block;
}
.gallery_container {
	height: 400px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	height: auto;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 50px;
	text-align: center;
	background-color: #b3b3b3;
	background-image: url(bg_footer.gif);
	background-repeat: repeat-x;
}
#footer_logo {
	height: 117px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(logo_footer.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 25px;
	background-size: contain;
}
#appraisal_container {
	height: auto;
	width: 100%;
	background-color: #000;
	background-image: url(bg_appraisal.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-bottom: 100px;
}
.ring_letter_container {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.ring_letter_left {
	height: auto;
	width: 30%;
	float: left;
	display: inline-block;
}
.ring_letter_center {
	height: auto;
	width: 30%;
	display: inline-block;
	float: center;
}
.ring_letter_right {
	height: auto;
	width: 30%;
	display: inline-block;
	float: right;
}
.text_nav {
	font-family: 'Lora', serif;
	font-size: 28px;
	color: #6b6b6b;
	font-weight: 400;
}
.text_nav a:link {
	color: #6b6b6b;
	text-decoration: none;
}
.text_nav a:active {
	color: #000000;
}
.text_nav a:visited {
	color: #6b6b6b;
	text-decoration: none;
}
.text_nav a:hover {
	color: #000000;
	text-decoration: underline;
}
.text_white_16_italic {
	font-size: 16px;
	color: #FFF;
	font-style: italic;
	font-weight: 400;
}
.text_15_sm {
	font-size: 15px;
	color: #CCC;
}
.text_grey_24 {
	font-size: 24px;
	color: #8c8c8c;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
}
.text_grey_24 a:link {
	color: #8c8c8c;
}
.text_grey_24 a:active {
	color: #333333;
	text-decoration: none;
}
.text_grey_24 a:visited {
	color: #8c8c8c;
}
.text_grey_24 a:hover {
	color: #8c8c8c;
	text-decoration: none;
}
.text_black_24 {
	font-size: 24px;
	color: #000000;
	font-weight: 400;
	line-height: 40px;
}
.text_white_24 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 40px;
}
.text_white_24 a:link {
	color: #FFFFFF;
}
.text_white_24 a:active {
	color: #FFFFFF;
}
.text_white_24 a:visited {
	color: #FFFFFF;
}
.text_white_24 a:hover {
	color: #FFFFFF;
}
.text_white_29 {
	font-size: 29px;
	color: #FFF;
	font-weight: 400;
}
.text_grey_40 {
	font-size: 40px;
	color: #8c8c8c;
	font-weight: 100;
	line-height: 40px;
	text-align: center;
}
.text_grey_40 a:link {
	color: #8c8c8c;
	text-decoration: none;
}
.text_grey_40 a:active {
	color: #333333;
	text-decoration: none;
}
.text_grey_40 a:visited {
	color: #8c8c8c;
}
.text_grey_40 a:hover {
	color: #8c8c8c;
	text-decoration: underline;
}
.text_white_40_italic {
	font-size: 40px;
	color: #FFF;
	font-style: italic;
	font-weight: 400;
	line-height: 80px;
}
.text_black_40 {
	font-size: 40px;
	color: #000;
	font-weight: 400;
}
.text_black_57_italic {
	font-size: 40px;
	color: #000;
	font-style: italic;
	font-weight: 400;
	line-height: 80px;
	text-align: center;
}
.text_white_72 {
	font-size: 72px;
	color: #FFF;
	font-weight: 400;
}
.text_white_180 {
	font-size: 180px;
	color: #FFF;
	font-weight: 400;
}
.text_white_180 a:link {
	color: #FFF;
	text-decoration: none;
}
.text_white_180 a:active {
	color: #ff7386;
	text-decoration: underline;
}
.text_white_180 a:hover {
	color: #ff7386;
	text-decoration: underline;
}
.text_white_180 a:visited {
	color: #FFF;
	text-decoration: none;
}
.text_black_72 {
	font-size: 72px;
	color: #000;
	font-weight: 400;
}
