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

body {
	color: #000000;
	font: 20px Arial;
	line-height: 30px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
body, html {
  height: 100%;
}

/* COMMON */
a {
	color: #117bd3;
	text-decoration: none;
}
a:hover {
	color: #83a6d2;
	text-decoration: underline;
}
.p_indent {
	text-indent: 5%;
}
.body_full_nomar {
	width: 100%;
	height: auto;
	position: relative;
}
.body_full {
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.body_center {
	width: 100%;
	max-width: 1080px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
h1 {
	font-family: Helvetica;
	font-size: 40px;
	color: #000000;
	line-height: normal;
}
h2 {
	font-family: Helvetica;
	font-size: 40px;
	color: #000000;
	line-height: normal;
}
h3 {
	font-family: Helvetica;
	font-size: 40px;
	color: #000000;
}
.hideFromDesktop {
	width: 0;
	height: 0;
	display: none;
	visibility: hidden;
}
.ds {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
}
.line {
	width: 100%;
	height: 1px;
	background-color: #adadad;
	margin-left: auto;
	margin-right: auto;
}

/* IMAGE FRAME */
.imgfrm {
	width: auto;
	height: auto;
	text-align: center;
	background-color: #ffffff;
	border: #ffffff solid 6px;
	padding-bottom: 10px;
}
.imgfrm img {
	width: 100%;
	height: auto;
	display: block;
}
.imgfrm span {
	width: 90%;
	height: auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

/* BUTTONS */
.btn {
	width: auto;
	height: auto;
	font-family: Helvetica;
	font-size: 40px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	/* border-radius: 8px; */
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.btn span {
	font-weight: bold;
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
}
.btn_red {
	background: rgb(252,0,1); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,0,1,1) 0%, rgba(242,0,0,1) 50%, rgba(226,0,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(252,0,1,1) 0%,rgba(242,0,0,1) 50%,rgba(226,0,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(252,0,1,1) 0%,rgba(242,0,0,1) 50%,rgba(226,0,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc0001', endColorstr='#e20001',GradientType=0 ); /* IE6-9 */
}
.btn_red:hover {
	background: #ff2929;
}
.btn_blue {
	background: rgb(0,139,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,139,255,1) 0%, rgba(0,131,240,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,139,255,1) 0%,rgba(0,131,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,139,255,1) 0%,rgba(0,131,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008bff', endColorstr='#0083f0',GradientType=0 ); /* IE6-9 */
}
.btn_blue:hover {
	background: #4e99ff;
}
.btn_orange {
	background: rgb(241,145,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(241,145,0,1) 0%, rgba(238,125,0,1) 50%, rgba(230,86,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(241,145,0,1) 0%,rgba(238,125,0,1) 50%,rgba(230,86,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(241,145,0,1) 0%,rgba(238,125,0,1) 50%,rgba(230,86,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19100', endColorstr='#e65600',GradientType=0 ); /* IE6-9 */
}
.btn_orange:hover {
	background: #fca333;
}
.btn_black {
	border-radius: 5px;
	background: rgb(54,54,54); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(54,54,54,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(54,54,54,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(54,54,54,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.btn_black:hover {
	background: #363636;
}
.btn_reg {
	text-transform: capitalize;
}

/* HEADER */
#header {
	z-index: 5;
	position: relative;
	text-align: left;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(180, 107, 107, 0.25);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	padding-bottom: 10px;
}
#header #logo {
	margin-top: 2%;
	margin-left: 2%;
}
#header #header_contact {
	width: auto;
	height: auto;
	text-align: right;
	position: absolute;
	top: 40px;
	right: 7%;
}
#header #header_contact a {
	color: #8a8a8a;
	text-decoration: none;
}
#header #header_contact span {
	display: inline-block;
	vertical-align: bottom;
}
#header #header_contact span:hover {
	text-decoration: underline;
}
#header #header_icons {
	width: 6%;
	height: auto;
	text-align: right;
	position: absolute;
	top: 38px;
	right: 20%;
}
#header #header_icons img {
	width: 30%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

/* BANNER - ORDER */
#order_banner {
	text-align: center;
	background-image: url("../img/banner.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 15px;
}
#order_banner #order_banner_top {
	width: 90%;
	height: auto;
	background-color: rgba(255, 255, 255, 0.75);
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#order_banner #order_banner_top h3 {
	font-size: 45px;
	color: #293778;
	line-height: 30px;
	margin: 0;
	padding-top: 20px;
}
#order_banner #order_banner_top ul {
	width: 46%;
	height: auto;
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
#order_banner #order_banner_top ul li {
	margin-top: 10px;
}
#order_banner #order_banner_top ul li img {
	vertical-align: top;
	padding-right: 2%;
}
#order_banner #order_banner_boxcopy {
	z-index: 1;
	width: 30%;
	height: auto;
	text-align: left;
	background-color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-bottom: 10px;
}
#order_banner #order_banner_boxcopy span {
	width: 100%;
	height: auto;
	font-family: Helvetica;
	color: #ffffff;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	background-color: #005c90;
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
}
#order_banner #order_banner_boxcopy #order_banner_boxcopy_title_larry {
	width: 78%;
	padding-left: 22%;
}
#order_banner #order_banner_boxcopy span strong {
	font-size: 28px;
	display: block;
}
#order_banner #order_banner_boxcopy #order_banner_boxcopy_ron {
	margin-top: 20px;
	margin-left: 5%;
	padding-right: 4%;
	float: left;
}
#order_banner #order_banner_boxcopy #order_banner_boxcopy_larry {
	margin-top: -70px;
	margin-left: -2%;
	padding-right: 4%;
	float: left;
}
#order_banner #order_banner_boxcopy #order_banner_boxcopy_badge {
	position: absolute;
	top: 50%;
	left: 2%;
}
#order_banner #order_banner_boxcopy p {
	font-size: 16px;
	line-height: 22px;
	padding-left: 31%;
	padding-right: 2%;
}
#order_banner #order_banner_boxcopy #order_banner_boxcopy_copy_larry {
	font-style: italic;
	padding-left: 10%;
}
#order_banner #order_banner_boxcopy #order_banner_boxcopy_copy_larry b {
	font-size: 60px;
	color: #115c8f;
	line-height: 0;
	display: block;
	padding-top: 15px;
}
#order_banner #order_banner_boxcopy .line {
	width: 90%;
}
#order_banner #order_banner_boxcopy h2 {
	font-family: Helvetica;
	font-size: 19px;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-left: 5%;
}
#order_banner #order_banner_boxcopy h2 strong {
	font-size: 25px;
	display: block;
}
#order_banner #order_banner_boxcopy #order_banner_boxcopy_sig_larry {
	font-size: 10px;
	font-style: italic;
	line-height: 18px;
	padding-bottom: 10px;
}
#order_banner #order_banner_boxcopy #order_banner_boxcopy_sig_larry strong {
	font-size: 18px;
	padding-left: 15%;
}
#order_banner #order_banner_boxcopy #order_banner_boxcopy_sig_larry_img {
	position: absolute;
	bottom: 10px;
	right: 2%;
}
#order_banner #order_banner_boxorder_m {
	width: 0;
	height: 0;
	display: none;
	visibility: hidden;
}
#order_banner .order_banner_boxorder {
	z-index: 2;
	width: 35%;
	height: auto;
	text-align: center;
	background-color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-bottom: 10px;
	margin-left: -0.6%;
}
#order_banner .order_banner_boxorder #order_banner_boxorder_title {
	width: 100%;
	height: auto;
	font-family: Helvetica;
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	background-color: #005c90;
	display: block;
	padding-top: 25px;
	padding-bottom: 20px;
}
#order_banner .order_banner_boxorder .order_banner_boxorder_arrow {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #005c90;
	margin-left: auto;
	margin-right: auto;
}
#order_banner .order_banner_boxorder #order_banner_boxorder_options {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#order_banner .order_banner_boxorder #order_banner_boxorder_options a {
	cursor: pointer;
}
#order_banner .order_banner_boxorder #order_banner_boxorder_options .order_banner_boxorder_options_option {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #f2f2f2;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
#order_banner .order_banner_boxorder #order_banner_boxorder_options .order_banner_boxorder_options_option:hover {
	background-color: #e7f4fb;
}
#order_banner .order_banner_boxorder #order_banner_boxorder_options .order_banner_boxorder_options_option_big {
	width: 120px;
	height: 120px;
	background-color: #e7f4fb;
}
#order_banner .order_banner_boxorder #order_banner_boxorder_options .order_banner_boxorder_options_option span {
	color: #6e6e6e;
	line-height: 30px;
	text-transform: uppercase;
	display: block;
	margin-top: 18px;
}
#order_banner .order_banner_boxorder #order_banner_boxorder_options .order_banner_boxorder_options_option_big span{
	margin-top: 26px;
}
#order_banner .order_banner_boxorder #order_banner_boxorder_options .order_banner_boxorder_options_option span strong {
	font-size: 40px;
	display: block;
}
#order_banner .order_banner_boxorder p {
	font-size: 25px;
	color: #6e6e6e;
	line-height: 28px;
	margin: 0;
}
#order_banner .order_banner_boxorder .line {
	width: 15%;
	height: 2px;
	background-color: #293778;
	margin-top: 10px;
	margin-bottom: 10px;
}
#order_banner .order_banner_boxorder h1 {
	font-family: Helvetica;
	font-size: 50px;
	color: #6e6e6e;
	line-height: 50px;
	margin: 0;
}
#order_banner .order_banner_boxorder #order_banner_boxorder_price_dis {
	font-size: 16px;
	line-height: 20px;
}
#order_banner .order_banner_boxorder .btn {
	width: 90%;
	margin-top: 10px;
	margin-bottom: 15px;
	cursor: pointer;
	text-transform: capitalize;
}
#order_banner .order_banner_boxorder img {
	width: 45%;
	height: auto;
}
#order_banner #order_banner_hero {
	width: 25%;
	height: auto;
	vertical-align: middle;
	margin-left: 2%;
}
#order_banner #order_banner_badge {
	position: absolute;
	top: 22%;
	right: 2%;
}
#order_banner #order_banner_boxop {
	z-index: 1;
	width: 30%;
	height: auto;
	text-align: left;
	background-color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-bottom: 20px;
	margin-left: -0.5%;
}
#order_banner #order_banner_boxop #order_banner_boxop_title {
	width: 100%;
	height: auto;
	font-family: Helvetica;
	color: #ffffff;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	background-color: #005c90;
	display: block;
	padding-top: 12px;
	padding-bottom: 15px;
}
#order_banner #order_banner_boxop #order_banner_boxop_title strong {
	font-size: 25px;
	display: block;
	padding-top: 5px;
}
#order_banner #order_banner_boxop #order_banner_boxop_title strong {
	font-size: 25px;
	display: block;
	padding-top: 5px;
}
#order_banner #order_banner_boxop ul {
	width: 73%;
	height: auto;
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #6e6e6e;
	line-height: normal;
	list-style: none;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#order_banner #order_banner_boxop ul li {
	margin-top: 10px;
}
#order_banner #order_banner_boxop ul li span {
	color: red;
}
#order_banner #order_banner_boxop #order_banner_boxop_vip {
	width: 80%;
	height: auto;
	text-align: center;
	border-radius: 15px;
	background-color: #d4e4f4;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(220,220,221,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(220,220,221,1);
    box-shadow: 2px 2px 5px 0px rgba(220,220,221,1);
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 15px;
}
#order_banner #order_banner_boxop #order_banner_boxop_vip a {
	text-decoration: none;
}
#order_banner #order_banner_boxop #order_banner_boxop_vip a:hover {
	text-decoration: none;
}
#order_banner #order_banner_boxop #order_banner_boxop_vip #order_banner_boxop_vip_checkbox {
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #ffffff;
	border: #bbbbbb solid 1px;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(220,220,221,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(220,220,221,1);
    box-shadow: 2px 2px 5px 0px rgba(220,220,221,1);
}
#order_banner #order_banner_boxop #order_banner_boxop_vip #order_banner_boxop_vip_checkbox span {
	font-size: 30px;
	color: red;
	line-height: 30px;
	cursor: pointer;
}
#order_banner #order_banner_boxop #order_banner_boxop_vip p {
	width: 70%;
	height: auto;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
