/* FONTS */
@font-face {
  font-family: Impact;
  src: url('../fon/Impact.otf');
  src: url('../fon/Impact.eot');
  src: url('../fon/Impact.eot?#iefix') format('embedded-opentype'),
  		url('../fon/Impact.woff') format('woff'),
  		url('../fon/Impact.ttf')  format('truetype'),
  		url('../fon/Impact.svg#svgFontName') format('svg');
}

/* --------------- DESKTOP --------------- */
body {
	color: #000000;
	font: 20px/21px Tahoma, Geneva, sans-serif;
	line-height: 28px;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

/* UNIVERSAL */
h1 {
	font-size: 37px;
	letter-spacing: -1px;
	line-height: 40px;
	font-weight: normal;
}
h2 {
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 40px;
	margin-bottom: 10px;
}
h3 {
	font-size: 19px;
	letter-spacing: -1px;
	line-height: 20px;
	text-transform: uppercase;
}
img {
	max-width: 100%;
}

/* HEADER */
#header {
	width: 100%;
	height: 109px;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #ffffff;
}
#header img {
	position: absolute;
	top: 15px;
	left: 20px;
}
#header span {
	font-size: 27px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 18px;
	margin-left: 15px;
	display: inline-block;
}

/* BANNER */
#banner {
	width: 100%;
	height: auto;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#banner video {
	width: 90%;
	height: auto;
	max-width: 480px;
	border-style: solid;
	border-width: 1px;
	border-color: #d4d4d4;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/home_vid.jpg);
}

/* COPY */
#copy {
	width: 100%;
	height: auto;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#copy .copybox {
	width: 90%;
	height: auto;
	max-width: 480px;
	border-style: solid;
	border-width: 1px;
	border-color: #bfbfbf;
	border-radius: 30px;
	-webkit-box-shadow: inset 2px 2px 50px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 2px 2px 50px 0px rgba(0,0,0,0.15);
	box-shadow: inset 2px 2px 50px 0px rgba(0,0,0,0.15);
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#copy .copybox ul {
	text-align: left;
	margin-top: 15px;
}
#copy .copybox ul li {
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	list-style: square;
	list-style-position: inside;
	padding: 2px 0 4px 10px;
	border-radius: 5px;
	margin-left: -25px;
}
#copy .copybox .tick {
	text-align: left;
}
#copy .copybox .tick img {
	float: left;
	margin-left: 30px;
}
#copy .copybox .tick span {
	max-width: 350px;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-left: 5px;
	margin-top: 10px;
}
#copy .para {
	width: 85%;
	height: auto;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#copy .para span {
	color: #656565;
}
#copy .product {
	width: 85%;
	height: auto;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
#copy .product .title {
	width: 100%;
	height: 85px;
	margin-top: 50px;
	font-family: Impact;
	color: #656565;
}
#copy .product .title .num {
	width: 75px;
	height: 85px;
	background-color: #ec2c00;
	color: #ffffff;
	font-size: 60px;
	line-height: 80px;
	float: left;
}
#copy .product .title .nam {
	float: left;
	font-size: 60px;
	line-height: 80px;
	margin-left: 10px;
}
#copy .product .graph {
	width: 100%;
	height: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #dadada;
	margin-top: 20px;
}
#copy .product .graph .stat {
	width: 90%;
	height: 15px;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 30px;
}
#copy .product .graph .stat span {
	position: absolute;
	line-height: 19px;
	letter-spacing: -1px;
}
#copy .product .graph .stat .guage {
	width: 155px;
	height: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #dadada;
	margin-top: 20px;
	position: absolute;
	top: -19px;
	right: 0;
	padding: 1px;
}
#copy .product .graph .stat .guage .fill {
	width: 100%;
	height: 100%;
	background-color: #a5db1a;
	background: -moz-linear-gradient(top, #92ca00 0%, #96cd00 50%, #a5db1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92ca00), color-stop(50%,#96cd00), color-stop(100%,#a5db1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #92ca00 0%, #96cd00 50%,#a5db1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #92ca00 0%, #96cd00 50%, #a5db1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #92ca00 0%, #96cd00 50%, #a5db1a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #92ca00 0%, #96cd00 50%, #a5db1a 100%); /* W3C */
}
#copy .product .graph .line {
	width: 90%;
	height: 3px;
	background-color: #dadada;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#copy .product .copy {
	text-align: left;
	margin-top: 30px;
}
#copy .product .copy .rate {
	width: 202px;
	height: 36px;
	background-image: url(../img/rating_arrow.jpg);
	font-family: Impact;
	font-size: 30px;
	line-height: 35px;
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: 0;
}
#copy .product .copy img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#copy #disclaimer {
	width: 90%;
	height: auto;
	max-width: 480px;
	padding: 10px;
	font-size: 11px;
	line-height: 13px;
	color: #9a9a9a;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #9a9a9a;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

