/*--Reset Styles--*/
@charset "utf-8";
/* CSS Document */

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}
/*--!Reset Styles--*/
/*--| Fonts |--*/
@font-face {
	font-family: 'Arial Narrow';
	src: url('Arial Narrow.eot');
	src: url('Arial Narrow.eot?#iefix') format('embedded-opentype'),
		url('Arial Narrow.woff') format('woff'),
		url('../font/ARIALN.ttf') format('truetype'),
		url('Arial Narrow.svg#FuturaMedium') format('svg');
	src: url(../font/ARIALN.TTF);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Arial Narrow';
	src: url('Arial Narrow Bold.eot');
	src: url('Arial Narrow Bold.eot?#iefix') format('embedded-opentype'),
		url('Arial Narrow Bold.woff') format('woff'),
		url('Arial Narrow Bold.ttf') format('truetype'),
		url('Arial Narrow Bold.svg#FuturaMedium') format('svg');
	src: url(../font/ARIALNB.TTF);
	font-weight: bold;
	font-style: normal;
}
/*------------Constant Classes------------*/
.clearIt 
{
    clear: both;
    display: block;
}
/*--| NEW clearIt |--*/
.clearfix:after
{
    content: "";
    display: table;
    clear: both;
}
.boldIt 
{
    font-weight: bold;
}
.block 
{
    margin: 0px;
    padding: 0px;
    display: block;
}
.strikeIt 
{
    text-decoration: line-through;
}
.italIt 
{
    font-style: italic;
}
/*--------------!Constant Classes--------------*/
/*--Primary Styles--*/


