/* FONTS */
@font-face {
	font-family: FranklinGothic-DemiCond;
	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: CollegeBlock;
	src: url('../fon/CollegeBlock.otf');
	src: url('../fon/CollegeBlock.eot');
	src: url('../fon/CollegeBlock.eot?#iefix') format('embedded-opentype'),
			url('../fon/CollegeBlock.woff') format('woff'),
			url('../fon/CollegeBlock.ttf')  format('truetype'),
			url('../fon/CollegeBlock.svg#svgFontName') format('svg');
}

body {
	font: 22px Arial;
	color: #000000;
	line-height: normal;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #5c5c5c;
}
body, html {
  height: 100%;
}

/* COMMON */
a {
	color: #000000;
	text-decoration: none;
}
.body_full {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.body_center {
	width: 975px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
h1 {
	font-family: FranklinGothic-DemiCond;
	font-size: 30px;
	line-height: normal;
}
h2 {
	font-family: CollegeBlock;
	font-size: 60px;
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
}
.img_fullwidth {
	width: 100%;
	max-width: 650px;
	height: auto;
}
.hideFrom_mobile {
	display: block;
	visibility: visible;
}
.hideFrom_desktop {
	display: none;
	visibility: hidden;
}
.dropshadow {
	-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);
}
/* BUTTONS */
.btn_green {
	width: 75%;
	height: auto;
	font-family: FranklinGothic-DemiCond;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	background: rgb(15,198,59); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(15,198,59,1) 1%, rgba(13,153,47,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(15,198,59,1) 1%,rgba(13,153,47,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(15,198,59,1) 1%,rgba(13,153,47,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fc63b', endColorstr='#0d992f',GradientType=0 ); /* IE6-9 */
	border: #035b19 solid 1px;
	border-radius: 5px;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 8px;
}
.btn_green span {
	font-size: 2.5vmin;
	text-shadow: 2px 2px #035b19;
}
.btn_green:hover {
	background: #03d436;
}

/* BACKGROUND */
#background {
	z-index: 0;
	width: 100%;
	height: 1000px;
	position: fixed;
	background: #5c5c5c; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(92,92,92,1) 75%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(92,92,92,1) 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(92,92,92,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5c5c5c',GradientType=0 ); /* IE6-9 */
}

/* HEADER */
#header {
	z-index: 3;
	background-color: #0060b3;
	padding-top: 45px;
	padding-bottom: 15px;
}
#header #header_leftfade {
	z-index: 1;
	width: 35%;
	height: 100%;
	background-color: transparent;
	background: -moz-linear-gradient(left, rgba(0,141,231,1) 0%, rgba(0,141,231,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,141,231,1) 0%,rgba(0,141,231,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,141,231,1) 0%,rgba(0,141,231,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008de7', endColorstr='#00008de7',GradientType=1 ); /* IE6-9 */
	position: absolute;
	top: 0;
	left: 0;
}
#header #header_shape {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
}
#header #header_contact {
	z-index: 2;
	width: 17%;
	font-size: 10px;
	color: #bdbdbd;
	display: block;
	position: absolute;
	top: 5px;
	right: 1%;
}
#header #header_contact a {
	color: #bdbdbd;
	text-decoration: none;
	margin-right: 5%;
	margin-left: 5%;
}
#header #header_contact a:hover {
	text-decoration: underline;
}
#header #header_logo {
	z-index: 3;
	position: absolute;
	top: 10px;
	left: 2%;
}
#header #header_menu {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background: rgb(0,81,156); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,81,156,1) 0%, rgba(0,112,197,1) 40%, rgba(0,112,197,1) 60%, rgba(0,81,156,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,81,156,1) 0%,rgba(0,112,197,1) 40%,rgba(0,112,197,1) 60%,rgba(0,81,156,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,81,156,1) 0%,rgba(0,112,197,1) 40%,rgba(0,112,197,1) 60%,rgba(0,81,156,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519c', endColorstr='#00519c',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
}
#header #header_menu ul {
	width: auto;
	height: auto;
	font-family: FranklinGothic-DemiCond;
	font-size: 21px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	list-style: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#header #header_menu ul a {
	color: #ffffff;
	text-decoration: none;
}
#header #header_menu ul li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 2.5%;
}
#header #header_menu ul .header_menu_highlight {
	color: #feee1c;
}
#header #header_menu ul a:hover {
	color: #feee1c;
}

