/* iPad Landscape - Small Laptops */@media only screen and (max-width : 1024px) {  }/* iPad Portait */@media only screen and (max-width : 768px) {}/* iPhone Landscape */@media only screen and (max-width : 640px) {}/* iPhone 6 */@media only screen and (max-width : 375px) {  }/* HTC1 360 */@media only screen and (max-width : 360px) {		#wrapper {			margin-top: 5px;			border: none;			padding: 10px;		}		#heroshot {			/*			margin-top: 50px;			margin-bottom:50px;			*/		}		#main {			width: 100%;		}		#contactus {		}		#contactus p:first-of-type { /* first p in THIS Div */  				font-size: 14px;		}		#contactus form {			width: 100%;			padding: 10px;		}		#captcha_place {			text-align: center;		}		/* BOOTSTRAP OVER RIDE */		.container {			max-width: 100%;		}}/* iPhone 4/5 Portait */@media only screen and (max-width : 320px) {}