.grid-boxes-in:hover{
	box-shadow: 0 0 8px #ddd;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}

.grid-boxes-in{
}

/* imported from unify*/

.blog_masonry_3col {
	padding-bottom: 20px;
}

.blog_masonry_3col .grid-boxes-in {
	padding: 0;
	margin-bottom: 20px;
	border: solid 1px #eee;
}

.blog_masonry_3col .grid-boxes-caption {
	padding: 10px;
	background-color: #fff;
}

.blog_masonry_3col h3 {
	font-size: 15px; 
	font-weight: 200;
	line-height: 28px;
	margin: 5px 0;
}

.blog_masonry_3col h3 a {
	color: #555;
}

.blog_masonry_3col h3 a:hover {
	color: #ce421e;
}

.blog_masonry_3col h3 a:hover {
	color: #ce421e;
}

.blog_masonry_3col ul.grid-boxes-news {
	margin-bottom: 10px;
}

.blog_masonry_3col ul.grid-boxes-news li {
	font-size: 12px;
}

.blog_masonry_3col ul.grid-boxes-news li,
.blog_masonry_3col ul.grid-boxes-news li a {
	color: #777;
}

.blog_masonry_3col ul.grid-boxes-news li a:hover {
	color: #ce421e;
}

/*Quote Block*/
.grid-boxes-caption.grid-boxes-quote {
	padding: 30px;
	background: #333;
	text-align: center;
}

.grid-boxes-quote p {
	position: relative;
}

.grid-boxes-quote p:after {
    content: " \" ";
	margin-left: 10px;
    position: absolute;
    font-family: Tahoma;
}

.grid-boxes-quote p:before {
    content: " \" ";
	margin-left: -15px;
    position: absolute;
    font-family: Tahoma;
}

.grid-boxes-quote p,
.grid-boxes-quote p a,
.grid-boxes-quote span {
	color: #fff;
	font-size: 20px;
	font-weight: 200;
	font-family: "Open Sans";
	text-transform: uppercase;
}	

.grid-boxes-quote span {
	font-size: 12px;
}
