@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;
}
@font-face{
	font-family: 'MyriadProRegular';
	src: url('myriadpro-regular-webfont.eot');
	src: local('?'), url('myriadpro-regular-webfont.woff') format('woff'), url('myriadpro-regular-webfont.ttf') format('truetype'), url('myriadpro-regular-webfont.svg#webfont8y9VojoZ') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'MyriadProBoldCondensed';
    src: url('myriadpro-boldcond_0.eot');
    src: url('myriadpro-boldcond_0.eot') format('embedded-opentype'),
         url('myriadpro-boldcond_0.woff') format('woff'),
         url('myriadpro-boldcond_0.ttf') format('truetype'),
         url('myriadpro-boldcond_0.svg#MyriadProBoldCondensed') format('svg');
}

@font-face {
    font-family: 'MyriadProBold';
    src: url('myriadpro-bold.eot');
    src: url('myriadpro-bold.eot') format('embedded-opentype'),
         url('myriadpro-bold.woff') format('woff'),
         url('myriadpro-bold.ttf') format('truetype'),
         url('myriadpro-bold.svg#MyriadProBold') format('svg');
}
@font-face {
    font-family: 'MyriadProSemibold';
    src: url('myriadpro-semibold_0.eot');
    src: url('myriadpro-semibold_0.eot') format('embedded-opentype'),
         url('myriadpro-semibold_0.woff') format('woff'),
         url('myriadpro-semibold_0.ttf') format('truetype'),
         url('myriadpro-semibold_0.svg#MyriadProSemibold') format('svg');
}
body {
  background: #b1dcfc none repeat scroll 0 0 ;
  font-family: Verdana,Geneva,sans-serif;
}
.header {
	background:#269aec;	
	padding:8px 0;
}
.header p {
  color: #fff;
  font-family: "MyriadProBold";
  font-size: 45px;
  text-align: center;
  line-height:normal;
}
.wrapper {
	width:1170px;
	margin:0 auto;
	position:relative;
}

.product_m {
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:100% 100%;
	padding:19px 0 65px;
	overflow:hidden;	
}
.product_img {
  float: left;
  position: relative;
  top: 50px;
  width: 373px;
  z-index: 2;
}
.product_img img {
	max-width:100%;
}

.product_info {
	float:right;
	width:484px;
	text-align:center;
	height:490px;
}
.product_info ul {
	margin:0px;
	padding:0px;
}
.product_info ul li {
  background-color:transparent;
  background-image: url("../images/icon.png");
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #0f0f0f;
  font-family: "MyriadProRegular";
  font-size: 18px;
  line-height: 30px;
  list-style: outside none none;
  margin-bottom: 12px;
  padding-bottom: 0;
  padding-left: 44px;
  text-align: left;
  position:relative;
  z-index:22;
}
.product_price {
  background: hsla(0, 0%, 0%, 0) url("../images/price_bg.png") no-repeat scroll 0 50px;
  float: right;
  left: -313px;
  position: relative;
  text-align: center;
  top: -56px;
}
.reg_p {
  color: #000;
  font-family: "MyriadProBold";
  font-size: 26px;
}
.reg_p span {
  text-decoration: line-through;
}
.today_p {
  color: #000;
  font-family: "MyriadProBold";
  font-size: 39px;
  margin-top: 4px;
}
.buy_btn {
  display: inline-block;
  margin: 12px 0;
  max-width: 356px;
  width: 100%;
}

.buy_btn img {
	max-width:100%;
}
.time_countdown {
  background: #269aec;
  padding: 12px 0;
  overflow:hidden;
}
#defaultCountdown {
     text-align: center;
}
#defaultCountdown span, #defaultCountdown2 span {
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  float: none;
  font-family: "MyriadProBold";
  font-size: 32px;
  height: 90px;
  margin-left: 26px;
  padding: 18px;
  text-align: center;
  width: 101px;
  background-size:100%;
}
#defaultCountdown2 span {
	width:118px;
	height:105px;
	font-size:39px;	
}
#defaultCountdown {
  display: inline-block;
  float: right;
  margin-right: 130px;
  text-align: center;
}
#defaultCountdown2 {
	display:block;
	float:none;
	margin-bottom:20px;
}
.countdown-period {
    display: none !important;
}
#defaultCountdown span:nth-child(1) {
	background-image:url(../images/hours.png);
	background-position:center;
	background-repeat:no-repeat;	
}

