
#section-latest-news .box {

  position: relative;

  border: 1px solid #e5e5e5;

  margin-bottom: 30px;
  
	border-radius: 0 0 3px 3px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	padding: 0 !important;

}

#section-latest-news .box:hover {
	border: 1px solid #e3e3e3;
	border-radius: 0 0 3px 3px;
	box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.1);

}

#section-latest-news .box .thumb {

  display: table-cell;

  vertical-align: top;

  /*height: 198px;*/

}

#section-latest-news .box .thumb .ribbon {

  position: absolute;

  top: -6px;

  left: 20px;

  background: url('../../images/ribbon_news.png') no-repeat;

  width: 45px;

  height: 41px;

}

#section-latest-news .box .thumb .ribbon span {

  color: #ffffff;

  text-transform: uppercase;

  font-weight: bold;

  display: block;

  text-align: center;

  font-size: 14px;

  line-height: 1;

  padding: 4px 5px 0 0;

}

#section-latest-news .box .info {

	display: table-cell;
	padding: 10px 0 0;
	text-align: left;
	vertical-align: top;

}

#section-latest-news .box .info .title {
	margin-bottom: 2px;
	color: #245125;
    font-size: 14px;
    font-weight: normal;

}


#section-latest-news .box .info .desc {

  font-size: 13px;

  margin-bottom: 20px;

}
