@media only screen and (max-width: 548px){
	#contactForm>li{
		line-height:inherit;
		margin-top:15px;
		width: 100%;
		margin-left: 0 !important;
	}
	
	#contactForm .chzn-container {
   
    width: 95% !important;
  }
	#contactForm input[type="text"], #contactForm input[type="email"], #contactForm textarea, #contactForm select{
		clear:both;
		width:100%;
	}
	
	#contactForm{
		margin:0 0 20px;
	}
		
	.addressMain{
		float: none;
		clear: both;
		position: relative;
		top: 7px;
	}	
	
	.inOfc{
		width:96%;
		float:none;
	}
	
	.inOfc:nth-child(2n+1){
		float:none;
		margin:0 !important;
	}	
	
	.inOfc:nth-child(2n+2){
		margin-left:0 !important;
	}
	
	#contactForm > *{
		padding:0 2%;
	}
}