.catecolor_pearls_bg{
	background-color:#cca36e;
}
.catecolor_diamonds_bg{
	background-color:#999999;
}
.catecolor_gemstone_bg{
	background-color:#b7bda4;
}
.catecolor_jewellery_bg{
	background-color:#a4acbd;
}
.catecolor_packaging_bg{
	background-color:#bda8a4;
}
.catecolor_findings_bg{
	background-color:#bda4bd;
}
.catecolor_eqsupp_bg{
	background-color:#a4bdb4;
}
.catecolor_services_bg{
	background-color:#bdbba4;
}
.home-products, .home-fairs{
	width:1300px;
}
 .home-magazine{
	 width:1000px;
 }
.home-magazine, .home-products, .home-fairs{
	max-width:90%;
}
.home-products .boxes img,.home-magazine .boxes img,.list-magazine .boxes img{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.home-products .boxes{
	float: left;
	width:calc( 25% - 20px );
	margin:10px;
	background-color: #f5d9d0;
}
.home-products .infos{
	position:absolute;
	width:calc( 100% - 20px );
	padding:10px;
	height:calc( 100% - 20px );
	top:0px;
	left:0px;
	color:#ffffff;
}
.home-products .infos .catename{
	font-size:26px;
	line-height:26px;
	font-weight:bold;
	font-family:Calibri,Arial;
	text-align:left;
	 text-transform: uppercase;
}
.home-products .infos .catedesc{
	font-size:16px;
	line-height:20px;
	font-family:Calibri,Arial;
	text-align:justify;
	position:absolute;
	bottom:40px;
	width:calc( 100% - 20px );
}
.home-products .boxes .cateviewmore{
	/*background-color:#e3d0ba;*/
	color:#FFFFFF;
	font-weight:bold;
	position:absolute;
	bottom:10px;
	font-size:12px;
	line-height:12px;
	letter-spacing:2px;
	width:auto;
	/* margin-left:calc(50% - 50px);*/
	right:10px;
}

@media (max-width: 1200px) {	 
	.home-products .boxes .catedesc{
		font-size:14px;   
		line-height:14px;
	}
}
@media (max-width: 1000px) {	
	.home-products .boxes{
		width:calc( 50% - 20px );
		margin:10px;
	  	background-color: #f5d9d0;
	}
	.home-products .cover{
		opacity: 0.8;
		background-image:url('/images/spacer_wtrans80.png');
	}
	.home-products .boxes .catedesc,.home-products .boxes .cateviewmore{
		padding:10px;
		width:calc(100% - 40px);
	}
	.home-products .boxes .catedesc{
		font-size:18px;   
		line-height:22px;
	}
	.home-products .boxes .cateviewmore{
		text-align:right;
	}
	.home-products .boxes .catename{
		font-size:34px;
	}
}

@media (max-width: 480px) {	
	.home-products .boxes .catename{
		font-size:22px;
	}
	.home-products .boxes .catedesc{
		display:none;
	}
/*
	.home-products .boxes{
		width:100%;
		margin:10px 0px;
	  	background-color: #f5d9d0;
	}
*/
	.home-magazine, .home-products, .home-fairs{
		max-width:100%;
	}
}

@media (min-width: 1001px) {	
	.list-magazine .boxes, .list-magazine .boxes{
		float: left;
	  	width:calc( 33.33% - 20px );
		margin:10px 10px 40px 10px;
	  	background-color: #cccccc;
		position:relative;
	}
	.home-products .boxes img{
		max-width:100%;	
	}
	
	.home-fairs .boxes .venue{
		margin-top:5px;
	}
	.home-magazine .boxes.largeArticle {
		width:calc( 100% - 20px );
	}
	
	
	.home-products .boxes.stampv {
	  background-color: #f0eadf;
	}
	.home-products .boxes.stampv img{
		background-color:#808080;
	}
	.home-products .boxes.stamph {
	  background-color: #f0eadf;
	  width:calc(50% - 20px);
	}
	.home-products .boxes.stamph img{
		background-color:#808080;
	}
	
	

	.articleinfo-catename{
		  text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 14px;
    letter-spacing: 1px;
    font-family: Calibri,Arial;
	}
	
	
	.home-magazine .articleinfo, .list-magazine .articleinfo{
		background-image: url(/images/spacer_gtrans74.png);
    position: absolute;
    bottom: 10px;
    /* border-bottom: 2px solid #808080; */
    width: calc(100% - 40px );
    padding: 10px 10px;
    left: 10px;
    color: #ffffff;
    text-align: left;
	}
}