body {
    -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto !important;
}



@media screen and (max-width: 1010px) {
	
	/* Menu */
	
	ul.sub {
		display: block;
	}
	
	/* content */
	
	#side-menu {
		display: none;
	}
	
	#content-center {
		max-width: 700px;
	}
	
	#right-col {
		float: none;
		min-height: auto;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		
	}
	
	/* Content end */
	
}


@media screen and (max-width: 605px) {
	
	/* Footer */
	

	
	/* End Footer*/ 
	
}


@media screen and (max-width: 490px) {
	
	/* Footer */
	
	#logowrap {
		width: 80px;
	}
	
	#address-wrap {
		margin: auto;
		width: 100%; 
	}
	
	/* End Footer*/ 
	
}



@media screen and (max-width: 450px) {
	
	/* Header */
	
	.fwNav1-toggle-close {
		margin: 20px 20px 0px 20px;
	}

	#header-centre {
		height: 170px;
		padding-top: 20px;
	}
	
	#logo-header {
		width: 100px !important;
		height: auto;
	}
	
	#banner {
		height: 130px;
	}
	
	#strapline p {
		font-size: 18px;
	}
	
	/* End Header */

}


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

	/* Header */
	
	#header-centre {
		height: 170px;
		padding-top: 20px;
	}
	
	#logo-header {
		left: 16px;
	}
	
	#banner {
		height: 130px;
	}
	
	#strapline p {
		font-size: 16px;
	}
	
	/* End Header */

}