/* BODY */
#body {
	text-align: left;
	background-color: #ffffff;
	margin-top: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
}
#body .body_wrapper {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#body .body_heading_large {
	font-size: 40px;
}
#body p {
	font-size: 16px;
	line-height: 23px;
}
#body ul {
	font-size: 18px;
}
#body ul li {
	margin-bottom: 10px;
}

/* BANNER */
#banner {
	background-color: #0060b2;
}
#banner #banner_top {
	width: 98%;
	height: auto;
	background: rgb(0,146,227); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,146,227,1) 0%, rgba(0,180,245,1) 3%, rgba(0,130,206,1) 7%, rgba(0,96,179,1) 19%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,146,227,1) 0%,rgba(0,180,245,1) 3%,rgba(0,130,206,1) 7%,rgba(0,96,179,1) 19%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,146,227,1) 0%,rgba(0,180,245,1) 3%,rgba(0,130,206,1) 7%,rgba(0,96,179,1) 19%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0092e3', endColorstr='#0060b3',GradientType=0 ); /* IE6-9 */
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#banner #banner_top #banner_top_img {
	margin-top: 20px;
	vertical-align: top;
}
#banner #banner_top #banner_top_vid {
	width: 550px;
	height: auto;
	cursor: pointer;
	margin-top: 20px;
	vertical-align: top;
}
#banner #banner_top #banner_top_dis {
	width: 95%;
	height: auto;
	font-size: 12px;
	color: #78baf3;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
#banner #banner_top #banner_top_right {
	width: 39%;
	height: auto;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-left: 1%;
}
#banner #banner_top #banner_top_right h1 {
	font-size: 40px;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10%;
	margin-bottom: 10px;
}
#banner #banner_top #banner_top_right #banner_top_right_logo {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6%;
}
#banner #banner_top #banner_top_right .banner_top_right_pod {
	width: 100%;
	height: 70px;
	background-color: #00549e;
	border-radius: 25px;
	position: relative;
	margin-bottom: 20px;
}
#banner #banner_top #banner_top_right .banner_top_right_pod .banner_top_right_pod_img {
	width: 14%;
	height: auto;
	margin-left: 5%;
	margin-top: -5px;
	vertical-align: middle;
}
#banner #banner_top #banner_top_right .banner_top_right_pod p {
	width: 45%;
	height: auto;
	font-size: 12px;
	color: #ffffff;
	line-height: 17px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5%;
}
#banner #banner_top #banner_top_right .banner_top_right_pod p strong {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
#banner #banner_top #banner_top_right .banner_top_right_pod .banner_top_right_pod_grade {
	position: absolute;
	top: -10px;
	right: 5%;
}
#banner #banner_top #banner_top_right .banner_top_right_pod .banner_top_right_pod_more {
	position: absolute;
	bottom: 10px;
	right: 5%;
}
#banner #banner_top #banner_top_right #banner_top_right_best {
	width: 100%;
	height: auto;
}
#banner #banner_bottom {
	width: 98%;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-bottom: 20px;
}
#banner #banner_bottom .banner_bottom_pod {
	width: 31%;
	height: 260px;
	border-radius: 20px;
	background: rgb(167,201,223); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(167,201,223,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(167,201,223,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(167,201,223,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7c9df', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
}
#banner #banner_bottom .banner_bottom_pod .banner_bottom_pod_heading {
	width: 95%;
	height: auto;
	margin-top: 10px;
}
#banner #banner_bottom .banner_bottom_pod p {
	width: 90%;
	height: auto;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#banner #banner_bottom .banner_bottom_pod .banner_bottom_pod_btn {
	float: right;
	margin-right: 5%;
}