/*--Primary Styles--*/
body
{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial, Helvetica, san-serif;
	font-size: 100%;
	line-height: 100%;
}
div.container {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
header {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	background-color: #fff;
	border-top: 8px solid #EC008C;
	display: block;
}
header section.inner-header {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1100px;
}
header section.inner-header figure.fig-l {
	margin: 0 0 0 -16%;
	padding: 0;
	width: 15%;
	float: left;
	position: relative;
	/*top: 0;
	left: -28%;*/
}
header section.inner-header figure.fig-l img {
	margin: 0;
	padding: 0;
	width: 100%;
}
header section.inner-header section.fig-flag {
	margin: 0 30% 0 0;
	padding: 0;
	width: 8%;
	height: 1px;
	float: right;
	position: relative;
	/*top: 0;
	right: 0%;*/
}
header section.inner-header section.fig-flag figure.fig-r {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	top: -21px;
	right: 0%;
}
header section.inner-header section.fig-flag figure.fig-r img {
	margin: 0;
	padding: 0;
	width: 100%;
}
section.top-section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-color: #f7e4e6;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
}
section.top-section section.inner-cont {
	margin: 0 auto;
	padding: 1% 0;
	width: 100%;
	max-width: 1100px;
}
section.content-details {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}
section.content-details section.product-shell {
	margin: 0 3% 0 11%;
	padding: 0;
	width: 24%;
	float: left;
}
section.content-details section.product-shell img.product {
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	display: inline;
}
section.content-details section.product-shell img.product-m {
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	display:none;
}
section.content-details article {
	margin: 0 8% 0 0;
	padding: 0;
	width: 51%;
	float: right;
}
section.content-details article section.h1-bars {
	margin: 0 0 0 0;
	padding: 3% 0;
	width: 100%;
	text-align: center;
	border-top: 5px solid #EC008C;
	border-bottom: 5px solid #EC008C;
}
section.content-details article h1 {
	margin: 0% 0 0 0;
	padding: 0;
	width: 100%;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 343%;
	font-weight: bold;
	line-height: 100%;
	color: #333;
	text-align: center;
}
section.content-details article h1 .main-msg {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
	color: #333;
	text-align: left;
	display: block;
}
section.content-details article h1 .amazon {
	margin: 0;
	padding: 1% 0;
	width: 100%;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
	color: #333;
	background-image: url(../images/logo-amazon.png);
	background-repeat: no-repeat;
	background-size: 46%;
	background-position: center center;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
section.content-details article h2 {
	margin: 0% 0 0 0;
	padding: 0;
	width: 100%;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 280%;
	font-weight: normal;
	line-height: 100%;
	color: #333;
	text-align: left;
}
section.content-details article h2 .br0 {
	display: block;
}
section.content-details article h2 .price {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 100%;
	color: #333;
	position: relative;
	display: inline;
}
section.content-details article h2 .price:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	border-top: 3px solid #f00 !important;
	border-color: inherit;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
section.banner-shell {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}
section.banner-shell section.inner-txt {
	margin: 2% 0 0 0;
	padding: 2% 3%;
	width: 94%;
	background-color: #d80780;
	position: relative;
	z-index: 5;
	display: block;
}
section.banner-shell section.inner-txt h2 {
	margin: 1% 0 0 0;
	padding: 0;
	width: 60%;
	font-family: Arial, Helvetica, san-serif;
	font-size: 248%;
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: relative;
	text-shadow: 2px 3px 4px #333;
	float: left;
}
section.banner-shell section.inner-txt h3 {
	margin: 0 0 0 0;
	padding: 0;
	width: 39%;
	font-family: Arial, Helvetica, san-serif;
	font-size: 300%;
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: relative;
	text-shadow: 2px 3px 4px #333;
	float: right;
}
section.banner-shell section.inner-txt h3 sup {
	font-family: Arial, Helvetica, san-serif;
	font-size: 70%;
	font-weight: bold;
	color: #fff;
	position: relative;
	text-shadow: 2px 3px 4px #333;
	top: -11px;
}
section.banner-shell section.inner-txt h3 .plus-shipping {
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	font-family: Arial, Helvetica, san-serif;
	font-size: 40%;
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: relative;
	top: 5px;
	text-shadow: 2px 3px 4px #333;
	display: block;
}
section.flap-shell {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1px;
	z-index: 4;
	display: block;
}
section.flap-shell img.l-flap {
	margin: -10% 0 0 -10.5%;
	padding: 0;
	width: 12.2%;
	float: left;
}
section.flap-shell img.r-flap {
	margin: -10% -10.6% 0 0;
	padding: 0;
	width: 12.2%;
	float: right;
}
section.flap-shell section.l-flap {
	margin: -10.2% 0 0 -10.6%;
	padding: 11.5% 0 0 0;
	width: 12.2%;
	background-image: url(../images/flap-l.png);
	background-repeat: no-repeat;
	background-size: 100%;
	float: left;
}
section.flap-shell section.r-flap {
	margin: -10.2% -10.6% 0 0;
	padding: 11.5% 0 0 0;
	width: 12.2%;
	background-image: url(../images/flap-r.png);
	background-repeat: no-repeat;
	background-size: 100%;
	float: right;
}
section.form {
	margin: 2% auto 0 auto;
	padding: 2%;
	width: 89%;
	min-height: 100px;
	background-image: url(../images/bg-form.png);
	background-repeat: repeat;
	border: 2px solid #bdbdbd;
	display: block;
}
section.form h2 {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: Arial, Helvetica, san-serif;
	font-size: 152%;
	line-height: 100%;
	font-weight: bold;
	text-align: center;
	color: #ec008c;
	display: block;
}
section.email-shell {
	margin: 2% auto;
	padding: 0;
	width: 100%;
	display: block;
}
section.email-shell input.email {
	margin: 0% auto;
	padding: 1%;
	width: 70%;
	font-family: Arial, Helvetica, san-serif;
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
	border: 1px solid #d1d3d4;
	display: block;
}
section.cta-shell {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: block;
}
section.cta-shell input[type="submit"] {
	margin: 0;
	padding: 1.5% 1%;
	width: 45%;
	font-family: Arial, Helvetica, san-serif;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #000;
	/*background-image: url(../images/icon-hand-click.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 95% center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;*/
	text-transform: uppercase;
	border: 0;
	border: none;
	outline: none;
	float: left;
}
section.cta-shell p.mid-txt {
	margin: 0;
	padding: .5% .5% 0 .5%;
	width: 6%;
	font-family: Arial, Helvetica, san-serif;
	font-size: 164%;
	line-height: 100%;
	font-weight: bold;
	text-align: center;
	color: #333;
	float: left;
}
section.cta-shell section.fb-shell {
	margin: 0;
	padding: 1.5% 1%;
	width: 45%;
	text-align: center;
	/*border: 1px solid #999;*/
	float: left;
}
section.cta-shell section.fb-shell p {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial, Helvetica, san-serif;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #333;
}
p.form-disclaimer {
	margin: 0;
	padding: 1% 0 4% 0;
	width: 100%;
	font-family: Arial Narrow, Helvetica, san-serif;
	font-size: 110%;
	line-height: 137%;
	font-weight: normal;
	text-align: left;
	color: #333;
	background-image: url(../images/logo-amazon.png);
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: 99% bottom;
}
p.form-disclaimer a {
	font-family: Arial Narrow, Helvetica, san-serif;
	text-decoration: underline;
	color: #EC008C !important;
}
section.lower-section {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
section.lower-section section.directions {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1100px;
	min-height: 200px;
}
section.directions section.step {
	margin: 0 auto;
	padding: 3% 0 0 0;
	width: 19.5%;
	text-align: center;
	float: left;
}
section.directions section.step img.icon {
	margin: 0 auto;
	padding: 0;
	width: 75%;
	max-width: 100%;
	image-rendering:optimizeQuality;
	text-align: center;
	display: block;
}
section.directions section.step img.num {
	margin: 0 auto;
	padding: 8% 0;
	width: 19%;
	max-width: 100%;
	image-rendering:optimizeQuality;
	text-align: center;
	display: block;
}
section.directions section.step p {
	margin: 0 auto;
	padding: 0 0;
	width: 95%;
	text-align: center;
	font-family: Arial, Helvetica, san-serif;
	font-size: 100%;
	line-height: 140%;
	display: block;
}
/*--| Brand Section |--*/
section.brand-section {
	margin: 2% auto 0 auto;
	padding: 0;
	width: 100%;
	max-width: 150px;
	text-align: center;
	display: block;
}
section.brand-section p {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
	font-family: Arial Narrow, Helvetica, san-serif;
	font-size: 80%;
	line-height: 100%;
	display: block;
}
section.brand-section img {
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
/*--| Footer |--*/
footer {
	margin: 0 auto;
	padding: 2% 0;
	width: 100%;
	max-width: 670px;
	text-align: center;
	background-color: #fff;
	display: block;
}
footer nav {
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	width: 100%;
	text-align: center;
	display: block;
}
footer nav a {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, san-serif;
	font-size: 75%;
	line-height: 90%;
	color: #000;
	text-transform: uppercase;
}
footer small {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, san-serif;
	font-size: 64%;
	color: #999;
	line-height: 90%;
}
/*--| Alternate Form Display |--*/
section.reveal {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	display: block;
}
section.reveal p {
	margin: 1% auto;
	padding: 0;
	font-family: Arial Narrow, Helvetica, san-serif;
	font-size: 110%;
	line-height: 100%;
	font-weight: normal;
	color: #333;
	display: block;
}
section.reveal p.code {
	margin: 0 auto;
	padding: 0;
	font-family: Arial Narrow, Helvetica, san-serif;
	font-size: 411%;
	line-height: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	display: block;
}
section.reveal a.cta-code {
	margin: 1% auto 0 auto;
	padding: 1.5% 7%;
	width: 48%;
	font-family: Arial, Helvetica, san-serif;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #d80780;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;
	text-decoration: none;
	display: block;
	border: 0;
	border: none;
	outline: none;
}
section.reveal p.sweet-brand {
	margin: 2% auto 1% auto;
	padding: 5% 0px 5% 13%;
	width: 34%;
	font-family: Arial Narrow, Helvetica, san-serif;
	font-size: 100%;
	line-height: 110%;
	font-weight: normal;
	color: #333;
	text-align: center;
	display: block;
	background-image: url(../images/icon-sweet-spot-logo.png);
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: 0% center;
}
section.reveal p.sweet-brand a {
	font-family: Arial Narrow, Helvetica, san-serif;
	font-size: 100%;
	line-height: 110%;
	font-weight: normal;
	color: #d80780;
}
/*--| END Alternate Form Display |--*/
/* saf 3+, chrome 1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    
}
@media only screen and (max-width: 1500px) {
	header {
		margin: 0;
		padding: 10px 0;
		width: 100%;
		background-color: #fff;
		border-top: 8px solid #EC008C;
		display: block;
	}
	header section.inner-header {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		max-width: 725px;
	}
	header section.inner-header figure.fig-l {
		margin: 0 0 0 -20%;
		padding: 0;
		width: 19%;
		float: left;
		position: relative;
	}
	header section.inner-header figure.fig-l img {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	header section.inner-header section.fig-flag {
		margin: 0 30% 0 0;
		padding: 0;
		width: 8%;
		height: 1px;
		float: right;
		position: relative;
		/*top: 0;
		right: 0%;*/
	}
	header section.inner-header section.fig-flag figure.fig-r {
		margin: 0;
		padding: 0;
		width: 100%;
		position: relative;
		top: -21px;
		right: 0%;
	}
	header section.inner-header section.fig-flag figure.fig-r img {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	section.top-section section.inner-cont {
		margin: 0 auto;
		padding: 1% 0;
		width: 100%;
		max-width: 725px;
		min-height: 200px;
	}
	section.content-details {
		margin: 0;
		padding: 0;
		width: 100%;
		display: block;
	}
	section.content-details section.product-shell {
		margin: 0 3% 0 0%;
		padding: 0;
		width: 33%;
		float: left;
	}
	section.content-details section.product-shell img {
		margin: 0 0 0 0;
		padding: 0;
		width: 100%;
	}
	section.content-details article {
		margin: 0;
		padding: 0;
		width: 62%;
		float: right;
	}
	section.content-details article h1 {
		margin: 0 0 0 0;
		padding: 0;
		width: 100%;
		font-family: Arial Narrow, Helvetica, sans-serif;
		font-size: 282%;
		font-weight: bold;
		line-height: 113%;
		color: #333;
		text-align: center;
	}
	section.content-details article h1 .main-msg {
		margin: 0;
		padding: 0;
		width: 100%;
		font-family: Arial Narrow, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: bold;
		line-height: 113%;
		color: #333;
		text-align: left;
		display: block;
	}
	section.content-details article h1 .amazon {
		margin: 0;
		padding: 2px 0;
		width: 100%;
		font-family: Arial Narrow, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: bold;
		line-height: 100%;
		color: #333;
		background-image: url(../images/logo-amazon.png);
		background-repeat: no-repeat;
		background-size: 50%;
		background-position: center center;
		text-indent: 99999px;
		display: block;
	}
	section.content-details article h1 .organic {
		margin: 0;
		padding: 0;
		width: 100%;
		font-family: Arial Narrow, Helvetica, sans-serif;
		font-size: 90%;
		font-weight: normal;
		line-height: 113%;
		color: #333;
		display: block;
	}
	section.content-details article h1 .normal {
		margin: 0;
		padding: 0;
		width: 100%;
		font-family: Arial Narrow, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: normal;
		line-height: 113%;
		color: #333;
		display: inline;
	}
	section.content-details article h1 .price {
		margin: 0;
		padding: 0;
		width: 100%;
		font-family: Arial Narrow, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: bold;
		line-height: 113%;
		color: #333;
		display: inline;
	}
	section.banner-shell section.inner-txt {
		margin: 1% 0 0 0;
	}
	section.banner-shell section.inner-txt h2 {
		margin: 2% 0 0 0;
		font-size: 170%;
	}
	section.banner-shell section.inner-txt h3 {
		font-size: 245%;
	}
	section.banner-shell section.inner-txt h3 sup {
		top: -8px;
	}
	section.banner-shell section.inner-txt h3 .plus-shipping {
		font-size: 40%;
		position: relative;
		top: 0;
	}
	section.form {
		margin: 2% auto 0 auto;
		padding: 2%;
		width: 89%;
		min-height: 100px;
		background-image: url(../images/bg-form.png);
		background-repeat: repeat;
		border: 2px solid #bdbdbd;
		display: block;
	}
	section.form h2 {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		font-family: Arial, Helvetica, san-serif;
		font-size: 100%;
		line-height: 100%;
		font-weight: bold;
		text-align: center;
		color: #ec008c;
		display: block;
	}
	section.email-shell {
		margin: 2% auto;
		padding: 0;
		width: 100%;
		display: block;
	}
	section.email-shell input.email {
		margin: 0% auto;
		padding: 1%;
		width: 98%;
	}
	section.cta-shell p.mid-txt {
		margin: 0;
		padding: 1.5% .5% 0 .5%;
		width: 6%;
		font-family: Arial, Helvetica, san-serif;
		font-size: 100%;
		line-height: 100%;
		font-weight: normal;
	}
	section.cta-shell section.fb-shell p {
		font-size: 90%;
	}
	section.lower-section {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	p.form-disclaimer {
		margin: 0;
		padding: 2% 0 4% 0;
		width: 100%;
		font-family: Arial Narrow, Helvetica, san-serif;
		font-size: 85%;
		line-height: 137%;
		font-weight: normal;
		text-align: left;
		color: #333;
		background-image: url(../images/logo-amazon.png);
		background-repeat: no-repeat;
		background-size: 15%;
		background-position: 99% bottom;
	}
	p.form-disclaimer a {
		font-family: Arial Narrow, Helvetica, san-serif;
		text-decoration: underline;
		color: #EC008C !important;
	}
	section.lower-section section.directions {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		max-width: 725px;
		min-height: 200px;
	}
	section.directions section.step p {
		margin: 0 auto;
		padding: 0 0 0 0;
		width: 95%;
		min-height: 55px;
		text-align: center;
		font-family: Arial, Helvetica, san-serif;
		font-size: 75%;
		line-height: 126%;
		display: block;
	}
	section.directions section.step img.icon {
		margin: 0 auto;
		padding: 0;
		width: 75%;
		max-width: 100%;
		image-rendering:optimizeQuality;
		text-align: center;
		display: block;
	}
	/*--| Footer |--*/
	footer {
		margin: 0 auto;
		padding: 2% 0;
		width: 100%;
		max-width: 670px;
		text-align: center;
		background-color: #fff;
		display: block;
	}
	/*--| Alternate Form Display |--*/
	section.reveal p.sweet-brand {
		margin: 2% auto 1% auto;
		padding: 5% 0 5% 18%;
		width: 58%;
		font-family: Arial Narrow, Helvetica, san-serif;
		font-size: 100%;
		line-height: 110%;
		font-weight: normal;
		color: #333;
		text-align: center;
		display: block;
		background-image: url(../images/icon-sweet-spot-logo.png);
		background-repeat: no-repeat;
		background-size: 20%;
		background-position: 0% center;
	}
	section.reveal p.sweet-brand a {
		font-family: Arial Narrow, Helvetica, san-serif;
		font-size: 100%;
		line-height: 110%;
		font-weight: normal;
		color: #d80780;
	}
	/*--| END Alternate Form Display |--*/
}
@media only screen and (max-width: 1080px) {
	header section.inner-header figure.fig-l {
		margin: 0 0 0 0%;
		padding: 0;
		width: 100%;
		max-width: 120px;
		float: left;
		position: relative;
	}
}
@media only screen and (max-width: 895px) {
	section.flap-shell section.l-flap {
		margin: -3% 0 0 0;
		padding: 4.8% 0 0 0;
		width: 2%;
		background-image: url(../images/fold-l.png);
		background-repeat: no-repeat;
		background-size: 100%;
		float: left;
	}
	section.flap-shell section.r-flap {
		margin: -2.8% 0 0 0;
		padding: 4.4% 0 0 0;
		width: 2%;
		background-image: url(../images/fold-r.png);
		background-repeat: no-repeat;
		background-size: 100%;
		float: right;
	}
	/*--| Alternate Form Display |--*/
	section.code-reveal p {
		margin: 1% auto;
		padding: 0;
		font-family: Arial Narrow, Helvetica, san-serif;
		font-size: 110%;
		line-height: 100%;
		font-weight: normal;
		color: #333;
		display: block;
	}
	section.code-reveal p.code {
		margin: 0 auto;
		padding: 0;
		font-family: Arial Narrow, Helvetica, san-serif;
		font-size: 411%;
		line-height: 100%;
		font-weight: bold;
		text-transform: uppercase;
		color: #000;
		display: block;
	}
	section.code-reveal a.cta-code {
		margin: 1% auto 0 auto;
		padding: 1.5% 10%;
		width: 48%;
		font-family: Arial, Helvetica, san-serif;
		font-size: 100%;
		line-height: 100%;
		font-weight: bold;
		text-align: center;
		color: #fff;
		background-color: #d80780;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		-moz-box-shadow: 1px 1px 5px #000;
		-webkit-box-shadow: 1px 1px 5px #000;
		box-shadow: 1px 1px 5px #000;
		text-decoration: none;
		border: 0;
		border: none;
		outline: none;
	}
	/*--| END Alternate Form Display |--*/
}
/*---Tablet Mode---*/
@media only screen and (max-width: 770px) {
	section.top-section section.inner-cont {
		margin: 0 auto;
		padding: 1% 0;
		width: 95%;
		max-width: 725px;
		min-height: 200px;
	}
	section.content-details article h1 {
		font-size: 269%;
	}
	section.content-details article h2 {
		font-size: 226%;
	}
	header section.inner-header {
		margin: 0 auto;
		padding: 0 0 0 1%;
		width: 99%;
	}
}
@media only screen and (max-width: 713px) {
	section.content-details article h1 {
		font-size: 233%;
	}
	section.content-details article h2 {
		font-size: 213%;
	}
	section.banner-shell section.inner-txt h2 {
		margin: .5% 0 0 0;
		font-size: 170%;
	}
}
@media only screen and (max-width: 660px) {
	/*--| Alternate Form Display |--*/
	section.reveal p.sweet-brand {
		margin: 2% auto 1% auto;
		padding: 5% 0 5% 18%;
		width: 79%;
		font-family: Arial Narrow, Helvetica, san-serif;
		font-size: 100%;
		line-height: 110%;
		font-weight: normal;
		color: #333;
		text-align: center;
		display: block;
		background-image: url(../images/icon-sweet-spot-logo.png);
		background-repeat: no-repeat;
		background-size: 20%;
		background-position: 0% center;
	}
	/*--| END Alternate Form Display |--*/
}
/*---7in Tablet Mode---*/
@media only screen and (max-width: 620px) {
	section.content-details article h1 {
		font-size: 210%;
	}
	section.content-details article h2 {
		font-size: 190%;
	}
	section.banner-shell section.inner-txt h2 {
		margin: .5% 0 0 0;
		font-size: 170%;
	}
	section.email-shell input.email {
		margin: 0% auto;
		padding: 1%;
		width: 97%;
	}
}
/*--| Begin Stack |--*/
@media only screen and (max-width: 620px) {
	section.top-section section.inner-cont {
		margin: 0 auto;
		padding: 3% 0;
	}
	section.content-details article {
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}
	section.content-details article h1 {
		text-align: center;
		font-size: 205%;
	}
	section.content-details article h1 .main-msg {
		text-align: center;
		display: block;
	}
	section.content-details article h1 .amazon {
		margin: 0;
		padding: 2% 0;
		width: 100%;
		background-image: url(../images/logo-amazon.png);
		background-repeat: no-repeat;
		background-size: 32%;
		background-position: center center;
		text-indent: 99999px;
		display: block;
	}
	section.content-details article h2 {
		margin: 2% auto;
		text-align: center;
		font-size: 190%;
	}
	section.content-details section.product-shell {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}
	section.content-details section.product-shell img.product {
		display: none;
	}
	section.content-details section.product-shell img.product-m {
		margin: 0 auto;
		width: 20%;
		display: block;
	}
	section.banner-shell section.inner-txt h2 {
		margin: 0 0 0 0;
		width: 100%;
		float: none;
		display: block;
	}
	section.banner-shell section.inner-txt h3 {
		margin: 2% 0 0 0;
		width: 100%;
		float: none;
		display: block;
	}
	section.form {
		margin: 2% auto 0 auto;
		padding: 4%;
		width: 83%;
	}
	section.email-shell {
		margin: 4% auto;
		padding: 0;
		width: 100%;
		display: block;
	}
	section.email-shell input.email {
		margin: 0 auto;
		padding: 2%;
		width: 95%;
	}
	section.cta-shell input[type="submit"] {
		margin: 0;
		padding: 3% 2%;
		width: 100%;
		font-family: Arial, Helvetica, san-serif;
		font-size: 100%;
		float: none;
	}
	section.cta-shell p.mid-txt {
		margin: 0 auto;
		padding: 2%;
		width: 98%;
		font-family: Arial, Helvetica, san-serif;
		font-size: 100%;
		line-height: 100%;
		font-weight: normal;
		float: none;
	}
	section.cta-shell section.fb-shell {
		margin: 0;
		padding: 3% 2%;
		width: 96%;
		text-align: center;
		border: 1px solid #999;
		float: left;
	}
	section.brand-section {
		margin: 2% auto 0 auto;
		padding: 0;
		width: 100%;
		max-width: 100%;
		text-align: center;
		display: block;
	}
	section.brand-section img {
		margin: 0 auto;
		padding: 0;
		width: 20%;
	}
}
/*--| iPhone 6 + |--*/
@media only screen and (max-width: 450px) {
	section.banner-shell section.inner-txt h2 {
		font-size: 130%;
	}
	section.banner-shell section.inner-txt h3 {
		margin: 2% 0 0 0;
		width: 100%;
		font-size: 225%;
	}
	section.flap-shell {
		display: none;
	}
	section.form {
		margin: 4% auto 0 auto;
		padding: 4%;
		width: 83%;
	}
	p.form-disclaimer {
		margin: 0;
		padding: 2% 0 12% 0;
		width: 100%;
		font-family: Arial Narrow, Helvetica, san-serif;
		font-size: 85%;
		line-height: 137%;
		font-weight: normal;
		text-align: left;
		color: #333;
		background-image: url(../images/logo-amazon.png);
		background-repeat: no-repeat;
		background-size: 40%;
		background-position: 54% bottom;
	}
	section.directions section.step {
		margin: 0 auto;
		padding: 3% 0 0 0;
		width: 40%;
		text-align: center;
		border-bottom: 1px solid #ccc;
		float: none;
	}
	section.directions section.step img.num {
		margin: 0 auto;
		padding: 0 0 8% 0;
		width: 19%;
		max-width: 100%;
		image-rendering: optimizeQuality;
		text-align: center;
		display: block;
	}
	section.brand-section {
		margin: 5% auto 0 auto;
		padding: 0;
		width: 100%;
		max-width: 100%;
		text-align: center;
		display: block;
	}
	header section.inner-header figure.fig-l {
		margin: 0 0 0 0%;
		padding: 0;
		width: 27%;
		max-width: 100%;
		float: none;
		position: relative;
	}
}
@media only screen and (max-width: 400px) {
	/*--| Alternate Form Display |--*/
	section.reveal p.sweet-brand {
		margin: 2% auto 1% auto;
		padding: 5% 0 28% 0;
		width: 100%;
		font-family: Arial Narrow, Helvetica, san-serif;
		font-size: 90%;
		line-height: 110%;
		font-weight: normal;
		color: #333;
		text-align: center;
		display: block;
		background-image: url(../images/icon-sweet-spot-logo.png);
		background-repeat: no-repeat;
		background-size: 25%;
		background-position: center bottom;
	}
	section.reveal p.sweet-brand a {
		font-size: 100%;
	}
	/*--| END Alternate Form Display |--*/
}
/*---| Bigger Androids |---*/
@media only screen and (max-width: 388px) {
	
}
@media only screen and (max-width: 345px) {
	section.content-details article h1 {
		text-align: center;
		font-size: 157%;
	}
	section.content-details article h2 {
		margin: 2% auto;
		text-align: center;
		font-size: 157%;
	}
	section.banner-shell section.inner-txt h2 {
		font-size: 112%;
	}
	section.banner-shell section.inner-txt h3 {
		margin: 2% 0 0 0;
		width: 100%;
		font-size: 190%;
	}
	section.form h2 {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		font-family: Arial, Helvetica, san-serif;
		font-size: 100%;
		line-height: 143%;
	}
}
/*--| iPhone |--*/
@media only screen and (max-width: 325px) {
	section.directions section.step {
		margin: 0 auto;
		padding: 3% 0 0 0;
		width: 50%;
		text-align: center;
		border-bottom: 1px solid #ccc;
		float: none;
	}
	footer {
		margin: 0 auto;
		padding: 4% 0;
		width: 100%;
		max-width: 670px;
		text-align: center;
		background-color: #fff;
		display: block;
	}
	section.brand-section img {
		margin: 0 auto;
		padding: 0;
		width: 36%;
	}
}
@media only screen and (max-width: 300px) {
	section.banner-shell section.inner-txt h2 {
		font-size: 106%;
	}
}
/*-- IE10+ HC [5-13-2014]--*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    
}
