
/*---start-content-grids----*/

.grid-img {
	margin-top: 8px;
	display:block;
	width:100%;
}

.content-top-grid:last-child,.content-top-grid:nth-child(3){
	margin-right:0;
}

.content-top-grid {
	position: relative;
	background: #e0e0e0;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 30px;
	border-radius: 0.8em;
}

.content-top-grid:hover {
	  box-shadow:
   0 1px 4px rgba(0, 0, 0, .3),
   -23px 0 20px -23px rgba(0, 0, 0, .8),
   23px 0 20px -23px rgba(0, 0, 0, .8),
   0 0 40px rgba(0, 0, 0, .1) inset;
}

.content-top-grids-box{
	float: left;
	width: 27%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.last-grid-box{
	margin-right:0;
}

.descr {
	font-size: 15px;
	padding-top: 6px;
	padding-top: 6px;
}

.descr .icons {
	float: right;
}

.blog_title {
	line-height: 20px;
	text-align: left;
	font-size: 13pt;
	color: #000;
}

.blog_title:hover {
	text-decoration: none;
}

.blog-news {
	margin-left: 120px;
}