#order_banner #order_banner_boxop #order_banner_boxop_vip p span {
	font-size: 20px;
	font-weight: bold;
	color: #005c90;
}
#order_banner #order_banner_tt {
	z-index: 99;
	width: 25%;
	height: auto;
	text-align: left;
	border-radius: 15px;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 2%;
	padding-right: 2%;
	position: absolute;
	bottom: 20px;
	right: -10%;
	display: none;
	visibility: hidden;
}
#order_banner #order_banner_tt p {
	font-size: 14px;
	color: #6e6e6e;
	line-height: 18px;
	margin: 0;
	cursor: default;
}

/* BODY - ORDER */
.order #order_testimonials {
	width: 65%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.order #order_testimonials p {
	font-size: 16px;
	line-height: 22px;
}
.order #order_testimonials p strong {
	color: #293778;
}
.order #order_testimonials p img {
	padding-left: 2%;
	vertical-align: top;
}
.order #order_testimonials_right {
	width: 32%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
}
.order #order_testimonials_right .line {
	width: 20%;
	margin-left: 0;
	margin-bottom: 10px;
}
.order #order_testimonials_right #order_testimonials_right_stars {
	margin-right: 2%;
}
.order #order_testimonials_right span {
	font-size: 18px;
}
.order #order_testimonials_right #order_testimonials_right_chart {
	margin-top: 20px;
}
.order #order_doctor {
	width: 98%;
	height: auto;
	background-color: #1f4181;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1%;
	padding-right: 1%;
	margin-top: 20px;
}
.order #order_doctor #order_doctor_top {
	width: 100%;
	height: auto;
	background-color: #ffffff;
}
.order #order_doctor #order_doctor_top img {
	width: 20%;
	height: auto;
	vertical-align: bottom;
	margin-left: 1%;
}
.order #order_doctor #order_doctor_top #order_doctor_top_right {
	width: 75%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-left: 3%;
	padding-bottom: 20px;
}
.order #order_doctor #order_doctor_top p {
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 25px;
	color: #1f4181;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.order #order_doctor #order_doctor_top h2 {
	font-family: ProximaNova-Regular;
	font-size: 28px;
	color: #000000;
	line-height: 25px;
	margin: 0;
}
.order #order_doctor #order_doctor_top h2 strong {
	font-size: 16px;
	color: #1f4181;
	line-height: 16px;
}
.order #order_doctor #order_doctor_copy {
	width: 96%;
	height: auto;
	font-family: ProximaNova-Regular;
	font-size: 18px;
	color: #ffffff;
	line-height: 22px;
	margin-left: auto;
	margin-right: auto;
}
.order .order_q {
	font-size: 25px;
	color: #1f4181;
	margin-top: 40px;
	margin-bottom: 0;
}
.order .order_a {
	margin-top: 0;
}
.order #order_sup {
	display: block;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.order #order_chart_d {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

