/*!
 * Bootstrap Responsive v2.0.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
 
.hidden{display:none;visibility:hidden}
	
 
@media(max-width:480px){
	
}
	

@media(max-width:767px){
		
}	

@media(max-width:980px){
	
}

@media(max-width:1200px){
	

}

@media(min-width:1200px){
	
	
}


@media screen and (max-width: 1024px){
	div#bg-top-left,
	div#bg-top-right,
	span#footer-left,
	span#footer-right,
	div#body-1,
	div#body-2,
	div#nav-floral,
	div#bottom-shadow{
		display: none!important;
	}
	div#banner{
		width: 1000px;
		margin: 0 0 0 0;
		padding: 65px 0 0 0;
		background-position: -15px 0;
	}
	#banner-inner{margin-left: 20px;}
	div#banner-corners{left: 15px;}
	nput#search{margin-right: 5px;}
	input#postcode{margin-right: 0; width: 190px; height: 19px;}
}


