@charset "UTF-8";
/* CSS Document */


/************************************************************************************
RESET
*************************************************************************************/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,figure{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {font-size: 62.5%; } 
body {
	background: #fff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif; 
	font-size: 14px; font-size: 1.4rem;
	color: #404040;
	position: relative;
	z-index: 0;
	border: 0;
	outline: 0;
	width: auto;
	-webkit-overflow-scrolling: touch;
}
a {
	color: #0084ff;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #0012ff;
}
section {position: relative;}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 0;
	color: #000;
}
h1 {
	font-size: ;
}
h2 {
	font-size: ;
}
h3 {
	font-size: 2.45rem;
	color: #212121;
	font-weight: 600;
	line-height: 2rem;
	font-family:'Open Sans', sans serif;
}
h4 {
	font-size: 1.6rem;
	font-weight: 400;
	color: #303030;
	line-height: 2.4rem;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5 {
	font-size: 1.4rem;
	font-weight: 400;
	color: #707070;
}
h6 {
	font-size: 1.5rem;
	line-height: 100%;
	font-weight: 400;
	color: #000;
	font-family:'Open Sans', sans serif;
}
/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
.clear{
	clear: both;
}
/************************************************************************************
FONTS & FONT COLORS
*************************************************************************************/
.txtRed {color: #FF3300;}
.txtYlw {color: #fff600;}
.txtBlk {color: #000;}

@font-face {
    font-family: 'tagettes';
    src: url('./css/tagettp2.eot');
    src: url('./css/tagettp2.eot') format('embedded-opentype'),
         url('./css/tagettp2.woff') format('woff'),
         url('./css/tagettp2.ttf') format('truetype'),
         url('./css/tagettp2.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
.mainWrap {
	width: 94%;
	max-width: 997px;
	padding: 0 3%;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
.adv {
	padding: 1% 0 0 0;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
}
header .headerTOP{
	position: relative;
	height: 126px;
	/* background: url("./images/header-bg.png") no-repeat scroll 62% 0px;  */
	width: 100%;
	border-bottom: 1px solid #000;
}
header .headerLogo {float: left;}

header .headerRTWrp{
	float: right;
	margin: -1.5% 0 0 0;	
}
.logWrp, .time1{float: right;}

.logWrp a {
	font-size: 1.25rem;
	color: #000;
}
.logWrp a:hover {
	color: #ff3b00;
}
.searchWrp{
	margin: 8% 0 3.8% 0;
	padding: 0 0 0 11px;	
}
.time1 {
	color: #dd0019;
	font-size: 1.2rem;
}

/* -- NAV: MAIN & SUB -- */
.alter-nav1, .alter-nav2 {display: none;}
#main-nav{
	margin: 1.2% 0 0 0;
}
#main-nav li, #foot-nav li, #sub-nav li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	text-transform: uppercase;
}
#main-nav li:last-child { 
	margin-right: -15px;
}
#main-nav li:first-child { 
	margin-left: -18px;
}
#main-nav a, #foot-nav a {
	line-height: 100%;
	font-family:'Open Sans', sans serif;
	font-size: 2.1rem;
	font-weight: 800;
	color: #000;
	display: block;
	padding: 0 18px;
	text-decoration: none;
	/* transition */
	-webkit-transition: all .7s; 
	-moz-transition: all  .7s;
	transition: all  .7s; 
}
#main-nav a:hover, #foot-nav a:hover{
	color: #FF3300;
}
.selected{
	color: #fff !important;
	background: #FF3300;
	padding:.15%;
}

.blkLine {
	height: 10px;
	width: 100%;
	background: #000;
	margin: .9% 0 0 0;	
}
#sub-nav {
	border-bottom: 1px solid #000;
	padding: .7% 0 .5% 0;	
}
#sub-nav a{
	line-height: 100%;
	font-family:'Open Sans', sans serif;
	font-size: 1.2rem;
	font-weight: 400;
	color: #000;
	display: block;
	padding: 0 12px;
	text-decoration: none;
	/* transition */
	-webkit-transition: all .4s; 
	-moz-transition: all  .4s;
	transition: all  .4s; 
}
#sub-nav a:hover {color: #FF3300}