/* PODS */
.pods .pods_pod {
	width: 95%;
	height: auto;
	text-align: left;
	background-color: #ffffff;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	position: relative;
}
.pods .pods_pod h1 {
	color: #00396e;
	display: inline-block;
	margin: 0;
}
.pods .pods_pod span {
	font-size: 20px;
}
.pods .pods_pod .pods_pod_stamp {
	display: inline-block;
	background-color: #00a2c7;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
}
.pods .pods_pod .pods_pod_stamp span {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}
.pods .pods_pod .pods_pod_line {
	width: 100%;
	height: 1px;
	background-color: #000000;
	margin-top: 5px;
	margin-bottom: 20px;
}
.pods .pods_pod .pods_pod_img {
	vertical-align: top;
}
.pods .pods_pod .pods_pod_score {
	width: 32%;
	height: auto;
	background-color: #005dad;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1%;
	padding-right: 1%;
	position: relative;
}
.pods .pods_pod .pods_pod_score .pods_pod_score_bar {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #dddddd;
	border-radius: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 10px;
}
.pods .pods_pod .pods_pod_score .pods_pod_score_bar_green {
	background: rgb(0,194,47); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,194,47,1) 0%, rgba(0,210,110,1) 60%, rgba(0,210,110,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,194,47,1) 0%,rgba(0,210,110,1) 60%,rgba(0,210,110,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,194,47,1) 0%,rgba(0,210,110,1) 60%,rgba(0,210,110,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c22f', endColorstr='#00d26e',GradientType=1 ); /* IE6-9 */
}
.pods .pods_pod .pods_pod_score .pods_pod_score_bar_none {
	background-color: transparent;
	margin-top: -10px;
}
.pods .pods_pod .pods_pod_score .pods_pod_score_bar span {
	font-size: 15px;
	color: #828282;
	line-height: 10px;
	text-transform: uppercase;
	vertical-align: middle;
}
.pods .pods_pod .pods_pod_score .pods_pod_score_bar_green span {
	color: #ffffff;
}
.pods .pods_pod .pods_pod_score .pods_pod_score_bar_none span {
	font-size: 13px;
	color: #ffffff;
}
.pods .pods_pod .pods_pod_score h1 {
	font-size: 75px;
	line-height: 50px;
	color: #ffffff;
	margin-left: 55%;
}
.pods .pods_pod .pods_pod_score .pods_pod_score_outof {
	font-size: 25px;
	color: #ffffff;
}
.pods .pods_pod .pods_pod_score .pods_pod_score_rated {
	display: inline-block;
	background-color: #00a2c7;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	bottom: 40px;
	left: 5%;
}
.pods .pods_pod .pods_pod_score .pods_pod_score_rated span {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
.pods .pods_pod .pods_pod_score .pods_pod_score_result {
	position: absolute;
	bottom: 10px;
	left: 5%;
}
.pods .pods_pod .pods_pod_copy {
	width: 38%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
}
.pods .pods_pod .pods_pod_copy h1 {
	font-size: 35px;
	color: #000000;
	margin: 0;
}
.pods .pods_pod .pods_pod_copy p {
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
	margin-top: 0;
}
.pods .pods_pod .pods_pod_copy .pods_pod_copy_dis {
	color: #808080;
	margin-top: 10px;
	margin-bottom: 0;
	font-style: italic;
	text-align: right;
}
.pods .pods_pod .pods_pod_copy_review {
	width: 95%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pods .pods_pod .pods_pod_copy_review h1 {
	font-size: 35px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 10px;
}
.pods .pods_pod .pods_pod_copy_review p {
	font-size: 16px;
	line-height: 23px;
	margin-top: 0;
}
.pods .pods_pod .pods_pod_copy_review .pods_pod_copy_review_dis {
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
	text-align: right;
}
.pods .pods_pod .pods_pod_copy_review .pods_pod_copy_review_btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pods .pods_pod .pods_pod_copy_review .pods_pod_copy_review ul li {
	margin-top: 20px;
}
.pods .pods_pod .pods_pod_highlights {
	width: 40%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
.pods .pods_pod .pods_pod_highlights ul {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 6%;
	margin-bottom: 20px;
}
.pods .pods_pod .pods_pod_highlights p {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0;
}

/* SIGN-UP */
.signup {
	background-color: #0047b1;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.signup h2 {
	color: #ffffff;
	line-height: 60px;
	margin: 0;
}
.signup p {
	color: #ffffff;
	margin-bottom: 0;
}
.signup .signup_sub {
	width: 62%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-top: 10px;
}
.signup .signup_sub .signup_sub_h {
	width: 100%;
	font-size: 25px;
	color: #ffffff;
	line-height: normal;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2%;
}
.signup .signup_sub .signup_sub_h strong {
	font-size: 20px;
	font-weight: normal;
	color: #008eff;
	vertical-align: middle;
	padding-right: 2%
}
.signup .signup_box {
	width: 35%;
	height: 35px;
	text-align: left;
	background-color: #ffffff;
	border: #000000 solid 1px;
	-moz-box-shadow: inset 0 0 10px #7e7e7e;
	-webkit-box-shadow: inset 0 0 10px #7e7e7e;
	box-shadow: inset 0 0 10px #7e7e7e;
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
}
.signup .signup_box input {
	width: 68%;
	height: 35px;
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	padding-left: 2%;
}
.signup .signup_box img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 2%;
}

/* DOC */
#doc {
	background: rgb(167,201,223); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(167,201,223,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(167,201,223,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(167,201,223,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7c9df', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
#doc img {
	vertical-align: middle;
	margin-right: 2%;
}
#doc p {
	width: 50%;
	height: auto;
	font-size: 15px;
	font-style: italic;
	color: #484747;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
#doc p strong {
	font-style: normal;
	color: #0060b3;
}
#doc p strong span {
	font-weight: normal;
}
#doc ul {
	width: 25%;
	height: auto;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	margin-left: 2%;
}
#doc ul li {
	margin-bottom: 10px;
}
#doc ul li img {
	width: 10%;
	height: auto;
	vertical-align: middle;
	margin-right: 2%;
}

