/* Device width 1600 */
@media screen and (min-width:1300px) {

#hero-center {
	background-position-y: 35%;
	background-position: 0 35%;
	/* -webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px); */
}

}


/* Device width 900 split gallery nav */
@media screen and (max-width:920px) {

	.imageholder {
		width: 100%
	}
	
	.sidebar {
		width: 100%;
		float: right;
		/* padding-top: 25px */
	}
	
	.imagedescriptionbx {
		display: inline-block;
		width: 100%
	}
	
	.staticimage {
		margin-right: 0px
}
	
}



/* Device width 768 */
@media screen and (max-width:768px) {
	
	h1.home {
		font-size: 30px;
	}
	
	.hero-caption-left p {
		font-size: 18px
	}

	.address p {
		text-align: center;
	}
	
	#hero-left p {
		color: #ffffff
	}
	
	.righthead h2 {
	margin-top: 330px;
	margin-bottom: 0;
	}
	
	#TheCampaignForWool2x {
		width: 107px
	}
	
	#BritishWool2x {
		width: 50px
	}
	
	
}






/* Device width 600 */
@media screen and (max-width:650px) {

	.fwNavItem {
		border-bottom: 1px solid #DEDED4 !important;
	}	
	
	.blog-feed-box{
		width: 100%;
		float: left;
		padding-top: 20px;
	}
	
	#science-button-holder {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.imagegrid {
		float: left;
		width: 25%;
	}
	
}

@media screen and (max-width:414px) {
	
	#image-left, #image-right {
		min-height: 200px;
		width: 100%
	}
	
	.halfhero h2 {
		font-size: 20px;
		margin-top: 160px;
		margin-bottom: 0
	}
	
	#TheCampaignForWool2x {
		width: 107px;
		margin-right: 12px;
	}
	
	#BritishWool2x {
		width: 50px
	}
		
	
}

@media screen and (max-width:375px) {
	
	#TheCampaignForWool2x {
		width: 87px;
		margin-right: 12px;
	}
	
	#BritishWool2x {
		width: 40px
	}
			
	
}


/* Device width 340 */
@media screen and (max-width:340px) {

	#hero-center {
		/* background-position-y: -40px; */
		background-position: 90% 0%;
	} 
	
}







