header,
header .container {
	height: 575px;
	position: relative;
}
header  {
	margin-bottom: 0;
}
header.header_hero {
	display: none;	
}

/* HERO header BG */
.group header,
.group .header_hero   {
	background-image: url(../_img/hero/group.jpg); /* group */
}
.packaging header,
.packaging .header_hero   {
	background-image: url(../_img/hero/packaging.jpg); /* packaging */
}
.banding header,
.banding .header_hero   {
	background-image: url(../_img/hero/banding.jpg); /* banding */
}
.sealers header,
.sealers .header_hero   {
	background-image: url(../_img/hero/sealers.jpg); /* sealers */
}
.ariana header,
.ariana .header_hero   {
	background-image: url(../_img/hero/ariana.jpg); /* ariana */
}
.uv header,
.uv .header_hero   {
	background-image: url(../_img/hero/uv.jpg); /* uv */
}
.uvled header,
.uvled .header_hero   {
	background-image: url(../_img/hero/uvled.jpg); /* uvled */
}
.uvconveyor header,
.uvconveyor .header_hero   {
	background-image: url(../_img/hero/uvconveyor.jpg); /* uvconveyor */
}
.uvdisinfection header,
.uvdisinfection .header_hero   {
	background-image: url(../_img/hero/uvdisinfection.jpg); /* uvdisinfection */
}
.viscosity header,
.viscosity .header_hero   {
	background-image: url(../_img/hero/viscosity.jpg); /* viscosity */
}
/* category thumbs */
#category_thumbs_wrapper {
	background: #fff;
	padding: 20px 0 0 0;
	border-bottom: 8px solid #007FA3;
	margin-bottom: 60px;
}	
#category_thumbs_wrapper .container {
	width: 100%;	
}
#category_thumbs_wrapper .section {
	margin-left: 0;
}
#category_thumbs_wrapper .section .column {
	padding-left: 0;
}
#category_thumbs {
	display: flex;
	justify-content: space-between;
	margin-bottom: -8px;
}
#category_thumbs .cc {
	flex-grow: 1;
	width: 235px;
	padding: 0 15px;
	border-bottom: 8px solid rgba(255,255,255,0.75);
}
#category_thumbs .cc:nth-child(odd) {
	border-color: rgba(255,255,255,0.50);
}
#category_thumbs .cc p {
	margin-bottom: 10px;
	text-align: center;
	transition: all 0.1s ease-in-out;
	background: #fff;
	width: 205px;
}
#category_thumbs .cc p img {
	width: 205px;
	height: auto;
}
#category_thumbs .cc:hover  p {
	transform: scale(1.10) translateY(-5px);	
}
#category_thumbs a {
	color: #222;
	text-decoration: none;
}
#category_thumbs a span {
	font-size: 0.8em;
	color: #222;
	text-decoration: none;
	text-align: center;
	display: block;
}

/* coloured border
.packaging #category_thumbs_wrapper,
.banding #category_thumbs_wrapper,
.sealers #category_thumbs_wrapper {
	border-color: #1D4488;
}
.uv #category_thumbs_wrapper,
.uvled #category_thumbs_wrapper,
.uvconveyor #category_thumbs_wrapper {
	border-color: #593080;
}
.ariana #category_thumbs_wrapper {
	border-color: #B7312C;
}
.viscosity #category_thumbs_wrapper {
	border-color: #00A788;
}
.uvdisinfection #category_thumbs_wrapper {
	border-color: #D742B2;
}
 */
 
 
 @media (max-width: 1140px) {
	header,
	header .container {
		height: 400px;
	}
	header {
		background-size: cover;	
	}
	
	.group header, 
	.group header .container {
		height: 480px;
	}
	 
}

@media (max-width: 940px) {
	#header_prop {
    	display: block;
		height: 90px;
	}
	
	header,
	.group header  {
		height: 90px;	
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
	}
	header .container,
	.group header .container {
		top: 0;
		position: relative;
		height: 90px;
		width: 100%;
	}
	
	header.header_hero,
	header.header_hero .container {
		height: 400px;
		position: static;
	
	}
	header.header_hero {
		background-size: cover;	
		display: block;
	}
	header.header_hero #header_logo,
	header #home_hero_nav {
		display: none;	
	}
	
	
	
	.group header,
	.packaging header,
	.banding header,
	.sealers header,
	.ariana header,
	.uv header,
	.uvled header,
	.uvconveyor header,
	.uvdisinfection header,
	.viscosity header {
		background-image: none;
	}
	.group .header_hero   {
		background-image: url(../_img/hero/group.jpg); /* group */
	}
	.packaging .header_hero   {
		background-image: url(../_img/hero/packaging.jpg); /* packaging */
	}
	.banding .header_hero   {
		background-image: url(../_img/hero/banding.jpg); /* banding */
	}
	.sealers .header_hero   {
		background-image: url(../_img/hero/sealers.jpg); /* sealers */
	}
	.ariana .header_hero   {
		background-image: url(../_img/hero/ariana.jpg); /* ariana */
	}
	.uv .header_hero   {
		background-image: url(../_img/hero/uv.jpg); /* uv */
	}
	.uvled .header_hero   {
		background-image: url(../_img/hero/uvled.jpg); /* uvled */
	}
	.uvconveyor .header_hero   {
		background-image: url(../_img/hero/uvconveyor.jpg); /* uvconveyor */
	}
	.uvdisinfection .header_hero   {
		background-image: url(../_img/hero/uvdisinfection.jpg); /* uvdisinfection */
	}
	.viscosity .header_hero   {
		background-image: url(../_img/hero/viscosity.jpg); /* viscosity */
	}
	
	.wrapper--padding_vert_medium {
		padding-top: 0 !important;	
		padding-bottom: 0 !important;
	}
}



 /***** CATEGORY THUMBS *******/
/* hide some for screen sizes */
#category_thumbs .cc:nth-child(7),
#category_thumbs .cc:nth-child(8),
#category_thumbs .cc:nth-child(9) {
	display: none;
}
@media(max-width: 1430px) {
	#category_thumbs_wrapper .container {
		width: 1175px; 
	}
	#category_thumbs .cc:nth-child(6) {
		display: none;	
	}
}

@media(max-width: 1190px) {
	#category_thumbs_wrapper .container {
		width: 940px; 
	}
	#category_thumbs .cc:nth-child(5) {
		display: none;	
	}
}
@media(max-width: 955px) {
	#category_thumbs_wrapper .container {
		width: 705px; 
	}
	#category_thumbs .cc:nth-child(4) {
		display: none;	
	}
}
@media(max-width: 740px) {
	#category_thumbs_wrapper .container {
		width:600px; 
	}
	#category_thumbs .cc:nth-child(4) {
		display: block;	
	}
	#category_thumbs .cc {
		width: 150px;
		padding: 0 10px;
	}
	#category_thumbs .cc p {
		width: 130px;
	}
	#category_thumbs .cc p img {
		width: 130px;
		height: auto;
	}
}
@media (max-width: 620px) {
	#category_thumbs_wrapper {
		display: none;	
	}
}