/* 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; }
	.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; }
}
/* 1200px (Small Desktop, Netbook) */
@media screen and (max-width:1280px) {
	.wp3 {
	    background-position: center;
	    background-size: contain;
	}
}
/* Bootstrap 990px Breakpoint to 480px */
@media screen and (min-width:480px) and (max-width:991px) {
	.fluid-white { display: none; }
	.wp2, .wp4, .wp5, .light-box { margin-bottom: 30px; }
	.legals { text-align: center; margin: 0; padding: 0; }
	.credit { text-align: center; }
}

@media screen and (max-width:991px) {
	.call_badge {
	    float: none;
	    margin-top: 0px;
	    margin-bottom: 30px;
	    display: inline-block;
	}
	.call_badge_holder {text-align: center;}

	.wrapper { background: #f3f5f8; height: auto; }

	.designs {
   		position: relative;
	    top: 0px;
	    padding: 50px 25px;
	    clear: both;
	}

	.iphone {width: 100%;padding-bottom: 30px;}

	.dream_box {
  	  margin: 40px 40px 280px;
	}

	.wp3 {
	    background-position: center bottom;
	    background-size: auto 50%;
	}

}

@media screen and (max-width:600px) {
	.operator_holder img {
	    width: 42%;
	}
	.operator_holder ul {
	    width: 58%;
	    font-size: 14px;
	}
	.hero {
	    padding: 30px 0 50px 0;
	}

	.hero,
	.subscribe{
		background-size: auto 2000px;
    	background-attachment: scroll;
	}
	
}

@media screen and (max-width:480px) {
	.operator_holder img {
	    width: 100%;
	}
	.operator_holder ul {
	    width: 100%;
	    list-style: none;
	    font-size: 16px;
	}
	.operator_holder {
	    text-align: center;
	}
	.operator_holder .learn-more-btn {
		display: inline-block;
		float: none;
		margin-bottom: 20px;
	}
	.dream_box {
	    margin: 20px 20px 220px;
	}
	.wp3 {
	    background-position: center bottom;
	    background-size: auto 35%;
	}
	.call_badge {
	    font-size: 23px;
	    line-height: 22px;
	}

}