/*BUY- PODS */
.buyPods {
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 80px;
}
.buyPods .buyPods_pod {
	width: 30%;
	height: auto;
	background: rgb(0,96,178); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,96,178,1) 0%, rgba(0,140,230,1) 50%, rgba(0,96,178,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,96,178,1) 0%,rgba(0,140,230,1) 50%,rgba(0,96,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,96,178,1) 0%,rgba(0,140,230,1) 50%,rgba(0,96,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060b2', endColorstr='#0060b2',GradientType=0 ); /* IE6-9 */
	border: #38598b solid 3px;
	border-radius: 15px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-top: 10px;
	padding-bottom: 35px;
}
.buyPods .buyPods_pod_highlight {
	background: rgb(0,140,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,140,229,1) 0%, rgba(87,174,224,1) 50%, rgba(0,140,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,140,229,1) 0%,rgba(87,174,224,1) 50%,rgba(0,140,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,140,229,1) 0%,rgba(87,174,224,1) 50%,rgba(0,140,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ce5', endColorstr='#008ce5',GradientType=0 ); /* IE6-9 */
}
.buyPods .buyPods_pod .buyPods_pod_title {
	font-size: 38px;
	color: #ffffff;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.buyPods .buyPods_pod p {
	font-family: FranklinGothic-DemiCond;
	font-size: 22px;
	color: #ffffff;
	letter-spacing: 1px;
	margin: 0;
}
.buyPods .buyPods_pod p span {
	opacity: 0.75;
}
.buyPods .buyPods_pod .buyPods_pod_price {
	font-size: 90px;
	color: #ffffff;
	margin: 0;
}
.buyPods .buyPods_pod .buyPods_pod_price span {
	font-size: 40px;
	vertical-align: super;
}
.buyPods .btn_green {
	position: absolute;
	bottom: -30px;
	left: 13%;
}
.buyPods .buyPods_pod_bot {
	width: 95%;
	height: auto;
	display: inline-block;
	position: relative;
}
.buyPods .buyPods_pod_bot_one img {
	width: 40%;
	height: auto;
}
.buyPods_pod_bot_five {
	margin-top: 20px;
	margin-bottom: 20px;
}
.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_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%;
}

/* FOOTER */
#footer {
	padding-top: 20px;
	padding-bottom: 30px;
}
#footer ul {
	width: 95%;
	height: auto;
	font-size: 12px;
	color: #c7e9ff;
	text-transform: uppercase;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
