#pagewrapper{
	background:url("../img/body-bg.png") center center no-repeat;
	background-size: 100% auto;
}

.container{
	max-width: 1000px;
	margin:0 auto;
	background:#fff;
	overflow: hidden;
	box-shadow:#333 0px 0px 3px;
	padding: 0;
}

.header{
	float: left;
	display: inline-block;
	width: 100%;
	height: 114px;
}

.header .logo{
	float: left;
	display: inline-block; 
}

.header .logo img{
	max-width: 100%;
	margin:10px 15px;
}

.header .call-us{
	float: left;
	display: inline-block;
	margin-top: 26px;
	margin-left: 34px;
}

.header .call-us span{
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 17px;
	margin-left: 10px;
}

.header .call-us p{
	background: url("../img/phone-icon.jpg") no-repeat scroll 0 5px;
	color: #ff0416;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding-left: 30px;
}

.header .call-us p img{
	margin-bottom: -5px;
}

.page-content{
	float: left;
	display: inline-block;
	width: 100%;
	height: 615px;
	background:url("../img/content-bg.jpg") right top no-repeat;
	position: relative;
}


.page-content_left {
  display: inline-block;
  float: left;
  height: auto;
  margin-left: 13px;
  margin-top: 11px;
  width: 337px;
}

.page-content_left h2{
	font-size: 50px;
	font-style: italic;
	color: #fff;
	text-align: left;
	font-family: 'HelveticaNeueCondensedBlack';
	font-weight: 100;


}

.page-content_left h2 span{
	color: #ff9a04;
}

.page-content_left p span{
	color: #fff;
	background-color: #222;
	padding: 0px 3px;

}

.page-content_left p{
	color: #fff;
	text-align: left;
	font-size: 16px;
  font-family: 'MyriadProLight',arial;
}

.page-content .form{
	background:url("../img/form-large-bg.png") no-repeat;
	width: 646px;
	height: 285px;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 99;

}

.page-content form{
	float: left;
	display: block;
	width: 370px;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 10px;
	border-radius: 10px;
	padding-left: 25px;

}

.page-content form h3{
  font-family: 'HelveticaNeueCondensedBlack';
	font-size: 30px;
	color: #fed755;
	text-align: left;
	padding-left: 5px;
	margin: 0;
	letter-spacing: 1px;
}

.page-content form p{
	color: #fff;
	text-align: left;
	font-size: 12px;
	margin-bottom: 5px;
	overflow: auto;
	padding-left: 5px;
}



.page-content form span{
	float: left;
	display: block;
	padding: 5px;
	width: 155px;
	border:#fff solid 1px;
	border-radius: 5px;
	margin: 8px 4px;
}

.page-content form span input[type="text"]{
	width: 100%;
	height: 20px;
	background:none;
	border:none;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}


.page-content form input[type="submit"]{
	width: 96%;
	height: 42px;
	border:none;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	margin-top: 5px;
	padding: 5px;
	border-radius: 5px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-shadow:#fff 0 1px 1px;
	background: #ffdb69; /* Old browsers */
	background: -moz-linear-gradient(top, #ffdb69 0%, #ff9801 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdb69), color-stop(100%,#ff9801)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffdb69 0%,#ff9801 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffdb69 0%,#ff9801 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffdb69 0%,#ff9801 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffdb69 0%,#ff9801 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb69', endColorstr='#ff9801',GradientType=0 ); /* IE6-9 */
}

.page-content .form .terms.responsive{
	display: none;
}

.page-content .form .terms{
	float: left;
	width: 100%;
	text-align: left;
	padding: 5px;
	padding-left: 25px;
}

.page-content .form .terms img{
	margin-right: 4px;
}

.page-content_right{
	width: 739px;
	height: 731px;
	background:url("../img/angle-bar.png") no-repeat;
	position: absolute;
	right: 0;
	top: -116px;
}

.page-content_right .knee{
	position: absolute;
	top: 0;
	right: 70px;
	z-index: 999;
}

.jogger-women{
	display: none;
}



.ind-list{
	float: left;
	display: inline-block;
	width: 250px;
	height: auto;
	margin-top: 20px;
	margin-left: 20px;
}

.ind-list h2{
	color: #fed755;
  font-family: 'HelveticaNeueCondensedBlack';
  font-size: 40px;
  line-height: 40px;
  font-style: italic;
  text-align: left;
  width: 100%;
  margin: 0;
  letter-spacing: 1px;
  margin-bottom: 10px;
}


.ind-list p{
	line-height: 24px;
	padding-left: 20px;
	background: url("../img/bullet.png") 3px 5px no-repeat;
	color: #fff;
	font-size: 14px;
	margin: 0;
}


.page-content_right .social-links {
  bottom: -5px;
  right: 132px;
  position: absolute;
  z-index: 999;
}

.page-content_right .social-links a{
	float: right;
	display: inline-block;
	width: 28px;
	height: 31px;
	margin: 3px;
}

ul.social-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.social-menu li{
	display: inline-block;
}

ul.social-menu li a {
	background: url("../img/social-icons.png") no-repeat scroll 0 0;
  text-indent: -9999px;
  display: inline-block;
  width: 31px;
  height: 31px;
}

.facebook{
	background-position: 0px 0px;
}

.twitter{
	background-position: -31px 0px !important; 
}

.youtube{
	background-position: -62px 0px !important; 
}

.gplus{
	background-position: -93px 0px !important; 
}

.footer{
	float: left;
	display: inline-block;
	width: 100%;
	padding: 30px 0;
}

.footer-content p,
.copyright p
{
	color: #000;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	padding: 0px 40px;
	margin: 0;

}

.copyright{

}