/* 320px (iPhone) */
@media screen and (max-width:320px) {
}
/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width:480px) {
	.wrapper { background: #e5d5c2; height: 1024px; }
	.iphone { display: none; }
	.fluid-white { display: none; }
	.wp2, .wp4, .wp5, .light-box { margin-bottom: 30px; }
	.legals { text-align: center; margin: 0; padding: 0; }
	.credit { text-align: center; }
	.quisuije { margin-left: 0%; }
	.hero { background: url('../img/hero-bg.jpg') no-repeat -200px 50px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 45px 0 475px 0; height: auto; }
	.titre2 {font-size: 25px; text-transform: uppercase; letter-spacing: 1px; color:#b34401; background: none; padding-bottom: 30px; font-weight: bold; } 
}
/* xGA iPad */
@media screen and (max-width:1024px) {
	.wp3 { background-position: 00px 0; }
	.swag { background-attachment: scroll; }
	.subscribe { background-attachment: scroll; }
}
/* 1200px (Small Desktop, Netbook) */
@media screen and (max-width:1280px) {
	.wp3 { background-position: 00px 0; }
}
/* Bootstrap 990px Breakpoint to 480px */
@media screen and (min-width:480px) and (max-width:991px) {
	.iphone { display: none; }
	.fluid-white { display: none; }
	.wrapper { background: #e5d5c2; height: 850px; }
	.wp2, .wp4, .wp5, .light-box { margin-bottom: 30px; }
	.legals { text-align: center; margin: 0; padding: 0; }
	.credit { text-align: center; }
	.quisuije { margin-left: 15%; }
	.hero { background: url('../img/hero-bg.jpg') no-repeat -300px center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 45px 0 475px 0; height: auto; }
}