/* FAQ */
#copy .faq {
	width: 85%;
	height: auto;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
#copy .faq .title {
	width: 100%;
	height: 85px;
	margin-top: 50px;
}
#copy .faq .title .num {
	width: 75px;
	height: 85px;
	font-family: Impact;
	background-color: #ec2c00;
	color: #ffffff;
	font-size: 60px;
	line-height: 80px;
	float: left;
}
#copy .faq .title .nam {
	max-width: 300px;
	float: left;
	font-weight: bold;
	font-size: 35px;
	line-height: 35px;
	margin-left: 10px;
	text-align: left;
}
#copy .faq .copy {
	text-align: left;
	margin-top: 20px;
	color: #656565;
}

/* ARTICLES */
#copy .article_left {
	margin-right: 20px;
	margin-bottom: 20px;
}
#copy .article_right {
	margin-bottom: 20px;
}

/* SCAMS */
#scams_bannerHeading {
	width: 100%;
	height: auto;
	max-width: 480px;
	background-color: #d10000;
	font-family: Impact;
	font-size: 37px;
	line-height: 37px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: -20px;
	margin-bottom: 20px;
}
#scams_bannerHeading span {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#copy .scam video {
	width: 100%;
	height: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #d4d4d4;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(../img/scams_vid.jpg);
}
#copy .scam {
	width: 85%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#copy .scam .title {
	width: 100%;
	height: 85px;
	margin-top: 50px;
}
#copy .scam .title .num {
	width: 75px;
	height: 85px;
	font-family: Impact;
	background-color: #ec2c00;
	color: #ffffff;
	font-size: 60px;
	line-height: 80px;
	float: left;
}
#copy .scam .title .nam {
	max-width: 300px;
	float: left;
	font-weight: bold;
	font-size: 35px;
	line-height: 35px;
	margin-left: 10px;
	text-align: left;
}
#copy .scam .copy {
	text-align: left;
	margin-top: 20px;
	color: #656565;
}

/* FOOTER */
#footer {
	width: 100%;
	height: auto;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 50px;
}
#footer #copyright {
	color: #686868;
	font-size: 13px;
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}