#defaultCountdown span:nth-child(2){
	background-image:url(../images/minutes.png);
	background-position:center;
	background-repeat:no-repeat;
}
#defaultCountdown span:nth-child(3){
	background-image:url(../images/seconds.png);
	background-position:center;
	background-repeat:no-repeat;
}

#defaultCountdown2 span:nth-child(1) {
	background-image:url(../images/hours.png);
	background-position:center;
	background-repeat:no-repeat;	
	
} 

#defaultCountdown2 span:nth-child(2) {
	background-image:url(../images/minutes.png);
	background-position:center;
	background-repeat:no-repeat;
}
#defaultCountdown2 span:nth-child(3) {
	background-image:url(../images/seconds.png);
	background-position:center;
	background-repeat:no-repeat;
}

.time_countdown p {
  color: #fff;
  display: inline-block;
  font-family: "MyriadProBold";
  font-size: 48px;
  font-weight: normal;
  line-height: 40px;
  padding: 25px 0;
  text-align: right;
  vertical-align: middle;
  width: 54%;
}

.what_is_3wd {
	padding:30px 0 50px;
	background-image:url(../images/about_bg.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:cover;	
}
h3 {
	text-align:center;
	color:#0f0f0f;
	font-size:40px;	
	line-height:40px;
	font-family: 'MyriadProSemibold';
	margin-bottom:30px;	
}
.about_text {
  background: none repeat scroll 0 0 rgba(249, 247, 248, 0.93);
  border: 1px solid #105ba4;
  overflow: hidden;
  padding: 30px;
}
.about_text p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	line-height:26px;
	margin-top:20px;
	color:#181818;	
}
.about_author h3 {
  background: none repeat scroll 0 0 #105ba4;
  color: #fff;
  margin: 0 auto;
  padding: 16px 0;
  width: 40%;
}
.about_author p {
  font-size: 19px;
  line-height: 35px;
  margin: 20px auto;
  text-align: center;
  width: 90%;
}
.about_text img {
	float:left;
	margin: 0 20px 10px 0;
}
.about_author {
	background:#fff;
	background-size:cover;
	padding:30px 0;	
}
.inside {
  background-image: url("../images/inside_bg.jpg");
  background-position: right -100px;
  background-repeat: no-repeat;
  background-size:100%;
  padding: 30px 0 50px;
}
.inside .about_text {
	background:none;
	border:none;
	width:60%;
	padding:0 15px;
}
.how_it_work {
	padding:50px 0 80px;	
}
.how_it_work p {
	font-size:15px;
	line-height:26px;
	margin:10px;
}
.inside h3 {
	margin:10px 0 10px;
}
.what_say {
	padding:78px 0;	
}
.what_say .wrapper {
	position:relative;
}
.aboutimg {
	position:absolute;
	top:-190px;
	right:0px;	
}
.title_m {
  background: none repeat scroll 0 0 #105ba4;
  box-sizing: border-box;
  padding: 25px 148px 25px 10px;
  text-align: center;
  width: 90%;
}
.results {
	overflow:hidden;
	width:80%;
	padding:25px 0;	
}
.col6 {
  float: left;
  margin: 0 2% 0 7%;
  text-align: center;
  width: 33%;
}
.title_m p {
	color:#fff;
	font-size:20px;
	line-height:30px;
	font-family: 'MyriadProRegular';	
}
.customer_say {
	overflow:hidden;
	margin-top:70px;	
}
.customer_img {
	float:left;
	width:263px;
	min-height:322px;
	background:url(../images/customer_bg.png) no-repeat center;
	text-align:center;
	box-sizing:border-box;
	padding:80px 40px 60px;
	margin-right:55px;
}
.customer_img .image {
	display:block;
	height:81px;
	width:81px;
	margin:0 auto 30px ;
	background:#fff;
	border-radius:50%;
	overflow:hidden;
	border:#fff solid 4px;
	box-shadow:#000 3px 3px 5px;
}
.customer_img .image img {
	max-width:100%;
	border-radius:50%;
}
.customer_img p {
	font-size:27px;
	text-align:center;
	font-family: "MyriadProBold";
	font-weight:normal;
	line-height:38px;
	color:#105ba4;	
}
.customer_img p span {
	color:#cf2127;	
}
.say_text {
	float:right;
	width:72%;	
	padding-top:32px;
}
.say_text p {
	font-size:15px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	margin-bottom:22px;
	line-height:26px;	
}
.guarantee {
	
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;	
}
.guarantee h2 {
	color:#fff;
	font-size:39px;	
	font-family: "MyriadProSemibold";
	font-weight:normal;
	background:#765ba3;
	line-height:70px;
}
.heading {
  background: #765ba3 none repeat scroll 0 0;
  margin: 0 -20px;
  position: relative;
  width: 103.5%;
}
.heading::after {
  background: rgba(0, 0, 0, 0) url("../images/heading_left_arrow.png") repeat scroll 0 0;
  content: "";
  height: 20px;
  left: -3px;
  position: absolute;
  top: -20px;
  width: 22px;
}
.heading::before {
  background: rgba(0, 0, 0, 0) url("../images/heading_right_arrow.png") repeat scroll 0 0;
  content: "";
  height: 20px;
  position: absolute;
  right: -3px;
  top: -19px;
  width: 22px;
}
.guarantee p {
	color:#161616;
	font-size:17px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:26px;
	width:80%;
	margin:0 auto 20px;	
}

