/* 400px (iPhone) */
@media screen and (max-width:375px) {
    .wrapper { display: scroll; background: #f3f5f8; height: 600px; }
	.iphone { display: none; }
	.fluid-white { display: none; }
	.wp2, .wp4, .wp5, .light-box { margin-bottom: 30px; }
		.wp3 { display: none; }
	.legals { text-align: center; margin: 0; padding: 0; }
	.credit { text-align: center; }
}

/* 401px (WVGA - Low End Windows Phone) */
@media screen and (min-width:376px) and (max-width:480px) {
	.wrapper { background: #f3f5f8;  margin-bottom: 30px; padding-bottom: 0px;  }
	.iphone { display: none; }
	.fluid-white { display: none; }
	.wp2, .wp4, .wp5, .light-box { margin-bottom: 30px; }
		.wp3 { display: none; }
	.legals { text-align: center; margin: 0; padding: 0; }
	.credit { text-align: center; }
}

/* Bootstrap 990px Breakpoint to 480px */
@media screen and (min-width:481px) and (max-width:780px) {
	.iphone { display: none; }
	.fluid-white { display: none; }
	.wrapper { background: #f3f5f8; }
	.wrapper2 { background: #f3f5f8; }
	.wp2, .wp4, .wp5, .light-box { margin-bottom: 30px; }
		.wp3 { display: none; }
	.legals { text-align: center; margin: 0; padding: 0; }
	.credit { text-align: center; }
}


/* Bootstrap 990px Breakpoint to 780px */
@media screen and (min-width:781px) and (max-width:991px) {
	.iphone { display: none; }
	.fluid-white { display: none; }
	.wrapper { background: #f3f5f8; }
	.wp2, .wp4, .wp5, .light-box { margin-bottom: 30px; }
	.wp3 { display: none; }
	.legals { text-align: center; margin: 0; padding: 0; }
	.credit { text-align: center; }
}

/* xGA iPad */
@media screen and (max-width:1024px) {
    .iphone { display: inline; height }
	.fluid-white { display: inline; }
	.swag { background-attachment: scroll; }
	.subscribe { background-attachment: scroll; }
}

/* 1200px (Small Desktop, Netbook) */
@media screen and (max-width:3000px) {
	}
}