/* buy-table SizeGenix */
.width100.p_ind.upd .rotate {font-size: 19px;

/* Safari */
-webkit-transform: rotate(33deg);
display: block;
float: right;
margin-top: 25px;
margin-right: 9px;
color: #fff;
/* Firefox */
-moz-transform: rotate(33deg);

/* IE */
-ms-transform: rotate(33deg);

/* Opera */
-o-transform: rotate(33deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}		
.relative {position: relative}
.buy_pod {border: 1px solid #333;}
.banner-right {
    background: url(../img/tiltedhead.png) 0 0 no-repeat;
    font-weight: 700;
    width: 153px;
    height: 71px;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}
.width100.p_ind.upd .banner-right {
    background: url(../img/update/clearcorner.png) 0 0 no-repeat;
    height: 100px;
    top: 0px;
    right: 0px;
}
.iron-clad ul li {
    background: url(../img/update/line.png) center bottom no-repeat;list-style-type: none;
    padding-left: 6%;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.05px;
    padding-bottom: 7px;
}
.iron-clad ul li.noborder {background: none transparent}
.iron-clad ul {
    padding: 10px 0 10px;
    text-align: left;
    background: #e3e2e5;
    width: 96%;
    margin: 0 auto;
    display: block;
}
	.doc {border: 1px solid #9f9f9f;width: 98%;margin: 0 auto;}
	.bluestripe {background: #0064AF; }
	.bluestripe span img {width: 18px}
	.bluestripe span {
        display: block;
    width: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    padding: 5px 0;
}	
	.bluestripe span b {font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    display: block;}
    .buytablelist {
    width: 75%;
    display: block;
    margin: 0 auto;
}
	.spp {
    display: block;
    text-align: center;
    font-size: 46px;
    color: #000;
    letter-spacing: -2px;
    font-weight: 700;
    text-transform: uppercase
}
.price_actual {
    display: block;
    font-size: 60px;
    color: #000;
    letter-spacing: -2px;
    font-weight: 700;
}
.prices {
    width: 80%;
    display: block;
    margin: 0.75em auto;
}	
.price_actual {
    display: block;
    font-size: 60px;
    color: #000;
    letter-spacing: -2px;
    font-weight: 700;
    line-height: 60px;
}
.str_grey {
    text-decoration: line-through;
    color: #999999;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 32px;
    display: block;
}
.savings {
    color: #bd0000;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 26px;
}
.buy_pod a img {
    display: block;
    margin: 0px auto;
}
	.width100.p_ind.upd{ font-family: arial, sans-serif;}
	.iron-clad .clearfix .left + .left {width: 85%; margin-left: 2%;}
	.width100.p_ind.upd .buy_pod {border:1px solid #9f9f9f; margin: 5% 0;}
	.width100.p_ind.upd .blue {color: #0042a2;}	
	.width100.p_ind.upd .buy_pod a img.redorder {margin-bottom: 10px;}
	.width100.p_ind.upd .mini_pr {padding: 4px 0 5px 19px; font-weight: 700}
	.width100.p_ind.upd .satisfaction_buy.specialnumberone {left: 55%;top: 3%;width: 109px; position:absolute;}
	.width100.p_ind.upd .buy_pod.relative.item-1 img.buy_b { height: 254px;}
	.buy_pod a .buy_b {display: block; margin: 3% auto 0; vertical-align: middle; border: 0;}
	.starsrating {margin: 8px auto; display: block; width: 74%;}
	.width100.p_ind.upd .prices {margin: 0 auto}
	.width100.p_ind.upd .str_grey {text-indent: 6px; line-height: 26px;}
	.width100.p_ind.upd .item-1 .prices {width: 76%}
	.width100.p_ind.upd .item-2 .prices {width: 78%}
	.width100.p_ind.upd .price_actual {letter-spacing: -4px}
	.buy_pod .starsrating .nitric {margin: 4px 0 0 10px; font-weight: 700}
	.buy_pod .nitric {font-style: normal; padding-top: 0; margin-bottom: 15px; font-weight: 700}
	.width100.p_ind.upd .spp {line-height: 41px; font-size: 40px}
   	.width100.p_ind.upd .satisfaction_buy {top: 11px;left: 30px;width: 90px; position: absolute;}
    .width100.p_ind.upd #logo img{ width: 150px;}
    .width100.p_ind.upd .banner_main h1 b {font-size:53px;}
    .width100.p_ind.upd .banner_main h1 {font-size: 38px; line-height: 45px;}
    .width100.p_ind.upd .number {width: 120px; margin-left: 25px;}
    .width100.p_ind.upd .number img{width: 100%;}
    .width100.p_ind.upd  header {height: 77px;} 
    .width100.p_ind.upd  .doc {width: 98%; margin: 0 auto 4%; padding-bottom: 2%; } 
    .width100.p_ind.upd .hero h1 b{    font-size: 65px;    margin-top: 10px;    display: block;}
     .width100.p_ind.upd ul.goldenul li {background: url(../img/update/line.png) center top no-repeat;list-style-type: none;padding-left: 14px;font-size: 20px;font-weight: 700;letter-spacing: -1px;}
    .width100.p_ind.upd .noborder.goldenul li{background: none transparent}
    .width100.p_ind.upd .noborder.goldenul.buytablelist li {font-weight: 400; font-size: 25px; letter-spacing: -0.5px; text-align: left; line-height: 36px;}
	.goldenul {padding-left: 0px;}
		.goldenul li img {float: left; margin-right: 8px; margin-top: 5px;}
		.goldenul li span {float: left;width:85%; padding: 7px 0; line-height: 26px;font-size: 22px; }
		.nitric {
    font-size: 28px;
    line-height: 28px;
    text-align: center; display: block; letter-spacing: -1px;
}
		.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.left {float: left}