/* ORDER - GUARANTEE */
#order_guarantee {
	text-align: center;
	background: rgb(238,245,251); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,245,251,1) 0%, rgba(211,227,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(238,245,251,1) 0%,rgba(211,227,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(238,245,251,1) 0%,rgba(211,227,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef5fb', endColorstr='#d3e3f4',GradientType=0 ); /* IE6-9 */
	border: #bbbbbb solid 1px;
	border-left: none;
	border-right: none;
	padding-top: 30px;
	padding-bottom: 30px; 
	margin-top: -5px;
}
#order_guarantee img {
	vertical-align: middle;
}
#order_guarantee #order_guarantee_copy {
	width: 70%;
	height: auto;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	margin-left: 3%;
}
#order_guarantee #order_guarantee_copy h1 {
	font-size: 42px;
	font-weight: normal;
	color: #293778;
	line-height: 33px;
	text-transform: uppercase;
	margin: 0;
}
#order_guarantee #order_guarantee_copy .line {
	width: 20%;
	height: 1px;
	background-color: #293778;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0;
}
#order_guarantee #order_guarantee_copy p {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 22px;
	margin: 0;
}

/* ORDER - AWARD */
#order_award {
	text-align: left;
	background-color: #0582eb;
	padding-top: 20px;
	padding-bottom: 0;
	margin-top: 40px;
}
#order_award #order_award_left {
	width: 60%;
	height: auto;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-left: 10%;
}
#order_award #order_award_left h3 {
	font-size: 50px;
	color: #ffffff;
	line-height: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#order_award #order_award_left .line {
	width: 20%;
	height: 2px;
	background-color: #ffffff;
	margin-left: 0;
}
#order_award #order_award_left p {
	color: #ffffff;
}
#order_award #order_award_award {
	position: absolute;
}
#order_award #order_award_bottom {
	width: 100%;
	height: 90px;
	text-align: left;
	background-image: url("../img/award_tile.jpg");
	margin-top: 20px;
}
#order_award #order_award_bottom img {
	margin-left: 9%;
}

