/* 320px (iPhone) */
@media screen and (max-width:320px) {
}
/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width:480px) {
	.wrapper { background: #f3f5f8; height: 640px; }
	.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; }
}
/* xGA iPad */
@media screen and (max-width:1024px) {
	.wp3 { background-position: 50px 0; }
	.swag { background-attachment: scroll; }
	.subscribe { background-attachment: scroll; }
}
/* 1200px (Small Desktop, Netbook) */
@media screen and (max-width:1280px) {
	.wp3 { background-position: 50px 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: #f3f5f8; height: 540px; }
	.wp2, .wp4, .wp5, .light-box { margin-bottom: 30px; }
	.legals { text-align: center; margin: 0; padding: 0; }
	.credit { text-align: center; }
}


@media screen and (min-width:300px)
	and (max-width:1199px) {
	.inner {padding-top: 0px;}
	.hero h1 { font-size: 30px;}
	.hero h1 span {font-size: 28px !important;}
	.swag h1 {
		font-size: 25px;
	}
	
	#portfolio {
		position: relative;
		margin-top: 160px;
	}
	
	.effects .img {
		margin-bottom: 10px;
	}
	
	.subscribe input[type=text] {
		width: 100%;
		margin-bottom: 8px;
	}
	
	.subscribe textarea {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	.subscribe form img {
		margin-right: 15px;
		margin-top: -48px;
		position: relative;
		float: right;
	}
	
	.subscribe form .enquiry-loader img {
		margin-top: 28px !important;
		margin: 0 auto;
	}
	
	.contact-details {
		margin: 70px 0px 30px 0px;
	}
	
	
}

@media screen and (min-width:1280px) {
	.inner {padding-top: 100px;}
	.hero h1 { font-size: 42px;}
	.hero h1 span {font-size: 40px !important;}
	.swag h1 {
		font-size: 48px;
	}
	
	#portfolio {
		position: relative;
		margin-top: 0px;
	}
	
	.effects .img {
		margin-bottom: 15px;
	}
	
	.subscribe input[type=text] {
		width: 33%;
	}
	
	.subscribe textarea {
		width: 66.3%;
	}
	
	
	.subscribe form img {
		margin-right: 20px;
	}
	
	.subscribe form .enquiry-loader img {
		margin-top: 0px !important;
		margin: 0 auto;
	}
	
	.contact-details {
		margin: 70px 0;
	}
	
}
