body, form
{
	padding: 0;
	margin: 0;
}

body
{
	background-color: #e8e8e8;
	margin-top: 40px;
	color: #333333;
	font-family: "Open Sans", sans-serif;
}

img
{
	border: 0;
	vertical-align: bottom;
	outline: none;
	max-width: 100%;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

table, table td
{
	height: 100%;
	padding: 0;
}

input, textarea
{
    border-radius: 0;
	outline: none;
}

:focus
{
	outline: 0;
}

.dialog
{
	display: none;
}

.center
{
	text-align: center;
}

.space
{
	padding: 0px;
	margin: 0px;
	padding-top: 6px;
}

.space10
{
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}

.space12
{
	padding: 0px;
	margin: 0px;
	padding-top: 12px;
}

.space20
{
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
}

.clear
{
	clear: both;
}

.clearfix:before,
.clearfix:after
{
	display: table;
	content: " ";
}

.clearfix:after
{
	clear: both;
}

.clearfix
{
    *zoom: 1;
}

.left
{
	width: 49%;
	float: left;
}

.right
{
	width: 49%;
	float: right;
}

.wrap
{
	width: 1000px;
	margin: 0 auto;
	background-color: white;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	padding: 1px 20px 20px 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer
{
	background-color: #333;
	padding: 1px 0;
}

#footer .wrap
{
	background: none;
	color: white;
	padding: 10px 0;
}

#footer p
{
	font-size: 12px;
	text-align: center;
	margin: 6px 0;
}

#footerMenu
{
	margin: 0;
	list-style: none;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}

#footerMenu li
{
	display: inline-block;
	padding-right: 14px;
}

#footerMenu li:last-child
{
	padding: 0;
}

#footerMenu li a
{
	color: white;
	text-decoration: none;
}

.icon
{
	font-family: FontAwesome;
	font-weight: normal !important;
}

#header
{
	height: 137px;
}

#logo
{
	float: left;
	width: 49%;
}

#headerOthers
{
	float: right;
	width: 49%;
}

#phone,
#phoneIcon,
#phoneText
{
	float: left;
}

#norton
{
	float: right;
}

#phone a
{
	text-decoration: none;
	color: #333;
}

#norton
{
	padding-right: 30px;
}

#phone
{
	padding-left: 20px;
	padding-top: 36px;
}

#logo img
{
	max-height: 96px;
	padding-top: 20px;
	padding-left: 14px;
}

#norton img
{
	padding-top: 22px;
}

#phoneText
{
	padding-left: 10px;
}

#phoneLabel
{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -2px;
}

#phoneNumber
{
	font-size: 18px;
	font-weight: 800;
}

#phoneIcon
{
	font-size: 36px;
	color: #ffc20e;
	border: 2px solid #ffc20e;
	border-radius: 100%;
	padding: 10px 14px;
}

#packages
{
	float: left;
	width: 60.42%;
}

#orderForm
{
	float: right;
	width: 37.5%;
	border-radius: 3px;
	background-color: #333;
}

#guarantee h2
{
	font-size: 34px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: -2px;
	text-align: center;
	margin: 20px 0;
}

#guarantee h2 strong
{
	font-weight: 800;
}

#guaranteeImages
{
	float: left;
	width: 39%;
	text-align: center;
}

#guaranteeText
{
	float: left;
	width: 58%;
}

#guaranteeText p
{
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 10px;
}

.package
{
	position: relative;
	border: 2px solid #e8e8e8;
	border-radius: 3px;
}

.package.selected
{
	background-color: #f7f7f7;
}

.packageCheckbox,
.packagePicture,
.packageTexts
{
	float: left;
}

.packageCheckbox
{
	width: 40px;
	height: 176px;
	line-height: 176px;
}

.packageCheckbox .icon
{
	font-size: 24px;
	padding-left: 16px;
	padding-right: 2px;
	cursor: pointer;
	cursor: hand;
}

.packagePicture
{
	/*height: 176px;*/
	position: relative;
	margin-left: 26px;
	padding-right: 26px;
}

.packagePicture img
{
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 20px;
}

.selected .packagePicture img,
#package1 .packagePicture img
{
	padding-left: 20px;
	padding-right: 0;
}

#package2.selected .packagePicture img,
#package3.selected .packagePicture img
{
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 20px;
}

.packageDiscount
{
	position: absolute;
	bottom: 12px;
	left: 0;
	border-radius: 100%;
	background-color: rgba(255, 194, 14, 0.95);
	width: 80px;
	height: 64px;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	color: black;
	line-height: 24px;
	letter-spacing: -2px;
	padding-top: 16px;
}

.packageDiscount strong
{
	font-weight: 800;
}

.packageTexts
{
	padding-left: 26px;
	letter-spacing: -1.5px;
}

.packageTexts h2
{
	margin: 0;
	margin-top: 20px;
	font-style: italic;
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
}

.packagePrice
{
	font-size: 20px;
}


.packageComment
{
	font-weight: 300;
	font-size: 24px;
	padding-top: 6px;
}

.packageButton
{
	position: absolute;
	top: 58px;
	right: 30px;
	padding: 10px;
	border: 2px solid black;
	border-radius: 3px;
	color: #333;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1.5px;
}

.packageButton:hover
{
	border: 2px solid #ffc20e;
}

.package.selected .packageButton
{
	border: 2px solid #ffc20e;
	font-size: 24px;
	padding: 6px 20px;
}

#orderForm
{
	color: white;
}

#orderForm h2
{
	text-align: center;
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 20px 0;
	margin-bottom: 8px;
}

#orderForm h2 .icon
{
	font-size: 34px;
	color: #ffc20e;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 3px;
	padding-right: 3px;
}

.formRow > label
{
	float: left;
	width: 33.33%;
	text-align: right;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 6px;
	letter-spacing: -1px;
}

.formRow.small > label
{
	line-height: 30px;
	height: 30px;
}

.formRow.addres-same
{
	width: 94.44%;
}

.formField
{
	float: left;
	width: 61.11%;
	height: 46px;
}

.formField.withComment
{
	width: 34.72%;
}

.formRowComment
{
	float: left;
	width: 26.38%;
	height: 46px;
	line-height: 46px;
	font-size: 13px;
	letter-spacing: -0.5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 6px;
}

.formRowComment a
{
	color: white;
	text-decoration: none;
}

.formRowComment span
{
	color: #ffc20e;
}

.formRow input[type='text'],
.formRow input[type='email']
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	font-size: 14px;
	margin: 0;
	padding: 0;
	height: 32px;
	padding: 0 8px;
	margin-top: 7px;
}

.formField select
{
	width: 112%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	background: transparent;
	border-radius: 0;
	font-size: 14px;
	margin: 0;
	padding: 0 8px;
	/*adding-right: 30%;*/
	height: 32px;
	-webkit-appearance: none;
}

.formField img
{
	padding-top: 12px;
}

.formSelectFull,
.formSelectHalf
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	overflow: hidden;
	margin-top: 7px;
	background-color: white;
	border-radius: 3px;
	border: 1px solid #e8e8e8;
	background-image: url("/assets/shop/img/select_arrow2x.jpg");
	background-size: 30px 30px;
	background-position: right center;
	background-repeat: no-repeat;
}