/* ORDER - BUY */
#order_buy {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 40px;
}
#order_buy #order_buy_left {
	width: 35%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
#order_buy #order_buy_left #order_buy_left_hero {
	width: 100%;
	height: auto;
}
#order_buy #order_buy_left #order_buy_left_badge {
	width: 30%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
}
#order_buy #order_buy_left .btn {
	width: 70%;
	height: auto;
	font-size: 30px;
	text-transform: capitalize;
	margin-top: -10px;
}
#order_buy #order_buy_right {
	width: 60%;
	height: auto;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 2%;
}
#order_buy #order_buy_right h3 {
	font-size: 37px;
	font-weight: normal;
	color: #1a3983;
	letter-spacing: -1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/* DANOFF */
#danoff {
	width: 971px;
	height: auto;
	border: #1e4181 solid 9px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 20px;
}
#danoff #danoff_top {
	width: 100%;
	height: auto;
	text-align: left;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 43%, rgba(229,242,251,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 43%,rgba(229,242,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 43%,rgba(229,242,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5f2fb',GradientType=0 ); /* IE6-9 */
	position: relative;
	padding-top: 10px;
}
#danoff #danoff_top img {
	width: 30%;
	height: auto;
	margin-left: 1%;
	display: inline-block;
	vertical-align: top;
}
#danoff #danoff_top #danoff_top_right {
	width: 63%;
	height: auto;
	text-align: center;
	margin-left: -2%;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}
#danoff #danoff_top #danoff_top_right span {
	width: 100%;
	height: auto;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 38px;
	color: #374f99;
	letter-spacing: -1px;
	line-height: 40px;
}
#danoff #danoff_top #danoff_top_right p {
	width: 70%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #000000;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
#danoff #danoff_bottom {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #1e4181;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: -5px;
}
#danoff #danoff_bottom p {
	width: 95%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

