 .blog  {
	margin-top: 30px;
  	margin-bottom: 30px;
}

.blog .items-row {
	width: 260px;
  	height: 330px;
	float: left;
	margin-right: 20px;
  	background-color: #f6f4e6;
  	padding: 15px;
  	position: relative;
  	margin-bottom: 10px;
  	margin-top: 10px;
   -webkit-box-shadow: 0px 5px 3px #919191;
	box-shadow: 0px 5px 3px #919191;
  overflow: hidden;
  
}

.blog .items-row .item-image {
	width: 280px;
	height: 170px;
  position: absolute;
  z-index: 60;
  	top: 180px;
  left: 0px;
  border: 5px solid #eeefea;
  -webkit-box-shadow: 0px 5px 3px #919191;
	box-shadow: 0px 5px 3px #919191;
  overflow: hidden;
}

.blog .items-row .item-image img{
	width: 280px;
	height: auto;
  
}

.blog .items-row h2{
  	font-size: 1.5em;
  line-height: 1.1em;
  margin-bottom: 10px;
  color: #568b30;
}


.blog .items-row p span, .blog .items-row p, .blog .items-row h3, .blog .items-row h4 {
 font-family: 'Source Sans Pro', Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 18px !important;
  background: none !important;
}


.blog .items-row a span {
 color: #67983a  !important;
  font-weight: bold  !important;
  text-decoration: underline !important;
  background: none !important;
  font-size: 13px !important;
  line-height: 18px !important;
}

.blog  .readmore .btn  {
  	font-size: 14px !important;
 	 line-height: 0.75em;
  	border-radius: 10px;
	background-color: #74a848;
	padding: 8px;
	width: 90px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
  margin-top: 10px;
  font-family: Georgia, Times;
  font-weight: normal;
  position: absolute;
  bottom: 195px;
  left: 15px;
}