/* Catalogue*/
.price {
  text-align:right;
  padding-right: 30px;
  background-color:rgba(247,240,58,0.7);
  width:200px;
  height:60px;
  line-height:24px;
  color:#00000;
  margin:0px;
  position:relative;

}
/* triangle at the start */
.price:before{
  content:"";
  width:0px;
  height:0px;
  border-top:60px solid rgba(247,240,58,0.7);
  border-left:60px solid transparent;
  position:absolute;
  right:100%;
  top:0px;
  
} 
pricespan{
	position: absolute;
    top: 15px;
    right: -15px;
	
}
/* float top */
.catalogue-item {
    position: relative;
    text-align: center;
	
    
}
.description{
font-size:2;
width:90%;
text-align: left;
padding: 0 0 0 10%;
}
.brochure{
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
}
.bprice {
  text-align:right;
  padding-right: 30px;
  background-color:rgba(247,240,58,0.7);
  width:200px;
  height:60px;
  line-height:24px;
  color:#00000;
  margin:120px;
  position:relative;
  top:90px;

}
/* triangle at the start */
.bprice:before{
  content:"";
  width:0px;
  height:0px;
  border-top:60px solid rgba(247,240,58,0.7);
  border-left:60px solid transparent;
  position:absolute;
  right:100%;
  top:0px;
  
} 
catalogueimg{
	align:left;
}
#catalogue-table{
	
}
 
    navada > :last-child
	{
		margin-bottom: 0;
	}

	navada:last-child
	{
		margin-bottom: 0;
	}
	
