@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,800,700italic); /* font-family: 'Open Sans', sans-serif; */
* {
	margin:0px;
	padding:0px;
}
body {
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	color:#262626;
	margin:0px;
	padding:0px;
	background:#fff;
	background-size:cover;
}
p {
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	color:#262626;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	font-weight:normal;
}
ul, ul li {
	margin:0px;
	padding:0px;
}
/* =============================== Responsive images element =========================*/

img {
	/* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */

  width: auto\9;
	/* IE7-8 need help adjusting responsive images */

  height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#map_canvas img, .google-maps img {
	max-width: none;
}
/* =============================== Responsive images element close =========================*/



#header {
	background:#262626;
	border-bottom:#848484 solid 1px;
	overflow:hidden;
}
#header ul {
	background:url(images/top_divider.png) right bottom no-repeat;
	overflow:hidden;
}
#header ul li {
	background:url(images/top_divider.png) left bottom no-repeat;
	float:left;
	width:23%;
	padding-left:1%;
	margin-left:1%;
	text-align:center;
	letter-spacing:-1px;
	list-style:none;
	text-shadow:#1d4f88 0px 2px 1px;
	-moz-text-shadow:#1d4f88 0px 2px 1px;
	-ms-text-shadow:#1d4f88 0px 2px 1px;
	-o-text-shadow:#1d4f88 0px 2px 1px;
	-webkit-text-shadow:#1d4f88 0px 2px 1px;
}
#header ul li a {
	background:#2d79d1;
	border-top:#205694 solid 4px;
	border-right:#205694 solid 4px;
	border-bottom:#205694 solid 20px;
	border-left:#205694 solid 4px;
	display:block;
	padding:18px 0px;
	font-size:20px;
	font-weight:700;
	color:#fff;
	text-decoration:none;
	text-transform:capitalize;
	line-height:20px;
	margin-top:3px;
	margin-bottom:4px;
}
#header ul li a span {
	display:block;
	font-weight:400;
	font-size:18px;
	padding-top:3px;
}
#header ul li:first-child {
	margin-left:0px;
}
.bg_blue_texture {background:#2d99e6;}
.bg_light_blue {
	background:url(images/bg_white.png) repeat;
	margin-top:5px;
	float:left;
	padding:22px;
}
.main_container {
	width:100%;
	float:left;
}
.base_container {
	width:100%;
	max-width:1210px;
	margin:0 auto;
}
#footer {
	text-align:center;
	padding:20px 0;
	min-height:50px; clear:left;
}
#footer a {
	display:inline-block;
}
/*==============================mobileoptin order page 997 4pay page css start*=======================*/
#mobileoptin-order-page #header {
	background:#fff;
	text-align:center;
	padding:8px 0;
}
#mobileoptin-order-page #header a {
	display:inline-block;
}
#mobileoptin-order-page .mobileoptin-order-page-heading {
	position:relative;
	padding:15px 0 10px;
}
#mobileoptin-order-page .mobileoptin-order-page-heading:before {
	position:absolute;
	content:"";
	left:0px;
	width:100%;
	height:30px;
	bottom:-30px;
	background:url(images/blue-bot-arrow.png) center bottom no-repeat;
}
#mobileoptin-order-page .mobileoptin-order-page-heading {
	text-shadow: 0 2px 3px #1d4f88;
	text-align:center;
	margin:0 auto;
	max-width:1220px;
	padding:20px 10px 27px 70px;
	box-sizing:border-box;
	background:url(images/arrow-big.png) 58px center no-repeat;
}
#mobileoptin-order-page .mobileoptin-order-page-heading h1, #mobileoptin-order-page .mobileoptin-order-page-heading h3 {
	font-size:30px;
	color:#fff;
}
#mobileoptin-order-page .mobileoptin-order-page-heading h3 {
	font-style:italic;
	line-height:30px;
}
#mobileoptin-order-page .mobileoptin-order-page-heading h3 strong, #mobileoptin-order-page .mobileoptin-order-page-heading h3 span {
	font-style:normal;
}
.order-main-page {
	display:inline-block;
	width:100%;
	background:#fff;
	box-shadow:1px 2px 15px #989898;
	margin-top:40px;
	padding:25px;
	box-sizing:border-box;
}
#sidebar {
	float:left;
	width:33.7%;
}
#sidebar .your_order {border: 3px solid #e3e3e3;margin: 0 0 14px;border-radius: 17px;-moz-border-radius: 17px;-webkit-border-radius: 17px;box-shadow: 0px 0px 16px rgba(0, 0,0,0.10) inset;-moz-box-shadow: 0px 0px 16px rgba(0, 0,0,0.10) inset;-webkit-box-shadow: 0px 0px 16px rgba(0, 0,0,0.10) inset;

}
#content-area-right {
	float:right;
	width:63.3%;
	border:3px solid #e3e3e3;
	border-radius:17px;box-shadow: 0px 0px 16px rgba(0, 0,0,0.10) inset;-moz-box-shadow: 0px 0px 16px rgba(0, 0,0,0.10) inset;-webkit-box-shadow: 0px 0px 16px rgba(0, 0,0,0.10) inset;
}
.order-main-page h3 {
	background:#e34f4f;
	border-radius:15px 15px 0 0;
	font-size:23px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	padding:10px 0;
}
.order-main-page h3 span {
	font-size:20px;
	color:#fff;
	font-weight:400;
	display:block;
}
.choose-box {
	padding:10px 15px 0px 5px;
	width:100%;
	box-sizing:border-box;
	float:left;
}
.yellow-box {
	background:#fff;
}
.choose-box p, .article p {
	font-size:17px;
	color:#010101;
	float:left;
	margin-bottom:20px;
}
.choose-box p{font-size:14px; margin-bottom:10px;}
.choose-box p strong,
.choose-box p em{font-size:17px;}
.order-details {
	float:left;
	width:93%;
}
.choose-box input {
	float: left;
	margin:4px 5px 0 0;
}
.choose-box .price {
	float:right;
	font-size:27px;
	font-weight:bold;
	color:#00b478;
}
.choose-box p em {
	color:#e60000;
	display:block;
	font-weight:bold;
}
.gray-box {
	background:#eaeaea;
}
.gray-box p {
	width:75%;
}
.total-price {
	font-size:19px;
	background:url(images/price-bg.png) left top repeat-x;
	position:relative;
	padding:25px 20px 17px 17px;
	box-sizing:border-box;
	width:100%;
	text-transform:uppercase;
	float:left;
}
.total-price:before {
	width:100%;
	height:30px;
	content:"";
	background: url(images/yellow-arrow.png) center bottom no-repeat;
	position:absolute;
	left:0px;
	bottom:-29px;
	z-index:99;
}
.total-price strong.price-title {
	float:left;
	color:#fff;
}
.total-price strong.price-list {
	float:right;
	color:#00b478;
}
.form {
	background:#2d79d1;
	padding:43px 9px 9px 9px;
	clear:both;
	position:relative;border-radius: 0 0 13px 13px;-moz-border-radius: 0 0 13px 13px;-webkit-border-radius: 0 0 13px 13px;
}
.form input {
	font-size:25px;
	color:#262626;
	padding:0 10px;
	height:51px;
	background:#fff;
	border:none;
	border-top:2px solid #dddead;
	width:100%;
	box-sizing:border-box;
	font-family: "Open Sans", sans-serif
}
.form input[type="submit"] {
	background: url(images/button_next.png) left top no-repeat;
	color: #fff;
	display: inline-block;
	cursor:pointer;
	font-size: 28px;
	font-weight: 700;
	height: 85px;
	line-height: 30px;
	padding-top: 0px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 2px 1px #00754e;
	text-transform: uppercase;
	border:none;
	width: 374px;
	margin-top:10px;
}
.form .free_training_tag {
	left: -196px;
	position: absolute;
	top: -62px;
}
.form label {
	display:block;
	font-size:19px;
	color:#fefefe;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:15px;
}
.enrollment_wrap{margin: 0 0 14px;}
.enrollment_wrap h3{ background:#ef474b;padding: 7px 0;width: 90%;margin: -17px auto 0;border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;}
.enrollment_wrap h3.bottom_h{ border-radius:0 0 15px 15px;-moz-border-radius:0 0 15px 15px;-webkit-border-radius:0 0 15px 15px;}
.enrollment_wrap .top_img{ text-align:center; margin:5px 0 0;}
.enrollment_wrap .top_img img{ margin:0 auto}
.lihs_content ol{ padding:0 0 0 30px}
.lihs_content ol li{ color:#2d79d1; font-size:20px; font-weight:700; line-height:21px; margin:0 0 5px;}
.lihs_content ol li h4{ font-size:20px; font-weight:700;}
.lihs_content ol li span{ background:url(images/li-sap-bg.png) no-repeat 0 2px; font-size:14px; color:#010101; padding:0 0 0 20px; font-weight:400;margin: 0 0 0 -25px;}

.cart-img {
	text-align:center;
	padding:6px 0 0 0;
}
.cart-img img {
	display:inline-block;
}
.guarantee {
	background:#2c2c2c;
	border-radius:0 0 18px 18px;
	clear:both;
	float:left;
	width:100%;
	box-sizing:border-box;
	padding:10px 8px 15px 8px;
}
.guarantee h4 {
	font-size:21px;
	color:#fefefe;
	font-weight:bold;
	margin:0px 0 10px;
	text-align:center;
	text-transform:uppercase;
}
.guarantee p {
	font-size:14px;
	color:#fff;
	line-height:22px;
}
.money-back-img {
	float:left;
	margin-right:7px;
}
#content-area-right h2 {
	background:#2d99e6;
	border-radius:15px 15px 0 0;
	font-size:29px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:26px;
	padding:8px 0;
}
#content-area-right h2 span {font-weight: 400;font-size: 22px;text-transform: none;display: block;}
.article {
	padding:10px 15px 10px 12px; overflow:hidden;
}
.article-main {
	background:url(images/dott-bg.png) 0px -6px repeat-y;
	padding-left:18px;
}
.article h4 {
	font-size:20px;
	color:#2d79d1;
	line-height:24px;
	font-weight:bold;
	margin-bottom:10px;
}
.article h4 span {
	font-weight:600;
	color:#010101;
}
.article h4 em {color:#00b478; font-size:18px;}
.article h5{font-size: 20px;font-weight:700;text-transform: uppercase; color:#2d79d1;}
.article p {
	float:none;
	margin:0px 0 5px;
	line-height:21px;
}
.list-items {
	margin:0px 0 10px;
	list-style:none;
	padding:0px;
	overflow:hidden;
}
.list-items li {
	float:left;
	font-size:14px;
	color:#010101;
	width:100%;
	margin:0 0 3px;
	background:url(images/li-sap-bg.png) left 3px no-repeat;
	padding-left:22px;
	box-sizing:border-box;
}
.gray {
	background:#efefef;
}
.white {
	background:#fff;
}
.fpcommand{ background:url(images/software_access_bg.png) no-repeat  right center;}
.facebook_group{ background:#efefef url(images/facebook_bg.png) no-repeat right center;}
.pfofit_power .list-items{ width: 51%; float:left;}
.pfofit_power_img{ margin:15px 0 0;}
.article-content {
	display:inline-block;
	width:100%;
}
.article-main strong.bonus {
	display:block;
	color:#e60000;
	font-size:20px;
}
.article-img {
	float:left;
	width:120px;
	height:120px;
	border-radius:50%;
	margin-right:10px;
}
.fb_members_img {float: right;margin: 15px 0 0 5px;}
.total-value-price {
	border-radius:0 0 18px 18px;
	text-align:center;
	background:#196ec1 url(images/total-price-bg.jpg) left top repeat-x;
	padding:10px 0 14px;
}
#content-area-right .total-value-price h2 {
	text-transform:uppercase;
	background:none;
	padding:0px;
	line-height:36px;
}
.total-value-price span {
	font-size:25px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	display:block;
	line-height:30px;
}
.total-value-price strong {
	border-bottom:2px solid #c7d7ef;
	display:inline-block;
}

.free_training_tag2{float: left; margin: 25px 15px 0 77px;}
.review_video {
    float: left;
    font-size: 0; border: 3px #727272 solid;margin-top: 34px; 
}
.creader_wrap{clear: both;margin:0 0 0 36.2%;padding: 10px 0 0; font-size:17px; color:#010101; font-style:italic;}
.creader_wrap p{font-size:17px; color:#010101;}
.creader_wrap .left_img{ float:left; margin:0 7px 10px 0;}


 @media only screen and (max-width :1549px) {
	 .form .free_training_tag{top: 60px;width: 27%;left: -104px;}
	 
 @media only screen and (max-width :1365px) {
	.form .free_training_tag{top: 130px;width: 13%;left: -28px;}	 
	 }
 
 @media only screen and (max-width : 1199px) {
.base_container {
	padding:0 10px;
	box-sizing:border-box;
}
#content-area-right h2 {
	font-size:31px;
}
.list-items li {
	font-size:13px;
}
.choose-box .price {
	font-size:24px;
}
.total-price, .form label {
	font-size:17px;
}
.choose-box p, .article p {
	font-size:15px;
}
.form input[type="submit"] {
	background-size:100%;
	width:100%;
	font-size:24px;
}
.article h4, .order-main-page h3 span, .guarantee h4 {
	font-size:18px;
}
.order-main-page h3, .form input, .total-value-price span {
	font-size:21px;
}
#mobileoptin-order-page .mobileoptin-order-page-heading h1, #mobileoptin-order-page .mobileoptin-order-page-heading h3 {
	font-size:27px;
}
.form .free_training_tag {left: -38px;top: 124px;width: 16%;}
.form input[type="submit"]{ font-size:22px;}
}

 @media only screen and (max-width : 1024px) {
#mobileoptin-order-page .mobileoptin-order-page-heading h1, #mobileoptin-order-page .mobileoptin-order-page-heading h3 {
	font-size:24px;
}
.article h4, .order-main-page h3 span, .guarantee h4 {
	font-size:16px;
}
.order-main-page h3, .form input, .total-value-price span {
	font-size:18px;
}
#content-area-right h2 {
	font-size:28px;
}
.choose-box p, .article p {
	font-size:14px;
}
.guarantee p {
	font-size:13px;
	line-height:19px;
}
.choose-box .price {
	font-size: 22px;
}
.total-price, .form label {
	font-size:15px;
}

.free_training_tag2{   margin: 10px 15px 0 10px; width: 20%; }

.free_training_tag2 > img {
    height: auto;
    width: 100%;
}
.form .free_training_tag{ display:none}

}
 @media only screen and (max-width : 1023px) {
.form .free_training_tag {
	display:none;
}
#sidebar, #content-area-right {
	width:100%;
	box-sizing:border-box;
}
#sidebar {
	margin-bottom:10px;
}
.choose-box p {
	width:60%;
}
.order-main-page h3, .form input, .total-value-price span {
	font-size:22px;
}
.article h4, .order-main-page h3 span, .guarantee h4 {
	font-size:18px;
}
#mobileoptin-order-page .mobileoptin-order-page-heading h1, #mobileoptin-order-page .mobileoptin-order-page-heading h3 {
	font-size:18px;
}
#mobileoptin-order-page .mobileoptin-order-page-heading {
	background-size:7%;
}
.form form {
	margin: 0 auto;
	width: 54%;
}

