/* FONTS */
@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');
}
@font-face {
	font-family: BebasNeue;
	src: url('../fon/BebasNeue.otf');
	src: url('../fon/BebasNeue.eot');
	src: url('../fon/BebasNeue.eot?#iefix') format('embedded-opentype'),
		url('../fon/BebasNeue.woff') format('woff'),
		url('../fon/BebasNeue.ttf')  format('truetype'),
		url('../fon/BebasNeue.svg#svgFontName') format('svg');
}
@font-face {
	font-family: Tahoma;
	src: url('../../../v2/fon/tahoma.otf');
	src: url('../../../v2/fon/tahoma.eot');
	src: url('../../../v2/fon/tahoma.eot?#iefix') format('embedded-opentype'),
		url('../../../v2/fon/tahoma.woff') format('woff'),
		url('../../../v2/fon/tahoma.ttf')  format('truetype'),
		url('../../../v2/fon/tahoma.svg#svgFontName') format('svg');
}
@font-face {
	font-family: Tahoma_Bold;
	src: url('../../../v2/fon/tahoma_bold.otf');
	src: url('../../../v2/fon/tahoma_bold.eot');
	src: url('../../../v2/fon/tahoma_bold.eot?#iefix') format('embedded-opentype'),
		url('../../../v2/fon/tahoma_bold.woff') format('woff'),
		url('../../../v2/fon/tahoma_bold.ttf')  format('truetype'),
		url('../../../v2/fon/tahoma_bold.svg#svgFontName') format('svg');
}

/* ROOT */
body {
	color: #000000;
	font: 20px Arial;
	line-height: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
body, html {
  height: 100%;
}

/* COMMON */
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.body_full {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.body_center {
	width: 971px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.border_black {
	border-style: solid;
	border-width: 10px;
	border-color: #000000;
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.linebreak {
	width: 100%;
	height: 1px;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	font-family: Helvetica;
	font-size: 45px;
	color: #000000;
	letter-spacing: -1px;
	line-height: normal;
}
h2 {
	font-family: BebasNeue;
	font-size: 70px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
	line-height: normal;
}
.img_fullwidth {
	width: 100%;
	height: auto;
}
.img_border_white {
	border-style: solid;
	border-width: 10px;
	border-color: #ffffff;
}
.img_dropshadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

/* BUTTONS */
.btn_blue {
	font-family: MyriadProRegular;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	background: #13417f; /* Old browsers */
	background: -moz-linear-gradient(top, #13417f 0%, #002f9c 50%, #002f9c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #13417f 0%,#002f9c 50%,#002f9c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #13417f 0%,#002f9c 50%,#002f9c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13417f', endColorstr='#002f9c',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	display: inline-block;
}
.btn_blue span {
	line-height: normal;
	display: inline-block;
	padding: 17px 40px 10px 40px;
	vertical-align: middle;
}
.btn_blue:hover {
	background: #224f88;
}

/* HEADER */
#header {
	z-index: 99;
	height: auto;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #000000;
	position: relative;
	background-color: #ffffff;
}
#header h1 {
	font-family: Tahoma_Bold;
	font-size: 54px;
	font-weight: normal;
	color: #656565;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
#header h1 strong {
	font-size: 25px;
	color: #ec292d;
	letter-spacing: 2px;
	text-transform: uppercase;
	vertical-align: middle;
}
#header #header_top {
	height: 155px;
	position: relative;
	margin-top: 10px;
}
#header #header_top #header_top_wrapper {
	height: 100%;
	position: relative;
}
#header #header_ron {
	position: absolute;
	bottom: 0;
	right: -40px;
}
#header #header_sig {
	margin-top: 10px;
	vertical-align: middle;
}
#header #header_sec {
	margin-top: 10px;
	margin-left: 15px;
	vertical-align: middle;
}
#header span {
	font-family: Tahoma_Bold;
	font-size: 30px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -2px;
	display: block;
	margin: 0;
}
#header span strong {
	font-size: 35px;
	vertical-align: top;
}