.formSelectHalf
{
	float: left;
	width: 46.81%;
}

.formSelectHalf select
{
	width: 130%;
	/*padding-right: 60%;*/
}

.formSelectHalfDivider
{
	float: left;
	width: 6.36%;
}

.formRowQuestion
{
	font-size: 11px;
	text-align: right;
	letter-spacing: -0.5px;
}

.formRowRadio
{
	font-size: 14px;
	text-align: right;
}

.formRowOnlyComment
{
	font-size: 14px;
	color: #b9b9b9;
}

.formGroup
{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 30px;
}

#formEnd
{
	padding: 20px;
	padding-top: 0;
}

#formEnd .center
{
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.5px;
}

.totalRow
{
	height: 26px;
}

.fullTotal
{
	margin-top: 10px;
	border-top: 1px solid #adadad;
	padding-top: 6px;
}

.totalRowKey
{
	float: left;
	width: 33.33%;
	text-align: right;
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 6px;
	letter-spacing: -1px;
	font-weight: 700;
}

.fullTotal .totalRowKey
{
	font-size: 18px;
	text-transform: uppercase;
}

.totalRowValue
{
	float: left;
	width: 61.11%;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
}

.fullTotal .totalRowValue
{
	font-size: 18px;
}

#finalizeLink
{
	display: block;
	text-align: center;
	border-radius: 3px;
	height: 56px;
	line-height: 56px;
	background-color: #ffc20e;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: 800;
	font-style: italic;
	font-size: 26px;
	color: black;
}

