.gradient-overlay{
	background: -moz-linear-gradient(top,  rgba(15,24,51,0.4) 0%, rgba(0,0,0,0.1) 12%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.15) 87%);
	background: -webkit-linear-gradient(top,  rgba(15,24,51,0.4) 0%,rgba(0,0,0,0.1) 12%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.15) 87%);
	background: linear-gradient(to bottom,  rgba(15,24,51,0.4) 0%,rgba(0,0,0,0.1) 12%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.15) 87%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660f1833', endColorstr='#26000000',GradientType=0 );
}

.item-overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 88%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 88%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 88%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.all-news-project{
	background-color: rgba(245,245,245,1);
}