/* BANNER */
#banner {
	height: 743px;
	background-image: url(../img/banner_background.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#banner h2 {
	color: #000000;
	margin: 0;
}
#banner form {
	position: absolute;
	top: 310px;
	left: 0;
}
#banner form input[type="checkbox"] {
	width: 30px;
	height: 30px;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	background-color: #e7f4fb;
	border-style: solid;
	border-width: 1px;
	border-color: #293778;
	border-radius: 5px;
	position: absolute;
	top: 250px;
	left: 35px;
	cursor: pointer;
	padding: 8px;
}
#banner form input[type="checkbox"]:checked {
	background: #ffffff;
}
#banner form input[type="checkbox"]:checked:after {
	content: "X";
	font-size: 17px;
	font-weight: bold;
	color: #293778;
	text-align: center;
	line-height: 10px;
}
#banner form #banner_form_options {
	width: 360px;
	height: auto;
	position: absolute;
	top: 35px;
	left: 385px;
}
#banner form #banner_form_options .banner_form_option {
	width: auto;
	height: auto;
	text-align: center;
	background-color: #f2f2f2;
	color: #6e6e6e;
	padding: 10px;
	margin-right: 10px;
	display: inline-block;
}
#banner form #banner_form_options .banner_form_option:hover {
	background-color: #e7f4fb;
	border-style: solid;
	border-width: 3px;
	border-color: #293778;
}
#banner form #banner_form_options .banner_form_option_sel {
	background-color: #e7f4fb;
	border-style: solid;
	border-width: 3px;
	border-color: #293778;
}
#banner form #banner_form_options .banner_form_option p {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
}
#banner form #banner_form_options .banner_form_option p strong {
	font-size: 30px;
}
#banner form #banner_form_prices {
	width: 300px;
	height: auto;
	text-align: center;
	position: absolute;
	top: 150px;
	left: 375px;
}
#banner form #banner_form_prices p {
	font-size: 23px;
	margin: 0;
}
#banner form #banner_form_prices p span {
	text-decoration: line-through;
}
#banner form #banner_form_prices p strong {
	font-size: 21px;
}
#banner form #banner_form_prices h1 {
	font-weight: bolder;
	margin-top: 12px;
	margin-bottom: 0;
}
#banner form #banner_form_btn {
	position: absolute;
	top: 295px;
	left: 370px;
}

/* BANNER - HORIZONTAL */
#banner_a h2 {
	font-family: Arial;
	font-size: 50px;
	font-weight: bold;
	color: #000000;
	text-transform: capitalize;
	margin: 0;
	padding-top: 45px;
}
#banner_a #banner_a_list {
	width: 100%;
	height: auto;
	margin-left: 2%;
	margin-top: 10px;
}
#banner_a #banner_a_list ul {
	width: 47%;
	height: auto;
	font-family: Helvetica;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
}
#banner_a #banner_a_list ul li {
	margin-top: 10px;
}
#banner_a #banner_a_list ul li img {
	margin-right: 10px;
	vertical-align: middle;
}

/* PODS - HORIZONTAL*/
.hor_pods {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.hor_pods h1 {
	font-family: Arial;
	font-size: 37px;
	color: #1a3983;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.hor_pods .hor_pods_guarantee {
	z-index: 99;
	position: absolute;
	top: -33px;
	right: 0;
}
.hor_pods .hor_pod {
	width: 100%;
	height: 230px;
	background: #eef5fb; /* Old browsers */
	background: -moz-linear-gradient(top, #eef5fb 0%, #d3e3f4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eef5fb 0%,#d3e3f4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eef5fb 0%,#d3e3f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef5fb', endColorstr='#d3e3f4',GradientType=0 ); /* IE6-9 */
	border: 1px solid #b9b9b9;
	margin-top: 15px;
	position: relative;
}
.hor_pods .hor_pod_highlight {
	background: #fe9b01; /* Old browsers */
	background: -moz-linear-gradient(left, #fe9b01 0%, #f1f3f3 40%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fe9b01 0%,#f1f3f3 40%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fe9b01 0%,#f1f3f3 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9b01', endColorstr='#f1f3f3',GradientType=1 ); /* IE6-9 */
	border-left: none;
}
.hor_pods .hor_pod_highlight .hor_pod_highlight_pop {
	width: 230px;
	height: 35px;
	background: #fe9b01;
	border: 1px solid #b9b9b9;
	border-bottom: none;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	display: block;
	position: absolute;
	padding-top: 10px;
	top: 92px;
	left: -135px;
}
.hor_pods .hor_pod_highlight .hor_pod_highlight_pop span {
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}
.hor_pods .hor_pod .hor_pod_bot {
	width: auto;
	height: 95%;
	vertical-align: middle;
	margin-top: 1%;
}
.hor_pods .hor_pod .hor_pod_price {
	width: 35%;
	height: 90%;
	border: 1px solid #b9b9b9;
	border-top: none;
	border-bottom: none;
	display: inline-block;
	vertical-align: middle;
}
.hor_pods .hor_pod .hor_pod_price h1 {
	font-size: 50px;
	color: #000000;
	line-height: 45px;
	text-align: center;
	text-transform: capitalize;
	margin: 0;
}
.hor_pods .hor_pod .hor_pod_price h1 strong {
	font-size: 65px;
	line-height: 55px;
	vertical-align: top;
}
.hor_pods .hor_pod .hor_pod_price span {
	font-size: 23px;
	font-weight: bold;
	color: #747474;
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
}
.hor_pods .hor_pod .hor_pod_price p {
	width: 70%;
	font-size: 15px;
	font-weight: bold;
	color: #9e9e9e;
	letter-spacing: -1px;
	margin: 0;
	margin-top: 10px;
	display: inline-block;
}
.hor_pods .hor_pod .hor_pod_cta {
	width: 34%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
.hor_pods .hor_pod .hor_pod_cta .hor_pod_cta_rush {
	max-width: 80%;
	height: auto;
	margin-top: 20px;
}
.hor_pods .hor_pod .hor_pod_cta .hor_pod_cta_btn {
	width: 90%;
	height: auto;
	margin-left: 3%;
	margin-top: 5px;
}
.hor_pods .hor_pod .hor_pod_cta p {
	font-size: 20px;
	font-weight: bold;
	color: #ff0000;
	margin: 0;
}

/* GUARANTEE */
#guarantee {
	width: 100%;
	height: 130px;
	text-align: right;
}
#guarantee img {
	margin-top: -15px;
}

/* BODY */
#main #main_guarantee {
	float: right;
	margin-top: -80px;
	margin-right: 60px;
}
#main p {
	line-height: 30px;
}
#main p strong {
	color: #21366f;
}
#main #main_video_wrapper {
	width: 100%;
	height: auto;
}
#main #main_video_wrapper iframe {
	display: inline-block;
	vertical-align: top;
}
#main #main_video_wrapper #main_video_quotes {
	width: 60%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 20px;
}
#main #main_video_wrapper #main_video_quotes p {
	font-size: 17px;
	line-height: 20px;
	margin-top: 30px;
}
#main #main_video_wrapper #main_video_quotes p strong {
	color: #2d4c87;
}
#main #main_video_wrapper #main_video_doesitwork {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-top: 15px;
}
#main #main_sup_facts {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#main #main_sup_chart {
	display: block;
	margin-left: -15px;
	margin-top: 30px;
	margin-bottom: 50px;
}

