@media(max-width: 1024px){

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

	.page-content{
		overflow: hidden;
	}

	.page-content .page-content_left{
		position: relative;
		z-index: 10;
	}

	.page-content_left > p{
		padding: 5px;
	}

	.page-content_right {
		width: 600px;
	}

	.page-content_right .knee {
		height: 636px;
		right: 90px;
		top: 116px;
		z-index: 99;
	}

	.page-content .form{
		z-index: 12;
	}

	.page-content_right .social-links {
		right: 60px;
	}

}


@media (max-width: 768px) {
	#pagewrapper {
		margin-top: 60px;
	}

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

	.page-content{
		background:url("../img/content-bg-responsive.jpg") right top no-repeat;
	}

	.page-content_right {
		height: 731px;
		position: absolute;
		right: 0;
		top: -116px;
		width: 528px;
	}

	.page-content_right .knee {
	  height: 434px;
	  right: 269px;
	  top: 116px;
	  z-index: 9;
	}

	.jogger-women {
	  display: block;
	  height: 456px;
	  position: relative;
	  right: -230px;
	  top: 114px;
	}

	.page-content .form .terms {
		padding: 5px 5px 5px 15px;
	}

	.page-content_right .social-links {
		right: 0;
	}

}

@media(max-width: 767px){

	#pagewrapper {
		margin-top: 0px;
	}

	.header{
		height: auto;
	}

	.header .logo,
	.header .call-us{
		width: 100%;
		text-align: center;
		margin: 5px 0;
	}

	.header .call-us p {
	  background-position: 213px 5px;
	}

	.page-content{
		height: auto;
	}

	.page-content_left{
		width: 96%;
		padding-left: 2%;
		padding-right:2%; 
		margin-left: 0;
		margin-right:0;
		margin-bottom: 50px; 
	}
	
	.page-content .form .terms{
		text-align: center;
		background-color: rgba(255, 255, 255,.5);
		padding: 5px;
		
	}

	.page-content .form{
		float: left;
		display: block;
		width: 100%;
		position: relative;
		background:url("../img/form_bg.png");
		bottom: auto;
		left: auto;
		height: auto;
	}

	.page-content form,
	.ind-list{
		width: 96%;
		height: auto;
		padding-left: 10px 2%;
		margin: 10px 0;
	}

	.page-content form span{
		float: none;
		width: auto;
	}

	.page-content_right{
		position: relative;
		width: 100%;
		right: auto;
		left: auto;
		float: left;
		height: auto;
		background:#fff;
		top: auto;

	}	

	.page-content_right .knee{
		display: none;
	}

	.page-content_right .social-links{
		background-color: #fff;
		display: block;
		text-align: center;
		margin: 5px;
		position: relative;
		right: auto;
	}

	.page-content_right .social-links a{
		float: none;
	}

	.jogger-women {
	  display: none;
	}

	.page-content_left h2,
	.page-content_left > p,
	.page-content form h3,
	.page-content form h3,
	.page-content form p,
	.ind-list h2 {
	  text-align: center;
	}
	.page-content form input[type="submit"] {
		width: 99%;
	}

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

	.ind-list p {
		background-position: 108px 6px;
		padding-left: 130px;
	}
}

@media (max-width: 480px){

	#pagewrapper {
		margin-top: 0px;
	}

	.header .call-us p {
	  background-position: 141px 5px;
	}

}

@media (max-width: 479px) {

	#pagewrapper {
		margin-top: 0px;
	}

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

	.page-content_left h2,
	.page-content_left > p,
	.page-content form h3,
	.page-content form h3,
	.page-content form p,
	.ind-list h2 {
	  text-align: center;
	}

	.ind-list p {
  background-position: 29px 5px;
  padding-left: 52px;
	}

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

	.page-content .form .terms.responsive {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		color: rgb(255, 255, 255);
		display: block;
		font-size: 19px;
	}

	.jogger-women {
	  display: none;
}

}

@media (max-width: 320px) {

	#pagewrapper {
		margin-top: 0px;
	}

	.header .call-us p {
  background-position: 60px 5px;
}

}