#finalizeLink .icon
{
	font-style: normal;
}

#billingAddress
{
	/*display: none;*/
}

.ajaxLoad{
	display: none;
}

.loader
{
	display: none;
}

#error_container
{
	font-size:12px;
	display:none;
	border: 3px dotted #ffc20e;
	border-radius: 3px;
	margin: 20px;
}

#error_container_wrapper
{
	padding: 10px;
}

#error_messages
{
	padding-top:2px;
	padding-bottom:2px;
}

#error_messages li
{
	padding-top:1px;
	padding-bottom:1px;
}

#error_container_wrapper img
{
	float:left;
	width: 17px;
	height: 17px;
	padding-right:5px;
}

.error_title
{
  font-weight: bold;
}

#switchButton
{
	width: 90%;
	display: block;
	margin: 10px auto;
	text-align: center;
	border-radius: 3px;
	background-color: #ffc20e;
	color: #333;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1.5px;
	padding: 10px;
}

.package.selected .packageButton
{
  font-size: 20px;
  top: 66px;
}

.packageButton
{
  right: 20px;
  font-size: 13px;
  padding: 8px 10px;
  top: 69px;
}

.packagePicture
{
  width: 202px;
  text-align: center;
}

.packagePicture img
{
  padding: 0 !important;
}

.packageTexts
{
  padding-left: 0;
}

#package1 .packagePicture img
{
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

#package2 .packagePicture img,
#package3 .packagePicture img
{
  padding-top: 44px !important;
}

.packageTexts h2
{
  margin-top: 20px;
}

.packagePrice
{
  font-weight: 300;
  font-size: 22px;
}

#package3 .packageTexts h2
{
  margin-top: 38px;
}

.packagePrice
{
	float: right;
	margin-right: 26px;
	padding-bottom: 10px;
}

#howLongCalculator
{
	text-align: center;
	padding-bottom: 10px;
}

#howLongCalculator a
{
	color: white;
	font-weight: normal;
	font-size: 14px;
}

#howLongCalculator a:hover
{
	text-decoration: none;
}

#whiteBox
{
	width: 320px;
	background-color: #fff;
	color: #333333;
	padding: 20px;
	position: relative;
	margin: 0 auto;
}

#whiteBox h3
{
	font-weight: 300;
	letter-spacing: -0.25px;
	font-size: 24px;
	margin: 10px 0;
}

#soldOutLayer
{
	width: 600px;
	background-color: #fff;
	color: #333333;
	padding: 20px;
	position: relative;
	margin: 0 auto;
}

#soldOutLayer h3
{
	font-weight: 300;
	letter-spacing: -0.25px;
	font-size: 24px;
	margin: 10px 0;
}

#workoutPerWeek
{
	background-color: #e8e8e8;
	padding: 6px 10px;
	border-radius: 3px;
	line-height: 28px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

#workoutPerWeek select
{
	line-height: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#howOftenResult
{
	font-weight: bold;
}


.packageTitle {
	width: 95%;
	display: block;
	padding-left: 26px;
	letter-spacing: -1.5px;
}

.packageTitle h2 {
	margin: 0;
	margin-top: 20px;
	font-style: italic;
	font-size: 30px;
	font-weight: 800;
	padding-left: 0;
}

.packageDescription {
	display: block;
	width: auto;
	padding: 10px;
	font-weight: 300;
	font-size: 18px;
}

#bodyio-logo {
	float: left;
	padding-left: 120px;
	padding-top: 30px;
}
#bodyio-logo img {
	width: 171px;
}

@media (max-width: 780px) {
	.packagePicture {
		margin: 0;
	}
}