
/* category teasers */
.category_teaser {
	display: flex;	
	margin-bottom: 30px;
	box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.2);
}
.category_teaser.even {
	flex-direction: row-reverse;
}
.category_teaser .icon {
	width: 90px;
	background-color: rgba(0,127,163,1);
	flex-shrink: 0;	
	background-image: url(../_img/symbol_75pc.png);
	background-repeat: no-repeat;
	background-position: center 28px;
}
.category_teaser .text,
.category_teaser .photo {
	padding: 30px;
	background: #fff;	
}
.category_teaser .cloned_photo {
	display: none;	
}
.category_teaser .text h2 {
	font-size: 2em;
	font-weight: 300;
	padding-top: 0.5em;
}
.category_teaser .text p:first-of-type {
	margin-bottom: 1.5em;
}


/* colour ways */
.packaging .category_teaser .icon,
.packaging .category_teaser .button a,
.banding .category_teaser .icon,
.banding .category_teaser .button a,
.sealers .category_teaser .icon,
.sealers .category_teaser .button a ,
.packaging_teaser .icon,
.content .packaging_teaser .button a  {
	background-color: rgba(29,68,136,1);
}
.ariana .category_teaser .icon,
.ariana .category_teaser .button a,
.ariana_teaser .icon,
.content .ariana_teaser .button a  {
	background-color: rgba(183,49,44,1);
}
.uv .category_teaser .icon,
.uv .category_teaser .button a,
.uvled .category_teaser .icon,
.uvled .category_teaser .button a ,
.uvconveyor .category_teaser .icon,
.uvconveyor .category_teaser .button a,
.uv_teaser .icon,
.content .uv_teaser .button a  {
	background-color: rgba(89,48,128,1);
}
.uvdisinfection .category_teaser .icon,
.uvdisinfection .category_teaser .button a,
.uvdisinfection_teaser .icon,
.content .uvdisinfection_teaser .button a  {
	background-color: rgba(215,66,178,1);
}
.viscosity .category_teaser .icon,
.viscosity .category_teaser .button a,
.viscosity_teaser .icon,
.content .viscosity_teaser .button a   {
	background-color: rgba(0,167,136,1);
}
.viscosity_teaser .icon,
.content .viscosity_teaser .button a   {
	background-color: rgba(0,167,136,1);
}
.dimaco_teaser .icon,
.content .dimaco_teaser .button a   {
	background-color: rgba(14,102,102,1);
}
.soken_teaser .icon,
.content .soken_teaser .button a   {
	background-color: rgba(253,235,53,1);
}
.soken_teaser  .icon {
	background-image: url(../_img/symbol_75pc_black.png);
}
.content .soken_teaser .button a {
	color: #000;	
}

@media (max-width: 1140px) {
	.category_teaser .photo img {
		max-width: 400px;
		height: auto;	
	}
}

@media (max-width: 940px) {
	.category_teaser {
		display: block;	
		text-align: center;
	}
	.category_teaser .cloned_photo {
		display: block;	
	}
	.category_teaser .cloned_photo img {
		max-width: 100%;
		height: auto;
	}
	.category_teaser .photo  {
		display: none;
	}
}