/* Reboot */
	*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}

/* Global */
	@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue-webfont.woff2') format('woff2'),
         url('../fonts/BebasNeue-webfont.woff') format('woff');
    font-weight: normal;
		font-style: normal;}
	@font-face {font-family: "GFYWoodwardW00-Reg";
		src: url("../fonts/c1f39838a9281a0b951594797a9f2029.woff2") format("woff2"),
		url("../fonts/c1f39838a9281a0b951594797a9f2029.woff") format("woff");
	}
	@font-face {
    font-family: 'Segoe Script';
    src: url('../fonts/SegoeScript.woff2') format('woff2'),
        url('../fonts/SegoeScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	}

	body{background: #9e9e9e;color#000;font-family: Arial;font-size:22px;
		background: -moz-linear-gradient(left, #9e9e9e 0%, #fafafa 100%);
		background: -webkit-linear-gradient(left, #9e9e9e 0%,#fafafa 100%);
		background: linear-gradient(to right, #9e9e9e 0%,#fafafa 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#fafafa',GradientType=1 );}
	.center-middle{position: absolute;top: 50%;left: 50%;width: 100%;text-align: center;
		transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);}
	.left-middle{position: absolute;top: 50%;left: 0;width: 100%;
		transform: translate(0, -50%);-webkit-transform: translate(0, -50%);}
	.media{display: -ms-flexbox;display: flex;-ms-flex-align: start;align-items: flex-start;}
	.media img{margin-top: 8px;}
	.media-body{-ms-flex:1;flex: 1;}
	.align-self-center {-ms-flex-item-align: center!important;align-self: center!important;}
	.embed-responsive {position: relative;display: block;width: 100%;padding: 0;overflow: hidden;}
	.embed-responsive::before {display: block;content: "";}
	.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
		position: absolute;top: 0;bottom: 0;left: 0;width: 100%;height: 100%;border: 0;}
	.embed-responsive-16by9::before {padding-top: 56.25%;}

	.text-permanentmarker{font-family: 'Permanent Marker', cursive;}
	.text-black{font-family: 'Arial Black';}
	.text-gfy{font-family: "GFYWoodwardW00-Reg";font-size:34px;color: #d32d2d;line-height:1.2;}
	.text-raleway{font-family: 'Raleway', sans-serif;}
	.text-sagoe{font-family: 'Segoe Script'}
	/*.text-justify{text-align: justify;}*/
	.text-left{text-align: left}
	.text-uppercase{text-transform: uppercase;}
	.text-center{text-align: center!important;}
	.text-left{text-align: left!important;}
	.text-none{text-transform: none!important;}
	.text-red{color:#d32d2d;}
	.text-bold{font-weight: 700;}
	.fz32{font-size: 32px;}
	.fz28{font-size: 28px;}
	.mtb40{margin-top: 40px;margin-bottom: 40px;}
	.mtb30{margin-top: 30px;margin-bottom: 30px;}
	.mlr-65{margin-left: -47px;margin-right: -47px;}
	.mb20{margin-bottom: 20px;}
	.mb30{margin-bottom: 30px;}
	.mb40{margin-bottom: 40px;}
	.ml30{margin-left: 30px;}
	.ml40{margin-left: 40px;}
	.ml60{margin-left: 60px;}
	.mr60{margin-right: 60px;}
	.mr30{margin-right: 30px;}
	.mt-80{margin-top: -60px;}
	.mb-60{margin-bottom: -40px!important;}
	.lhtight{line-height:1.2;}

	.w100{width:100%;max-width:100%;display:block;margin:40px auto;}
	.img-fluid{max-width:100%}
	.img-lr30{margin-left: 30px;margin-right: 30px;}
	.img-lr50{margin-left: 50px;margin-right: 50px;}
	
	.wrapper{max-width:814px;margin:0 auto;background-color: #fff;padding:30px 47px;
		box-shadow:0 0 130px rgba(0,0,0,.3);}
	.full-width{margin-left: -47px;margin-right: -47px;padding-left: 47px;padding-right: 47px;}

	.scroll-down{border:0;padding:0;background-color:transparent;margin:0 auto 40px;display:block;cursor: pointer;}
	.scroll-down img{width:50px;}

	.headline{text-align: center;font-weight: 800;font-size: 34px;font-family: 'Raleway', sans-serif;}
	.headline .text-permanentmarker{font-size: 36px;color:#d90001;}
	.headline .line2{font-weight: 400;font-size: 30px;display:block;}
	.headline .line3{font-weight: 900;font-size: 53px;color: #1e4f10;background-color: #bbffa1;display: block;margin-top:30px;margin-bottom:10px;}
	.headline .line4{font-size:24px;font-weight: 700;}
	.btn-orange{background:url(https://newlifeorganix.com/letter/ib-shield/img/btn-bg.svg) no-repeat center top;width: 90%;max-width: 550px;font-size:42px;font-weight: 700;color:#260172!important;
		text-align: center;display:block;margin:0 auto 20px;text-decoration: none!important;padding:15px 31px;border:2px solid red;
		background-size: cover;border-radius:9px;}
	.btn-orange:hover{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/btn-bg-hover.svg);}

	.tab-container{display: -ms-flexbox;display: flex;-ms-flex-align: start;align-items: flex-start;margin-bottom:35px;margin-top: 20px;}
	ul.tabs{margin: 0px;padding: 0px;list-style: none;}
	ul.tabs li{background:#dcdcdc;color: #4f4f4f;display:block;padding:8px;cursor: pointer;width:270px;border:1px solid #9f9f9f;border-right:0;
		margin-bottom:16px;border-radius:171px 0 0 171px;}
	ul.tabs li.current{background: #235b12;color: #fff;border-color:#0d4a00}
	ul.tabs li img{border-radius:50%;width:105px;height:105px;border:4px solid #fff;margin-top: 0;}
	ul.tabs li .name{font-size: 42px;font-weight: 700;text-decoration: underline;line-height:1;text-align: center;margin-top: 5px;}
	ul.tabs li .as, ul.tabs li .watch{font-size: 18px;text-align: right;}
	ul.tabs li.current .watch{color:#fff000}
	ul.tabs li .watch{position: relative;padding-right:15px;white-space: nowrap;}
	ul.tabs li .watch::after{position: absolute;content: '';border-top:6px solid transparent;border-bottom:6px solid transparent;
		border-left:9px solid #4f4f4f;top:6px;right:0;}
	ul.tabs li.current .watch::after{border-left-color:#fff000}

	.tab-content{-ms-flex: 1;flex: 1;}
	.tab-pane{display: none;background: #235b12;padding: 10px;}
	.tab-pane.current{display: inherit;}
	
	.headline2{font-size: 36px;color:#d32d2d;font-weight: 700;font-family: 'Times New Roman';text-align: center;line-height:1.2}
	/*.headline2.fz56{font-size: 36px;}
	.headline2.fz60{font-size: 36px;}*/
	.headline2 .text-normal{font-weight: 700;}
	.begin{font-size: 60px;font-family: 'Times New Roman';}
	.sign{background:url(https://newlifeorganix.com/letter/ib-shield/img/sign.png) no-repeat center bottom;padding-top:20px;height:160px;margin-top:20px;margin-bottom: 0;
		background-size: contain;}
	.hwhy{font-weight: 700;color:#fff;background: #d62327;margin-bottom: 30px;text-transform: uppercase;
		background: -moz-linear-gradient(left, #d62327 0%, #ffffff 100%);
		background: -webkit-linear-gradient(left, #d62327 0%,#ffffff 100%);
		background: linear-gradient(to right, #d62327 0%,#ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d62327', endColorstr='#ffffff',GradientType=1 );}
	.bg-01, .bg-02, .bg-03, .bg-04, .bg-05, .bg-06, .bg-07, .bg-08, .bg-09, .bg-10{font-size: 32px;
		background:url(https://newlifeorganix.com/letter/ib-shield/img/bg-01.jpg) no-repeat;padding:20px 30px;background-size: cover;}
	.bg-01, .bg-02, .bg-03, .bg-04, .bg-05, .bg-06, .bg-07{font-size: 30px;}
	.fz22{font-size: 22px!important;}
	.bg-01{padding-left: 47px;padding-right: 47px;}
	.bg-02{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/bg-02.jpg);}
	.bg-03{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/bg-03.jpg);}
	.bg-04{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/bg-04.jpg);}
	.bg-05{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/bg-05.jpg);}
	.bg-06{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/bg-06.jpg);}
	.bg-07{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/bg-07.jpg);}
	.bg-08{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/bg-08.jpg);}
	.bg-09{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/bg-09.jpg);}
	.bg-10{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/bg-10.jpg);}
	hr{border:0;border-top:8px dotted #909090;margin:40px auto;}
	.box-pink, .box-yellow{background-color: #f8e3dc;border:1px solid #acacac;padding:20px 25px;font-style: italic;
		font-size:22px;border-radius:20px;/*text-align: justify;*/}
	.box-yellow{background-color: #f8f8dc;}
	.box-pink p:last-child, .box-yellow p:last-child{margin-bottom: 0;}
	.text-normal{font-weight: 400;}
	.symptoms{background: #1d6698;color: #fff;position: relative;padding:40px 30px;font-size:26px;margin:30px;
		background: -moz-linear-gradient(left, #1d6698 40%, #000000 100%);
		background: -webkit-linear-gradient(left, #1d6698 40%,#000000 100%);
		background: linear-gradient(to right, #1d6698 40%,#000000 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6698', endColorstr='#000000',GradientType=1 );}
	.symptoms::after{position: absolute;content:'';background: url(https://newlifeorganix.com/letter/ib-shield/img/body.png) no-repeat right top;background-size: contain;right:0;
		top:0;width:100%;height:100%;}
	.symptoms ul{background: linear-gradient(to right, #ffffff 0%, #76becd 100%);margin:0;
		-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
	.red40, .red42, .red45, .red54, .red57, .red60{color:#d32d2d;font-family: 'Times New Roman';font-weight: 700;line-height: 1.2;}
	/*.red40{font-size: 40px;}
	.red42{font-size: 42px;}
	.red54{font-size: 54px;}
	.red57{font-size: 57px;}
	.red60{font-size: 59px;}*/
	.dotted-green{border:8px dotted #049200;padding:40px 20px 30px;text-align: center;font-size: 22px;font-weight: 700;margin:40px auto;}
	.dotted-green .text-sagoe{font-size: 28px;}

	.img-02{max-width:31%;}
	.img-ncbi, .cbs{max-width: 30%;}
	.img-04, .img-08, .img-22, .img-33{max-width:42%;}
	.mayo{max-width: 18%;}
	.webmd{max-width:20%;}
	.img-13, .img-21{max-width:45%;}
	.img-11{max-width:55%;}
	.img-18{max-width: 36%;}
	.img-35{max-width: 38%;}
	.desktop-show{display: block!important;}
	.desktop-hide{display: none!important;}

	.fz28{font-size: 23px!important;}
	
		
	.bg-person{background:url(https://newlifeorganix.com/letter/ib-shield/img/img-03.jpg) no-repeat;padding-top:20px;padding-bottom: 20px;color: #fff;/*text-align: justify;*/
		background-size: cover;margin-bottom: 40px;font-size: 18px;}
	.bg-person span{font-size:20px;}
	.bg-person p{max-width:53.5%;}
	.bg-person p:nth-child(2n){margin-left: auto;}

	.img-05{font-size:64px;color:#fef6a2;text-align: center;position: relative;
		font-family: 'Times New Roman';font-weight: 700;margin-bottom: 30px;}
	.img-05 p{background: linear-gradient(to right, #fef6a2 0%,#ffffff 20%,#ffffff 80%,#fef6a2 100%);
		-webkit-background-clip: text;-webkit-text-fill-color: transparent;
		position: absolute;left:0;width: 100%;bottom:0;}
	.dotted-green.text-left{font-weight: 400;margin-bottom: 50px;}
	.source{color:#1c4476;font-weight: 700;}
	.scroll-down.mb-60{position: relative;z-index:2;}

	.img-16{background:url(https://newlifeorganix.com/letter/ib-shield/img/img-16.jpg) no-repeat;background-size: cover;padding:10px 0;}
	.bg{background-repeat: no-repeat;margin:30px -47px;padding:25px 20px;background-size: cover;text-align:center;line-height:1.2;
		color:#d32d2d;font-family: 'Times New Roman';font-size: 32px;}
	.bg-12{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/bg-12.jpg);}
	.bg-13{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/bg-13.jpg);}
	.bg-14{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/bg-14.jpg);}
	.bg-15{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/bg-15.jpg);}
	.bg-16{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/bg-16.jpg);}
	.bg-17{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/bg-17.jpg);}
	.bg-18{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/bg-18.jpg);}
	.bg-19{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/bg-19.jpg);}

	.avatar{border:1px solid #fff;width:260px;margin-right: 30px;}
	.avatar.float-right{margin-left: 30px;margin-right: 0;}

	.special-offer{background:url(https://newlifeorganix.com/letter/ib-shield/img/img-29.jpg) no-repeat left top;background-size: contain;padding-left:315px;min-height:225px;
		padding-top: 60px;margin-bottom: 30px;}
	.w50p{width:50%;}
	.img-30{width:210px;}

	.money-back{background:url(https://newlifeorganix.com/letter/ib-shield/img/img-32.png) no-repeat center top;margin: 110px 0 30px;padding:0 40px 20px;
		border:8px dotted #d51e08;background-size: contain;}
	.money-back img{width:340px;display:block;margin:-90px auto 20px}
	.divider{border:0;border-top:2px solid #6b6b6b;margin:40px 30px;}

	.btn-buy{display:block;text-decoration: none!important;margin:20px auto;background: url(https://newlifeorganix.com/letter/ib-shield/img/img-38.jpg) no-repeat;
		background-size: contain;height:78px;color: #060085!important;font-family: 'Times New Roman';font-size: 40px;text-align: center;
		padding-top:18px;max-width:500px;}
	a.text-red{font-weight: 700;color: #d32d2d!important;}
	.fz14{font-size: 14px;}
	ol.fz14{padding-left:20px;}

	.img-40{width:340px;}

	.clearfix::after {display: block;clear: both;content: "";}
	.price-item{float: left;width:33.3333%;background:#f5f5f5 url(https://newlifeorganix.com/letter/ib-shield/img/img-41.jpg) no-repeat center 100px;text-align: center;margin-top: 20px;
		border:1px solid #f0efe5;box-shadow:0 0 10px rgba(0,0,0,.5);-webkit-box-shadow:0 0 10px rgba(0,0,0,.5);
		position: relative;padding-bottom: 20px;background-size: contain;}
	.price-item:first-child{border-radius:8px 0 0 8px;}
	.price-item:last-child{border-radius:0 8px 8px 0;}
	.price-item h3{font-size: 64px;font-family: 'BebasNeue';}
	.price-item h4{margin-top: 265px;font-size:20px;line-height:1.3;margin-bottom: 20px;}
	.price-info{font-style: italic;margin-bottom: 20px;font-size: 18px;}
	.btn-cart{background: url(https://newlifeorganix.com/letter/ib-shield/img/img-44.jpg) no-repeat;width:225px;height:62px;color:#060287!important;font-size:20px;font-family:'Times New Roman';
		text-align: center;text-decoration: none!important;display:inline-block;padding-top:15px;
		background-size: contain;}
	.price-item.gold{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/img-43.jpg);}

	.price-item.platinum{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/img-42.jpg);background-color: #fff9b1;margin-top: 0;z-index:4;
		background-position: center 120px;border-radius:8px;}
	.price-item.platinum h3{color:#d32d2d;}
	.price-item.platinum h4{margin-top: 285px;margin-bottom: 0;}
	.price-item.platinum .btn-cart{background-image: url(https://newlifeorganix.com/letter/ib-shield/img/img-37.jpg);width:225px;height:62px;padding-top:15px;font-size:20px;
		margin-bottom: 15px;}
	.price-item h4 .text-gfy{font-size:22px;font-weight: 400;}
	.price-item .price{font-size:34px;text-align: right;line-height:1;margin:-3px 40px 0 0;}
	.price-line{position: relative;}
	.price-line::after{position: absolute;content:'';width: 80px;height:8px;background:url(https://newlifeorganix.com/letter/ib-shield/img/line.png) no-repeat;
		top:50%;left:50%;margin:-3px 0 0 -40px;background-size: contain;}
	.free-shipping{position: absolute;font-size:28px;transform: rotate(-18deg);-webkit-transform: rotate(-18deg);left:-10px;top:170px;}

	.price-item .btn-orange{font-size: 26px;font-family:'Times New Roman';padding:5px 0;width:80%;margin-bottom: 0;border-width:1px;}
	.price-item.platinum .btn-orange{font-size:18px;padding:16px 0;position: relative;width:94%;padding:}
	.price-item.platinum .btn-orange::after{position: absolute;content:'';width: 37%;height:10%;background:url(https://newlifeorganix.com/letter/ib-shield/img/btn-line.png) no-repeat;
		background-size: contain;right:10px;bottom:13px;}
	
	.signature{max-width:35%;}

	.wrap-arrow{position: relative;max-width:490px;margin:40px auto 20px;}
	.wrap-arrow::before, .wrap-arrow:after{position: absolute;content:'';width:100px;height:89px;left:-100px;top:-20px;
		background: url(https://newlifeorganix.com/letter/ib-shield/img/arrow-right.png) no-repeat;background-size: contain;}
	.wrap-arrow::after{background-image: url(../img/arrow-left.png);left:auto;right:-100px;}
	.wrap-arrow .btn-orange{max-width:100%;margin-bottom:0;}

	.footer{text-align: center;font-size:15px;padding-top: 20px;padding-bottom: 60px;}
	.footer a{font-weight: 700;color: #000;}

	.float-left{float:left;}
	.float-right{float:right;}

	.btn-orange.sticky{position: fixed;bottom:0;left:0;width:100%;max-width:none;z-index:100;margin-bottom: 0;border-radius:0;
		font-size: 30px;padding:5px 10px;display:none;border-width:1px;}
		
		
		.pan-bak
		{ background:#1d6698 !important;
		border-color:#1d6698 !important;
		}
		
		.pan-title
		{ color:#fff;
		text-decoration:none;
		}
		
		.pan-title a:hover
		{ color:#fff;
		text-decoration:underline;
		}
		
		.pan-body
		{ font-size:20px;
		}
		
		.pan-group
		{ margin-bottom:5px;
		}
		
		.mr40-tp
		{ margin-top:40px;
		}
		
		
		
		
		
@media (max-width:991px){
	.wrapper{padding-left: 30px;padding-right: 30px;}
	.full-width{margin-left: -30px;margin-right: -30px;padding-left: 30px;padding-right:30px;}
	.mlr-65, .bg, .btn-buy{margin-left: -30px;margin-right: -30px;}
	.headline{font-size: 32px;}
	.headline .text-permanentmarker{font-size: 34px;}
	ul.tabs li{margin-bottom: 15px;}
	ul.tabs li img{width:102px;height:102px;}
	.special-offer{padding-left: 315px;}
	.money-back{background-size: cover;}
}
@media (max-width:767px){
	body, .fz22, .box-pink, .box-yellow, .bg-person, .dotted-green{font-size: 16px!important;}
	.begin{font-size: 50px;}
	.bg-person span{font-size: 18px;}
	.headline .text-permanentmarker{font-size: 30px;line-height: 1.1;display:block;}
	.headline .line2{font-size: 20px;display:block;margin-top: 5px;}
	.headline .line3{font-size: 24px;display:block;margin-top: 20px;line-height:1.1;padding-top: 5px;padding-bottom: 5px;}
	.headline .line4{font-size: 16px;line-height:24px;display: block;}

	.tab-container{display:block;}
	ul.tabs li{width: 100%;border-radius:0;margin-bottom: 0;}
	ul.tabs li img{width:80px;height:80px;border-width:4px;margin-right: 20px;}
	ul.tabs li .name{font-size: 30px;text-align: left;}
	ul.tabs li .as, ul.tabs li .watch{font-size: 16px;text-align: left;}
	ul.tabs li .watch::after{border-top-width:6px;border-bottom-width:6px;border-left-width:9px;}
	.media:not(.always){display: block;margin-bottom: 20px;}
	.media:not(.always) img{max-width:100%;display:block;margin-left:auto;margin-right: auto;}
	.img-ncbi{max-width:60%!important;}
	.img-02, .img-04{max-width:70%!important;}
	.cbs{max-width:50%!important;}
	.mayo, .webmd{width:40%!important;}
	.img-18{max-width: 80%!important;}
	.mobile-show{display:block!important;}
	.mobile-hide{display:none!important;}

	/*.btn-orange{width:260px;height:48px;font-size: 20px;margin:0 auto 30px;line-height:48px;}*/
	.btn-orange{font-size: 22px;padding-left: 10px;padding-right: 10px;}
	.headline2, .bg, .red40, .red42, .red45, .red54, .red57, .red60{font-size: 28px;}
	.box-pink, .box-yellow{padding:15px 20px;}
	.symptoms{font-size:16px;padding:20px;margin-left: 0;margin-right: 0;}
	.symptoms ul{padding-left: 16px;}
	.ml60, .ml40, .ml30{margin-left: 0;margin-top: 20px;}
	.mr60, .mr30{margin-right: 0;margin-bottom: 20px;}
	.mb40, .mb30{margin-bottom: 20px;}
	.mtb40{margin-top: 20px;margin-bottom: 20px;}
	.img-lr30, .img-lr50{margin-left: 0;margin-right:0;}
	.bg-person p{max-width:none;}
	.img-05{font-size: 22px;}
	.mt-80{margin-top: -20px;}
	.mb-60{margin-bottom: -10px!important;}
	.text-gfy{font-size: 22px;}
	.special-offer{min-height:140px;padding:75% 30px 0;}
	.img-30{margin-left: auto;margin-right: auto;}
	.w50p{width:100%;}
	.money-back img{width:200px;}
	.money-back{padding-left: 20px;padding-right: 20px;}
	.wrap-arrow::before, .wrap-arrow::after{display:none;}
	.wrap-arrow .btn-orange{font-size: 30px;}
	/*.btn-buy{width:320px;margin:20px auto;font-size: 26px;height:50px;padding-top: 10px;}*/
	.price-item{width:100%;margin:0 auto 20px;border-radius:8px!important;max-width:260px;float:none;}
	.price-item h4{margin-top: 310px;}
	.price-item.platinum h4{margin-top: 310px;}
	.free-shipping{top:175px;left:0;}
	.price-item .price{margin-right: 60px;}

	.footer{padding-left: 20px;padding-right: 20px;}
	hr{margin:30px auto;}
	.avatar{width:50%;margin-right: 10px;}
	.avatar.float-right{margin-left: 10px;margin-right: 0;}

}
@media (max-width:577px){
	*{word-wrap:break-word;}
	.headline2, .bg, .red40, .red42, .red45, .red54, .red57, .red60{font-size: 24px;}
}

@media only screen and (max-width:480px)
{
	
.pan-body
{ font-size:16px;
}
div#mfesecure-ts-image {
    display: none;
}	
.hideOnMobile{display:none;}	
	
}