.footer_product {
	text-align:center;
}
.footer_product h2 {
  background: #765ba3 none repeat scroll 0 0;
  color: #fff;
  font-family: "MyriadProSemibold";
  font-size: 38px;
  font-weight: normal;
  padding-bottom: 20px;
  padding-top: 20px;
}

.pro_img {
	text-align:center;
	max-width:100%;
}
.time {
  overflow: hidden;
  padding-bottom: 23px;
  padding-top: 38px;
  text-align: center;
}
.time h4 {
	text-align:center;
	color:#0054a5;
	font-size:50px;	
	font-family: "MyriadProBold";
	margin-bottom:18px;
	margin-top:30px;
}
.payment_price {
  color: #262626;
  font-family: "MyriadProBold";
  font-size: 33px;
  line-height: 58px;
  text-align: center;
}
.payment_price_today {
	color:#262626;
	font-size:48px;	
	font-family: "MyriadProBold";
	margin-bottom:22px;	
}
.payment_price span {
  text-decoration: line-through;
}
.payment {
	background:url(../images/price_bg2.png) no-repeat center;	
}
.btn {
	max-width:403px;
	display:block;
	margin:0 auto 12px;	
}
.footer_top {
	background:#262626;	
	padding:34px 0 20px;
}
.footer_top p {
	font-size:15px;
	line-height:26px;
	color:#fff;
	padding:0px 0 20px 0;	
	font-family:Verdana, Geneva, sans-serif;
}
.footer_bottom {
	background:#000;
	padding:10px 0;
	overflow:hidden;	
}
.payment_icon { 
	float:right;
}
.footer_link {
	float:left;	
	color:#fff;
	margin-left:-8px;
}
.footer_link a {
	color:#fff;
	text-decoration:none;
	font-size:15px;	
	padding:2px 0;
	display:inline-block;
	margin:0px 8px;
}
.footer_link a:hover {
	color:#0054a5;
}
.footer_link p {
	font-size:12px;
	color:#808080;
	margin:5px 8px;	
	line-height:16px;
}
.payment_icon > img {
  margin-top: 10px;
}
.inside-program {
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;	
}
.inside-program h2 {
  background: #765ba3 none repeat scroll 0 0;
  color: #fff;
  font-family: "MyriadProSemibold";
  font-size: 38px;
  font-weight: normal;
  line-height:70px;
}
.inside-program-text {
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0 50px;
  width: 1110px;
}
.inside_pro_dec {
  float: left;
  text-align: left;
  width: 756px;
  
}
.inside-pro_img {
  float: right;
  width: 344px;
}
.inside_pro_dec p {
  color: #161616;
  font-family: Verdana,Geneva,sans-serif;
  font-size: 15px;
  line-height: 26px;
  margin: 0 auto 20px;
}
.inside_pro_dec h4 {
  font-family: "MyriadProSemibold";
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}
.footer_product .wrapper {
  background: #fff none repeat scroll 0 0;
}
.guarantee .wrapper {
  background: #fff none repeat scroll 0 0;
  padding: 40px 0;
}
.inside-program .wrapper {
  background: #fff none repeat scroll 0 0;
}
.what_thought {
  margin: 0 auto;
  width: 100%;
}
.what_thought-text {
  margin: 0 auto;
  overflow: hidden;
  padding: 22px 0 50px;
  width: 1110px;
}
.what_thought_img {
  float: left;
  width: 377px;
}