/* BUY- PODS */
.buyPods {
	text-align: center;
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.buyPods .buyPods_pod {
	width: 25%;
	height: auto;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-bottom: 20px;
	margin-right: 1%;
}
.buyPods .buyPods_pod:hover {
	background-color: #f4f4f4;
}
.buyPods .buyPods_pod:last-child {
	margin-right: 0;
}
.buyPods .buyPods_pod .buyPods_pod_title {
	width: 100%;
	font-size: 30px;
	color: #ffffff;
	line-height: 40px;
	letter-spacing: -1px;
	text-transform: uppercase;
	background-color: #000000;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.buyPods .buyPods_pod p {
	font-size: 22px;
	color: #6e6e6e;
	margin: 0;
}
.buyPods .buyPods_pod .buyPods_pod_num {
	font-weight: bold;
	color: #293778;
}
.buyPods .buyPods_pod .buyPods_pod_was {
	color: #6e6e6e;
}
.buyPods .buyPods_pod .buyPods_pod_was span {
	text-decoration: line-through;
}
.buyPods .buyPods_pod .buyPods_pod_save {
	font-weight: bold;
	color: #ff0000;
}
.buyPods .buyPods_pod .buyPods_pod_guarantee {
	font-weight: bold;
	text-transform: uppercase;
}
.buyPods .buyPods_pod .buyPods_pod_price {
	font-size: 50px;
	color: #6e6e6e;
	line-height: 50px;
	margin: 0;
}
.buyPods .buyPods_pod .buyPods_pod_dis {
	font-size: 16px;
	color: #6e6e6e;
	line-height: 16px;
	margin-top: 10px;
}
.buyPods .buyPods_pod .buyPods_pod_line {
	width: 15%;
	height: 2px;
	background-color: #293778;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.buyPods .buyPods_pod .btn {
	width: 85%;
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.buyPods .buyPods_pod .buyPods_pod_rus {
	width: 50%;
	height: auto;
}
.buyPods .buyPods_pod_bot {
	width: 95%;
	height: auto;
	display: inline-block;
	position: relative;
}
.buyPods .buyPods_pod_botbox {
	width: 94%;
	height: auto;
	display: inline-block;
	position: relative;
}
.buyPods .buyPods_pod_botbox img {
	width: 100%;
	height: auto;
}
.buyPods .buyPods_pod_bot_one img {
	width: 40%;
	height: auto;
}
.buyPods_pod_bot_three .buyPods_pod_bot_three_1 {
	z-index: 3;
	width: 40%;
	height: auto;
	position: relative;
}
.buyPods_pod_bot_three .buyPods_pod_bot_three_2 {
	z-index: 2;
	width: 35%;
	height: auto;
	position: absolute;
	top: 5%;
	left: 10%;
}
.buyPods_pod_bot_three .buyPods_pod_bot_three_3 {
	z-index: 1;
	width: 35%;
	height: auto;
	position: absolute;
	top: 5%;
	right: 10%;
}
.buyPods_pod_bot_five .buyPods_pod_bot_five_1 {
	z-index: 5;
	width: 40%;
	height: auto;
	position: relative;
}
.buyPods_pod_bot_five .buyPods_pod_bot_five_2 {
	z-index: 4;
	width: 35%;
	height: auto;
	position: absolute;
	top: 5%;
	left: 13%;
}
.buyPods_pod_bot_five .buyPods_pod_bot_five_3 {
	z-index: 3;
	width: 35%;
	height: auto;
	position: absolute;
	top: 5%;
	right: 13%;
}
.buyPods_pod_bot_five .buyPods_pod_bot_five_4 {
	z-index: 2;
	width: 30%;
	height: auto;
	position: absolute;
	top: 10%;
	left: 2%;
}
.buyPods_pod_bot_five .buyPods_pod_bot_five_5 {
	z-index: 1;
	width: 30%;
	height: auto;
	position: absolute;
	top: 10%;
	right: 2%;
}
.buyPods_pod_bot_six .buyPods_pod_bot_six_1 {
	z-index: 5;
	width: 40%;
	height: auto;
	position: relative;
}
.buyPods_pod_bot_six .buyPods_pod_bot_six_2 {
	z-index: 4;
	width: 35%;
	height: auto;
	position: absolute;
	top: 5%;
	left: 13%;
}
.buyPods_pod_bot_six .buyPods_pod_bot_six_3 {
	z-index: 3;
	width: 35%;
	height: auto;
	position: absolute;
	top: 5%;
	right: 20%;
}
.buyPods_pod_bot_six .buyPods_pod_bot_six_4 {
	z-index: 2;
	width: 30%;
	height: auto;
	position: absolute;
	top: 10%;
	left: 2%;
}
.buyPods_pod_bot_six .buyPods_pod_bot_six_5 {
	z-index: 1;
	width: 30%;
	height: auto;
	position: absolute;
	top: 10%;
	right: 10%;
}
.buyPods_pod_bot_six .buyPods_pod_bot_six_6 {
	z-index: 0;
	width: 27%;
	height: auto;
	position: absolute;
	top: 15%;
	right: 2%;
}

/* FOOTER */
#footer {
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #7c7c7c;
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer a {
	color: #000000;
}
#footer #footer_box {
	width: 78%;
	height: auto;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	background-color: #fafdfe;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

/* --------------- MOBILE --------------- */
@media screen and (max-width: 800px) {

	/* COMMON */
	body {
		font-size: 25px;
	}
	.body_full {
		max-width: 100%;
	}
	.body_center {
		max-width: 95%;
	}
	h1 {
		font-size: 8vmin;
		line-height: 10vmin;
	}
	h2 {
		font-size: 6vmin;
		line-height: 7vmin;
	}
	h3 {
		font-size: 8vmin;
		line-height: 10vmin;
	}
	img {
		max-width: 100%;
	}
	.hideFromMobile {
		width: 0;
		height: 0;
		display: none !important;
		visibility: hidden !important;
	}
	.hideFromDesktop {
		width: auto;
		height: auto;
		display: inline-block;
		visibility: visible;
	}
	.btn span {
		font-size: 8vmin;
		line-height: 9vmin;
	}
	.imgfrm span {
		font-size: 4vmin;
		line-height: 4vmin;
	}

	/* HEADER */
	#header {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 0;
	}
	#header .body_center {
		width: 100%;
		max-width: 100%;
	}
	#header p {
		font-size: 3vmin;
		margin-bottom: 10px;
	}
	#header #logo {
		max-width: 85%;
		height: auto;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 15px;
		margin-left: 3%;
	}
	#header #header_contact {
		width: 100%;
		height: auto;
		text-align: center;
		background-color: #d4e4f4;
		display: block;
		position: relative;
		top: auto;
		right: auto;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		padding-bottom: 13px;
	}
	#header #header_contact p {
		font-size: 4.4vmin;
		font-weight: bold;
		line-height: 4vmin;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		padding: 0;
	}
	#header #header_contact a {
		color: #000000;
	}
	#header #header_contact span {
		font-size: 4.4vmin;
		line-height: 4vmin;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		padding: 0;
	}
	#header #header_security {
		width: 40%;
		height: auto;
		vertical-align: middle;
		margin-left: 3%;
	}

	/* BANNER - ORDER */
	#order_banner {
		text-align: center;
		background: none;
		padding-top: 10px;
	}
	#order_banner #order_banner_wrapper {
		max-width: 100%;
	}
	#order_banner #order_banner_top {
		width: 95%;
		height: auto;
		background-color: #ffffff;
		padding-top: 10px;
		padding-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	#order_banner #order_banner_top h3 {
		font-size: 8vmin;
		line-height: 8vmin;
		margin-top: 0;
		margin-bottom: 20px;
		padding: 0;
	}
	#order_banner #order_banner_top ul {
		width: 100%;
		height: auto;
		font-size: 3.8vmin;
		line-height: 4vmin;
		display: block;
		margin: 0;
		padding: 0;
	}
	#order_banner #order_banner_top ul li {
		margin-top: 20px;
	}
	#order_banner #order_banner_top ul li img {
		width: 4%;
		height: auto;
		vertical-align: top;
		padding-right: 3%;
	}
	#order_banner #order_banner_boxorder_m {
		width: 100%;
		height: auto;
		background-image: url("../img/banner.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		display: block;
		visibility: visible;
		padding-top: 20px;
		padding-bottom: 60px;
	}
	#order_banner #order_banner_boxcopy {
		z-index: 1;
		width: 60%;
		margin-top: -30px;
	}
	#order_banner #order_banner_boxcopy span {
		font-size: 5vmin;
		line-height: 6vmin;
	}
	#order_banner #order_banner_boxcopy span strong {
		font-size: 7vmin;
	}
	#order_banner #order_banner_boxcopy #order_banner_boxcopy_title_larry {
		width: 60%;
		font-size: 3.5vmin;
		line-height: 4vmin;
		padding-left: 40%;
	}
	#order_banner #order_banner_boxcopy #order_banner_boxcopy_title_larry strong {
		font-size: 4.5vmin;
	}
	#order_banner #order_banner_boxcopy #order_banner_boxcopy_ron {
		width: 35%;
		height: auto;
		margin-top: 10px;
		margin-left: 2%;
	}
	#order_banner #order_banner_boxcopy #order_banner_boxcopy_larry {
		width: 45%;
		margin-top: -25%;
	}
	#order_banner #order_banner_boxcopy #order_banner_boxcopy_badge {
		width: 30%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 1%;
	}
	#order_banner #order_banner_boxcopy p {
		font-size: 3vmin;
		line-height: 4vmin;
	}
	#order_banner #order_banner_boxcopy #order_banner_boxcopy_copy_larry {
		padding-left: 5%;
		padding-right: 5%;
	}
	#order_banner #order_banner_boxcopy #order_banner_boxcopy_copy_larry b {
		font-size: 10vmin;
		padding-top: 4%;
	}
	#order_banner #order_banner_boxcopy h2 {
		font-size: 3.4vmin;
		line-height: 6vmin;
		margin-top: 5px;
	}
	#order_banner #order_banner_boxcopy h2 strong {
		font-size: 5vmin;
	}
	#order_banner #order_banner_boxcopy #order_banner_boxcopy_sig_larry {
		font-size: 2vmin;
		line-height: 4vmin;
	}
	#order_banner #order_banner_boxcopy #order_banner_boxcopy_sig_larry strong {
		font-size: 4vmin;
		padding-left: 0;
	}
	#order_banner #order_banner_boxcopy #order_banner_boxcopy_sig_larry_img {
		width: 40%;
		height: auto;
		right: 5%;
	}
	#order_banner .order_banner_boxorder {
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#order_banner .order_banner_boxorder #order_banner_boxorder_title {
		font-size: 6vmin;
		line-height: 6vmin;
	}
	#order_banner .order_banner_boxorder #order_banner_boxorder_options .order_banner_boxorder_options_option span {
		font-size: 4vmin;
		line-height: 7vmin;
		margin-top: 18px;
	}
	#order_banner .order_banner_boxorder #order_banner_boxorder_options .order_banner_boxorder_options_option span strong {
		font-size: 8vmin;
	}
	#order_banner .order_banner_boxorder p {
		font-size: 6vmin;
		line-height: 7vmin;
	}
	#order_banner .order_banner_boxorder h1 {
		font-size: 12vmin;
		line-height: 13vmin;
	}
	#order_banner .order_banner_boxorder #order_banner_boxorder_price_dis {
		font-size: 3.5vmin;
		line-height: 4vmin;
	}
	#order_banner .order_banner_boxorder .btn {
		width: 90%;
		margin-top: 10px;
		margin-bottom: 15px;
		cursor: pointer;
		text-transform: capitalize;
	}
	#order_banner .order_banner_boxorder img {
		width: 50%;
		height: auto;
	}
	#order_banner #order_banner_hero {
		z-index: 2;
		width: 41%;
		margin-left: -4%;
		position: relative;
	}
	#order_banner #order_banner_badge {
		z-index: 3;
		width: 30%;
		height: auto;
		top: 67%;
		right: 0;
	}
	#order_banner .order_banner_boxcopy_op {
		width: 49% !important;
		vertical-align: middle !important;
		margin-top: -10% !important;
	}
	#order_banner .order_banner_boxcopy_op #order_banner_boxcopy_title_larry {
		width: 75% !important;
		font-size: 3.5vmin;
		line-height: 4vmin;
		padding-left: 25% !important;
	}
	#order_banner #order_banner_boxop {
		width: 49%;
		margin-top: -10%;
		margin-left: -2%;
	}
	#order_banner #order_banner_boxop #order_banner_boxop_title {
		font-size: 4vmin;
	}
	#order_banner #order_banner_boxop #order_banner_boxop_title strong {
		font-size: 25px;
		display: block;
		padding-top: 5px;
	}
	#order_banner #order_banner_boxop #order_banner_boxop_title strong {
		font-size: 4.5vmin;
		padding-top: 0;
	}
	#order_banner #order_banner_boxop ul {
		width: 90%;
		font-size: 3.5vmin;
	}
	#order_banner #order_banner_boxop ul li {
		margin-top: 5px;
	}
	#order_banner #order_banner_boxop #order_banner_boxop_vip {
		width: 93%;
	}
	#order_banner #order_banner_boxop #order_banner_boxop_vip #order_banner_boxop_vip_checkbox {
		width: 20px;
		height: 20px;
		margin-right: 0.5%;
	}
	#order_banner #order_banner_boxop #order_banner_boxop_vip #order_banner_boxop_vip_checkbox span {
		font-size: 4vmin;
		line-height: 5vmin;
		display: block;
	}
	#order_banner #order_banner_boxop #order_banner_boxop_vip p {
		width: 75%;
		height: auto;
		font-size: 3vmin;
		line-height: 4vmin;
		text-align: left;
		margin: 0;
		display: inline-block;
		vertical-align: top;
	}
	#order_banner #order_banner_boxop #order_banner_boxop_vip p span {
		font-size: 4vmin;
		font-weight: bold;
		color: #005c90;
	}
	#order_banner #order_banner_tt_m {
		z-index: 99;
		width: 85%;
		height: auto;
		text-align: left;
		border-radius: 15px;
		background-color: #ffffff;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 4%;
		padding-right: 4%;
		position: relative;
		bottom: auto;
		right: auto;
		display: block;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	#order_banner #order_banner_tt_m p {
		font-size: 18px;
		color: #6e6e6e;
		line-height: 23px;
		margin: 0;
		cursor: default;
	}

	/* BODY - ORDER */
	.order .line {
		margin-top: 30px;
	}
	.order #order_testimonials {
		width: 100%;
		display: block;
	}
	.order #order_testimonials p {
		font-size: 20px;
		line-height: 30px;
	}
	.order #order_testimonials p img {
		padding-top: 5px;
	}
	.order #order_testimonials_right {
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	.order #order_testimonials_right .line {
		margin-left: auto;
		margin-right: auto;
	}
	.order #order_doctor {
		width: 96%;
		height: auto;
		background-color: #1f4181;
		margin-top: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 2%;
		padding-right: 2%;
	}
	.order #order_doctor #order_doctor_top {
		width: 100%;
		height: auto;
		background-color: #ffffff;
	}
	.order #order_doctor #order_doctor_top img {
		width: 60%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto
	}
	.order #order_doctor #order_doctor_top #order_doctor_top_right {
		width: 90%;
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.order #order_doctor #order_doctor_top p {
		font-size: 6vmin;
		line-height: 7vmin;
	}
	.order #order_doctor #order_doctor_top h2 {
		font-size: 6vmin;
		line-height: 6vmin;
	}
	.order #order_doctor #order_doctor_top h2 strong {
		font-size: 3.5vmin;
		line-height: 3.8vmin;
	}
	.order #order_doctor #order_doctor_copy {
		font-size: 22px;
		line-height: 28px;
	}
	.order .order_q {
		font-size: 7vmin;
		line-height: 8vmin;
		margin-bottom: 10px;
	}
	.order #order_sup {
		width: 100%;
	}

	/* ORDER - GUARANTEE */
	#order_guarantee {
		margin-top: 20px;
		padding-bottom: 30px;
	}
	#order_guarantee img {
		width: 40%;
		height: auto;
		vertical-align: middle;
	}
	#order_guarantee h1 {
		width: 55%;
		font-size: 4vmin;
		color: #293778;
		letter-spacing: -1px;
		border: #293778 solid 1px;
		border-left: none;
		border-right: none;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		padding-top: 15px;
	}
	#order_guarantee h1 strong {
		font-size: 15vmin;
		display: block;
	}
	#order_guarantee #order_guarantee_copy {
		width: 95%;
		display: block;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	#order_guarantee #order_guarantee_copy p {
		font-size: 5vmin;
		line-height: 7vmin;
	}

	/* ORDER - AWARD */
	#order_award {
		text-align: center;
	}
	#order_award #order_award_left {
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	#order_award #order_award_left h3 {
		font-size: 8vmin;
		line-height: 9vmin;
		margin-top: 0;
	}
	#order_award #order_award_left .line {
		width: 30%;
		margin-left: auto;
		margin-right: auto;
	}
	#order_award #order_award_left p {
		text-align: left;
		color: #ffffff;
	}
	#order_award #order_award_award {
		width: 50%;
		height: auto;
		vertical-align: top;
		margin-top: -40px;
		margin-bottom: auto;
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
	}
	#order_award #order_award_bottom {
		width: 100%;
		height: auto;
		text-align: center;
		background-image: none;
		margin-top: 0;
	}
	#order_award #order_award_bottom div {
		width: 100%;
		max-width: 100%;
	}
	#order_award #order_award_bottom img {
		width: 100%;
		margin-left: auto;
		display: block;
	}

	/* ORDER - BUY */
	#order_buy #order_buy_left {
		width: 100%;
	}
	#order_buy #order_buy_right {
		width: 100%;
		margin-left: auto;
		margin-top: 20px;
	}
	#order_buy #order_buy_right h3 {
		font-size: 10vmin;
		text-align: center;
		line-height: 11vmin;
	}
	#order_buy #order_buy_right p {
		margin-bottom: 0;
	}

	/* DANOFF */
	#danoff {
		width: 95%;
		border: #1e4181 solid 5%;
	}
	#danoff #danoff_top {
		width: 100%;
		height: auto;
		text-align: left;
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 43%, rgba(229,242,251,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 43%,rgba(229,242,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 43%,rgba(229,242,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5f2fb',GradientType=0 ); /* IE6-9 */
		position: relative;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	#danoff #danoff_top img {
		width: 50%;
		height: auto;
		margin-left: 1%;
		display: inline-block;
		vertical-align: top;
	}
	#danoff #danoff_top #danoff_top_right {
		width: 49%;
		height: auto;
		text-align: center;
		margin-left: -2%;
		display: inline-block;
		vertical-align: top;
		padding-top: 5px;
	}
	#danoff #danoff_top #danoff_top_right span {
		width: 90%;
		font-size: 4.5vmin;
		color: #374f99;
		letter-spacing: normal;
		line-height: 5vmin;
		display: block;
	}
	#danoff #danoff_top #danoff_top_copy {
		width: 90%;
		height: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 4vmin;
		color: #000000;
		text-align: center;
		line-height: 5vmin;
		display: block;
		margin-top: 10px;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#danoff #danoff_bottom {
		width: 100%;
		height: auto;
		position: relative;
		background-color: #1e4181;
		padding-top: 20px;
		padding-bottom: 10px;
		margin-top: -5px;
	}
	#danoff #danoff_bottom p {
		width: 95%;
		height: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #ffffff;
		line-height: 25px;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
	}

	/* BUY- PODS */
	.buyPods {
		width: 95%;
		height: auto;
		padding-bottom: 0;
	}
	.buyPods .buyPods_pod {
		width: 100%;
		display: block;
		padding-bottom: 20px;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.buyPods .buyPods_pod p {
		font-size: 6vmin;
		line-height: 7vmin;
	}
	.buyPods .buyPods_pod .buyPods_pod_price {
		font-size: 15vmin;
		color: #6e6e6e;
		line-height: 16vmin;
		margin: 0;
	}
	.buyPods .buyPods_pod .buyPods_pod_dis {
		font-size: 4vmin;
		line-height: 5vmin;
	}

}