#sub-nav li:last-child { 
	margin-right: -20px;
}
#sub-nav li:first-child { 
	margin-left: -12px;
}
.subNav a{
	padding-top: 8px !important;	
}
#main-nav a #more{
	text-align: right;
	width: 11%;
	font-weight: 400;
	font-size: 1.4rem;
}

/************************************************************************************
MAIN CONTENT
*************************************************************************************/
#main-content {
	max-width: 600px;
	width: 58.5%;
	margin: 0;
	float: left;
}
#breadcrumb {
	margin: 2.5% 0 2.4% 0;
	padding: 0 0 1.5% 0;
	border-bottom: 1px solid #FF3300;	
}
#breadcrumb a {
	color: #595959;
	font-family:'Open Sans', sans serif;
	font-size: 1.2rem;
	font-weight: 600;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
.redBread {
	color: #FF3300 !important;
	font-style: italic;	
	font-weight: 400 !important;	
}
#headLine {
	font-size: 3.6rem;
	color: #000;
	font-family:'Open Sans', sans serif;
	line-height: 4rem;
	font-weight: 700;
	letter-spacing: -.1rem;
	margin: 4% 0 0 0;
}
#subheadline {
	margin: 2% 0 2.5% 0;	
}
.writtenBY {
	margin: 2% 0 3.4% 0;
	padding: 0 0 1.6% 0;
	border-bottom: 1px solid  #FF3300;	
}
h4 p {margin: 0 0 2.4% 0;}
h5 p {margin: 0 0 1.3% 0;}

#mobilePromo {display:none;} 

.quote {
	border-top: 1px solid #FF3300;	
	border-bottom: 1px solid #FF3300;	
	padding: 2.5% 0;
	margin: 1.5% 0;
	margin: 1.5% 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FF3300;	
	line-height: 2.4rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
}	
.celebB4afters {
	border-top: 3px solid #fff600;
	border-bottom: 3px solid #fff600;
	background: #000;
	padding: 1.5% 1%; 
	width: 98%;
	margin-bottom: 5%;
}
.gryBox {
	padding: 1% 5%;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	-webkit-border-radius: 8px;
	background: #e8e8e8;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.7rem;
	font-weight: bold;
	color: #000;	
	line-height: 2.7rem;
	font-family: "aller", 'Open Sans', sans serif;
	background: #e8e8e8;
	font-style: italic;
	margin-top: 1%;
}
#mainAside {
	float: left;
	width: 38%;	
	font-family:'Open Sans', sans serif;
	font-size: 1.2rem;
	line-height: 1.3rem;
	position: relative;
	margin: 0 4% 0 0;
	color: #6e6e6e;
}
#jack {
	-moz-border-radius: 8px;
	border-radius: 8px;	
	-webkit-border-radius: 8px;
	box-shadow: 0 0 6px #b4b4b4;
	width: 80%;
	padding: 10%;
}
#espn {
	width: 96%;
	font-weight: 600;
	margin: 2% 0 0 0;	
}
#espn img {width: 90%;}
#espn p {
	padding: 3%;	
}
.bullets {
	-moz-border-radius: 8px;
	border-radius: 8px;	
	-webkit-border-radius: 8px;
	box-shadow: 0 0 6px #b4b4b4;
	width: 80%;
	padding: 4.5% 10%;
	margin: 5% 0 4% 0;
}
.line, .line2 {
	border-bottom: 1px solid #CCC;
	width: 100%;
	margin: 3% 0;	
}
.line2 {border-bottom: 6px solid #CCC;}

.bulletWrp {
	margin: 2% 0;
	display: block;	
	/* list-style-image: url("./images/bullet-checkmark.png"); */ 
}
.bulletWrp li{
	font-weight: 600;
	margin: 2% 0 0 0;
}
#perDay {margin-top: 4.5%;}
#perDay ol a li {
	list-style-position: inside;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6rem;
	padding: 0 2% 0 6%;
	text-decoration: underline;
}
#results {
	-moz-border-radius: 8px;
	border-radius: 8px;	
	-webkit-border-radius: 8px;
	box-shadow: 0 0 6px #b4b4b4;
	width: 95%;
	padding: 2.5% 3%;
	margin: 5% 0 4% 0;
}
.resultsHeader {
	background: #000;
	padding:1% 2%;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.7rem;
	font-family:'Open Sans', sans serif;
	font-weight: 600;
	color: #fff;
	margin: 0 0 3% 0;
}
.week {
	text-transform: uppercase;
	font-size: 1.6rem;
	font-family:'Open Sans', sans serif;
	font-weight: 800;
	color: #000;
	margin: 0 0 1.4% 0;
}
.quote2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 2.6rem;
	font-size: 2.0rem;
	text-align: center;	
	margin: 4.5% 3% 3% 3%;
	font-weight: 600;
	font-style: italic;
}
.blkLine2 {
	height: 9px;
	width: 100%;
	background: #000;
	margin: 5% 0 4% 0;	
}