.base_container{ float:left;}
.free_training_tag2{display: none;}

.free_training_tag2 > img {
    height: auto;
    width: 100%;
}
.review_video{width:606px; font-size:0; margin:32px auto 0; box-sizing:border-box;float: none;}
.review_video iframe{ width:600px !important; height:auto ;}
.form input[type="submit"]{ background-position:center; background-size:auto;}
.creader_wrap{ margin:0;}
}

 @media only screen and (max-width : 767px) {
#mobileoptin-order-page .mobileoptin-order-page-heading h1, #mobileoptin-order-page .mobileoptin-order-page-heading h3 {
	font-size:14px;
}
#mobileoptin-order-page .mobileoptin-order-page-heading {
	padding-left:80px;
	background-position:14px center;
	padding-right:18px;
}
#mobileoptin-order-page .mobileoptin-order-page-heading h3 {
	line-height:22px;
}
.order-main-page {
	padding:15px;
}
#mobileoptin-order-page .mobileoptin-order-page-heading {
	background-size: 34px auto;
}
.order-main-page h3, .form input, .total-value-price span {
	font-size:16px;
}
.article h4, .order-main-page h3 span, .guarantee h4 {
	font-size:15px;
}
.order-details {
	width:92%;
}
.choose-box .price, #content-area-right .total-value-price h2 {
	font-size:16px;
}
#content-area-right .total-value-price h2, #content-area-right .total-value-price h2 span {
	line-height:27px;
}
.choose-box p {
	width: 80%;
}
.choose-box p, .article p {
	font-size:13px;
}
.total-price {
	padding:26px 13px 18px 12px;
}
.total-price, .form label, .article h4, .order-main-page h3 span, .guarantee h4 {
	font-size:13px;
}
.form form {
	width:100%;
}
.form input[type="submit"] {
	font-size:25px;
	height:131px;
}
#content-area-right h2 {
	font-size:20px;
}
.article h4 {
	font-size:16px;
	line-height:21px;
}
.list-items li:nth-of-type(2n), .list-items li, .article-img {
	width:100%;
}
.article-img {
	text-align:center;
	margin:0 0 10px 0;
}}
 @media only screen and (max-width : 639px) {
.review_video{width:466px; }
.review_video iframe{ width:460px !important; height:auto !important ;}
.fpcommand{ background:none;}
.fb_members_img{ float:none; display:block; margin:15px 0 5px; }
.pfofit_power .list-items{ width:100%;}
.pfofit_power_img{ margin:0 0 15px;}
}
 @media only screen and (max-width : 479px) {
.form input[type="submit"] {
	font-size:17px;
	height:60px;background-size: 100%;
}

#mobileoptin-order-page .mobileoptin-order-page-heading {
	padding-left:66px;background-size: 36px auto;
}
.review_video{width:336px; }
.review_video iframe{ width:330px !important;}
#mobileoptin-order-page #header{ padding:8px 10px;}
.choose-box .price{ font-size:14px;}
.creader_wrap{ text-align:center;}
.creader_wrap .left_img{float: none;margin: 0;}
}


 @media only screen and (max-width : 360px) {
	 
.review_video{width:286px; }
.review_video iframe{ width:280px !important; } 
	 
	 }

 @media only screen and (max-width : 319px) {
	 
.review_video{width:286px; }
.review_video iframe{ width:280px !important; } 
	 
	 }

 @media only screen and (min-width : 360px) and (max-width:480px) and (orientation:portrait) {
.form input[type="submit"] {
	height:85px;
}


}
 @media only screen and (min-width : 360px) and (max-width:480px) and (orientation:landscape) {
.form input[type="submit"] {
	height:93px;
}


}

 