@media only screen and (max-width: 970px) {
	#wrap {
		width:99%;
	}
}

@media only screen and (max-width: 830px) {
	
}

@media only screen and (max-width: 429px) {
	#utilities {
		margin:3px 0;
		width:100%;
	}
	
	#utilities a {
		display:inline-block;
		width:auto;
		float:right;
		padding:0 3px 0 0;
		margin-bottom:0;
	}
	
	#holder-t1,
	#holder-t2 {
		width:100%;
	}
	
	#holder-t1 textarea,
	#holder-t2 textarea {
		height:27%;
	}
	
	#translate-option-first,
	#translate-option-second {
		height:37px;
	}
	
	#translate-option-first select,
	#translate-option-second select {
		margin-top:9px;
	}
	
	#widget-phonenumber {
		display:block;
		color:#0071BC;
	}
}

@media only screen and (max-width: 320px) {
	
}

@media only screen and (max-width: 278px) {
	#utilities a {
		padding:0;
	}
	
	#widget-phonenumber {
		font-size:125%;
	}
}