/************************************************************************************
THE OFFER
*************************************************************************************/

.important {
	text-transform: uppercase;
	font-size: 2.0rem;
	font-family:'Open Sans', sans serif;
	font-weight: 800;
	color: #000;
	line-height: 2.2rem;
}
.tail {
	background: #000;
	margin: 4% 0;	
}
.tail img {float: right;}

.exclusive {
	padding: 2.4% 2%;	
	text-transform: uppercase;
	font-size: 2.4rem;
	font-family:'Open Sans', sans serif;
	font-weight: 700;
	color: #fff;
	line-height: 2.2rem;
	display: block;
}
.supplies {
	font-family:'Open Sans', sans serif;
	font-weight: 700;
	color: #000;
	font-size: 1.8rem;
	line-height: 2.2rem;
	width: 100%;
	text-align: center;
}
.txtBox1 {
	font-size: 1.6rem;
	font-style: italic;	
	font-weight: 600;
}
.txtBox2 {
	font-family:'Open Sans', sans serif;
	font-weight: 700;
	color: #5b5a5a;
	font-size: 1.4rem;
	line-height: 1.8rem;
	width: 100%;
	text-align: center;
}
.offerWrp {
	-moz-border-radius: 8px;
	border-radius: 8px;	
	-webkit-border-radius: 8px;
	box-shadow: 1px 0 3px #5d5d5d;
	background: #ddd;
	border: 1px solid #fff;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#dddddd));
	background-image:-webkit-linear-gradient(#ebebeb, #fff, #dddddd);
	background-image:-moz-linear-gradient(#ebebeb, #fff, #dddddd);
	background-image:-ms-linear-gradient(#ebebeb, #fff, #dddddd);
	background-image:-o-linear-gradient(#ebebeb, #fff, #dddddd);
	background-image:linear-gradient(#ebebeb, #fff, #dddddd); 
	padding: 4%;
}
.offerIMG, .buttonWrp, .promo {float: left;}

.offerIMG {
	margin-left: 15%;
	width: 31%;	
}
.free30 {
	padding: 0 0 2% 1%;
	color: #ff8400;
	font-size: 3.0rem;
	line-height: 2.8rem;
	font-style: italic;
	font-family:'Open Sans', sans serif;
	font-weight: 600;
}
.buttonWrp {
	font-family:'Open Sans', sans serif;
	color: #333;
	margin: 0 0 0 4%;
	width: 50%;
}
.buttonWrp ul {
	/* list-style-image: url("./images/bullet-arrow.png");	*/
}
.buttonWrp ul li{
	font-size: 1.8rem;
	font-weight: 400;
	font-style: italic;
	border-bottom: 1px solid #dbdbdb;
	padding: 3% 0;
}

.buttonWrp ul .offerStep {
	font-size: 3.2rem;
	font-weight:700;
	list-style: none;	
}
.promoWrp {

}
.promo {
	width: 30%;
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: 600;
	color: #333;
		
}
.button, .button2 {
	margin: 2% 0 0 0;
	padding: 3% 5%;
	color: #fff;
	background: #FF3300;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
	font-size: 2.0rem;
	line-height: 1.8rem;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	-webkit-border-radius: 8px;
	/* transition */
	-webkit-transition: all .7s; 
	-moz-transition: all  .7s;
	transition: all  .7s; 
		
}
.button {
	width: 55%;
	float:right;
	margin: 1% 0 0 0;
	border: 1px solid #2cfa03;
	background-color: #2cfa03;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#2cfa03), to(#22c602));
	background-image:-webkit-linear-gradient(#2cfa03, #84fa6d, #22c602);
	background-image:-moz-linear-gradient(#2cfa03, #84fa6d, #22c602);
	background-image:-ms-linear-gradient(#2cfa03, #84fa6d, #22c602);
	background-image:-o-linear-gradient(#2cfa03, #84fa6d, #22c602);
	background-image:linear-gradient(#2cfa03, #84fa6d, #22c602); 
	box-shadow: 1px 0 3px #5d5d5d;
	color: #fff;
	text-shadow: 1px 0 3px #000;
}
.button:hover {
	background: #2cfa03;
	border: 1px solid #22c602;
}
.remember {
	background: #000;
	padding: 2% 1.5%;	
	text-transform: uppercase;
	font-size: 1.8rem;
	font-family:'Open Sans', sans serif;
	font-weight: 700;
	color: #fff;
	line-height: 2.0rem;
	text-align: center;
	margin: 5.5% 0 3%;
}
.mayLike a:hover .txtBox9{color: #c10736}


/************************************************************************************
COMMENTS
*************************************************************************************/
.topics {
	color: #000;
	font-size: 1.4rem;
	font-family:'Open Sans', sans serif;
	font-weight: 600;
	line-height: 1.6rem;	
}
.txtBox3 {
	color: #000;
	font-size: 2.2rem;
	font-family:'Open Sans', sans serif;
	font-weight: 600;
	line-height: 2.0rem;
	float: left;
}
.txtBox4, .txtBox6 {
	float: right;
	font-size: 1.2rem;
	font-family:'Open Sans', sans serif;
	font-weight: 700;
	line-height: 1.4rem;
	color: #000;
	width: 55%;
	text-align: right;
}
.login, .viewMore {
	padding: 1.5% 4.5%;
	color: #7f7f7f;
	font-size: 1.6rem;	
	-moz-border-radius: 8px;
	border-radius: 8px;	
	-webkit-border-radius: 8px;
	box-shadow: 0 0 6px #b4b4b4;
	font-weight: 600;
	margin: 0 0 0 2%;
}
.login:hover {
	background: #F90;
	color: #fff;
	text-decoration: none;	
}
.comment {
	margin: 0 0 5.5% 0;	
}
.comment img, .txtBox5 {float: left;}
.txtBox5 {
	font-size: 1.2rem;
	font-family:'Open Sans', sans serif;
	font-weight: 700;
	line-height: 1.4rem;
	color: #989797;
	width: 75%;
	margin: 0 0 0 4%;
}
.txtBox5 p {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.45rem;
	color: #4a4a4a;
	margin: 2% 0 1.5%;
}
.txtBox6 {
	font-size: 1.45rem;
	font-weight: 600;
	line-height: 1.4rem;
	color: #b1b1b1;	
}
.txtBox6 a {
	color: #b1b1b1;
}
.txtBox6 a:hover {
	color: #666;
}
.viewMore {
	margin: 0;
	color: #000;
	padding: 1% 4%;	
	margin: 0 0 0 2.5%;	
}
.viewMore:hover {
	text-decoration: none;
	background: #F90;
	color: #fff !important;	
}

/************************************************************************************
RIGHT SIDE
*************************************************************************************/
aside {
	max-width: 397px;
	width: 36%;
	float: right;
	margin: 0 1% 0 3.5%;
}
#side1 {
	margin: 4.8% 0 0 0;
	background: #f3f3f3;
}
.special {
	background: #FF3300;
	font-size: 2.2rem;
	font-family:'Open Sans', sans serif;
	font-weight: 700;
	line-height: 2.0rem;
	color: #fff;	
	text-align: center;
	padding: 4% .5%;
}
.coverWrp {
	padding: 3% 0 0 0;
}

.coverWrp img {
	margin: 0 auto;
	box-shadow: 0 0 6px #b4b4b4;
	display: block;
}
.sideOffer {
	margin: 5% 0 0 0;
	padding: 0 5%;	
}
.sideOffer img, .sideStep {float: left}

.sideStep {
	width: 85%;
	font-size: 2.3rem;
	font-family:'Open Sans', sans serif;
	font-weight: 800;
	line-height: 2.0rem;
	color: #000;
	margin: 1% 0 0 3.5%;
	border-bottom: 1px solid #c2c2c2;
	padding: 0 0 5.5% 0;
}
.sideStep a {
	font-size: 1.4rem;
	font-family:'Open Sans', sans serif;
	font-weight: 700;
	line-height: 1.6rem;
	text-decoration: underline;
	color: #0012ff;	
}
.note, .free {
	padding: 5% 10%;
	font-size: 1.3rem;
	font-family:'Open Sans', sans serif;
	font-weight: 700;
	line-height: 1.5rem;
	color: #000;
	text-align: center		
}
.free {
	font-weight: 400;
	padding: 0 10% 5%;	
}
.sideHeader {
	font-size: 2.0rem;
	font-family:'Open Sans', sans serif;
	font-weight: 800;
	line-height: 1.8rem;
	color: #7f7f7f;	
}
#side2, #side3, #side4, #side5, #side6, #side7 {margin:12.5% 0 0 0;}

.lineYlw, .lineGry {
	display: block;
	border-top: 14px solid #fff600;
	margin: 1.2% 0 2.2% 0;	
}
.lineBlw, .lineGry {
	display: block;
	border-top: 14px solid #00abec;
	margin: 1.2% 0 2.2% 0;	
}
.train {
	font-size: 1.2rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	font-style: italic;
	line-height: 1.3rem;
	color: #7f7f7f;	
	margin: 0 0 1.6% 0;
}
#side2 img, .videoTxt,.txtBox7, .sideOfferIMG, .likeIMG, .txtBox9 {float: left}

.videoWrp {width: 45%}
.videoTxt {
	font-size: 1.2rem;
	font-family:'Open Sans', sans serif;
	font-weight: 400;
	line-height: 1.3rem;
	color: #7f7f7f;	
	margin: 0 0 0 3%;
	width: 50%;
}
.line3 {
	border-top: 1px solid #c7c7c7;
	margin: 3.5% 0;
}
.ripped {
	font-size: 1.4rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3rem;
	color: #000;	
	margin: 0 0 4% 0;	
}
.sideOffer2 {
	margin: 2.5% 0 0 0;
	color: #7f7f7f;
	/* transition */
	-webkit-transition: all .7s; 
	-moz-transition: all  .7s;
	transition: all  .7s; 
}
.sideOfferIMG {
	width: 16%;	
	margin: 3% 4% 1.5% 3%;
}
.txtBox7 {
	width: 70%;
	text-align: center;
	font-size: 1.5rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.8rem;	
}
.sideOffer2 {
	-moz-border-radius: 8px;
	border-radius: 8px;	
	-webkit-border-radius: 8px;
	box-shadow: 0 0 6px #b4b4b4;
		
}
a .sideOffer2:hover {
	background: #00acf9;
	color: #fff;	
}
.button2 {
	margin: 12% 0 2.5% 0;
	padding: 3% 2%;
	font-size: 1.6rem;
}
.button2:hover, .txtBox7:hover{
	text-decoration: none;
}
.reviewWrp {
	width: 90%;
	font-size: 1.3rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.8rem;
	font-style: italic;
	margin: 4% 0 15% 2.5%;
}
.sign {
	font-weight: bold;
	display: block;
	float: right;
	margin: 2.5% 0 0 0;	
}
.txtBox8 {
	font-size: 2.5rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 2.6rem;
	color: #515151;
	margin: 5% 0 2% 0;
	font-weight: normal;
}
#side5 img {margin: 0 0 6% 0;}

.mayLike {margin: 5% 0 0 0;}

.likeIMG {
	width: 25%;
	margin: 0 0 0 1%;
}

.txtBox9 {
	width: 65%;
	font-size: 1.8rem;
	font-family:'Open Sans', sans serif;
	font-weight: 700;
	line-height: 1.9rem;
	color: #000;	
	margin: 2% 0 0 2%;
}
.txtMH {
	text-transform: uppercase;
	font-size: 1.3rem;
	color: #939393;
	display: block;
	margin: 0 0 .5% 0;
	font-weight: 400;
}
.lineGry {
	border-top: 9px solid #969696;
	margin: 0 0 4% 0;
}
.ads {
	margin: 3% 0 0 0;
}
/************************************************************************************
FOOTER
*************************************************************************************/
footer {
	border-top: 10px solid #000;
	margin: 3% 0 0 0;	
}
footer a h1 img{
	margin: 10.5% 0;
}
footer a, .copyRT {
	float: left;	
}
footer .copyRT {
	padding: 4% 0 0 2%;	
}