/*--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 |--*/
/*-HEAVY-*/
@font-face {
	font-family: 'Helvetica Neue';
	src: url('../font/helvetica-neue/hel-heavy/HelveticaNeueLTStd-Hv.eot');
	src: url('../font/helvetica-neue/hel-heavy/HelveticaNeueLTStd-Hv.eot?#iefix') format('embedded-opentype'),
		url('../font/helvetica-neue/hel-heavy/HelveticaNeueLTStd-Hv.woff') format('woff'),
		url('../font/helvetica-neue/hel-heavy/HelveticaNeueLTStd-Hv.ttf') format('truetype'),
		url('../font/helvetica-neue/hel-heavy/HelveticaNeueLTStd-Hv.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
/*-ULTRA LIGHT-*/
@font-face {
	font-family: 'Helvetica Neue Light';
	src: url('../font/helvetica-neue/hel-ul/HelveticaNeueLTStd-UltLt.eot');
	src: url('../font/helvetica-neue/hel-ul/HelveticaNeueLTStd-UltLt.eot?#iefix') format('embedded-opentype'),
		url('../font/helvetica-neue/hel-ul/HelveticaNeueLTStd-UltLt.woff') format('woff'),
		url('../font/helvetica-neue/hel-ul/HelveticaNeueLTStd-UltLt.ttf') format('truetype'),
		url('../font/helvetica-neue/hel-ul/HelveticaNeueLTStd-UltLt.svg') format('svg');
	/*src: url(../font/ARIALNB.TTF);*/
	font-weight: normal;
	font-style: normal;
}
/*-LIGHT OBLIQUE-*/
@font-face {
	font-family: 'Helvetica Neue Oblique';
	src: url('../font/helvetica-neue/hel-lt-ob/HelveticaNeueLTStd-ThExO.eot');
	src: url('../font/helvetica-neue/hel-lt-ob/HelveticaNeueLTStd-ThExO.eot?#iefix') format('embedded-opentype'),
		url('../font/helvetica-neue/hel-lt-ob/HelveticaNeueLTStd-ThExO.woff') format('woff'),
		url('../font/helvetica-neue/hel-lt-ob/HelveticaNeueLTStd-ThExO.ttf') format('truetype'),
		url('../font/helvetica-neue/hel-lt-ob/HelveticaNeueLTStd-ThExO.svg') format('svg');
	src: url('../font/helvetica-neue/hel-lt-ob/HelveticaNeueLTStd-ThExO.ttf');
	font-weight: normal;
	font-style: italic;
}
/*------------Constant Classes------------*/
.clearIt 
{
    clear: both;
    display: block;
}
/*--| NEW clearIt |--*/

.appear {
display: block;
}

.disappear {
display: none !important;
}

.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-bottom: 1px solid #ededed;
	display: block;
}
header section.inner-header {
	margin: 0 auto;
	padding: 0 2%;
	width: 96%;
	max-width: 1168px;
}
header section.inner-header figure.fig-l {
	margin: 0 0 0 0;
	padding: 0;
	width: 12%;
	float: left;
	position: relative;
	/*top: 0;
	left: -28%;*/
}
header section.inner-header figure.fig-l img {
	margin: 0;
	padding: 0;
	width: 100%;
}
section.inner-cont {
	margin: 0 auto;
	padding: 2% 2%;
	width: 96%;
	max-width: 1168px;
}
section.intro {
	margin: 0 0 3% 0;
	padding: 0;
	width: 100%;
}
h1 {
	margin: 0;
	padding: 0;
	width: 78%;
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-size: 355%;
	color: #363636;
	line-height: 100%;
	float: left;
}
section.social-section {
	margin: .7% 0 0 0;
	padding: 0;
	width: 20%;
	text-align: center;
	float: right;
}
section.social-section section.icon-shell {
	margin: 0 auto;
	padding: 3.5% 2% 2% 4%;
	width: 72%;
	text-align: center;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	-moz-box-shadow: inset 1px 1px 4px #aaa;
	-webkit-box-shadow: inset 1px 1px 4px #aaa;
	box-shadow: inset 1px 1px 4px #aaa;
}
section.social-section img {
	margin: 0 3% 0 0;
	padding: 0;
	width: 19%;
    image-rendering: optimizeQuality;
}
section.social-section a {
	opacity: .6;
}
section.social-section a:hover {
	opacity: 1;
}
/*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.swap-cont {
	margin: 0 1.8% 0 0;
	padding: 0;
	width: 77.5%;
	background-image: url(../images/bg-vert-shadow.png);
	background-repeat: no-repeat;
	background-position: right 0;
	background-size: 1%;
	float: left;
}
section.cart-shell {
	margin: 0;
	padding: 0 2.6%;
	width: 40%;
	min-height: 100px;
	background-image: url(../images/bg-cart-shadow.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 -2%;
	border-bottom: 1px solid #ccc;
	float: left;
}
section.arrow-shell {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1px;
	display: block;
}
section.arrow-shell img {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 15%;
	display: block;
    image-rendering: optimizeQuality;
	position: relative;
	top: -20px;
}
section.form {
	margin: 0;
	padding: 12% 6% 6% 6%;
	width: 88%;
	min-height: 100px;
	background-image: url(../images/bg-cart-grad.jpg);
	background-repeat: repeat-x;
	background-color: #e2e2e2;
	border: 1px solid #aaaaaa;
	border-bottom: none;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-moz-box-shadow: 0px -3px 10px -5px #aaa;
	-webkit-box-shadow: 0px -3px 10px -5px #aaa;
	box-shadow: 0px -3px 10px -5px #aaa;
	display: block;
}
label {
	margin: 0;
	padding: 1% 0 3% 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #363636;
	display: block;
}
input[type="text"] {
	margin: 0 0 3% 0;
	padding: 3% 2.5%;
	width: 94%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #363636;
	-moz-box-shadow: inset 1px 1px 3px #aaa;
	-webkit-box-shadow: inset 1px 1px 3px #aaa;
	box-shadow: inset 1px 1px 3px #aaa;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	border: 1px solid #aaa;
	display: block;
}
select.product {
	margin: 0 0 3% 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 3% 2.5%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #363636;
	-moz-box-shadow: inset 1px 1px 3px #aaa;
	-webkit-box-shadow: inset 1px 1px 3px #aaa;
	box-shadow: inset 1px 1px 3px #aaa;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	border: 1px solid #aaa;
	display: block;
}
section.rating-section {
	margin: 0 0 3% 0;
	padding: 3.5% 2.5%;
	width: 94%;
	-moz-box-shadow: inset 1px 1px 3px #aaa;
	-webkit-box-shadow: inset 1px 1px 3px #aaa;
	box-shadow: inset 1px 1px 3px #aaa;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	border: 1px solid #aaa;
	display: block;
}
section.rating-section>div {
	width: 30px;
	height: 30px;
	background-image: url(../images/star.png);
	display: inline-block;
	cursor: pointer;
}

/* Dynamically applied when a star is selected. */
section.rating-section>div.active{
	background-image: url(../images/star-active.png);
}
textarea {
	margin: 0 0 3% 0;
	padding: 3% 2.5%;
	width: 94%;
	min-height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #363636;
	-moz-box-shadow: inset 1px 1px 3px #aaa;
	-webkit-box-shadow: inset 1px 1px 3px #aaa;
	box-shadow: inset 1px 1px 3px #aaa;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	border: 1px solid #aaa;
	display: block;
}
section.rad-shell {
	margin: 0 0 3% 0;
	padding: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #363636;
	display: block;
}
section.rad-shell label {
	margin: 0 3% 0 0;
	padding: 0;
	display: inline;
}
section.rad-shell input {
	margin: 0 2% 0 0;
}
section.cta-shell {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
	display: block;
}
input[type="submit"] {
	margin: 2% 0 0 0;
	padding: 3% 2%;
	width: 96%;
	font-family: Arial, Helvetica, san-serif;
	font-size: 180%;
	line-height: 100%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #2ead15;
	background-image: url(../images/bg-cta.png);
	background-repeat: repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 1px 1px 2px #000;
	text-transform: uppercase;
	border: 4px solid #fff;
	outline: none;
	-moz-box-shadow: 2px 2px 3px #aaa;
	-webkit-box-shadow: 2px 2px 3px #aaa;
	box-shadow: 2px 2px 3px #aaa;
}
input[type="submit"]:hover {
	cursor: pointer;
}
section.mid-section {
	margin: 0 0 0 0;
	padding: 0 2%;
	width: 50%;
	min-height: 500px;
	float: left;
}
section.mid-section section.main-details {
	margin: 0;
	padding: 0;
	width: 100%;
}
section.mid-section h2 {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
    text-align: center;
	/*color: #ec008c;*/
	color: #333;
	line-height: 100%;
}
section.mid-section p {
	margin: 0;
	padding: 3% 0 0 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #363636;
	line-height: 140%;
}
img.productx3 {
    margin: 5% auto 0 auto;
    padding: 0;
    width: 100%;
    display: block;
}
section.amazon-shell {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
	display: block;
}
section.amazon-shell p {
	margin: 0 auto 3% auto;
	font-style: italic;
}
section.amazon-shell img {
	margin: 0 auto;
	padding: 0;
	width: 50%;
    image-rendering: optimizeQuality;
	display: block;
}
img.product {
	margin: 4% 0 0 0;
	padding: 0;
	width: 30%;
	float: left;
}
section.mid-section section.rosehip-details {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
section.mid-section section.asteria-details {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
section.mid-section section.asteria-details h2 {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	line-height: 100%;
	/*color: #7223d4;*/
}
section.mid-section section.vitamin-details {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
h2.stock-header {
	margin: 0 auto 4% auto;
	padding: 0;
	width: 100%;
	font-family: "Helvetica Neue", "Arial Black", Gadget, sans-serif;
	font-size: 180%;
	font-weight: bold;
	line-height: 130%;
	text-align: center;
	color: #333;
}
img.stock-product {
	margin: 0 2% 0 0;
	padding: 0;
	width: 17%;
    image-rendering: optimizeQuality;
	float: left;
}
section.l-txt {
	margin: 0;
	padding: 0;
	width: 78%;
	float: left;
}
/*
section.price-strip {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/price-line-0.png);
	background-repeat: no-repeat;
	background-position: 72% 0;
	background-size: 90%;
	border: 1px solid #f00;
}
*/
section.l-txt p.price {
	margin: 0;
	padding: 6% 5% 6% 0;
	width: 78%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 190%;
	line-height: 100%;
	visibility: hidden;
}
section.l-txt h3 {
	margin: 2% 0 0 0;
	padding: 0;
	width: 100%;
	font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	font-size: 264%;
	font-weight: normal;
	color: #363636;
	line-height: 100%;
	text-align: center;
	display: block;
}
img.overall-rosehip {
	width: 20%;
	vertical-align: middle;
}
/*--| Table |--*/
table {
	margin: 5% auto;
	padding: 0;
	border: 1px solid #333;
	border-collapse: collapse;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #333;
}
tr.top {
	background-color: #333;
	color: #ccc;
}
td {
	padding: 1%;
	width: 19%;
	border: 1px solid #333;
	vertical-align: middle;
}
td.detail {
	padding: 2% 1%;
	width: 40%;
	border: 1px solid #333;
	vertical-align: middle;
}
section.strike-shell {
	 margin: 0;
	 padding: 0;
	 width: 100%;
	 height: 1px;
}
section.strike-shell img {
	width: 60%;
	position: relative;
}
section.m-offer-rosehip-shell {
    margin: 5% auto;
	padding: 0;
    width: 100%;
    text-align: center;
    display: none;
}
section.m-offer-rosehip-shell img {
    margin: 4% auto;
	padding: 0;
    width: 100%;
    text-align: center;
    display: block;
}
section.m-offer-rosehip-shell img.trail {
    margin: 0 auto;
	padding: 0;
    width: 3%;
    text-align: center;
    display: block;
}
/*--| Table |--*/
section.instructions {
	margin: 2% auto;
	padding: 0;
	width: 100%;
	display: block;
	text-align: center;
}
section.instructions p {
	margin: 0 auto 2% auto;
	padding: 0;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	text-align: center;
}
section.buy-shell {
	margin: 0 auto;
	padding: 0;
	width: 70%;
	text-align: center;
}
section.instructions a.buy {
	margin: 0;
	padding: 0;
	width: 100%;
	text-decoration: none;
}
section.instructions a.buy img {
	margin: 0;
	padding: 0;
	width: 100%;
}
section.feeds {
	margin: 0;
	padding: 0;
	width: 20%;
	min-height: 100px;
	float: left;
}
section.feeds h3 {
	margin: 0;
	padding: 0 0 8% 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	font-weight: bold;
	color: #363636;
	line-height: 110%;
}
section.comments {
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 1px 1px 3px #aaa;
	-webkit-box-shadow: inset 1px 1px 3px #aaa;
	box-shadow: inset 1px 1px 3px #aaa;
	border: 1px solid #999;	
	overflow: hidden;
}
section.comments ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}
section.comments ul li {
	margin: 0;
	padding: 5%;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #363636;
	line-height: 120%;
	display: block;
}
.stars {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}
.stars img {
	width: 50%;
    image-rendering: optimizeQuality;
}
.statement {
	margin: 0;
	padding: 3% 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}
.sign {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: right;
	font-style: italic;
	display: block;
}
.gray {
	background-color: #ededed;
}
/*--| 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%;
}
@media only screen and (max-width: 1195px) {
    h1 {
        padding: 1% 0 0 0;
        font-size: 228%;
    }
}
@media only screen and (max-width: 1133px) {
    section.shell-a {
        clear: both;
    }
}
@media only screen and (max-width: 1112px) {
    section.shell-r {
        clear: both;
    }
}
@media only screen and (max-width: 1052px) {
    section.shell-v {
        clear: both;
    }
}
@media only screen and (max-width: 890px) {
    h1 {
        padding: 0 0 0 0;
        font-size: 228%;
    }
    section.social-section {
        margin: 0 0 0 0;
    }
}
/*---Tablet Mode---*/
@media only screen and (max-width: 770px) {
	header section.inner-header figure.fig-l {
		width: 18%;
	}
	h1 {
		font-size: 222%;
	}
	section.social-section {
		margin: 0 0 0 0;
		
	}
	section.social-section section.icon-shell {
		width: 79%;
	}
	section.mid-section h2 {
		font-size: 133%;
	}
	section.feeds h3 {
		font-size: 100%;
	}
	section.comments ul li {
		font-size: 81%;
	}
	section.arrow-shell img {
		top: -10px;
	}

    /*--| Thankyou |--*/
    section.l-txt h3 {
        font-size: 200%;
    }
    tr td {
        font-size: 84%;
    }
}
@media only screen and (max-width: 755px) {
	header section.inner-header figure.fig-l {
		width: 18%;
	}
	h1 {
		font-size: 198%;
	}
	section.social-section {
		margin: 0 0 0 0;

}
	section.social-section section.icon-shell {
		width: 79%;
	}
	section.mid-section h2 {
		font-size: 133%;
	}
	section.feeds h3 {
		font-size: 100%;
	}
	section.comments ul li {
		font-size: 81%;
	}
	section.arrow-shell img {
		top: -10px;
	}
}
@media only screen and (max-width: 743px) {
	h1 {
		margin: 0 auto;
		padding: 0;
		width: 99%;
		font-size: 198%;
		text-align: center;
		/*font-weight: bold;*/
		float: none;
	}
	section.social-section {
		margin: 2% auto 0 auto;
		padding: 0;
		width: 100%;
		max-width: 30%;
		text-align: center;
        clear: both;
		float: none;
	}
	section.swap-cont {
		margin: 0 auto 2% auto;
		padding: 0;
		width: 90%;
		background: none;
		float: none;
	}
    section.cart-shell {
        margin: 0 auto;
        padding: 0 6%;
        width: 89%;
        float: none;
    }
    section.mid-section {
        margin: 0 0 0 0;
        padding: 0 0;
        width: 100%;
        min-height: 500px;
        float: none;
        display: none;
    }
    section.feeds h3 {
        margin: 0 auto;
        padding: 3% 0 3% 0;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        font-weight: bold;
        color: #363636;
        line-height: 110%;
        text-align: center;
    }
    section.feeds {
        margin: 0 auto;
        padding: 0;
        width: 81%;
        min-height: 100px;
        float: none;
    }
    section.comments ul li {
        padding: 3%;
        width: 94%;
        font-size: 85%;
        font-weight: normal;
        color: #363636;
        line-height: 130%;
        display: block;
    }
    .stars img {
        width: 30%;
    }
    section.arrow-shell img {
        margin: 0 auto 0 auto;
        padding: 0;
        width: 13%;
        display: block;
        position: relative;
        top: -10px;
    }
}
@media only screen and (max-width: 550px) {
    img.stock-product {
        float: none;
        display: none;
    }
    section.l-txt {
        margin: 0;
        padding: 0;
        width: 100%;
        float: none;
    }
    section.buy-shell {
        margin: 0 auto;
        padding: 0;
        width: 92%;
        text-align: center;
    }
}
@media only screen and (max-width: 510px) {
    table {
        display: none;
    }
    section.l-txt h3 {
        display: none;
    }
    section.m-offer-rosehip-shell {
        display: block;
    }
    section.m-offer-rosehip-shell img {
        width: 70%;
    }
}
@media only screen and (max-width: 505px) {
    header section.inner-header figure.fig-l {
        width: 28%;
    }
    h1 {
        font-size: 239%;
    }
	section.social-section {
        margin: 2% auto 0 auto;
        padding: 0;
        width: 100%;
        max-width: 50%;
        text-align: center;
    }
    section.social-section img {
        margin: 0 3% 0 0;
        padding: 0;
        width: 16%;
    }
}
/*--| iPhone 6 + |--*/
@media only screen and (max-width: 450px) {
	h2.stock-header {
        font-size: 130%;
    }
    section.l-txt h3 {
        font-size: 151%;
    }
}
/*---| Bigger Androids |---*/
@media only screen and (max-width: 400px) {
	h1 {
        font-size: 185%;
        line-height: 130%;
    }
    section.swap-cont {
        width: 100%;
    }
    section.social-section {
        margin: 4% auto 4% auto;
        max-width: 95%;
    }
    section.social-section section.icon-shell {
        margin: 0 auto;
        padding: 3.5% 2% 2% 4%;
        width: 72%;
        text-align: center;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    section.social-section img {
        margin: 0 3% 0 0;
        padding: 0;
        width: 14%;
    }
    section.feeds {
        width: 90%;
    }
    section.feeds h3 {
        font-size: 111%;
    }
}
/*--| iPhone |--*/
@media only screen and (max-width: 325px) {
	h1 {
        font-size: 166%;
        line-height: 119%;
    }
    section.cart-shell {
        margin: 0 auto;
        padding: 0 6%;
        width: 87%;
    }
}
@media only screen and (max-width: 300px) {
	
}
/* saf 3+, chrome 1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    
}
/*-- IE10+ HC [5-13-2014]--*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    h1 {
	    margin: 0;
	    padding: 0;
	    width: 78%;
	    font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	    font-size: 355%;
	    color: #363636;
	    line-height: 100%;
	    float: left;
    }
    section.l-txt h3 {
	    margin: 2% 0 0 0;
	    padding: 0;
	    width: 100%;
	    font-family: "Helvetica Neue Light", Arial, Helvetica, sans-serif;
	    font-size: 264%;
	    font-weight: normal;
	    color: #363636;
	    line-height: 100%;
	    text-align: center;
	    display: block;
    }
}