/* AWARD */
#award {
	background-color: #009cf3;
	margin-top: 80px;
}
#award #award_wrapper #award_top {
	width: 68%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 30px;
}
#award #award_wrapper #award_top h1 {
	font-size: 50px;
	color: #ffffff;
	line-height: 50px;
}
#award #award_wrapper #award_top .linebreak {
	width: 20%;
	height: 2px;
	margin-left: 0;
	background-color: #ffffff;
}
#award #award_wrapper #award_top p {
	color: #ffffff;
	line-height: 30px;
}
#award #award_wrapper img {
	position: absolute;
	top: -30px;
	right: 0;
}

/* BUY */
#buy #buy_img {
	margin-left: -50px;
}
#buy #buy_btn {
	position: absolute;
	top: 320px;
	left: 110px;
}
#buy #buy_right {
	width: 65%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}
#buy #buy_right h1 {
	font-size: 38px;
	color: #1a3983;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	margin-top: 40px;
}
#buy #buy_right h1 strong {
	font-weight: bolder;
}
#buy #buy_right p {
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 40px;
}

/* BUY - PODS */
#buy_pods {
	width: 1100px;
	height: auto;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
#buy_pods .buy_pods_pod {
	width: 344px;
	height: 640px;
	background-color: #fcfcfc;
	-webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.15);
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
#buy_pods .buy_pods_pod:hover {
	background-color: #f4f4f4;
}
#buy_pods .buy_pods_pod .buy_pods_pod_title {
	width: 100%;
	height: 60px;
	background-color: #293778;
	text-align: center;
}
#buy_pods .buy_pods_pod .buy_pods_pod_title h1 {
	font-size: 25px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	padding-top: 15px;
}
#buy_pods .buy_pods_pod .buy_pods_pod_bottle {
	margin-top: -10px;
}
#buy_pods .buy_pods_pod p {
	font-size: 22px;
	color: #6e6e6e;
	margin: 0;
}
#buy_pods .buy_pods_pod .buy_pods_pod_title_small {
	font-weight: bold;
	color: #293778;
}
#buy_pods .buy_pods_pod p u {
	text-decoration: line-through;
}
#buy_pods .buy_pods_pod p strong {
	color: #ff0000;
	text-transform: uppercase;
}
#buy_pods .buy_pods_pod .buy_pods_pod_line {
	width: 45px;
	height: 2px;
	background-color: #293778;
	display: inline-block;
}
#buy_pods .buy_pods_pod .buy_pods_pod_price {
	font-size: 40px;
	color: #6e6e6e;
	margin-top: 5px;
	margin-bottom: 0;
}
#buy_pods .buy_pods_pod span {
	font-size: 16px;
	color: #6e6e6e;
}
#buy_pods .buy_pods_pod .buy_pods_pod_btn {
	padding-left: 15px;
	margin-top: 5px;
}

/* FOOTER */
#footer {
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #000000;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 30px;
}
#footer #footer_wrapper {
	width: 980px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#footer #footer_box {
	width: 96%;
	height: auto;
	font-size: 12px;
	text-align: left;
	background-color: #fafdfe;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
}
#footer ul {
	width: 100%;
	height: auto;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
#footer ul a:hover {
    text-decoration:none;
    border-bottom: 1px solid red;
    color:red;
}
#footer ul li {
	display: inline-block;
	margin-left: 3%;
}
#footer #footer_copyright {
	width: 97%;
	height: auto;
	font-size: 11px;
	text-align: right;
	display: block;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}