#footer ul a {
	color: #c7e9ff;
	text-decoration: none;
}
#footer ul li {
	display: inline-block;
	margin-right: 2%;
}
#footer ul li:hover {
	text-decoration: underline;
}
#footer p {
	font-size: 12px;
	color: #aeaeae;
}
#footer #footer_dis {
	width: 95%;
	height: auto;
	font-size: 10px;
	display: inline-block;
}


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

	/* COMMON */
	body {
		font-size: 30px;
	}
	.body_center {
		width: 100%;
	}
	.hideFrom_mobile {
		display: none;
		visibility: hidden;
	}
	.hideFrom_desktop {
		display: block;
		visibility: visible;
	}
	.mobileMargin {
		width: 95% !important;
		height: auto !important;
		margin-left: auto !important;
		margin-right: auto !important;
		position: relative !important;
		display: block !important;
	}

	/* HAMBURGER */
	#hamburger {
		width: 60%;
		position: absolute;
		top: 10px;
		right: 3%;
		cursor: pointer;
	}

	/* HEADER */
	#header {
		text-align: left;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	#header #header_logo {
		width: 46%;
		height: auto;
		position: relative;
		display: inline-block;
		vertical-align: middle;
		top: 0;
		left: 0;
		margin-left: 3%;
	}

	/* BODY */
	#body .body_wrapper {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	#body .body_heading_large {
		font-size: 8vmin;
	}
	#body p {
		font-size: 23px;
		line-height: 30px;
	}
	#body ul {
		font-size: 25px;
	}

	/* BANNER */
	#banner #banner_top #banner_top_img {
		width: 95%;
		height: auto;
	}
	#banner #banner_top #banner_top_vid {
		width: 95%;
		height: auto;;
	}
	#banner #banner_top #banner_top_right h1 {
		font-size: 7.5vmin;
		margin-left: 25%;
	}
	#banner #banner_top #banner_top_right .banner_top_right_pod .banner_top_right_pod_img {
		width: 9.5%;
	}
	#banner #banner_bottom .banner_bottom_pod {
		height: auto;
		padding-bottom: 40px;
		margin-bottom: 20px;
	}
	#banner #banner_bottom .banner_bottom_pod .banner_bottom_pod_heading {
		width: 90%;
	}

	/* PODS */
	.pods .pods_pod h1 {
		font-size: 7vmin;
	}
	.pods .pods_pod span {
		font-size: 3.5vmin;
	}
	.pods .pods_pod .pods_pod_stamp {
		padding-top: 0;
		padding-bottom: 0;
		position: absolute;
		top: 10%;
		right: 5%;
	}
	.pods .pods_pod .pods_pod_stamp span {
		font-size: 3vmin;
		vertical-align: middle;
	}
	.pods .pods_pod .pods_pod_img {
		width: 40%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.pods .pods_pod .pods_pod_score {
		width: 90%;
		margin-top: 20px;
	}
	.pods .pods_pod .pods_pod_score .pods_pod_score_bar {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.pods .pods_pod .pods_pod_score .pods_pod_score_bar {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.pods .pods_pod .pods_pod_score .pods_pod_score_bar span {
		font-size: 4vmin;
	}
	.pods .pods_pod .pods_pod_score .pods_pod_score_num {
		font-size: 15vmin;
		margin-top: 20px;
		margin-left: 65%;
	}
	.pods .pods_pod .pods_pod_score .pods_pod_score_outof {
		font-size: 6vmin;
	}
	.pods .pods_pod .pods_pod_score .pods_pod_score_rated {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.pods .pods_pod .pods_pod_score .pods_pod_score_rated span {
		font-size: 3vmin;
		vertical-align: middle;
	}
	.pods .pods_pod .pods_pod_copy {
		margin-top: 10px;
	}
	.pods .pods_pod .pods_pod_copy_review {
		margin-top: 20px;
	}
	.pods .pods_pod .pods_pod_copy_review p {
		font-size: 23px;
		line-height: 35px;
		margin-top: 0;
	}
	.pods .pods_pod .pods_pod_copy_review ul {
		font-size: 23px;
		line-height: 35px;
		margin-top: 0;
	}
	.pods .pods_pod .pods_pod_highlights {
		width: 95%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.pods .pods_pod .pods_pod_highlights ul {
		font-size: 4.25vmin;
	}
	.pods .pods_pod .pods_pod_highlights p {
		font-size: 4.25vmin;
		margin-left: 6%;
	}

	/* SIGN-UP */
	.signup h2 {
		font-size: 10vmin;
	}
	.signup p {
		margin-bottom: 20px;
	}
	.signup .signup_sub .signup_sub_h {
		font-size: 4vmin;
		margin-right: 0;
	}
	.signup .signup_sub .signup_sub_h strong {
		font-size: 2.5vmin;
	}
	.signup .signup_box input {
		width: 75%;
	}
	.signup .signup_box img {
		margin-left: 2%;
	}

	/* DOC */
	#doc img {
		width: 20%;
		height: auto;
		vertical-align: top;
		margin-top: 20px;
	}
	#doc p {
		width: 70%;
		font-size: 20px;
		vertical-align: top;
		margin-top: 20px;
	}
	#doc ul {
		width: 90% !important;
		font-size: 5vmin;
		letter-spacing: -1px;
	}
	#doc ul li img {
		display: inline-block;
		vertical-align: middle;
	}

	/* BUY-PODS */
	.buyPods .buyPods_pod {
		width: 90% !important;
		margin-bottom: 60px;
		padding-bottom: 50px;
	}
	.buyPods .buyPods_pod .buyPods_pod_title {
		font-size: 10vmin;
	}
	.buyPods .buyPods_pod p {
		font-size: 7vmin;
	}
	.buyPods .buyPods_pod .buyPods_pod_price {
		font-size: 24vmin;
	}
	.buyPods .buyPods_pod .buyPods_pod_price span {
		font-size: 10vmin
	}
	.buyPods .btn_green span {
		font-size: 9vmin;
	}

	/* FOOTER */
	#footer ul {
		line-height: 20px;
	}

}