.what_thought_dec {
  float: right;
  margin-right: 5px;
  width: 700px;
}
.what_thought .wrapper {
  background: #fff none repeat scroll 0 0;
}
.inner_wapper {
  background: #b1dcfc none repeat scroll 0 0;
  border: 3px solid #9bccf2;
  margin: 27px auto 33px;
  width: 1170px;
}
.what_thought_img > img {
  float: left;
  margin-left: -18px;
}
.what_thought_dec > p {
  color: #1e1f20;
  font-family: Verdana,Geneva,sans-serif;
  font-size: 15px;
  line-height: 26px;
}
.inside_pro_dec span {
  color: #765ba3;
  font-family: verdana;
  font-size: 14px;
  line-height: 22px;
}
.inside_pro_dec li {
  font-family: verdana;
  font-size: 14px;
  margin-bottom: 12px;
}
.inside_pro_dec ul li {
  background-image: url("../images/step_icon.png");
  background-position: 1px 4px;
  background-repeat: no-repeat;
  line-height: 23px;
  list-style: outside none none;
  padding-left: 41px;
  text-align: left;
  width: 88%;
}
.what_thought_dec h3 {
  color: #1e1f20;
  font-family: "MyriadProSemibold";
  font-size: 43px;
  margin-bottom: 27px;
  margin-top: 31px;
  text-align: left;
}
.guarantee.author_div p {
  font-size: 15px;
  width: 96%;
}
.inside_pro_dec.how_works {width: 100%;}

.product_info ul {
  background: #8cc0e6 none repeat scroll 0 0;
  border-radius: 3px;
  left: 200px;
  margin: 0;
  padding: 36px 72px;
  position: absolute;
  top: 40px;
  width: 47%;
}
.product_name {
  float: right;
  position: relative;
  z-index: 2;
}







@media (min-width:768px) and (max-width:1100px) {
.wrapper { width:90%; }	
.product_m { background-size:cover;}
.product_img { margin-left: 0; padding-top: 45px; width: 40%;}
.product_info { margin: 10px 0; width: 56%;}
.product_info ul li { background-position: 15px 10px; font-size: 17px;}
.product_name { display:none; }
.buy_btn { width:310px; }
.product_price { background-size:100%;}
#defaultCountdown { margin:0px; }
#defaultCountdown span, #defaultCountdown2 span { margin-left:5px; }
.time_countdown p { font-size: 30px; padding: 22px 0; text-align: center; width: 52%;}
.about_author h3 { width:60%; }
.about_author p { font-size: 17px; line-height: 32px; margin: 20px auto; width: 93%;}
.inside { background-position: center center; background-size: cover;}
.inside .about_text {width:70%; }
.how_it_work { padding: 34px 0;}
.customer_img { margin-right:30px; }
.say_text { float:inherit; width:auto;}
.payment_icon { width: 46%;}
.payment_icon > img { margin-top: 6px; max-width: 100%;}
.aboutimg { right: 0; top: -130px; width: 220px; }
.aboutimg > img { width: 100%;}
.col6 { margin: 0 2% 0 0; width: 45%;}
.col6 img { width:100%; }
.customer_say { margin-top:20px; }



.inner_wapper {box-sizing: border-box;overflow: hidden;width: 97%;}
.what_thought-text {width: 100%;}
.what_thought_img > img {margin-left: -11px;width: 100%;}
.what_thought_img {width: 39%;}
.what_thought_dec {margin: 0 auto;width: 59%;}
.what_thought_dec h3 {font-size: 25px;line-height: 30px;margin-bottom: 15px;margin-top: 20px;}
.inside-program-text {width: 100%;}
.inside_pro_dec {width: 60%;}
.inside-pro_img > img {width: 100%;}
.inside-pro_img {width: 39%;}

.what_thought {background: #fff none repeat scroll 0 0;}
.inside-program {background: #fff none repeat scroll 0 0;}
.guarantee {background: #fff none repeat scroll 0 0;}
.footer_product {background: #fff none repeat scroll 0 0;}


.product_info {height: auto;}
.product_price {
  left: 0;
  position: relative;
  top: 20px;
}
.product_info ul {
  background: #8cc0e6 none repeat scroll 0 0;
  left: 0;
  padding: 15px;
  position: relative;
  top: 0;
  width: auto;
}
.heading::before {display: none;}
.heading::after { display:none;}
.heading {margin: 0 auto; width:100%;}



}


@media (max-width:767px) {
.wrapper { width:90%; }
.header p { font-size:40px; line-height:48px; }
.product_img { float: none; margin-left: 0; padding-top: 0px; width: 100%; text-align:center; top:5px;}	
.product_info { float: none; margin: 30px 0 10px; text-align: center; width: 100%;}
.product_name { display: none;}
.product_info ul li {background-position: 9px 5px;box-sizing: border-box;font-size: 15px;line-height: 30px;margin: 0 auto 2px;outline-offset: 0;padding-left: 39px;width: 98%;}
.product_price { float: none; padding-top: 10px; width: 100%;max-width: 420px; margin:0 auto; background-size:100%;}
.buy_btn { max-width:300px; }
.pay_icon { display: block; margin: 0 auto;}
.time_countdown p { display:block; width:100%; text-align:center;  line-height: 50px; padding: 5px 0 25px; }
.product_m { background-size:cover; }
#defaultCountdown { display: block; float: none; margin-right: 0; text-align: center;}
.customer_say { margin:0px;}
.about_author h3 { width:80%; }
.about_author p { font-size:17px; line-height:30px; }
.inside { background-position: 0 0; background-size: auto 100%; padding: 30px 0 50px;}
.inside .about_text { box-sizing: border-box; padding: 0 15px; text-align: center; width: 100%;}
.how_it_work p { font-size: 15px; line-height: 28px; margin: 0 0 20px; text-align: center;}
.aboutimg { display:none; }
.title_m { width:100%; padding:15px; }
.title_m p { font-size:18px;}
.what_say { padding:0px; }
.results { width:100%; }
.col6 { margin: 0 2% 0 4%; text-align: center; width: 44%;}
.col6 img { max-width: 100%;}
.how_it_work { padding: 20px 0;}
.say_text { float: inherit; padding-top: 32px; width: auto;}
.customer_img { margin-right:20px; }
.say_text p { font-size:14px; }
.footer_link { float: none; margin-left: 0; text-align:center}
.payment_icon { float:none; text-align:center; margin-bottom:10px; }
.footer_top p { font-size: 14px; line-height: 25px; padding: 0 0 10px; text-align: justify;}
.guarantee { padding:30px 0; }
.pro_img img { max-width: 100%;}
.pro_img  { text-align:center; }
.time { margin-top:25px; }
.product_info {height: auto;}
.product_price {
  height: auto;
  left: 0;
  position: relative;
  right: 0;
  top: 19px;
}
.product_info ul {
  background: #8cc0e6 none repeat scroll 0 0;
  left: 0;
  padding: 20px;
  position: relative;
  top: 10px;
  width: auto;
}
.inner_wapper {box-sizing: border-box;overflow: hidden;width: 97%;}
.what_thought-text {margin: 0 auto;width: 100%;}
.what_thought_img {float: none;margin: 0 auto;width: 100%;}
.what_thought_img > img {float: none;margin: 0 auto;text-align: center;}
.what_thought_dec {float: none;margin: 0 auto;width: 100%;}
.what_thought_dec h3 {font-size: 30px;line-height: 30px;margin: 15px 0;}
.inside-program-text {margin: 0 auto;width: 100%;}
.inside_pro_dec {float: none;margin: 0 auto;width: 100%;}
.inside-pro_img {float: none;margin: 0 auto; width: 100%;}
.what_thought {background: #fff none repeat scroll 0 0;}
.inside-program {background: #fff none repeat scroll 0 0;}
.guarantee {background: #fff none repeat scroll 0 0;}
.footer_product {background: #fff none repeat scroll 0 0;}
.heading::before {display: none;}
.heading::after { display:none;}
.heading {margin: 0 auto; width:100%;}
#defaultCountdown2 span:nth-child(1) {margin-left:0px;	}
 

}


@media (max-width:480px) {
.header p { font-size:30px; line-height:38px; }
.product_price { background: none ; }
.time_countdown p { font-size:38px; padding:5px 0 20px; }
#defaultCountdown span, #defaultCountdown2 span { box-sizing: border-box; float: none; font-size: 26px; height: 80px; margin-left: 10px; padding-top: 18px; width: 80px;}	
#defaultCountdown2 span {font-size:30px;}

h3 { font-size:35px; margin-bottom:24px; }
.about_text { padding:15px; text-align:center;}
.about_text img { float: none; margin: 0 auto;}
.about_text p, .how_it_work p { font-size:14px; text-align:center; }
.about_author h3 { width:100%; }
.about_author p { font-size: 14px; line-height: 28px; margin: 10px auto; text-align: center; width: 100%; box-sizing:border-box; padding:0 10px;}
.inside { background-position: center center;  background-size: auto 100%; padding: 20px 0 40px;}
.inside .about_text { width:100%; box-sizing:border-box; }
.footer_link a { font-size: 12px; margin: 5px 0;  padding: 2px 0;}
.payment_icon > img { margin-top: 10px; max-width: 90%;}
.title_m { padding: 20px; width: 100%;}
.title_m p { font-size:16px; }
.results, .col6 { width:100%; margin:0px; }
.col6 img { max-width: 100%;}
.customer_img { float: none; margin: 0 auto;}
.say_text { float: none; margin: 0 auto 20px; text-align: center; width: 92%; padding:0px 0 20px; border-bottom:#ccc solid 1px;}
.say_text p {font-size: 14px; line-height: 25px; margin-bottom: 20px;}
.guarantee h2 { font-size:30px; margin-bottom:20px; }
.guarantee p { font-size: 15px; line-height: 26px; margin: 0 auto 20px; width: 90%;}
.payment_price { font-size:28px; }
.payment_price_today { font-size:43px; }
.btn img { max-width: 100%;}
.payment { background:none; }
.what_say { padding:0px; }
.aboutimg { display:none; }
.how_it_work { padding: 30px 0;}
.time h4 { font-size:40px; }
.footer_product { padding: 40px 0 20px ;}


.what_thought_img > img {width: 98%;}
.inside-pro_img > img {width: 98%;}


	
}

@media (max-width:580px) {.payment { background:none; } }

